/*
Theme Name: Xsneaker
Template: storefront
*/

/* --- 1. GLOBAL DESIGN TOKENS --- */
:root {
    --xs-black: #0c0c0e;
    --xs-white: #ffffff;
    --xs-gray-bg: #f5f5f7;
    --xs-card-bg: #f8f8fa;
    --xs-border: #e6e6e6;
    --xs-border-light: #f0f0f2;
    --xs-text-muted: #6e6e73;
    --xs-green: #006340;
    --xs-green-hover: #004d32;
    --xs-green-light: #e8f5e9;
    --xs-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --xs-radius-sm: 6px;
    --xs-radius-md: 12px;
    --xs-radius-lg: 20px;
    --xs-radius-full: 9999px;
}

body, html {
    font-family: var(--xs-font) !important;
    background-color: var(--xs-white) !important;
    color: var(--xs-black) !important;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.015em;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--xs-font) !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    letter-spacing: -0.035em !important;
    margin-top: 0;
}

a {
    color: var(--xs-black);
    text-decoration: none;
    transition: color 0.15s ease, opacity 0.15s ease;
}

a:hover {
    color: var(--xs-green);
}

.home .entry-header,
.page .entry-header {
    display: none !important;
}

.home .entry-content {
    margin-top: 0 !important;
}

.site-main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* =============================================================
   EXPANSIVE STOCKX WIDESCREEN ARCHITECTURE (1440PX & FULL-WIDTH)
   Eliminates Storefront legacy 1064px constriction on desktop displays
   ============================================================= */
.xs-container-wide {
    max-width: 1440px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
}

/* Global upgrade of Storefront .col-full from 1064px to 1440px */
.xsneaker-luxury-market .col-full,
.col-full {
    max-width: 1440px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
}

/* Homepage 100% Edge-to-Edge Canvas */
.home #content.site-content,
.home #content.site-content > .col-full,
.home #primary.content-area,
.home .site-main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

@media (max-width: 768px) {
    .xs-container-wide,
    .xsneaker-luxury-market .col-full,
    .col-full {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* --- 2. BESPOKE STOCKX HEADER --- */
.site-header {
    background-color: var(--xs-white) !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

/* 2.1 Top Utility Bar */
.xs-utility-topbar {
    background: var(--xs-black);
    color: #9ca3af;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 0;
    letter-spacing: 0.2px;
}

.xs-topbar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xs-topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-badge-pill {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    font-weight: 800;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: var(--xs-radius-full);
    letter-spacing: 0.5px;
}

.topbar-msg {
    color: #d1d5db;
}

.xs-topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-link {
    color: #9ca3af;
    transition: color 0.15s;
}

.topbar-link:hover {
    color: var(--xs-white);
}

.topbar-sep {
    color: #4b5563;
}

.currency-tag {
    color: var(--xs-white);
    font-weight: 700;
}

/* 2.2 Main Header Row */
.xs-main-header-row {
    background: var(--xs-white);
    border-bottom: 1px solid var(--xs-border);
    padding: 14px 0;
}

.xs-main-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
}

.xs-brand-logo {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.xs-brand-logo .xs-logo-link {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1 !important;
}

.logo-text {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -1.5px;
    color: var(--xs-black);
    text-transform: uppercase;
}

.text-white .logo-text {
    color: var(--xs-white) !important;
}

.logo-verified-badge {
    background: var(--xs-green);
    color: var(--xs-white);
    font-size: 11px;
    font-weight: 800;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Center Omnibar Search */
.xs-header-search-wrap {
    flex: 1;
    max-width: 580px;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.xs-header-search-form {
    display: flex !important;
    align-items: center !important;
    background: var(--xs-gray-bg) !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-full) !important;
    padding: 4px 6px 4px 18px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

.xs-header-search-form:focus-within {
    border-color: var(--xs-black) !important;
    background: var(--xs-white) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
}

.xs-header-search-form svg {
    color: #888;
    margin-right: 10px;
    flex-shrink: 0;
}

.xs-header-search-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    width: 100% !important;
    padding: 6px 0 !important;
}

.xs-header-search-btn {
    background: var(--xs-black) !important;
    color: var(--xs-white) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: var(--xs-radius-full) !important;
    border: none !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.xs-header-search-btn:hover {
    background: #333 !important;
}

/* Right Header Actions & Cart */
.xs-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.xs-nav-action-link {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.xs-nav-action-link:hover {
    color: var(--xs-green);
}

.xs-cart-pill-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--xs-black);
    color: var(--xs-white) !important;
    padding: 8px 16px;
    border-radius: var(--xs-radius-full);
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s;
}

.xs-cart-pill-btn:hover {
    background: #333333;
}

.xs-cart-badge {
    background: var(--xs-green);
    color: var(--xs-white);
    font-size: 11px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 10px;
}

/* 2.3 Secondary Subnav (Categories) */
.xs-subnav-row {
    background: var(--xs-white);
    border-bottom: 1px solid var(--xs-border-light);
    padding: 8px 0;
}

.xs-subnav-list {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.subnav-pill {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    padding: 6px 14px;
    border-radius: var(--xs-radius-full);
    background: transparent;
    transition: all 0.15s ease;
}

.subnav-pill:hover {
    background: var(--xs-gray-bg);
    color: var(--xs-black);
}

.subnav-pill.active {
    background: var(--xs-black);
    color: var(--xs-white) !important;
}

.steal-pill {
    color: #dc2626 !important;
    font-weight: 700;
}

/* --- 3. LIVE TRUST TICKER RIBBON (INFINITE SMOOTH ANIMATION) --- */
.xs-trust-marquee {
    background: var(--xs-black);
    color: var(--xs-white);
    padding: 11px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    user-select: none;
}

.xs-trust-track {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-right: 28px;
    flex-shrink: 0;
    min-width: 100%;
    animation: xsMarqueeScroll 28s linear infinite;
    will-change: transform;
}

.xs-trust-marquee:hover .xs-trust-track {
    animation-play-state: paused;
}

@keyframes xsMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.xs-trust-track .dot {
    color: #10b981;
    font-size: 14px;
}

/* --- 4. HIGH-CONVERTING ASYMMETRIC HERO --- */
.xs-hero-showcase {
    max-width: 1360px;
    margin: 30px auto 60px auto;
    padding: 0 24px;
}

.xs-hero-showcase .xs-hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 40px;
    align-items: center;
    background: #fbfbfd;
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-lg);
    padding: 50px 60px;
}

@media (max-width: 1024px) {
    .xs-hero-showcase .xs-hero-grid {
        grid-template-columns: 1fr;
        padding: 40px 30px;
    }
}

.xs-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--xs-green);
    background: #e8f5e9;
    padding: 6px 14px;
    border-radius: var(--xs-radius-full);
    margin-bottom: 20px;
}

.pulse-indicator {
    width: 6px;
    height: 6px;
    background: var(--xs-green);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 99, 64, 0.2);
}

.xs-hero-heading {
    font-size: 52px !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: -2.2px !important;
    margin-bottom: 18px !important;
    color: var(--xs-black);
}

.xs-hero-sub {
    font-size: 17px;
    line-height: 1.55;
    color: var(--xs-text-muted);
    max-width: 580px;
    margin-bottom: 30px;
}

.xs-hero-pills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
}

.pills-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--xs-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 4px;
}

.xs-pill {
    font-size: 12px;
    font-weight: 700;
    color: var(--xs-black);
    background: var(--xs-white);
    border: 1px solid var(--xs-border);
    padding: 6px 14px;
    border-radius: var(--xs-radius-full);
    transition: all 0.15s ease;
}

.xs-pill:hover {
    border-color: var(--xs-black);
    transform: translateY(-1px);
}

.view-all-pill {
    background: var(--xs-black);
    color: var(--xs-white);
    border-color: var(--xs-black);
}

.view-all-pill:hover {
    background: #333;
    color: var(--xs-white);
}

.xs-hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--xs-border);
}

.stat-col strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: var(--xs-black);
    letter-spacing: -0.5px;
}

.stat-col span {
    display: block;
    font-size: 12px;
    color: var(--xs-text-muted);
}

.stat-sep {
    width: 1px;
    height: 32px;
    background: var(--xs-border);
}

/* Right: Featured Grail Card */
.xs-hero-spotlight {
    position: relative;
}

.xs-grail-card {
    display: block;
    background: var(--xs-white);
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-md);
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.xs-grail-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0,0,0,0.1);
}

.grail-tag-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tag-hot {
    font-size: 11px;
    font-weight: 800;
    color: #dc2626;
    background: #fef2f2;
    padding: 4px 10px;
    border-radius: var(--xs-radius-full);
}

.tag-status {
    font-size: 11px;
    font-weight: 700;
    color: var(--xs-green);
}

.grail-image-wrap {
    background: var(--xs-card-bg);
    border-radius: var(--xs-radius-sm);
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.grail-image-wrap img {
    max-height: 220px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.grail-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
}

.grail-brand {
    font-size: 11px;
    font-weight: 700;
    color: var(--xs-text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.grail-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 2px 0 0 0 !important;
}

.grail-pricing {
    text-align: right;
}

.price-lbl {
    display: block;
    font-size: 11px;
    color: var(--xs-text-muted);
    text-transform: uppercase;
}

.price-val {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: var(--xs-black);
}

.grail-action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--xs-black);
    color: var(--xs-white);
    padding: 12px 18px;
    border-radius: var(--xs-radius-sm);
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s;
}

