/*
Theme Name:   Twenty Twenty-Four Child
Theme URI:    https://vinosargentinos.com.ar
Description:  Tema hijo personalizado estilo Peaky Blinders & Lujo Moderno para e-commerce de vinos argentinos de alta gama.
Author:       Vinos Argentinos
Template:     twentytwentyfour
Version:      1.2.5
*/

/* ==========================================================================
   GLOBAL BASE & FOOTER STICKY 100% (ELIMINA ESPACIOS BLANCOS INFERIORES)
   ========================================================================== */
html {
    height: 100%;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow-x: clip; /* Previene scroll horizontal sin romper position: sticky */
    -webkit-font-smoothing: antialiased;
}

#main-content,
main.peaky-home-container {
    flex: 1 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #faf8f5 !important;
}

a {
    color: #c5a059;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #8f6c26;
}

img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   SILK RIBBON SEPARATOR WITH WAX SEAL (HERO → CONTENT TRANSITION)
   ========================================================================== */
.hero-separator {
    position: relative;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #faf8f5;
    overflow: visible;
    z-index: 20;
    margin-top: -1px;
}

.silk-ribbon {
    position: absolute;
    width: 100%;
    height: 40px;
    background: linear-gradient(
        to bottom,
        #1a1a1a 0%,
        #111111 50%,
        #050505 100%
    );
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.6);
    border-top: 1px solid #333333;
    border-bottom: 1px solid #000000;
}

.wax-seal {
    position: absolute;
    width: 75px;
    height: 75px;
    object-fit: contain;
    z-index: 10;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
    transition: transform 0.3s ease;
}

.hero-separator:hover .wax-seal {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .hero-separator {
        height: 65px;
    }
    .silk-ribbon {
        height: 34px;
    }
    .wax-seal {
        width: 62px;
        height: 62px;
    }
}

/* ==========================================================================
   HERO PRINCIPAL CON VIDEO EN BUCLE (INDEX / FRONT-PAGE)
   ========================================================================== */
.peaky-hero-video-section {
    position: relative !important;
    width: 100% !important;
    height: 82vh !important;
    min-height: 520px !important;
    max-height: 800px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(ellipse at center, #1c1712 0%, #060504 100%) !important;
    box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.9) !important;
}

/* Forzamos un filtro de contraste y brillo cinematográfico directamente al video */
.peaky-hero-bg-video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
    filter: brightness(0.85) contrast(1.2) saturate(1.7) !important; /* Más oscuro, dramático y con tonos más sobrios */
}

@keyframes peakyLoopSeamless {
    0% {
        opacity: 0.3; /* Arranca fundiéndose desde oscuro */
    }
    10% {
        opacity: 0.8; /* Se aclara a la normalidad rápidamente */
    }
    88% {
        opacity: 0.8; /* Mantiene la luz durante todo el video */
    }
    97% {
        opacity: 0.2; /* Se apaga suavemente antes de que se note el corte del loop */
    }
    100% {
        opacity: 0.3; /* Reinicia el ciclo sin salto visual */
    }
}

.peaky-hero-video-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(5, 4, 3, 0.75) 0%, rgba(18, 14, 11, 0.55) 50%, rgba(5, 4, 3, 0.85) 100%) !important;
    z-index: 2 !important;
}

.peaky-hero-content {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    color: #ffffff !important;
    padding: 0 24px !important;
    max-width: 980px !important;
    margin: 0 auto !important;
}

.peaky-hero-badge {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    display: inline-block !important;
    margin-bottom: 24px !important;
}

.peaky-hero-title {
    font-family: "Georgia", "Times New Roman", serif !important;
    font-size: 46px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #ffffff !important;
    letter-spacing: 1px !important;
    margin: 0 auto 24px auto !important;
    line-height: 1.35 !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.85) !important;
    max-width: 920px !important;
}

.peaky-hero-tagline {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    color: #dfdbd2 !important;
    max-width: 720px !important;
    margin: 0 auto 38px auto !important;
    line-height: 1.8 !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
}

#collections,
#featured-wines {
    scroll-margin-top: 110px !important;
}

.peaky-hero-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.peaky-hero-btn {
    padding: 14px 34px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.peaky-hero-btn--gold {
    background-color: #c5a059 !important;
    border: 1px solid #c5a059 !important;
    color: #000000 !important;
}

.peaky-hero-btn--gold:hover {
    background-color: #dfba6c !important;
    border-color: #dfba6c !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(197, 160, 89, 0.35) !important;
}


.peaky-hero-scroll-indicator {
    position: absolute !important;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: #c5a059 !important;
    z-index: 4 !important;
    animation: peakyBounce 2s infinite !important;
}

@keyframes peakyBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* ==========================================================================
   AJUSTE DE ENCUADRE DE VIDEO PARA CELULARES (MÓVIL)
   ========================================================================== */
@media screen and (max-width: 768px) {
    .peaky-hero-bg-video {
        /* Mueve el encuadre del video hacia la derecha para centrar al enólogo en pantallas verticales */
        object-position: 72% center !important; 
    }
}

/* ==========================================================================
   IMAGEN DE PRODUCTO INDIVIDUAL (VISIBILIDAD DIRECTA & ZOOM SUAVE)
   ========================================================================== */
.woocommerce-product-gallery {
    opacity: 1 !important; /* Fuerza visibilidad inmediata, elimina pantalla blanca */
    visibility: visible !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    background: #ffffff !important;
}

.woocommerce-product-gallery__image {
    overflow: hidden !important;
}

.woocommerce-product-gallery__image img,
.woocommerce div.product div.images img {
    opacity: 1 !important;
    display: block !important;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease !important;
    transform-origin: center center !important;
    width: 100% !important;
    height: auto !important;
}

.woocommerce-product-gallery__image:hover img,
.woocommerce div.product div.images:hover img {
    transform: scale(1.05) !important; /* Zoom suave y elegante al pasar el cursor */
}

/* ==========================================================================
   SECCIÓN DE VIDEO CINEMATOGRÁFICO CON ANIMACIÓN SLOW FADE/SLIDE
   ========================================================================== */
.peaky-video-section {
    position: relative !important;
    width: 100% !important;
    height: 480px !important;
    overflow: hidden !important;
    margin: 70px 0 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(ellipse at center, #1b1612 0%, #080706 100%) !important;
    border: 1px solid #1f1b17 !important;
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.85) !important;
}

.peaky-bg-video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
    opacity: 0.8 !important;
}

.peaky-video-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(6, 5, 4, 0.72) 0%, rgba(18, 14, 11, 0.6) 50%, rgba(6, 5, 4, 0.8) 100%) !important;
    z-index: 2 !important;
}

/* Animación de entrada Slow Fade & Slide */
.peaky-video-content {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    color: #ffffff !important;
    padding: 0 24px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    opacity: 0 !important;
    transform: translateY(40px) !important;
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: opacity, transform !important;
}

.peaky-video-content.is-revealed {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.peaky-video-badge {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    display: inline-block !important;
    margin-bottom: 18px !important;
}

.peaky-video-quote {
    font-family: "Georgia", "Times New Roman", serif !important;
    font-style: italic !important;
    font-size: 32px !important;
    letter-spacing: 1px !important;
    color: #f7f4ed !important;
    margin: 0 auto 16px auto !important;
    line-height: 1.35 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
}

.peaky-video-sub {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    color: #c5a059 !important;
    display: block !important;
    opacity: 0.9 !important;
}

/* ==========================================================================
   CARRUSEL FULL-WIDTH EN "OUR STORY"
   ========================================================================== */
.peaky-story-carousel-container {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 50px !important;
    margin-bottom: 70px !important;
    overflow: hidden !important;
    background-color: #070707 !important;
}

.peaky-story-carousel {
    position: relative !important;
    width: 100% !important;
    height: 540px !important;
    overflow: hidden !important;
}

.peaky-carousel-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 1.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.peaky-carousel-slide.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

.peaky-carousel-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(12, 10, 8, 0.6) 50%, rgba(0, 0, 0, 0.75) 100%) !important;
    z-index: 1 !important;
}

.peaky-carousel-caption {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    max-width: 800px !important;
    padding: 0 24px !important;
    color: #ffffff !important;
}

.peaky-carousel-tag {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 3.5px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    display: inline-block !important;
    margin-bottom: 14px !important;
}

.peaky-carousel-title {
    font-family: "Georgia", "Times New Roman", serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    color: #ffffff !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.3 !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7) !important;
}

.peaky-carousel-desc {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 15px !important;
    color: #e6e2dc !important;
    line-height: 1.6 !important;
    margin: 0 auto !important;
    max-width: 640px !important;
}

/* Botones de navegación del carrusel */
.peaky-carousel-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(0, 0, 0, 0.45) !important;
    border: 1px solid rgba(197, 160, 89, 0.4) !important;
    color: #c5a059 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: all 0.3s ease !important;
}

.peaky-carousel-btn:hover {
    background: #c5a059 !important;
    border-color: #c5a059 !important;
    color: #000000 !important;
}

.peaky-carousel-prev {
    left: 28px !important;
}

.peaky-carousel-next {
    right: 28px !important;
}

/* Dots indicadores */
.peaky-carousel-dots {
    position: absolute !important;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 10px !important;
    z-index: 10 !important;
}

.peaky-carousel-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.35) !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.peaky-carousel-dot.is-active {
    background: #c5a059 !important;
    transform: scale(1.3) !important;
}

/* ==========================================================================
   FOOTER SOBRIO Y ELEGANTE 100% FULL-WIDTH
   ========================================================================== */
.peaky-custom-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    background-color: #070707 !important;
    color: #888888 !important;
    border-top: 1px solid #1a1816 !important;
    padding: 65px 24px 45px 24px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    box-sizing: border-box !important;
}

.peaky-footer-inner {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.peaky-footer-title {
    font-family: "Georgia", "Times New Roman", serif !important;
    font-size: 20px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin: 0 0 8px 0 !important;
}

.peaky-footer-tagline {
    font-size: 12px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    margin: 0 0 35px 0 !important;
}

.peaky-footer-nav {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
}

.peaky-footer-nav li a {
    color: #b0aba3 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: color 0.2s ease !important;
}

.peaky-footer-nav li a:hover {
    color: #c5a059 !important;
}

.peaky-footer-divider {
    height: 1px !important;
    background-color: #171513 !important;
    max-width: 600px !important;
    margin: 0 auto 30px auto !important;
}

.peaky-footer-bottom {
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
}

.peaky-footer-copy {
    margin: 0 0 6px 0 !important;
}

.peaky-footer-disclaimer {
    margin: 0 !important;
    font-style: italic !important;
    color: #555555 !important;
}

/* ==========================================================================
   NATIVE WOOCOMMERCE GRID OVERRIDES (SHOP & CATEGORY ARCHIVES)
   ========================================================================== */
.woocommerce .peaky-wines-grid ul.products,
.peaky-wines-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    margin: 0 0 60px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

.woocommerce .peaky-wines-grid ul.products::before,
.woocommerce .peaky-wines-grid ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    background: #ffffff !important;
    border: 1px solid #f2ede6 !important;
    border-radius: 3px !important;
    padding: 26px 18px 22px 18px !important;
    box-sizing: border-box !important;
    height: 100% !important;
    transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease !important;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-5px) !important;
    border-color: #dfd7cb !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
}

