* {
    font-family: 'Inter';
}

/* Outros */
.gicon {
    filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(639%) hue-rotate(72deg) brightness(98%) contrast(92%) !important;
}
#header .search {
    width: 100% !important;
    max-width: 600px;
}

/* Faixa Animada */
#faixa-animada img {
    width: 100%;
    height: auto;
    display: block;
}

/* Menu */
.wrap-1 {
    width: 100% !important;
    max-width: 1440px;
    padding: 0 20px;
}
.gt-categoria {
    background: #FFF !important;
}
.gt-categoria li a.pai {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 15px 0px !important;
}
nav.wrap-1 ul.all {
    display: flex;
    justify-content: space-between;
}
li.pai.hover-open:hover .nivel-1 {
    display: block;
}

@media (max-width: 768px) {
    #mmenu {
        background: transparent !important;
    }
    #mmenu nav.wrap-1 .all {
        flex-direction: column;
    }
    #mmenu nav.wrap-1 {
        height: 100vh;
    }
}

/* Banner Principal */
#banners .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
#banners .banner-desktop {
    visibility: hidden; /* Esconde o carrossel inicialmente */
    height: 450px /* Atribui altura inicialmente */;
    opacity: 0; /* Esconde ul inicialmente */
    transition: opacity .5s ease-in-out;
}
#banners .banner-desktop .slick-slide img {
    display: block;
    width: 100%;
    height: 416px;
}
#banners .banner-mobile {
    display: none;
    visibility: hidden; /* Esconde o carrossel inicialmente */
    height: 450px /* Atribui altura inicialmente */;
    opacity: 0; /* Esconde ul inicialmente */
    transition: opacity .5s ease-in-out;
}
#banners .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#banners .slick-dots li button {
    background: #000 !important;
}

@media (max-width: 768px) {
    #banners .banner-desktop {
        display: none;
    }
    #banners .banner-mobile {
        display: block;
    }
}

/* Faixa Diferencial */
#faixa-diferencial {
    background: #2D2D2D;
    margin-top: 50px;
}
#faixa-diferencial .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
#faixa-diferencial .content {
    width: 100%;
    max-width: 1440px;
    display: flex    ;
    justify-content: space-evenly;
    gap: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
}
#faixa-diferencial .item {
    display: flex;
    align-items: center;
    gap: 5px;
}
#faixa-diferencial span {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
}

@media (max-width: 768px) {
    #faixa-diferencial {
        margin-top: 10px;
    }
    #faixa-diferencial .content {
        visibility: hidden;
        height: 49px;
        opacity: 0;
    }
    #faixa-diferencial .item {
        display: flex !important;
        justify-content: center;
    }
    #faixa-diferencial .slick-track {
        display: flex    ;
        align-items: center;
    }
}

/* Faixa de Preço */
#faixa-preco {
    margin: 30px 0;
}
#faixa-preco .content {
    display: flex;
    justify-content: center;
    gap: 10px;
}
#faixa-preco .item {
    width: 100%;
    max-width: 185px;
    border: 1px solid #494949;
    border-radius: 6px;
    box-sizing: border-box;
    transition: transform .2s ease-in-out;
}
#faixa-preco .item:hover {
    transform: scale(1.12);
}
#faixa-preco .item a {
    display: flex    ;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: inherit;
}
#faixa-preco span {
    font-size: 14px;
    font-weight: 600;
}
#faixa-preco span.valor {
    background: #04A104;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 55px;
    border-radius: 4px;
    letter-spacing: 2px;
    transition: background .2s ease-in-out;
}
#faixa-preco .item:hover span.valor {
    background: #2A480F;
}

@media (max-width: 768px) {
    #faixa-preco .content {
        flex-wrap: wrap;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #faixa-preco .item {
        width: 48%;
    }
}