.xs-grail-card:hover .grail-action-bar {
    background: var(--xs-green);
}

/* --- 5. SILHOUETTE CAPSULES --- */
.xs-capsule-section {
    max-width: 1360px;
    margin: 0 auto 70px auto;
    padding: 0 24px;
}

.xs-section-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 28px;
}

.xs-section-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    letter-spacing: -1px !important;
    margin-bottom: 6px !important;
}

.xs-section-desc {
    font-size: 15px;
    color: var(--xs-text-muted);
    margin: 0;
}

.xs-tag-green {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: var(--xs-green);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.xs-capsule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .xs-capsule-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .xs-capsule-grid {
        grid-template-columns: 1fr;
    }
}

.xs-capsule-card {
    background: var(--xs-card-bg);
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-md);
    padding: 30px 24px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

.xs-capsule-card:hover {
    transform: translateY(-4px);
    border-color: var(--xs-black);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.capsule-tag {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--xs-text-muted);
    display: block;
    margin-bottom: 8px;
}

.xs-capsule-card h3 {
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}

.xs-capsule-card p {
    font-size: 13px;
    color: var(--xs-text-muted);
    margin-bottom: 18px;
    line-height: 1.4;
}

.capsule-link {
    font-size: 13px;
    font-weight: 800;
    color: var(--xs-black);
}

.xs-capsule-card:hover .capsule-link {
    color: var(--xs-green);
}

/* --- 6. MARKETPLACE PRODUCT GRID --- */
.xs-marketplace-section {
    max-width: 1360px;
    margin: 0 auto 80px auto;
    padding: 0 24px;
}

.xs-view-all-btn {
    font-size: 14px;
    font-weight: 800;
    color: var(--xs-green);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.site-main ul.products {
    max-width: 1360px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 22px !important;
    list-style: none !important;
}

@media (max-width: 1100px) {
    .site-main ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 18px !important;
    }
}

@media (max-width: 768px) {
    .site-main ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
}

/* Strict Equal-Height Product Cards (Eliminates misalignment) */
ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 16px !important;
    background: var(--xs-white) !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-between !important;
    position: relative !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.2s ease !important;
}

@media (max-width: 640px) {
    ul.products li.product {
        padding: 10px !important;
        border-radius: var(--xs-radius-sm) !important;
    }
}

ul.products li.product:hover {
    transform: translateY(-4px) !important;
    border-color: var(--xs-black) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08) !important;
}

ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
}

/* Product Card Image Container */
ul.products li.product img {
    background: var(--xs-card-bg) !important;
    border-radius: var(--xs-radius-sm) !important;
    padding: 18px !important;
    margin-bottom: 12px !important;
    object-fit: contain !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    box-sizing: border-box !important;
    transition: transform 0.25s ease, background 0.15s ease !important;
}

ul.products li.product:hover img {
    transform: scale(1.03) !important;
    background: #f0f0f4 !important;
}

/* Meta Badges (Deadstock & Authentic) */
.xs-card-meta-badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 8px;
}

.xs-badge-deadstock {
    font-size: 10px;
    font-weight: 700;
    color: var(--xs-text-muted);
    background: var(--xs-card-bg);
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.xs-badge-verified {
    font-size: 10px;
    font-weight: 800;
    color: var(--xs-green);
    background: #e8f5e9;
    padding: 2px 7px;
    border-radius: var(--xs-radius-full);
}

/* Product Card Title (Strict 2-Line Clamping for Uniform Vertical Rhythm) */
ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
    color: var(--xs-black) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
}

@media (max-width: 640px) {
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px !important;
        height: 33px !important;
        min-height: 33px !important;
        max-height: 33px !important;
        line-height: 1.35 !important;
    }
}

/* Pinned Price with StockX Lowest Ask Header */
ul.products li.product .price {
    margin-top: auto !important; /* Pushes price to identical bottom alignment on every card */
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    letter-spacing: -0.5px !important;
}

ul.products li.product .price::before {
    content: "Lowest Ask";
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: var(--xs-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

ul.products li.product .button {
    display: none !important;
}

/* --- 7. AUTHENTICATION LAB PILLARS --- */
.xs-auth-lab-section {
    max-width: 1360px;
    margin: 0 auto 90px auto;
    padding: 60px 40px;
    background: var(--xs-black);
    color: var(--xs-white);
    border-radius: var(--xs-radius-lg);
    box-sizing: border-box;
}

.xs-lab-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px auto;
}

.lab-badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #10b981;
    display: inline-block;
    margin-bottom: 12px;
}

.xs-lab-header h2 {
    font-size: 38px !important;
    font-weight: 900 !important;
    color: var(--xs-white) !important;
    letter-spacing: -1.5px !important;
    margin-bottom: 14px !important;
}

.xs-lab-header p {
    font-size: 16px;
    color: #9ca3af;
    line-height: 1.6;
}

.xs-lab-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 768px) {
    .xs-lab-pillars {
        grid-template-columns: 1fr;
    }
}

.xs-pillar-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--xs-radius-md);
    padding: 30px 24px;
}

.pillar-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.xs-pillar-card h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: var(--xs-white) !important;
    margin-bottom: 10px !important;
}

.xs-pillar-card p {
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}

/* --- 8. REVIEWS & SOCIAL PROOF --- */
.xs-reviews-section {
    max-width: 1360px;
    margin: 0 auto 90px auto;
    padding: 0 24px;
}

.xs-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 768px) {
    .xs-reviews-grid {
        grid-template-columns: 1fr;
    }
}

.xs-review-card {
    background: var(--xs-card-bg);
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-md);
    padding: 30px 26px;
}

.review-stars {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 14px;
    line-height: 1.65;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
}

.review-author strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--xs-black);
}

.review-author span {
    display: block;
    font-size: 12px;
    color: var(--xs-text-muted);
}

/* --- 9. VIP DROP BANNER --- */
.xs-vip-banner {
    max-width: 1360px;
    margin: 0 auto 90px auto;
    padding: 0 24px;
}

.xs-vip-inner {
    background: linear-gradient(135deg, #0c0c0e 0%, #1c1c24 100%);
    border-radius: var(--xs-radius-lg);
    padding: 60px 40px;
    text-align: center;
    color: var(--xs-white);
}

.vip-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #10b981;
    display: inline-block;
    margin-bottom: 12px;
}

.xs-vip-inner h2 {
    font-size: 38px !important;
    font-weight: 900 !important;
    color: var(--xs-white) !important;
    margin-bottom: 12px !important;
}

.xs-vip-inner p {
    font-size: 16px;
    color: #9ca3af;
    max-width: 520px;
    margin: 0 auto 30px auto;
}

.xs-vip-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto 16px auto;
}

.vip-input {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: var(--xs-white) !important;
    border-radius: var(--xs-radius-full) !important;
    padding: 14px 20px !important;
    font-size: 14px !important;
    flex-grow: 1;
    outline: none !important;
}

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

.vip-btn {
    background: var(--xs-green) !important;
    color: var(--xs-white) !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: var(--xs-radius-full) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    white-space: nowrap;
    transition: background 0.15s;
}

.vip-btn:hover {
    background: var(--xs-green-hover) !important;
}

.vip-sub {
    font-size: 12px;
    color: #6b7280;
}

/* --- 10. BESPOKE FOOTER --- */
.xs-bespoke-footer {
    background: var(--xs-black);
    color: #9ca3af;
    padding: 80px 0 40px 0;
    border-top: 1px solid #1f2937;
}

.xs-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .xs-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .xs-footer-grid {
        grid-template-columns: 1fr;
    }
}

.footer-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #9ca3af;
    margin-bottom: 20px;
}

.footer-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    padding: 6px 12px;
    border-radius: var(--xs-radius-full);
}

.dot-live {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
}

.footer-col-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: var(--xs-white) !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 13px;
    color: #9ca3af;
    transition: color 0.15s;
}

.footer-links a:hover {
    color: var(--xs-white);
}

.footer-newsletter-box {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.footer-email-input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: var(--xs-radius-sm) !important;
    color: var(--xs-white) !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    flex-grow: 1;
    outline: none !important;
}

