/* Product Page CSS */

/* Search Input & Filters */
.search-input-wrapper {
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 12px;
    border: 1px solid #000000;
    box-shadow: none !important;
    width: 100%;
    box-sizing: border-box;
}

.search-input {
    background-color: transparent !important;
    color: #000000 !important;
    border: none !important;
    outline: none !important;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

.search-input::placeholder {
    color: #000000 !important;
    opacity: 0.7;
}

.search-submit-btn {
    color: #000000 !important;
    background: transparent !important;
    border: none !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Brand Popover */
.brand-popover-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.brand-popover {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    background-color: #171717;
    border-radius: 0.75rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    border: 1px solid rgba(245, 158, 11, 0.3);
    z-index: 999;
    overflow: hidden;
    animation: menuIn 0.2s ease-out forwards;
}
@media (max-width: 768px) {
    .brand-popover-wrapper {
        position: static;
    }
    .search-filters-container {
        position: relative;
    }
    .brand-popover {
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        width: 90vw;
        max-width: 360px;
    }
}
@media (min-width: 640px) {
    .brand-popover { width: 320px; }
}
.brand-popover.active {
    display: block;
}
.brand-popover-arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #171717;
    border-left: 1px solid rgba(245, 158, 11, 0.3);
    border-top: 1px solid rgba(245, 158, 11, 0.3);
}
.brand-popover-content {
    position: relative;
    background-color: #171717;
    padding: 1rem;
}
.brand-popover-title {
    text-align: center;
    margin-bottom: 1rem;
}
.brand-popover-title span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(245, 158, 11, 0.6);
    text-transform: uppercase;
}
.brand-grid-container {
    overflow-y: auto;
    max-height: 190px;
    padding: 0 4px;
}
.brand-grid-container::-webkit-scrollbar {
    width: 4px;
}
.brand-grid-container::-webkit-scrollbar-track {
    background: rgba(23, 23, 23, 0.5);
}
.brand-grid-container::-webkit-scrollbar-thumb {
    background: #D97706;
    border-radius: 10px;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}
.brand-item {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #e5c06d 0%, #b88a44 50%, #8c6a2d 100%);
    border-radius: 0.5rem;
    border: 1px solid rgba(245, 158, 11, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    text-decoration: none;
}
.brand-item:hover {
    border-color: rgba(245, 158, 11, 0.6);
}
.brand-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    transition: transform 0.5s;
}
.brand-item:hover img {
    transform: scale(1.1);
}
.popover-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(to top, #171717, transparent);
    pointer-events: none;
}
@keyframes menuIn {
    from { opacity: 0; transform: translateX(-50%) scale(0.95); }
    to { opacity: 1; transform: translateX(-50%) scale(1); }
}

/* Product Page Layout Adjustments */
.product-brand-link-top { margin-top: 0 !important; padding-top: 10px !important; }

@media (min-width: 769px) {
    .product-page-wrapper { padding-top: var(--product-header-height, 120px) !important; }
}

.btn-floating-whatsapp, .whatsapp-float, .btn-whatsapp-float {
    bottom: 135px !important; 
    z-index: 9999 !important;
}

/* Vitrine Top Bar */
.vitrine-top-bar {
    background: #ffffff;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e6e6e6;
    padding: 0.75rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.vitrine-top-bar,
.vitrine-top-bar .container,
.vitrine-top-bar-wrapper {
    background: #ffffff !important;
}
.vitrine-top-bar .container {
    padding: 0;
}

/* Action Buttons */
.button {
  position: static;
  margin-right: 0;
  padding: 18px 32px;
  border-radius: 8px;
  border: none;
  color: white;
  cursor: pointer;
  background: red;
  transition: none;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.button:active {
  transform: scale(0.96);
}

.button span,
.button i {
  color: white !important;
}

.product-actions-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.button-hint {
  margin-top: 6px;
  text-align: right;
}

/* Shipping Calculator Options */
.shipping-options-product {
    margin-top: 1rem;
}

.shipping-options-product .shipping-options-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
}

.shipping-options-product .shipping-option-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f8f8;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}

.shipping-options-product .shipping-option-card:hover {
    border-color: #C7A333;
    background: #fef9e0;
}

.shipping-options-product .shipping-option-card.selected {
    border-color: #C7A333;
    background: #fef9e0;
}

.shipping-options-product .shipping-option-radio {
    flex-shrink: 0;
}