/* Perfumes para Ocasiões */
#perfumes-ocasioes {
    background: #2A480F;
    padding: 50px 20px;
}
#perfumes-ocasioes .content {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 980px;
    visibility: hidden; /* Esconde o carrossel inicialmente */
    height: 318px; /* Atribui altura inicialmente*/
    opacity: 0; /* opacity 0 inicialmente */
    transition: opacity .5s ease-in-out;
}
#perfumes-ocasioes .slick-track {
    display: flex;
    gap: 10px;
}
#perfumes-ocasioes .item {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 232px;
    height: 318px;
    transition: background-size .3s ease-in-out;
}
#perfumes-ocasioes .item.dia {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-dia.png);
}
#perfumes-ocasioes .item.noite {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-noite.png);
}
#perfumes-ocasioes .item.trabalho {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-trabalho.png);
}
#perfumes-ocasioes .item.festa {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-festa.png);
}

#perfumes-ocasioes .item.esporte {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-esporte.png);
}
#perfumes-ocasioes .item.classico {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-classico.png);
}
#perfumes-ocasioes .item.moderno {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-moderno.png);
}
#perfumes-ocasioes .item.sedutor {
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/ocasiao-sedutor.png);
}

#perfumes-ocasioes .item:hover {
    background-size: 120%;
    background-position: top center;
}
#perfumes-ocasioes h2 {
    font-family: "Tiro Bangla";
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}
#perfumes-ocasioes span {
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 1px;
    background: linear-gradient(to top, black, transparent);
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #perfumes-ocasioes {
        padding: 50px 10px;
    }
    #perfumes-ocasioes .left-arrow {
        transform: translate(-20%, -50%) !important;
    }
    #perfumes-ocasioes .right-arrow {
        transform: translate(20%, -50%) !important;
    }
}

/* Novo Layout Produto Prateleira */
.shelf {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.shelf .shelf-product > h2 {
    font-family: "Tiro Bangla";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.shelf .shelf-product > ul {
    visibility: hidden; /* Esconde o carrossel inicialmente */
    height: 450px /* Atribui altura inicialmente */;
    opacity: 0; /* Esconde ul inicialmente */
    transition: opacity .5s ease-in-out;
}
.shelf .shelf-product > ul > li,
.shelf .shelf-product .slick-slide div li {
    width: 100%;
    max-width: 232px;
    border: 1px solid #49494945;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
}
.shelf .shelf-product .slick-slide {
    display: flex;
    justify-content: center;
}
.shelf .shelf-product .fotoProduto img {
    width: 100%;
    height: auto;
}
.shelf .shelf-product .marca {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.shelf .shelf-product .nome a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #2D2D2D;
    height: 30px;
}
.shelf .shelf-product .preco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 75px;
    margin-top: 15px;
}
.shelf .shelf-product .preco-de {
    font-size: 14px;
    font-weight: 300;
    color: #2D2D2D;
    margin-bottom: 5px;
}
.shelf .shelf-product .preco-por {
    color: #04a104 !important;
    font-size: 28px;
    font-weight: 700;
}
.shelf .shelf-product .preco-parcelado {
    font-size: 14px;
    font-weight: 300;
    color: #2D2D2D;
    margin-top: 10px;
}
.shelf .shelf-product .preco-parcelado b {
    font-weight: 500;
}
.shelf .shelf-product .show-buy {
    position: initial;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}
.shelf .shelf-product .show-buy a.add-cart {
    background: #04A104;
    font-size: 0px;
    border-radius: 4px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.shelf .shelf-product .show-buy a.add-cart:hover {
    background: #E07800;
}
.shelf .shelf-product .show-buy a.add-cart::before {
    content: 'VER PRODUTO';
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
}
.shelf .shelf-product .buy-button-normal {
    width: 50px;
    height: 50px;
}
.shelf .shelf-product .buy-button-normal a {
    background: #000;
    font-size: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.shelf .shelf-product .buy-button-normal a:hover {
    background: #E07800;
}
.shelf .shelf-product .buy-button-normal a:before {
    content: '';
    display: block;
    background-image: url(https://azperfumes.vteximg.com.br/arquivos/icon-shelf-product.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .shelf .shelf-product .buy-button-normal {
        width: 30%;
    }
    .shelf .shelf-product .show-buy {
        display: flex !important;
    }
    .shelf .shelf-product .show-buy a.add-cart {
        width: 70%;
    }
    .shelf .shelf-product .slick-track {
        display: flex;
        gap: 10px;
    }
}

/* Slick Arrows */
.slick-arrow {
    all: unset !important;
}
.arrows {
    position: absolute !important;
    top: 50% !important;
    cursor: pointer !important;
    z-index: 1 !important;
}
.left-arrow {
    left: 0 !important;
    transform: translate(-50%, -50%) !important;
}
.right-arrow {
    right: 0 !important;
    transform: translate(50%, -50%) !important;
}

@media (max-width: 768px) {
    .left-arrow {
        transform: translate(5%, -50%) !important;
    }
    .right-arrow {
        transform: translate(-5%, -50%) !important;
    }
}

/* TabController */
#tabControllerShelf .tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 1250px;
    margin: 50px auto;
}
#tabControllerShelf .tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 20px;
    cursor: pointer;
    background: #2A480F;
    width: 130px;
    height: 105px;
    border-radius: 2px;
    transition: background-color 0.2s;
}
#tabControllerShelf .tab:hover {
    background: #2D2D2D;
}
#tabControllerShelf .tab span {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}
#tabControllerShelf .tab.active {
    background: #2D2D2D;
}
#tabControllerShelf .shelf {
    display: none;
}
#tabControllerShelf .shelf.active {
    display: block;
}
#tabControllerShelf .shelf .shelf-product > h2 {
    display: none;
}

