
:root{
  --b:#0f63f4;
  --n:#071d45;
  --t:#10223f;
  --m:#667085;
  --l:#e4e8ef;
  --s:#f6f8fb;
  --w:1180px;
}

.kkv24-home{background:#fff;color:var(--t)}
.kkv24-home *{box-sizing:border-box}
.kkv24-shell{width:min(var(--w),calc(100% - 40px));margin:0 auto}
.kkv24-eyebrow{
  display:block;
  color:var(--b);
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase
}

/* HERO */
.kkv24-hero{
  overflow:hidden;
  background:linear-gradient(110deg,#fff 0 54%,#edf4ff 54%)
}
.kkv24-hero-inner{
  height:380px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:30px
}
.kkv24-hero-copy h1{
  max-width:680px;
  margin:12px 0 15px;
  color:var(--n);
  font-size:47px;
  line-height:1.03;
  letter-spacing:-.045em
}
.kkv24-hero-copy p{
  max-width:650px;
  margin:0;
  color:#5f6f87;
  font-size:16px;
  line-height:1.6
}
.kkv24-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px
}
.kkv24-actions a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  padding:0 20px;
  border:1px solid #cbd7e6;
  border-radius:7px;
  color:var(--n)!important;
  background:#fff;
  text-decoration:none!important;
  font-size:11px;
  font-weight:850
}
.kkv24-actions a.primary{
  border-color:var(--b);
  background:var(--b);
  color:#fff!important
}
.kkv24-hero-art{
  height:380px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  position:relative
}
.kkv24-hero-art:before{
  content:"";
  position:absolute;
  width:335px;
  height:335px;
  border-radius:50%;
  background:rgba(79,139,244,.12);
  top:20px;
  right:65px
}
.kkv24-hero-art a{
  position:relative;
  z-index:2;
  height:90%;
  max-width:405px
}
.kkv24-hero-art img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 22px 28px rgba(4,33,82,.14))
}
.kkv24-hero-fallback{
  position:relative;
  z-index:2;
  color:var(--b);
  font-size:70px;
  font-weight:900
}

/* TRUST */
.kkv24-trust{
  border-top:1px solid #edf1f6;
  border-bottom:1px solid var(--l)
}
.kkv24-trust .kkv24-shell{
  min-height:58px;
  display:grid;
  grid-template-columns:repeat(6,1fr)
}
.kkv24-trust span,
.kkv24-trust a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  border-right:1px solid var(--l);
  color:var(--n)!important;
  text-decoration:none!important;
  text-align:center;
  font-size:11px
}
.kkv24-trust>*:last-child{border-right:0}

/* QUICK SHOP - no more fake icon circles */
.kkv24-quick{padding:24px 0 12px}
.kkv24-quick-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:13px
}
.kkv24-quick-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border:1px solid #dde5ef;
  border-radius:999px;
  background:#fff;
  color:var(--n)!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:750
}
.kkv24-quick-links a:hover{
  border-color:#aac5f8;
  color:var(--b)!important
}
.kkv24-quick-links a span{
  color:var(--b);
  font-size:13px
}

/* PRODUCTS */
.kkv24-products-section{padding:27px 0}
.kkv24-products-section.club-products{
  padding-top:27px;
  padding-bottom:18px
}
.kkv24-products-section.world-products{
  padding-top:15px;
  padding-bottom:32px
}
.kkv24-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px
}
.kkv24-heading h2{
  margin:0;
  color:#08172f;
  font-size:25px;
  line-height:1.1;
  letter-spacing:-.025em
}
.kkv24-heading>a{
  color:#101820!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:800;
  white-space:nowrap
}
.kkv24-product-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px
}
.kkv24-product{min-width:0}
.kkv24-product-media{
  display:block;
  height:350px;
  text-decoration:none!important;
  overflow:hidden;
  background:#fff
}
.kkv24-img-stage{
  display:block;
  width:100%;
  height:100%;
  background:#fff;
  overflow:hidden
}
.kkv24-product-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(1.10);
  transition:transform .22s ease
}
.kkv24-product:hover .kkv24-product-media img{
  transform:scale(1.135)
}
.kkv24-product-name{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:39px;
  margin-top:13px;
  color:#344054!important;
  text-decoration:none!important;
  font-size:13.5px;
  font-weight:550;
  line-height:1.45
}
.kkv24-product-name:hover{color:var(--b)!important}
.kkv24-product-price{
  margin-top:6px;
  color:#101828;
  font-size:18px;
  font-weight:850;
  line-height:1.2
}
.kkv24-product-price del{
  font-size:13px;
  color:#98a2b3;
  font-weight:500
}
.kkv24-product-price ins{text-decoration:none}