.shipping-options-product .shipping-option-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #C7A333;
    cursor: pointer;
}

.shipping-options-product .shipping-option-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.shipping-options-product .shipping-option-name {
    font-size: 0.95rem;
    color: #1a1a1a;
}

.shipping-options-product .shipping-option-days {
    font-size: 0.8rem;
    color: #666;
}

.shipping-options-product .shipping-option-price {
    font-weight: 700;
    font-size: 1rem;
    color: black; 
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(212, 175, 55, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
    }
}

a.btn-whatsapp-modern.btn-add-cart {
    animation: pulse 6s infinite ease-in-out;
}

/* Unified Bottom Menu */
.product-unified-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background:white;
    padding: 12px 0;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    border-top: 2px solid red;
}

.product-unified-bottom-menu.visible {
    transform: translateY(0);
}

.product-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    gap: 16px;
}

.product-bottom-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-bottom-original-price {
    font-size: 0.8rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.product-bottom-price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.product-bottom-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.product-bottom-pix-badge {
    font-size: 0.7rem;
    color: #00BCAA;
    font-weight: 700;
    background: rgba(0, 188, 170, 0.1);
    padding: 2px 4px;
    border-radius: 4px;
}

/* Botão Unificado - Estilo "Esse combina comigo" */
.product-bottom-btn-unified {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: white !important;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(200, 30, 30, 0.35);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    flex: 1;
    max-width: 350px;
    white-space: nowrap;
}

.product-bottom-btn-unified:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 30, 30, 0.45);
    background: #b31616 !important;
}

.product-bottom-btn-unified i {
    font-size: 1.1rem;
}
.product-unified-bottom-menu .product-bottom-btn-unified.btn-whatsapp-modern {
    background: #e11d1d !important;
    border-color: #e11d1d !important;
    color: #ffffff !important;
}
.product-unified-bottom-menu .product-bottom-btn-unified.btn-whatsapp-modern:hover {
    background: #b31616 !important;
    border-color: #b31616 !important;
    color: #ffffff !important;
}
.product-unified-bottom-menu .product-bottom-btn-unified span,
.product-unified-bottom-menu .product-bottom-btn-unified i {
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .product-unified-bottom-menu {
        padding: 10px 0;
    }
    
    .product-bottom-content {
        padding: 0 12px;
    }
    
    .product-bottom-price {
        font-size: 1.1rem;
    }
    
    .product-bottom-btn-unified {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

/* Fixed Bottom Menu (Old/Fallback) */
.product-fixed-bottom-menu {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 16px;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 2px solid #C7A333;
}

.fixed-menu-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
}

.fixed-price-original {
    font-size: 0.75rem;
    color: #999;
    text-decoration: line-through;
}

.fixed-price-current {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a1a1a;
}

.fixed-price-pix {
    font-size: 0.7rem;
    color: #666;
    font-weight: 500;
}

.fixed-menu-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: flex-end;
}

.fixed-btn-view {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: #C7A333;
    color: #000 !important;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: none;
}

.fixed-btn-view:hover {
    color: #000 !important;
    background: #C7A333;
}

.fixed-btn-view span,
.fixed-btn-view i {
    color: #000 !important;
}

.fixed-btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #000;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: none;
    flex: 1;
    max-width: 220px;
}

.fixed-btn-cart:hover,
.fixed-btn-cart:focus,
.fixed-btn-cart:active {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #000000 !important;
}

.fixed-btn-view,
.fixed-btn-cart {
    min-height: 44px;
}


.fixed-btn-cart i,
.fixed-btn-view i {
    font-size: 1rem;
    color: #000;
}

.fixed-btn-cart span {
    color: #000;
}

