@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'RavensaraSans';
    src: url('../fonts/RavensaraSansThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'RavensaraSans';
    src: url('../fonts/RavensaraSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'RavensaraSans';
    src: url('../fonts/RavensaraSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RavensaraSans';
    src: url('../fonts/RavensaraSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'RavensaraSans';
    src: url('../fonts/RavensaraSansSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'RavensaraSans';
    src: url('../fonts/RavensaraSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'RavensaraSans';
    src: url('../fonts/RavensaraSansBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* UNIVERSAL  */


body {
    font-family: 'Poppins'!important;
    overflow-x: hidden;
}

a {color: #3a3a3a;text-decoration: none;}
a:hover{text-decoration: none;};

.pgpdr-1 {
    padding: 70px 0;
}
p {
    color: #4e4e4e;
}

.menuStl {position: fixed;width: 100%;z-index: 999999;top: 0;}

.topBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    background: #1e412b;
    padding: 5px 0;
}

.topBarItem {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 0.78em;
}

.topBarItem:hover {
    color: #fff;
    opacity: 0.85;
}

.topBarItem svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #fff;
}

.has-topbar .menuStl {
    top: 29px;
}

.navPersonalizado {
    width: 100%;
    padding: 24px 55px;
     /* Transparente */
     /* DistorÃ§Ã£o no fundo */
     /* Brilho suave ao redor */
    border-radius: 36px;
    transition: padding 0.3s ease;
    /* z-index: 9999; */
}

.logoHeader {
    width: 200px;
    height: auto;
    transition: width 0.3s ease;
}

.menuStl.scrolled {
    border-bottom: 1px solid #ebebeb;
    transition: background 0.3s ease;
    background: #ffff;
}

.menuStl.scrolled .navPersonalizado {
    padding: 20px 2px;
}

.menuStl.scrolled .logoHeader {
    width: 150px;
    /* filter: brightness(0) invert(1); */
}

.menuStl.scrolled nav .nav-link:hover {
    color: #1e412b;
}



nav .nav-link {
    color: #131315;
    padding: 7px 20px;
    font-size: 1.05em;
    transition: color 0.3s ease;
}
nav .nav-link:hover {
    color: #1e412b;
}
.menuStl .nav {
    margin-right: 25px;
}
.bi {
    font-size: 1.25rem;
}
.badge {
    font-size: 0.75rem;
}
.pgpdr1 {
    padding: 70px 0;
}
.form-control {
    padding: 12px 25px;
    border-radius: 15px;
}
.btn-initial {
    padding: 12px 24px;
    background: #1e412b;
    color: #fff;
    border-radius: 35px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9em;
}
.btn-initial:hover {
    background: #0f2a19;
    scale: 1.03;
}

/*------------------------

      MENU PRODUTOS (DROPDOWN)

-------------------------*/

.nav-item .dropdown-menu {
    min-width: 320px;
    right: 0;
    left: initial;
}

.dropMenu {
    width: 100%;
    border: none;
}

ul.dropdown-menu.dropMenu.show {
    background: #fff;
    box-shadow: 0 20px 45px rgba(30, 65, 43, 0.14);
    padding: 14px 0;
    border-radius: 20px !important;
    overflow-y: auto;
    max-height: 520px;
}

.dropMenu li {
    line-height: 16px;
    width: 100%;
    float: left;
}

.dropMenu a {
    font-weight: 500;
    color: #1e1e21;
    word-wrap: break-word;
    padding: 12px 22px;
    display: block;
    transition: color 0.2s ease, background 0.2s ease;
}

.dropMenu a:hover {
    color: #1e412b;
    background: #f6f2ea;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a.has-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-submenu > a::after {
    content: "\276F";
    float: right;
    font-size: 0.75em;
    color: #9a9a9a;
}

.dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -1px;
    display: none;
    border: none;
    min-width: 270px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(30, 65, 43, 0.14);
    padding: 10px 0;
    border-radius: 20px !important;
}

/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
  width: 11px; /* Largura da barra de rolagem */
  height: 12px; /* Altura da barra de rolagem horizontal */
}

/* Estilizando o "thumb" (parte deslizante) */
::-webkit-scrollbar-thumb {
  background: #1e412b; /* Cor do thumb */
  border-radius: 6px; /* Cantos arredondados */
}

/* Alterando o thumb ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
  background: #265d3a; /* Cor ao passar o mouse */
}

/* Estilizando o trilho */
::-webkit-scrollbar-track {
  background: #ffffff; /* Cor do trilho */
  border-radius: 0px; /* Cantos arredondados */
}

/*-------------------

        CART 
        
--------------------*/

.cartBag svg {
    width: 25px;
    height: 25px;
    fill: #131315;
    transition: fill 0.3s ease;
}
.cartBag span {
    color: #fff;
    border-radius: 13px;
    margin: 0 0 0 -7px;
    background: #1e412b;
    padding: 4px 6px;
}
.svgSmall svg {
    width: 20px;
    height: 20px;
    fill: #3a3a3a;
}
.mb--1 {
    margin-bottom: -5px;
}
.cl-pdr {
    color: #3a3a3a;
}

/*-------------------

        DIFERENCIAIS

--------------------*/

.secDiferenciais {
    padding: 60px 0 83px;
    border-bottom: 1px solid #ececec;
}

.diferenciaisRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.diferencialItem {
    display: flex;
    align-items: center;
    gap: 19px;
    flex: 1;
    min-width: 220px;
}

.diferencialIcone {
    width: 76px;
    height: 76px;
    min-width: 76px;
    border-radius: 50%;
    background: #f1e9dd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diferencialIcone svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: #1e412b;
}

.diferencialTexto h3 {
    font-size: 1em;
    font-weight: 500;
    color: #1e1e21;
    margin: 0 0 4px;
}

.diferencialTexto p {
    font-size: 0.85em;
    color: #6e6e6e;
    margin: 0;
    line-height: 1.3;
}

/*-------------------

        CARROUSEL

--------------------*/

img.imgBannerBack {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    object-position: bottom;
}

.carousel-indicators li {
    background-color: rgb(124 124 124 / 63%);
    width: 15px;
    height: 15px;
    border-radius: 25px;
}

.carousel-indicators li.active {
    background-color: #1e402b;
}

section.carouselSect {
    height: 100%;
}

.carouselSect .contCarrousel {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.textCaro {
}

.textCaro .oneTxt {
    margin: 0 0;
    color: #1e412b;
    font-weight: 400;
    font-style: initial;
    font-size: 1em;
}

.textCaro h2 {
    font-weight: 400;
    color: #1e402b;
    margin: 0;
    font-size: 6em;
    margin: 10px 0 20px;
    font-family: "RavensaraSans";
    line-height: 0.7;
}

.textCaro h4 {
    font-weight: bold;
    color: #1e412b;
    font-size: 2em;
    margin: -3px 0 0;
}

.textCaro p {
    color: #1e412b;
    font-size: 1em;
    margin-bottom: 35px;
}
.contCarrousel {
    margin: 0 auto;
    width: 100%;
    max-width: 1466px;
    position: relative;
    min-height: 850px;
}

    .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   } 
.btn {
    background: transparent;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-spacing {
    padding: 9px 24px;
}

.btn-outline-padrao {
    border: 2px solid #1e412b;
    color: #ffffff;
    border-radius: 30px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: #1e412b;
    font-weight: 400;
}

.btn-outline-padrao:hover {
    background: #122b1b;
    color: #fff;
    transform: scale(1.1);
    border-color: #122b1b;
}

.btn-outline-padrao::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}


/* TITULO */

/* MAIS VENDIDOS */

.proCtd img {
    border-radius: 34px;
}
.proCtd h2 {
    font-size: 1.0em;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 40px;
    font-weight: 500;
    color: #201f25;
    letter-spacing: 0.4px;
}
.btnPdrs {
    border: 2px solid #1e412b;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 25px;
    padding: 8px 16px;
    color: #1e412b;
    letter-spacing: 0.5px;
}
.btnPdrs:hover {
    color: #fff;
    background: #1e412b;
    border-color: #1e412b;
}
.arwCarousel svg {
    width: 28px;
    height: 28px;
    margin-top: 7px;
}
.arwCarousel {
    background: transparent;
    position: absolute;
    top: calc(50% - 90px);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 2px solid #201f25;
}
.arrRight {right: -75px;}
.arrLeft {left: -75px;}
.arwCarousel svg {fill: #201f25;}
.arwCarousel:hover {background: #1e412b;border-color: #1e412b;}
.arwCarousel:hover svg {fill: #fff;}

/* MAIS VENDIDOS - SELEÃ‡ÃƒO ESPECIAL */

.msVendidosRow {
    display: flex;
    align-items: center;
    gap: 65px;
    margin-top: 31px;
    margin-bottom: 31px;
}

.msVendidosInfo {
    flex: 0 0 280px;
    max-width: 280px;
}

.msVendidosTag {
    display: inline-block;
    color: #1e412b;
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.msVendidosTag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #1e412b;
}

.msVendidosTitle {
    font-size: 2.8em;
    font-weight: 400;
    color: #1e1e21;
    line-height: 1;
    margin: 0 0 16px;
    font-family: "RavensaraSans";
}

.msVendidosTitle i {
    font-style: italic;
    color: #1e412b;
}

.msVendidosDesc {
    font-size: 0.9em;
    color: #6e6e6e;
    line-height: 1.5;
    margin-bottom: 26px;
    font-weight: 300;
}

.msVendidosBtn {
    display: inline-block;
    border: 1.75px solid #1e412b;
    color: #1e412b;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
}

.msVendidosBtn:hover {
    background: #1e412b;
    color: #fff;
}

.msVendidosCarouselWrap {
    flex: 1;
    position: relative;
    min-width: 0;
}

.prodCardMv a {
    display: block;
    color: inherit;
}

.prodCardMv img {
    border-radius: 20px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.prodCardMv h2 {
    font-size: 1em;
    font-weight: 500;
    color: #212123;
    margin: 18px 0 8px;
}

.prodCardMv p {
    font-size: 0.85em;
    color: #8a8a8a;
    margin: 0 0 10px;
}

.prodCardMv .verProdutoMv {
    display: inline-block;
    font-size: 0.85em;
    font-weight: 600;
    color: #1e412b;
}

.msVendidosCarouselWrap .arwCarousel {
    border: 1.5px solid #1e412b;
    width: 42px;
    height: 42px;
    top: 100px;
}

.msVendidosCarouselWrap .arwCarousel svg {
    fill: #1e412b;
    width: 18px;
    height: 18px;
    margin-top: 11px;
}

.msVendidosCarouselWrap .arwCarousel:hover {
    background: #1e412b;
    border-color: #1e412b;
}

.msVendidosCarouselWrap .arwCarousel:hover svg {
    fill: #fff;
}

.msVendidosCarouselWrap .arrLeft {
    left: -54px;
}

.msVendidosCarouselWrap .arrRight {
    right: -54px;
}

/*-------------------

        MATERIAIS

--------------------*/

.secMateriais {
    padding: 20px 0 70px;
    background: #f5efe4;
}

.materiaisCard {
    background: #f1ede4;
    border-radius: 40px;
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
}

.materiaisHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.materiaisTag {
    display: inline-block;
    color: #1e412b;
    font-weight: 500;
    font-size: 0.8em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.materiaisTitle {
    font-family: 'RavensaraSans';
    font-weight: 400;
    font-size: 2.8em;
    line-height: 0.95;
    color: #1e1e21;
    margin: 9px 0 0 0;
}

.materiaisTitle i {
    font-style: italic;
    color: #1e412b;
}

.materiaisBtn {
    display: inline-block;
    border: 1.5px solid #1e412b;
    color: #1e412b;
    border-radius: 30px;
    padding: 11px 23px;
    font-size: 0.7em;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.materiaisBtn:hover {
    background: #1e412b;
    color: #fff;
}

.materiaisGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    position: relative;
    z-index: 1;
}

.materialItem a {
    display: block;
    color: inherit;
}

.materialImgWrap {
    position: relative;
    margin-bottom: 14px;
}

.materialImgWrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: transform 0.35s ease;
    box-shadow: 0px 6px 12px rgb(23 23 24 / 17%);
}

.materialItem a:hover .materialImgWrap img {
    transform: scale(1.06);
}

.materialBadge {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1e412b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(30, 65, 43, 0.35);
}

.materialBadge svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #fff;
}

.materialItem h3 {
    font-size: 0.95em;
    font-weight: 500;
    color: #1e1e21;
    text-align: center;
    margin: 0;
}

/*-------------------

        SOBRE A OASIS

--------------------*/

.secSobreOasis {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-top: 67px;
    margin-bottom: 45px;
}

@media (min-width: 1900px) {
    .secSobreOasis {
        max-width: 1240px;
        margin: 0 auto;
        border-radius: 50px;
        overflow: hidden;
        margin-top: 95px;
        margin-bottom: 65px;
    }
}

.sobreOasisImgWrap {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
}

.sobreOasisImgWrap img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    border-radius: 0 50px 50px 0;
    display: block;
}

.sobreOasisContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 60px;
    max-width: 560px;
}

.sobreOasisTag {
    display: inline-block;
    color: #1e412b;
    font-weight: 700;
    font-size: 0.75em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sobreOasisTitle {
    font-family: 'RavensaraSans';
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1.2;
    color: #1e1e21;
    margin: 0 0 20px;
}

.sobreOasisTitle i {
    font-style: italic;
    color: #1e412b;
}

.sobreOasisContent p {
    font-size: 0.9em;
    color: #6e6e6e;
    line-height: 1.5;
    margin: 0 0 14px;
}

.sobreOasisBtn {
    display: inline-block;
    background: #1e412b;
    color: #fff;
    border-radius: 30px;
    padding: 14px 32px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 12px;
    width: fit-content;
    transition: all 0.3s ease;
}

.sobreOasisBtn:hover {
    background: #16311f;
    color: #fff;
}

/*-------------------

        QUEM SOMOS

--------------------*/

.empresaTag {
    display: inline-block;
    color: #1e412b;
    font-weight: 700;
    font-size: 0.75em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.empresaTitle {
    font-family: 'RavensaraSans';
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1.2;
    color: #1e1e21;
    margin: 0 0 20px;
}

.empresaTitle i {
    font-style: italic;
    color: #1e412b;
}

.empresaIntro img {
    width: 100%;
    border-radius: 30px;
}

.empresaIntroText {
    padding-right: 60px;
}

.empresaLead {
    font-size: 1.05em;
    color: #4e4e4e;
    line-height: 1.6;
    margin-bottom: 16px;
}

.empresaValores .empresaTitle {
    font-size: 1.8em;
}

.empresaValores .titleCntNew {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------

        BENEFICIOS

--------------------*/

.secBeneficios {
    padding: 70px 0;
}

.beneficiosCard {
    background: #f1ede4;
    border-radius: 50px;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.beneficioItem {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.beneficioIcone {
    width: 60px;
    height: 60px;
    min-width: 56px;
    border-radius: 50%;
    background: #e6ddcb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beneficioIcone svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #1e412b;
}

.beneficioTexto h3 {
    font-size: 0.95em;
    font-weight: 700;
    color: #1e1e21;
    margin: 0 0 3px;
}

.beneficioTexto p {
    font-size: 0.82em;
    color: #6e6e6e;
    margin: 0;
    line-height: 1.3;
}

/* EMPRESA */



  /* RODAPE */


  footer {
    background: #1e412b;
    border-radius: 70px 70px 0 0px;
    padding: 70px 0 0;
}

footer p {
    color: #d9e0da;
}

footer h5 {
    color: #fff;
}

.footerTop {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.3fr 1.3fr;
    gap: 30px;
    padding-bottom: 50px;
}

.footerLogo {
    width: 230px;
    height: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 18px;
}

.footerBrand p {
    font-size: 0.9em;
    line-height: 1.5;
    max-width: 260px;
    margin-bottom: 18px;
}

.footerSocial {
    display: flex;
    gap: 12px;
}

.footerSocial a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footerSocial a svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}

.footerSocial a:hover {
    background: #fff;
}

.footerSocial a:hover svg {
    fill: #1e412b;
}

.footerCol h5 {
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.footerCol ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerCol ul li {
    margin-bottom: 14px;
}

.footerCol ul li a {
    color: #d9e0da;
    font-size: 0.9em;
}

.footerCol ul li a:hover {
    color: #fff;
}

.footerCol p {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 12px;
}

.footerPhone {
    font-weight: 600;
    color: #fff !important;
}

.footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 22px 0;
    text-align: center;
}

.footerBottom p {
    font-size: 0.85em;
    margin: 0;
    color: #bcc7bd;
}

/* CART */
.canvas-sidebar {height: 100%;width: 0;position: fixed;z-index: 999999999;top: 0;left: 0;transition: .5s}
.canvas-sidebar .canvas-overlay {content: '';position: absolute;top: 0;height: 100%;background-color: rgba(0,0,0,.5);backdrop-filter: blur(10px);}
.canvas-sidebar .card-body::-webkit-scrollbar {width: 3px}
.canvas-sidebar .card-body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 7px #ccc}
.canvas-sidebar .card-body::-webkit-scrollbar-thumb {background-color: #777;outline: 1px solid #777}
.canvas-sidebar .canvas-close {cursor: pointer}
.canvas-sidebar.show {-webkit-transform: translateX(0);transform: translateX(0);}
.canvas-sidebar.show .canvas-overlay {left: 100%;width: 3000px}
.cart-canvas {right: 0;left: auto;width: 450px;-webkit-transform: translateX(100%);transform: translateX(100%)}
.cart-canvas.show {-webkit-transform: translateX(0);transform: translateX(0);}
.cart-canvas.show .canvas-overlay {right: 100%;left: auto;}
.canvas-close svg {width: 20px;height: 20px;}
.canvas-close {margin: 0 25px 0 0;}
.itenCarrinho svg {width: 13px;height: 13px;}
.itenCarrinho a {color: #3a3a3a;}
.alg-center {align-items: center;}


/* BREACHCUMB */

.breaCh {
    background: url('../img/backone.jpg');
    border-radius: 0 0 0 168px;
    padding-top: 168px;
}
.breaCh h1 {
    color: #fff;
    font-weight: 400;
    font-size: 1.5em;
    margin: 0 0 0;
}
.breaCh .breadcrumb {
    background: initial;
    padding: 7px 0 !important;
}
.breaCh .breadcrumb a {
    color: #c5c5c5;
}
.breaCh .breadcrumb-item+.breadcrumb-item::before {
    color: #c5c5c5;
}
.leftControl {
    padding-left: 45px;
}

/* FORMATO PAGINACAO PRODUTO */
.pdCatSub img {
    width: 100%;
    min-height: 277px;
    object-fit: cover;
    max-height: 250px;
}

.pdCatSub.proCtd {
    text-align: center;
}

/* PAGE PRODUTO */

.imgPadrao img {
    width: 100%;
}
.imgPadrao img {
    border-radius: 35px;
}
.contTextPdr h1, .contTextPdr h2 {
    font-size: 1.8em;
    font-weight: 600;
    color: #2b2b30;
    line-height: 1.25;
    margin-bottom: 5px;
    margin-top: 0;
}

.produtoEyebrow {
    display: inline-block;
    color: #1e412b;
    font-weight: 700;
    font-size: 0.78em;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.produtoSpecCard {
    margin-bottom: 22px;
}

.produtoSpecRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}

.produtoSpecRow + .produtoSpecRow {
    border-top: 1px solid #f1ede4;
}

.produtoSpecLabel {
    color: #8a8a8a;
    font-size: 0.82em;
}

.produtoSpecValue {
    color: #1e1e21;
    font-weight: 500;
    font-size: 0.82em;
    text-align: right;
}

.produtoLead {
    color: #6e6e6e;
    font-size: 0.92em;
    line-height: 1.6;
    margin-bottom: 22px;
}

.produtoLead b {
    color: #1e1e21;
}

a.btnPgPdrt {
    background: #1e412b;
    color: #ffffff;
    border: 2px solid #1e412b;
    border-radius: 35px;
    padding: 0 20px;
    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 1.0em;
    margin-top: 0;
}
a.btnPgPdrt svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    margin: 0;
}
a.btnPgPdrt:hover {
    background: #122a1b;
    color: #fff;
    border-color: #122a1b;
}

a.btnPgPdrt:hover svg {
    fill: #fff;
}
.fw-600 {
    font-weight: 600;
}

.cmWhatspgpdr {
    margin-bottom: 24px !important;
}

.cmWhatspgpdr a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #1e412b !important;
    font-size: 0.9em;
    font-weight: 600;
    border: 1.5px solid #cfe0d5;
    border-radius: 30px;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.cmWhatspgpdr a:hover {
    background: #1e412b;
    color: #fff !important;
    border-color: #1e412b;
}

.cmWhatspgpdr svg {
    width: 18px;
    height: 18px;
    margin: 0;
    fill: #1e412b;
    transition: fill 0.2s ease;
}

.cmWhatspgpdr a:hover svg {
    fill: #fff;
}

.produtoActionsRow {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.produtoQtyBox {
    flex: 0 0 auto;
}

.produtoQtyLabel {
    display: block;
    color: #1e1e21;
    font-weight: 600;
    font-size: 0.85em;
    margin-bottom: 10px;
}

.produtoCtaBox {
    flex: 1;
    min-width: 0;
}

.product_count {
    display: flex;
    align-items: center;
    height: 54px;
    border: 1.5px solid #e2ddd2;
    border-radius: 30px;
    padding: 0 6px;
    gap: 4px;
}

.minBtnQtd {
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e412b;
    font-size: 1.1em;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease;
}
.minBtnQtd:hover {
    background: #f1ede4;
}
.numberInpQtd {
    border: none;
    width: 40px;
    text-align: center;
    padding: 0;
    font-weight: 600;
    color: #1e1e21;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.numberInpQtd:hover {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.navTabsBar .nav-item a.nav-link {
    font-weight: 500;
    border-bottom: none;
    border: none;
    color: #1e412b;
    background: transparent;
    font-size: 1em;
    border: 1.5px solid #cfe0d5;
    background: #ffffff;
    border-radius: 13px 13px 0px 0;
    padding: 13px 18px;
}

.navTabsBar .nav-tabs {
    border-bottom: 1.5px solid #cfe0d5;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.navTabsBar .tab-pane {
    padding: 27px 0;
}

.w-70px img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.minHg {
    min-height: 400px;
}
/*PAGINA CONCLUIDO*/
.iconVerify svg {
    fill: #0c796f;
    width: 80px;
    height: 80px;
}

.iconVerify {
    margin-bottom: 18px;
}

.contSucess {
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.contTxtSucess p {
    font-size: 1.2em;
}

.contSucess a {
    font-size: 1.0em;
    margin-top: 29px!important;
    display: block;
    max-width: 238px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.contSucess a:hover {
    background: #0c796f;
    color: #fff!important;
    scale: 1.1;
    border-color: #0c796f;
}
.conclusionCont .contBackg {
    margin-bottom: 40px;
}
a.zapClick{
    display: flex;
    text-decoration: none; 
    position: fixed;
    z-index: 9999;
    right: 18px;
    border-radius: 34px;
    font-size: 1.1em;
    bottom: 25px;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(32 176 56 / 50%);
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    background-color: #20b038;
    -webkit-animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    align-items: center;
    align-content: center;
    }
.zapClick p {
    margin: 0;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    margin-right: 8px;
}
.zapClick svg {
    width: 23px;
    height: 23px;
}
a.zapClick:hover p {
    display: block;
    width: auto;
    opacity: 1;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}

/* PAGE PRODUTO */
.produtoGaleria {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.produtoGaleriaThumbs {
    width: 88px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.produtoThumb {
    width: 88px;
    height: 88px;
    border: 1px solid #e8e8e8;
    border-radius: 58px;
    background: #fff;
    padding: 5px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: none;
    overflow: auto;
}

.produtoThumb:hover,
.produtoThumb.active {
    border-color: #1e412b;
}

.produtoThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.produtoGaleriaPrincipal {
    position: relative;
    flex: 1;
    width: 100%;
    background: #f8f8f8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produtoGaleria .imgPadrao {
    width: 100%;
    min-height: 554px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.produtoGaleria .imgPadrao img {
    width: 100%;
    height: 100%;
    max-height: 576px;
    object-fit: contain;
    display: block;
    cursor: crosshair;
    user-select: none;
}

.produtoLupa {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.15s ease, transform 0.15s ease;
    border: 4px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(33, 30, 37, 0.18);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 3;
}

.produtoLupa.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.produtoGaleriaNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #3a3a3a;
    box-shadow: 0 6px 14px rgba(33, 30, 37, 0.08);
    cursor: pointer;
    z-index: 2;
    transition: all 0.25s ease;
}

.produtoGaleriaNav:hover {
    background: #f0f0f0;
    color: #1e412b;
}

.produtoGaleriaNav span {
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    margin-top: -2px;
}
.contBackg {
    background-image: url(../img/banner4.png);
    background-position-y: -229px;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 115px;
    /* margin-bottom: 30px; */
}
.produtoGaleriaPrev {
    left: -8px;
}

.produtoGaleriaNext {
    right: -9px;
}

.produtoGaleriaCount {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #3a3a3a;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.82em;
    font-weight: 600;
}


/*-------------------

        CATALOGO (CATEGORIA / SUBCATEGORIA / TODOS OS MOVEIS)

--------------------*/

.catalogPage {
    background: #fff;
    padding-bottom: 70px;
}

.catalogPageHead {
    padding: 34px 0 34px;
}

.catalogBreadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0 0 18px;
}

.catalogBreadcrumb li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85em;
    color: #8a8a8a;
}

.catalogBreadcrumb li:not(:last-child)::after {
    content: "\276F";
    font-size: 0.7em;
    color: #c4c4c4;
}

.catalogBreadcrumb a {
    color: #8a8a8a;
}

.catalogBreadcrumb a:hover {
    color: #1e412b;
}

.catalogBreadcrumb li:last-child,.catalogBreadcrumb li:last-child a {
    color: #1e412b;
    font-weight: 600;
}

.catalogPageTitle {
    font-size: 1.8em;
    font-weight: 500;
    color: #1e412b;
    margin: 0 0 14px;
    font-family: 'Poppins';
}

.catalogPageDesc {
    color: #6e6e6e;
    font-size: 0.95em;
    line-height: 1.6;
    max-width: 720px;
    margin: 0;
}

.catalogLayout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 28px 0;
}

.catalogSidebar {
    flex: 0 0 260px;
    max-width: 260px;
    position: sticky;
    top: 147px;
    max-height: calc(100vh - 147px - 30px);
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.catalogSidebar::-webkit-scrollbar {
    display: none;
}

.catalogMobileFilters {
    display: none;
}

.catalogMobileSelects {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.catalogMobileSelect {
    flex: 1;
    min-width: 0;
    border: 1.5px solid #e2ddd2;
    border-radius: 12px;
    padding: 10px 30px 10px 14px;
    background-color: #fff;
    color: #1e1e21;
    font-size: 0.85em;
    font-weight: 500;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e6e6e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.catalogFilterGroup {
    border-bottom: 1px solid #ece7df;
    padding: 20px 0;
}

.catalogFilterGroup:first-child {
    padding-top: 0;
}

.catalogFilterGroup summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #1e412b;
    font-size: 1em;
    cursor: pointer;
    list-style: none;
}

.catalogFilterGroup summary::-webkit-details-marker {
    display: none;
}

.catalogFilterGroup summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #1e412b;
    border-bottom: 2px solid #1e412b;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.catalogFilterGroup[open] summary::after {
    transform: rotate(-135deg);
}

.catalogFilterList {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.catalogFilterList li + li {
    margin-top: 4px;
}

.catalogFilterList a {
    display: block;
    color: #5c5c62;
    font-size: 0.92em;
    padding: 7px 0 7px 14px;
    border-left: 2px solid transparent;
    transition: all 0.2s ease;
    border-radius: 25px;
}

.catalogFilterList a:hover {
    color: #1e412b;
}

.catalogFilterList a.active, .catalogFilterList a:hover {
    color: #fff;
    font-weight: 700;
    background: #1e412b;
    border-radius: 25px;
}

.catalogMain {
    flex: 1;
    min-width: 0;
}

.catalogTopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.catalogCount {
    color: #6e6e6e;
    font-size: 0.9em;
    margin: 0;
}

.catalogSort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalogSort select {
    border: 1px solid #e2ddd2;
    border-radius: 12px;
    padding: 9px 34px 9px 14px;
    background: #fff;
    color: #1e1e21;
    font-size: 0.9em;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e6e6e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.catalogGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.relatedGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.catalogCard {
    background: #fff;
    border-radius: 36px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 6%);
}

.catalogCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(30, 65, 43, 0.1);
}

.catalogCardImg {
    display: block;
}

.catalogCardImg img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
}

.catalogCardBody {
    padding: 16px 18px 20px;
}

.catalogCardBody h3 {
    font-size: 1em;
    font-weight: 500;
    color: #1e1e21;
    margin: 0 0 6px;
}

.catalogCardBody p {
    font-size: 0.85em;
    color: #6e6e6e;
    line-height: 1.4;
    min-height: 36px;
    margin: 0 0 16px;
}

.catalogQuoteBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 1.5px solid #1e412b;
    border-radius: 30px;
    padding: 10px 14px;
    color: #1e412b;
    font-size: 0.85em;
    font-weight: 600;
    transition: all 0.2s ease;
}

.catalogQuoteBtn svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #1e412b;
    transition: stroke 0.2s ease;
}

.catalogQuoteBtn:hover {
    background: #1e412b;
    color: #fff;
}

.catalogQuoteBtn:hover svg {
    stroke: #fff;
}

.catalogEmpty {
    border: 1px dashed #d8d2c4;
    border-radius: 20px;
    padding: 40px 22px;
    text-align: center;
    color: #6e6e6e;
    background: #faf8f4;
    grid-column: 1 / -1;
}

.relatedHead {
    text-align: center;
}

.relatedTag {
    display: inline-block;
    color: #1e412b;
    font-weight: 700;
    font-size: 0.78em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.relatedTag::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #1e412b;
    transform: translateX(-50%);
}

.relatedTitle {
    font-family: 'RavensaraSans';
    font-weight: 400;
    font-size: 2em;
    color: #1e1e21;
    line-height: 1.2;
    margin: 0;
}

.relatedTitle i {
    font-style: italic;
    color: #1e412b;
}
.pgFinal {
    padding: 68px;
}
.pgEspecial {
    margin-top: 166px;
}