.footer-email-btn {
    background: var(--xs-green) !important;
    color: var(--xs-white) !important;
    border: none !important;
    padding: 10px 18px !important;
    border-radius: var(--xs-radius-sm) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

.footer-security-seals {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 11px;
    color: #6b7280;
}

.xs-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1f2937;
    padding-top: 30px;
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 768px) {
    .xs-footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

.footer-payment-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pay-badge {
    background: rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* --- 11. SINGLE PRODUCT RULES RETAINED --- */
.single-product .site-main {
    max-width: 1320px !important;
    margin: 24px auto !important;
    padding: 0 24px !important;
}

@media (min-width: 820px) {
    .single-product div.product {
        display: grid !important;
        grid-template-columns: 56% 40% !important;
        grid-template-areas: 
            "gallery summary"
            "specs specs"
            "related related" !important;
        column-gap: 4% !important;
        row-gap: 50px !important;
        align-items: start !important;
        float: none !important;
        width: 100% !important;
    }

    .single-product div.product > .woocommerce-product-gallery {
        grid-area: gallery !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        background: var(--xs-card-bg);
        border-radius: var(--xs-radius-lg);
        padding: 50px 30px;
        box-sizing: border-box;
    }

    .single-product div.product > .summary.entry-summary {
        grid-area: summary !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        position: sticky;
        top: 20px;
    }

    .single-product div.product > .stockx-specs-wrapper {
        grid-area: specs !important;
        width: 100% !important;
    }

    .single-product div.product > .related.products {
        grid-area: related !important;
        width: 100% !important;
        border-top: 1px solid var(--xs-border);
        padding-top: 40px;
    }
}

.single-product .product_title {
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -1px !important;
    margin-bottom: 8px !important;
}

.single-product .price {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.stockx-badge-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f4fbf7;
    border: 1px solid #ccebd7;
    padding: 6px 12px;
    border-radius: var(--xs-radius-sm);
    margin-bottom: 12px;
    font-size: 13px;
    color: #1a4329;
}

.stockx-badge-wrap .stockx-auth {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    color: var(--xs-green);
}

.stockx-badge-wrap .stockx-divider {
    color: #a5d6a7;
}

.stockx-urgency-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #b91c1c;
    background: #fef2f2;
    padding: 6px 12px;
    border-radius: var(--xs-radius-sm);
    border: 1px solid #fee2e2;
    margin-bottom: 18px;
}

.stockx-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.stockx-size-trigger-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    padding: 0 16px;
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-md);
    background: var(--xs-white);
    cursor: pointer;
    margin-bottom: 16px;
    transition: all 0.15s ease;
}

.stockx-size-trigger-bar:hover {
    border-color: var(--xs-black);
}

.stockx-size-trigger-bar.active {
    border-color: var(--xs-black);
    background: #fafafa;
}

.stockx-size-trigger-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stockx-size-trigger-left .lbl {
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.stockx-size-trigger-left .val {
    font-size: 15px;
    font-weight: 800;
    color: var(--xs-black);
}

.stockx-size-trigger-right {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--xs-green);
}

.woocommerce div.product form.cart .variations {
    display: none !important;
    background: #fafafa;
    border: 1px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md);
    padding: 16px !important;
    margin: 0 0 20px 0 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.woocommerce div.product form.cart .variations.stockx-open {
    display: block !important;
}

.xt_woovs-swatches {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    list-style: none !important;
}

.xt_woovs-swatches li.swatch {
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-sm) !important;
    background: var(--xs-white) !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    box-sizing: border-box !important;
    float: none !important;
}

.xt_woovs-swatches li.swatch:hover {
    border-color: var(--xs-black) !important;
}

.xt_woovs-swatches li.swatch.selected,
.xt_woovs-swatches li.swatch.xt_woovs-selected {
    border-color: var(--xs-black) !important;
    background: var(--xs-black) !important;
}

.xt_woovs-swatches li.swatch.selected .swatch-inner,
.xt_woovs-swatches li.swatch.xt_woovs-selected .swatch-inner {
    color: var(--xs-white) !important;
}

.xt_woovs-swatches li.swatch .swatch-inner {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--xs-black) !important;
}

.single_add_to_cart_button {
    background-color: var(--xs-green) !important;
    color: var(--xs-white) !important;
    width: 100% !important;
    height: 56px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border-radius: var(--xs-radius-md) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    margin-top: 10px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(0, 99, 64, 0.25) !important;
    transition: all 0.2s ease !important;
}

.single_add_to_cart_button:hover {
    background-color: var(--xs-green-hover) !important;
    transform: translateY(-1px) !important;
}

.single-product form.cart .quantity {
    display: none !important;
}

.stockx-trust-container {
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-md);
    padding: 16px;
    margin-top: 20px;
    background: var(--xs-white);
}

.stockx-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
}

.stockx-trust-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.stockx-trust-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--xs-black);
    margin-bottom: 2px;
}

.stockx-trust-item span {
    display: block;
    font-size: 12px;
    color: var(--xs-text-muted);
}

.stockx-specs-wrapper {
    margin-top: 40px;
    border-top: 1px solid var(--xs-border);
    padding-top: 40px;
}

.stockx-specs-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
}

.stockx-specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .stockx-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.stockx-spec-card {
    background: var(--xs-card-bg);
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-md);
    padding: 14px 18px;
}

.stockx-spec-card .spec-k {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--xs-text-muted);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.stockx-spec-card .spec-v {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--xs-black);
}

.stockx-product-description-wrap {
    margin-top: 30px;
    border-top: 1px solid var(--xs-border);
    padding-top: 30px;
}

.stockx-desc-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
}

.stockx-desc-body {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    max-width: 800px;
}

/* Remove default Storefront elements */
.storefront-sorting,
.storefront-product-pagination,
.storefront-handheld-footer-bar {
    display: none !important;
}

#colophon.site-footer {
    display: block !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

#colophon.site-footer > .col-full {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#colophon.site-footer .site-info,
#colophon.site-footer .footer-widgets {
    display: none !important;
}

.single-product .woocommerce-breadcrumb {
    display: block !important;
    max-width: 1360px !important;
    margin: 16px auto 12px auto !important;
    padding: 0 24px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
}

.single-product .woocommerce-breadcrumb a {
    color: #4b5563 !important;
    text-decoration: none !important;
}

.single-product .woocommerce-breadcrumb a:hover {
    color: #0c0c0e !important;
}

/* =============================================================
   12. HIGH-CONVERTING STOCKX CHECKOUT PAGE
   ============================================================= */
.woocommerce-checkout .site-main {
    max-width: 1280px !important;
    margin: 30px auto 80px auto !important;
    padding: 0 24px !important;
}

.woocommerce-checkout h1.entry-title {
    display: none !important;
}

/* 12.1 Checkout Progress Bar & Security Ribbon */
.xs-checkout-hero-bar {
    margin-bottom: 36px;
    background: var(--xs-white);
    border: 1px solid var(--xs-border);
    border-radius: var(--xs-radius-md);
    padding: 24px 30px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.02);
}

.xs-checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px;
}

.xs-checkout-progress .step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--xs-text-muted);
}

.xs-checkout-progress .step.done {
    color: var(--xs-green);
}

.xs-checkout-progress .step.active {
    color: var(--xs-black);
}

.xs-checkout-progress .step-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.xs-checkout-progress .step.done .step-num {
    background: var(--xs-green-light);
    color: var(--xs-green);
}

.xs-checkout-progress .step.active .step-num {
    background: var(--xs-black);
    color: var(--xs-white);
}

.xs-checkout-progress .step-line {
    width: 48px;
    height: 2px;
    background: #e5e7eb;
}

.xs-checkout-progress .step-line.active {
    background: var(--xs-green);
}

.xs-checkout-trust-ticker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: var(--xs-radius-sm);
    padding: 10px 18px;
    color: #166534;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 768px) {
    .xs-checkout-hero-bar {
        padding: 16px;
        margin-bottom: 24px;
    }
    .xs-checkout-progress {
        gap: 6px;
    }
    .xs-checkout-progress .step span:not(.step-num) {
        display: none;
    }
    .xs-checkout-progress .step-line {
        width: 20px;
    }
    .xs-checkout-trust-ticker {
        font-size: 11px;
        flex-direction: column;
        gap: 4px;
    }
}

/* 12.2 Two-Column Modern Checkout Grid */
@media (min-width: 960px) {
    form.woocommerce-checkout {
        display: grid !important;
        grid-template-columns: 58% 38% !important;
        column-gap: 4% !important;
        align-items: start !important;
    }
    
    #customer_details {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        float: none !important;
        width: 100% !important;
        margin-bottom: 24px !important;
    }
    
    #order_review,
    #order_review_heading {
        width: 100% !important;
        float: none !important;
    }
    
    #order_review {
        position: sticky !important;
        top: 24px !important;
    }
}

/* 12.3 Input Fields & Form Styling */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1.5px solid var(--xs-border) !important;
}

.woocommerce form .form-row {
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.woocommerce form .form-row label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #4b5563 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 6px !important;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100% !important;
    height: 50px !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: 10px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: var(--xs-font) !important;
    background: #ffffff !important;
    color: var(--xs-black) !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

.woocommerce form .form-row textarea {
    height: 90px !important;
    padding: 12px 16px !important;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
    border-color: var(--xs-black) !important;
    box-shadow: 0 0 0 3px rgba(12, 12, 14, 0.08) !important;
}

/* 12.4 Order Review Card */
#order_review {
    background: var(--xs-white) !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    padding: 28px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
}

table.woocommerce-checkout-review-order-table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin-bottom: 24px !important;
    border: none !important;
}

table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table td {
    padding: 14px 0 !important;
    border-top: none !important;
    border-bottom: 1px solid var(--xs-border-light) !important;
    font-size: 14px !important;
    color: var(--xs-black) !important;
}

table.woocommerce-checkout-review-order-table thead th {
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: var(--xs-text-muted) !important;
    border-bottom: 1.5px solid var(--xs-border) !important;
}

table.woocommerce-checkout-review-order-table .product-name {
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

table.woocommerce-checkout-review-order-table .product-total {
    text-align: right !important;
    font-weight: 800 !important;
}

table.woocommerce-checkout-review-order-table .order-total th,
table.woocommerce-checkout-review-order-table .order-total td {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    border-bottom: none !important;
    padding-top: 18px !important;
}

/* 12.5 Payment Methods */
#payment {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#payment ul.payment_methods {
    border-bottom: 1px solid var(--xs-border) !important;
    padding: 0 0 16px 0 !important;
    margin: 0 0 20px 0 !important;
    list-style: none !important;
}