/* Shipping Success Message */
.shipping-success {
    color: #22c55e;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}
.shipping-success i {
    margin-right: 0.5rem;
}

/* Responsive adjustments for fixed menu (if it were visible) */
@media (max-width: 768px) {
    /* .product-fixed-bottom-menu { display: flex; } */ /* Kept hidden as per unified logic */
    
    .product-page-wrapper {
        padding-bottom: 100px;
    }
    
    .fixed-btn-view span,
    .fixed-btn-cart span {
        display: inline;
    }
}

@media (max-width: 480px) {
    .product-fixed-bottom-menu {
        padding: 10px 12px;
    }
    
    .fixed-menu-price {
        min-width: 80px;
    }
    
    .fixed-price-current {
        font-size: 1rem;
    }
    
    .fixed-btn-view {
        padding: 10px 14px;
    }
    
    .fixed-btn-cart {
        padding: 10px 14px;
        font-size: 0.8rem;
    }
    
    .fixed-btn-cart span {
        display: none;
    }
    
    .fixed-btn-cart::after {
        content: 'ESSE COMBINA COMIGO';
        font-weight: 700;
    }
}


/* Extracted from product.php - Main Styles */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Oswald:wght@400;500;600;700&family=Sora:wght@400;600;700;800&display=swap');
/* ===== IMPROVED CSS - NOTA 10 ===== */

/* Root Variables */
:root {
    --color-primary: #C7A333;
    --color-primary-light: #D4B84A;
    --color-primary-dark: #B8962E;
    --color-beige: #E8DCC8;
    --color-beige-light: #F5F1E8;
    --color-beige-dark: #D9CFBC;
    --color-text-light: #E0E0E0;
    --color-text-muted: #B3B3B3;
    --color-background: #fef9e0;
    --color-surface: #FFFFFF;
    --color-border: rgba(199, 163, 51, 0.2);
    --color-shadow: rgba(0, 0, 0, 0.15);
    --color-shadow-dark: rgba(0, 0, 0, 0.3);
    --product-header-height: 84px;
    --product-brand-height: 44px;
}

@media (max-width: 768px) {
    :root {
        --product-header-height: 52px;
        --product-brand-height: 44px;
    }
}

/* Scrollbar Customizada da Pagina */
::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
    cursor: grab;
}

::-webkit-scrollbar-thumb:hover {
    background: #333333;
    cursor: grab;
}

/* Firefox */
html {
    scrollbar-color: #000000 #f5f5f5;
    scrollbar-width: thin;
}

/* Product Page Wrapper */
.product-page-wrapper {
    padding-top: 130px !important;
}

@media (max-width: 768px) {
    .product-page-wrapper {
        padding-top: 240px !important;
    }
}

/* Product Breadcrumb */
.product-breadcrumb {
    padding: 0.85rem 0;
    border: 1px solid var(--color-border);
    background: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.product-breadcrumb a,
.product-breadcrumb span {
    color: #1a1a1a;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    transition: none;
}

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

.breadcrumb-separator {
    margin: 0 0.75rem;
    color: var(--color-primary);
}

.breadcrumb-current {
    font-weight: 600;
    color: #1a1a1a;
}

/* Product Detail Container */
.product-detail-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 1.25rem 0;
    margin-top: 0;
    align-items: start;
}

.product-image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.product-image-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


@media (max-width: 768px) {
  .product-brand-link-top {
    margin-top: 15px !important;
  }
}


.product-main-image-wrapper {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #eeeeee;
    aspect-ratio: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;

    will-change: transform;
    width: 100%;
    max-width: 520px;
    max-height: 520px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .product-image-container {
        padding: 0 15px; /* Adiciona respiro lateral */
        margin-bottom: 1.5rem;
        max-width: 100%;
        overflow: visible; /* Garante que as sombras não sejam cortadas */
    }

    .product-image-gallery {
        gap: 15px;
    }

    .product-main-image-wrapper {
        border-radius: 12px; /* Mantém bordas arredondadas no mobile */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        background: #ffffff; 
        margin: 0 auto 1rem auto;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        display: block; /* Mudado de flex para block para evitar sobreposição */
        aspect-ratio: 1;
        min-height: auto;
        max-height: none;
        overflow: hidden;
    }

    .product-main-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #ffffff;
        padding: 5px; 
    }

    .product-thumbnails {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* Grade fixa sem scroll */
        padding: 0;
        gap: 10px;
        overflow-x: visible;
        scrollbar-width: auto;
        -ms-overflow-style: auto;
        justify-content: center;
        background: transparent;
        margin-top: 0;
    }

    .thumbnail-item {
        flex: none; 
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        border-radius: 8px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        background: #fff;
    }

    .thumbnail-item.active {
        border-color: var(--color-primary);
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(199, 163, 51, 0.2);
    }
    
    /* Ajuste para o badge VIP no mobile */
    .product-vip-badge {
        top: 10px;
        right: 10px;
    }
}


.product-main-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #ffffff;
    cursor: zoom-in;
    transition: transform 0.3s ease;
    will-change: transform;
}

.product-main-image:hover {
    transform: scale(1.02);
}

