/**
 * SoccerKits — main.css (clean rewrite, v1.3.1)
 *
 * Built on top of Bootstrap 5.3 (loaded first) + bootstrap-theme.css.
 * Contains ONLY: custom classes still used in templates, global typography
 * polish, WP helpers, brand utilities not in Bootstrap.
 */

/* ============== GLOBAL ============== */
body { background: #0a0a0a; color: #fff; font-family: 'Inter', -apple-system, sans-serif; }
img { max-width: 100%; height: auto; }
a { color: #FFC72C; }
a:hover { color: #ffd75f; }
.sk-main { min-height: 60vh; }

.sk-eyebrow {
    display: inline-block;
    color: #FFC72C;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media (min-width: 768px) { .sk-eyebrow { font-size: 13px; letter-spacing: 3px; } }

/* ============== PAGE HERO (About/Shipping/Returns/etc.) ============== */
.sk-page-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    border-bottom: 1px solid #262626;
    padding: 32px 0 24px;
    margin-bottom: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sk-page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at top, rgba(255,199,44,0.08), transparent 60%);
    pointer-events: none;
}
.sk-page-hero > .container { position: relative; z-index: 1; }
.sk-page-title {
    font-family: 'Anton', sans-serif;
    color: #fff;
    font-size: clamp(28px, 7vw, 36px);
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 6px 0 8px;
}
.sk-page-sub { color: rgba(255,255,255,0.7); font-size: 14px; max-width: 560px; margin: 0 auto; line-height: 1.5; }
.sk-page-updated { font-size: 12px; opacity: 0.7; }
@media (min-width: 768px) {
    .sk-page-hero { padding: 56px 0 36px; margin-bottom: 40px; }
    .sk-page-title { font-size: clamp(36px, 6vw, 56px); margin: 8px 0 10px; }
    .sk-page-sub { font-size: 16px; }
}

.sk-page-cta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 36px 0 0; }

/* ============== PROSE — typography for editable page content ============== */
.sk-prose { color: #fff; max-width: 820px; margin: 0 auto; padding: 0 16px; }
.sk-prose h2 { font-family: 'Anton', sans-serif; color: #fff; font-size: clamp(20px, 5vw, 26px); text-transform: uppercase; margin: 28px 0 10px; letter-spacing: 0.5px; }
.sk-prose h2:first-child { margin-top: 0; }
.sk-prose h3 { color: #fff; font-size: 18px; margin: 24px 0 8px; }
.sk-prose p, .sk-prose li { color: #e5e5e5; font-size: 14px; line-height: 1.7; }
.sk-prose ul, .sk-prose ol { padding-left: 20px; margin-bottom: 16px; }
.sk-prose li { margin-bottom: 6px; }
.sk-prose a { color: #FFC72C; text-decoration: underline; text-underline-offset: 3px; }
.sk-prose blockquote { background: #141414; border-left: 3px solid #FFC72C; padding: 12px 16px; margin: 16px 0; color: #e5e5e5; font-style: italic; }
@media (min-width: 768px) {
    .sk-prose { padding: 0; }
    .sk-prose h2 { font-size: clamp(22px, 2.4vw, 30px); margin: 36px 0 14px; }
    .sk-prose h3 { font-size: 20px; }
    .sk-prose p, .sk-prose li { font-size: 15px; }
}

/* ============== POLICY INFO CARDS (Shipping/Returns) ============== */
.sk-policy-content { max-width: 820px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .sk-policy-content { padding: 0; } }
.sk-policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0 0 28px; }
.sk-policy-card { background: #141414; border: 1px solid #262626; border-radius: 10px; padding: 14px; text-align: center; transition: border-color .15s, transform .15s; }
.sk-policy-card:hover { border-color: #FFC72C; transform: translateY(-2px); }
.sk-policy-icon { font-size: 24px; display: block; margin-bottom: 6px; }
.sk-policy-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 14px; color: #fff; margin: 0 0 4px; letter-spacing: 1px; text-transform: uppercase; }
.sk-policy-card p { color: #9ca3af; font-size: 12px; margin: 0; }
@media (min-width: 768px) {
    .sk-policy-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }
    .sk-policy-card { padding: 20px; }
    .sk-policy-icon { font-size: 30px; margin-bottom: 8px; }
    .sk-policy-card h3 { font-size: 16px; }
    .sk-policy-card p { font-size: 13px; }
}

/* ============== CONTACT PAGE ============== */
.sk-contact-grid { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 1100px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 900px) { .sk-contact-grid { grid-template-columns: 1fr 1.4fr; gap: 40px; padding: 0; } }
.sk-contact-info h2, .sk-contact-form-wrap h2 { font-family: 'Anton', sans-serif; font-size: 22px; color: #fff; text-transform: uppercase; margin: 0 0 16px; }
.sk-contact-info h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin: 24px 0 10px; }
.sk-contact-list, .sk-contact-links { list-style: none; padding: 0; margin: 0; }
.sk-contact-list li, .sk-contact-links li { padding: 10px 0; border-bottom: 1px solid #262626; color: #e5e5e5; font-size: 14px; }
.sk-contact-list strong { display: block; color: #FFC72C; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.sk-contact-list a, .sk-contact-links a { color: #fff; text-decoration: none; }
.sk-contact-list a:hover, .sk-contact-links a:hover { color: #FFC72C; }
.sk-contact-form-wrap { background: #141414; border: 1px solid #262626; border-radius: 12px; padding: 20px; }
.sk-form-row { margin-bottom: 14px; }
.sk-form-row label { display: block; font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 5px; }
.sk-form-row input, .sk-form-row textarea { width: 100%; background: #0a0a0a; border: 1px solid #262626; color: #fff; border-radius: 8px; padding: 10px 12px; font-size: 14px; font-family: inherit; }
.sk-form-row input:focus, .sk-form-row textarea:focus { outline: 0; border-color: #FFC72C; box-shadow: 0 0 0 3px rgba(255,199,44,0.15); }
.sk-required { color: #FFC72C; }
.sk-form-actions { margin-top: 18px; }
.sk-alert { padding: 12px 14px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; border: 1px solid #262626; }
.sk-alert-success { background: rgba(34,197,94,0.08); border-color: rgba(34,197,94,0.3); color: #4ade80; }
.sk-alert-error   { background: rgba(239,68,68,0.08); border-color: rgba(239,68,68,0.3); color: #fca5a5; }
@media (min-width: 768px) {
    .sk-contact-form-wrap { padding: 28px; }
    .sk-form-row input, .sk-form-row textarea { padding: 12px 14px; font-size: 15px; }
}

/* ============== TRACK ORDER ============== */
.sk-track-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .sk-track-wrap { padding: 0; } }
.sk-track-form-wrap { background: #141414; border: 1px solid #262626; border-radius: 12px; padding: 20px; margin-bottom: 24px; }
.sk-track-help { background: rgba(255,199,44,0.06); border: 1px solid rgba(255,199,44,0.3); border-radius: 10px; padding: 14px 16px; margin-bottom: 20px; }
.sk-track-help h3 { color: #FFC72C; font-size: 15px; margin: 0 0 6px; }
.sk-track-help p { color: #e5e5e5; font-size: 13px; margin: 0; }
.sk-track-help a { color: #FFC72C; }
@media (min-width: 768px) {
    .sk-track-form-wrap { padding: 28px; }
    .sk-track-help p { font-size: 14px; }
}

/* ============== AJAX SEARCH RESULTS ============== */
.sk-search-results { color: #fff; }
.sk-search-list { list-style: none; padding: 0; margin: 0; }
.sk-search-item { border-bottom: 1px solid #262626; }
.sk-search-link { display: flex; align-items: center; gap: 12px; padding: 10px 0; color: #fff; text-decoration: none; transition: background-color .15s; }
.sk-search-link:hover { background: rgba(255,199,44,0.04); padding-left: 8px; }
.sk-search-thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; background: #fff; }
.sk-search-meta { display: flex; flex-direction: column; gap: 2px; }
.sk-search-title { color: #fff; font-size: 14px; font-weight: 600; }
.sk-search-price { color: #FFC72C; font-size: 13px; }
.sk-search-empty, .sk-search-loading { color: #9ca3af; padding: 14px 0; font-size: 14px; }
.sk-search-viewall { margin-top: 12px; }
.sk-search-viewall a { color: #FFC72C; text-decoration: underline; text-underline-offset: 3px; font-size: 14px; }

/* ============== SIZE GUIDE (preserves user's green inline-style HTML) ============== */
.sk-size-guide { background: #fff; color: #1a1a1a; padding: 24px 16px; border-radius: 12px; margin: 0 -8px; }
.sk-size-guide a { color: #006400; }
@media (min-width: 768px) { .sk-size-guide { padding: 32px; margin: 0; } }

/* ============== BLOG / ARCHIVE ============== */
.sk-archive-header { text-align: center; padding: 24px 0; border-bottom: 1px solid #262626; margin-bottom: 24px; }
.sk-archive-title { font-family: 'Anton', sans-serif; color: #fff; font-size: clamp(28px, 6vw, 44px); margin: 0 0 8px; text-transform: uppercase; }
.sk-archive-description { color: #9ca3af; font-size: 14px; max-width: 600px; margin: 0 auto; }
.sk-posts-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .sk-posts-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .sk-posts-grid { grid-template-columns: repeat(3, 1fr); } }
.sk-post-card { background: #141414; border: 1px solid #262626; border-radius: 12px; overflow: hidden; transition: border-color .15s, transform .15s; }
.sk-post-card:hover { border-color: #FFC72C; transform: translateY(-2px); }
.sk-post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* ============== SCROLL TO TOP ============== */
#sk-scroll-top { position: fixed; bottom: 16px; right: 16px; width: 42px; height: 42px; border-radius: 50%; background: #FFC72C; color: #0a0a0a; border: 0; display: none; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 14px rgba(255,199,44,0.3); z-index: 1040; transition: background-color .15s; }
#sk-scroll-top.is-visible { display: inline-flex; }
#sk-scroll-top:hover { background: #ffd75f; }
@media (min-width: 768px) { #sk-scroll-top { width: 48px; height: 48px; bottom: 24px; right: 24px; } }

/* ============== NEWSLETTER ============== */
.sk-newsletter-msg { color: #FFC72C; font-size: 13px; min-height: 18px; margin: 6px 0 0; }

/* ============== WP HELPERS ============== */
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #FFC72C; color: #0a0a0a; clip: auto !important; clip-path: none; height: auto; left: 8px; padding: 8px 14px; top: 8px; width: auto; z-index: 100000; }
.alignleft { float: left; margin: 0 16px 16px 0; }
.alignright { float: right; margin: 0 0 16px 16px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption img { max-width: 100%; height: auto; }
.wp-caption-text { font-size: 13px; color: #9ca3af; text-align: center; margin-top: 6px; }
.admin-bar .navbar.sticky-top { top: 32px; }
@media (max-width: 782px) { .admin-bar .navbar.sticky-top { top: 46px; } }

/* ============== 404 ============== */
.sk-404 { text-align: center; padding: 60px 16px; max-width: 600px; margin: 0 auto; }
.sk-404-title { font-family: 'Anton', sans-serif; color: #FFC72C; font-size: clamp(80px, 18vw, 160px); line-height: 1; margin: 0; }
.sk-404 h2 { color: #fff; font-family: 'Anton', sans-serif; }
.sk-404 p { color: #9ca3af; margin-bottom: 24px; }

/* ============================================================
   v1.3.3 — HEADER ICON FIX + CATEGORY TILE FALLBACK
   ============================================================ */

/* --- Header icons appearing as white boxes --- */
/* Force the SVG icons to render properly inside Bootstrap .btn-link buttons.
   The bug: Bootstrap's .btn-link adds text-decoration:underline which on Safari
   sometimes paints over the SVG. Plus the SVG inherits fill from parent button
   in some browsers. Force-correct both. */
.navbar .btn-link {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 0;
}
.navbar .btn-link:hover,
.navbar .btn-link:focus {
    background: rgba(255,255,255,0.06) !important;
    color: #FFC72C !important;
    text-decoration: none !important;
}
.navbar .btn-link svg {
    display: block;
    fill: none !important;
    stroke: currentColor !important;
    color: inherit;
    pointer-events: none;
}
/* And the cart count badge — make sure it doesn't push the icon */
.navbar .btn-link.position-relative .sk-cart-count {
    pointer-events: none;
    line-height: 1;
}

/* --- Category tile fallback when no thumbnail uploaded --- */
/* This styles tiles via Bootstrap classes used in front-page.php.
   When background-image is empty/default, we show a sport-themed pattern. */
[href*="product-category"][style*="background:#1a1a1a"],
[href*="product-category"][style*="background: #1a1a1a"] {
    background:
        repeating-linear-gradient(135deg, transparent 0 20px, rgba(255,199,44,0.04) 20px 21px),
        radial-gradient(ellipse at 50% 40%, rgba(255,199,44,0.18) 0%, transparent 50%),
        linear-gradient(180deg, #2a2a2a 0%, #0a0a0a 100%) !important;
    background-size: cover !important;
    position: relative;
}
[href*="product-category"][style*="background:#1a1a1a"]::before,
[href*="product-category"][style*="background: #1a1a1a"]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 30%, transparent 0 6px, rgba(0,0,0,0.6) 6.5px 8px, transparent 8.5px 20px),
        radial-gradient(circle at 70% 70%, transparent 0 6px, rgba(0,0,0,0.6) 6.5px 8px, transparent 8.5px 20px),
        radial-gradient(circle at 50% 20%, transparent 0 6px, rgba(0,0,0,0.6) 6.5px 8px, transparent 8.5px 20px);
    opacity: 0.4;
    background-size: 80px 80px;
    pointer-events: none;
}

/* --- Homepage grid: when fewer products than columns, left-align (don't stretch) --- */
.products.row { justify-content: flex-start; }


/* ============================================================
   v1.3.4 — CENTER EVERYTHING
   When fewer items than the grid expects, center them in the row
   instead of left-aligning. Applies to products, categories,
   testimonials, brand strip — anywhere a Bootstrap .row holds cards.
   ============================================================ */

/* Bootstrap rows used for product grids and feature grids */
.products.row,
.row.products,
section .row {
    justify-content: center !important;
}

/* Reset for rows that should NOT be centered (form rows, header inner) */
.navbar .row,
.wc-block-checkout .row,
.woocommerce-cart .row,
.woocommerce-checkout .row,
.sk-footer .row,
footer .row {
    justify-content: flex-start !important;
}

/* Make sure the footer column grid stays left-aligned */
#site-footer .row { justify-content: flex-start !important; }


/* Center text inside category-tile and testimonial cards on mobile (was already centered on desktop) */
@media (max-width: 767px) {
    .card .card-body { text-align: center; }
}


/* ============================================================
   v1.3.7 — GOLD HAMBURGER + HERO BG + LOGO POLISH
   ============================================================ */

/* Hamburger button — gold lines on transparent background */
.navbar-toggler.sk-burger-gold,
.sk-burger-gold {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.sk-burger-gold:focus { box-shadow: 0 0 0 0.2rem rgba(255,199,44,0.4) !important; }
.sk-burger-gold .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFC72C' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 1.6em !important;
    height: 1.6em !important;
}
.sk-burger-gold:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffd75f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Header logo image polish */
.navbar-brand.sk-brand img {
    max-width: 100%;
    object-fit: contain;
}
@media (max-width: 480px) {
    .navbar-brand.sk-brand img { max-height: 36px !important; }
}

/* The hero image needs a slight zoom-effect on hover (optional polish) */
.sk-hero {
    background-attachment: scroll;
    /* On mobile the image is still set as background; iOS doesn't do fixed bg well so we leave as scroll */
}
@media (min-width: 1024px) {
    .sk-hero { min-height: 480px !important; }
}

/* Hero text legibility — slight text shadow now that there's an image behind */
.sk-hero h1, .sk-hero .display-3 {
    text-shadow: 0 2px 20px rgba(0,0,0,0.45);
}
.sk-hero .lead {
    text-shadow: 0 1px 12px rgba(0,0,0,0.45);
}


/* ============================================================
   v1.4.0 — HEADER LAYOUT + HERO POLISH + ANNOUNCEMENT ROTATOR
   ============================================================ */

/* --- Centered logo, burger left, icons right --- */
.sk-navbar .sk-navbar-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    position: relative;
}
.sk-navbar .navbar-toggler.sk-burger-gold {
    grid-column: 1;
    justify-self: start;
}
.sk-navbar .navbar-brand.sk-brand {
    grid-column: 2;
    justify-self: center;
    margin: 0 !important;
}
.sk-navbar .d-flex.align-items-center.gap-1 {
    grid-column: 3;
    justify-self: end;
}
/* Desktop nav menu sits BELOW the brand row as a static block — not overlapping the hero. */
@media (min-width: 992px) {
    .sk-navbar .sk-navbar-inner {
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto;
        row-gap: 8px;
    }
    .sk-navbar .collapse.navbar-collapse {
        grid-column: 1 / -1;
        grid-row: 2;
        background: transparent;
        border-top: 1px solid #262626;
        padding-top: 8px;
        display: flex !important;
    }
    .sk-navbar .collapse.navbar-collapse .navbar-nav {
        justify-content: center;
        width: 100%;
        gap: 6px;
    }
    .sk-navbar .collapse.navbar-collapse .nav-link {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 6px 14px !important;
        text-transform: uppercase;
        font-weight: 600;
    }
}

/* --- Bigger burger icon --- */
.sk-burger-gold {
    padding: 10px !important;
    font-size: 1.6rem;
}
.sk-burger-gold .navbar-toggler-icon {
    width: 2em !important;          /* was 1.6em */
    height: 2em !important;
}
@media (min-width: 768px) {
    .sk-burger-gold .navbar-toggler-icon {
        width: 2.2em !important;
        height: 2.2em !important;
    }
}

/* --- Offcanvas menu font size bigger --- */
.offcanvas-body .navbar-nav .nav-link {
    font-size: 18px !important;
    padding: 14px 8px !important;
    font-weight: 600;
}
@media (min-width: 768px) {
    .offcanvas-body .navbar-nav .nav-link {
        font-size: 20px !important;
        padding: 16px 10px !important;
    }
}
.offcanvas-title {
    font-size: 22px !important;
    letter-spacing: 2px !important;
}

/* --- Announcement bar rotator --- */
.sk-announce-bar { position: relative; min-height: 32px; overflow: hidden; }
.sk-announce-bar .sk-announce-msg {
    display: none;
    font-size: 13px;
}
.sk-announce-bar .sk-announce-msg.is-active { display: inline-block; }
@media (max-width: 480px) {
    .sk-announce-bar .sk-announce-msg { font-size: 12px; }
}

/* --- Hero text — better contrast against the jersey image --- */
.sk-hero h1, .sk-hero .display-3 {
    color: #FFC72C !important;                              /* GOLD title — pops over any background */
    text-shadow:
        0 2px 4px rgba(0,0,0,0.9),
        0 4px 20px rgba(0,0,0,0.6),
        0 0 60px rgba(0,0,0,0.5);
    -webkit-text-stroke: 0.5px rgba(0,0,0,0.3);
}
.sk-hero .lead {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.95), 0 2px 12px rgba(0,0,0,0.7);
    font-weight: 500;
}
.sk-hero .badge.rounded-pill {
    background: rgba(255,199,44,0.95) !important;          /* solid gold pill */
    color: #0a0a0a !important;
    border-color: rgba(255,255,255,0.4) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    font-weight: 700 !important;
}
.sk-hero .text-muted,
.sk-hero small.text-muted {
    color: #ffffff !important;
    opacity: 0.95;
    text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}
.sk-hero .text-primary {
    color: #FFC72C !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}
/* Light overlay on the hero — just enough darkening on the left for text legibility,
   transparent on the right so the jersey image stays visible.
   The text already has strong shadows + gold color for contrast. */
.sk-hero { position: relative; }
.sk-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.3) 45%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}
.sk-hero > .container { position: relative; z-index: 2; }


/* ============================================================
   v1.4.1 — BIGGER FONTS ON TOGGLE / OFFCANVAS
   ============================================================ */

/* Bigger mobile-menu items in the offcanvas drawer */
.offcanvas-body .navbar-nav .nav-link,
#mobileMenu .navbar-nav .nav-link,
.offcanvas .sk-offcanvas-menu a {
    font-size: 20px !important;
    padding: 18px 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}
@media (min-width: 768px) {
    .offcanvas-body .navbar-nav .nav-link,
    #mobileMenu .navbar-nav .nav-link,
    .offcanvas .sk-offcanvas-menu a {
        font-size: 22px !important;
        padding: 20px 12px !important;
    }
}

/* Bigger offcanvas title ("MENU") */
.offcanvas-title { font-size: 26px !important; letter-spacing: 3px !important; }

/* Bigger sub-action links at the bottom (My Account, Track Order, Contact) */
.offcanvas-body .btn,
#mobileMenu .btn { font-size: 16px !important; padding: 14px 20px !important; }
.offcanvas-body a.text-muted,
#mobileMenu a.text-muted { font-size: 16px !important; padding: 8px 0; display: block; }

/* Bigger hamburger icon */
.sk-burger-gold .navbar-toggler-icon {
    width: 2.4em !important;
    height: 2.4em !important;
}
@media (min-width: 768px) {
    .sk-burger-gold .navbar-toggler-icon {
        width: 2.6em !important;
        height: 2.6em !important;
    }
}

/* Bigger close button (×) */
.offcanvas .btn-close {
    width: 1.5em;
    height: 1.5em;
    padding: 12px !important;
    background-size: 1.2em !important;
}


/* ============================================================
   v1.4.4 — HERO REDESIGN
   Proper height, vertical centering, controlled headline size,
   image positioned so jerseys aren't cropped at chest level.
   ============================================================ */

.sk-hero {
    min-height: 480px !important;
    display: flex !important;
    align-items: center !important;
    background-position: right center !important;
    background-size: cover !important;
}
@media (min-width: 768px)  { .sk-hero { min-height: 540px !important; } }
@media (min-width: 1024px) { .sk-hero { min-height: 600px !important; } }
@media (min-width: 1400px) { .sk-hero { min-height: 660px !important; } }

/* Inner container — generous vertical padding, vertically centered */
.sk-hero > .container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .sk-hero > .container {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

/* Headline — fluid sizing that scales, never overflows container */
.sk-hero h1,
.sk-hero h1.display-3 {
    font-size: clamp(38px, 6vw, 68px) !important;
    line-height: 0.95 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 18px !important;
    max-width: 12ch;                  /* keeps "WORLD CUP 2026 COLLECTION" on 2 controlled lines */
}
@media (min-width: 1024px) {
    .sk-hero h1, .sk-hero h1.display-3 { max-width: 14ch; }
}

/* Subtitle - more space, better readability */
.sk-hero .lead {
    font-size: 16px !important;
    line-height: 1.55 !important;
    margin-bottom: 32px !important;
    max-width: 500px;
}
@media (min-width: 768px) {
    .sk-hero .lead { font-size: 18px !important; max-width: 540px; }
}

/* Buttons spacing */
.sk-hero .d-flex.flex-wrap.gap-2 {
    gap: 12px !important;
    margin-bottom: 24px !important;
}
.sk-hero .btn.btn-lg {
    padding: 14px 26px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
}

/* "Trusted by 12,000+ fans" line — bigger, better aligned */
.sk-hero .text-warning,
.sk-hero .small.text-muted {
    font-size: 14px !important;
}
.sk-hero .text-warning { font-size: 16px !important; letter-spacing: 1px; }

/* Mobile: image already shows jerseys fine, just keep text contained */
@media (max-width: 767px) {
    .sk-hero {
        background-position: center right !important;
        min-height: 460px !important;
    }
    .sk-hero > .container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}


/* ============================================================
   v1.4.5 — OFFCANVAS MENU: BIG, FILL-THE-PAGE TYPOGRAPHY
   Items should feel like a proper full-screen menu, not a sidebar.
   ============================================================ */

/* Drawer fills the screen on mobile — proper full-screen menu */
.offcanvas-start#mobileMenu {
    width: 100% !important;
    max-width: none !important;
}
@media (min-width: 768px) {
    .offcanvas-start#mobileMenu {
        width: 480px !important;
        max-width: 60% !important;
    }
}

/* Drawer interior — more breathing room */
.offcanvas#mobileMenu .offcanvas-header {
    padding: 22px 24px !important;
    border-bottom: 1px solid #262626;
}
.offcanvas#mobileMenu .offcanvas-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 28px !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    color: #FFC72C !important;
}
.offcanvas#mobileMenu .offcanvas-body { padding: 8px 24px 32px !important; }

/* Main nav items — large, fill the page */
.offcanvas#mobileMenu .navbar-nav .nav-link,
.offcanvas#mobileMenu .navbar-nav .nav-item > a {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 26px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 20px 4px !important;
    border-bottom: 1px solid #1a1a1a;
    color: #fff !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    display: block;
    transition: color .12s, padding-left .15s;
}
.offcanvas#mobileMenu .navbar-nav .nav-link:hover,
.offcanvas#mobileMenu .navbar-nav .nav-link:focus,
.offcanvas#mobileMenu .navbar-nav .nav-item > a:hover {
    color: #FFC72C !important;
    padding-left: 12px !important;
}

@media (min-width: 768px) {
    .offcanvas#mobileMenu .navbar-nav .nav-link,
    .offcanvas#mobileMenu .navbar-nav .nav-item > a {
        font-size: 32px !important;
        padding: 24px 4px !important;
    }
}

/* Sub-action buttons (Login, My Account, etc.) */
.offcanvas#mobileMenu .offcanvas-body .btn {
    font-size: 18px !important;
    padding: 16px 24px !important;
    margin-top: 20px !important;
    width: 100%;
    letter-spacing: 1.5px;
}

/* Quick links (Track Order, Contact, Help) */
.offcanvas#mobileMenu .offcanvas-body a.text-muted,
.offcanvas#mobileMenu .offcanvas-body p {
    font-size: 16px !important;
    padding: 14px 0 !important;
    display: block;
    border-top: 1px solid #1a1a1a;
}
.offcanvas#mobileMenu .offcanvas-body a.text-muted {
    color: #9ca3af !important;
    text-decoration: none;
}
.offcanvas#mobileMenu .offcanvas-body a.text-muted:hover {
    color: #FFC72C !important;
}

/* Close (×) button — make it bigger and gold */
.offcanvas#mobileMenu .btn-close {
    width: 1.6em !important;
    height: 1.6em !important;
    padding: 14px !important;
    background-size: 1.4em !important;
    filter: invert(80%) sepia(95%) saturate(700%) hue-rotate(2deg);  /* gold-tint */
    opacity: 0.95;
}


/* ============================================================
   v1.5.2 — CUSTOM SK-GRID LAYOUT
   Replaces WC's broken UL/LI grid with a clean 2-column flex/grid
   that nothing can inject into. Used on shop, archives, homepage.
   ============================================================ */

.sk-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 0;
    margin: 24px 0;
    list-style: none;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px)  { .sk-grid { gap: 20px; } }
@media (min-width: 1024px) { .sk-grid { gap: 24px; } }

.sk-card {
    display: flex;
    flex-direction: column;
    background: #141414;
    border: 1px solid #262626;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff !important;
    transition: transform .2s, border-color .2s, box-shadow .2s;
    position: relative;
}
.sk-card:hover {
    transform: translateY(-3px);
    border-color: #FFC72C;
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}
.sk-card-imgwrap {
    background: #fff;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}
.sk-card-imgwrap img,
.sk-card-imgwrap .sk-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sk-card-imgwrap-blank {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f6f6f6 0%, #e5e5e5 100%);
}
.sk-badge {
    position: absolute;
    top: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}
.sk-badge-sale { left: 10px; background: #FFC72C; color: #0a0a0a; }
.sk-badge-soldout { right: 10px; background: #ef4444; color: #fff; }

.sk-card-body {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
@media (min-width: 768px) {
    .sk-card-body { padding: 14px 16px 16px; }
}

.sk-card-cat {
    font-size: 10px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.sk-card-title {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
@media (min-width: 768px) {
    .sk-card-title { font-size: 16px; }
}
.sk-card-price {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.sk-card-price del { color: #6b7280; font-weight: 400; margin-right: 6px; font-size: 13px; }
.sk-card-price ins { background: transparent; color: #FFC72C; text-decoration: none; }
.sk-card-cta {
    margin-top: 10px;
    display: block;
    background: #FFC72C;
    color: #0a0a0a;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    transition: background .15s;
}
.sk-card:hover .sk-card-cta { background: #ffd75f; }


/* ============================================================
   v1.5.3 — MOBILE MENU TRIM + BIGGER HEADER LOGO
   - Dial the offcanvas menu back: items only slightly larger than
     Bootstrap's defaults, sensible drawer width, tighter padding.
   - Allow the header logo to render bigger on all screen sizes.
   ============================================================ */

/* --- Header logo: bigger on mobile (overrides v1.3.7 cap) --- */
.navbar-brand.sk-brand img {
    max-width: 260px;
}
@media (max-width: 480px) {
    .navbar-brand.sk-brand img { max-height: 52px !important; }
}

/* --- Mobile menu drawer: narrower, not full-screen --- */
.offcanvas-start#mobileMenu {
    width: 320px !important;
    max-width: 85% !important;
}
@media (min-width: 768px) {
    .offcanvas-start#mobileMenu {
        width: 360px !important;
        max-width: 50% !important;
    }
}

/* --- Drawer interior: tighter padding --- */
.offcanvas#mobileMenu .offcanvas-header {
    padding: 16px 20px !important;
}
.offcanvas#mobileMenu .offcanvas-title {
    font-size: 20px !important;
    letter-spacing: 3px !important;
}
.offcanvas#mobileMenu .offcanvas-body {
    padding: 8px 20px 24px !important;
}

/* --- Main nav items: a touch bigger than default (overrides v1.4.5) --- */
.offcanvas#mobileMenu .navbar-nav .nav-link,
.offcanvas#mobileMenu .navbar-nav .nav-item > a {
    font-size: 18px !important;
    letter-spacing: 1.2px !important;
    padding: 12px 4px !important;
    line-height: 1.2 !important;
}
@media (min-width: 768px) {
    .offcanvas#mobileMenu .navbar-nav .nav-link,
    .offcanvas#mobileMenu .navbar-nav .nav-item > a {
        font-size: 20px !important;
        padding: 14px 4px !important;
    }
}

/* --- Sub-action buttons (Login / My Account) --- */
.offcanvas#mobileMenu .offcanvas-body .btn {
    font-size: 15px !important;
    padding: 12px 18px !important;
    margin-top: 16px !important;
    letter-spacing: 1px;
}

/* --- Quick links (Track Order, Contact) --- */
.offcanvas#mobileMenu .offcanvas-body a.text-muted,
.offcanvas#mobileMenu .offcanvas-body p {
    font-size: 14px !important;
    padding: 10px 0 !important;
}

/* --- Close (×) button: back to a sensible size --- */
.offcanvas#mobileMenu .btn-close {
    width: 1.2em !important;
    height: 1.2em !important;
    padding: 10px !important;
    background-size: 1em !important;
}

/* --- Burger icon: dial back the v1.4.1 oversize --- */
.sk-burger-gold .navbar-toggler-icon {
    width: 1.8em !important;
    height: 1.8em !important;
}
@media (min-width: 768px) {
    .sk-burger-gold .navbar-toggler-icon {
        width: 2em !important;
        height: 2em !important;
    }
}


/* ============================================================
   v1.5.4 — LOGO SIZE FIX (real, this time)
   the_custom_logo() outputs <img class="custom-logo"> with WP's
   own width/height attrs, bypassing $sk_logo_height. Force height
   here with !important so the logo actually renders bigger,
   whether it comes from the_custom_logo() or our fallback <img>.
   ============================================================ */

.sk-navbar .navbar-brand.sk-brand img,
.sk-navbar .navbar-brand.sk-brand .custom-logo,
.sk-navbar .custom-logo-link img.custom-logo {
    height: 88px !important;
    width: auto !important;
    max-width: 320px !important;
    max-height: none !important;
    object-fit: contain;
    display: block;
}

/* Tablet — still generous */
@media (max-width: 991px) {
    .sk-navbar .navbar-brand.sk-brand img,
    .sk-navbar .navbar-brand.sk-brand .custom-logo,
    .sk-navbar .custom-logo-link img.custom-logo {
        height: 72px !important;
        max-width: 280px !important;
    }
}

/* Phone — overrides the v1.3.7 / v1.5.3 max-height caps */
@media (max-width: 480px) {
    .sk-navbar .navbar-brand.sk-brand img,
    .sk-navbar .navbar-brand.sk-brand .custom-logo,
    .sk-navbar .custom-logo-link img.custom-logo {
        height: 60px !important;
        max-width: 220px !important;
    }
}

/* The .custom-logo-link is a nested <a> inside our brand <a>;
   keep it inline so it doesn't add height/padding of its own. */
.sk-navbar .navbar-brand.sk-brand .custom-logo-link {
    display: inline-block;
    line-height: 0;
}