#payment ul.payment_methods li {
    background: var(--xs-card-bg) !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-sm) !important;
    padding: 14px 16px !important;
    margin-bottom: 10px !important;
    transition: border-color 0.2s !important;
}

#payment ul.payment_methods li:hover {
    border-color: var(--xs-black) !important;
}

#payment ul.payment_methods li label {
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin-left: 8px !important;
}

#payment div.payment_box {
    background: var(--xs-white) !important;
    border: 1px solid var(--xs-border-light) !important;
    border-radius: var(--xs-radius-sm) !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
    color: #4b5563 !important;
    margin-top: 10px !important;
}

#place_order {
    width: 100% !important;
    height: 56px !important;
    background: var(--xs-green) !important;
    color: var(--xs-white) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 6px 20px rgba(0, 99, 64, 0.3) !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#place_order:hover {
    background: var(--xs-green-hover) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 24px rgba(0, 99, 64, 0.4) !important;
}

/* 12.6 Post-Submit Guarantee Box */
.xs-checkout-guarantee-box {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--xs-border);
}

.xs-checkout-guarantee-box .guarantee-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.xs-checkout-guarantee-box .guarantee-item strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--xs-black);
}

.xs-checkout-guarantee-box .guarantee-item span {
    display: block;
    font-size: 11px;
    color: var(--xs-text-muted);
    line-height: 1.4;
}

.xs-checkout-payment-logos {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

.xs-checkout-payment-logos span {
    background: var(--xs-card-bg);
    border: 1px solid var(--xs-border);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    color: #4b5563;
}

/* =============================================================
   13. HIGH-CONVERTING STOCKX CART PAGE
   ============================================================= */
.woocommerce-cart .site-main {
    max-width: 1280px !important;
    margin: 30px auto 80px auto !important;
    padding: 0 24px !important;
}

@media (min-width: 960px) {
    .woocommerce-cart .woocommerce {
        display: grid !important;
        grid-template-columns: 64% 32% !important;
        column-gap: 4% !important;
        align-items: start !important;
    }
    
    .woocommerce-cart .woocommerce-cart-form {
        width: 100% !important;
    }
    
    .woocommerce-cart .cart-collaterals {
        width: 100% !important;
        position: sticky !important;
        top: 24px !important;
    }
}

table.shop_table.cart {
    border-collapse: collapse !important;
    width: 100% !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    overflow: hidden !important;
    background: var(--xs-white) !important;
    margin-bottom: 24px !important;
}

table.shop_table.cart th {
    background: var(--xs-card-bg) !important;
    padding: 14px 18px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: var(--xs-text-muted) !important;
    border-bottom: 1px solid var(--xs-border) !important;
}

table.shop_table.cart td {
    padding: 18px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid var(--xs-border-light) !important;
    font-size: 14px !important;
}

table.shop_table.cart .product-thumbnail img {
    width: 72px !important;
    height: 72px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    background: var(--xs-card-bg) !important;
    border-radius: var(--xs-radius-sm) !important;
    padding: 6px !important;
}

table.shop_table.cart .product-name a {
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    font-size: 15px !important;
}

table.shop_table.cart .product-price,
table.shop_table.cart .product-subtotal {
    font-weight: 800 !important;
    color: var(--xs-black) !important;
}

.cart-collaterals .cart_totals {
    background: var(--xs-white) !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    padding: 24px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04) !important;
    width: 100% !important;
    float: none !important;
}

.cart-collaterals .cart_totals h2 {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 18px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid var(--xs-border) !important;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    height: 54px !important;
    background: var(--xs-green) !important;
    color: var(--xs-white) !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 16px rgba(0, 99, 64, 0.3) !important;
    transition: all 0.2s !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
    background: var(--xs-green-hover) !important;
    transform: translateY(-1px) !important;
}

/* =============================================================
   14. MOBILE STICKY BUY BAR (CONVERSION ENGINE)
   ============================================================= */
.xs-mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--xs-border);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.xs-mobile-sticky-bar.visible {
    transform: translateY(0);
}

@media (min-width: 821px) {
    .xs-mobile-sticky-bar {
        display: none !important;
    }
}

.xs-sticky-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.xs-sticky-thumb {
    width: 44px;
    height: 44px;
    object-fit: contain;
    background: var(--xs-card-bg);
    border-radius: 6px;
    padding: 4px;
    flex-shrink: 0;
}

.xs-sticky-details {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.xs-sticky-title {
    font-size: 12px;
    font-weight: 800;
    color: var(--xs-black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xs-sticky-price {
    font-size: 14px;
    font-weight: 900;
    color: var(--xs-green);
}

.xs-sticky-buy-btn {
    background: var(--xs-green);
    color: var(--xs-white);
    border: none;
    border-radius: var(--xs-radius-full);
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0, 99, 64, 0.3);
}

/* =============================================================
   15. WOOCOMMERCE NOTICES & TOASTS (STOCKX PILL STYLING)
   ============================================================= */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: var(--xs-white) !important;
    border: 1.5px solid var(--xs-border) !important;
    border-left: 5px solid var(--xs-green) !important;
    border-radius: var(--xs-radius-sm) !important;
    padding: 14px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--xs-black) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04) !important;
    margin-bottom: 24px !important;
}

.woocommerce-error {
    border-left-color: #dc2626 !important;
    color: #991b1b !important;
}

/* =============================================================
   16. FAST & LIGHTWEIGHT MOBILE RESPONSIVENESS (PERFORMANCE)
   ============================================================= */
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
}

@media (max-width: 768px) {
    .xs-main-header-inner {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .xs-header-search-wrap {
        order: 3;
        width: 100%;
        max-width: 100%;
    }

    .xs-topbar-flex {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
    
    .xs-topbar-right {
        display: none;
    }
    
    .xs-hero-heading {
        font-size: 32px !important;
        letter-spacing: -1px !important;
    }
    
    .xs-hero-sub {
        font-size: 14px !important;
    }
    
    .xs-hero-stats {
        flex-direction: row;
        gap: 12px;
        justify-content: space-between;
    }
    
    .stat-sep {
        display: none;
    }
}

/* =============================================================
   17. STOCKX / GOOGLE STITCH LUXURY SINGLE PRODUCT ENGINE
   ============================================================= */

/* 17.1 Single Product Page Layout & 2-Column Split */
.single-product #content.site-content {
    padding-top: 10px !important;
    margin-top: 0 !important;
}

.single-product #content > .col-full {
    max-width: 1440px !important;
    padding: 0 32px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.single-product #primary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .site-main {
    max-width: 1360px !important;
    margin: 0 auto !important;
    padding: 12px 0 80px !important;
}

.single-product .woocommerce-breadcrumb {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--xs-text-muted) !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2px !important;
}

.single-product .woocommerce-breadcrumb a {
    color: var(--xs-text-muted) !important;
}

.single-product .woocommerce-breadcrumb a:hover {
    color: var(--xs-green) !important;
}

.single-product div.product {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 48px !important;
    align-items: flex-start !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product div.product::before,
.single-product div.product::after {
    display: none !important;
}

/* Left Column: Product Gallery */
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .images {
    flex: 1 1 520px !important;
    max-width: 580px !important;
    width: 48% !important;
    position: sticky !important;
    top: 24px !important;
    background: #ffffff !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-lg) !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
    margin: 0 !important;
    float: none !important;
}

.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery__image {
    text-align: center !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    background: #ffffff !important;
    border-radius: 12px !important;
}

.single-product div.product .woocommerce-product-gallery img {
    border-radius: var(--xs-radius-md) !important;
    mix-blend-mode: multiply !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.10)) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-block !important;
}

.single-product div.product .woocommerce-product-gallery:hover img {
    transform: scale(1.02) !important;
}

