/* Fontes - Usando apenas as fontes presentes na pasta fonts */
@font-face {
    font-family: 'Loja Font';
    src: url('../fonts/2a65768255d6b625-s.p.d19752fb.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Loja Font';
    src: url('../fonts/ca31d6821328a4e9-s.p.8036670a.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Loja Font Bold';
    src: url('../fonts/ca31d6821328a4e9-s.p.8036670a.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Reset e variÃƒÂ¡veis */
:root {
    --primary-color: #282828;
    --secondary-color: #868686;
    --dark-color: #2C2C2C;
    --light-color: #F5F5F5;
    --text-color: #333;
    --border-color: #E0E0E0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Loja Font', sans-serif;
    color: #1e1e1e;
    line-height: 1.6;
    background: #ffffff;
}
span#login-submit-text {
    color: white;
    font-weight: 500;
}

/* AnimaÃƒÂ§ÃƒÂµes */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
.quantity {
    font-weight: bold;
    width: 5rem;
}
.section-buy {
    display: flex;
    gap: 10px;
}
p.sub-title {
    font-size: 16px;
}
.floating-price-extra {
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    font-size: 13px;
    color: black;
}
.coment-space {
    display: flex;
    gap: 10px;
}
span.comment-badge {
    margin-left: 30px;
    font-size: 12px;
    background: #0080002e;
    padding: 5px;
    border-radius: 20px;
}
.coment-avatar {
    background: #37373724;
    padding: 5px;
    border-radius: 50%;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    font-weight: 700;
    color: #4b4b4b;
}
.coment-header {
    line-height: 15px;
}


/* Tag Promocional */
.promo-tag {
    background: var(--primary-color);
    padding: 12px 0;
    text-align: center;
}
.product-price-old {
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    font-size: 12px;
    color: gray;
    text-decoration: line-through;
}
p.small {
    color: gray;
    font-size: 15px;
}
h5 {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    line-height: 29px;
}
strong.argentina {
    font-weight: normal;
    color: #000000;
}
h2.section-title-ar {
    font-family: 'Loja Font', sans-serif;
    font-weight: normal;
    color: #838383;
    font-size: 27px;
}


.tag-text {
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
}
p {
    font-weight: inherit;
    font-size: 13px;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    color: black;
}
.place-order {
    width: 100%;
    display: flex;
    align-items: center;
}
.buy-section {
    display: flex;
    gap: 10px;
}
/* Header */
.header {
    background: #ffffff;
    color: #333;
    top: 0;
    position: sticky;
    z-index: 1000;
}
.title-section {
    text-align: center;
    line-height: 2px;
    margin-bottom: 4rem;
    margin-top: 1.5rem;
}
span.altert {
    COLOR: white;
    font-family:'Loja Font', sans-serif;
    font-weight: normal;
    font-size: 21px;
}

/* Desktop: Estrutura de duas linhas */
@media (min-width: 769px) {
    
    .header .container {
        padding-left: 0;
    }
    
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px 10px 20px;
    }
    
    .header-bottom {
        padding: 12px 0;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    
    .header-top-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .header-top-links {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .header-link {
        color: #000000;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: color 0.3s;
        font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    }
    
    .header-link:hover {
        color: #166534;
    }
    
    .search-bar {
        flex: 1;
        max-width: 100%;
        margin: 0;
    }
    
    .logo-menu-wrapper {
        min-width: 200px;
        padding-left: 0;
        margin-left: 0;
    }
    
    .header-top .menu-toggle {
        display: none;
    }
    
    .logo {
        margin-left: 0;
        padding-left: 0;
    }
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.3s;
}

.logo:hover {
    opacity: 0.8;
}

.logo img {
    max-height: 35px;
    display: block;
    width: auto;
}

/* Desktop: Logo maior */
@media (min-width: 769px) {
    .logo img {
        max-height: 50px;
    }
}

/* Mobile: Logo menor */
@media (max-width: 768px) {
    .logo img {
        max-height: 35px;
    }
}

.logo h1 {
    font-size: 24px;
    color: var(--secondary-color);
    font-weight: normal;
    margin: 0;
}

.logo-menu-wrapper {
}

/* Desktop: Logo sem menu-toggle */
@media (min-width: 769px) {
    .header-top .logo-menu-wrapper {
        gap: 0;
    }
}

/* Menu Toggle (Hamburger) */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000000;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Menu Mobile */
.nav-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    z-index: 10000;
    padding: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    justify-content: space-between;
}

@media (min-width: 769px) {
    .nav-mobile {
        display: none;
    }
}

.nav-mobile.active {
    transform: translateX(0);
    background: #ffffff;
    display: flex;
}

/* CabeÃƒÂ§alho do Menu Mobile */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgb(61 60 60 / 10%);
}

.mobile-menu-close {
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #3b3b3b;
    transition: background 0.3s;
}

.mobile-menu-close:hover {
    background: rgba(255,255,255,0.2);
}

.mobile-menu-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-menu-account {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.mobile-menu-account svg {
    width: 20px;
    height: 20px;
}

.mobile-menu-cart {
    position: relative;
    cursor: pointer;
    color: #000000;
    margin-top: 10px;
}

.mobile-menu-cart svg {
    width: 20px;
    height: 20px;
}

.mobile-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

/* SeÃƒÂ§ÃƒÂ£o de Cards Destaque */
.mobile-menu-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 20px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.featured-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgb(0 0 0 / 32%);
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s;
    min-height: 100px;
}

.featured-card:hover {
    border-color: #0a0a0a;
    background: rgba(14, 14, 14, 0.1);
    box-shadow: 0 2px 8px rgba(43, 43, 43, 0.2);
}
span {
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    color: black;
}

.featured-icon {
    color: #000000;
    margin-bottom: 8px;
}

.featured-card span {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #000000;
}

/* Lista de Categorias */
.mobile-menu-list {
    flex: 0 0 auto;
    padding: 0;
    margin-bottom: 0;
}

.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
}

.menu-item:hover {
    background: rgba(255,255,255,0.05);
}

.menu-item.has-submenu {
    display: block;
    padding: 0;
}

.menu-item.has-submenu > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.menu-item.has-submenu > a:hover {
    background: rgba(255,255,255,0.05);
}

.menu-item span {
    flex: 1;
}

.menu-arrow,
.menu-arrow-right {
    width: 16px;
    height: 16px;
    color: rgba(255,255,255,0.6);
    transition: transform 0.3s;
}

.menu-item.has-submenu.active .menu-arrow {
    transform: rotate(180deg);
}

/* Submenu */
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0,0,0,0.2);
}

.menu-item.has-submenu.active .submenu {
    max-height: 500px;
}

.submenu a {
    display: block;
    padding: 12px 16px 12px 48px;
    color: rgb(0 0 0 / 80%);
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
}