@media (max-width: 768px) {
    #tabControllerShelf .tabs {
        flex-wrap: wrap;
    }
}

/* Banners Lançamentos */
#banner-lancamento {
    padding: 50px 20px;
}
#banner-lancamento .content {
    position: relative;
    max-width: 1250px;
    cursor: pointer;
}
#banner-lancamento .banner {
    display: flex;
    justify-content: center;
    gap: 10px;
}
#banner-lancamento .banner.hover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
#banner-lancamento .content:hover .banner.hover {
    opacity: 1;
}
#banner-lancamento .cta {
    position: relative;
}
#banner-lancamento .cta h2 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}
#banner-lancamento .cta span {
    display: block;
    max-width: 230px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}
#banner-lancamento .cta a {
    display: flex;
    justify-self: self-start;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background: #FF5912;
    padding: 10px 15px;
    transition: background .3s ease-in-out;
}
#banner-lancamento .content:hover .cta a {
    background: #04A104;
}
#banner-lancamento .cta > div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    max-width: 220px;
    height: 100%;
    padding: 0 20px;
}

@media (max-width: 768px) {
    #banner-lancamento .banner {
        flex-wrap: wrap;
        width: 100%;
    }
    #banner-lancamento .banner img {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}


/* Faixa Melhor Cupom */
#faixa-cupom {
    margin: 50px 0;
}
#faixa-cupom .content {
    background: #494949;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
}
#faixa-cupom a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}
#faixa-cupom a img {
    transition: transform .3s ease-in-out;
}
#faixa-cupom a:hover img {
    transform: scale(1.7) rotate(-35deg) translate(-10px, -5px);
}
#faixa-cupom span {
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    transition: font-weight .2s ease-in-out;
}
#faixa-cupom a:hover span {
    font-weight: 500;
}

@media (max-width: 768px) {
    #faixa-cupom .content {
        box-sizing: border-box;
    }
    #faixa-cupom span {
        font-size: 16px;
    }
    #faixa-cupom a:hover img {
        transform: scale(1.3) rotate(-25deg) translate(-10px, -5px);
    }
}


/* Newsletter */
#newsletter {
    margin: 50px 0;
}

#newsletter .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    height: 225px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 20px 50px;
    position: relative;
    box-sizing: border-box;
}