/* Thumbnails Gallery */
.product-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
    max-width: 100%;
}

@media (max-width: 768px) {
    .product-thumbnails {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
}

.thumbnail-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid var(--color-beige-dark);
    background: linear-gradient(135deg, var(--color-beige-light) 0%, var(--color-beige) 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
}

.thumbnail-item:hover {
    opacity: 1;
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px var(--color-shadow-dark);
}

.thumbnail-item.active {
    opacity: 1;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(199, 163, 51, 0.3);
}

/* Galeria com Miniaturas na Lateral */
.product-image-gallery-lateral {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.product-thumbnails-lateral {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 80px;
    flex-shrink: 0;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) transparent;
}

.product-thumbnails-lateral::-webkit-scrollbar {
    width: 4px;
}

.product-thumbnails-lateral::-webkit-scrollbar-track {
    background: transparent;
}

.product-thumbnails-lateral::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 4px;
}

.product-image-gallery-lateral .product-main-image-wrapper {
    flex: 1;
    min-width: 0;
}

.product-thumbnails-lateral .thumbnail-item {
    width: 100%;
    aspect-ratio: 1;
}

@media (max-width: 768px) {
    .product-image-gallery-lateral {
        flex-direction: column-reverse;
    }
    
    .product-thumbnails-lateral {
        flex-direction: row;
        width: 100%;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.5rem;
    }
    
    .product-thumbnails-lateral .thumbnail-item {
        width: 60px;
        flex-shrink: 0;
    }
    .product-image-container {
        max-width: 100%;
    }
    .product-main-image-wrapper {
        max-height: 360px;
    }
}

/* Calculadora de Frete */
.shipping-calculator-section {
    margin-top: 1rem;
    padding: 1.1rem;
    background: linear-gradient(135deg, rgba(248, 245, 235, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    border-radius: 14px;
    border: 1.5px solid var(--color-border);
}

.shipping-calculator-title {
    font-size: 1rem;
    font-weight: 400;
    color: #2C2C2C;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.shipping-calculator-title i {
    color: var(--color-primary);
}

.shipping-calculator-form {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.shipping-calculator-form input[type="text"],
.shipping-calculator-form input[type="tel"] {
    flex: 1;
    padding: 1rem 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.02);
}

.shipping-calculator-form input[type="text"]:focus,
.shipping-calculator-form input[type="tel"]:focus {
    outline: none;
    border-color: var(--color-primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(199, 163, 51, 0.15), 0 4px 16px rgba(199, 163, 51, 0.1), inset 0 0 0 1px rgba(199, 163, 51, 0.3);
    transform: translateY(-1px);
}

.shipping-calculator-form input::placeholder {
    color: #999;
    font-weight: 500;
}

.shipping-calculator-form button {
    padding: 0.875rem 1.5rem;
    background: red;
    color: #000;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
}


.shipping-calculator-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.shipping-results {
    margin-top: 1rem;
    display: none;
}

.shipping-results.show {
    display: block;
}

.shipping-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--color-beige-dark);
    border-radius: 10px;
    margin-bottom: 0.5rem;
    transition: all 0.3s;
}

.shipping-option:hover {
    border-color: var(--color-primary);
    box-shadow: 0 2px 8px rgba(199, 163, 51, 0.15);
}

.shipping-option-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.shipping-option-name {
    font-weight: 600;
    color: #2C2C2C;
    font-size: 0.95rem;
}

.shipping-option-days {
    font-size: 0.85rem;
    color: #666;
}

.shipping-option-price {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 1.1rem;
}

.shipping-error {
    padding: 1rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 10px;
    color: #dc2626;
    font-size: 0.9rem;
}

.shipping-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    color: #666;
}

.shipping-loading i {
    animation: spin 1s linear infinite;
}

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

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

/* Product Image Placeholder */
.product-image-placeholder-modern {
    font-size: 3rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, var(--color-beige-light) 0%, var(--color-beige) 100%);
    overflow: hidden;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.product-image-placeholder-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(var(--placeholder-blur));
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
}

.product-image-placeholder-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 245, 235, 0.3);
    z-index: 0;
    pointer-events: none;
}

.placeholder-icon-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-icon-wrapper i {
    color: #B8A080;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    font-size: 3rem;
}

.product-vip-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.vip-badge {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #000000;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 12px rgba(199, 163, 51, 0.4);
    font-family: 'Inter', sans-serif;
}

