/* ==========================================================================
   PANDA BRAND - FRESH SUMMER STREETWEAR STYLESHEET (FULL WIDTH HERO & BLACK BANNER)
   ========================================================================== */

/* 1. GENERAL RESET & TYPOGRAPHY */
:root {
    --street-neon: #00a8cc; /* Ocean Blue Accent */
    --street-neon-hover: #007fa0;
    --street-neon-glow: rgba(0, 168, 204, 0.15);
    --street-dark: #111111;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection */
::selection {
    background-color: var(--street-neon) !important;
    color: #ffffff !important;
}

/* Links hover states */
a:hover {
    color: var(--street-neon) !important;
}

/* Global Font */
body {
    font-family: "Roboto Flex", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    overflow-x: hidden !important;
}

/* 2. FULL WIDTH EDGE-TO-EDGE COMPACT HERO BANNER (PORTADA SUPERIOR) */
.wp-image-998,
.wp-image-964,
figure.wp-block-image.alignfull:first-of-type,
figure.wp-block-image.aligncenter:first-of-type,
.wp-site-blocks > figure.wp-block-image:first-child,
.wp-site-blocks > figure:first-child {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.wp-image-998,
.wp-image-964,
figure.wp-block-image.alignfull:first-of-type img,
figure.wp-block-image.aligncenter:first-of-type img,
.wp-site-blocks > figure.wp-block-image:first-child img,
.wp-site-blocks > figure:first-child img {
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: 380px !important;
    object-fit: cover !important;
    object-position: center 25% !important; /* Perfect crop on model face & panda logo */
    border-radius: 0 !important;
    margin: 0 !important;
    display: block !important;
}

@media (max-width: 768px) {
    .wp-image-998,
    .wp-image-964,
    figure.wp-block-image.alignfull:first-of-type img,
    figure.wp-block-image.aligncenter:first-of-type img,
    .wp-site-blocks > figure.wp-block-image:first-child img,
    .wp-site-blocks > figure:first-child img {
        max-height: 220px !important;
        object-position: center 20% !important;
    }
}

/* 3. HEADER STICKY & TRANSLUCENT EFFECT */
header, 
.wp-block-template-part header {
    position: sticky !important;
    top: 0;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.wp-block-navigation .wp-block-navigation-item__label {
    transition: color 0.2s ease !important;
}
.wp-block-navigation .wp-block-navigation-item:hover .wp-block-navigation-item__label {
    color: var(--street-neon) !important;
}

/* 4. BLACK MARQUEE BANNER (BANNER NEGRO SUPERIOR) */
#ag-marquee-wrap,
marquee, 
.wp-block-html marquee,
div[style*="background:#000"],
div[style*="background: #000"],
div[style*="background:#000000"],
div[style*="background: #000000"] {
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

#ag-marquee-wrap span,
marquee span {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* 5. WOOCOMMERCE PRODUCT CARDS & OUT OF STOCK BADGES */
.wp-block-woocommerce-product-collection ul.wc-block-product-template li .wp-block-woocommerce-product-image img,
ul.products li.product a img {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    border-radius: 8px !important;
}
.wp-block-woocommerce-product-collection ul.wc-block-product-template li:hover .wp-block-woocommerce-product-image img,
ul.products li.product:hover a img {
    transform: scale(1.04) !important;
}

.wp-block-woocommerce-product-collection ul.wc-block-product-template li,
ul.products li.product {
    border-radius: 12px !important;
    padding: 15px !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    background: #ffffff !important;
}
.wp-block-woocommerce-product-collection ul.wc-block-product-template li:hover,
ul.products li.product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px var(--street-neon-glow) !important;
    border-color: rgba(0, 168, 204, 0.25) !important;
}

.wp-block-woocommerce-product-collection ul.wc-block-product-template li .wp-block-post-title,
ul.products li.product .woocommerce-loop-product__title {
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    text-transform: uppercase !important;
    margin-top: 12px !important;
    margin-bottom: 8px !important;
    color: #1a1a1a !important;
}

.price,
.amount,
.wp-block-woocommerce-product-collection ul.wc-block-product-template li .wp-block-woocommerce-product-price {
    color: var(--street-neon) !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
}

/* Out of Stock / Unpurchasable Button Style */
.wp-block-woocommerce-product-collection ul.wc-block-product-template li .wp-block-woocommerce-product-button a,
ul.products li.product .button,
.button,
button.button,
a.button {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    padding: 9px 18px !important;
    letter-spacing: 0.05em !important;
    transition: all 0.2s ease !important;
}

.wp-block-woocommerce-product-collection ul.wc-block-product-template li .wp-block-woocommerce-product-button a:hover,
ul.products li.product .button:hover,
.button:hover,
button.button:hover,
a.button:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

/* Badges */
.onsale,
.wp-block-woocommerce-product-sale-badge {
    background-color: var(--street-neon) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    padding: 3px 8px !important;
}

/* 6. RADIO PLAYER STYLING */
#btnPlay {
    background-color: var(--street-neon) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 168, 204, 0.2) !important;
}
#btnPlay:hover {
    background-color: var(--street-neon-hover) !important;
    box-shadow: 0 6px 15px rgba(0, 168, 204, 0.4) !important;
}