.submenu a:hover {
    background: rgba(255,255,255,0.05);
    color: #000000;
}

.submenu a:last-child {
    border-bottom: none;
}

/* RodapÃƒÂ© do Menu */
.mobile-menu-footer {
    background: rgb(137 137 137 / 20%);
    padding: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    flex-shrink: 0;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-item svg {
    width: 20px;
    height: 20px;
    color: #000000;
}

.footer-item:first-child {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 16px;
    margin-bottom: 12px;
}

/* Overlay para fechar menu mobile */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-overlay.active {
    display: block;
    opacity: 1;
}

.search-bar {
    position: relative;
    flex: 1;
    max-width: 400px;
    margin: 0 20px;
    z-index: 100;
}

/* Desktop: Barra de busca na primeira linha */
@media (min-width: 769px) {
    .search-bar {
        margin: 0;
        max-width: 100%;
        flex: 1 1 auto;
    }
}

/* Autocomplete Dropdown */
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-top: -1px;
}

.autocomplete-item {
    padding: 12px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.autocomplete-item:hover,
.autocomplete-item.selected {
    background: #f0f0f0;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.autocomplete-item .product-info {
    flex: 1;
    min-width: 0;
}

.autocomplete-item .product-name {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-item .product-meta {
    font-size: 12px;
    color: #666;
}

.search-input {
    width: 100%;
    padding: 10px 55px 10px 15px;
    background-color: #ededed;
    font-size: 16px;
    color: #1a1a1a;
    transition: border-color 0.3s, background-color 0.3s;
    border: none;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

/* Desktop: Barra de busca mais larga e clara */
@media (min-width: 769px) {
    .search-input {
        padding: 12px 50px 12px 15px;
        background-color: #f0f0f0;
    }
}

.search-input::placeholder {
    color: #888;
}

.search-input:focus {
    outline: none;
    border-color: #999;
    background-color: #fff;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #202020;
    pointer-events: all;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s, transform 0.3s;
}

/* Desktop: Ícone de pesquisa à direita */
@media (min-width: 769px) {
    .search-icon {
        right: 35px;
    }
}

/* Mobile: Ícone de pesquisa à esquerda */
@media (max-width: 768px) {
    .search-icon {
        right: auto;
        left: 35px;
    }
}

.search-icon:hover {
    color: #553c9a;
    transform: translateY(-50%) scale(1.1);
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    font-weight: normal;
}

.nav a:hover {
    color: #166534;
}

/* Desktop: Menu na segunda linha */
@media (min-width: 769px) {
    .header-bottom .nav {
        justify-content: flex-start;
        gap: 75px;
        margin: 0 auto;
        justify-content: center;
        margin-top: 1rem;
    }
}

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

.profile-icon {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    color: #333;
    z-index: 1001;
    pointer-events: all;
}

/* Desktop: Ãcones na primeira linha */
@media (min-width: 769px) {
    .header-top .header-icons {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .header-top .mobile-only {
        display: none;
    }
    
    .header-icons.mobile-only {
        display: none !important;
    }
}

.profile-icon svg {
    width: 24px;
    height: 34px;
}

.profile-icon:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.cart-icon {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    color: white;
    z-index: 1001;
    pointer-events: all;
}

.cart-icon svg {
    width: 24px;
    height: 24px;
}

.cart-icon:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -1px;
    background: #bbeb25;
    color: #000000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    top: 10px;
}

/* Ocultar contador quando o carrinho estiver vazio - serÃ¡ controlado via JavaScript */
.cart-count[data-empty="true"] {
    display: none !important;
}

.mobile-cart-count[data-empty="true"] {
    display: none !important;
}

/* Banner Carousel */
.banner-carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 0;
}

/* Features */
.features {
    background: #313131;
    margin-bottom: 10px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.feature-item {
    background: #313131;
    display: flex;
    justify-content: center;
    padding: 20px;
    text-align: center;
    transition: background 0.3s;
    gap: 15px;
}

.feature-item-alt {
    background: #3d3c3c;
}

.feature-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-text {
    color: white;
    font-family: 'Loja Font', sans-serif;
}

.feature-line1 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}

.feature-line2 {
    font-size: 16px;
    font-weight: 600;
}

.feature-line2 strong {
    font-weight: 700;
}

/* SeÃƒÂ§ÃƒÂ£o de Categorias */
.categories {
    padding: 40px 0;
    background: #fff;
}

.categories .container {
    overflow-x: hidden;
}

.categories-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
    padding-bottom: 10px;
}

.categories-grid::-webkit-scrollbar {
    height: 6px;
}

.categories-grid::-webkit-scrollbar-track {
    background: transparent;
}

.categories-grid::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

.categories-grid::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s;
    overflow: hidden;
    background: white;
    flex: 0 0 auto;
    min-width: 180px;
    max-width: 220px;
}

.category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.category-item img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
}

.category-name {
    padding: 12px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
}

/* BotÃƒÂ£o Flutuante WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    color: white;
}
button.buy {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 10px;
    background: #bbeb25;
    color: #111111;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 1024px) {
    .product-card .buy {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none;
    }

    .product-card:hover .buy {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

/* Banners Desktop - mostrar apenas em desktop */
.carousel-desktop {
    display: flex;
}

/* Banners Mobile - esconder em desktop */
.carousel-mobile {
    display: none;
}

.carousel-item {
    min-width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Banners Mobile - garantir proporÃƒÂ§ÃƒÂ£o quadrada */
.carousel-mobile .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.carousel-btn {
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 5px;
    pointer-events: all;
    transition: background 0.3s;
}

.carousel-btn:hover {
    background: rgba(0,0,0,0.8);
}

/* Produtos */
.products {
    padding: 50px 0;
}

.section-title {
    text-align: center;
    font-size: 46px;
    margin-bottom: 40px;
    color: rgb(15, 15, 15);
    font-weight: normal;
}

/* PaginaÃ§Ã£o e botÃ£o "VER TODOS" */
.product-section-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
}

.pagination-dots {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9ca3af;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination-dot.active {
    width: 12px;
    height: 12px;
    background-color: #000000;
}

.btn-ver-todos {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: 'Loja Font', sans-serif;
}

.btn-ver-todos:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.no-products {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 40px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

/* Products Carousel */
.products-carousel-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.products-carousel-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.products-carousel-container.dragging {
    cursor: grabbing;
}

/* Oculta a barra de rolagem em navegadores WebKit sem desabilitar o scroll */
.products-carousel-container::-webkit-scrollbar {
    height: 0px;
}

/* Indicadores de paginaÃƒÂ§ÃƒÂ£o do carrossel */
.carousel-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0 10px;
}

.carousel-pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d1d1;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.carousel-pagination-dot:hover {
    background-color: #a0a0a0;
    transform: scale(1.2);
}

.carousel-pagination-dot.active {
    width: 32px;
    height: 6px;
    border-radius: 3px;
    background-color: #020202;
}

.products-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    transition: transform 0.5s ease;
    will-change: transform;
    position: relative;
}

