* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Inlander';
    src: url('../fonts/InlanderDemo-Eag8W.otf') format('opentype');
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}






/* ========================================================================== */
/*  Header                                                                    */
/* ========================================================================== */

#header {
    background-color: #fff;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    z-index: 500;
    transition: all 0.1s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}

#header .nav-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 34%;
    position: relative;
    z-index: 200;
    transition: margin 0.3s ease;
}

#header .nav-group.left {
    margin-left: 50px;
}

#header .nav-group.right {
    margin-right: 50px;
}

#header .nav-link {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: color 0.3s ease;
}

#header .nav-link:hover {
    opacity: 0.7;
}

#header .nav-link.selected::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background-color: #000;
    margin: 4px auto 0 auto;
}

#header .logo-container {
    position: relative;
    width: 395px;
    height: 148px;
    background-image: url(../imagens/header-curve.png);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31px;
    z-index: 101;
    padding: 0;
    /* Removido padding excessivo */
    transition: top 0.1s ease;
    margin: 0;
    /* Reset margin for H1 */
}

#header .logo-container a {
    display: block;
    width: 150px;
    height: 180px;
    background-image: url(../imagens/logo_canions.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    top: -15px;
    transition: top 0.1s ease;
}

#header .bt_menu_mobile {
    position: absolute;
    left: 40px;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

#pag_inicial #header .bt_menu_mobile {
    left: unset;
    right: 40px;
}

#header .bt_menu_mobile img {
    width: 100%;
    height: auto;
}

#pag_inicial #header .cliente {
    display: none;
}

#header .cliente {
    position: absolute;
    right: clamp(1.563rem, -10.714rem + 13.1vw, 5rem);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 200;
}

#header .carrinho {
    position: relative;
}


#header .carrinho img {
    width: 25px;
    height: auto;
    filter: invert(1);
}

#header .numero-de-itens {
    position: absolute;
    top: -5px;
    right: -7px;
    background: #275548;
    border-radius: 17px;
    width: 15px;
    height: 16px;
    color: white;
    font-size: 10px;
    text-align: center;
}

/* ========================================================================== */
/*  Mobile Menu                                                               */
/* ========================================================================== */

.menu-mobile-sombra {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu-mobile-sombra.aberto {
    opacity: 1;
    pointer-events: all;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.menu-mobile.aberto {
    left: 0;
}

.bt_fechar_mobile {
    background: none;
    border: none;
    align-self: flex-end;
    cursor: pointer;
    margin-bottom: 40px;
    width: 23px;
    height: 23px;
    position: relative;
}

.bt_fechar_mobile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}


.menu-mobile .nav-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-mobile .nav-mobile .nav-link {
    font-size: 18px;
    width: fit-content;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: color 0.3s ease;
}

.menu-mobile .nav-mobile .nav-link:hover {
    opacity: 0.7;
}

.menu-mobile .nav-mobile .nav-link.selected::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    margin: 4px auto 0 0;
}


/* ========================================================================== */
/*  Banner                                                                    */
/* ========================================================================== */

#banner {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin-top: 86px;
}

#banner .bkgd-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.centro {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

#banner .banner-content {
    margin-bottom: 85px;
    margin-left: 150px;
    text-align: left;
    z-index: 100;
    width: 516px;
}

#banner .titulo {
    font-family: 'Inlander', serif;
    font-size: 49px;
    font-weight: bold;
    color: #fffaea;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#banner .titulo span {
    font-size: 1.347em;
    font-weight: 900;
    line-height: 0.9;
}

#banner .banner-content p {
    font-family: "Poppins", Verdana;
    font-size: 19px;
    font-weight: 400;
    color: #fffaea;
    margin-bottom: 30px;
    line-height: 1.5;
    text-shadow: 0 0 9px black;
}


.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', Verdana;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #313234;
    cursor: pointer;
    text-decoration: none;

    background-color: #FFF9F0;
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid #1a1a1a;
    outline: 2px solid #FFF9F0;
    outline-offset: 0px;
    transition: all 0.1s ease;
}