.woocommerce ul.products li.product img {
    height: 290px !important;
    max-height: 290px !important;
    width: auto !important;
    object-fit: contain !important;
    margin: 0 auto 18px auto !important;
    display: block !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    line-height: 1.4 !important;
    margin: 0 0 14px 0 !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.woocommerce ul.products li.product .price {
    font-family: "Georgia", "Times New Roman", serif !important;
    color: #c5a059 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: auto 0 16px 0 !important;
    display: block !important;
}

.woocommerce ul.products li.product .button {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    padding: 11px 24px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 0 !important;
    width: auto !important;
    min-width: 130px !important;
    text-align: center !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
    margin-top: auto !important;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #c5a059 !important;
    border-color: #c5a059 !important;
    color: #000000 !important;
}

/* ==========================================================================
   SINGLE PRODUCT ESSENTIALS
   ========================================================================== */
.peaky-single-product-container .product {
    margin-bottom: 50px !important;
}

.peaky-single-product-container .product_title {
    font-family: "Georgia", serif !important;
    font-size: 32px !important;
    color: #111111 !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
}

.peaky-single-product-container .price {
    font-family: "Georgia", serif !important;
    color: #c5a059 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.peaky-single-product-container button.single_add_to_cart_button {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    padding: 14px 34px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    transition: all 0.25s ease !important;
}

.peaky-single-product-container button.single_add_to_cart_button:hover {
    background-color: #c5a059 !important;
    border-color: #c5a059 !important;
    color: #000000 !important;
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */
@media screen and (max-width: 1024px) {
    .peaky-hero-title {
        font-size: 38px !important;
    }
    .peaky-hero-video-section {
        height: 70vh !important;
    }
    .woocommerce .peaky-wines-grid ul.products,
    .peaky-wines-grid ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
    .peaky-video-section {
        height: 400px !important;
    }
    .peaky-video-quote {
        font-size: 26px !important;
    }
    .peaky-story-carousel {
        height: 460px !important;
    }
    .peaky-carousel-title {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 850px) {
    .peaky-hero-title {
        font-size: 28px !important;
        letter-spacing: 1px !important;
    }
    .peaky-hero-tagline {
        font-size: 14px !important;
    }
    .peaky-hero-video-section {
        height: 80vh !important;
        min-height: 460px !important;
    }

    /* FORZAR 2 COLUMNAS ABSOLUTAS EN WOOCOMMERCE MOBILE */
    ul.products, 
    .woocommerce ul.products, 
    .woocommerce-page ul.products,
    .peaky-wines-grid ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        max-width: 100% !important;
        padding: 0 10px !important;
        margin: 0 auto 40px auto !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        padding: 14px 8px 12px 8px !important;
    }

    .woocommerce ul.products li.product img {
        height: 140px !important;
        max-height: 140px !important;
        margin-bottom: 8px !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
        min-height: 32px !important;
        margin-bottom: 6px !important;
    }

    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .woocommerce ul.products li.product .button {
        padding: 6px 8px !important;
        min-width: unset !important;
        width: 100% !important;
        font-size: 9px !important;
        letter-spacing: 0.5px !important;
    }

    .peaky-video-section {
        height: 340px !important;
        margin-top: 40px !important;
    }
    .peaky-video-quote {
        font-size: 20px !important;
        letter-spacing: 0.5px !important;
    }
    .peaky-video-badge,
    .peaky-video-sub {
        letter-spacing: 2px !important;
        font-size: 10px !important;
    }
    .peaky-story-carousel {
        height: 400px !important;
    }
    .peaky-carousel-title {
        font-size: 22px !important;
    }
    .peaky-carousel-desc {
        font-size: 13px !important;
    }
    .peaky-carousel-btn {
        width: 38px !important;
        height: 38px !important;
    }
    .peaky-carousel-prev {
        left: 12px !important;
    }
    .peaky-carousel-next {
        right: 12px !important;
    }
    .peaky-footer-nav {
        flex-direction: column !important;
        gap: 14px !important;
    }
}

/* ==========================================================================
   BLOQUEO TOTAL DE SCROLL HORIZONTAL EN DISPOSITIVOS MÓVILES
   ========================================================================== */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
}

.peaky-home-container, 
.peaky-hero-video-section, 
.peaky-custom-footer,
section {
    max-width: 100vw !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   ANCLAJE PERFECTO SUPERIOR (LOGO AL INICIO)
   ========================================================================== */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

header, 
.site-header, 
#masthead,
.peaky-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    top: 0 !important;
}

#wpadminbar {
    position: fixed !important;
}

body > *:first-child {
    margin-top: 0 !important;
}

/* ==========================================================================
   FORZAR 2 COLUMNAS ABSOLUTAS EN MÓVILES (OVERRIDE TOTAL DE WOOCOMMERCE)
   ========================================================================== */
@media screen and (max-width: 768px) {
    body.home .woocommerce ul.products,
    .woocommerce ul.products, 
    .woocommerce-page ul.products,
    ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 10px !important;
        gap: 10px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    body.home .woocommerce ul.products li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    ul.products li.product {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* ==========================================================================
   MEDIOS DE PAGO OFICIALES EN FOOTER & NOTA DE CONVERSIÓN
   ========================================================================== */
.peaky-payment-methods {
    margin: 30px auto 25px auto !important;
    text-align: center !important;
}

.peaky-payment-title {
    display: block !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    color: #8c867c !important;
    margin-bottom: 12px !important;
}

.peaky-payment-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.peaky-pay-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    opacity: 0.85 !important;
}

.peaky-pay-badge:hover {
    transform: translateY(-2px) !important;
    opacity: 1 !important;
}

.peaky-payment-currency-note {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px !important;
    color: #6a645b !important;
    margin: 10px auto 0 auto !important;
    letter-spacing: 0.5px !important;
}

/* ==========================================================================
   WIDGET FLOTANTE "SOMMELIER ON-DEMAND" (WHATSAPP)
   ========================================================================== */
.peaky-floating-sommelier {
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    z-index: 99990 !important;
}

.peaky-sommelier-bubble {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: #0d0c0a !important;
    border: 1px solid #c5a059 !important;
    border-radius: 40px !important;
    padding: 10px 18px 10px 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
    text-decoration: none !important;
    max-width: 380px !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease !important;
}

.peaky-sommelier-bubble:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 14px 40px rgba(197, 160, 89, 0.25) !important;
    background: #14120e !important;
}

.peaky-sommelier-avatar {
    position: relative !important;
    width: 42px !important;
    height: 42px !important;
    background: #25D366 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.peaky-sommelier-status {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 12px !important;
    height: 12px !important;
    background: #c5a059 !important;
    border: 2px solid #0d0c0a !important;
    border-radius: 50% !important;
}

.peaky-sommelier-text {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.peaky-sommelier-badge {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #c5a059 !important;
    margin-bottom: 2px !important;
}

.peaky-sommelier-copy {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #e2ddd5 !important;
}

@media screen and (max-width: 600px) {
    .peaky-floating-sommelier {
        bottom: 16px !important;
        right: 16px !important;
        left: 16px !important;
    }
    .peaky-sommelier-bubble {
        max-width: 100% !important;
        padding: 8px 14px 8px 10px !important;
    }
    .peaky-sommelier-copy {
        font-size: 10px !important;
    }
}

/* ==========================================================================
   SLIDE-OUT CART DRAWER (CHECKOUT LATERAL CON LOGÍSTICA HOTEL CABA)
   ========================================================================== */
.peaky-cart-drawer-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.78) !important;
    backdrop-filter: blur(4px) !important;
    z-index: 999998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.35s ease, visibility 0.35s !important;
}

.peaky-cart-drawer-overlay.is-open {
    opacity: 1 !important;
    visibility: visible !important;
}

.peaky-cart-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 480px !important;
    max-width: 100vw !important;
    height: 100vh !important;
    background: #0a0908 !important;
    border-left: 1px solid #241f19 !important;
    box-shadow: -15px 0 50px rgba(0, 0, 0, 0.9) !important;
    z-index: 999999 !important;
    transform: translateX(100%) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    color: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: #c5a059 #0e0d0b !important;
}

/* Scrollbar estilizada dorada para el carrito */
.peaky-cart-drawer::-webkit-scrollbar {
    width: 6px !important;
}

.peaky-cart-drawer::-webkit-scrollbar-track {
    background: #0e0d0b !important;
}

.peaky-cart-drawer::-webkit-scrollbar-thumb {
    background: #c5a059 !important;
    border-radius: 3px !important;
}

.peaky-cart-drawer::-webkit-scrollbar-thumb:hover {
    background: #e0be78 !important;
}

.peaky-cart-drawer.is-open {
    transform: translateX(0) !important;
}

body.peaky-drawer-open {
    overflow: hidden !important;
}

/* Header del Drawer (Sticky para mantener la orientación) */
.peaky-cart-drawer-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 24px 26px !important;
    border-bottom: 1px solid #1c1814 !important;
    background: #0e0d0b !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6) !important;
}

.peaky-cart-header-title-wrap {
    display: flex !important;
    flex-direction: column !important;
}

.peaky-cart-pretitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11.5px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #c5a059 !important;
    margin-bottom: 3px !important;
    font-weight: 600 !important;
}

.peaky-cart-drawer-title {
    font-family: "Georgia", serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    letter-spacing: 0.5px !important;
}

.peaky-cart-close-btn {
    background: transparent !important;
    border: 1px solid #2d261f !important;
    border-radius: 50% !important;
    color: #c5a059 !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

.peaky-cart-close-btn:hover {
    background: #c5a059 !important;
    color: #000000 !important;
}

/* Cuerpo del Drawer: sin scroll anidado secundario */
.peaky-cart-drawer-body {
    flex: none !important;
    overflow: visible !important;
    height: auto !important;
    padding: 24px 26px !important;
}

/* 1. Airline-Safe Box Tracker */
.peaky-box-tracker {
    background: #12100e !important;
    border: 1px solid #2c251d !important;
    border-radius: 4px !important;
    padding: 18px 20px !important;
    margin-bottom: 18px !important;
}

.peaky-box-tracker-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.peaky-box-tracker-title {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #c5a059 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.peaky-box-count-tag {
    font-family: "Georgia", serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #201b15 !important;
    border: 1px solid #3d3428 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
}

.peaky-box-progress-bar {
    width: 100% !important;
    height: 8px !important;
    background: #231e18 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
}

.peaky-box-progress-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #a08043 0%, #c5a059 100%) !important;
    border-radius: 4px !important;
    transition: width 0.4s ease !important;
}