/* Product Info Container */
.product-info-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem;
    background: linear-gradient(135deg, rgba(248, 245, 235, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    border-radius: 16px;
    box-shadow: 0 12px 40px var(--color-shadow-dark);
    border: 1px solid var(--color-beige-dark);
    backdrop-filter: blur(10px);
}

.product-header-section {
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
}

.product-brand-text {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b5d3b;
    margin-bottom: 0.35rem;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-title-main {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.35;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    text-shadow: none;
}

/* Price Section */
.product-price-section {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(199, 163, 51, 0.12) 0%, rgba(199, 163, 51, 0.06) 100%);
    border-radius: 14px;
    border: 1.5px solid var(--color-border);
    box-shadow: 0 6px 20px rgba(199, 163, 51, 0.15);
}

.price-main {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.price-range {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.price-label {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.price-value {
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-primary);
    font-family: 'Sora', sans-serif;
    text-shadow: 0 2px 6px rgba(199, 163, 51, 0.25);
    line-height: 1;
}

.points-indicator {
    background: linear-gradient(135deg, rgba(199, 163, 51, 0.2) 0%, rgba(199, 163, 51, 0.1) 100%);
    color: var(--color-primary);
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(199, 163, 51, 0.3);
    box-shadow: 0 2px 8px rgba(199, 163, 51, 0.15);
}

/* ============================================
   PRICE CARD STYLES - Clean & Modern
   ============================================ */
.product-price-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.product-price-card--discount {
    border: 1px solid rgba(199, 163, 51, 0.35);
}

/* Header */
.price-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #C7A333 0%, #D4B84A 100%);
}

.price-discount-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 800;
    border-radius: 6px;
}

.price-offer-label {
    color: #1a1a1a;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Body */
.price-card-body {
    padding: 20px 16px;
}

.price-original {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.price-from {
    font-size: 0.85rem;
    color: #888;
    font-weight: 500;
}

.price-old {
    font-size: 1.1rem;
    color: #888;
    text-decoration: line-through;
    font-weight: 500;
}

.price-current {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.price-current--single {
    flex-direction: column;
    gap: 4px;
}

.price-current--single .price-label {
    font-size: 0.85rem;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.price-to {
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 600;
}

.price-value {
    font-size: 2.5rem;
    color: #1a1a1a;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.product-price-card:not(.product-price-card--discount) .price-value {
    color: black;
}

.price-savings {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(199, 163, 51, 0.15);
    border-radius: 8px;
    color: #1a1a1a;
    font-size: 0.85rem;
    font-weight: 500;
}

.price-savings i {
    font-size: 0.85rem;
}

.price-savings strong {
    font-weight: 700;
    color: #1a1a1a;
}

/* Footer */
.price-card-footer {
    padding: 12px 16px;
    background: #f9fafb;
    border-top: 1px solid #f0f0f0;
}

.price-installments {
    font-size: 0.85rem;
    color: #666;
}

.price-installments strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* ============================================
   PRODUCT PAGE RESPONSIVE
   ============================================ */

/* Tablets (max-width: 1023px) */
@media (max-width: 1023px) {
    .product-detail-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .product-content-left {
        order: 1;
    }
    
    .product-content-right {
        order: 2;
    }
}

/* Small Tablets / Large Phones (max-width: 768px) */
@media (max-width: 768px) {
    .price-value {
        font-size: 2rem;
    }
    
    .price-card-body {
        padding: 16px 14px;
    }
    
    .product-detail-wrapper {
        padding: 16px 0;
    }
    
    .product-title-name {
        font-size: 1.5rem;
    }
    
    .product-variants-section {
        padding: 1.25rem;
    }
    
    .shipping-calculator-section {
        padding: 1rem;
    }
    
    .shipping-calculator-form {
        flex-direction: column;
    }
    
    .shipping-calculator-form input[type="text"],
    .shipping-calculator-form input[type="tel"] {
        width: 100%;
    }
    
    .shipping-calculator-form button {
        width: 100%;
        padding: 1rem;
    }
    
    /* CTA Buttons */
    .product-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .product-cta-buttons a,
    .product-cta-buttons button {
        width: 100%;
    }
}

/* Medium Phones (max-width: 639px) */
@media (max-width: 639px) {
    .price-value {
        font-size: 1.85rem;
    }
    
    .product-title-name {
        font-size: 1.375rem;
    }
    
    .product-brand-name {
        font-size: 0.85rem;
    }
    
    .section-title {
        font-size: 1.1rem;
    }
    
    .variants-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .variant-label {
        padding: 1rem 0.75rem;
    }
}

/* Small Phones (max-width: 479px) */
@media (max-width: 479px) {
    .price-value {
        font-size: 1.65rem;
    }
    
    .price-card-body {
        padding: 14px 12px;
    }
    
    .price-card-header {
        padding: 10px 12px;
    }
    
    .product-detail-wrapper {
        padding: 12px 0;
    }
    
    .product-title-name {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    
    .product-brand-name {
        font-size: 0.8rem;
    }
    
    .section-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .product-variants-section {
        padding: 1rem;
    }
    
    .variants-grid {
        gap: 0.75rem;
    }
    
    .variant-label {
        padding: 0.875rem 0.625rem;
        font-size: 0.85rem;
    }
    
    /* Image Gallery Compact */
    .product-thumbnails-lateral .thumbnail-item {
        width: 50px;
    }
    
    /* CTA Buttons Compact */
    .product-cta-buttons a,
    .product-cta-buttons button {
        padding: 14px 20px;
        font-size: 0.9rem;
    }
    
    /* Description Section */
    .product-description-section {
        padding: 1rem;
    }
    
    .product-description-section h2 {
        font-size: 1.1rem;
    }
}

/* Extra Small Phones (max-width: 359px) */
@media (max-width: 359px) {
    .price-value {
        font-size: 1.5rem;
    }
    
    .product-title-name {
        font-size: 1.125rem;
    }
    
    .section-title {
        font-size: 0.95rem;
    }
    
    .variants-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .variant-label {
        padding: 0.75rem 0.5rem;
        font-size: 0.8rem;
    }
}

/* Variants Section */
.product-variants-section {
    padding: 2rem;
    background: transparent;
    border-radius: 0;
    border: none;
}

.product-variants-section.variants-focus {
    background: rgba(199, 163, 51, 0.08);
    border: 2px solid rgba(199, 163, 51, 0.6);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(199, 163, 51, 0.25);
    animation: variantsPulse 1.2s ease-in-out 2;
}

.variant-option.variant-option-focus .variant-label {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(199, 163, 51, 0.25);
    background: linear-gradient(135deg, rgba(255, 248, 220, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
}

@keyframes variantsPulse {
    0% { box-shadow: 0 0 0 rgba(199, 163, 51, 0.0); }
    50% { box-shadow: 0 12px 28px rgba(199, 163, 51, 0.35); }
    100% { box-shadow: 0 0 0 rgba(199, 163, 51, 0.0); }
}

.section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 1.5rem;
    font-family: 'Sora', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    border-radius: 2px;
}

.variants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.variant-option {
    position: relative;
    padding: 0;
    background: transparent;
    border: none;
}

.variant-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.variant-label {
    display: block;
    padding: 1.25rem 1rem;
    border: 2px solid var(--color-beige-dark);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(248, 245, 235, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.variant-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(199, 163, 51, 0.15), transparent);
    transition: left 0.5s;
}

.variant-label:hover::before {
    left: 100%;
}

.variant-label:hover {
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px var(--color-shadow);
}

.variant-option input[type="radio"]:checked + .variant-label {
    border-color: var(--color-primary);
    background: linear-gradient(135deg, rgba(199, 163, 51, 0.15) 0%, rgba(199, 163, 51, 0.08) 100%);
    box-shadow: 0 0 0 3px rgba(199, 163, 51, 0.2), 0 6px 20px rgba(199, 163, 51, 0.25);
    transform: translateY(-2px);
}

.variant-name {
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
}

.variant-price-display {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.25rem;
    font-family: 'Sora', sans-serif;
}

.variant-points {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    font-family: 'Inter', sans-serif;
}

/* Actions Section */
.product-actions-section {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0;
    align-items: flex-end;
}

/* Botão Adicionar ao Carrinho */
a.btn-whatsapp-modern[data-product-id] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 12px 25px 12px 55px;
    border-radius: 12px;
    text-decoration: none;
    background: #0f0f0f;
    border: 1px solid #b8860b;
    box-shadow:
        0 4px 15px rgba(0,0,0,0.5),
        inset 0 0 8px rgba(184,134,11,0.15);
    transition: none;
    width: 100%;
}

a.btn-whatsapp-modern[data-product-id] i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #25D366;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    transition: none;
}

a.btn-whatsapp-modern[data-product-id] span {
    color: black;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    transition: none;
    line-height: 1.2;
}


@media (max-width: 768px) {
    a.btn-whatsapp-modern[data-product-id] {
        padding: 10px 20px 10px 50px;
        font-size: 12px;
    }
    
    a.btn-whatsapp-modern[data-product-id] i {
        width: 30px;
        height: 30px;
        font-size: 18px;
        left: 10px;
    }
    
    a.btn-whatsapp-modern[data-product-id] span {
        font-size: 12px;
    }
}

/* Notificações */
.custom-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    z-index: 10000;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.custom-notification.show {
    transform: translateX(0);
}

.custom-notification.success {
    background: #25d366;
}

.custom-notification.error {
    background: #e74c3c;
}

.custom-notification.info {
    background: #3498db;
}

.btn-buy-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #000000;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(199, 163, 51, 0.3);
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05em;
}

.btn-buy-now:hover {
    background: linear-gradient(135deg, var(--color-primary-light) 0%, #E0C55F 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(199, 163, 51, 0.4);
}

.btn-buy-now:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(199, 163, 51, 0.3);
}

/* Product Details Section */
.product-details-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border);
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-label {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.detail-value {
    font-size: 1rem;
    color: #2C2C2C;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

/* ===== RECOMMENDED PRODUCTS GRID RESPONSIVO ===== */
.recommended-products-section {
    content-visibility: auto;
    contain-intrinsic-size: 500px;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(248, 245, 235, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
    margin-top: 4rem;
    border-top: 2px solid var(--color-border);
    position: relative;
}

.recommended-products-section::before,
.recommended-products-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 1;
    pointer-events: none;
}

.recommended-products-section::before {
    left: 0;
    background: linear-gradient(90deg, rgba(248, 245, 235, 1) 0%, rgba(248, 245, 235, 0) 100%);
}

.recommended-products-section::after {
    right: 0;
    background: linear-gradient(270deg, rgba(248, 245, 235, 1) 0%, rgba(248, 245, 235, 0) 100%);
}

.section-heading {
    font-size: 2rem;
    font-weight: 800;
    color: #C7A333;
    margin-bottom: 3rem;
    text-align: center;
    font-family: 'Sora', sans-serif;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 1.5rem;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
    border-radius: 2px;
}

.recommended-products-section .button-hint {
    text-align: center;
    margin-top: -2rem;
    margin-bottom: 2rem;
}

/* Grid Responsivo */
.recommended-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
    width: 100%;
}

.recommended-product-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
    border: 1px solid #E8E8E8;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recommended-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(199, 163, 51, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 5;
}

.recommended-product-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(199, 163, 51, 0.25);
    border-color: var(--color-primary);
}

.recommended-product-card:hover::before {
    opacity: 1;
}

.recommended-product-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recommended-product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--color-beige-light) 0%, var(--color-beige) 100%);
    overflow: hidden;
}