.single-product div.product .flex-control-thumbs {
    display: flex !important;
    gap: 10px !important;
    margin-top: 16px !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-product div.product .flex-control-thumbs li {
    flex: 1 !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
}

.single-product div.product .flex-control-thumbs li img.flex-active,
.single-product div.product .flex-control-thumbs li:hover {
    border-color: var(--xs-black) !important;
}

/* Right Column: Trading & Order Book Summary */
.single-product div.product .summary.entry-summary {
    flex: 1 1 480px !important;
    max-width: 600px !important;
    width: 48% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 17.2 Vault Live Feed Ticker */
.xs-vault-live-ticker {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f8fa !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    margin-bottom: 14px !important;
}

.xs-ticker-left {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.xs-live-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #10b981 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7) !important;
    animation: xsPulseDot 1.8s infinite !important;
}

@keyframes xsPulseDot {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.xs-ticker-title {
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    color: var(--xs-black) !important;
    text-transform: uppercase !important;
}

.xs-ticker-right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.xs-sku-pill {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: var(--xs-text-muted) !important;
    background: #ffffff !important;
    border: 1px solid var(--xs-border) !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}

.xs-ds-pill {
    font-size: 10px !important;
    font-weight: 800 !important;
    color: var(--xs-green) !important;
    background: var(--xs-green-light) !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    letter-spacing: 0.4px !important;
}

/* 17.3 Product Title & StockX Typography */
.single-product div.product .product_title {
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    color: var(--xs-black) !important;
    margin: 0 0 14px 0 !important;
}

/* Streamline default price and clutter in summary */
.single-product div.product .summary .price,
.single-product div.product .product_meta,
.single-product div.product .woocommerce-product-details__short-description,
.single-product .woocommerce-tabs,
.single-product .site-search,
.single-product .widget_product_search,
.site-search {
    display: none !important;
}

/* 17.4 Live Order Book & Market Exchange Matrix */
.xs-market-matrix-wrap {
    background: #ffffff !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    padding: 16px 18px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
}

.xs-matrix-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid var(--xs-border-light) !important;
    padding-bottom: 10px !important;
    margin-bottom: 14px !important;
}

.xs-matrix-title {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.xs-matrix-volume {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--xs-green) !important;
    background: var(--xs-green-light) !important;
    padding: 3px 9px !important;
    border-radius: var(--xs-radius-full) !important;
}

.xs-pulse-dot-green {
    width: 6px !important;
    height: 6px !important;
    background: #10b981 !important;
    border-radius: 50% !important;
}

.xs-ticker-tri-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
}

.xs-ticker-box {
    background: #f8f8fa !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.2s ease !important;
}

.xs-ticker-box.active-ask {
    border-color: var(--xs-green) !important;
    background: rgba(0, 99, 64, 0.03) !important;
}

.xs-box-lbl {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: var(--xs-text-muted) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 2px !important;
}

.xs-box-price {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    letter-spacing: -0.5px !important;
    margin: 2px 0 4px !important;
}

.xs-box-tag {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--xs-text-muted) !important;
}

.xs-box-tag.text-green {
    color: var(--xs-green) !important;
}

.xs-box-tag.text-badge {
    color: #059669 !important;
}

/* 7-Day Sparkline Trajectory */
.xs-sparkline-box {
    margin-top: 14px !important;
    padding-top: 12px !important;
    border-top: 1px solid var(--xs-border-light) !important;
}

.xs-sparkline-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: var(--xs-text-muted) !important;
    margin-bottom: 6px !important;
}

.xs-bullish-tag {
    color: var(--xs-green) !important;
    font-weight: 800 !important;
}

.xs-sparkline-svg-wrap {
    width: 100% !important;
    height: 38px !important;
}

.xs-sparkline-svg {
    width: 100% !important;
    height: 100% !important;
}

/* 17.5 Deadstock Holographic Security Seal */
.xs-hologram-seal-card {
    display: flex !important;
    gap: 14px !important;
    align-items: flex-start !important;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%) !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    padding: 14px 16px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

.xs-hologram-seal-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-20deg);
    animation: xsHoloSheen 6s infinite;
}

@keyframes xsHoloSheen {
    0%, 70% { left: -150%; }
    100% { left: 150%; }
}

.xs-seal-icon-box {
    width: 40px !important;
    height: 40px !important;
    background: var(--xs-green) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.xs-seal-content {
    flex: 1 !important;
}

.xs-seal-top-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 4px !important;
}

.xs-seal-badge {
    font-size: 11px !important;
    font-weight: 900 !important;
    color: var(--xs-green) !important;
    letter-spacing: 0.5px !important;
}

.xs-nfc-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    background: var(--xs-black) !important;
    color: #ffffff !important;
    padding: 2px 7px !important;
    border-radius: 4px !important;
}

.xs-seal-desc {
    font-size: 12px !important;
    color: #4b5563 !important;
    line-height: 1.4 !important;
    margin: 0 0 6px 0 !important;
}

.xs-seal-perks {
    display: flex !important;
    gap: 12px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--xs-black) !important;
}

/* 17.6 Dynamic Size Floor Matrix Grid (EXACT STOCKX CARD STYLING) */
.xs-size-matrix-wrapper {
    margin-bottom: 22px !important;
    width: 100% !important;
}

.xs-size-matrix-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    margin-bottom: 10px !important;
}

.xs-matrix-heading {
    display: block !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
}

.xs-matrix-sub {
    font-size: 12px !important;
    color: var(--xs-text-muted) !important;
}

.xs-size-guide-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--xs-green) !important;
    text-decoration: underline !important;
    transition: color 0.15s ease !important;
}

.xs-size-guide-link:hover {
    color: var(--xs-green-hover) !important;
}

.xs-size-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
}