.btn img {
    width: 25px;
    height: auto;
}

.btn:hover {
    outline-offset: -2px;
}






/* ========================================================================== */
/*  Quem Somos (Página)                                                       */
/* ========================================================================== */

#pag_quem_somos #banner {
    height: 680px;
}

#pag_quem_somos #banner .centro {
    align-items: center;
}

#pag_quem_somos #banner .banner-content {
    text-align: center;
    margin-left: 0;
    width: 100%;
    max-width: 800px;
    margin-bottom: 70px;
}

#pag_quem_somos #banner .titulo {
    margin-bottom: 40px;
}

#pag_quem_somos #nossa-historia,
#pag_quem_somos #exposicao-1,
#pag_quem_somos #exposicao-2 {
    max-width: 1060px;
    margin: 60px auto 0 auto;
    text-align: center;
}

#pag_quem_somos #nossa-historia h2 {
    font-family: 'Inlander', serif;
    font-size: 44px;
    color: #2d2e32;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 800;
    letter-spacing: 1px;
}

#pag_quem_somos #exposicao-1 h3 {
    font-family: 'Inlander', serif;
    font-size: 30px;
    color: #2d2e32;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

#pag_quem_somos #nossa-historia p,
#pag_quem_somos #exposicao-1 p,
#pag_quem_somos #exposicao-2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #275548;
    margin-bottom: 23px;
    font-weight: 400;
}

#pag_quem_somos #nossa-historia {
    padding: 0 30px;
}

#pag_quem_somos #exposicao-1 {
    display: flex;
    margin-top: 70px;
    align-items: center;
}

#pag_quem_somos #exposicao-1 .imagem-container {
    width: 100%;
    height: 590px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #3E3F42;
}

#pag_quem_somos #exposicao-1 .imagem-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#pag_quem_somos #exposicao-1 .direita {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

#pag_quem_somos #exposicao-1 .texto-container {
    padding-left: 80px;
    text-align: left;
}

#pag_quem_somos #exposicao-1 .atracoes {
    background: #fffaea;
    border-radius: 0 40px 40px 0;
    height: 200px;
    width: 100%;
    margin-top: 20px;
    padding: 0 60px 30px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#pag_quem_somos .atracoes .item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}

#pag_quem_somos #exposicao-1 .atracoes .item p {
    margin-bottom: 5px;
    font-weight: 600;
}


#pag_quem_somos #exposicao-2 {
    display: flex;
    align-items: center;
    margin-top: 85px;
    margin-bottom: 25px;
}

#pag_quem_somos #exposicao-2 .esquerda {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    background-color: #275548;
    border-radius: 40px 0 0 40px;
    max-height: 440px;
    height: 350px;
}

#pag_quem_somos #exposicao-2 p {
    color: #fff;
    padding-right: 20px;
    padding-left: 65px;
    text-align: right;

}

#pag_quem_somos #exposicao-2 .direita {
    width: 420px;
    height: 440px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #3E3F42;
}

#pag_quem_somos #exposicao-2 .direita img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pag_quem_somos #exposicao-2 .imagem-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}






/* ========================================================================== */
/*  Quem Somos (Seção)                                                        */
/* ========================================================================== */

#quem-somos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
    margin-top: 66px;
    max-width: 1620px;
}

#quem-somos .esquerda {
    width: 45%;
    max-width: 600px;
}

#quem-somos .titulo {
    font-family: 'Inlander', serif;
    font-size: 42px;
    color: #2d2e32;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

#quem-somos .esquerda p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #275548;
    margin-bottom: 23px;
    font-weight: 400;
}

.btn.btn-dark {
    background-color: #2d2e32;
    color: #FFF9F0;
    padding: 10px 20px;
    border: 2px solid #1a1a1a;
    outline: 2px solid #FFF9F0;
    outline-offset: -4px;
    margin-top: 13px;
}

.btn.btn-dark img {
    filter: invert(1) brightness(2);
}

.btn.btn-dark:hover {
    outline-offset: -2px;
}