.peaky-box-tracker-msg {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #c9c3b8 !important;
    margin: 0 !important;
}

.peaky-box-tracker-msg strong {
    color: #c5a059 !important;
    font-weight: 700 !important;
}

/* Highlighted Traveler Volume Discount & Airline Case Banner */
.peaky-cart-volume-banner {
    background: #14110e !important;
    border: 1px solid rgba(197, 160, 89, 0.45) !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4) !important;
}

.peaky-volume-banner-inner {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.peaky-volume-banner-text {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: #e2ded7 !important;
}

.peaky-volume-banner-text strong {
    color: #c5a059 !important;
    font-weight: 700 !important;
}

/* 2. Items del Carrito */
.peaky-cart-items-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
}

.peaky-cart-item {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #1a1613 !important;
}

.peaky-cart-item-thumb {
    width: 68px !important;
    height: 90px !important;
    background: #141210 !important;
    border: 1px solid #221d18 !important;
    border-radius: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
}

.peaky-cart-item-thumb img {
    max-height: 82px !important;
    width: auto !important;
    object-fit: contain !important;
}

.peaky-cart-item-info {
    flex: 1 1 auto !important;
}

.peaky-cart-item-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.35 !important;
}

.peaky-cart-item-title a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.peaky-cart-item-title a:hover {
    color: #c5a059 !important;
}

.peaky-cart-item-price-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
}

.peaky-cart-item-price {
    font-family: "Georgia", serif !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
}

.peaky-cart-item-usd {
    font-size: 13px !important;
    color: #9d968b !important;
}

.peaky-cart-qty-ctrls {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #332b21 !important;
    border-radius: 3px !important;
    background: #12100e !important;
}

.peaky-cart-qty-ctrls .peaky-qty-btn {
    background: transparent !important;
    border: none !important;
    color: #c5a059 !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

.peaky-cart-qty-ctrls .peaky-qty-btn:hover {
    background: #252019 !important;
}

.peaky-cart-qty-ctrls .peaky-qty-val {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    padding: 0 10px !important;
    min-width: 24px !important;
    text-align: center !important;
}

.peaky-cart-item-remove {
    background: transparent !important;
    border: none !important;
    color: #7d7569 !important;
    cursor: pointer !important;
    padding: 8px !important;
    transition: color 0.2s ease !important;
}

.peaky-cart-item-remove:hover {
    color: #e55353 !important;
}

/* Empty State */
.peaky-cart-empty-state {
    text-align: center !important;
    padding: 50px 10px !important;
}

.peaky-empty-msg {
    font-family: "Georgia", serif !important;
    font-size: 18px !important;
    color: #b5afa4 !important;
    margin: 18px 0 26px 0 !important;
}

.peaky-empty-shop-btn {
    display: inline-block !important;
}

/* 3. Formulario de Conserjería de Hotel */
.peaky-hotel-delivery-form {
    background: #0f0e0c !important;
    border: 1px solid #221d17 !important;
    border-radius: 4px !important;
    padding: 20px 20px !important;
    margin-top: 10px !important;
}

.peaky-form-section-title {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #1c1813 !important;
}

.peaky-form-group {
    margin-bottom: 16px !important;
}

.peaky-form-group--row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    align-items: flex-end !important;
}

.peaky-field-label {
    display: block !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #d1cbc2 !important;
    margin-bottom: 6px !important;
}

.peaky-input-text {
    width: 100% !important;
    background: #14120f !important;
    border: 1px solid #28221a !important;
    border-radius: 3px !important;
    padding: 12px 14px !important;
    font-size: 14.5px !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    transition: border-color 0.25s ease !important;
}

.peaky-input-text:focus {
    border-color: #c5a059 !important;
    outline: none !important;
}

.peaky-checkbox-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12.5px !important;
    color: #bab3a8 !important;
    cursor: pointer !important;
    line-height: 1.4 !important;
}

.peaky-cutoff-section {
    margin-top: 16px !important;
    padding-top: 14px !important;
    border-top: 1px solid #1c1813 !important;
}

.peaky-cutoff-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}

.peaky-tz-note {
    font-size: 11.5px !important;
    color: #8c867c !important;
}

.peaky-cutoff-notice {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 14px !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 14px !important;
}

.peaky-cutoff-notice--active {
    background: #141a12 !important;
    border: 1px solid #2a4023 !important;
    color: #8ed67f !important;
}

.peaky-cutoff-notice--alert {
    background: #24160d !important;
    border: 1px solid #5a3014 !important;
    color: #f79d5c !important;
}

.peaky-slots-selector {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

.peaky-slot-option input[type="radio"] {
    display: none !important;
}

.peaky-slot-pill {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 10px 12px !important;
    background: #14120f !important;
    border: 1px solid #2b241c !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

.peaky-slot-option input[type="radio"]:checked + .peaky-slot-pill {
    border-color: #c5a059 !important;
    background: #231c12 !important;
}

.peaky-slot-name {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
}

.peaky-slot-option input[type="radio"]:checked + .peaky-slot-pill .peaky-slot-name {
    color: #c5a059 !important;
}

.peaky-slot-hours {
    font-size: 11.5px !important;
    color: #9c958b !important;
    margin-top: 3px !important;
}

/* Footer del Drawer */
.peaky-cart-drawer-footer {
    padding: 22px 26px 26px 26px !important;
    border-top: 1px solid #1c1814 !important;
    background: #0e0d0b !important;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.5) !important;
}

.peaky-cart-totals-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 14px !important;
}

.peaky-cart-total-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #c2bcae !important;
}

.peaky-cart-total-values {
    text-align: right !important;
}

.peaky-cart-total-ars {
    font-family: "Georgia", serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
    display: block !important;
}

.peaky-cart-total-usd-est {
    font-size: 13.5px !important;
    color: #9d968b !important;
    display: block !important;
    margin-top: 3px !important;
}

.peaky-cart-perks {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
}

.peaky-perk-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #c4beb4 !important;
}

.peaky-perk-item svg {
    color: #c5a059 !important;
    flex-shrink: 0 !important;
}

.peaky-checkout-btn {
    width: 100% !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    margin-bottom: 14px !important;
}

.peaky-cart-safe-payment-badges {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}

.peaky-badge-mini {
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: #7a746a !important;
    padding: 3px 6px !important;
    background: #141210 !important;
    border: 1px solid #231e18 !important;
    border-radius: 2px !important;
}

/* ==========================================================================
   SINGLE PRODUCT DETAILED STYLES
   ========================================================================== */
.peaky-product-page-main {
    padding-top: 30px !important;
}

.peaky-product-breadcrumbs {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #777777 !important;
    margin-bottom: 35px !important;
}

.peaky-product-breadcrumbs a {
    color: #555555 !important;
}

.peaky-product-breadcrumbs a:hover {
    color: #c5a059 !important;
}

.peaky-bc-sep {
    margin: 0 8px !important;
    color: #aaaaaa !important;
}

.peaky-bc-current {
    color: #c5a059 !important;
    font-weight: 600 !important;
}

/* Grid de 2 Columnas */
.peaky-product-layout {
    display: grid !important;
    grid-template-columns: 46% 54% !important;
    gap: 48px !important;
    margin-bottom: 70px !important;
    align-items: start !important;
}

/* Columna de Galería & Switcher */
.peaky-product-media-col {
    position: relative !important;
}

.peaky-media-tabs {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #eee8df !important;
    padding-bottom: 10px !important;
}

.peaky-media-tab {
    background: transparent !important;
    border: 1px solid #e0d9cf !important;
    padding: 8px 14px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #555555 !important;
    cursor: pointer !important;
    border-radius: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.25s ease !important;
}