#newsletter .container .divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background: transparent;
    border-right: 1px solid #000;
}

#newsletter .newsletter-content {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#newsletter .newsletter-content > p {
    font-size: 10px;
    margin-top: 15px;
}

#newsletter .social-content {
    width: 100%;
    max-width: 350px;
}

#newsletter .social-content > span {
    font-size: 14px;
}

.social-content> .box {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

#newsletter .titulo h3 {
    font-size: 14px;
    font-weight: 400;
}

#newsletter .titulo h3 strong {
    font-weight: 700;
}

input#email {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
}

#form-newsletter {
    display: flex;
    flex-wrap: wrap;
}

#form-newsletter .email {
    width: 100%;
    margin-bottom: 20px;
}

#form-newsletter .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
}

#form-newsletter .box label {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 16px;
    cursor: pointer;
}

#form-newsletter .submit {
    width: calc(100% - 100px)
}

input#submitCadastro {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    background: #04A104;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 4px;
}

/* Radio Check */

/* esconde o radio original */
#newsletter .radio-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* bolinha falsa */
#newsletter .radio-custom .checkmark {
  width: 8px;
  height: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  background: #D9D9D9;
  position: relative;
  transition: all 0.2s ease;
}

/* estado selecionado */
#newsletter .radio-custom input:checked ~ .checkmark {
  border-color: #2A480F;
  background-color: #2A480F;
}

/* bolinha interna (ponto central) */
#newsletter .radio-custom .checkmark::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2A480F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

/* mostra o ponto quando estiver marcado */
#newsletter .radio-custom input:checked ~ .checkmark::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Radio Check */

@media (max-width: 768px) {
    #newsletter {
        padding: 0 20px;
        box-sizing: border-box;
    }
    #newsletter .container {
        flex-direction: column;
        height: auto;
        padding: 20px;
        gap: 30px;
    }
    #newsletter .container .divider {
        display: none;
    }
}


/* Footer */
#footer {
    background: #EFEFEF;
    padding: 50px 0 0 0 !important
}
#footer .container .info {
    width: 100%;
    max-width: 1210px;
    margin: 50px auto;
}
#footer .container .info p {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}
#footer .content {
    display: flex;
    flex-wrap: wrap;
}
#footer .col {
    width: 25%;
}
#footer .col:nth-child(5) ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 210px;
}
#footer .col:last-child {
    width: 100%;
    max-width: 760px;
}
#footer .col:last-child ul {
    display: flex;
    justify-content: space-between;
}
#footer .col span {
    display: block;
    color: #000;
}
#footer .col > span {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}
#footer .col > ul li span:last-child > span:first-child {
    font-size: 16px;
    font-weight: 300;
}
#footer .col > ul li span:last-child > span:last-child {
    font-size: 14px;
    font-weight: 700;
}
#footer .col > ul > li {
    line-height: 30px;
}
#footer .col:nth-child(4) > ul > li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 20px;
}
#footer .col:nth-child(4) > ul > li > span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
}
#footer .col > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
}
#footer .col img {
    display: block;
}
#footer .return-to-top {
    position: relative;
    background: #2A480F;
    padding: 20px 0 35px 0;
}
#footer .return-to-top .content {
    width: 100%;
    flex-direction: column;
    align-items: center;
}
#footer .return-to-top .content > a {
    font-size: 24px;
    color: #FFF;
}
#footer .return-to-top .content > a img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -38px);
}
#footer .return-to-top .content > span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin-top: 15px;
}

#footer .return-to-top .content > span img {
    display: block;
}

@media (max-width: 768px) {
    #footer .content {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #footer .container .info {
        padding: 0 20px;
        box-sizing: border-box;
    }
    #footer .col {
        width: 100%;
    }
    #footer .col:last-child ul {
        align-items: center;
    }
    #footer .return-to-top .content > a img {
        transform: translate(-50%, -36px);
    }
}