#quem-somos .direita {
    position: relative;
    width: 56%;
    height: 500px;
    display: flex;
    align-items: center;
}

#quem-somos .green-shape {
    position: absolute;
    right: 0;
    top: 50%;
    width: 73%;
    height: 139%;
    background-color: #275548;
    border-radius: 40px;
    z-index: 1;
    transform: translateY(-50%);
}

#quem-somos .direita .img-wrapper {
    position: absolute;
    overflow: hidden;
    border-radius: 40px;
}

#quem-somos .direita .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#quem-somos .direita .img-grande {
    width: 650px;
    height: 540px;
    left: 0;
    bottom: -20px;
    z-index: 2;
}

#quem-somos .direita .img-pequena {
    width: 310px;
    height: 460px;
    right: 90px;
    top: 20px;
    z-index: 2;
}






/* ========================================================================== */
/*  Sustentabilidade                                                          */
/* ========================================================================== */

#pag_sustentabilidade #banner {
    height: 680px;
}

#pag_sustentabilidade #banner .centro {
    justify-content: flex-start;
    align-items: center;
}

#pag_sustentabilidade #banner .titulo {
    margin: 230px auto 0 auto;
    font-size: 57px;
}

#pag_sustentabilidade #banner .banner-content {
    margin: 0px;
    width: unset;
}

#pag_sustentabilidade #green-background {
    max-width: 1220px;
    width: calc(100% - 40px);
    margin: -360px auto 0 auto;
    padding: 70px 80px;
    background-color: #275548;
    border-radius: 40px;
    z-index: 200;
    position: relative;
    color: #FFF9F0;
    font-size: 19px;
    text-align: center;
}

#pag_sustentabilidade #green-background h2,
#pag_sustentabilidade #green-background p {
    margin-bottom: 20px
}

#pag_sustentabilidade #green-background h2 {
    font-family: 'Inlander', serif;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
}

#pag_sustentabilidade .single-image,
#pag_sustentabilidade .double-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    height: 630px;
}

#pag_sustentabilidade .double-image {
    height: 400px;
    gap: 30px;
}

#pag_sustentabilidade #green-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 45px;
}






/* ========================================================================== */
/*  Experiências (Página)                                                     */
/* ========================================================================== */

#pag_experiencias #banner {
    height: 680px;
}


#pag_experiencias #banner .centro {
    align-items: center;
}

#pag_experiencias #banner .titulo {
    font-size: 63px;
}

#pag_experiencias #banner .banner-content {
    margin-left: 0px;
    width: unset;
    text-align: center;
    max-width: 900px;
    border-radius: 150px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 64px 72px rgba(0, 0, 0, 0.3);
}

#pag_experiencias #lista-experincias {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1060px;
    margin: 60px auto;
    color: #275548;
    font-size: 18px;
    text-align: center;
}

#pag_experiencias #lista-experincias img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 40px;
}

#pag_experiencias #lista-experincias .imagens-experiencias {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

#pag_experiencias #lista-experincias .imagem-container {
    width: 100%;
    height: 350px;
    position: relative;
}

#pag_experiencias .imagem-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 40px;
}

#pag_experiencias #lista-experincias .imagem-container span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #2d2e32;
    border-radius: 30px;
    color: white;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Inlander', serif;
}






/* ========================================================================== */
/*  Seção Produtos                                                            */
/* ========================================================================== */

#produtos {
    padding-top: 80px;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

#produtos .titulo {
    font-family: 'Inlander', serif;
    font-size: 42px;
    color: #2d2e32;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 800;
    letter-spacing: 1px;
}

#produtos .prod-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px;
    margin: 0 auto 45px auto;
    width: fit-content;
}

.prod-card {
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: none;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 2px 20px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prod-card:hover {
    transform: translateY(-5px);
}

.desconto {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #275548;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
}

.prod-img-container {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

#produtos .prod-nome {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2d2e32;
    margin-bottom: 15px;
}

/* Preços */
.prod-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: #2d2e32;
}