.peaky-media-tab:hover,
.peaky-media-tab.is-active {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.peaky-single-img-stage {
    position: relative !important;
    background: transparent !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 0 !important;
    text-align: center !important;
    min-height: 580px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.peaky-media-view {
    display: none !important;
    width: 100% !important;
}

.peaky-media-view.is-active {
    display: block !important;
}

.peaky-single-img-zoom-box {
    position: relative !important;
    overflow: hidden !important;
    height: 580px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: zoom-in !important;
}

.peaky-single-main-img {
    height: 100% !important;
    max-height: 580px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
}

/* Deep Zoom 2.4x for label / seal / vintage inspection */
.peaky-single-img-zoom-box:hover .peaky-single-main-img {
    transform: scale(2.4) !important;
    cursor: crosshair !important;
}

.peaky-zoom-hint {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    color: #8c867c !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    margin-top: 14px !important;
}

/* Vista Extra Multimedia (Video / Foto) */
.peaky-extra-multimedia-card {
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 440px !important;
}

.peaky-extra-video {
    width: 100% !important;
    max-height: 460px !important;
    border-radius: 4px !important;
    border: 1px solid #28221b !important;
    background: #000000 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.peaky-video-embed-wrap {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    border: 1px solid #28221b !important;
}

.peaky-video-embed-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

/* Travel Case and Terroir Views */
.peaky-case-preview-card,
.peaky-vineyard-preview-card {
    background: #0e0d0b !important;
    border: 1px solid #28221b !important;
    border-radius: 4px !important;
    padding: 30px 24px !important;
    color: #ffffff !important;
    text-align: center !important;
}

.peaky-case-badge-top {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #c5a059 !important;
    margin-bottom: 16px !important;
}

.peaky-case-title {
    font-family: "Georgia", serif !important;
    font-size: 22px !important;
    color: #ffffff !important;
    margin: 12px 0 8px 0 !important;
}

.peaky-case-desc {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #bfb8ad !important;
    max-width: 380px !important;
    margin: 0 auto !important;
}

.peaky-vineyard-data {
    margin: 20px 0 !important;
}

.peaky-data-big {
    display: block !important;
    font-family: "Georgia", serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
}

.peaky-data-label {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #999388 !important;
}

/* Columna de Detalles y Compra */
.peaky-product-meta-top {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.2px !important;
    color: #c5a059 !important;
    margin-bottom: 12px !important;
}

.peaky-single-product-title {
    font-family: "Georgia", "Times New Roman", serif !important;
    font-size: 42px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    line-height: 1.2 !important;
    margin: 0 0 18px 0 !important;
    letter-spacing: 0.5px !important;
}

.peaky-single-short-desc {
    font-size: 17.5px !important;
    line-height: 1.75 !important;
    color: #4a4a4a !important;
    margin-bottom: 24px !important;
}

.peaky-single-pricing-box {
    display: flex !important;
    align-items: baseline !important;
    gap: 16px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ece6dc !important;
    margin-bottom: 24px !important;
    flex-wrap: wrap !important;
}

.peaky-single-price-main .price,
.peaky-single-price-main {
    font-family: "Georgia", serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
}

.peaky-single-price-usd {
    font-size: 15px !important;
    color: #555555 !important;
}

.peaky-single-price-usd strong {
    color: #111111 !important;
    font-size: 16px !important;
}

.peaky-rate-tag {
    font-size: 12px !important;
    color: #888888 !important;
}

/* Upselling por Volumen (Bloque Superior Ampliado) */
.peaky-volume-upsell-box {
    background: #faf7f2 !important;
    border: 1.5px solid #dfd4c4 !important;
    border-radius: 6px !important;
    padding: 20px 22px !important;
    margin-bottom: 26px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
}

.peaky-upsell-heading {
    display: block !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #111111 !important;
    margin-bottom: 14px !important;
}

.peaky-upsell-tiers {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
}

.peaky-tier-item {
    background: #ffffff !important;
    border: 1.5px solid #dbd2c2 !important;
    border-radius: 4px !important;
    padding: 12px 8px !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
}

.peaky-tier-item.is-active {
    background: #000000 !important;
    border-color: #c5a059 !important;
    box-shadow: 0 6px 18px rgba(197, 160, 89, 0.25) !important;
}

.peaky-tier-qty {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111111 !important;
}

.peaky-tier-item.is-active .peaky-tier-qty {
    color: #c5a059 !important;
}

.peaky-tier-benefit {
    display: block !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
    color: #555555 !important;
    margin-top: 4px !important;
}

.peaky-tier-item.is-active .peaky-tier-benefit {
    color: #ffffff !important;
}

.peaky-upsell-dynamic-notice {
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #2c251d !important;
    padding: 12px 14px !important;
    background: #f4eee3 !important;
    border: 1px solid #d9ccb8 !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
}

.peaky-upsell-dynamic-notice strong {
    color: #937130 !important;
    font-weight: 700 !important;
}

/* Acciones de Compra (+/- y botón) */
.peaky-buy-actions-wrapper {
    margin-bottom: 24px !important;
}

.peaky-qty-and-btn-row {
    display: flex !important;
    gap: 14px !important;
    align-items: center !important;
}

.peaky-qty-selector {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #111111 !important;
    border-radius: 0 !important;
    height: 50px !important;
    background: #ffffff !important;
}

.peaky-qty-step-btn {
    background: transparent !important;
    border: none !important;
    color: #111111 !important;
    width: 42px !important;
    height: 100% !important;
    font-size: 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s ease !important;
}

.peaky-qty-step-btn:hover {
    background: #f0eee9 !important;
    color: #c5a059 !important;
}

.peaky-qty-input-field {
    width: 48px !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    -moz-appearance: textfield !important;
}

.peaky-qty-input-field::-webkit-outer-spin-button,
.peaky-qty-input-field::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.peaky-single-add-btn {
    flex: 1 !important;
    height: 50px !important;
    padding: 0 26px !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Travel Guarantee Card */
.peaky-travel-guarantee-card {
    display: flex !important;
    gap: 16px !important;
    align-items: flex-start !important;
    background: #0f0e0c !important;
    border: 1px solid #28221b !important;
    border-radius: 4px !important;
    padding: 20px 22px !important;
    margin-bottom: 20px !important;
}

.peaky-guarantee-icon {
    color: #c5a059 !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.peaky-guarantee-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin: 0 0 6px 0 !important;
}

.peaky-guarantee-text {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    color: #c2bcb2 !important;
    margin: 0 !important;
}

.peaky-guarantee-text strong {
    color: #c5a059 !important;
}

/* Fast facts hotel */
.peaky-hotel-fast-facts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.peaky-fact-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    font-size: 13.5px !important;
    color: #555555 !important;
}

.peaky-fact-item svg {
    color: #c5a059 !important;
}

/* ==========================================================================
   FICHA TÉCNICA DETALLADA (TECH SPECS GRID CON ICONOS)
   ========================================================================== */
.peaky-tech-specs-section {
    margin-top: 60px !important;
    padding-top: 50px !important;
    border-top: 1px solid #eee8df !important;
    margin-bottom: 70px !important;
}

.peaky-specs-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.peaky-specs-sub {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    color: #c5a059 !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.peaky-specs-title {
    font-family: "Georgia", serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    margin: 0 !important;
}

.peaky-specs-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
}

.peaky-spec-card {
    background: #ffffff !important;
    border: 1px solid #ebe4d8 !important;
    border-radius: 4px !important;
    padding: 24px 22px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.peaky-spec-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05) !important;
    border-color: #dfd5c5 !important;
}

.peaky-spec-card--wide {
    grid-column: 1 / -1 !important;
}

.peaky-spec-icon {
    color: #c5a059 !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.peaky-spec-data {
    flex: 1 !important;
}

.peaky-spec-label {
    display: block !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #8c867c !important;
    margin-bottom: 5px !important;
}

.peaky-spec-value {
    font-family: "Georgia", serif !important;
    font-size: 17px !important;
    color: #111111 !important;
    line-height: 1.45 !important;
}

.peaky-spec-prose {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #444444 !important;
}

/* Recomendados */
.peaky-recommended-wines-section {
    margin-top: 70px !important;
    padding-top: 50px !important;
    border-top: 1px solid #eee8df !important;
    margin-bottom: 60px !important;
}

.peaky-recommended-grid {
    margin-top: 30px !important;
}

/* ==========================================================================
   WINE GUIDE STYLES (TERROIRS, REGIONES & CUSTOMS GUIDE)
   ========================================================================== */
.peaky-guide-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.peaky-guide-kicker {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 3.5px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    display: block !important;
    margin-bottom: 14px !important;
}

.peaky-guide-title {
    font-family: "Georgia", serif !important;
    font-size: 46px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    letter-spacing: 1px !important;
    margin: 0 0 18px 0 !important;
    line-height: 1.2 !important;
}

.peaky-guide-subtitle {
    font-size: 18.5px !important;
    line-height: 1.8 !important;
    color: #4a4a4a !important;
    max-width: 820px !important;
    margin: 0 auto 34px auto !important;
}

.peaky-guide-region-tabs {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.peaky-guide-tab-btn {
    background: transparent !important;
    border: 1px solid #d4ccbf !important;
    padding: 12px 26px !important;
    border-radius: 30px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #222222 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

.peaky-guide-tab-btn:hover,
.peaky-guide-tab-btn.is-active {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.peaky-regions-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 50px !important;
    margin-bottom: 70px !important;
}

.peaky-region-card {
    background: #ffffff !important;
    border: 1px solid #eee8df !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

.peaky-region-banner {
    position: relative !important;
    padding: 70px 48px !important;
    background: #0d0c0a !important;
    color: #ffffff !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
}

.peaky-region-banner--cuyo {
    background-color: #1a140e !important;
}

.peaky-region-banner--noa {
    background-color: #20120a !important;
}

.peaky-region-banner--patagonia {
    background-color: #0c171e !important;
}

.peaky-region-badge {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    margin-bottom: 12px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.peaky-region-name {
    font-family: "Georgia", serif !important;
    font-size: 38px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
}

.peaky-region-alt {
    font-size: 15px !important;
    color: #e5ded2 !important;
    letter-spacing: 0.6px !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
}

.peaky-region-body {
    padding: 40px 48px !important;
}

.peaky-region-highlights-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 28px !important;
    margin-bottom: 34px !important;
}

.peaky-rh-title {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.6px !important;
    color: #c5a059 !important;
    margin-bottom: 8px !important;
}

.peaky-rh-text {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    color: #4a4a4a !important;
    margin: 0 !important;
}

.peaky-region-accordion {
    border-top: 1px solid #f0eee9 !important;
    padding-top: 24px !important;
    margin-bottom: 28px !important;
}

.peaky-region-accordion-toggle {
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-family: "Georgia", serif !important;
    font-size: 18.5px !important;
    color: #111111 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.peaky-region-accordion-toggle svg {
    color: #c5a059 !important;
    transition: transform 0.3s ease !important;
}

.peaky-region-accordion-toggle.is-open svg {
    transform: rotate(180deg) !important;
}

.peaky-region-accordion-drawer {
    display: none !important;
    padding-top: 20px !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #3e3e3e !important;
}

.peaky-region-accordion-drawer.is-open {
    display: block !important;
}

.peaky-region-footer-cta {
    margin-top: 26px !important;
}

/* Flight Customs Box */
.peaky-flight-guide-box {
    background: #faf8f5 !important;
    border: 1px solid #e5ded2 !important;
    border-radius: 6px !important;
    padding: 40px 48px !important;
    margin-bottom: 60px !important;
}

.peaky-flight-guide-inner {
    display: flex !important;
    gap: 28px !important;
    align-items: flex-start !important;
}

.peaky-flight-icon {
    color: #c5a059 !important;
    flex-shrink: 0 !important;
}

.peaky-flight-title {
    font-family: "Georgia", serif !important;
    font-size: 24px !important;
    color: #111111 !important;
    margin: 0 0 16px 0 !important;
}

.peaky-flight-points {
    list-style: square !important;
    padding-left: 22px !important;
    margin: 0 !important;
    font-size: 15.5px !important;
    line-height: 1.8 !important;
    color: #4a4a4a !important;
}

.peaky-flight-points li {
    margin-bottom: 10px !important;
}

.peaky-flight-points strong {
    color: #111111 !important;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS PARA NUEVAS VISTAS
   ========================================================================== */
@media screen and (max-width: 1024px) {
    .peaky-product-layout {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }
    .peaky-specs-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .peaky-region-highlights-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }
}

@media screen and (max-width: 768px) {
    .peaky-cart-drawer {
        width: 100vw !important;
    }
    .peaky-specs-grid {
        grid-template-columns: 1fr !important;
    }
    .peaky-upsell-tiers {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .peaky-region-banner {
        padding: 40px 20px !important;
    }
    .peaky-region-body {
        padding: 24px 20px !important;
    }
    .peaky-region-highlights-grid {
        grid-template-columns: 1fr !important;
    }
    .peaky-flight-guide-inner {
        flex-direction: column !important;
        gap: 14px !important;
    }
}

/* 1. Evita que el megamenú se dispare por accidente en toda la barra; solo responde a su contenedor exacto */
.peaky-desktop-nav .peaky-nav-menu > li:not(.peaky-menu-item-has-megamenu) .peaky-megamenu {
    display: none !important;
}

/* 2. Posicionamiento relativo necesario para que el puente invisible funcione */
.peaky-menu-item-has-megamenu {
    position: relative;
}

/* 3. Agrega separación superior al panel y crea un "puente invisible" para cubrir el hueco del mouse */
.peaky-menu-item-has-megamenu .peaky-megamenu {
    margin-top: 15px; /* Ajusta esta distancia si quieres el panel más cerca o más lejos */
}

.peaky-menu-item-has-megamenu .peaky-megamenu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}

/* ==========================================================================
   TOP INFINITE SLOW-MOTION COLLECTION MARQUEE (BELOW MENU)
   ========================================================================== */
.peaky-collection-marquee-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #090807;
    border-bottom: 1px solid #231c15;
    border-top: 1px solid #1c1712;
    padding: 22px 0 26px 0;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 5;
}

.peaky-marquee-header-strip {
    text-align: center;
    margin-bottom: 14px;
    padding: 0 15px;
}

.peaky-marquee-tagline {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #c5a059;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.peaky-collection-track-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.peaky-collection-marquee-track {
    display: flex;
    width: max-content;
    animation: peakyMarqueeLoop 42s linear infinite;
    will-change: transform;
}

/* Pause on hover/focus */
.peaky-collection-marquee-section:hover .peaky-collection-marquee-track,
.peaky-collection-marquee-track:hover,
.peaky-collection-marquee-track:focus-within {
    animation-play-state: paused !important;
}

@keyframes peakyMarqueeLoop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.peaky-collection-group {
    display: flex;
    gap: 20px;
    padding: 0 10px;
}

.peaky-collection-card {
    position: relative;
    width: 330px;
    height: 215px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    padding: 22px 24px;
    box-sizing: border-box;
    border: 1px solid rgba(197, 160, 89, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
                border-color 0.35s ease,
                box-shadow 0.35s ease,
                filter 0.35s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.peaky-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}

.peaky-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 7, 6, 0.15) 0%, rgba(8, 7, 6, 0.65) 52%, rgba(8, 7, 6, 0.94) 100%);
    z-index: 2;
    transition: background 0.35s ease;
}