/* BULLETPROOF OVERRIDE FOR SIZE PILLS - ELIMINATES BLACK OVALS */
.single-product .xs-size-cards-grid button.xs-size-pill,
.single-product .xs-size-cards-grid .xs-size-pill,
.single-product button.xs-size-pill,
button.xs-size-pill {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 8px 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0c0c0e !important;
    box-shadow: none !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    width: 100% !important;
    cursor: pointer !important;
    outline: none !important;
    margin: 0 !important;
    text-transform: none !important;
    font-family: var(--xs-font) !important;
    user-select: none !important;
    box-sizing: border-box !important;
    transition: all 0.15s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.single-product .xs-size-cards-grid button.xs-size-pill:hover,
button.xs-size-pill:hover {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #0c0c0e !important;
    color: #0c0c0e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.single-product .xs-size-cards-grid button.xs-size-pill.is-selected,
button.xs-size-pill.is-selected {
    background: #0c0c0e !important;
    background-color: #0c0c0e !important;
    border-color: #0c0c0e !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(12, 12, 14, 0.25) !important;
}

.single-product .xs-size-cards-grid button.xs-size-pill .xs-pill-size,
button.xs-size-pill .xs-pill-size {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0c0c0e !important;
    display: block !important;
    line-height: 1.1 !important;
    margin-bottom: 2px !important;
}

.single-product .xs-size-cards-grid button.xs-size-pill.is-selected .xs-pill-size,
button.xs-size-pill.is-selected .xs-pill-size {
    color: #ffffff !important;
}

.single-product .xs-size-cards-grid button.xs-size-pill .xs-pill-price,
button.xs-size-pill .xs-pill-price {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #006340 !important;
    display: block !important;
    line-height: 1.1 !important;
}

.single-product .xs-size-cards-grid button.xs-size-pill.is-selected .xs-pill-price,
button.xs-size-pill.is-selected .xs-pill-price {
    color: #10b981 !important;
}

.single-product button.xs-size-pill.out-of-stock {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    background: #f3f4f6 !important;
    pointer-events: none !important;
}

.single-product button.xs-size-pill.out-of-stock .xs-pill-size {
    text-decoration: line-through !important;
}

/* Seamless Integration: Hide Native Variations and XT Swatches */
.single-product form.cart .variations,
.single-product .xt_woovs-swatches-wrap,
.single-product .xt_woovs-swatches {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.single-product form.cart .single_add_to_cart_button.button {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

.single-product form.cart .quantity,
.single-product form.cart .woocommerce-variation-description,
.single-product form.cart .woocommerce-variation-price,
.single-product form.cart .woocommerce-variation-availability {
    display: none !important;
}

/* 17.7 Dual Trading Action Bar (Place Bid + Instant Buy) */
.xs-dual-action-bar,
.single-product .xs-dual-action-bar {
    display: grid !important;
    grid-template-columns: 1fr 1.35fr !important;
    gap: 12px !important;
    margin: 18px 0 24px 0 !important;
    width: 100% !important;
}

.single-product .xs-dual-action-bar button.xs-btn-bid,
button.xs-btn-bid {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #0c0c0e !important;
    border: 2px solid #0c0c0e !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 56px !important;
    cursor: pointer !important;
    outline: none !important;
    width: 100% !important;
    box-shadow: none !important;
    margin: 0 !important;
    text-transform: none !important;
    font-family: var(--xs-font) !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.single-product .xs-dual-action-bar button.xs-btn-bid:hover,
button.xs-btn-bid:hover {
    background: #f5f5f7 !important;
    background-color: #f5f5f7 !important;
    border-color: #0c0c0e !important;
    color: #0c0c0e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
}

.single-product .xs-dual-action-bar button.xs-btn-instant-buy,
button.xs-btn-instant-buy {
    background: #006340 !important;
    background-color: #006340 !important;
    color: #ffffff !important;
    border: 2px solid #006340 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 56px !important;
    cursor: pointer !important;
    outline: none !important;
    width: 100% !important;
    box-shadow: 0 6px 20px rgba(0, 99, 64, 0.35) !important;
    margin: 0 !important;
    text-transform: none !important;
    font-family: var(--xs-font) !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.single-product .xs-dual-action-bar button.xs-btn-instant-buy:hover,
button.xs-btn-instant-buy:hover {
    background: #004d32 !important;
    background-color: #004d32 !important;
    border-color: #004d32 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 99, 64, 0.45) !important;
}

.single-product .xs-dual-action-bar .xs-btn-sub {
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    opacity: 0.85 !important;
    margin-bottom: 2px !important;
    display: block !important;
    color: inherit !important;
    line-height: 1 !important;
}

.single-product .xs-dual-action-bar .xs-btn-main {
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: -0.2px !important;
    display: block !important;
    color: inherit !important;
    line-height: 1.2 !important;
}

/* 17.8 Archival Specifications & 24-Point Authentication Accordion */
.stockx-specs-wrapper {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1.5px solid var(--xs-border);
    width: 100%;
}

.stockx-specs-title {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.5px !important;
}

.stockx-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.stockx-spec-card {
    background: #f8f8fa;
    border: 1px solid var(--xs-border);
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
}

.spec-k {
    font-size: 11px;
    font-weight: 600;
    color: var(--xs-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.spec-v {
    font-size: 13px;
    font-weight: 800;
    color: var(--xs-black);
}

/* Collapsible 24-Point Authentication Accordion */
.xs-specs-accordion {
    background: #ffffff;
    border: 1.5px solid var(--xs-green);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 24px;
    transition: all 0.2s ease;
}

.xs-specs-accordion summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.xs-specs-accordion summary::-webkit-details-marker {
    display: none;
}

.xs-acc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    color: var(--xs-green);
}

.xs-chevron {
    transition: transform 0.2s ease;
}

.xs-specs-accordion[open] .xs-chevron {
    transform: rotate(180deg);
}

.xs-acc-body {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid var(--xs-border);
    font-size: 13px;
    color: #4b5563;
    line-height: 1.5;
}

.xs-checklist-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
    font-weight: 700;
    color: var(--xs-black);
    font-size: 12px;
}

.stockx-product-description-wrap {
    margin-top: 24px;
}

.stockx-desc-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    margin-bottom: 10px !important;
}

.stockx-desc-body {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

/* 17.9 Interactive Toast Notification */
.xs-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100000;
    background: var(--xs-black);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: var(--xs-radius-full);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.xs-toast.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 17.10 Bid / Make Offer Modal */
.xs-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100001;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.xs-modal-backdrop.open {
    opacity: 1;
    visibility: visible;
}

.xs-modal-card {
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    max-width: 440px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.95);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 16px;
    box-sizing: border-box;
}

.xs-modal-backdrop.open .xs-modal-card {
    transform: scale(1);
}

.xs-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.xs-modal-header h3 {
    font-size: 18px !important;
    font-weight: 900 !important;
    margin: 0 !important;
    letter-spacing: -0.3px !important;
}

.xs-modal-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
    color: var(--xs-text-muted);
    padding: 0;
}

.xs-modal-close:hover {
    color: var(--xs-black);
}

.xs-modal-desc {
    font-size: 13px;
    color: var(--xs-text-muted);
    line-height: 1.4;
    margin-bottom: 16px;
}

.xs-modal-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.xs-currency-prefix {
    position: absolute !important;
    left: 18px !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    pointer-events: none !important;
    z-index: 2 !important;
    line-height: 1 !important;
}

.xs-bid-input {
    width: 100% !important;
    height: 56px !important;
    border: 2px solid var(--xs-border) !important;
    border-radius: 12px !important;
    padding: 0 18px 0 52px !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    outline: none !important;
    box-sizing: border-box !important;
    font-family: var(--xs-font) !important;
    background: #ffffff !important;
    color: var(--xs-black) !important;
    transition: border-color 0.2s ease !important;
}

.xs-bid-input:focus {
    border-color: var(--xs-green);
}

.xs-bid-presets {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.xs-preset-btn {
    flex: 1;
    padding: 8px 0;
    border: 1px solid var(--xs-border);
    border-radius: 8px;
    background: #f8f8fa;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
}

.xs-preset-btn.active {
    background: var(--xs-black);
    color: #ffffff;
    border-color: var(--xs-black);
}

.xs-modal-perks {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: var(--xs-green);
    font-weight: 700;
    margin-bottom: 18px;
}

.xs-submit-bid-btn {
    width: 100%;
    height: 50px;
    background: var(--xs-green);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 99, 64, 0.3);
}

.xs-submit-bid-btn:hover {
    background: var(--xs-green-hover);
}

/* 17.11 Responsive Single Product (Mobile & Tablet) */
@media (max-width: 991px) {
    .single-product div.product {
        flex-direction: column;
        gap: 32px;
    }
    
    .single-product div.product .woocommerce-product-gallery {
        max-width: 100%;
        position: static;
    }
    
    .single-product div.product .summary.entry-summary {
        max-width: 100%;
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .single-product div.product .product_title {
        font-size: 26px !important;
    }
    
    .xs-size-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .xs-ticker-tri-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .xs-ticker-tri-grid .xs-ticker-box:last-child {
        grid-column: span 2;
    }
    
    .xs-dual-action-bar {
        grid-template-columns: 1fr;
    }
    
    .stockx-specs-grid {
        grid-template-columns: 1fr;
    }
    
    .xs-toast {
        left: 20px;
        right: 20px;
        justify-content: center;
        bottom: 74px; /* Above mobile sticky bar */
    }
}

/* =============================================================
   18. BESPOKE STOCKX CONCIERGE CONTACT FORM
   ============================================================= */
.xs-contact-form-card {
    background: #ffffff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 36px !important;
    max-width: 680px !important;
    margin: 24px auto 48px auto !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
}

.xs-contact-header h3 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0c0c0e !important;
    margin: 0 0 6px 0 !important;
    letter-spacing: -0.5px !important;
}

.xs-contact-header p {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin: 0 0 24px 0 !important;
    line-height: 1.5 !important;
}

.xs-form-row {
    margin-bottom: 16px !important;
}

.xs-form-row-split {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
}

@media (max-width: 600px) {
    .xs-form-row-split {
        grid-template-columns: 1fr !important;
    }
}

.xs-input-group label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #374151 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 6px !important;
}

.xs-input-group input,
.xs-input-group textarea {
    width: 100% !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #111827 !important;
    background: #fafafa !important;
    box-sizing: border-box !important;
    font-family: var(--xs-font) !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

.xs-input-group input:focus,
.xs-input-group textarea:focus {
    background: #ffffff !important;
    border-color: #006340 !important;
    box-shadow: 0 0 0 3px rgba(0, 99, 64, 0.1) !important;
}

.xs-contact-submit-btn {
    width: 100% !important;
    height: 52px !important;
    background: #006340 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 16px rgba(0, 99, 64, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 8px !important;
}

.xs-contact-submit-btn:hover {
    background: #004d32 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(0, 99, 64, 0.35) !important;
}

.xs-contact-alert {
    padding: 14px 18px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 16px !important;
    line-height: 1.4 !important;
}

.xs-contact-alert.success {
    background: #ecfdf5 !important;
    color: #065f46 !important;
    border: 1.5px solid #a7f3d0 !important;
}

.xs-contact-alert.error {
    background: #fef2f2 !important;
    color: #991b1b !important;
    border: 1.5px solid #fecaca !important;
}

/* =============================================================
   19. GLOBAL SPACING, BREADCRUMB & LINE CLEANUP (STOCKX GRADE)
   Eliminates awkward gaps, clashing borders, and default <hr>
   ============================================================= */
.site-content {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    margin-top: 0 !important;
}

.storefront-breadcrumb {
    padding: 10px 0 !important;
    margin-bottom: 12px !important;
    background: transparent !important;
    border-bottom: 1px solid var(--xs-border-light) !important;
}

.woocommerce-breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--xs-text-muted) !important;
}

.woocommerce-breadcrumb a {
    color: #6b7280 !important;
    transition: color 0.15s ease;
}

.woocommerce-breadcrumb a:hover {
    color: var(--xs-green) !important;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    color: #d1d5db !important;
    margin: 0 6px !important;
}

#primary.content-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.single-product div.product {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Eliminate clutter divider lines and browser <hr> */
.single-product div.product hr,
.stockx-desc-body hr,
.entry-content hr,
hr {
    display: none !important;
}

/* Full-Width Archival Specifications Below Hero */
.stockx-specs-wrapper {
    margin-top: 48px !important;
    padding-top: 36px !important;
    border-top: 1.5px solid var(--xs-border-light) !important;
    width: 100% !important;
    clear: both !important;
}

.stockx-specs-title {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    margin-bottom: 18px !important;
    letter-spacing: -0.5px !important;
}

.stockx-specs-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 28px !important;
}

@media (max-width: 1024px) {
    .stockx-specs-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 640px) {
    .stockx-specs-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.stockx-product-description-wrap {
    margin-top: 28px !important;
    background: #ffffff !important;
    border: 1.5px solid var(--xs-border-light) !important;
    border-radius: var(--xs-radius-md) !important;
    padding: 28px 32px !important;
}

.stockx-desc-title {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.3px !important;
}

.stockx-desc-body {
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #4b5563 !important;
}

.stockx-desc-body ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 18px 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
}

@media (max-width: 768px) {
    .stockx-desc-body ul {
        grid-template-columns: 1fr !important;
    }
}

.stockx-desc-body li {
    background: #f8f8fa !important;
    border: 1px solid var(--xs-border-light) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.stockx-desc-body li strong {
    color: var(--xs-black) !important;
    display: block !important;
    margin-bottom: 3px !important;
}

/* =============================================================
   20. STOCKX HOMEPAGE AESTHETICS & COMPONENTS
   ============================================================= */
.xs-home-content-area {
    padding: 0 !important;
    margin: 0 !important;
}

/* 20.1 Live Trading Ticker (Continuous Infinite Marquee) */
.xs-live-market-ticker {
    background: #0c0c0e;
    color: #ffffff;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #1f2937;
    position: relative;
    user-select: none;
}

.xs-ticker-tape-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.xs-ticker-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111827;
    border: 1px solid #374151;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    color: #10b981;
    white-space: nowrap;
    flex-shrink: 0;
    z-index: 2;
}

.xs-pulse-dot-green {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: xsPulseGreen 1.8s infinite;
}

@keyframes xsPulseGreen {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.xs-ticker-marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    mask-image: linear-gradient(to right, transparent, black 1.5%, black 98.5%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 1.5%, black 98.5%, transparent);
}

.xs-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: xsTickerScroll 32s linear infinite;
    will-change: transform;
}