.price-old {
    font-size: 13px;
    color: #616161;
    margin-bottom: -6px;
    font-weight: 500;
}

.price-current {
    font-size: 24px;
    font-weight: 700;
    color: #2d2e32;
    margin-bottom: 5px;
}

.price-parcelas {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}

#produtos .prod-bottom {
    display: flex;
    justify-content: center;
}






/* ========================================================================== */
/*  Produtos (Página)                                                         */
/* ========================================================================== */

#pag_produtos #banner {
    height: 480px;
}

#pag_produtos #banner .centro {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#pag_produtos #banner .product-display {
    position: relative;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 100%;
}

#pag_produtos #banner .product-display img {
    height: 93%;
}

#pag_produtos #banner .banner-content {
    margin: 0 0px 0px 50px;
    width: 660px;
}

#pag_produtos #banner .titulo {
    font-size: 41px;
}

#pag_produtos #banner .titulo span {
    font-size: 1.342em;
}


#pag_produtos #produtos {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: left;
}

#pag_produtos .layout-produtos {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}


#pag_produtos .topo-lista {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

#pag_produtos .info-topo h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
}

#pag_produtos .info-topo h1 strong {
    font-weight: 800;
}

#pag_produtos .qtd-produtos {
    font-size: 18px;
    color: #000;
}

#pag_produtos .btn-ordenar {
    background: #fff;
    border: 1px solid #2d2e32;
    padding: 9px 20px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

#pag_produtos .seta-baixo {
    height: 15px;
    width: 9px;
    transform: rotate(90deg);
    filter: invert(1);
    margin-left: 10px;
}


#pag_produtos .sidebar {
    width: 250px;
    flex-shrink: 0;
}

#pag_produtos .busca-container {
    margin-bottom: 40px;
}

#pag_produtos .busca-container form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

#pag_produtos .input-busca {
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    color: #000;
}

#pag_produtos .btn-busca {
    background: none;
    border: none;
    cursor: pointer;
}


#pag_produtos .categoria {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2d2e32;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: capitalize;
}

#pag_produtos .categoria:first-of-type {
    margin-top: 0;
}

#pag_produtos .sidebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

#pag_produtos .sidebar ul li {
    margin-bottom: 15px;
}

#pag_produtos .sidebar ul a {
    text-decoration: none;
    color: #2d2e32;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s;
}

#pag_produtos .sidebar ul a:hover,
#pag_produtos .sidebar ul a.active {
    text-decoration: underline;
}

#pag_produtos .conteudo-lista {
    flex: 1;
}


#pag_produtos .paginacao {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 40px;
}

#pag_produtos .page-num {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.1s;
    background-color: #2d2e32;
    outline-offset: 2px;
    color: #fff;
}

#pag_produtos .page-num.active,
#pag_produtos .page-num:hover {
    outline: 2px solid #2d2e32;
    margin: 0 4px;
}






/* ========================================================================== */
/*  Produto Interno                                                           */
/* ========================================================================== */

#pag_produto_interno #informacoes-pagamento {
    margin-bottom: 50px;
    padding: 25px 0;
    margin-top: 146px;
}

#pag_produto_interno .container-beneficios {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

#pag_produto_interno .separador {
    width: 2px;
    height: 40px;
    background-color: #000;
}

#pag_produto_interno .item-beneficio {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#pag_produto_interno .item-beneficio p {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

#pag_produto_interno .item-beneficio .texto {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

#pag_produto_interno .item-beneficio strong {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

#pag_produto_interno .item-beneficio.frete .texto {
    text-align: left;
}

#pag_produto_interno .item-beneficio.frete img {
    filter: brightness(0);
}




#pag_produto_interno #mostruario {
    max-width: 1100px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
}

#pag_produto_interno .breadcrumbs {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

#pag_produtos .breadcrumbs {
    font-weight: 800;
}

#pag_produto_interno .produto-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

#pag_produto_interno .esquerda {
    width: 65%;
}

#pag_produto_interno .card-visualizacao {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 45px;
    cursor: default;
}