.peaky-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.peaky-card-accent-line {
    width: 28px;
    height: 2.5px;
    background: #c5a059;
    margin-bottom: 9px;
    transition: width 0.35s ease, background-color 0.35s ease;
}

.peaky-card-title {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9) !important;
}

.peaky-card-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    line-height: 1.3 !important;
    opacity: 0.95 !important;
}

/* Subtle luxury card hover effects:
   Slight zoom (transform: scale(1.05)), delicate aged-gold border accent (#c5a059),
   and refined brightness lift */
.peaky-collection-card:hover {
    transform: scale(1.05) !important;
    border-color: #c5a059 !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.75), 0 0 22px rgba(197, 160, 89, 0.35) !important;
    filter: brightness(1.15) !important;
    z-index: 10;
}

.peaky-collection-card:hover .peaky-card-bg {
    transform: scale(1.08);
}

.peaky-collection-card:hover .peaky-card-accent-line {
    width: 36px;
    background: #dfbc77;
}

/* Active collection card state */
.peaky-collection-card.is-active {
    border-color: #c5a059 !important;
    box-shadow: 0 0 0 2px #c5a059, 0 14px 30px rgba(0, 0, 0, 0.75) !important;
    filter: brightness(1.12) !important;
}

.peaky-collection-card.is-active .peaky-card-accent-line {
    width: 42px;
    background: #c5a059;
}

/* ==========================================================================
   2-COLUMN WINE CATALOG LAYOUT (SIDEBAR & PRODUCT GRID)
   ========================================================================== */
.peaky-catalog-container {
    display: flex;
    gap: 46px;
    width: 100%;
    max-width: 1380px;
    margin: 40px auto 70px auto;
    padding: 0 24px;
    box-sizing: border-box;
    align-items: flex-start;
}

.peaky-catalog-sidebar-col {
    width: 285px;
    flex-shrink: 0;
    position: sticky;
    top: 90px;
    z-index: 10;
}

.peaky-catalog-main-col {
    flex: 1;
    min-width: 0;
}

.peaky-catalog-main-col .peaky-wines-section {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.peaky-catalog-header {
    margin-bottom: 25px;
    border-bottom: 1px solid #eae5dc;
    padding-bottom: 15px;
}

.peaky-catalog-header .peaky-section-title {
    margin-bottom: 0 !important;
    text-align: left !important;
}

/* Three-column product grid in main column */
.peaky-catalog-main-col .peaky-wines-grid ul.products,
.peaky-catalog-main-col .peaky-custom-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

/* Filter item smooth visibility transitions */
.peaky-catalog-item {
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.35s ease,
                border-color 0.3s ease !important;
}

.peaky-catalog-item.peaky-item-hidden {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(0.96) !important;
}

/* Active filter notification pill bar */
.peaky-active-filters-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    padding: 12px 18px;
    background: #fbf9f6;
    border: 1px solid #e7dfd3;
    border-radius: 4px;
}

.peaky-active-filters-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666666;
    margin-right: 4px;
}

.peaky-active-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.peaky-active-filter-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #000000;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.peaky-active-filter-remove {
    cursor: pointer;
    color: #c5a059;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 2px;
}

.peaky-active-filter-remove:hover {
    color: #ffffff;
}

.peaky-active-clear-all {
    margin-left: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9d7532;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 4px 6px;
}

.peaky-active-clear-all:hover {
    color: #000000;
}

/* Empty search / filter results */
.peaky-filter-no-results {
    text-align: center;
    padding: 65px 20px;
    width: 100%;
}

.peaky-no-results-box {
    max-width: 520px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ebe4d8;
    padding: 40px 30px;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.peaky-no-results-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 10px 0;
}

.peaky-no-results-desc {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 24px 0;
}

.peaky-reset-filters-btn {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 12px 28px;
    border-radius: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.peaky-reset-filters-btn:hover {
    background: #25201b;
    border-color: #25201b;
    color: #c5a059;
}

/* ==========================================================================
   SIDEBAR FILTERS STYLING (PILL & CHIP DESIGN)
   ========================================================================== */
.peaky-catalog-sidebar {
    background: #ffffff;
    border: 1px solid #eee8df;
    border-radius: 4px;
    padding: 24px 22px;
    box-sizing: border-box;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.peaky-sidebar-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee8df;
}

.peaky-sidebar-main-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #111111;
    margin: 0;
}

.peaky-clear-all-filters {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #9d7532;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.peaky-clear-all-filters:hover {
    color: #000000;
}

.peaky-filter-group {
    margin-bottom: 24px;
}

.peaky-filter-group:last-of-type {
    margin-bottom: 0;
}

.peaky-filter-group-header {
    margin-bottom: 10px;
}

.peaky-filter-group-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #777777;
    margin: 0;
}

.peaky-filter-pills-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Pill & Chip buttons matching home page .peaky-filter-pill */
.peaky-catalog-sidebar .peaky-filter-pill {
    background: transparent !important;
    border: 1px solid #dcd5c9 !important;
    color: #333333 !important;
    padding: 7px 15px !important;
    border-radius: 24px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.22s ease !important;
    outline: none !important;
    line-height: 1.3 !important;
    display: inline-flex !important;
    align-items: center !important;
    user-select: none !important;
}

.peaky-catalog-sidebar .peaky-filter-pill:hover,
.peaky-catalog-sidebar .peaky-filter-pill.is-active {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
}

/* Sidebar Concierge Assurance Card */
.peaky-sidebar-concierge-card {
    margin-top: 26px;
    padding: 18px 16px;
    background: #0f0e0c;
    border: 1px solid #29231c;
    border-radius: 4px;
    box-sizing: border-box;
}

.peaky-concierge-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

.peaky-concierge-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #c5a059;
    text-transform: uppercase;
}

.peaky-concierge-desc {
    font-size: 11.5px;
    line-height: 1.5;
    color: #a8a298;
    margin: 0;
}

/* Mobile Filter Bar & Trigger */
.peaky-sidebar-mobile-bar {
    display: none;
    margin-bottom: 16px;
}

.peaky-mobile-filters-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0f0e0c;
    color: #ffffff;
    border: 1px solid #28221b;
    border-radius: 4px;
    padding: 12px 18px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: background 0.25s ease;
}

.peaky-mobile-filters-trigger:hover {
    background: #1b1814;
}

.peaky-trigger-icon {
    display: flex;
    align-items: center;
    color: #c5a059;
}

.peaky-active-filters-badge {
    background: #c5a059;
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    border-radius: 12px;
    padding: 2px 7px;
    margin-left: 6px;
}

.peaky-trigger-chevron {
    font-size: 10px;
    color: #c5a059;
    transition: transform 0.25s ease;
}