/* COMPACT TEXT NAVIGATION */
.kkv24-nav-block{padding:28px 0}
.kkv24-nav-block.soft{background:var(--s)}
.kkv24-nav-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px
}
.kkv24-nav-head h2{
  margin:7px 0 0;
  color:var(--n);
  font-size:28px;
  letter-spacing:-.025em
}
.kkv24-viewall{
  color:var(--b)!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:850;
  white-space:nowrap
}
.kkv24-text-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.kkv24-text-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-width:145px;
  min-height:44px;
  padding:0 14px;
  border:1px solid #dfe6ef;
  border-radius:8px;
  background:#fff;
  color:var(--n)!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:750
}
.kkv24-text-nav a span{
  color:var(--b);
  font-size:13px
}
.kkv24-text-nav a:hover{
  border-color:#aac5f8;
  box-shadow:0 4px 14px rgba(17,58,112,.06)
}

/* PROMO */
.kkv24-promo{padding:34px 0 38px}
.kkv24-promo .kkv24-shell{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.kkv24-promo a{
  min-height:155px;
  padding:24px;
  border-radius:14px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  text-decoration:none!important
}
.kkv24-promo small{
  font-size:9px;
  font-weight:850;
  letter-spacing:.13em
}
.kkv24-promo h3{
  margin:8px 0 7px;
  font-size:22px
}
.kkv24-promo p{
  margin:0;
  font-size:12px;
  line-height:1.55
}
.kkv24-promo .navy{
  background:#082451;
  color:#fff!important
}
.kkv24-promo .blue{
  background:#1159dc;
  color:#fff!important
}
.kkv24-promo .navy small,
.kkv24-promo .navy h3,
.kkv24-promo .navy p,
.kkv24-promo .blue small,
.kkv24-promo .blue h3,
.kkv24-promo .blue p{
  color:#fff!important
}
.kkv24-promo .navy p,
.kkv24-promo .blue p{
  opacity:.82
}
.kkv24-promo .light{
  background:#eef3fa;
  border:1px solid var(--l);
  color:var(--n)!important
}
.kkv24-promo .light small,
.kkv24-promo .light h3{
  color:var(--n)!important
}
.kkv24-promo .light p{
  color:#64748b!important
}

/* SUPPORT */
.kkv24-support{padding:12px 0 32px}
.kkv24-support .kkv24-shell{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.kkv24-support a{
  position:relative;
  min-height:145px;
  padding:24px 27px;
  border-radius:13px;
  text-decoration:none!important;
  color:var(--n)!important
}
.kkv24-support small{
  color:var(--b);
  font-size:9px;
  font-weight:850;
  letter-spacing:.14em
}
.kkv24-support h3{
  max-width:390px;
  margin:10px 0 8px;
  font-size:22px
}
.kkv24-support p{
  max-width:450px;
  margin:0;
  color:#65748a;
  font-size:12px;
  line-height:1.6
}
.kkv24-support b{
  position:absolute;
  right:26px;
  top:50%;
  transform:translateY(-50%);
  padding:10px 15px;
  border:1px solid #91a0b2;
  font-size:11px
}
.kkv24-support .order{background:#eaf6ff}
.kkv24-support .help{background:#ebf8ee}

/* BRAND */
.kkv24-brand{padding:0 0 26px}
.kkv24-brand p{
  margin:0;
  padding-top:17px;
  border-top:1px solid var(--l);
  color:#6b7990;
  font-size:11px;
  line-height:1.6
}
.kkv24-brand strong{color:var(--n)}

@media(max-width:1000px){
  .kkv24-hero-copy h1{font-size:42px}
  .kkv24-product-row{gap:18px}
  .kkv24-product-media{height:300px}
  .kkv24-trust .kkv24-shell{grid-template-columns:repeat(3,1fr)}
  .kkv24-text-nav a{min-width:130px}
}

@media(max-width:760px){
  .kkv24-shell{width:min(var(--w),calc(100% - 26px))}
  .kkv24-hero{
    background:linear-gradient(180deg,#fff 0 58%,#edf4ff 58%)
  }
  .kkv24-hero-inner{
    height:auto;
    grid-template-columns:1fr
  }
  .kkv24-hero-copy{padding:34px 0 8px}
  .kkv24-hero-copy h1{font-size:37px}
  .kkv24-hero-art{height:280px}
  .kkv24-product-row{
    grid-template-columns:repeat(2,1fr);
    gap:22px 14px
  }
  .kkv24-product-media{height:260px}
  .kkv24-product-media img{transform:scale(1.06)}
  .kkv24-promo .kkv24-shell,
  .kkv24-support .kkv24-shell{
    grid-template-columns:1fr
  }
  .kkv24-support b{
    position:static;
    display:inline-block;
    margin-top:16px;
    transform:none
  }
  .kkv24-text-nav a{
    min-width:calc(50% - 5px);
    flex:1 1 calc(50% - 5px)
  }
}

@media(max-width:520px){
  .kkv24-trust .kkv24-shell{
    grid-template-columns:repeat(2,1fr)
  }
  .kkv24-heading,
  .kkv24-nav-head{
    align-items:flex-start;
    flex-direction:column;
    gap:8px
  }
  .kkv24-product-media{height:215px}
  .kkv24-product-name{font-size:12.5px}
  .kkv24-product-price{font-size:16px}
  .kkv24-text-nav a{
    min-width:100%;
    flex-basis:100%
  }
}

/* V2.4.2: REAL CATEGORY VISUALS ONLY — no media-library guessing */
.kkv242-visual-block{padding:28px 0}
.kkv242-visual-block.soft{background:var(--s)}
.kkv242-visual-row{
  display:flex;
  gap:22px;
  align-items:flex-start;
  overflow-x:auto;
  padding:2px 0 8px;
}
.kkv242-visual-chip{
  flex:0 0 92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:9px;
  color:var(--n)!important;
  text-decoration:none!important;
  text-align:center;
}
.kkv242-visual-media{
  width:70px;
  height:70px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border:1px solid #e0e7f0;
  box-shadow:0 4px 14px rgba(14,40,83,.05)
}
.kkv242-visual-media img{
  display:block;
  width:72%;
  height:72%;
  object-fit:contain;
}
.kkv242-visual-chip.type-player .kkv242-visual-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.kkv242-visual-label{
  min-height:30px;
  color:var(--n);
  font-size:11px;
  font-weight:750;
  line-height:1.3
}
.kkv242-visual-chip:hover .kkv242-visual-media{
  border-color:#a8c5fb;
  box-shadow:0 7px 18px rgba(15,99,244,.10)
}
.kkv242-visual-chip:hover .kkv242-visual-label{color:var(--b)}

/* Missing category thumbnail: compact clean text only. No fake A/B/M circle. */
.kkv242-visual-chip:not(:has(.kkv242-visual-media)){
  flex-basis:auto;
  min-width:112px;
  min-height:42px;
  justify-content:center;
  padding:0 13px;
  border:1px solid #dfe6ef;
  border-radius:8px;
  background:#fff
}
.kkv242-visual-chip:not(:has(.kkv242-visual-media)) .kkv242-visual-label{min-height:0}

/* The source product is never modified; canvas JS only changes homepage display. */
.kkv24-product-media,.kkv24-img-stage{background:#fff!important}

@media(max-width:760px){
  .kkv242-visual-row{gap:15px}
  .kkv242-visual-chip{flex-basis:82px}
  .kkv242-visual-media{width:62px;height:62px}
}


/* =========================================================
   V2.6.0 — MORE CATEGORY JERSEYS + FIND-MY-JERSEY CTA
   ========================================================= */
.kkv26-merch-section.soft{
  background:#f6f8fb
}
.kkv26-find-jersey{
  padding:34px 0 38px
}
.kkv26-find-jersey .kkv24-shell{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);
  gap:18px
}
.kkv26-find-main,
.kkv26-find-side{
  border-radius:14px;
  padding:28px 30px
}
.kkv26-find-main{
  background:#082451;
  color:#fff
}
.kkv26-find-main .kkv24-eyebrow{
  color:#79aaff
}
.kkv26-find-main h2{
  margin:8px 0 10px;
  color:#fff!important;
  font-size:28px;
  line-height:1.15
}
.kkv26-find-main p{
  max-width:760px;
  margin:0;
  color:#dce6f4;
  font-size:13px;
  line-height:1.7
}
.kkv26-wa-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:20px;
  padding:0 18px;
  border-radius:8px;
  background:#20c764;
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:850;
  letter-spacing:.035em
}
.kkv26-wa-button:hover{
  filter:brightness(.97);
  transform:translateY(-1px)
}
.kkv26-find-side{
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#eef6ff;
  border:1px solid #d9e8f8
}
.kkv26-find-side h3{
  margin:9px 0 8px;
  color:var(--n)!important;
  font-size:22px;
  line-height:1.2
}
.kkv26-find-side p{
  margin:0;
  color:#65748a;
  font-size:12px;
  line-height:1.65
}
.kkv26-find-side>a{
  margin-top:16px;
  color:var(--b)!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:850;
  letter-spacing:.025em
}
@media(max-width:760px){
  .kkv26-find-jersey .kkv24-shell{
    grid-template-columns:1fr
  }
  .kkv26-find-main,
  .kkv26-find-side{
    padding:23px 21px
  }
  .kkv26-find-main h2{
    font-size:25px
  }
}


/* =========================================================
   V2.6.1 — COMPACT TOP FIND-JERSEY CTA + SUPPORT CLEANUP
   ========================================================= */

/* Legacy duplicate homepage support cards ("Where is my order?" /
   "Need help before or after ordering?") are no longer used on the homepage. */
.kkv24-support{
  display:none!important;
}

/* V2.6.0 large bottom find/order block is retired. */
.kkv26-find-jersey{
  display:none!important;
}

.kkv261-find-strip{
  padding:10px 0 4px;
}
.kkv261-find-strip .kkv24-shell{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:13px 18px;
  border:1px solid #d7e4f3;
  border-radius:10px;
  background:#f7faff;
}
.kkv261-find-copy{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:12px;
}
.kkv261-find-copy strong{
  flex:0 0 auto;
  color:#082451;
  font-size:14px;
  line-height:1.3;
}
.kkv261-find-copy span{
  color:#66758a;
  font-size:11px;
  line-height:1.5;
}
.kkv261-find-button{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:7px;
  background:#20c764;
  color:#fff!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:850;
  letter-spacing:.035em;
  white-space:nowrap;
}
.kkv261-find-button:hover{
  filter:brightness(.97);
  transform:translateY(-1px);
}

@media(max-width:760px){
  .kkv261-find-strip{
    padding:8px 0 2px;
  }
  .kkv261-find-strip .kkv24-shell{
    min-height:0;
    align-items:flex-start;
    padding:12px 14px;
    gap:10px;
  }
  .kkv261-find-copy{
    display:block;
  }
  .kkv261-find-copy strong{
    display:block;
    margin-bottom:3px;
    font-size:13px;
  }
  .kkv261-find-copy span{
    display:block;
    font-size:14px;
    line-height:1.45;
  }
  .kkv261-find-button{
    min-height:44px;
    padding:8px 14px;
    font-size:13px;
    line-height:1.4;
    max-width:100%;
    white-space:normal;
    text-align:center;
  }
}

@media(max-width:520px){
  .kkv261-find-strip .kkv24-shell{
    display:block;
  }
  .kkv261-find-button{
    margin-top:9px;
  }
}


/* =========================================================
   V2.6.2 — HARD REMOVE LEGACY DUPLICATE SUPPORT BLOCKS
   =========================================================
   These are historical Homepage V2 support card wrappers only.
   Footer navigation/contact links are intentionally untouched.
*/
body.home .kkv24-support,
body.home .kkv23-support,
body.home .kkv22-support,
body.home .kkv21-support,
body.home .kkv2-support{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}


/* =========================================================
   V2.6.3 — FOOTER SAFETY FIX
   =========================================================
   V2.6.2 had an over-broad DOM fallback that could remove the shared
   container holding the legacy support cards AND the footer.
   V2.6.3 never removes a shared parent and never removes anything
   inside <footer>. Footer markup/styles are left untouched.
*/


/* =========================================================
   V2.6.4 — CLEAN SINGLE-LAYER FOOTER
   =========================================================
   Target state:
   1) Keep Help / Tips & Info / About Us / Policies / CONTACT.
   2) Remove redundant lower KKSET brand + Customer Support +
      Shop with confidence row via strict DOM matching.
   3) Keep copyright/legal bottom row.
   4) Legacy working-hours copy is corrected to 24/7 by JS fallback.
*/


/* =========================================================
   V2.6.5 — 8 PRODUCTS / 4 VISIBLE PRODUCT CAROUSELS
   ========================================================= */
.kkv165-product-carousel{
  position:relative;
  width:100%;
}
.kkv165-product-carousel .kkv24-product-row{
  display:grid;
  grid-template-columns:none!important;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 84px) / 4);
  gap:28px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:0;
}
.kkv165-product-carousel .kkv24-product-row::-webkit-scrollbar{
  display:none;
}
.kkv165-product-carousel .kkv24-product{
  min-width:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.kkv165-carousel-arrow{
  position:absolute;
  z-index:12;
  top:154px;
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid #d5deea;
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:#082451;
  box-shadow:0 6px 18px rgba(8,36,81,.12);
  cursor:pointer;
  transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease;
}
.kkv165-carousel-arrow span{
  display:block;
  margin-top:-3px;
  font-size:29px;
  line-height:1;
}
.kkv165-carousel-arrow.prev{left:-19px}
.kkv165-carousel-arrow.next{right:-19px}
.kkv165-carousel-arrow:hover:not(:disabled){
  transform:scale(1.06);
  box-shadow:0 8px 22px rgba(8,36,81,.17);
}
.kkv165-carousel-arrow:disabled{
  opacity:0;
  pointer-events:none;
}
.kkv165-product-carousel.is-scrollable{
  padding-inline:0;
}

/* Touch/tablet: two cards are easier to browse and still swipe naturally. */
@media(max-width:900px){
  .kkv165-product-carousel .kkv24-product-row{
    grid-auto-columns:calc((100% - 14px) / 2);
    gap:14px;
  }
  .kkv165-carousel-arrow{
    top:112px;
    width:34px;
    height:34px;
  }
  .kkv165-carousel-arrow.prev{left:-10px}
  .kkv165-carousel-arrow.next{right:-10px}
}

/* Phone: show a full card plus part of the next card to communicate swipe. */
@media(max-width:520px){
  .kkv165-product-carousel.is-scrollable{
    padding-bottom:56px;
  }
  .kkv165-product-carousel .kkv24-product-row{
    grid-auto-columns:82%;
    gap:12px;
    scroll-padding-left:0;
  }
  .kkv165-carousel-arrow{
    display:flex;
    top:auto;
    bottom:0;
    width:44px;
    height:44px;
  }
  .kkv165-carousel-arrow.prev{left:0}
  .kkv165-carousel-arrow.next{right:0}
  .kkv165-carousel-arrow:focus-visible{
    outline:3px solid var(--b);
    outline-offset:2px;
  }
}


/* V2.6.6 frontend behavior is unchanged.
   Manual product management is admin-only and therefore adds no frontend CSS cost. */