#pag_produto_interno .card-visualizacao:hover {
    transform: none;
}

#pag_produto_interno .card-visualizacao .prod-img-container {
    height: 400px;
    margin-bottom: 0;
}


#pag_produto_interno .direita {
    width: 48%;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

#pag_produto_interno .nome-produto,
#pag_produto_interno h2.nome-produto {
    font-size: 22px;
    font-weight: 800;
    color: #2d2e32;
    margin-bottom: 3px;
}

#pag_produto_interno .produto-estrelas {
    display: flex;
    margin-bottom: 7px;
}

#pag_produto_interno .produto-estrelas .estrelas {
    display: flex;
    gap: 1px;
}

#pag_produto_interno .produto-estrelas img {
    width: 15px;
    height: 15px;
}

#pag_produto_interno .estrelas-review {
    display: flex;
    gap: 1px;
    margin-top: 8px;
}

#pag_produto_interno .estrelas-review img {
    width: 12px;
    height: 12px;
}

#pag_produto_interno .contagem {
    color: #474747;
    margin-left: 5px;
    font-size: 13px;
}

#pag_produto_interno .descricao-curta {
    color: #616161;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 27px;
    font-weight: 500;
}


#pag_produto_interno .seletor-tamanhos {
    display: flex;
    gap: 4px;
    margin-bottom: 23px;
}

#pag_produto_interno .btn-tamanho {
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid black;
    border-radius: 3px;
    color: #2d2e32;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.1s;
}

#pag_produto_interno .btn-tamanho:hover,
#pag_produto_interno .btn-tamanho.active {
    border-color: #2d2e32;
    background-color: #f9f9f9;
    font-weight: 700;
}


#pag_produto_interno .detalhes-preco {
    align-items: flex-start !important;
    margin-bottom: 15px;
}

#pag_produto_interno .detalhes-preco .price-current {
    font-size: 29px;
    margin-bottom: 0;
}

#pag_produto_interno .detalhes-preco .price-old {
    font-size: 15px;
}

#pag_produto_interno .detalhes-preco .price-parcelas {
    font-size: 15px;
    margin-top: -4px;
}


#pag_produto_interno .calculo-frete {
    margin-bottom: 20px;
}

#pag_produto_interno .calculo-frete label {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #2d2e32;
}

#pag_produto_interno .form-frete {
    display: flex;
    max-width: 250px;
}

#pag_produto_interno .form-frete input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

#pag_produto_interno .form-frete button {
    background-color: #275548;
    color: white;
    border: none;
    padding: 0px 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    font-size: 13px;
    border-radius: 0 10px 10px 0;
}


#pag_produto_interno .btn-carrinho {
    width: 100%;
    max-width: 410px;
    justify-content: center;
    padding: 10px 25px;
    font-size: 15px;
    margin-top: 10px;
    position: relative
}

#pag_produto_interno .btn-carrinho img {
    position: absolute;
    right: 30px;
    width: 30px;
    filter: brightness(1);
}


#pag_produto_interno #descricao-review {
    max-width: 1100px;
    margin: 0 auto 0px auto;
    padding: 0 20px;
    text-align: left;
}

#pag_produto_interno .abas-navegacao {
    display: flex;
    gap: 130px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

#pag_produto_interno .aba {
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #999;
    padding-bottom: 15px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

#pag_produto_interno .aba.active {
    color: #000;
    font-weight: 500;
    border-bottom: 3px solid #275548;
}


#pag_produto_interno .lista-reviews {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#pag_produto_interno .item-review {
    display: flex;
    gap: 20px;
}

#pag_produto_interno .separador-2 {
    width: 1px;
    height: auto;
    background-color: #dddddd;
}

#pag_produto_interno .usuario-avatar {
    width: 70px;
    height: 70px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

#pag_produto_interno .usuario-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#pag_produto_interno .conteudo-review {
    flex: 1;
}

#pag_produto_interno .nome-usuario {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 3px;
}

#pag_produto_interno .texto-review {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #838383;
    line-height: 1.6;
    margin-bottom: 10px;
}







