html { scroll-behavior: smooth; scroll-padding-top: 100px; }

@media (max-width: 992px) {
    html { scroll-padding-top: 200px; }
}

@media (max-width: 572px) {
    html { scroll-padding-top: 180px; }
}

body { padding-top: 197px; }
main { position: relative; }
main.download-app-main { margin-top: 0; }

@media(max-width: 992px) {
    body { padding-top: 200px; }
    body.scrolling { padding-top: 160px; }
    body:has(main:not(.download-app-main)) { padding-top: 150px; }
}

.rnk-scroll-top {position: fixed;bottom: 9rem;right: 1rem;width: 48px;height: 48px;display: block;z-index: 2; cursor: pointer; display: none;}

@media (max-width: 576px) {
    .rnk-scroll-top { display: block; }
}

/* RNK CONTAINER DESTAQUE */
.rnk-container-destaque img { width: 100%; }
.rnk-container-destaque h1 {font-family: 'Barlow Condensed'; color: #F3F3F3; font-size: 53px; font-weight: 700; line-height: normal; text-transform: uppercase; text-shadow: 3px 3px 0px #E04403;}
.rnk-container-destaque p { font-family: 'Nunito'; color:#F3F3F3; font-size: 18px; line-height: 24px; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75); }


/* RNK COMP > BENEFÍCIOS */
.rnk-comp-beneficios { display: flex; justify-content: center; margin: 0 -15px; padding: 0 15px; overflow: auto; }
.rnk-comp-beneficios .rnk-lista-beneficios { display: flex; align-items: center; justify-content: space-between; gap: 20px;  margin: 0; width: 100%; list-style: none; }
.rnk-comp-beneficios .rnk-lista-beneficios:has(li) { padding: 30px 0; }
.rnk-comp-beneficios .rnk-lista-beneficios a { display: flex; flex-direction: row-reverse; align-items: center; gap: 10px; color: #3D3935; min-width: 235px; text-decoration: none; }
.rnk-comp-beneficios .rnk-lista-beneficios h3 { font-family: 'Barlow Condensed'; font-size: 20px; font-weight: 700; text-transform: uppercase; margin: 0; }
.rnk-comp-beneficios .rnk-lista-beneficios p { font-family: 'Nunito'; font-size: 12px; margin: 0; }

@media(max-width: 768px) { .rnk-comp-beneficios .rnk-lista-beneficios h3 { font-size: 18px; } }


/* RNK CONTAINER CATEGORIAS */
.rnk-texto-categorias { margin-top: 0px;}
.rnk-texto-categorias:has(h2) { margin-top: 60px;}
.rnk-texto-categorias h2 { font-family: 'Barlow Condensed'; text-align: center; color: #DB4505; text-transform: uppercase; font-size: 32px; font-weight: 700; letter-spacing: 3.5px; margin-bottom: 30px; }

.rnk-categorias-conteudo { overflow-x: auto; margin: 0 -15px; padding: 0 15px; }
.rnk-categorias-conteudo .rnk-categorias-lista { margin-bottom: 60px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; list-style: none; padding: 10px 0 0; gap: 30px; text-align: center; }
/* .rnk-categorias-conteudo .rnk-categorias-lista li { min-height: 280px; } */
.rnk-categorias-conteudo .rnk-categorias-lista p { font-size: 24px; font-weight: 700; letter-spacing: 0.48px; margin: 0; width: max-content; text-transform: uppercase; font-family: 'Barlow Condensed'; line-height: normal; }
.rnk-categorias-conteudo .rnk-categorias-lista a { display: flex; flex-direction: column; align-items: center; gap: 20px; color: #3D3935; text-decoration: none; }
.rnk-categorias-conteudo .rnk-categorias-lista a img { position: relative; max-width: 170px; max-height: 170px; bottom: 0; transition: ease-in-out .3s;}
.rnk-categorias-conteudo .rnk-categorias-lista a img:hover { position: relative; bottom: 5px;}

@media(max-width: 769px) {
    .rnk-categorias-conteudo .rnk-categorias-lista { margin-bottom: 30px; }
    .rnk-texto-categorias:has(h2) { margin-top: 30px;}
    .rnk-texto-categorias h2 { margin-bottom: 10px; font-size: 20px; letter-spacing: 2px; }
    .rnk-categorias-conteudo .rnk-categorias-lista p { font-size: 16px; letter-spacing: 0.32px; max-width: 90px; }
    .rnk-categorias-lista a img { min-width: 90px; min-height: 90px; width: 90px; height: 90px; }
    .rnk-categorias-conteudo .rnk-categorias-lista { margin-bottom: 20px; }
    /* .rnk-categorias-conteudo .rnk-categorias-lista li { min-height: 200px; } */
}


.rnk-container-estacoes { background-color: #DCDCDC; padding-top: 3rem; position: relative; }
.rnk-container-estacoes::before { position: absolute; top: 0; content: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-landing-festival-de-suinos-divisoria.png"); width: 100%; height: 32px; overflow: hidden; }
.rnk-container-estacoes h2 { font-family: 'Barlow Condensed'; text-transform: uppercase; font-size: 48px; line-height: 48px; font-weight: 700; }
.rnk-container-estacoes h2 .text-danger { color: #AC1F4D !important }
.rnk-container-estacoes h2 .d-block.text-danger { font-size: 70px; line-height: 70px; }
.rnk-container-estacoes p { font-size: 'Nunito'; font-size: 1rem; color: #3D3935; margin: 0; }
.rnk-container-estacoes img { margin-bottom: -24px; z-index: 1; position: relative; }
.rnk-container-estacoes .col-md-6:first-child { display: flex; flex-direction: column; justify-content: center; }

@media (max-width: 992px) {
    .rnk-container-estacoes h2 { font-size: 40px; line-height: 40px; }
    .rnk-container-estacoes h2 .d-block.text-danger { font-size: 60px; line-height: 60px; }
}

@media (max-width: 768px) {
    .rnk-container-estacoes h2 { padding-top: 1rem; }
    .rnk-container-estacoes p { padding-bottom: 2rem; }
    .rnk-container-estacoes .col-md-6:last-child { display: flex; justify-content: center; }
}

@media (max-width: 576px) {
    .rnk-container-estacoes::before { content: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-landing-festival-de-suinos-divisoria-mobile.png"); }
    .rnk-container-estacoes h2 { font-size: 32px; line-height: 32px; }
    .rnk-container-estacoes h2 .d-block.text-danger { font-size: 50px; line-height: 50px; }
}

/* RNK PRATELEIRA BACKGROUND RED */
.rnk-prateleira-bg-grey { position: relative; background-color: #EDEDED; padding-top: 150px; padding-bottom: 60px; }
.rnk-prateleira-bg-grey:after { content: ''; position: absolute; top: -200px; right: 0; width: 378px; height: 378px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-bolinha-de-natal.png") no-repeat; background-size: cover; background-position: center; }
.rnk-prateleira-bg-grey h2 { font-family: 'Barlow Condensed'; font-size: 48px !important; line-height: 48px !important; font-weight: 700; color: #FFFFFF; text-align: center; margin-bottom: 0; }
.rnk-prateleira-bg-grey h2 ~ p { font-family: 'Nunito'; color: #FFFFFF; text-align: center; margin-bottom: 0; }
.rnk-prateleira-bg-grey .btn.btn-light { margin: 0px 0 4px; width: 200px; border-radius: 50px; }
.rnk-prateleira-bg-grey.rnk-barra-divisoria { padding-top: 112px; }

@media(max-width: 1650px) {
    .rnk-prateleira-bg-grey:after { width: 262px; height: 175px; top: -115px; }
}
@media(max-width: 1450px) {
    .rnk-prateleira-bg-grey:after { width: 173px; height: 173px; top: -100px; }
}
@media(max-width: 1200px) {
    
}

@media (max-width: 992px) {
    .rnk-prateleira-bg-grey h2 { margin-bottom: .5rem; }
    .rnk-prateleira-bg-grey h2 ~ p { margin-bottom: 1rem; }
    .rnk-prateleira-bg-grey .btn.btn-light { margin-top: 1rem; }
}

@media (max-width: 768px) {
    .rnk-prateleira-bg-grey { padding-top: 40px; padding-bottom: 60px; }
    .rnk-prateleira-bg-grey:after { width: 120px; height: 120px; top: -70px; }
}

@media (max-width: 576px) {
    .rnk-prateleira-bg-grey h2 { font-size: 24px !important; line-height: 24px !important; }
    .rnk-prateleira-bg-grey .btn.btn-light { width: 100%; }
    .rnk-prateleira-bg-grey.rnk-barra-divisoria { padding-top: 64px; }
}

.rnk-content-block { padding-top: 3.75rem; padding-bottom: 3.75rem; }
.rnk-content-block h2 { font-family: 'Barlow Condensed'; font-size: 32px; font-weight: 700; text-transform: uppercase; }
.rnk-content-block ul.rnk-lista-conteudo { display: flex; flex-direction: column; gap: 1rem; list-style: none; padding: 30px 0 0 0; margin: 0; }
.rnk-content-block ul.rnk-lista-conteudo li { display: flex; flex-direction: column; gap: 1rem; }
.rnk-content-block ul.rnk-lista-conteudo li .rnk-item-title { display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-end; gap: 1rem; }
.rnk-content-block ul.rnk-lista-conteudo li .rnk-item-title h3 { font-size: 24px; font-weight: 700; font-family: 'Barlow Condensed'; text-transform: uppercase; margin: 0; }
.rnk-content-block ul.rnk-lista-conteudo li .rnk-item-content { display: flex; align-items: center; gap: 1rem; }
.rnk-content-block ul.rnk-lista-conteudo li .rnk-item-content a { white-space: nowrap; background-color: #FFFFFF; }
.rnk-content-block .col-md-6:nth-child(2) { display: flex; flex-direction: column; justify-content: center; }
.rnk-content-block .shelf-wrap .track-shelf > ul > li { max-width: 33%; }
.rnk-content-block.rnk-prateleira-full .shelf-wrap .track-shelf > ul > li { max-width: 100%; flex: 0 0 25% !important; }

.rnk-content-block.bg-red { position: relative; background-color: #AC1F4D; padding-bottom: 140px; }
.rnk-content-block.bg-red::after { content: ''; position: absolute; bottom: -90px; left: calc(50% + 230px); width: 330px; height: 230px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-festival-de-suinos-porco-flutuante.png") no-repeat; background-size: cover; background-position: center; }
.rnk-content-block.bg-red .btn.btn-light { margin-bottom: 4px; width: 200px; border-radius: 50px; }

.rnk-content-block .rnk-container-prateleira .btn-danger { margin-bottom: 4px; background-color: #AC1F4D; border-color: #AC1F4D; }
.rnk-content-block .rnk-container-prateleira .btn-danger:active,
.rnk-content-block .rnk-container-prateleira .btn-danger:focus { background-color: #d2255e !important; }
.rnk-content-block.bg-grey h2,
.rnk-content-block.bg-grey .rnk-lista-conteudo li .rnk-item-title h3 { color: #AC1F4D; }
.rnk-content-block.bg-red h2,
.rnk-content-block.bg-red h2 ~ p,
.rnk-content-block.bg-red .rnk-lista-conteudo li .rnk-item-title h3,
.rnk-content-block.bg-red .rnk-lista-conteudo li .rnk-item-content p  { color: #FFFFFF; }
.rnk-content-block.bg-grey .btn.btn-danger { width: 200px; border-radius: 50px; }


@media(max-width: 1200px) {
    .rnk-content-block.bg-red::after { width: 300px; left: calc(50% + 180px); }
}

@media (max-width: 992px) {
    .rnk-content-block.rnk-prateleira-full .shelf-wrap .track-shelf > ul > li { flex: 0 0 50% !important; }
    .rnk-content-block ul.rnk-lista-conteudo li .rnk-item-content { flex-direction: column; align-items: start; gap: unset; }
    .rnk-content-block.bg-red { padding-bottom: 90px; }
    .rnk-content-block.bg-red:after { width: 140px; height: 100px; bottom: -40px; left: calc(50% + 230px); background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-festival-de-suinos-porco-flutuante-mobile.png") no-repeat; }
    .rnk-content-block .shelf-wrap .track-shelf > ul > li { max-width: 240px; }
}

@media (max-width: 768px) {
    .rnk-content-block { padding-top: 40px; padding-bottom: 40px; }
    .rnk-content-block h2 { margin-top: 40px; }
    .rnk-content-block h2 ~ p { margin-bottom: 40px; }
    .rnk-content-block .rnk-container-prateleira .btn-danger,
    .rnk-content-block .rnk-container-prateleira .btn-light { margin-top: 1rem; }
    .rnk-content-block.bg-grey { padding-top: 60px; }
    .rnk-content-block.bg-red:after { bottom: -30px; left: calc(50% + 20px); }
}

@media (max-width: 576px) {
    .rnk-content-block .rnk-container-prateleira .btn-danger,
    .rnk-content-block .rnk-container-prateleira .btn-light { width: 100%; }
    .rnk-content-block.bg-red .btn.btn-light,
    .rnk-content-block.bg-grey .btn.btn-danger { width: 100%; }
}


/* RNK COMP > CONTAINER PRATELEIRA */
.rnk-body-natal { background-color: #EDEDED; }
.rnk-body-natal .rnk-container-prateleira { padding: 0; }
.rnk-body-natal .rnk-container-prateleira .splide ul.splide__pagination { display: none; }
.rnk-body-natal .rnk-container-prateleira .splide .splide__list { flex-wrap: nowrap!important; }
.rnk-body-natal .rnk-container-prateleira .splide div.splide__arrows { display: block }
.rnk-body-natal .rnk-container-prateleira .splide__arrow svg {fill: white;}
.rnk-body-natal .rnk-container-prateleira .track-shelf h2 { display: none; }

.rnk-body-natal .rnk-container-prateleira .rnk-card-quantidade input,
.rnk-body-natal .rnk-container-prateleira .rnk-componente-card-prateleira { background: transparent; }
.rnk-body-natal .rnk-container-prateleira .rnk-componente-card-prateleira .product-name { font-family: 'Barlow Condensed'; }
.rnk-body-natal .rnk-container-prateleira .rnk-componente-card-prateleira .rnk-card-valor { margin: 0; height: auto; }
.rnk-body-natal .rnk-container-prateleira .rnk-componente-card-prateleira .card-body {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(21.857023239135742px);
}


/* RNK CONTAINER MIDIA */
.rnk-container-midia { margin-bottom: 5rem; }
.rnk-container-midia:has(div:empty) { display: none; }
.rnk-container-midia h2 { font-family: 'Barlow Condensed'; font-size: 32px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.rnk-container-midia p {  font-family: 'Nunito'; text-align: center; max-width: 80%; margin: 0 auto 30px auto; color: #707070; }
.rnk-container-midia iframe { max-width: 100%; }


/* RNK COMP PRATELEIRA DEFAULT */
.rnk-container-vitrine-destaque h2 { font-family: 'Barlow Condensed'; font-size: 32px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.rnk-container-vitrine-destaque h2 ~ p { font-family: 'Nunito'; text-align: center; margin: 0; }
.rnk-container-vitrine-destaque .btn-see-all { margin-bottom: 4px; width: 200px; border-radius: 50px; background-color: #AC1F4D; border-color: #AC1F4D; color: #fff; }
.rnk-container-vitrine-destaque .btn-see-all:active { background-color: #d2255e !important; }
.rnk-container-vitrine-destaque .btn-see-all:focus { background-color: #d2255e !important; box-shadow: 0 0 0 .2rem rgba(225,83,97,.5) !important; }
.rnk-container-vitrine-destaque img { width: 100%; }

@media (max-width: 992px) {
    .rnk-container-vitrine-destaque h2 ~ p { margin-bottom: 1rem; }
}
@media (max-width: 786px) { 
    .rnk-container-vitrine-destaque img { width: 100%; margin-bottom: 30px;}
}
@media (max-width: 576px) {
    .rnk-container-vitrine-destaque h2 { font-size: 24px; }
    .rnk-container-vitrine-destaque .btn-see-all { width: 100%; }
}


/* RNK COMP RECEITAS */
.rnk-container-prateleira-receitas h2 { margin-bottom: 1.5rem; }
.rnk-container-prateleira-receitas h2 span { color: #AC1F4D; }
.rnk-container-prateleira-receitas .splide__pagination  { display: none !important; }
/* .rnk-container-prateleira-receitas .splide div.splide__arrows { display: block; } */
.rnk-container-prateleira-receitas .splide__arrow { background-color: #AC1F4D; }
.rnk-container-prateleira-receitas .btn-danger { background-color: #DB4505; border-color: #DB4505; padding: 12px 50px !important; font-size: 1rem !important; border-radius: 50px; }
.rnk-container-prateleira-receitas .btn-danger:active,
.rnk-container-prateleira-receitas .btn-danger:focus { background-color: #DB4505 !important; }


@media (max-width: 992px) {
    .rnk-container-prateleira-receitas .btn-danger { margin-top: 1rem; }
}

@media(max-width: 576px) {
    .rnk-container-prateleira-receitas { padding-top: 40px;}
    .rnk-container-prateleira-receitas .btn.btn-danger { width: 100%; }
}

/* NOVO CSS */
.rnk-container-categorias { background-color: #EDEDED; position: relative;  }
.rnk-comp-categoria-natal-2025 { padding-top: 90px; padding-bottom: 90px; background-color: #EDEDED; position: relative;}
.rnk-container-categorias::after { content: ''; position: absolute; bottom: -30px; left: 0; width: 100%; height: 30px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-tarja-de-natal.png") no-repeat; background-size: cover; background-position: center; overflow: hidden; z-index: 1; }
.rnk-container-categoria-natal-2025 { display: flex; flex-direction: row-reverse; gap: 30px; }
.rnk-container-categoria-natal-2025 h2 { text-transform: uppercase; color: #DB4505; font-weight: 700; font-size: 64px; font-family: 'Barlow Condensed';}
.rnk-container-categoria-natal-2025 p { color: #3D3935; font-size: 20px; font-weight: 400; margin: 0;}
.rnk-container-categoria-natal-2025 img { border-radius: 0px 50px 0px 0px;  }
.rnk-comp-categoria-natal-2025:last-of-type::before  { content: ''; position: absolute; bottom: -160px; right: 0; width: 378px; height: 378px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-estrela-de-natal.png") no-repeat; background-size: cover; background-position: center; z-index: 1;}

@media (max-width: 1200px) {
    .rnk-container-categoria-natal-2025 h2 { font-size: 48px; }
}
@media (max-width: 992px) {
    .rnk-container-categoria-natal-2025 img { max-width: 400px; }
    .rnk-container-categoria-natal-2025 h2 { font-size: 40px; }
    .rnk-container-categoria-natal-2025 p { font-size: 18px;}
}
@media (max-width: 786px) {
    .rnk-comp-categoria-natal-2025 { padding-top: 60px; padding-bottom: 60px; padding-inline: 0;}
    .rnk-container-categoria-natal-2025 { flex-direction: column-reverse;  }
    .rnk-container-categoria-natal-2025 img { max-width: 100%; width: 100%; }
    .rnk-container-categorias::after { height: 24px; }

}
@media (max-width: 576px) {
    .rnk-container-categoria-natal-2025 { margin-top: 45px; }
    .rnk-comp-categoria-natal-2025 { padding-top: 0; }
}

.rnk-comp-prateleiras-natal-2025,
.rnk-comp-prateleiras-natal-2025-2 { background-color: #DB4505; position: relative; }
.rnk-comp-prateleiras-natal-2025::after { content: ''; position: absolute; top: 40px; left: 0; width: 330px; height: 230px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-guirlanda.png") no-repeat; background-size: cover; background-position: center; }
.rnk-comp-prateleiras-natal-2025::before { content: ''; position: absolute; top: 53%; right: 0; width: 379px; height: 379px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-sino.png") no-repeat; background-size: cover; background-position: center; z-index: 1; }
.rnk-comp-prateleiras-natal-2025 .rnk-arvore-de-natal { position: absolute; bottom: 0px; left: 0; width: 379px; height: 400px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-arvore-de-natal.png") no-repeat; background-size: cover; background-position: center; }
.rnk-comp-prateleiras-natal-2025 .col-12.col-md-4.col-lg-3 img,
.rnk-comp-prateleiras-natal-2025-2 .col-12.col-md-4.col-lg-3 img { margin: 30px 0; border-radius: 0px 50px 0px 0px; max-height: 426px;}
.rnk-banner-meio-do-bloco-natal-2025 { margin-top: 90px; margin-bottom: 60px; position: relative;}
.rnk-banner-meio-do-bloco-natal-2025 img { width: 100%;}
.rnk-comp-prateleiras-natal-2025-2 { position: relative; }
.rnk-comp-prateleiras-natal-2025-2::after { content: ''; position: absolute; top: -150px; right: 0; width: 330px; height: 230px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-estrela-de-natal.png") no-repeat; background-size: cover; background-position: center; }

@media (max-width: 1650px) {
  .rnk-comp-prateleiras-natal-2025::after { width: 262px; height: 175px; top: 0; left: -35px;}
  .rnk-comp-prateleiras-natal-2025::before { width: 262px; height: 175px; top: 57%;}
  .rnk-comp-prateleiras-natal-2025 .rnk-arvore-de-natal{ width: 262px; height: 280px;}
  .rnk-comp-prateleiras-natal-2025-2::after { width: 262px; height: 175px; top: -115px; }
}

@media (max-width: 1450px) {
  .rnk-comp-prateleiras-natal-2025::after { width: 173px; height: 173px; top: -40px; left: 0; }
  .rnk-comp-prateleiras-natal-2025::before { width: 173px; height: 173px; top: 58%; }
  .rnk-comp-prateleiras-natal-2025 .rnk-arvore-de-natal { width: 173px; height: 173px; }
  .rnk-comp-prateleiras-natal-2025-2::after { width: 173px; height: 173px; top: -100px; }
}

@media (max-width: 1200px) {
  .rnk-comp-prateleiras-natal-2025 .col-12.col-md-4.col-lg-3 img,
  .rnk-comp-prateleiras-natal-2025-2 .col-12.col-md-4.col-lg-3 img { max-width: 300px; max-height: 374px; }
}

@media (max-width: 992px) {
  .rnk-comp-prateleiras-natal-2025 .container-lg:not(:first-child),
  .rnk-comp-prateleiras-natal-2025-2 .container-lg:not(:first-child) {  margin-top: 30px;}
  .rnk-comp-prateleiras-natal-2025 .col-12.col-md-4.col-lg-3 img,
  .rnk-comp-prateleiras-natal-2025-2 .col-12.col-md-4.col-lg-3 img { margin: 5px 0; max-height: 406px;}
  .rnk-banner-meio-do-bloco-natal-2025 { margin-top: 60px; margin-bottom: 30px;}
  .rnk-comp-prateleiras-natal-2025::before,
  .rnk-comp-prateleiras-natal-2025-2::before { top: 59%;}
}

@media (max-width: 786px) {
  .rnk-comp-prateleiras-natal-2025 .col-12.col-md-4.col-lg-3 img,
  .rnk-comp-prateleiras-natal-2025-2 .col-12.col-md-4.col-lg-3 img { width: 100%; max-width: 100%; border-radius: 0px 50px 0px 0px; margin-bottom: 30px;}
  .rnk-banner-meio-do-bloco-natal-2025 { margin-top: 30px;}
  .rnk-comp-prateleiras-natal-2025::after { width: 120px; height: 120px; top: -35px; left: 0;}
  .rnk-comp-prateleiras-natal-2025::before,
  .rnk-comp-prateleiras-natal-2025-2::before,
  .rnk-comp-prateleiras-natal-2025 .rnk-arvore-de-natal,
  .rnk-comp-prateleiras-natal-2025-2 .rnk-arvore-de-natal { display: none;}
  .rnk-banner-meio-do-bloco-natal-2025::after { content: ''; position: absolute; top: -60px; right: 0; width: 120px; height: 120px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-sino.png") no-repeat; background-size: cover; background-position: center; z-index: 1; }
  .rnk-banner-meio-do-bloco-natal-2025::before { content: ''; position: absolute; bottom: -75px; left: 0; width: 120px; height: 120px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-arvore-de-natal.png") no-repeat; background-size: cover; background-position: center; z-index: 1;}
  .rnk-comp-prateleiras-natal-2025-2::after { width: 120px; height: 120px; top: -70px; }
}

.rnk-container-receitas { background-color: #EDEDED;}
.rnk-container-receitas::after { content: ''; position: absolute; bottom: -270px; left: 0; width: 373px; height: 373px; background: url("https://swiftbr.vteximg.com.br/arquivos/rnk-swift-natal-2025-chapeu-de-natal.png") no-repeat; background-size: cover; background-position: center; z-index: 1; }
.rnk-imagem-receitas-natal-2025 img { border-radius: 0px 50px 0px 0px; margin-top: 60px;  margin-bottom: 90px; width: 100%;  }
.rnk-container-receitas .rnk-container-prateleira-receitas .btn { margin: 0 auto 0 auto; }

@media (max-width: 1750px) {
    .rnk-container-receitas::after { left: -43px; }
}

@media (max-width: 1650px) {
    .rnk-container-receitas::after { width: 262px; height: 262px; bottom: -195px; left: -30px; }
}

@media (max-width: 1450px) {
    .rnk-container-receitas::after { width: 173px; height: 173px; bottom: -150px; left: 0; }
}
@media (max-width: 786px) {
    .rnk-imagem-receitas-natal-2025 img { margin-top: 30px; margin-bottom: 30px; }
    .rnk-container-receitas::after { width: 120px; height: 120px; bottom: -100px; }
}
@media (max-width: 576px) {
    .rnk-container-receitas .rnk-container-prateleira-receitas .btn { margin-bottom: 30px; }
    .rnk-container-receitas::after { width: 120px; height: 120px; bottom: -165px; }
}