.recommended-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.recommended-product-card:hover .recommended-product-image img {
    transform: scale(1.1);
}

.recommended-product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #B8A080;
}

.recommended-vip-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #000000;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    z-index: 10;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
}

.recommended-product-info {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommended-product-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2C2C2C;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    transition: color 0.3s ease;
}

.recommended-product-card:hover .recommended-product-name {
    color: var(--color-primary);
}

.recommended-product-brand {
    font-size: 0.9rem;
    color: #999999;
    margin: 0 0 0.75rem 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.recommended-product-price {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--color-primary);
    font-family: 'Sora', sans-serif;
    margin: 0;
    text-shadow: 0 2px 4px rgba(199, 163, 51, 0.15);
}

/* Carousel Styles */
.carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    position: relative;
    justify-content: center;
    padding: 0 3.25rem;
}

.carousel-container {
    flex: 1;
    overflow: visible;
    z-index: 2;
    width: 100%;
}

.recommended-products-carousel {
    display: flex;
    gap: 1.5rem;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0.5rem 0;
    scrollbar-width: none;
}

.recommended-products-carousel::-webkit-scrollbar {
    display: none;
}

.carousel-item {
    flex: 0 0 calc(25% - 1.125rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    background: linear-gradient(135deg, rgba(199, 163, 51, 0.1) 0%, rgba(199, 163, 51, 0.05) 100%);
    color: var(--color-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    will-change: transform;
    font-size: 1.1rem;
    flex-shrink: 0;
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.carousel-nav:hover {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #FFFFFF;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(199, 163, 51, 0.3);
}

.carousel-nav:active {
    transform: translateY(-50%) scale(0.95);
}

/* Responsive Carousel */
@media (max-width: 1200px) {
    .carousel-item {
        flex: 0 0 calc(33.333% - 1rem);
    }
}

@media (max-width: 768px) {
    .carousel-item {
        flex: 0 0 calc(50% - 0.75rem);
    }
    
    .carousel-wrapper {
        gap: 1rem;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .carousel-item {
        flex: 0 0 calc(100% - 0.5rem);
    }
    
    .carousel-wrapper {
        gap: 0.75rem;
    }
    
    .carousel-nav {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .recommended-products-carousel {
        gap: 1rem;
    }
}

/* Support Footer */
.vitrine-support-footer {
    content-visibility: auto;
    contain-intrinsic-size: 300px;
    padding: 4rem 2rem;
    margin-top: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.support-content-wrapper {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        var(--color-primary) 43%, 
        rgba(255, 255, 255, 0.15) 100%);
    padding: 2px;
    border-radius: 1.5rem;
    box-shadow: 0px 1rem 1.5rem -0.9rem rgba(0, 0, 0, 0.88);
    position: relative;
    overflow: hidden;
}

.support-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
}

.support-content {
    background: linear-gradient(135deg, rgba(248, 245, 235, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.support-icon-large {
    font-size: 3rem;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(199, 163, 51, 0.15) 0%, rgba(199, 163, 51, 0.08) 100%);
    border-radius: 50%;
    border: 2px solid rgba(199, 163, 51, 0.3);
}

.support-title-large {
    font-size: 2rem;
    font-weight: 800;
    color: #2C2C2C;
    margin: 0;
    font-family: 'Sora', sans-serif;
    letter-spacing: -0.02em;
}

.support-text-large {
    font-size: 1.1rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.btn-support-whatsapp-large {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #000000;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(199, 163, 51, 0.3);
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.btn-support-whatsapp-large:hover {
    background: linear-gradient(135deg, var(--color-primary-light) 0%, #E0C55F 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(199, 163, 51, 0.4);
    color: #ffffff;
}

.btn-support-whatsapp-large:hover i {
    color: #ffffff;
}

.btn-support-whatsapp-large:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(199, 163, 51, 0.3);
}

/* ===== MEDIA QUERIES RESPONSIVAS ===== */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .product-detail-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .product-image-container {
        position: static;
    }
    
    .product-main-image-wrapper {
        min-height: 350px;
    }
    
    .product-thumbnails {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }
    
    .product-title-main {
        font-size: 1.35rem;
    }
    
    .price-value {
        font-size: 1.75rem;
    }
    
    .variants-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-heading {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }
    
    .recommended-products-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 1.5rem;
    }
    
    .recommended-product-card {
        border-radius: 14px;
    }
    
    .recommended-product-info {
        padding: 1.25rem;
    }
    
    .recommended-product-name {
        font-size: 1rem;
    }
    
    .recommended-product-price {
        font-size: 1.25rem;
    }
    
    .support-title-large {
        font-size: 1.75rem;
    }
    
    .support-text-large {
        font-size: 1rem;
    }
}

/* Mobile (até 480px) */
@media (max-width: 480px) {
    .product-breadcrumb {
        font-size: 0.75rem;
    }
    
    .product-title-main {
        font-size: 1.25rem;
    }
    
    .price-value {
        font-size: 1.5rem;
    }
    
    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
    
    .variants-grid {
        grid-template-columns: 1fr;
    }
    
    .section-heading {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .recommended-products-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .recommended-product-card {
        border-radius: 12px;
    }
    
    .recommended-product-info {
        padding: 1rem;
    }
    
    .recommended-product-name {
        font-size: 0.95rem;
        margin-bottom: 0.35rem;
    }
    
    .recommended-product-brand {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .recommended-product-price {
        font-size: 1.15rem;
    }
    
    .vitrine-support-footer {
        padding: 3rem 1.5rem;
    }
    
    .support-content {
        padding: 2.5rem 2rem;
    }
    
    .support-title-large {
        font-size: 1.5rem;
    }
    
    .support-text-large {
        font-size: 0.95rem;
    }
    
    .btn-support-whatsapp-large {
        width: 100%;
        justify-content: center;
    }
}