/* ========================================================================== */
/*  Nossas Experiências                                                       */
/* ========================================================================== */

#experiencias {
    padding: 55px 0 25px 0;
    display: flex;
    justify-content: center;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

#experiencias .container {
    background-color: #2d2e32;
    width: 100%;
    max-width: 1400px;
    border-radius: 40px;
    padding-top: 72px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}


#experiencias .titulo {
    font-family: 'Inlander', serif;
    font-size: 48px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 40px;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
}

#experiencias .owl-carousel {
    padding-left: 60px;
    padding-right: 0;
    width: 100%;
}

#experiencias .card-exp {
    position: relative;
    width: 320px;
    height: 450px;
    overflow: hidden;
    background-color: #3E3F42;
}

#experiencias .card-exp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

#experiencias .card-exp:hover img {
    transform: scale(1.05);
}

#experiencias .label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #2d2e32;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#experiencias .bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding: 0 60px;
}

#experiencias .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

#experiencias .owl-nav button.owl-prev,
#experiencias .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #275548;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: transform 0.2s ease;
}

#experiencias .owl-nav button.owl-next:hover {
    transform: scale(1.1);
}

#experiencias .owl-nav button.owl-prev {
    transform: scaleX(-1)
}

#experiencias .owl-nav button.owl-prev:hover {
    transform: scaleX(-1) scale(1.1);
}





/* ========================================================================== */
/*  Footer                                                                    */
/* ========================================================================== */

#footer {
    padding: 55px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .footer-container {
    background-color: #275548;
    width: 100%;
    max-width: 1920px;
    border-radius: 40px;
    padding: 55px clamp(0.5rem, -47rem + 47.5vw, 10rem);
    color: #fffaea;
}

#footer .footer-content {
    display: grid;
    justify-content: space-between;
    row-gap: 50px;
    column-gap: 38px;
    grid-template-columns: repeat(5, auto);
}

#footer .col {
    padding: 0 15px;
    min-width: 180px;
}

#footer .logo-container {
    margin-bottom: 28px;
}

#footer .logo-container img {
    width: 140px;
    height: auto;
}

#footer .newsletter-label {
    font-family: 'Inlander', serif;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#footer .newsletter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #fffaea;
    border-radius: 50px;
    padding: 2px;
    width: 100%;
    max-width: 350px;
}

#footer .newsletter-form input {
    background: transparent;
    border: none;
    outline: none;
    padding: 8px 20px;
    color: #fffaea;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    width: 100%;
}

#footer .newsletter-form input::placeholder {
    color: #fffaea;
}

#footer .newsletter-form button {
    background-color: #fffaea;
    color: #2d2e32;
    border: none;
    border-radius: 50px;
    padding: 8px 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s;
}

#footer .newsletter-form button:hover {
    transform: scale(1.05);
}

#footer .newsletter-form button img {
    width: 24px;
}


#footer .titulo {
    font-family: 'Inlander', serif;
    font-size: 18px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#footer .list {
    list-style: none;
    padding: 0;
}

#footer .list li {
    margin-bottom: 11px;
}

#footer .list a {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    transition: opacity 0.1s;
}

#footer .list a:hover {
    opacity: 0.7;
}

#footer .ver-tudo a {
    font-weight: 700;
    text-decoration: underline;
}


#footer .contato-list {
    list-style: none;
    padding: 0;
}

#footer .contato-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
}

#footer .contato-item:last-child {
    margin-bottom: 0;
}

#footer .contato-item .icon-circ {
    width: 35px;
    height: 35px;
    background-color: #fffaea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#footer .contato-item .icon-circ img {
    width: 23px;
    height: auto;
}

#footer .contato-item .icon-circ img.local {
    width: 16px;
}

#footer .contato-item a,
#footer .contato-item span {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    transition: opacity 0.1s;
}

#footer .contato-item a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#footer .creditos {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 18px 0;
    color: #2d2e32;
}

#footer .creditos a {
    color: #2d2e32;
    text-decoration: underline;
}