/* ===== Fanxone — WooCommerce + dark-section overrides ===== */

/* ---- Astra injects an explicit h1..h6 colour which kills the mockup's
        inherited white on dark sections. Force the mockup colours back. ---- */
.section h2, .section h3, .sec-head h2, .about-copy h2 { color: var(--ink); }
.hero h1,
.wc h1, .wc h2, .wc h3, .wc h4,
.retro h1, .retro h2, .retro h3, .retro h4,
.on-dark h1, .on-dark h2, .on-dark h3,
.brand-block h1, .brand-block h2, .brand-block h3,
.news h1, .news h2, .news h3,
.page-hero h1, .page-hero h2,
.trust .trust-item b,
.pf-col.player h3 { color: #fff !important; }
.brand-block .stat b, .news .news-form { color: #fff; }

/* card titles / prices — explicit so Astra heading colour can't bleed in */
.card h3, .card h3 a { color: var(--ink); }
.price .now { color: var(--ink); }
.wc .card h3, .wc .card h3 a, .wc .card .price .now,
.retro .card h3, .retro .card h3 a, .retro .card .price .now { color: #fff !important; }

/* kill any Astra page title / breadcrumb bar leaking above our templates */
.ast-single-post .entry-header, .woocommerce-products-header,
.fx-site .ast-breadcrumbs, .single-product .entry-header { display: none; }

/* ---- branded content pages (cart / checkout / account / legal) ---- */
.fx-page { padding: clamp(28px, 4vw, 50px) 0; }
.fx-page .woocommerce, .fx-page > .entry-content { font-family: var(--f-body); }
.fx-page h2, .fx-page h3 { font-family: var(--f-disp); letter-spacing: -.02em; }

/* WooCommerce buttons → Fanxone */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt, .wc-block-components-button, .woocommerce-page button.button {
  background: var(--ink) !important; color: #fff !important; border: none !important;
  border-radius: 10px !important; font-family: var(--f-body) !important; font-weight: 600 !important;
  font-size: .92rem !important; padding: 14px 26px !important; transition: .25s var(--ease) !important;
  text-transform: none !important; letter-spacing: 0 !important; box-shadow: none !important; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .wc-block-components-button:hover {
  background: var(--blue) !important; color: #fff !important; }
.woocommerce .button.checkout-button, .wc-proceed-to-checkout .button { background: var(--blue) !important; }
.woocommerce .button.checkout-button:hover { background: var(--ink) !important; }

.woocommerce span.onsale { background: var(--blue) !important; color: #fff !important; border-radius: 7px;
  font-family: var(--f-disp); font-weight: 700; min-height: auto; min-width: auto; padding: 6px 10px; line-height: 1; }

/* notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner {
  border-top-color: var(--blue) !important; border-radius: 10px; font-family: var(--f-body); }
.woocommerce-message { border-top-color: #1f9e57 !important; }

/* cart / checkout — classic shortcode styling */
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 14px; border-collapse: separate; background: var(--paper); overflow: hidden; }
.woocommerce table.shop_table th { font-family: var(--f-disp); font-weight: 700; }
.woocommerce .cart_totals h2, .woocommerce-checkout h3, .woocommerce-checkout #order_review_heading { font-family: var(--f-disp); }
.woocommerce-cart table.cart img { width: 70px; border-radius: 8px; border: 1px solid var(--line); }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout #order_review {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row select, .select2-container .select2-selection,
.woocommerce-account .woocommerce input.input-text, .woocommerce #order_review input,
.woocommerce-cart .coupon input { border: 1px solid var(--line) !important; border-radius: 10px !important;
  padding: 13px 15px !important; font-family: var(--f-body) !important; min-height: 48px; background: var(--paper); }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus { border-color: var(--blue) !important; outline: none; }
.woocommerce form .form-row label { font-weight: 600; font-size: .85rem; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid var(--line); }

/* my account */
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--paper); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li { border-bottom: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { padding: 14px 20px; display: block; color: var(--muted); font-weight: 500; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover { background: var(--bone); color: var(--ink); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { color: var(--blue); font-weight: 700; border-left: 3px solid var(--blue); background: rgba(30,91,230,.05); }
.woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.woocommerce form.login, .woocommerce form.register { border: 1px solid var(--line); border-radius: 16px; padding: 28px; background: var(--paper); }
.woocommerce-account .woocommerce::after { content: ""; display: table; clear: both; }

/* footer credit */
.foot-bottom .credit { color: var(--muted); }
.foot-bottom .credit b { color: var(--blue); font-weight: 700; }

/* ---- cart item meta (version / size) ---- */
.cart-item .meta { margin-bottom: 10px; }
.cart-item .meta .variation { display: flex; gap: 8px 14px; flex-wrap: wrap; margin: 0; }
.cart-item .meta .variation dt, .cart-item .meta .variation dd { margin: 0; font-size: .82rem; color: var(--muted); font-weight: 500; }
.cart-item .meta .variation dt { font-weight: 600; }
.cart-item .meta .variation dd p { margin: 0; }
.cart-item .cright .remove { background: none; }
.fx-cart-items .qty input { -moz-appearance: textfield; }
.fx-cart-items .qty input::-webkit-outer-spin-button, .fx-cart-items .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---- checkout: WooCommerce fields → mockup look ---- */
.fx-checkout .col2-set, .fx-checkout #customer_details.col2-set { width: auto; }
.fx-checkout .woocommerce-billing-fields__field-wrapper,
.fx-checkout .woocommerce-shipping-fields__field-wrapper,
.fx-checkout .woocommerce-additional-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
.fx-checkout .form-row { float: none !important; width: auto !important; margin: 0 0 8px !important; padding: 0; display: flex; flex-direction: column; }
.fx-checkout .form-row-wide, .fx-checkout .form-row[id*="address"], .fx-checkout .form-row[id*="company"],
.fx-checkout .form-row[id*="country"], .fx-checkout .form-row[id*="email"], .fx-checkout #order_comments_field,
.fx-checkout .woocommerce-account-fields, .fx-checkout .woocommerce-shipping-fields { grid-column: 1 / -1; }
.fx-checkout .form-row label { font-weight: 600; font-size: .82rem; margin-bottom: 7px; }
.fx-checkout .woocommerce-billing-fields > h3, .fx-checkout .woocommerce-shipping-fields h3,
.fx-checkout #order_review_heading { font-family: var(--f-disp); font-size: 1.15rem; margin-bottom: 16px; letter-spacing: -.01em; }
.fx-checkout .co-block { border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: var(--paper); margin-bottom: 18px; }
.fx-checkout .select2-container--default .select2-selection--single,
.fx-checkout select { min-height: 48px !important; }

/* checkout order review (right column summary) */
.fx-checkout .summary { padding: 26px; }
.fx-checkout .summary .shop_table { border: none !important; background: transparent; border-radius: 0; }
.fx-checkout .summary .shop_table th, .fx-checkout .summary .shop_table td { padding: 12px 0 !important; border: none; font-size: .9rem; }
.fx-checkout .summary .shop_table thead { display: none; }
.fx-checkout .summary .cart_item td { border-top: 1px solid var(--line) !important; }
.fx-checkout .summary .cart-subtotal th, .fx-checkout .summary .order-total th { font-family: var(--f-body); font-weight: 600; }
.fx-checkout .summary .order-total .amount { font-family: var(--f-disp); font-weight: 800; font-size: 1.3rem; }
.fx-checkout #payment { background: transparent !important; border: none !important; border-radius: 0; }
.fx-checkout #payment ul.payment_methods { border: 1px solid var(--line); border-radius: 12px; padding: 6px; margin: 0 0 16px; }
.fx-checkout #payment ul.payment_methods li { padding: 14px 12px; border-radius: 10px; list-style: none; border-bottom: 1px solid var(--line); }
.fx-checkout #payment ul.payment_methods li:last-child { border-bottom: none; }
.fx-checkout #payment ul.payment_methods li:hover { background: var(--bone); }
.fx-checkout #payment div.payment_box { background: var(--bone); border-radius: 10px; font-size: .85rem; }
.fx-checkout #payment div.payment_box::before { display: none; }
.fx-checkout #payment .place-order { padding: 0; }
.fx-checkout #place_order { width: 100%; justify-content: center; padding: 16px !important; border-radius: 12px !important;
  background: var(--blue) !important; font-size: 1rem !important; }
.fx-checkout #place_order:hover { background: var(--ink) !important; }
.fx-checkout .woocommerce-terms-and-conditions-wrapper { font-size: .82rem; margin-bottom: 14px; }

@media(max-width:980px){
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .fx-checkout .checkout { grid-template-columns: 1fr; }
}
@media(max-width:560px){
  .fx-checkout .woocommerce-billing-fields__field-wrapper,
  .fx-checkout .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
}

/* =====================================================================
   MOBILE ONLY — desktop (>1080px) is unaffected (all rules are gated)
   ===================================================================== */
/* desktop: keep the mobile-only header bits + view-all hidden */
.bar-ml, .t-cart-label, .t-wish .mob-count, .mob-viewall { display: none; }

/* drawer contact block (drawer is mobile-only) */
.drawer-contact { margin-top: 10px; }
.dcontact { display: flex; align-items: center; gap: 12px; padding: 14px 4px; color: var(--muted); font-size: .92rem; font-weight: 500; border-bottom: 1px solid var(--line); }
.dcontact .i { width: 18px; height: 18px; color: var(--blue); flex-shrink: 0; }
.dcontact:hover { color: var(--ink); }

/* ---- mobile header: menu+search left · logo center · wishlist+cart right ---- */
@media (max-width: 1080px) {
  .header .bar { display: flex; align-items: center; gap: 2px; padding-left: 14px; padding-right: 14px; }
  .bar-ml { display: flex; align-items: center; gap: 0; flex: 1 1 0; min-width: 0; justify-content: flex-start; }
  .header .bar .logo { flex: 0 0 auto; justify-self: auto; margin: 0; }
  .header .bar .logo img { height: 42px; }
  .header.scrolled .bar .logo img { height: 38px; }
  .header .tools { flex: 1 1 0; min-width: 0; justify-content: flex-end; gap: 0; }
  .header .tools .t-d { display: none; }
  /* icon buttons must NOT look boxed (overrides Astra button styling) */
  .header .tbtn { background: transparent !important; border: 0 !important; box-shadow: none !important; }
  .header .tools .tbtn, .bar-ml .tbtn { width: 40px; height: 40px; }
  .t-cart-label { display: inline-block; font-weight: 600; font-size: .86rem; color: var(--ink); }
  .t-wish .mob-count { display: grid; }
  .header .tools .t-cart { width: auto; min-width: 40px; display: inline-flex; align-items: center; gap: 3px; padding: 0 2px; }
  /* drawer slides from the LEFT (same side as the hamburger) */
  .drawer .panel { right: auto; left: 0; transform: translateX(-100%); }
  .drawer.open .panel { transform: none; }
  .drawer .x { display: block; margin-left: auto; }
}

/* ---- mobile content: no h-scroll, square-card sliders, open sections ---- */
@media (max-width: 768px) {
  html, body { overflow-x: hidden; }
  .section, .pdp, .cart, .checkout, .acc, .about-grid, .brand-grid, .wrap { overflow-x: clip; }

  /* hero — centre CTAs + fit the 3 chips on one line */
  .hero-cta, .hero-chips { justify-content: center; }
  .hero-chips { gap: 6px; flex-wrap: nowrap; }
  .hero-chips .chip { padding: 7px 9px; font-size: .7rem; white-space: nowrap; }

  /* product rows → smooth square-card swipe sliders (grid scroller = zero overflow) */
  .section .grid {
    display: grid; grid-auto-flow: column; grid-auto-columns: 74%; grid-template-columns: none;
    gap: 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px;
  }
  .section .grid::-webkit-scrollbar { display: none; }
  .section .grid > .card { scroll-snap-align: start; }

  /* SQUARE images on every card — slider, carousel, shop grid */
  .fx-site .card-media { aspect-ratio: 1 / 1; }
  .car-track { gap: 12px; }
  .car-track > .card { flex: 0 0 74%; }

  /* "free" cards — drop the hard border, soft shadow, gently rounded (specificity beats site.css) */
  .fx-site .card { border: none; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px -12px rgba(16,38,71,.25); }
  .fx-site .wc .card, .fx-site .retro .card { box-shadow: none; border: 1px solid rgba(255,255,255,.12); }
  .card-body { padding: 13px 13px 15px; }
  .card h3 { min-height: 0; margin: 6px 0 10px; }
  .card .add { white-space: nowrap; padding: 11px 8px; font-size: .82rem; gap: 6px; margin-top: 12px; }
  .card .add .i { width: 15px; height: 15px; }

  /* View All button under each slider */
  .mob-viewall { display: flex; align-items: center; justify-content: center; gap: 8px;
    width: fit-content; margin: 18px auto 2px; padding: 13px 28px; background: var(--ink); color: #fff;
    border-radius: 999px; font-weight: 600; font-size: .9rem; }
  .mob-viewall .i { width: 18px; height: 18px; }
  .on-dark .mob-viewall { background: #fff; color: var(--ink); }

  /* shop / category pages — 2-col square cards (NOT a slider) */
  .shop { padding: 20px 0; }
  .shop .grid { display: grid !important; grid-auto-flow: row !important; grid-template-columns: repeat(2, 1fr) !important; grid-auto-columns: auto !important; gap: 12px; overflow: visible; }

  /* shop by club → clean 2-col grid; min-width:0 lets long names wrap instead of forcing overflow */
  #clubs .clubs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; }
  #clubs .clubs-grid .crest { width: auto; min-width: 0; justify-content: flex-start; padding: 12px 14px; border-radius: 16px; box-shadow: 0 5px 18px -10px rgba(16,38,71,.18); }
  #clubs .clubs-grid .crest-badge { width: 42px; height: 42px; flex-shrink: 0; }
  #clubs .clubs-grid .crest-name { font-size: .9rem; white-space: normal; overflow-wrap: anywhere; line-height: 1.2; }
  .country-grid { grid-template-columns: repeat(2, 1fr); }

  /* About + comparison — open, not boxed */
  .about-grid { border: none; grid-template-columns: 1fr; }
  .about-media { min-height: 220px; border-radius: 14px; overflow: hidden; }
  .about-copy { padding: 20px 0 0; }
  .pf { border: none; gap: 12px; }
  .pf-col { border-radius: 14px; }

  /* breathing room */
  .section { padding-top: 42px; padding-bottom: 42px; }
  .sec-head { margin-bottom: 20px; gap: 10px; }
  .sec-head h2 { font-size: clamp(1.6rem, 7vw, 2rem); }

  /* PDP — fix right-cut overflow, grey heading, square gallery */
  .pdp { grid-template-columns: 1fr; gap: 20px; padding: 18px 0; }
  .pdp-info h1 { color: var(--ink); }
  .pdp-info .club { color: var(--blue); }
  .pdp-gallery { grid-template-columns: 1fr; }
  .pdp-thumbs { flex-direction: row; order: 2; gap: 8px; }
  .pdp-thumb { width: 58px; flex: 0 0 58px; }
  .pdp-main { aspect-ratio: 1 / 1; }
  .pdp-buy { flex-wrap: wrap; }
}

/* =====================================================================
   NEW COMPONENTS — Player-vs-Fan table · Instagram CTA · payment logos
   (all viewports; mobile tweaks live in the media blocks below)
   ===================================================================== */
.pf-section .wrap { max-width: 880px; }
.pf-intro { text-align: center; max-width: 640px; margin: 0 auto 32px; }
.pf-intro .eyebrow { justify-content: center; }
.pf-intro h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 12px 0 14px; }
.pf-lead { color: var(--muted); font-size: 1rem; max-width: 54ch; margin: 0 auto; }
.pf-checks { list-style: none; margin: 22px auto 26px; display: inline-flex; flex-direction: column; gap: 12px; text-align: left; }
.pf-checks li { display: flex; align-items: center; gap: 12px; font-weight: 500; font-size: .95rem; }
.pf-checks .i { width: 24px; height: 24px; color: #fff; background: var(--blue); border-radius: 50%; padding: 5px; stroke-width: 2.6; flex-shrink: 0; }
.pf-cta { border-radius: 999px; padding: 16px 34px; font-size: 1rem; }
.pf-compare { display: grid; grid-template-columns: .82fr 1.05fr 1.05fr; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--paper); }
.pf-trow { display: contents; }
.pf-cell { padding: 16px; border-top: 1px solid var(--line); font-size: .92rem; line-height: 1.4; display: flex; align-items: center; }
.pf-thead .pf-cell { border-top: none; background: var(--navy-d); color: #fff; font-family: var(--f-disp); font-weight: 700; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; }
.pf-cell.pf-feat { color: var(--muted); font-family: var(--f-disp); font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .02em; }
.pf-thead .pf-cell.pf-feat { color: #fff; }
.pf-cell.pf-player { color: var(--ink); font-weight: 700; box-shadow: inset 3px 0 0 var(--volt); }
.pf-thead .pf-cell.pf-player { color: #fff; }
.pf-cell.pf-fan { color: var(--muted); }

.ig-cta { background: var(--bone); text-align: center; padding: clamp(48px, 7vw, 84px) 0; border-top: 1px solid var(--line); }
.ig-cta .eyebrow { justify-content: center; }
.ig-badge { width: 92px; height: 92px; border-radius: 50%; border: 2px solid var(--blue); color: var(--blue); display: grid; place-items: center; margin: 22px auto 18px; transition: .3s var(--ease); }
.ig-badge .i { width: 40px; height: 40px; }
.ig-badge:hover { background: var(--blue); color: #fff; transform: translateY(-3px); }
.ig-cta h3 { font-size: clamp(1.8rem, 5vw, 2.6rem); font-weight: 800; }
.ig-handle { display: block; color: var(--blue); font-weight: 600; margin: 6px 0 16px; font-size: 1.05rem; }
.ig-cta p { color: var(--muted); max-width: 46ch; margin: 0 auto 26px; font-size: 1rem; }
.ig-follow { display: inline-flex; align-items: center; gap: 10px; background: var(--blue); color: #fff; padding: 15px 32px; border-radius: 999px; font-weight: 600; font-size: .98rem; transition: .25s var(--ease); }
.ig-follow .i { width: 20px; height: 20px; }
.ig-follow:hover { background: var(--ink); }
.ig-sub { display: block; color: var(--muted); font-size: .82rem; margin-top: 16px; }

.pay { align-items: center; }
.pay img { height: 28px; width: auto; background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 5px 8px; object-fit: contain; }
.pay-cod { font-size: .64rem; font-weight: 700; letter-spacing: .04em; padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); background: var(--paper); border-radius: 6px; }

/* ---- mobile: hamburger in the left corner, room for the bigger logo ---- */
@media (max-width: 1080px) {
  .bar-ml { gap: 4px; }
  .header .bar { padding-left: 8px; padding-right: 12px; gap: 0; }
  .bar-ml .burger { margin-left: 0; }
  .header .tools .t-cart { gap: 2px; padding: 0; }
  .t-cart-label { font-size: .82rem; }
}

/* ---- mobile content tweaks (≤768) ---- */
@media (max-width: 768px) {
  /* shop by category → 4 cards, 2 per row, premium rounded */
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cat { border-radius: 14px; overflow: hidden; }
  .cat .lab { padding: 14px; }
  .cat .lab .n { font-size: .98rem; line-height: 1.15; }
  .cat .lab .go { display: inline-flex; }
  .cat .idx { top: 12px; left: 12px; font-size: .72rem; }

  /* tighter section headings — less gap eyebrow → title → para → grid */
  .sec-head { margin-bottom: 16px; gap: 4px; }
  .sec-head > div { display: flex; flex-direction: column; gap: 4px; }
  .sec-head h2 { margin: 2px 0 0; line-height: 1.06; }
  .sec-head .sub { margin-top: 4px; font-size: .88rem; }
  .sec-head .link-arrow { margin-top: 6px; }


  /* world cup → smaller timer, no carousel arrows (swipe instead) */
  .wc .car-nav, .retro .car-nav { display: none; }
  .wc .sec-head > div:last-child { width: 100%; align-items: stretch; }
  .countdown { gap: 6px; width: 100%; }
  .cd { min-width: 0; flex: 1; padding: 8px 2px; }
  .cd b { font-size: 1.15rem; }
  .cd span { font-size: .5rem; }

  /* player vs fan table — fit mobile */
  .pf-compare { grid-template-columns: .76fr 1fr 1fr; }
  .pf-cell { padding: 12px 10px; font-size: .82rem; }
  .pf-thead .pf-cell { font-size: .62rem; padding: 12px 8px; }
  .pf-cell.pf-feat { font-size: .72rem; }
  .pf-checks li { font-size: .9rem; }

  /* about → melt into bg, no white block, no text cut */
  .about-grid { background: transparent; border: none; }
  .about-media { border-radius: 16px; overflow: hidden; }
  .about-copy { background: transparent; padding: 22px 0 0; }
  .about-copy h2 { font-size: clamp(1.7rem, 7.5vw, 2.3rem); overflow-wrap: anywhere; }
  .about-copy h2 br { display: none; }

  /* built for fans → space, no right-stick */
  .brand-block .wrap { padding-left: 22px; padding-right: 22px; }
  .brand-grid { gap: 26px; }

  /* newsletter → stacked, full-width button */
  .news-form { flex-direction: column; border: none; gap: 10px; max-width: 420px; }
  .news-form input { border: 1px solid var(--lined); border-radius: 11px; text-align: center; }
  .news-form button { width: 100%; padding: 15px; border-radius: 11px; }

  /* melt white-block sections; cards float instead */
  .testi { background: transparent; border-block: none; }
  .tcard { background: var(--paper); border: none; box-shadow: 0 8px 24px -12px rgba(16,38,71,.22); }

  /* instagram + payment row */
  .ig-cta { padding: 44px 0; }
  .ig-badge { width: 80px; height: 80px; margin-top: 18px; }
  .ig-badge .i { width: 34px; height: 34px; }
  .foot-bottom { justify-content: center; text-align: center; }
  .pay { justify-content: center; gap: 6px; }
  .pay img { height: 24px; }
}

/* ---- floating footballs (decorative, all viewports) ---- */
.fx-balls { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.fx-ball { position: absolute; fill: none; stroke: currentColor; stroke-width: 1.5; animation: fxfloat 9s ease-in-out infinite; }
.brand-block, .news, .ig-cta { position: relative; }
.brand-block > .wrap, .news > .news-inner, .ig-cta > .wrap { position: relative; z-index: 2; }
.hero .fx-ball { color: #fff; opacity: .1; }
.brand-block .fx-ball { color: #fff; opacity: .16; }
.news .fx-ball { color: #fff; opacity: .08; }
.ig-cta .fx-ball { color: var(--blue); opacity: .12; }
.fx-ball.b1 { width: 46px; height: 46px; top: 16%; left: 8%; animation-duration: 8s; }
.fx-ball.b2 { width: 30px; height: 30px; top: 60%; left: 85%; animation-duration: 11s; animation-delay: -2s; }
.fx-ball.b3 { width: 64px; height: 64px; top: 76%; left: 14%; animation-duration: 10s; animation-delay: -4s; }
.fx-ball.b4 { width: 38px; height: 38px; top: 28%; left: 72%; animation-duration: 12s; animation-delay: -1s; }
@keyframes fxfloat { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-24px) rotate(160deg); } }

/* ---- footer accordions + PDP mobile fixes ---- */
@media (max-width: 768px) {
  .foot-top { display: block; }
  .foot-brand { margin-bottom: 6px; }
  .foot-col { border-top: 1px solid var(--line); }
  .foot-col h4 { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 16px 2px; margin: 0; }
  .foot-col h4::after { content: "+"; font-size: 1.5rem; font-weight: 300; color: var(--muted); line-height: 1; }
  .foot-col.open h4::after { content: "\2013"; }
  .foot-col ul { max-height: 0; overflow: hidden; transition: max-height .32s var(--ease); }
  .foot-col.open ul { max-height: 340px; padding-bottom: 14px; }
  .foot-bottom { flex-direction: column-reverse; align-items: center; gap: 18px; text-align: center; padding-top: 22px; }

  /* product page — drop breadcrumb, stop the buy buttons cutting on the left */
  body.single-product .breadcrumb { display: none; }
  .pdp { padding-top: 6px; }
  .pdp-gallery, .pdp-info { min-width: 0; }
  #versions .size { min-width: 0 !important; flex: 1 1 0; }
  .pdp-buy { width: 100%; flex-wrap: wrap; }
  .pdp-buy .btn { flex: 1 1 130px; min-width: 0; }
}

/* =====================================================================
   v6.6 — contact page · login/register · scroll football (all viewports)
   ===================================================================== */
.cgrid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; padding: clamp(34px, 5vw, 60px) 0; }
.ccard { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: clamp(24px, 3vw, 38px); }
.ccard h2 { font-size: 1.5rem; margin-bottom: 6px; }
.ccard .csub { color: var(--muted); margin-bottom: 22px; font-size: .95rem; }
.ccard .field { margin-bottom: 14px; }
.ccard .field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 7px; }
.ccard .field input, .ccard .field textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); font-family: inherit; font-size: .92rem; outline: none; transition: .2s; color: var(--ink); }
.ccard .field input:focus, .ccard .field textarea:focus { border-color: var(--blue); }
.ccard .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cinfo { display: flex; flex-direction: column; gap: 13px; }
.cline { display: flex; gap: 15px; align-items: flex-start; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); transition: .25s var(--ease); color: inherit; }
.cline:hover { border-color: var(--sky); transform: translateY(-2px); }
.cline .cic { width: 46px; height: 46px; border-radius: 11px; background: var(--navy); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.cline.wa .cic { background: #25D366; }
.cline b { display: block; font-size: .95rem; margin-bottom: 3px; color: var(--ink); }
.cline .ctext > span { color: var(--muted); font-size: .9rem; }

/* about page quote */
.about-quote { max-width: 760px; margin: 0 auto; text-align: center; font-family: var(--f-disp); font-weight: 700; font-size: clamp(1.3rem, 3vw, 2rem); line-height: 1.35; color: var(--ink); letter-spacing: -.01em; }
.about-quote cite { display: block; margin-top: 20px; font-family: var(--f-body); font-style: normal; font-weight: 600; font-size: .92rem; color: var(--blue); }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: var(--paper); margin-bottom: 12px; overflow: hidden; transition: border-color .2s; }
.faq-item[open] { border-color: var(--sky); }
.faq-item summary { padding: 18px 20px; font-weight: 600; font-size: 1rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; font-weight: 300; color: var(--blue); line-height: 1; flex-shrink: 0; }
.faq-item[open] summary { color: var(--blue); }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { padding: 0 20px 20px; color: var(--muted); line-height: 1.7; font-size: .95rem; margin: 0; }

/* login / register */
.woocommerce-account .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.woocommerce-account .u-columns .col-1, .woocommerce-account .u-columns .col-2 { width: auto !important; float: none !important; }
.woocommerce .u-column1 > h2, .woocommerce .u-column2 > h2 { font-family: var(--f-disp); font-size: 1.3rem; margin-bottom: 14px; }
.woocommerce form.login, .woocommerce form.register { margin: 0; height: 100%; }
.woocommerce .woocommerce-form-login__rememberme { display: inline-flex; gap: 6px; align-items: center; }

/* scroll football — rolls + bounces across as you scroll */
.fx-roll { position: fixed; left: 0; bottom: 16px; width: 38px; height: 38px; z-index: 60; pointer-events: none; color: var(--blue); will-change: transform; }
.fx-roll svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; opacity: .85; }

@media (max-width: 768px) {
  /* footer — align brand blurb, contact + accordion links to one left edge */
  footer .wrap { padding-left: 22px; padding-right: 22px; }
  .foot-brand p { max-width: none; margin: 0 0 18px; }
  .foot-contact { margin: 0; padding: 0; }
  .foot-contact li { padding-left: 0; margin: 0 0 14px; }
  .foot-col ul { padding-left: 0; }
  .foot-col li { margin-bottom: 12px; }

  /* contact page stacks */
  .cgrid { grid-template-columns: 1fr; gap: 18px; }
  .ccard .frow { grid-template-columns: 1fr; }

  /* my-account / profile responsive */
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; gap: 16px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 6px; border: none; border-radius: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li { border: 1px solid var(--line); border-radius: 999px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a { padding: 9px 16px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { border-left: none; background: var(--ink); color: #fff; border-radius: 999px; }
  .woocommerce-account .woocommerce-MyAccount-content { padding: 18px; }
  .woocommerce-account .u-columns { grid-template-columns: 1fr; gap: 16px; }

  /* cart responsive */
  .cart { gap: 18px; }
  .fx-cart-items .cart-item { grid-template-columns: 76px 1fr; gap: 12px; }
  .fx-cart-items .cart-item .cright { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; }
  .summary { padding: 20px; }

  /* checkout responsive */
  .fx-checkout .co-block { padding: 18px; }
  .fx-checkout .summary { padding: 20px; }
}

/* =====================================================================
   v6.8 — bulletproof mobile fit for CART · CHECKOUT · ACCOUNT
   (single-column stacking + full-width fields + tables that never overflow)
   ===================================================================== */
@media (max-width: 768px) {
  /* ---- CART (custom template) ---- */
  .cart { display: block !important; }
  .fx-cart-items { margin-bottom: 18px; }
  .fx-cart-items .cart-item { grid-template-columns: 66px 1fr !important; gap: 12px; align-items: start; padding: 16px 0; }
  .fx-cart-items .cart-item .cim { width: 66px; }
  .fx-cart-items .cart-item h3 { font-size: .94rem; line-height: 1.3; }
  .fx-cart-items .cart-item .qty { width: -moz-fit-content; width: fit-content; }
  .fx-cart-items .cart-item .qty button { width: 36px; height: 38px; }
  .fx-cart-items .cart-item .qty input { width: 32px; }
  .fx-cart-items .cart-item .cright { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; gap: 12px; margin-top: 6px; }
  .fx-cart-items .cart-item .cright .cprice { font-size: 1.05rem; }
  .cart .summary { position: static; padding: 20px; }
  .fx-cart-items .promo { flex-wrap: wrap; }
  .fx-cart-items .promo input { flex: 1 1 60%; }

  /* ---- CHECKOUT ---- */
  .fx-checkout .checkout { display: block !important; }
  .fx-checkout .fx-co-main { margin-bottom: 20px; }
  .fx-checkout .co-block, .fx-checkout .summary { padding: 16px; }
  .fx-checkout .co-steps { font-size: .76rem; gap: 4px; flex-wrap: wrap; margin-bottom: 20px; }
  .fx-checkout .co-steps .st b { width: 20px; height: 20px; font-size: .7rem; }
  .fx-checkout .co-steps .ln { min-width: 10px; }
  /* every field full width */
  .fx-checkout .woocommerce-billing-fields__field-wrapper,
  .fx-checkout .woocommerce-shipping-fields__field-wrapper,
  .fx-checkout .woocommerce-additional-fields__field-wrapper { display: block !important; }
  .fx-checkout .form-row { float: none !important; width: 100% !important; margin: 0 0 12px !important; padding: 0; display: block; }
  .fx-checkout .form-row label { font-size: .82rem; }
  .fx-checkout .form-row input.input-text, .fx-checkout .form-row textarea,
  .fx-checkout select, .fx-checkout .select2-container { width: 100% !important; box-sizing: border-box; }
  .fx-checkout .select2-container .select2-selection--single { width: 100% !important; height: 48px; display: flex; align-items: center; }
  .fx-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { top: 12px; }
  /* order-review table — fixed layout so it always fits, names wrap */
  .fx-checkout .shop_table { width: 100% !important; table-layout: fixed; font-size: .85rem; }
  .fx-checkout .shop_table th, .fx-checkout .shop_table td { padding: 10px 6px !important; word-break: break-word; overflow-wrap: anywhere; }
  .fx-checkout .shop_table .product-name { width: 62%; }
  .fx-checkout .shop_table .product-total { text-align: right; }
  .fx-checkout .shop_table dl.variation { margin: 5px 0 0; font-size: .78rem; line-height: 1.4; }
  .fx-checkout .shop_table dl.variation dt { font-weight: 600; display: inline; margin-right: 4px; }
  .fx-checkout .shop_table dl.variation dd, .fx-checkout .shop_table dl.variation dd p { display: inline; margin: 0; }
  .fx-checkout #payment ul.payment_methods li { padding: 12px 10px; }
  .fx-checkout #payment ul.payment_methods label { font-size: .9rem; }
  .fx-checkout #payment div.payment_box { font-size: .82rem; }
  .fx-checkout #place_order { font-size: .96rem !important; padding: 15px !important; }
  .fx-checkout .woocommerce-terms-and-conditions-wrapper { font-size: .8rem; }

  /* ---- ACCOUNT — login / register ---- */
  .woocommerce-account .u-columns { display: block !important; }
  .woocommerce-account .u-columns .col-1, .woocommerce-account .u-columns .col-2 { width: auto !important; float: none !important; margin: 0 0 16px !important; }
  .woocommerce-account form.login, .woocommerce-account form.register { padding: 20px; }
  .woocommerce-account form .form-row { width: 100% !important; float: none !important; margin: 0 0 12px !important; }
  .woocommerce-account form .form-row input.input-text { width: 100% !important; box-sizing: border-box; }
  .woocommerce-account form.login .button, .woocommerce-account form.register .button { width: 100%; margin-top: 6px; }
  .woocommerce-account .woocommerce-form-login__rememberme { font-size: .85rem; }
  .woocommerce-account .lost_password { font-size: .85rem; }
}

/* ---- cart Remove → clean text link (kill WooCommerce's circular × oval entirely) ---- */
.fx-cart-items a.remove, .cart-item a.remove {
  display: inline-flex !important; align-items: center; gap: 6px; width: auto !important; height: auto !important;
  min-width: 0 !important; font-size: .82rem !important; font-weight: 500 !important; color: var(--muted) !important;
  line-height: 1.2 !important; border: none !important; border-radius: 0 !important; background: none !important;
  box-shadow: none !important; text-indent: 0 !important; text-align: left; padding: 0 !important;
}
.fx-cart-items a.remove:hover, .cart-item a.remove:hover { color: #e3463a !important; background: none !important; }
.fx-cart-items a.remove .i { width: 15px; height: 15px; }

@media (max-width: 768px) {
  /* checkout — open layout, NOT contained in boxes */
  .fx-checkout .co-block { border: none !important; border-radius: 0 !important; background: transparent !important; padding: 0 !important; margin-bottom: 26px; }
  .fx-checkout .summary.co-summary { border: none !important; border-radius: 0 !important; background: transparent !important; padding: 0 !important; }
  .fx-checkout #order_review_heading { margin-bottom: 14px; }

  /* order-review TABLE — fixed layout so the long name can't squeeze the price; price stays on one line */
  .fx-checkout .shop_table { width: 100% !important; table-layout: fixed !important; border: none !important; }
  .fx-checkout .shop_table th, .fx-checkout .shop_table td { border: none !important; vertical-align: top; }
  .fx-checkout .shop_table .product-name { width: 68% !important; word-break: normal !important; overflow-wrap: break-word !important; padding: 10px 4px !important; }
  .fx-checkout .shop_table .product-total { width: 32% !important; text-align: right; padding: 10px 4px !important; }
  .fx-checkout .shop_table .amount { white-space: nowrap; }
  .fx-checkout .shop_table tbody tr, .fx-checkout .shop_table .cart-subtotal { border-bottom: 1px solid var(--line); }
  .fx-checkout .shop_table tfoot th { text-align: left; padding: 9px 4px; font-weight: 600; }
  .fx-checkout .shop_table tfoot td { text-align: right; padding: 9px 4px; white-space: nowrap; }
  .fx-checkout .shop_table .order-total th, .fx-checkout .shop_table .order-total td { font-size: 1.05rem; padding-top: 12px; }

  /* order review + payment — clean separators, no overlapping boxes */
  .fx-checkout #order_review { border: none !important; }
  .fx-checkout #payment { border: none !important; background: transparent !important; margin-top: 18px; }
  .fx-checkout #payment ul.payment_methods { border: 1px solid var(--line) !important; border-radius: 12px; margin: 0 0 16px; }
}

/* ---- product flags + wishlist were eating 30-40% of small cards — shrink on mobile ---- */
@media (max-width: 768px) {
  .card .flags { top: 7px; left: 7px; gap: 3px; }
  .card .flag { font-size: .5rem; padding: 2px 6px; letter-spacing: .02em; border-radius: 3px; }
  .card .wish { top: 6px; right: 6px; width: 26px; height: 26px; border-radius: 4px; }
  .card .wish .i { width: 14px; height: 14px; }
}

/* =====================================================================
   v6.9 — checkout order-summary as flex (no table), clean Remove, payment, coupon
   ===================================================================== */
.fx-review { font-size: .92rem; }
.fx-rev-item { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); }
.fx-rev-thumb { position: relative; width: 54px; flex-shrink: 0; }
.fx-rev-thumb img { width: 54px; height: 64px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.fx-rev-qty { position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px; padding: 0 5px; background: var(--ink); color: #fff; border-radius: 10px; font-size: .7rem; font-weight: 700; display: grid; place-items: center; }
.fx-rev-info { flex: 1; min-width: 0; }
.fx-rev-info b { display: block; font-size: .9rem; font-weight: 600; line-height: 1.3; }
.fx-rev-meta { display: block; font-size: .8rem; color: var(--muted); margin-top: 3px; }
.fx-rev-price { font-family: var(--f-disp); font-weight: 700; font-size: .95rem; white-space: nowrap; flex-shrink: 0; }
.fx-rev-totals { padding-top: 12px; }
.fx-rev-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 8px 0; font-size: .92rem; color: var(--muted); }
.fx-rev-row > span:last-child { color: var(--ink); font-weight: 600; white-space: nowrap; }
.fx-rev-discount > span:last-child { color: #e3463a; }
.fx-rev-total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 14px; color: var(--ink); font-weight: 700; }
.fx-rev-total > span:last-child { font-family: var(--f-disp); font-size: 1.3rem; font-weight: 800; }

/* cart Remove — custom class, zero WooCommerce styling */
.fx-cart-rm { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 500; color: var(--muted); line-height: 1.2; }
.fx-cart-rm:hover { color: #e3463a; }
.fx-cart-rm .i { width: 15px; height: 15px; }

/* checkout payment — full width, clean (COD / Razorpay) */
.fx-checkout #payment, .woocommerce-checkout #payment { background: transparent !important; border: none !important; border-radius: 0 !important; }
.fx-checkout #payment ul.payment_methods { list-style: none; margin: 0 0 18px; padding: 6px; border: 1px solid var(--line) !important; border-radius: 14px; }
.fx-checkout #payment ul.payment_methods li { padding: 14px 12px; border-bottom: 1px solid var(--line); }
.fx-checkout #payment ul.payment_methods li:last-child { border-bottom: none; }
.fx-checkout #payment ul.payment_methods li label { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; margin: 0; cursor: pointer; }
.fx-checkout #payment ul.payment_methods li input[type=radio] { width: 18px; height: 18px; accent-color: var(--blue); margin: 0; }
.fx-checkout #payment ul.payment_methods li img { max-height: 24px; width: auto; vertical-align: middle; }
.fx-checkout #payment div.payment_box { background: var(--bone); border-radius: 10px; margin: 10px 0 0; font-size: .85rem; color: var(--muted); padding: 14px; }
.fx-checkout #payment div.payment_box::before { display: none; }
.fx-checkout #place_order { width: 100%; justify-content: center; padding: 16px !important; border-radius: 12px !important; background: var(--blue) !important; font-size: 1rem !important; }
.fx-checkout #place_order:hover { background: var(--ink) !important; }

/* coupon fields — full width inputs (cart .promo + checkout coupon) */
.cart .promo input, .fx-cart-items .promo input { flex: 1 1 60%; min-width: 0; }
.woocommerce-checkout .checkout_coupon { display: flex !important; flex-wrap: wrap; gap: 8px; border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.woocommerce-checkout .checkout_coupon .form-row { float: none !important; width: auto !important; margin: 0 !important; padding: 0; }
.woocommerce-checkout .checkout_coupon .form-row-first { flex: 1 1 55%; }
.woocommerce-checkout .checkout_coupon .input-text { width: 100% !important; box-sizing: border-box; }

@media (max-width: 768px) {
  .fx-checkout .summary.co-summary > #order_review { border-top: 1px solid var(--line); padding-top: 16px; }
  .woocommerce-checkout .checkout_coupon .form-row { flex: 1 1 100%; }
  .woocommerce-checkout .checkout_coupon .button { width: 100%; }
}

/* ---- sold out products ---- */
.flag.soldout { background: var(--ink); color: #fff; }
.is-soldout .card-media img { opacity: .6; filter: grayscale(.28); }
.add.add-dis { background: var(--bone); color: var(--muted); border: 1px solid var(--line); cursor: not-allowed; pointer-events: none; justify-content: center; }
.pdp-soldout { border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: var(--bone); }
.pdp-soldout b { font-family: var(--f-disp); font-size: 1.3rem; display: block; }
.pdp-soldout p { color: var(--muted); margin: 8px 0 16px; font-size: .92rem; }