.xs-ticker-marquee:hover .xs-ticker-track {
    animation-play-state: paused;
}

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

.xs-ticker-items {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    padding-right: 20px;
    flex-shrink: 0;
}

.xs-tick-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    color: inherit !important;
    transition: opacity 0.15s ease;
}

.xs-tick-item a:hover {
    opacity: 0.85;
}

.tick-name {
    font-weight: 700;
    color: #e5e7eb;
}

.tick-ask {
    font-weight: 800;
    color: #ffffff;
    margin-left: 2px;
}

.tick-change.up {
    color: #10b981;
    font-weight: 800;
    font-size: 11px;
    background: rgba(16, 185, 129, 0.12);
    padding: 1px 5px;
    border-radius: 4px;
}

.tick-change.down {
    color: #ef4444;
    font-weight: 800;
    font-size: 11px;
    background: rgba(239, 68, 68, 0.12);
    padding: 1px 5px;
    border-radius: 4px;
}

.xs-tick-sep {
    color: #4b5563;
    font-weight: bold;
}

/* 20.2 Hero Section */
.xs-hero-exchange {
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f9 100%);
    padding: 60px 0 60px 0;
    border-bottom: 1px solid var(--xs-border-light);
    width: 100%;
}

.xs-hero-exchange .xs-hero-grid,
.xs-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: center;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

@media (max-width: 992px) {
    .xs-hero-exchange .xs-hero-grid,
    .xs-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

.xs-trust-pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 99, 64, 0.08);
    border: 1px solid rgba(0, 99, 64, 0.2);
    color: #006340;
    padding: 6px 14px;
    border-radius: var(--xs-radius-full);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-bottom: 18px;
}

.xs-hero-heading {
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.04em !important;
    color: var(--xs-black) !important;
    margin-bottom: 18px !important;
}

@media (max-width: 640px) {
    .xs-hero-heading {
        font-size: 32px !important;
    }
}

.xs-hero-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 28px;
    max-width: 580px;
}

.xs-hero-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

@media (max-width: 480px) {
    .xs-hero-cta-group {
        flex-direction: column;
        align-items: stretch;
    }
}

.xs-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #006340;
    color: #ffffff !important;
    padding: 16px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 24px rgba(0, 99, 64, 0.35);
    transition: all 0.2s ease;
}

.xs-hero-btn-primary:hover {
    background: #004d32;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 99, 64, 0.45);
}

.xs-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--xs-black) !important;
    border: 2px solid var(--xs-black);
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    transition: all 0.2s ease;
}

.xs-hero-btn-secondary:hover {
    background: #f3f4f6;
    transform: translateY(-2px);
}

.xs-hero-pills-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pills-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--xs-text-muted);
}

.xs-hero-pill {
    background: #ffffff;
    border: 1px solid var(--xs-border);
    padding: 5px 12px;
    border-radius: var(--xs-radius-full);
    font-size: 12px;
    font-weight: 600;
    color: var(--xs-black) !important;
    transition: all 0.15s ease;
}

.xs-hero-pill:hover {
    border-color: var(--xs-black);
    background: #f9fafb;
}

/* Featured Hero Visual Card */
.xs-hero-card-featured {
    background: #ffffff;
    border: 1.5px solid var(--xs-border);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
    position: relative;
}

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

.xs-hero-badge-live {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    color: #006340;
    background: var(--xs-green-light);
    padding: 4px 10px;
    border-radius: var(--xs-radius-full);
}

.xs-hero-sku {
    font-size: 11px;
    font-weight: 600;
    color: var(--xs-text-muted);
    font-family: monospace;
}

.xs-hero-img-box {
    background: #f8f8f8 !important;
    border-radius: 16px;
    padding: 0 !important;
    margin-bottom: 18px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 310px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.xs-hero-img {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    object-fit: contain !important;
    transform: scale(1.32) translateY(-9.6%);
    transform-origin: center center;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.xs-hero-card-featured:hover .xs-hero-img {
    transform: scale(1.38) translateY(-9.6%) rotate(-2deg);
}

.xs-hero-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xs-hero-prod-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    margin: 0 0 4px 0 !important;
}

.xs-hero-price-meta {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.xs-price-lbl {
    font-size: 11px;
    font-weight: 600;
    color: var(--xs-text-muted);
    text-transform: uppercase;
}

.xs-price-val {
    font-size: 18px;
    font-weight: 900;
    color: #006340;
}

.xs-hero-instant-btn {
    background: #006340;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 18px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.xs-hero-instant-btn:hover {
    background: #004d32;
    transform: translateY(-1px);
}

/* 20.3 Brand Omnibar */
.xs-brands-bar-section {
    background: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid var(--xs-border-light);
}

.xs-brands-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.xs-brand-pill {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    color: #374151 !important;
    padding: 8px 16px;
    border-radius: var(--xs-radius-full);
    border: 1px solid var(--xs-border-light);
    background: #fbfbfd;
    transition: all 0.15s ease;
}

.xs-brand-pill:hover {
    color: #006340 !important;
    border-color: #006340;
    background: #ffffff;
}

/* 20.4 Trending Releases Grid */
.xs-trending-section {
    padding: 60px 0;
    background: #ffffff;
}

.xs-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}

.xs-section-header.text-center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.xs-sec-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #006340;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.xs-sec-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    color: var(--xs-black) !important;
    margin: 0 !important;
}

.xs-sec-sub {
    font-size: 14px;
    color: var(--xs-text-muted);
    margin-top: 6px;
}

.xs-view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 800;
    color: var(--xs-black) !important;
    border-bottom: 2px solid var(--xs-black);
    padding-bottom: 2px;
}

.xs-view-all-link:hover {
    color: #006340 !important;
    border-color: #006340;
}

.xs-products-market-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .xs-products-market-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .xs-products-market-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

.xs-product-market-card {
    background: #ffffff;
    border: 1px solid var(--xs-border);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.xs-product-market-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: #111827;
}

.xs-card-img-link {
    position: relative;
    display: block;
    background: #f8f8fa;
    padding: 20px 14px;
    text-align: center;
}

.xs-card-ds-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    font-weight: 800;
    background: #ffffff;
    border: 1px solid var(--xs-border);
    padding: 2px 6px;
    border-radius: 4px;
    color: #006340;
    letter-spacing: 0.3px;
}

.xs-card-img-wrap img {
    height: 160px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.xs-product-market-card:hover .xs-card-img-wrap img {
    transform: scale(1.05);
}

.xs-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.xs-card-brand {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--xs-text-muted);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.xs-card-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px 0 !important;
    min-height: 36px;
}

.xs-card-title a {
    color: var(--xs-black) !important;
}

.xs-card-price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: 14px;
    padding-top: 10px;
    border-top: 1px solid var(--xs-border-light);
}

.xs-ask-lbl {
    font-size: 10px;
    font-weight: 700;
    color: var(--xs-text-muted);
    text-transform: uppercase;
    display: block;
}

.xs-ask-val {
    font-size: 18px;
    font-weight: 900;
    color: #006340;
}

.xs-bids-tag {
    font-size: 11px;
    font-weight: 700;
    color: #059669;
}

.xs-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.xs-card-buy-btn {
    background: #006340;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    padding: 9px 0;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.xs-card-buy-btn:hover {
    background: #004d32;
}

.xs-card-bid-btn {
    background: #ffffff;
    color: var(--xs-black) !important;
    border: 1.5px solid var(--xs-black);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    padding: 8px 0;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.xs-card-bid-btn:hover {
    background: #f3f4f6;
}

/* 20.5 24-Point Authentication Showcase */
.xs-auth-showcase-section {
    padding: 60px 0;
    background: #f7f7f9;
}

.xs-auth-banner-card {
    background: #ffffff;
    border: 1.5px solid var(--xs-border);
    border-radius: 20px;
    padding: 44px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.xs-auth-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #006340;
    margin-bottom: 12px;
}

.xs-auth-heading {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    margin-bottom: 12px !important;
}

.xs-auth-subtext {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    max-width: 820px;
    margin-bottom: 36px;
}

.xs-auth-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

@media (max-width: 992px) {
    .xs-auth-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .xs-auth-features-grid {
        grid-template-columns: 1fr;
    }
}

.xs-auth-feature-card {
    background: #f8f8fa;
    border: 1px solid var(--xs-border-light);
    border-radius: 14px;
    padding: 20px;
}

.xs-af-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.xs-auth-feature-card h4 {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    margin-bottom: 8px !important;
}

.xs-auth-feature-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.xs-auth-bottom-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    border-top: 1px solid var(--xs-border-light);
    padding-top: 28px;
}

@media (max-width: 600px) {
    .xs-auth-bottom-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.xs-auth-stat {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 28px;
    font-weight: 900;
    color: #006340;
    letter-spacing: -0.5px;
}

.stat-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--xs-text-muted);
}