.peaky-mobile-filters-trigger[aria-expanded="true"] .peaky-trigger-chevron {
    transform: rotate(180deg);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (CATALOG & MARQUEE)
   ========================================================================== */
@media screen and (max-width: 1140px) {
    .peaky-catalog-container {
        gap: 32px;
    }
    .peaky-catalog-sidebar-col {
        width: 250px;
    }
    .peaky-catalog-main-col .peaky-wines-grid ul.products,
    .peaky-catalog-main-col .peaky-custom-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media screen and (max-width: 960px) {
    .peaky-collection-marquee-section {
        padding: 18px 0 22px 0;
    }
    .peaky-collection-card {
        width: 290px;
        height: 190px;
        padding: 18px 20px;
    }
    .peaky-card-title {
        font-size: 15px !important;
    }
    .peaky-card-subtitle {
        font-size: 11px !important;
    }

    .peaky-catalog-container {
        flex-direction: column;
        padding: 0 18px;
        margin-top: 25px;
    }
    .peaky-catalog-sidebar-col {
        width: 100%;
        position: static;
    }
    .peaky-sidebar-mobile-bar {
        display: block;
    }
    .peaky-catalog-sidebar {
        padding: 18px 16px;
    }
    .peaky-sidebar-inner {
        display: none;
        padding-top: 15px;
    }
    .peaky-sidebar-inner.is-open {
        display: block;
    }
    .peaky-sidebar-top-bar {
        display: none; /* Mobile header takes over */
    }
    .peaky-catalog-main-col {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .peaky-collection-marquee-section {
        padding: 14px 0 18px 0;
    }
    .peaky-marquee-tagline {
        font-size: 9.5px;
        letter-spacing: 2px;
    }
    .peaky-collection-card {
        width: 260px;
        height: 170px;
        padding: 16px 16px;
    }
    .peaky-card-title {
        font-size: 14px !important;
    }
    .peaky-card-subtitle {
        font-size: 10.5px !important;
    }
    .peaky-catalog-main-col .peaky-wines-grid ul.products,
    .peaky-catalog-main-col .peaky-custom-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .peaky-catalog-sidebar .peaky-filter-pill {
        padding: 6px 13px !important;
        font-size: 10px !important;
    }
}

/* ==========================================================================
   CONCIERGE & CONTACT PAGE (UNIFIED CARD GRID & ALIGNED CTAS)
   ========================================================================== */
.peaky-contact-cards-grid {
    max-width: 960px !important;
    margin: 0 auto 60px auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px !important;
    align-items: stretch !important;
}

.peaky-contact-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 38px 28px !important;
    text-align: center !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.peaky-contact-card:hover {
    transform: translateY(-4px) !important;
}

.peaky-contact-card--dark {
    background: #080706 !important;
    border: 1px solid #28241e !important;
    color: #ffffff !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6) !important;
}

.peaky-contact-card--light {
    background: #ffffff !important;
    border: 1px solid #ebe4d8 !important;
    color: #111111 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
}

.peaky-contact-card-icon {
    margin-bottom: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.peaky-contact-icon--gold {
    color: #c5a059 !important;
}

.peaky-contact-card-title {
    font-family: "Georgia", serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0 0 12px 0 !important;
}

.peaky-contact-card--dark .peaky-contact-card-title {
    color: #ffffff !important;
}

.peaky-contact-card--light .peaky-contact-card-title {
    color: #111111 !important;
}

.peaky-contact-card-desc {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 0 24px 0 !important;
}

.peaky-contact-card--dark .peaky-contact-card-desc {
    color: #b5b0a8 !important;
}

.peaky-contact-card--light .peaky-contact-card-desc {
    color: #555555 !important;
}

/* Margin-top auto locks all 3 CTA buttons onto the exact horizontal baseline */
.peaky-contact-card-action {
    margin-top: auto !important;
    padding-top: 10px !important;
    width: 100% !important;
}

.peaky-contact-btn {
    width: 100% !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   SOMMELIER FLOATING WIDGET DISMISS BUTTON
   ========================================================================== */
.peaky-floating-sommelier {
    position: fixed !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.peaky-floating-sommelier.is-dismissed {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    pointer-events: none !important;
}

.peaky-sommelier-close {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #080706 !important;
    border: 1px solid #c5a059 !important;
    color: #c5a059 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 10002 !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

.peaky-sommelier-close:hover {
    background: #c5a059 !important;
    color: #000000 !important;
    transform: scale(1.1) !important;
}

/* ==========================================================================
   CHECKOUT PAGE (TYPOGRAPHY SCALE-UP, HIGHLIGHTED DISCOUNTS & TOTALS)
   ========================================================================== */
.woocommerce-checkout,
.wc-block-checkout,
.wp-block-woocommerce-checkout {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #111111 !important;
}

/* Checkout step titles and headings */
.woocommerce-checkout h3,
.wc-block-checkout h2,
.wc-block-checkout h3,
.wc-block-components-checkout-step__title,
.wc-block-components-title {
    font-family: "Georgia", serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 20px !important;
}

/* Field labels and text */
.woocommerce-checkout label,
.wc-block-components-text-input label,
.wc-block-components-combobox label {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #2c2925 !important;
    margin-bottom: 6px !important;
}

/* Inputs and controls */
.woocommerce-checkout .input-text,
.wc-block-components-text-input input,
.wc-block-components-combobox input {
    font-size: 16px !important;
    height: 48px !important;
    border-radius: 3px !important;
    border: 1px solid #d4ccbf !important;
    color: #111111 !important;
    padding: 10px 14px !important;
}

.woocommerce-checkout .input-text:focus,
.wc-block-components-text-input input:focus {
    border-color: #c5a059 !important;
    box-shadow: 0 0 0 2px rgba(197, 160, 89, 0.25) !important;
    outline: none !important;
}

/* Coupon & Discount Highlight */
.woocommerce-form-coupon-toggle .woocommerce-info,
.wc-block-components-totals-coupon,
.wc-block-components-totals-discount,
.woocommerce-checkout .cart-discount {
    background: #faf6ee !important;
    border: 1px solid #c5a059 !important;
    border-radius: 4px !important;
    padding: 14px 18px !important;
    font-size: 15.5px !important;
    color: #111111 !important;
}

.wc-block-components-totals-discount__amount,
.woocommerce-checkout .cart-discount td,
.woocommerce-checkout .cart-discount .amount {
    color: #27ae60 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

/* Order Summary Table / Block Totals */
.woocommerce-checkout #order_review,
.wc-block-components-order-summary {
    background: #faf8f5 !important;
    border: 1px solid #e8e0d3 !important;
    border-radius: 6px !important;
    padding: 28px 24px !important;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td,
.wc-block-components-totals-item {
    font-size: 16px !important;
    padding: 14px 0 !important;
    color: #333333 !important;
}

.woocommerce-checkout table.shop_table th {
    font-family: "Georgia", serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111111 !important;
}

/* Grand Order Total - Prominent Luxury Display */
.woocommerce-checkout .order-total,
.wc-block-components-totals-footer-item {
    border-top: 2px solid #111111 !important;
    padding-top: 20px !important;
    margin-top: 14px !important;
}

.woocommerce-checkout .order-total th,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-family: "Georgia", serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111111 !important;
}

.woocommerce-checkout .order-total td,
.woocommerce-checkout .order-total .amount,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-formatted-money-amount {
    font-family: "Georgia", serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
    letter-spacing: 0.5px !important;
}

/* Place Order Button */
.woocommerce-checkout #place_order,
.wc-block-components-checkout-place-order-button {
    background-color: #000000 !important;
    border: 1px solid #c5a059 !important;
    color: #c5a059 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 18px 32px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.woocommerce-checkout #place_order:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #c5a059 !important;
    color: #000000 !important;
    box-shadow: 0 8px 24px rgba(197, 160, 89, 0.4) !important;
}

/* ==========================================================================
   CATALOG HERO CINEMATIC SLIDER (GRAN BANNER CINEMATOGRÁFICO FULLSCREEN)
   ========================================================================== */
.peaky-catalog-hero-slider {
    position: relative !important;
    width: 100% !important;
    height: 82vh !important;
    min-height: 520px !important;
    max-height: 800px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(ellipse at center, #1c1712 0%, #060504 100%) !important;
    box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.9) !important;
}

.peaky-catalog-slides-track {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.peaky-catalog-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scale(1.03) !important;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1 !important;
}

.peaky-catalog-slide.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
    z-index: 3 !important;
}

.peaky-catalog-slide-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    filter: brightness(0.85) contrast(1.18) saturate(1.2) !important;
}

.peaky-catalog-slide-content {
    position: relative !important;
    z-index: 4 !important;
    text-align: center !important;
    color: #ffffff !important;
    padding: 0 24px !important;
    max-width: 920px !important;
    margin: 0 auto !important;
}

.peaky-slider-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: rgba(10, 9, 8, 0.6) !important;
    border: 1px solid rgba(197, 160, 89, 0.45) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #c5a059 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    backdrop-filter: blur(4px) !important;
}

.peaky-slider-arrow:hover {
    background: #c5a059 !important;
    color: #000000 !important;
    border-color: #c5a059 !important;
    transform: translateY(-50%) scale(1.08) !important;
}

.peaky-slider-arrow--prev {
    left: 32px !important;
}

.peaky-slider-arrow--next {
    right: 32px !important;
}

.peaky-slider-indicators {
    position: absolute !important;
    bottom: 34px !important;
    right: 48px !important;
    display: flex !important;
    gap: 16px !important;
    z-index: 10 !important;
}

.peaky-slider-indicator-item {
    background: transparent !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    padding: 0 !important;
    opacity: 0.55 !important;
    transition: opacity 0.3s ease !important;
}

.peaky-slider-indicator-item.is-active {
    opacity: 1 !important;
}

.peaky-indicator-num {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: #ffffff !important;
}

.peaky-slider-indicator-item.is-active .peaky-indicator-num {
    color: #c5a059 !important;
}

.peaky-indicator-line {
    width: 28px !important;
    height: 2px !important;
    background: #443e34 !important;
    transition: all 0.3s ease !important;
}

.peaky-slider-indicator-item.is-active .peaky-indicator-line {
    width: 44px !important;
    background: #c5a059 !important;
}

/* ==========================================================================
   CHECKOUT ORDER BUMP (VINO RELACIONADO SUGERIDO CON 10% OFF)
   ========================================================================== */
.peaky-order-bump-card {
    background: #110f0d !important;
    border: 1.5px solid #3d3326 !important;
    border-radius: 6px !important;
    padding: 20px 24px !important;
    margin: 28px 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7) !important;
    position: relative !important;
}

.peaky-bump-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #c5a059 !important;
    margin-bottom: 14px !important;
}

.peaky-bump-grid {
    display: grid !important;
    grid-template-columns: 75px 1fr auto !important;
    gap: 20px !important;
    align-items: center !important;
}

.peaky-bump-thumb {
    width: 75px !important;
    height: 95px !important;
    background: #171411 !important;
    border: 1px solid #282119 !important;
    border-radius: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.peaky-bump-thumb img {
    max-height: 85px !important;
    width: auto !important;
    object-fit: contain !important;
}

.peaky-bump-info {
    color: #ffffff !important;
}

.peaky-bump-title {
    font-family: "Georgia", serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 6px 0 !important;
}

.peaky-bump-desc {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: #b5afa4 !important;
    margin: 0 0 10px 0 !important;
}

.peaky-bump-desc strong {
    color: #c5a059 !important;
}

.peaky-bump-pricing-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.peaky-bump-old-price {
    font-size: 14.5px !important;
    color: #7d7568 !important;
    text-decoration: line-through !important;
}

.peaky-bump-new-price {
    font-family: "Georgia", serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
}

.peaky-bump-usd {
    font-size: 12.5px !important;
    color: #9d968b !important;
}

.peaky-bump-discount-pill {
    background: #192716 !important;
    border: 1px solid #2d4c25 !important;
    color: #7de86b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
}

.peaky-bump-action {
    display: flex !important;
    align-items: center !important;
}

.peaky-bump-add-btn {
    height: 48px !important;
    padding: 0 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.peaky-bump-added-status {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #27ae60 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: #142013 !important;
    border: 1px solid #254621 !important;
    padding: 10px 16px !important;
    border-radius: 3px !important;
}

/* ==========================================================================
   TASTING COMBOS & EXPERIENCES (LUXURY IN-ROOM 375 ML TASTING BOXES)
   ========================================================================== */
.peaky-tasting-page {
    padding-top: 40px !important;
    padding-bottom: 90px !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.peaky-tasting-header {
    text-align: center !important;
    max-width: 820px !important;
    margin: 0 auto 40px auto !important;
}

.peaky-tasting-subtitle {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
    font-size: 18.5px !important;
    line-height: 1.7 !important;
    color: #4a453e !important;
    margin-top: 14px !important;
}

.peaky-tasting-box-perks-banner {
    background: #0d0b09 !important;
    border: 1px solid #261f18 !important;
    border-radius: 6px !important;
    padding: 24px 30px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.peaky-tasting-perks-inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.peaky-perk-col {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
}

.peaky-perk-icon {
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.peaky-perk-title {
    font-family: "Georgia", serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 4px 0 !important;
}

.peaky-perk-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #b0aba0 !important;
    margin: 0 !important;
}

/* Grilla de 3 Combos */
.peaky-tasting-combos-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    margin-bottom: 70px !important;
    align-items: stretch !important;
}

.peaky-tasting-card {
    background: #090807 !important;
    border: 1.5px solid #2b231a !important;
    border-radius: 6px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.peaky-tasting-card:hover {
    transform: translateY(-4px) !important;
    border-color: #c5a059 !important;
}

.peaky-combo-badge {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 5 !important;
    background: #c5a059 !important;
    color: #000000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 2px !important;
}

.peaky-combo-media {
    position: relative !important;
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
    background: #14110e !important;
}

.peaky-combo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: brightness(0.85) contrast(1.15) !important;
    transition: transform 0.4s ease !important;
}

.peaky-tasting-card:hover .peaky-combo-img {
    transform: scale(1.05) !important;
}

.peaky-combo-format-tag {
    position: absolute !important;
    bottom: 12px !important;
    left: 14px !important;
    background: rgba(8, 7, 6, 0.85) !important;
    border: 1px solid rgba(197, 160, 89, 0.4) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 2px !important;
    backdrop-filter: blur(4px) !important;
}

.peaky-combo-body {
    padding: 24px 24px 16px 24px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.peaky-combo-terroir-tag {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #c5a059 !important;
    margin-bottom: 8px !important;
    display: block !important;
    font-weight: 600 !important;
}

.peaky-combo-title {
    font-family: "Georgia", serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    margin: 0 0 12px 0 !important;
}

.peaky-combo-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #b8b2a7 !important;
    margin: 0 0 20px 0 !important;
}

.peaky-combo-wines-box {
    background: #110e0b !important;
    border: 1px solid #231c15 !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
    margin-bottom: 22px !important;
}

.peaky-combo-wines-heading {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #c5a059 !important;
    margin: 0 0 10px 0 !important;
}

.peaky-combo-wines-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.peaky-combo-wines-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #e0dad0 !important;
    margin-bottom: 8px !important;
}

.peaky-combo-wines-list li:last-child {
    margin-bottom: 0 !important;
}

.peaky-wine-bullet {
    color: #c5a059 !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

/* Selector Interactivo de Copas */
.peaky-glass-selector-wrap {
    margin-top: auto !important;
    padding-top: 16px !important;
    border-top: 1px dashed #282119 !important;
}

.peaky-glass-selector-label {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
}

.peaky-glass-helper {
    font-size: 11px !important;
    color: #9c9588 !important;
    font-weight: normal !important;
}

.peaky-glass-options-group {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
}

.peaky-glass-option input[type="radio"] {
    display: none !important;
}

.peaky-glass-pill {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 8px 6px !important;
    background: #14110e !important;
    border: 1px solid #2d241a !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    min-height: 64px !important;
    box-sizing: border-box !important;
}

.peaky-glass-option input[type="radio"]:checked + .peaky-glass-pill {
    border-color: #c5a059 !important;
    background: #241d13 !important;
    box-shadow: 0 2px 10px rgba(197, 160, 89, 0.2) !important;
}

.peaky-glass-qty {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.peaky-glass-option input[type="radio"]:checked + .peaky-glass-pill .peaky-glass-qty {
    color: #c5a059 !important;
}

.peaky-glass-note {
    font-size: 10px !important;
    color: #9e978b !important;
    margin-top: 2px !important;
}

.peaky-glass-cost {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
    margin-top: 3px !important;
}

/* Tasting Card Footer */
.peaky-combo-footer {
    padding: 18px 24px 24px 24px !important;
    background: #0e0c0a !important;
    border-top: 1px solid #1f1912 !important;
}

.peaky-combo-price-box {
    margin-bottom: 14px !important;
    text-align: center !important;
}

.peaky-combo-price-usd {
    font-family: "Georgia", serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
    letter-spacing: 0.5px !important;
}

.peaky-combo-price-ars {
    font-size: 13px !important;
    color: #a8a194 !important;
    margin-top: 4px !important;
    letter-spacing: 0.3px !important;
}

.peaky-combo-price-ars .peaky-rate-tag {
    font-size: 11.5px !important;
    color: #80786b !important;
    margin-left: 4px !important;
}

.peaky-combo-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.peaky-add-tasting-btn {
    width: 100% !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    background: #14110d !important;
    border: 1.5px solid #c5a059 !important;
    color: #c5a059 !important;
    border-radius: 3px !important;
    box-shadow: 0 4px 16px rgba(197, 160, 89, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.peaky-add-tasting-btn:hover,
.peaky-add-tasting-btn:focus {
    background: #c5a059 !important;
    border-color: #d4b26f !important;
    color: #0c0a08 !important;
    box-shadow: 0 6px 22px rgba(197, 160, 89, 0.35) !important;
    transform: translateY(-2px) !important;
}

.peaky-add-tasting-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(197, 160, 89, 0.25) !important;
}

.peaky-tasting-wa-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 12.5px !important;
    color: #b5afa4 !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    transition: color 0.2s ease !important;
}

.peaky-tasting-wa-link:hover {
    color: #25d366 !important;
}

/* Tasting FAQ */
.peaky-tasting-faq {
    background: #0f0d0b !important;
    border: 1px solid #231c15 !important;
    border-radius: 6px !important;
    padding: 40px 36px !important;
    color: #ffffff !important;
}

.peaky-tasting-faq .peaky-section-title {
    color: #ffffff !important;
}

.peaky-faq-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
}

.peaky-faq-q {
    font-family: "Georgia", serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #c5a059 !important;
    margin: 0 0 8px 0 !important;
}

.peaky-faq-a {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: #bfb9af !important;
    margin: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .peaky-tasting-combos-grid,
    .peaky-tasting-perks-inner,
    .peaky-faq-grid {
        grid-template-columns: 1fr !important;
    }
    .peaky-bump-grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    .peaky-bump-thumb {
        margin: 0 auto !important;
    }
    .peaky-bump-pricing-row {
        justify-content: center !important;
    }
    .peaky-bump-action {
        justify-content: center !important;
    }
}

/* ==========================================================================
   THE CURATED SELECTIONS & AUTHENTIC WAX SEAL (EDITORIAL LUXURY)
   ========================================================================== */
.peaky-curated-selections-section {
    position: relative;
    background-color: #faf8f5 !important;
    background: #faf8f5 !important;
    border-top: 1px solid #eee8df !important;
    border-bottom: 1px solid #eee8df !important;
    padding: 95px 24px 105px 24px;
    box-sizing: border-box;
    scroll-margin-top: 0px;
    margin-top: -165px;
    overflow: hidden;
}

.peaky-curated-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Authentic Burgundy "VA" Wax Seal */
.peaky-curated-seal-header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.peaky-curated-seal-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18)) drop-shadow(0 3px 8px rgba(197, 160, 89, 0.25));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.peaky-curated-seal-wrap:hover {
    transform: translateY(-4px) scale(1.03);
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.22)) drop-shadow(0 5px 12px rgba(197, 160, 89, 0.35));
}

.peaky-curated-seal-img {
    width: 140px;
    height: 140px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.peaky-curated-pretitle {
    display: block;
    font-size: 11.5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: #c5a059 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.peaky-curated-title {
    font-family: "Georgia", "Playfair Display", serif;
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 400;
    color: #111111 !important;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 0 16px 0;
    line-height: 1.18;
    text-shadow: none !important;
}

.peaky-curated-gold-divider {
    width: 64px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c5a059, transparent);
    margin: 0 auto 18px auto;
}

.peaky-curated-subtitle {
    max-width: 680px;
    margin: 0 auto;
    font-size: 15.5px;
    text-align: center;
    line-height: 1.7;
    color: #555555 !important;
    font-weight: 420;
}

/* 3 Editorial Cards Grid & Luxury Premium Cards */
.peaky-curated-grid {
    padding-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
}

.luxury-wine-card-premium {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    background-color: #080808;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.luxury-wine-card-premium:hover {
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.9), 0 0 28px rgba(212, 175, 55, 0.12);
    transform: translateY(-4px);
}

/* Media Carousel Container (Top 450px) */
.peaky-card-carousel-container {
    position: relative !important;
    width: 100% !important;
    height: 450px !important;
    background-color: #050505 !important;
    overflow: hidden !important;
    touch-action: pan-y;
    user-select: none;
}

.peaky-card-carousel-track,
.carousel-track {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.peaky-carousel-slide {
    width: 100% !important;
    height: 100% !important;
    flex-shrink: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: #080808;
    opacity: 1 !important;
    visibility: visible !important;
}

.peaky-carousel-slide img,
.peaky-carousel-slide video {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    display: block !important;
}

.peaky-carousel-slide img {
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.luxury-wine-card-premium:hover .peaky-carousel-slide img {
    opacity: 1;
}

/* Badge overlay inside carousel */
.peaky-card-badge-overlay {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    z-index: 10;
    pointer-events: none;
}

.peaky-badge-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #d4af37;
    font-weight: 500;
}

/* Carousel dots navigation */
.peaky-carousel-dots {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 10;
    pointer-events: auto;
}

.dot-indicator {
    height: 6px;
    border-radius: 9999px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.4);
    width: 16px;
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, transform 0.2s ease;
}

.dot-indicator:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.dot-indicator.active {
    width: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* Card Editorial Body */
.luxury-wine-card-body {
    padding: 36px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    background-color: #0b0b0b;
    box-sizing: border-box;
}

.luxury-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 8px;
}

.luxury-card-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #d4af37;
    font-weight: 400;
}