.products-carousel .product-card {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.carousel-nav-btn {
    background:#272727e3;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s;
    flex-shrink: 0;
    z-index: 10;
}

.carousel-nav-btn:hover {
    background: var(--secondary-color);
    transform: scale(1.1);
}

.carousel-nav-btn:active {
    transform: scale(0.95);
}

.product-card {
    background: white;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    max-width: 320px;
    margin: 0 auto;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-link:hover {
    text-decoration: none;
    color: inherit;
}

.product-image {
    width: 100%;
    height: 320px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #ebebeb;
}

/* Badge de desconto */
.product-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 15;
    background: #bbeb25;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    min-width: 60px;
}

.product-discount-badge .discount-percent {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 2px;
}

.product-discount-badge .discount-text {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-favorite-card {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.product-favorite-card:hover {
    background: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-favorite-card svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    transition: stroke 0.3s ease, fill 0.3s ease;
}

.product-favorite-card:hover svg {
    stroke: #e74c3c;
    fill: #e74c3c;
}

.product-favorite-card.active svg {
    stroke: #e74c3c;
    fill: #e74c3c;
}


.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-info {
    padding: 5px 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-name {
    font-size: 15px;
    color: var(--dark-color);
    font-weight: 500;
    line-height: 1.4;
    min-height: 44px;
}

.product-installments {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    font-weight: 400;
}

.product-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}

/* Estrelas nos cards */
.card-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 4px 0 6px 0;
}
.card-stars .star { width: 14px; height: 14px; }
.card-rating-number {
    font-size: 12px;
    color: #666;
    margin-left: 4px;
}

.product-type,
.product-country {
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* Valor principal normal (sem risco) */
.product-price-wrapper {
    margin-bottom: 4px;
    flex-wrap: wrap;
    line-height: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.product-price {
    font-size: 18px;
    color: #000000;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.product-installment-info {
    font-size: 11px;
    color: #000000;
    font-weight: 400;
}

/* SeÃƒÂ§ÃƒÂ£o secundÃƒÂ¡ria de desconto (menos destaque) */
.product-price-discount {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
}

.product-price-original-striked {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: line-through;
}

.product-price-pix {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #31bac4ff;
    padding: 8px;
}

.pix-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.pix-icon svg {
    width: 14px;
    height: 14px;
}

.pix-price-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.pix-price {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
}

.pix-discount-text {
    font-size: 10px;
    color: #ffffff;
    line-height: 1.2;
}

.btn-add-cart {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 14px;
    background: #3d3d3d;
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-end;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-add-cart:hover {
    background: #3b3b3b;
}

/* Carrinho */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}

.cart-overlay.active {
    display: flex;
    justify-content: flex-end;
}

.cart-sidebar {
    width: 400px;
    background: white;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    position: relative;
}

.cart-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h2 {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}

.cart-close {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
}

.cart-close:hover {
    color: var(--primary-color);
}

.cart-free-shipping {
    padding: 0px 20px;
    display: none;
    flex-direction: column;
    gap: 8px;
}

.cart-free-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-free-progress {
    flex: 1;
    height: 4px;
    background: #d1d5db;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.cart-free-progress-fill {
    height: 100%;
    width: 0;
    background: #024d02;
    border-radius: inherit;
    transition: width 0.3s ease;
}

.cart-free-percent {
    font-size: 12px;
    color: #111;
    font-weight: 600;
    min-width: 32px;
    text-align: right;
}

.cart-free-shipping.unlocked .cart-free-progress-fill {
    background: #024d02;
}

.cart-free-message {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

.cart-free-shipping.unlocked .cart-free-message {
    color: #000000;
}

.cart-free-progress::after {
    content: attr(data-percent);
    position: absolute;
    right: 0;
    top: -18px;
    font-size: 12px;
    color: #6b7280;
}

.cart-items {
    flex: 1;
    padding: 20px;
}

.empty-cart {
    text-align: center;
    color: #999;
    padding: 40px 0;
}

.cart-item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 16px;
    padding: 18px 0;
    align-items: center;
}

.cart-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background-color: #ebebeb;
    border-radius: inherit;
    padding: 5px;
}

.cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-item-name {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.cart-item-brand {
    font-size: 13px;
    color: #6b7280;
}

.cart-item-price {
    font-size: 14px;
    color: #000000;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.cart-item-controls {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cart-quantity-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1d5db;
    overflow: hidden;
    width: 70px;
}

.cart-quantity-box .quantity-btn {
    background: transparent;
    border: none;
    width: 32px;
    height: 100%;
    font-size: 18px;
    color: #111;
}

.cart-quantity-box .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 34px;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
}

.remove-item {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.cart-item-total {
    text-align: right;
}

.cart-footer {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-total {
    font-size: 15px;
    font-weight: normal;
    color: #141313;
    gap: 50%;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.cart-total span {
    color: #000000;
    margin-left: 60%;
}

.btn-continue-shopping {
    width: 100%;
    padding: 12px;
    background: transparent;
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-continue-shopping:hover {
    background: var(--primary-color);
    color: white;
}

.btn-checkout {
    width: 100%;
    padding: 12px;
    background: #bbeb25;
    color: #1a1a1a;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 700;
}



/* Cart Suggestions - "VocÃª tambÃ©m pode gostar" */
.cart-suggestions {
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.cart-suggestions-title {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cart-suggestions-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

.cart-suggestions-scroll::-webkit-scrollbar {
    height: 6px;
}

.cart-suggestions-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.cart-suggestions-scroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

.cart-suggestions-scroll::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.cart-suggestion-card {
    min-width: 160px;
    max-width: 160px;
    flex-shrink: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-suggestion-card:hover {
    border-color: #bbeb25;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.cart-suggestion-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: #f8f8f8;
    margin: 0 auto;
}

.cart-suggestion-info {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-suggestion-name {
    font-size: 11px;
    color: #1a1a1a;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 34px;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.cart-suggestion-price {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    margin-top: auto;
}

.cart-suggestion-btn {
    width: 100%;
    padding: 8px 12px;
    background: #bbeb25;
    color: #1a1a1a;
    border: none;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cart-suggestion-btn:hover {
    background: #a8d620;
}

/* Newsletter Section */
.newsletter-section {
    background: #f5f5f5;
    padding: 60px 20px;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
}

.newsletter-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.newsletter-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletter-title {
    font-size: 32px;
    color: #000000;
    margin: 0;
    line-height: 1.2;
    font-family: 'Loja Font', sans-serif;
    font-weight: normal;
}

.newsletter-description {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

.newsletter-terms {
    margin-top: 10px;
}

.newsletter-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.newsletter-checkbox {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.newsletter-terms-text {
    font-size: 11px;
    color: #333333;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
}

.newsletter-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
span#cadastro-submit-text {
    color: white;
}

.newsletter-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.newsletter-label {
    font-size: 13px;
    color: #333333;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.newsletter-input {
    width: 100%;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    transition: border-color 0.3s;
}

.newsletter-input:focus {
    outline: none;
    border-color: #000000;
}

.newsletter-input::placeholder {
    color: #999999;
}

.newsletter-submit {
    padding: 14px 32px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
    margin-top: 10px;
}

.newsletter-submit:hover {
    background: #000000;
}

.newsletter-submit:active {
    transform: translateY(1px);
}

.newsletter-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.newsletter-toast {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
    min-width: 300px;
    max-width: 400px;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: 'Loja Font', sans-serif;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(400px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    pointer-events: none;
    display: block !important;
    visibility: visible !important;
}

.newsletter-toast.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
    visibility: visible !important;
    display: block !important;
}

.newsletter-toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.newsletter-toast-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-toast-message {
    flex: 1;
    line-height: 1.4;
}

.newsletter-toast-success {
    background: #ffffff;
    color: #155724;
    border: 2px solid #28a745;
}

.newsletter-toast-success .newsletter-toast-icon {
    color: #28a745;
}

.newsletter-toast-error {
    background: #ffffff;
    color: #721c24;
    border: 2px solid #dc3545;
}

.newsletter-toast-error .newsletter-toast-icon {
    color: #dc3545;
}

@media (max-width: 768px) {
    .newsletter-toast {
        top: 10px;
        right: 10px;
        left: 10px;
        min-width: auto;
        max-width: none;
        transform: translateY(-100px);
    }
    
    .newsletter-toast.show {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 40px 20px;
    }
    
    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .newsletter-title {
        font-size: 24px;
    }
    
    .newsletter-description {
        font-size: 14px;
    }
    
    .newsletter-submit {
        width: 100%;
    }
}

/* Footer */
.footer {
    background: #ffffff;
    color: #1a1a1a;
    font-family: 'Loja Font', sans-serif;
}

/* Banner Beba com ModeraÃ§Ã£o */
.footer-banner {
    background: #121212;
    color: #ffffff;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* Container Principal do Footer */
.footer-main {
    padding: 50px 20px 35px;
    border-bottom: 1px solid #e5e5e5;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    align-items: start;
}

/* Logo/Brand */
.footer-brand {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    max-width: 140px;
    height: auto;
    margin-bottom: 10px;
}

.footer-logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* DescriÃ§Ã£o e EndereÃ§o */
.footer-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-subtitle {
    font-size: 14px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.footer-address {
    font-size: 14px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

.footer-mobile-line {
    display: none;
}

.footer-phone-section {
    display: flex;
    gap: 6px;
    justify-content: center;
}
svg.wpp {
    width: 30px;
}

.footer-phone-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1a1a1a;
}

.footer-phone-number {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-phone-number:hover {
    color: #0d4636;
}

/* Redes Sociais */
.footer-social-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-social-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1a1a1a;
}

.footer-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background: #0d4636;
    border-color: #0d4636;
    color: #ffffff;
}

.footer-social-icon svg {
    width: 18px;
    height: 18px;
}

/* Badge 18+ */
.footer-age-badge {
    background: transparent;
    border: none;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 200px;
}

.footer-age-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
}

.footer-age-icon {
    font-size: 22px;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: 0.1em;
}

.footer-age-text {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* RodapÃ© Legal */
.footer-bottom {
    background: #ffffff;
    padding: 25px 20px;
}

.footer-legal-text {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.footer-legal-text p {
    font-size: 10px;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 20px 0;
}

/* Responsividade Mobile */
@media (max-width: 768px) {
    .footer-banner {
        padding: 12px 15px;
        font-size: 14px;
    }

    .footer-main {
        padding: 35px 20px 30px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }

    .footer-brand {
        align-items: center;
    }

    .footer-logo {
        max-width: 120px;
    }

    .footer-description,
    .footer-phone-section,
    .footer-social-section {
        align-items: center;
    }

    .footer-mobile-line {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        margin: 20px 0;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .footer-age-badge {
        max-width: 280px;
        margin: 0 auto;
    }

    .footer-bottom {
        padding: 20px 15px;
    }

    .footer-legal-text p {
        font-size: 9px;
        line-height: 1.6;
    }
}

/* Produto Individual */
.product-detail {
    padding: 20px 0;
}

/* Breadcrumb */
.product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.breadcrumb-home {
    display: flex;
    align-items: center;
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-home:hover {
    color: var(--primary-color);
}

.breadcrumb-home svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.breadcrumb-separator {
    color: #999;
    margin: 0 2px;
}

.breadcrumb-item {
    color: #999;
}

.breadcrumb-current {
    color: #666;
}

.product-detail-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: start;
}

.product-detail-image-wrapper {
    position: relative;
}

/* Badge de desconto na página de detalhes */
.product-detail-image-wrapper .product-discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 15;
}

.product-image-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.product-action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
    background: transparent;
}

.product-action-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.product-action-btn svg {
    width: 20px;
    height: 20px;
}

.product-favorite-btn.active {
    color: #e74c3c;
}

.product-favorite-btn.active svg {
    stroke: #e74c3c;
}

.product-favorite-btn.active svg path {
    fill: #e74c3c;
    stroke: #e74c3c;
}

.product-detail-image {
    width: 100%;
    background: #ebebeb;
}

.product-detail-info h1 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: normal;
}

/* Estrelas abaixo do tÃƒÂ­tulo do produto */
.product-title-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.product-title-stars .star { width: 16px; height: 16px; }
.title-rating-number { font-size: 14px; color: #666; margin-left: 6px; }

.product-detail-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.product-detail-badge {
    background: var(--light-color);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
}

.product-detail-price {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 20px;
}

/* Valor principal normal (sem risco) */
.product-price-wrapper-detail {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.product-detail-price .price-main {
    font-size: 25px;
    color: #284d44;
    line-height: 1.2;
}

/* SeÃƒÂ§ÃƒÂ£o secundÃƒÂ¡ria de desconto (menos destaque) */

/* Para compatibilidade */
.product-detail-price .price-main {
    font-size: 25px;
    color: #0e0e0e;
    line-height: 1.2;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-extra-info {
    margin-top: 8px;
    font-size: 13px;
    color: #000000;
    line-height: 1.4;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

.product-detail-price .product-installment-info {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 1.2;
}

.product-detail-price .price-installment {
    font-size: 18px;
    color:#737373;
    font-weight: normal;
}

.product-detail-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
}

/* AcordeÃƒÂ£o da descriÃƒÂ§ÃƒÂ£o do produto */
.accordion {
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f3f3;
    color: #111;
    border: 1px solid #e6e6e6;
    padding: 16px 18px;
    cursor: pointer;
    font-size: 18px;
}

.accordion-title { font-weight: 600; }

.accordion-toggle {
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease;
}

.accordion-header[aria-expanded="true"] .accordion-toggle {
    transform: rotate(45deg); /* vira "+" em "x"/"-" visual */
}

.accordion-content {
    border: 1px solid #e6e6e6;
    border-top: none;
}

.accordion-content-inner {
    padding: 16px 18px;
    background: #fff;
}

.product-detail-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.product-detail-table tr {
    border-bottom: 1px solid var(--border-color);
}

.product-detail-table td {
    padding: 10px 0;
}

.product-detail-table td:first-child {
    font-weight: bold;
    width: 120px;
}

/* SeÃƒÂ§ÃƒÂ£o de AvaliaÃƒÂ§ÃƒÂµes */
.reviews-section {
    margin: 30px 0;
    border-top: 1px solid #eee;
    padding: 30px 0;
}

.reviews-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.reviews-summary {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.reviews-stars {
    display: flex;
    gap: 4px;
    align-items: center;
}

.reviews-stars .star {
    width: 20px;
    height: 20px;
}

.reviews-rating-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviews-rating-number {
    font-size: 28px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.reviews-count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.reviews-check {
    flex-shrink: 0;
}

.reviews-breakdown {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reviews-breakdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-breakdown-stars {
    display: flex;
    gap: 6px;
    align-items: center;
    min-width: 70px;
}

.reviews-breakdown-stars .star-small {
    width: 14px;
    height: 14px;
}

.reviews-breakdown-stars-number {
    font-weight: 600;
    color: #df8602ff;
    font-size: 0.95rem;
}

.product-comments-section {
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.product-comments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-comments-amount {
    font-weight: 600;
    color: #0f172a;
}

.product-comments-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    overflow: hidden;
    min-width: 0;
}

.product-comments-nav {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(17, 17, 17, 0.08);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.product-comments-nav:hover:not(:disabled) {
    background: rgba(17, 17, 17, 0.16);
    transform: translateY(-2px);
}

.product-comments-nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.product-comments-scroller {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    gap: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
}

.product-comments-scroller::-webkit-scrollbar {
    height: 6px;
}

.product-comments-scroller::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
}

.product-comment-card {
    border-radius: 18px;
    padding: 20px 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 320px;
    min-width: 320px;
    max-width: 320px;
    width: 320px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex-shrink: 0;
}

.product-comment-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
}

.product-comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
}

.product-comment-heading {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-comment-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.product-comment-author {
    font-weight: 600;
    color: #0f172a;
}

.product-comment-badge {
    background: #e8f5e9;
    color: #1b5e20;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.product-comment-date {
    color: #64748b;
    font-size: 0.85rem;
}

.product-comment-stars {
    display: flex;
    gap: 4px;
}

.product-comment-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.product-comment-message {
    margin: 0;
    color: #353535;
    line-height: 1.6;
    font-size: 13px;
}

.product-comment-recommendation {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ededed;
    color: #0d5d36;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.9rem;
    font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
}

@media (max-width: 600px) {
    .product-comments-wrapper {
        gap: 12px;
    }

    .product-comments-nav {
        display: none;
    }

    .product-comments-scroller {
        gap: 12px;
        padding-bottom: 10px;
    }

    .product-comment-card {
        padding: 18px;
        flex: 0 0 88vw !important;
        min-width: 88vw !important;
        max-width: 88vw !important;
        width: 88vw !important;
    }

    .product-comment-header {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
    }

    .product-comment-date {
        justify-self: end;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .product-comment-heading {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
}

.reviews-progress-bar {
    flex: 1;
    height: 13px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.reviews-progress-fill {
    height: 100%;
    background: #df8602ff;
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Cores diferentes para diferentes nÃƒÂ­veis de estrela */
.reviews-breakdown-item:nth-child(1) .reviews-progress-fill {
    background: #df8602ff; /* Azul escuro para 5 estrelas */
}

.reviews-breakdown-item:nth-child(2) .reviews-progress-fill {
    background: #df8602ff; /* Azul mÃƒÂ©dio para 4 estrelas */
}

.reviews-breakdown-item:nth-child(3) .reviews-progress-fill,
.reviews-breakdown-item:nth-child(4) .reviews-progress-fill,
.reviews-breakdown-item:nth-child(5) .reviews-progress-fill {
    background: #e0e0e0; /* Cinza claro para 3, 2 e 1 estrela */
}

.reviews-breakdown-count {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    min-width: 30px;
    text-align: right;
}

/* Seletor de Quantidade e BotÃƒÂ£o Adicionar */
.product-add-to-cart-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.quantity-wrapper {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.quantity-label {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin: 0;
    line-height: 1.4;
    height: auto;
    min-height: 19.6px; /* 14px * 1.4 line-height */
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    overflow: hidden;
    height: 45px;
}

.quantity-btn {
    width: 40px;
    height: 45px;
    background: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    padding: 0;
}

.quantity-btn:hover {
    background: #e0e0e0;
}

.quantity-input {
    width: 60px;
    height: 45px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    appearance: textfield;
    -moz-appearance: textfield;
    padding: 0;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-add-cart {
    flex: 1;
    height: 45px;
    background: #bbeb25;
    color: #272727;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
     /* Alinhar com o seletor (altura do label + gap de 8px) */
}

.btn-add-cart:hover {
    background: #1e3d36;
}

/* Calculadora de Frete */
.shipping-calculator {
    margin-bottom: 30px;
}

.shipping-label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 500;
}

.shipping-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shipping-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    max-width: 200px;
}

.shipping-input:focus {
    outline: none;
    border-color: #6b46c1;
}

.btn-calculate-shipping {
    padding: 12px 24px;
    background: white;
    color: #272727;
    border: 1px solid #292929;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-calculate-shipping:hover {
    background: #6b46c1;
    color: white;
}

/* Modal de Frete */
.shipping-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
    align-items: center;
    justify-content: center;
}

.shipping-modal-overlay.active {
    display: flex;
}

.shipping-modal {
    background: white;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.shipping-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.shipping-modal-header h3 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.shipping-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.shipping-modal-close:hover {
    background: #f0f0f0;
    color: #333;
}

.shipping-modal-content {
    padding: 20px;
}

.shipping-result {
    text-align: center;
}

.shipping-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.shipping-time,
.shipping-free {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 5px;
}

.shipping-time strong,
.shipping-free strong {
    font-size: 16px;
    color: #333;
}

.shipping-time span {
    font-size: 18px;
    color: #555;
    font-weight: 600;
}

.shipping-free-badge {
    background: #10b981;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

.shipping-note {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    font-style: italic;
}

/* Spinner de Carregamento de Frete */
.shipping-spinner-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10002;
    align-items: center;
    justify-content: center;
}

.shipping-spinner-overlay.active {
    display: flex;
}

.shipping-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Banners Mobile entre seÃƒÂ§ÃƒÂµes */
.mobile-banner-between {
    display: none;
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

.mobile-banner-between img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsividade */
@media (max-width: 768px) {
    /* Mobile: Esconder segunda linha e elementos especÃ­ficos do desktop */
    .header-bottom {
        display: none !important;
    }
    
    .header-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        flex-direction: column;
        align-items: center;
        min-height: 80px;
        padding: 10px 0;
    }
    
    .header-top-right {
        display: none;
    }
    
    /* Mobile: Mostrar Ã­cones no header-top */
    .header-top .mobile-only {
        display: flex;
        position: absolute;
        right: 15px;
        top: 5px;
        align-items: center;
        gap: 1px;
        z-index: 1002;
    }
    
    .header-icons.mobile-only {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .header-top .header-top-right .header-icons {
        display: none;
    }
    
    .logo-menu-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 999;
    }
    
    .header-top .menu-toggle {
        display: flex;
        position: absolute;
        left: 15px;
        z-index: 1001;
    }
    
    .header-top .logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    
    .header-top .search-bar {
        order: 2;
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0 0;
        display: flex;
        justify-content: center;
    }
    
    .nav-mobile {
        display: block;
    }
    
    .menu-overlay {
        display: none;
    }
    
    .menu-overlay.active {
        display: block;
    }
    
    .search-bar {
        order: 2;
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0 0;
        display: flex;
        justify-content: center;
    }
    
    .search-input {
        max-width: 90%;
        margin: 0 auto;
        font-size: 16px !important;
        margin-bottom: 0px;
        font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
        padding-left: 50px;
    }
    
    .nav {
        display: none;
    }
    
    .header-icons {
        position: absolute;
        right: 15px;
        top: 5px;
        display: flex;
        align-items: center;
        gap: 1px;
        z-index: 1002;
    }
    
    .profile-icon {
        position: relative;
        z-index: 1002;
        pointer-events: all;
        padding: 8px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .profile-icon svg {
        width: 28px;
        height: 28px;
        pointer-events: none;
    }
    
    .cart-icon {
        position: relative;
        z-index: 1002;
        pointer-events: all;
        padding: 8px;
        border-radius: 50%;
        width: 36px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cart-icon svg {
        width: 28px;
        height: 28px;
        pointer-events: none;
    }
    
    .cart-count {
        top: 20px;
        z-index: 1003;
        right: 6px;
    }
    
    .banner-carousel {
        height: auto;
        min-height: 250px;
    }
    
    /* Em mobile: mostrar banners mobile e esconder banners desktop */
    .carousel-desktop {
        display: none !important;
    }
    
    .carousel-mobile {
        display: flex !important;
        width: 100%;
        height: 100%;
    }
    
    /* Garantir que banners mobile tenham proporÃƒÂ§ÃƒÂ£o quadrada no mobile */
    .carousel-mobile .carousel-item {
        aspect-ratio: 1 / 1;
    }
    
    .carousel-mobile .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }
    
    .features {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    
    .features::-webkit-scrollbar {
        height: 6px;
    }
    
    .features::-webkit-scrollbar-track {
        background: #1a1a1a;
    }
    
    .features::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 3px;
    }
    
    .features::-webkit-scrollbar-thumb:hover {
        background: #888;
    }
    
    .features-grid {
        display: flex;
        flex-wrap: nowrap;
        grid-template-columns: none;
        gap: 0;
        width: max-content;
    }
    
    .feature-item {
        flex: 0 0 auto;
        min-width: 200px;
        padding: 5px 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .feature-item:last-child {
        border-right: none;
    }
    
    .feature-icon {
        width: 25px;
        height: 35px;
        margin-bottom: 10px;
    }
    
    .feature-line1 {
        font-size: 13px;
    }
    
    .feature-line2 {
        font-size: 16px;
    }
    
    /* Footer Mobile */
    .footer-column {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0;
    }
    
    .footer-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px 0;
    }
    
    .footer-section:last-of-type {
        border-bottom: none;
    }
    
    .footer-section[data-mobile-toggle] {
        cursor: pointer;
    }
    
    .footer-section[data-mobile-toggle] .footer-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        padding-right: 20px;
        user-select: none;
    }
    
    .footer-chevron {
        font-size: 18px;
        transition: transform 0.3s;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .footer-section.active .footer-chevron {
        transform: rotate(90deg);
    }
    
    .footer-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding-top 0.3s ease;
        padding-top: 0;
    }
    
    .footer-section.active .footer-links {
        max-height: 500px;
        padding-top: 15px;
    }
    
    .footer-section-last {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer-section-last .footer-links {
        max-height: none;
        padding-top: 0;
    }
    
    .footer-section-last .footer-title {
        margin-bottom: 20px;
    }
    
    .payment-methods {
        justify-content: flex-start;
        margin-bottom: 25px;
        flex-wrap: nowrap;
        gap: 5px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .payment-methods::-webkit-scrollbar {
        display: none;
    }
    
    .payment-icon {
        min-width: 45px;
        max-width: 45px;
        padding: 4px 6px;
        font-size: 10px;
        flex-shrink: 0;
    }
    
    .payment-icon img {
        height: 18px !important;
        width: auto !important;
        max-width: 100%;
        object-fit: contain;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        width: 36px;
        height: 36px;
    }
    
    #ra-verified-seal {
        margin-top: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    #ra-verified-seal iframe,
    #ra-verified-seal img {
        max-width: 100%;
        height: auto;
    }
    
    .footer-bottom {
        padding: 20px 15px;
    }
    
    .footer-bottom p {
        font-size: 11px;
        margin-bottom: 5px;
    }
    
    .container {
        max-width: 100%;
    }
    
    .products {
        padding: 30px 15px;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    /* Exibir banners mobile entre seÃƒÂ§ÃƒÂµes */
    .mobile-banner-between {
        display: block;
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }
    
    .mobile-banner-between img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    .products-carousel {
        gap: 10px;
    }
    
    .products-carousel .product-card {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }
    
    .carousel-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 18px;
        position: absolute;
    }
    
    .product-card {
        margin-bottom: 0;
        min-width: 280px;
        max-width: 280px;
        width: 280px;
    }
    
    .product-image {
        height: 290px;
    }
    
    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    
    .product-info {
        padding: 20px 10px;
    }
    
    .product-name {
        font-size: 13px;
        min-height: 44px;
    }
    
    .product-price {
        font-size: 15px;
    }
    
    .btn-add-cart {
        width: calc(100% - 40px);
        padding: 14px;
        font-size: 15px;
        font-weight: 600;
        margin-top: 20px;
    }
    
    .cart-sidebar {
        width: 100%;
    }
    
    .product-detail-content {
        grid-template-columns: 1fr;
    }
    
    .product-detail {
    }
    
    .product-detail .container {
        padding: 0 15px;
        max-width: 100%;
    }
    
    .product-detail-content {
        gap: 20px;
    }
    
    .product-add-to-cart-wrapper.desktop-only {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    
    .product-add-to-cart-wrapper.desktop-only .quantity-wrapper {
        flex: 0 0 120px;
    }
    
    .product-add-to-cart-wrapper.desktop-only .quantity-selector {
        width: 100%;
        justify-content: space-between;
        height: 45px;
    }
    
    .product-add-to-cart-wrapper.desktop-only .btn-add-cart {
        flex: 1;
        height: 48px;
        padding: 0 18px;
        margin-top: 0;
    }
    
    .shipping-input-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    
    .shipping-input {
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 16px !important; /* Previne zoom automÃƒÂ¡tico no mobile */
    }
    
    .btn-calculate-shipping {
        width: 100%;
    }
    
    /* Categorias no Mobile */
    .categories {
        padding: 30px 0;
    }
    
    .categories .container {
        padding: 0 15px;
        overflow-x: visible;
    }
    
    .categories-grid {
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 10px 0;
        justify-content: flex-start;
    }
    
    .category-item {
        flex: 0 0 160px;
        min-width: 160px;
        max-width: 160px;
        scroll-snap-align: start;
    }
    
    .category-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .category-name {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    /* BotÃƒÂ£o WhatsApp no Mobile */
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 55px;
        height: 55px;
    }
    
    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
    
    .product-detail-image-wrapper {
        margin-bottom: 20px;
    }
    
    .product-detail-price {
        font-size: 36px;
    }
    
    /* Ajustes para pÃƒÂ¡gina de produto no mobile */
    .product-breadcrumb {
        font-size: 12px;
        margin-bottom: 15px;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .breadcrumb-home svg {
        width: 14px;
        height: 14px;
    }
    
    .product-detail-info h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .product-detail-price .price-main {
        font-size: 28px;
    }
    
    .price-extra-info {
        font-size: 12px;
    }
    
    .product-detail-price .price-installment {
        font-size: 14px;
    }
    
    .product-detail-price .product-installment-info {
        font-size: 11px;
    }
    
    .product-image-actions {
        top: 10px;
        right: 10px;
        gap: 8px;
    }
    
    .product-action-btn {
        width: 36px;
        height: 36px;
    }
    
    .product-action-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .product-detail-table {
        font-size: 14px;
    }
    
    .container-description {
        margin-top: 20px;
    }
    
    .container-description .title-product {
        font-size: 20px;
    }
    
    .product-detail-description {
        font-size: 14px;
        line-height: 1.6;
    }

    /* AcordeÃƒÂ£o mobile */
    .accordion-header { font-size: 16px; padding: 14px 16px; }
    .accordion-content-inner { padding: 14px 16px; }
    
    .shipping-calculator {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 35px;
    }
    
    .product-name {
        font-size: 12px;
    }
    
    .product-price {
        font-size: 14px;
    }
    
    .product-installment-info {
        font-size: 10px;
    }
    
    /* Ajustes adicionais para telas muito pequenas */
    .product-detail-info h1 {
        font-size: 22px;
    }
    
    .product-detail-price .price-main {
        font-size: 24px;
    }
    
    .product-detail-price .product-installment-info {
        font-size: 10px;
    }
    
    .product-detail-price .price-installment {
        font-size: 13px;
    }
    
    .product-add-to-cart-wrapper {
        width: 100%;
    }
    
    .quantity-wrapper {
        min-width: 0;
    }
    
    .quantity-label {
        font-size: 13px;
    }
    
    .quantity-selector {
        height: 40px;
        min-width: auto;
    }
    
    .quantity-btn {
        width: 35px;
        height: 40px;
        font-size: 16px;
    }
    
    .quantity-input {
        width: 50px;
        height: 40px;
        font-size: 14px;
    }
    
    .btn-add-cart {
        height: 40px;
        padding: 10px 15px;
        font-size: 14px;
        margin-top: calc(1.3em + 8px);
        min-width: 0;
        flex: 1;
    }
    
    .product-detail .container {
        padding: 0 10px;
    }
    
    /* Ajustes adicionais para payment-methods em telas muito pequenas */
    .payment-methods {
        gap: 4px;
    }
    
    .payment-icon {
        min-width: 40px;
        max-width: 40px;
        padding: 3px 5px;
    }
    
    .payment-icon img {
        height: 16px !important;
    }
}

/* SeÃƒÂ§ÃƒÂ£o Instagram */
.instagram-section {
    padding: 60px 0;
    background: #f8f8f8;
    overflow-x: hidden;
}

.instagram-section .container {
    overflow-x: visible;
}

.instagram-header {
    text-align: center;
    margin-bottom: 40px;
}

.instagram-header .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}

.instagram-header .section-title svg {
    color: #E4405F;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
    width: 100%;
}

.instagram-post {
    position: relative;
    padding-bottom: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 400px;
    width: 300px;
}

.instagram-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.instagram-post .instagram-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    border: 0;
    border-radius: 8px;
    margin: 1px;
    max-width: 100%;
    min-width: 326px;
    padding: 0;
    transform: scale(0.85);
    transform-origin: top left;
}

@media (max-width: 768px) {
    .product-section-footer {
        gap: 15px;
        margin-top: 20px;
        padding-top: 15px;
    }
    
    .pagination-dots {
        gap: 6px;
    }
    
    .pagination-dot {
        width: 6px;
        height: 6px;
    }
    
    .pagination-dot.active {
        width: 10px;
        height: 10px;
    }
    
    .btn-ver-todos {
        padding: 5px 20px;
        font-size: 11px;
    }
    
    .instagram-section {
        padding: 40px 0;
    }
    
    .instagram-header {
        margin-bottom: 30px;
    }
    
    .instagram-header .section-title {
        font-size: 24px;
        flex-direction: column;
        gap: 8px;
    }
    
    .instagram-grid {
        grid-template-columns: none;
        display: flex;
        flex-direction: row;
        gap: 15px;
        padding: 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(255,255,255,0.3) transparent;
    }
    
    .instagram-grid::-webkit-scrollbar {
        height: 6px;
    }
    
    .instagram-grid::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .instagram-grid::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3);
        border-radius: 3px;
    }
    
    .instagram-post {
        flex: 0 0 auto;
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        padding-bottom: 100%;
        overflow: visible;
    }
    
    .instagram-post .instagram-media {
        min-width: 280px;
        transform: scale(0.85);
        transform-origin: top left;
    }
}

@media (max-width: 480px) {
    .instagram-header .section-title {
        font-size: 20px;
    }
    
    .instagram-grid {
        gap: 10px;
        padding: 0 10px;
    }
    
    .instagram-post {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
        overflow: visible;
    }
    
    .instagram-post .instagram-media {
        min-width: 250px;
        transform: scale(0.85);
        transform-origin: top left;
    }
}

.product-add-to-cart-wrapper.desktop-only {
    width: 100%;
}

.product-add-to-cart-wrapper.mobile-floating {
    display: none;
    width: 100%;
}

@media (max-width: 768px) {
    body.product-page {
        padding-bottom: 120px;
    }

    .product-page .product-add-to-cart-wrapper.desktop-only {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .product-page .product-add-to-cart-wrapper.desktop-only .quantity-wrapper {
        flex: 0 0 100px;
        display: flex;
        margin-bottom: 1.1rem;
    }

    .product-page .product-add-to-cart-wrapper.desktop-only .quantity-selector {
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        border: 1px solid #d0d0d0;
        border-radius: 4px;
        overflow: hidden;
    }

    .product-page .product-add-to-cart-wrapper.desktop-only .quantity-btn {
        width: 36px;
        height: 100%;
        background: #f7f7f7;
        border: none;
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-page .product-add-to-cart-wrapper.desktop-only .quantity-input {
        width: 100%;
        height: 100%;
        border: none;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #111;
        background: #fff;
    }

    .product-page .product-add-to-cart-wrapper.desktop-only .btn-add-cart {
        flex: 1;
        height: 44px;
        padding: 8px;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-page .product-add-to-cart-wrapper.mobile-floating {
        display: flex;
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        padding: 5px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        z-index: 1000;
    }

    body.menu-open .product-page .product-add-to-cart-wrapper.mobile-floating {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .floating-actions-row {
        display: flex;
        gap: 12px;
        width: 100%;
        padding: 10px;
    }

    .product-page .product-add-to-cart-wrapper.mobile-floating .quantity-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        flex: 0 0 100px;
        display: flex;
    }

    .product-page .product-add-to-cart-wrapper.mobile-floating .quantity-label {
        font-size: 13px;
        color: #333;
        margin: 0;
    }

    .product-page .product-add-to-cart-wrapper.mobile-floating .quantity-selector,
    .product-page .product-add-to-cart-wrapper.mobile-floating .quantity-btn,
    .product-page .product-add-to-cart-wrapper.mobile-floating .quantity-input {
        height: 44px;
    }

    .product-page .product-add-to-cart-wrapper.mobile-floating .quantity-selector {
        width: 100%;
        border: 1px solid #d0d0d0;
        border-radius: inherit;
        overflow: hidden;
    }

    .product-page .product-add-to-cart-wrapper.mobile-floating .quantity-btn {
        width: 36px;
        background: #ffffff;
        border: none;
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-page .product-add-to-cart-wrapper.mobile-floating .btn-add-cart {
        flex: 1;
        justify-content: center;
        height: 44px;
        font-size: 14px;
        padding: 0 18px;
        font-weight: 700;
    }

    .floating-price-summary {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 100%;
        font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
        color: #111;
        padding-left: 10px;
    }

    .floating-price-detail {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .floating-price-old {
        font-size: 13px;
        color: #9b9b9b;
        text-decoration: line-through;
    }

    .floating-price-main {
        font-size: 16px;
        font-weight: 700;
    }

    .floating-price-currency {
        font-size: 12px;
        margin-right: 2px;
    }

    .floating-price-extra {
        font-size: 11px;
        color: #000000;
        line-height: 1.3;
        font-family: 'Loja Font Bold', 'Loja Font', sans-serif;
    }
}

.product-extra-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.product-extra-item {
    background: #ffffff;
    border-radius: 16px;
}

.product-extra-item .extra-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.product-extra-item .extra-info-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

@media (max-width: 768px) {
    .product-extra-info {
        gap: 18px;
        margin-top: 28px;
    }

    .product-extra-item {
        padding: initial;
    }

    .product-extra-item .extra-info-title {
        font-size: 14px;
    }

    .product-extra-item .extra-info-text {
        font-size: 14px;
    }
}

.product-feature-bar {
    flex-wrap: wrap;
    gap: 18px;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 22px;
}

.product-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1 1 220px;
    min-width: 200px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
}

.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 22px;
    height: 22px;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.feature-label {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #272626;
}

.feature-value {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .product-feature-item:not(:first-child)::before {
        content: "";
        position: absolute;
        left: -9px;
        top: 8px;
        bottom: 8px;
        width: 1px;
    }
   
}

@media (max-width: 768px) {
    .product-feature-bar {
        flex-direction: column;
        gap: 14px;
    }

    .product-feature-item {
        min-width: 100%;
    }

    .product-feature-item::before {
        content: none !important;
    }

    .feature-value {
        font-size: 14px;
    }
}

/* Hero Section - Layout Desktop */
@media (min-width: 769px) {
    #vinhos-tintos .hero-section-wrapper {
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-bottom: 40px;
        overflow: hidden;
    }

    #vinhos-tintos .hero-image-container {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
        padding: 40px;
    }

    #vinhos-tintos .hero-image-container .france {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        transform: none !important;
        transform-origin: initial !important;
    }

    #vinhos-tintos .hero-text-block {
        position: absolute;
        bottom: 0;
        left: 0;
        background: white;
        padding: 35px 45px;
        max-width: 550px;
        z-index: 2;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    #vinhos-tintos .hero-text-block .section-title-ar {
        margin: 0;
        font-size: 26px;
        line-height: 1.5;
        color: #333;
        font-family: 'Loja Font', sans-serif;
        font-weight: normal;
    }

    #vinhos-tintos .hero-text-block .section-title-ar strong.argentina {
        color: #000;
        font-family: 'Loja Font', sans-serif;
    }
}

/* Mobile - manter layout original */
@media (max-width: 768px) {
    #vinhos-tintos .hero-section-wrapper {
        margin-bottom: 30px;
    }

    #vinhos-tintos .hero-image-container {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    #vinhos-tintos .hero-image-container .france {
        width: 100%;
        height: auto;
        transform: scale(2);
        transform-origin: center center;
    }

    #vinhos-tintos .hero-text-block {
        position: relative;
        background: transparent;
        padding: 20px 0;
        max-width: 100%;
        box-shadow: none;
    }

    #vinhos-tintos .hero-text-block .section-title-ar {
        margin: 0;
        font-size: 30px;
        line-height: 1.4;
    }
}