/* 20.6 Testimonials */
.xs-testimonials-section {
    padding: 60px 0;
    background: #ffffff;
}

.xs-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 768px) {
    .xs-reviews-grid {
        grid-template-columns: 1fr;
    }
}

.xs-review-card {
    background: #f8f8fa;
    border: 1px solid var(--xs-border);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.xs-review-stars {
    color: #d97706;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.xs-review-title {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    margin-bottom: 10px !important;
}

.xs-review-body {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.xs-reviewer-meta {
    border-top: 1px solid var(--xs-border-light);
    padding-top: 12px;
    display: flex;
    flex-direction: column;
}

.reviewer-name {
    font-size: 12px;
    font-weight: 800;
    color: var(--xs-black);
}

.reviewer-loc {
    font-size: 11px;
    color: var(--xs-text-muted);
}

/* 20.7 Newsletter Card */
.xs-newsletter-section {
    padding: 0 0 60px 0;
    background: #ffffff;
}

.xs-newsletter-card {
    background: #0c0c0e;
    color: #ffffff;
    border-radius: 20px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

@media (max-width: 768px) {
    .xs-newsletter-card {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

.xs-nl-tag {
    font-size: 11px;
    font-weight: 800;
    color: #10b981;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 8px;
}

.xs-nl-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
}

.xs-nl-desc {
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.5;
    margin: 0;
}

.xs-newsletter-form {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.xs-nl-input {
    flex-grow: 1;
    height: 48px;
    border: 1px solid #374151;
    border-radius: 10px;
    background: #111827;
    color: #ffffff;
    padding: 0 16px;
    font-size: 14px;
}

.xs-nl-input:focus {
    border-color: #10b981;
    outline: none;
}

.xs-nl-btn {
    background: #006340;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.xs-nl-btn:hover {
    background: #004d32;
}

.xs-nl-disclaimer {
    font-size: 11px;
    color: #6b7280;
}

/* =============================================================
   21. HIGH-CONVERTING STOCKX 2-COLUMN CHECKOUT LAYOUT
   ============================================================= */
.woocommerce-checkout .site-content {
    background: #fbfbfd !important;
    padding-bottom: 60px !important;
}

.woocommerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: 1.25fr 0.95fr !important;
    gap: 36px !important;
    align-items: start !important;
    margin-top: 16px !important;
}

@media (max-width: 992px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr !important;
    }
}

.woocommerce-checkout #customer_details {
    width: 100% !important;
    float: none !important;
    background: #ffffff !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    padding: 28px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.woocommerce-checkout h3 {
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: -0.3px !important;
    color: var(--xs-black) !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--xs-border-light) !important;
}

.woocommerce-checkout .form-row {
    padding: 3px 0 !important;
    margin-bottom: 14px !important;
}

.woocommerce-checkout .form-row label {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--xs-black) !important;
    margin-bottom: 6px !important;
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    height: 48px !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    font-family: var(--xs-font) !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: var(--xs-green) !important;
    box-shadow: 0 0 0 3px rgba(0, 99, 64, 0.12) !important;
    outline: none !important;
}

.woocommerce-checkout #order_review_heading {
    display: none !important;
}

.woocommerce-checkout #order_review {
    width: 100% !important;
    float: none !important;
    background: #ffffff !important;
    border: 1.5px solid var(--xs-border) !important;
    border-radius: var(--xs-radius-md) !important;
    padding: 28px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
    position: sticky !important;
    top: 24px !important;
}

.woocommerce-checkout table.shop_table {
    border: none !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    border: none !important;
    border-bottom: 1px solid var(--xs-border-light) !important;
    padding: 12px 0 !important;
    font-size: 14px !important;
}

.woocommerce-checkout table.shop_table th {
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: var(--xs-text-muted) !important;
}

.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
    border-top: 2px solid var(--xs-black) !important;
    border-bottom: none !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    padding-top: 16px !important;
}

.woocommerce-checkout #payment {
    background: #f8f8fa !important;
    border: 1px solid var(--xs-border) !important;
    border-radius: 12px !important;
    padding: 18px !important;
    margin-top: 20px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid var(--xs-border-light) !important;
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
}

.woocommerce-checkout #place_order {
    background: #006340 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 24px !important;
    width: 100% !important;
    cursor: pointer !important;
    box-shadow: 0 8px 24px rgba(0, 99, 64, 0.35) !important;
    transition: all 0.2s ease !important;
}

.woocommerce-checkout #place_order:hover {
    background: #004d32 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(0, 99, 64, 0.45) !important;
}

/* =============================================================
   22. GOOGLE SHOPPING POLICY PAGES (STOCKX LUXURY SPEC)
   ============================================================= */
.page-template-default .entry-content,
.post-type-archive .entry-content,
.type-page .entry-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}

.xs-policy-header {
    background: #f8f8fa;
    border: 1px solid var(--xs-border);
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 32px;
}

.xs-policy-tag {
    font-size: 11px;
    font-weight: 800;
    color: #006340;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 6px;
}

.xs-policy-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: var(--xs-black) !important;
    margin: 0 0 10px 0 !important;
}

.xs-policy-card {
    background: #ffffff;
    border: 1px solid var(--xs-border);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.xs-policy-card h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: var(--xs-black) !important;
    margin: 0 0 12px 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.xs-policy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.xs-policy-table th,
.xs-policy-table td {
    padding: 12px 14px;
    border: 1px solid var(--xs-border);
    font-size: 13px;
    text-align: left;
}

.xs-policy-table th {
    background: #f8f8fa;
    font-weight: 800;
    color: var(--xs-black);
}

/* =============================================================
   22. STOCKX & SIAX-INSPIRED BESPOKE LUXURY FOOTER
   Obsidian dark aesthetic, 4-column balanced grid, bank-grade badges
   ============================================================= */
.xs-bespoke-footer {
    background: #08080a !important;
    color: #9ca3af !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 70px 0 0 0 !important;
    position: relative;
    font-family: var(--xs-font) !important;
    box-sizing: border-box;
    width: 100% !important;
    clear: both !important;
}

.xs-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.1fr 1.15fr;
    gap: 48px;
    padding-bottom: 56px;
    box-sizing: border-box;
}

@media (max-width: 1100px) {
    .xs-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .xs-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 40px;
    }
}

/* Col 1: Brand & Contact Info */
.xs-footer-brand-wrap {
    margin-bottom: 16px;
}

.xs-footer-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
}

.xs-footer-brand-logo .brand-text {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #ffffff !important;
}

.xs-footer-brand-logo .brand-tm {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    vertical-align: super;
}

.xs-footer-brand-logo .brand-tag {
    background: rgba(0, 176, 107, 0.15);
    border: 1px solid rgba(0, 176, 107, 0.4);
    color: #00b06b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
}

.xs-footer-bio {
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: #9ca3af !important;
    margin-bottom: 24px !important;
    max-width: 380px;
}

.xs-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.xs-f-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12.5px;
    line-height: 1.45;
}

.xs-f-contact-item .f-icon {
    font-size: 16px;
    line-height: 1.2;
    flex-shrink: 0;
    margin-top: 1px;
}

.xs-f-contact-item .f-contact-text strong {
    color: #e5e7eb;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
}

.xs-f-contact-item .f-contact-text span,
.xs-f-contact-item .f-contact-text a {
    color: #9ca3af !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

.xs-f-contact-item .f-contact-text a:hover {
    color: #00b06b !important;
}

/* Col Titles */
.xs-footer-col-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    position: relative;
    padding-bottom: 10px;
}

.xs-footer-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #00b06b;
    border-radius: 2px;
}

/* Footer Links */
.xs-footer-links {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.xs-footer-links li {
    margin: 0 !important;
    padding: 0 !important;
}

.xs-footer-links li a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #9ca3af !important;
    text-decoration: none !important;
    transition: all 0.15s ease !important;
    display: inline-block;
}

.xs-footer-links li a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

/* Col 4: Bank-Grade Security Badges Section */
.xs-footer-security-section {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.xs-sec-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.xs-sec-badges-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.xs-sec-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111317;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 11.5px;
    font-weight: 700;
    color: #e5e7eb;
    letter-spacing: 0.2px;
    transition: all 0.2s ease;
}

.xs-sec-badge-pill:hover {
    border-color: #00b06b;
    background: rgba(0, 176, 107, 0.08);
    color: #ffffff;
}

.xs-sec-badge-pill.full-width {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.xs-sec-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00b06b;
    box-shadow: 0 0 6px rgba(0, 176, 107, 0.6);
}

.xs-sec-icon {
    font-size: 13px;
    line-height: 1;
}

/* Sub-Footer Bar */
.xs-footer-sub-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0 28px 0;
    background: #050507;
}

.xs-sub-bar-top {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
}

.xs-sub-trust-highlights {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: #9ca3af;
    font-weight: 600;
    flex-wrap: wrap;
    justify-content: center;
}

.xs-sub-sep {
    color: #374151;
}

.xs-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.xs-sub-bar-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.xs-copy-text {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin: 0 !important;
}

.xs-payment-pills-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.xs-pay-pill {
    background: #111317;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #d1d5db;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 9px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: all 0.15s ease;
}

.xs-pay-pill:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: #1f242d;
}

@media (max-width: 992px) {
    .xs-sub-bar-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
    }
}