.luxury-card-tag {
    font-size: 12px;
    color: #888075;
    letter-spacing: 0.02em;
}

.luxury-card-title {
    font-family: "Georgia", serif;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin: 0 0 18px 0;
    line-height: 1.25;
    font-weight: 400;
}

.luxury-card-desc {
    color: #a89f91;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    margin: 0 0 28px 0;
    padding-top: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 20px;
}

/* Bottles list */
.luxury-bottles-section {
    margin-bottom: 28px;
}

.luxury-bottles-heading {
    font-size: 16px;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 16px 0;
    font-weight: 550px;
}

.luxury-bottles-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    
}

.luxury-bottle-item {
    display: flex;
    align-items: center;
    font-size: 15.5px;
    color: #d1cbc1;
    font-weight: 300;
    line-height: 1.4;

}

.luxury-bottle-item svg {
    color: #d4af37;
    margin-right: 12px;
    flex-shrink: 0;
    font-weight: 400 !important;
    
}

/* Pricing block */
.luxury-pricing-block {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 26px;
}

.luxury-pricing-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #d4af37;
}

.luxury-pricing-label {
    font-size: 12px;
    letter-spacing: 0.18em;
    color: #d4af37;
    text-transform: uppercase;
}

.luxury-pricing-amounts {
    text-align: right;
}

.luxury-price-val {
    font-family: "Georgia", serif;
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.luxury-price-cur {
    font-size: 12px;
    color: #888075;
    text-transform: uppercase;
    margin-left: 6px;
    font-weight: 600;
}

.luxury-price-ars {
    font-size: 14px;
    color: #7a7064;
    margin-top: 3px;
    letter-spacing: 0.02em;
}

/* Action Button */
.luxury-card-action-btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 18px 16px;
    background-color: #d4af37;
    color: #000000 !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 2px;
    border: 1px solid #d4af37;
    box-shadow: 0 10px 25px -5px rgba(212, 175, 55, 0.2);
    margin-bottom: 18px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    box-sizing: border-box;
}

.luxury-card-action-btn:hover {
    background-color: #e6c252;
    border-color: #e6c252;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -5px rgba(212, 175, 55, 0.35);
}

.luxury-card-action-btn:active {
    transform: translateY(0);
}

.luxury-card-action-btn.is-loading {
    background-color: #8e733c !important;
    border-color: #8e733c !important;
    color: #ffffff !important;
}

.luxury-card-action-btn.is-success {
    background-color: #27ae60 !important;
    border-color: #27ae60 !important;
    color: #ffffff !important;
}

.luxury-travel-note {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 14.5px !important;
    padding-top: 8px !important;
    color: #b3a998 !important;
    gap: 6px !important;
    line-height: 1.4 !important;
}

.luxury-travel-note-icon,
.luxury-travel-note svg, 
.luxury-travel-note img, 
.luxury-travel-note i {
    flex-shrink: 0 !important;
    margin-top: 3px !important; /* Subilo o bajalo cambiando este valor (ej: 1px, 4px) */
}

/* Fallback/legacy compatibility */
.peaky-curated-card {
    position: relative;
    min-height: 680px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, 0.22);
    background: #110f0d;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Footer Section Catalog Link */
.peaky-curated-footer {
    text-align: center;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid #eee8df !important;
}

.peaky-curated-footer-text {
    font-size: 14.5px;
    color: #555555 !important;
    margin: 0 0 10px 0;
}

.peaky-curated-catalog-link {
    display: inline-block;
    font-family: "Georgia", serif;
    font-size: 15.5px;
    color: #9b7b38 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(155, 123, 56, 0.5) !important;
    padding-bottom: 2px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.peaky-curated-catalog-link:hover {
    color: #111111 !important;
    border-bottom-color: #111111 !important;
}

/* Responsive */
@media (max-width: 1150px) {
    .peaky-curated-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }
    .luxury-wine-card-premium {
        max-width: 100%;
    }
    .peaky-card-carousel-container {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .peaky-curated-selections-section {
        padding: 65px 16px 75px 16px;
        margin-top: -125px;
    }
    .peaky-curated-seal-img {
        width: 110px;
        height: 110px;
    }
    .peaky-card-carousel-container {
        height: 350px;
        
    }
    .luxury-wine-card-body {
        padding: 26px 20px 24px 20px;
    }
    .luxury-card-title {
        font-size: 22px;
    }
    .luxury-pricing-row {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }
    .luxury-pricing-amounts {
        text-align: left;
    }

    /* Agrandar el párrafo descriptivo */
    .luxury-card-desc {
        font-size: 14.5px !important;
        font-weight: 400 !important;
        color: #d1cbc1 
    }

    /* Darle más cuerpo a los nombres de los vinos */
    .luxury-bottle-item {
        font-weight: 400 !important;
        color: #e4ded6 !important; /* Más brillante para que resalte */
    }

    /* Subirle el peso a los subtítulos o etiquetas pequeñas */
    .luxury-card-tag, 
    .luxury-pricing-label {
        color: #d4af37 !important;
    }

    }    



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes peakySpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ==========================================================================
   INTERACTIVE CELLAR LANTERN TERROIR MAP
   ========================================================================== */
.peaky-secret-map-section {
    position: relative;
    background-color: #faf8f5 !important;
    background: #faf8f5 !important;
    border-top: 1px solid #eee8df !important;
    border-bottom: 1px solid #eee8df !important;
    padding: 85px 24px 105px 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.peaky-secret-map-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 46px auto;
    position: relative;
    z-index: 2;
}

.peaky-secret-map-badge {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #c5a059 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.peaky-secret-map-title {
    font-family: "Georgia", "Playfair Display", serif;
    font-size: clamp(30px, 3.8vw, 46px);
    font-weight: 400;
    color: #111111 !important;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0 0 16px 0;
    text-shadow: none !important;
}

.peaky-secret-map-divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c5a059, transparent);
    margin: 0 auto 18px auto;
}

.peaky-secret-map-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: #555555 !important;
    font-weight: 300;
    margin: 0;
}

/* Map Canvas Outer Wrap */
.peaky-lantern-container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#wrap,
.peaky-lantern-wrap {
    position: relative;
    width: 100%;
    height: 78vh;
    min-height: 540px;
    max-height: 840px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 5px 20px rgba(197, 160, 89, 0.08);
    background: #0a0908;
    user-select: none;
}

/* Scoped cursor: none ONLY when hovering inside map wrap */
#wrap:hover,
.peaky-lantern-wrap:hover {
    cursor: none;
}

/* The antique map background image */
#dungeon,
.peaky-lantern-map-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

/* Dark overlay with radial flashlight beam cutout */
#overlay,
.peaky-lantern-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 5, 4, 0.98);
    -webkit-mask-image: radial-gradient(
        circle var(--r, 130px) at var(--x, 50%) var(--y, 50%),
        transparent 0%,
        transparent 55%,
        rgba(0, 0, 0, 0.75) 85%,
        black 100%
    );
    mask-image: radial-gradient(
        circle var(--r, 130px) at var(--x, 50%) var(--y, 50%),
        transparent 0%,
        transparent 55%,
        rgba(0, 0, 0, 0.75) 85%,
        black 100%
    );
    transition: -webkit-mask-position 0.06s linear, mask-position 0.06s linear;
    pointer-events: auto;
}

/* Custom lantern / torch cursor */
#custom-cursor,
.peaky-lantern-cursor {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.25s ease;
    filter: drop-shadow(0 0 16px rgba(249, 170, 71, 0.85)) drop-shadow(0 0 32px rgba(249, 170, 71, 0.45));
}

#custom-cursor.is-visible,
.peaky-lantern-cursor.is-visible {
    opacity: 1;
}

.peaky-lantern-svg {
    display: block;
}

/* Floating Controls Box */
#controls,
.peaky-lantern-controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(15, 13, 11, 0.88);
    border: 1px solid rgba(197, 160, 89, 0.35);
    color: #e4ded6;
    padding: 10px 18px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 40;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
    cursor: auto !important;
}

#controls label,
.peaky-lantern-controls label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c5a059;
}

#controls input[type="range"],
.peaky-lantern-controls input[type="range"] {
    vertical-align: middle;
    accent-color: #c5a059;
    cursor: pointer;
    width: 110px;
}

.peaky-lantern-hint {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #998e80;
    border-right: 1px solid rgba(197, 160, 89, 0.25);
    padding-right: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .peaky-secret-map-section {
        padding: 65px 16px 75px 16px;
    }
    #wrap,
    .peaky-lantern-wrap {
        height: 60vh;
        min-height: 420px;
    }
    #controls,
    .peaky-lantern-controls {
        right: 12px;
        bottom: 12px;
        padding: 8px 14px;
        gap: 10px;
    }
    .peaky-lantern-hint {
        display: none;
    }
    #controls input[type="range"] {
        width: 80px;
    }
}

/* ==========================================================================
   BLACK "VINOS ARGENTINOS" STAMP LOGO
   ========================================================================== */
.peaky-stamp-logo {
    display: block;
    width: 220px;
    height: auto;
    margin: 0 auto 16px auto;
    object-fit: contain;
    /* Invert white-on-black to black-on-white for ivory background */
    filter: invert(1);
    opacity: 0.88;
    transition: opacity 0.3s ease;
}

.peaky-stamp-logo:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .peaky-stamp-logo {
        width: 170px;
        margin-bottom: 12px;
    }
}

/* ==========================================================================
   SLIDE MEDIA CLASSES (REPLACEMENT FOR TAILWIND UTILITIES)
   ========================================================================== */
.peaky-slide-media,
.peaky-card-video {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    display: block !important;
}

.luxury-bottle-check {
    width: 16px;
    height: 16px;
    color: #d4af37;
    margin-right: 12px;
    flex-shrink: 0;
}

.luxury-travel-note-icon {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    margin-right: 6px !important;
    position: relative !important;
    top: 0px !important; /* <--- Probá cambiando esto a -5px o -6px si querés que suba más */
    vertical-align: middle !important;
}

.luxury-card-footer-wrap {
    margin-top: auto;
}

/* ==========================================================================
   HOW IT WORKS - HORIZONTAL SCROLL-SNAP CAROUSEL (DELICATE ROUNDED CARDS)
   ========================================================================== */
.peaky-steps-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 8px 4px 20px 4px;
    /* Hide scrollbar for a clean look */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.peaky-steps-carousel::-webkit-scrollbar {
    display: none;
}

.peaky-steps-carousel .peaky-step-card {
    scroll-snap-align: center;
    flex: 0 0 calc(33.333% - 16px);
    min-width: 280px;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid #ebe4d8 !important;
    padding: 36px 26px !important;
    position: relative !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.peaky-steps-carousel .peaky-step-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06) !important;
}

@media (max-width: 1024px) {
    .peaky-steps-carousel .peaky-step-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 680px) {
    .peaky-steps-carousel {
        gap: 16px;
        padding: 4px 16px 16px 16px;
    }
    .peaky-steps-carousel .peaky-step-card {
        flex: 0 0 85%;
        min-width: 260px;
        border-radius: 14px !important;
        padding: 28px 22px !important;
    }
}

/* ==========================================================================
   MOBILE HERO RESPONSIVENESS — COMPACT FOR FIRST VIEWPORT
   ========================================================================== */
@media screen and (max-width: 680px) {
    .peaky-hero-video-section {
        height: 65vh !important;
        min-height: 380px !important;
        max-height: 560px !important;
    }
    .peaky-hero-content {
        padding: 0 16px !important;
    }
    .peaky-hero-badge {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        margin-bottom: 14px !important;
    }
    
    .peaky-hero-title {
        font-size: 30px !important;
        letter-spacing: 0.5px !important;
        margin: 0 auto 20px auto !important;
        line-height: 1.2 !important;
    }
}
    .peaky-hero-tagline {
        font-size: 13px !important;
        line-height: 1.6 !important;
        margin: 0 auto 22px auto !important;
        max-width: 340px !important;
    }
    .peaky-hero-actions {
        gap: 10px !important;
    }
    .peaky-hero-btn {
        padding: 11px 22px !important;
        font-size: 10.5px !important;
        letter-spacing: 1.5px !important;
    }
    .peaky-hero-scroll-indicator {
        bottom: 12px !important;
    }


@media screen and (max-width: 400px) {
    .peaky-hero-video-section {
        height: 60vh !important;
        min-height: 340px !important;
    }
    .peaky-hero-title {
        font-size: 19px !important;
    }
    .peaky-hero-tagline {
        font-size: 12px !important;
        margin: 0 auto 18px auto !important;
    }
    .peaky-hero-btn {
        padding: 10px 18px !important;
        font-size: 10px !important;
    }
}
