/* Basketball discovery, measured from the supplied mobile shop reference. */
body.kbs-shop-active{background:#fff}
.kbs-shop,.kbs-shop *{box-sizing:border-box}
.kbs-shop{--kbs-shop-gutter:40px;width:100%;max-width:1280px;margin:0 auto;background:#fff;color:#111;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.45;padding:0 0 64px;overflow:clip}
.kbs-shop :is(h1,h2,h3,p){font-family:inherit;color:inherit;letter-spacing:-.02em}
.kbs-shop h1{font-size:30px;font-weight:500;line-height:1.2;margin:0 0 26px}
.kbs-shop h2{font-size:24px;font-weight:500;line-height:1.3;margin:0 0 28px}
.kbs-shop h3{font-size:16px;font-weight:500;line-height:1.4;margin:10px 0 0;letter-spacing:0}
.kbs-shop a{color:#111;text-decoration:none}
.kbs-shop img{max-width:100%;display:block;border-radius:0}
.kbs-shop-heading{padding:36px var(--kbs-shop-gutter) 0}
.kbs-shop-tabs{display:flex;gap:28px;border-bottom:1px solid #e5e5e5;white-space:nowrap;overflow:auto}
.kbs-shop-tabs a{min-height:48px;display:flex;align-items:center;padding:0 0 14px;border-bottom:2px solid transparent;color:#707072;font-size:16px}
.kbs-shop-tabs a[aria-current]{color:#111;border-color:#111}
.kbs-shop-featured{padding:32px var(--kbs-shop-gutter) 40px}
.kbs-shop-feature-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.kbs-shop-feature-track a{min-width:0}
.kbs-shop-feature-track img{width:100%;aspect-ratio:1;object-fit:cover;object-position:center 35%;border-radius:4px}
.kbs-shop-feature-track h3{margin-top:12px}
.kbs-shop-discover{margin:0 var(--kbs-shop-gutter)}
.kbs-shop-disclosure{border:0;margin:0 0 3px;scroll-margin-top:140px}
.kbs-shop-disclosure summary{position:relative;list-style:none;cursor:pointer;display:flex;align-items:center;min-height:174px;background:#182027;color:#fff;padding:28px 56% 28px 32px;isolation:isolate}
.kbs-shop-disclosure summary::-webkit-details-marker{display:none}
.kbs-shop-disclosure summary>span{font-size:24px;line-height:1.25;font-weight:500;position:relative;z-index:1}
.kbs-shop-disclosure summary>img:not(.kbs-shop-chevron){position:absolute;right:0;top:0;width:50%;height:100%;object-fit:cover;object-position:center 42%;z-index:0}
.kbs-shop-disclosure summary>img.kbs-shop-chevron{position:absolute;right:18px;top:calc(50% - 12px);height:24px;width:24px;filter:invert(1);z-index:1;transition:transform .18s}
.kbs-shop-disclosure[open] .kbs-shop-chevron{transform:rotate(180deg)}
.kbs-shop-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 40px;padding:10px 32px 20px;background:#fff}
.kbs-shop-menu a{display:flex;align-items:center;min-height:64px;padding:16px 0;border-bottom:1px solid #e5e5e5;font-size:17px;font-weight:500;overflow-wrap:anywhere}
.kbs-shop-menu a:hover{text-decoration:underline;text-underline-offset:4px}
.kbs-shop-categories,.kbs-shop-latest,.kbs-shop-help{padding:52px var(--kbs-shop-gutter) 12px}
.kbs-shop-category-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.kbs-shop-category-track img{width:100%;aspect-ratio:1.25;object-fit:cover;background:#f4f4f4}
.kbs-shop-category-track h3{text-align:center}
.kbs-shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 16px}
.kbs-shop-product-grid article{min-width:0}
.kbs-shop-product-grid article img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#f5f5f5}
.kbs-shop-product-grid h3{overflow-wrap:anywhere}
.kbs-shop-price{font-size:15px;color:#707072;margin-top:3px}
.kbs-shop-price ins{background:none;text-decoration:none;color:#111}
.kbs-shop-price del{opacity:.7}
.kbs-shop-view-all{display:table;min-height:44px;padding:9px 22px;margin:44px auto 0;border:1px solid #c7c7c7;border-radius:28px;font-size:16px;font-weight:500}
.kbs-shop-view-all:hover{border-color:#111;background:#f7f7f7}
.kbs-shop-empty{font-size:16px;color:#707072;max-width:600px;line-height:1.7}
.kbs-shop-help>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e5e5e5}
.kbs-shop-help a{padding:20px 0;text-decoration:underline;text-underline-offset:5px}
.kbs-shop-return{clear:both;margin:20px 0;font:500 16px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif}
.kbs-shop-return a{color:#111;text-underline-offset:4px}
.kbs-shop :is(a,summary){-webkit-tap-highlight-color:transparent}
.kbs-shop :is(a,summary):focus:not(:focus-visible){outline:none;box-shadow:none}
.kbs-shop :is(a,summary):focus-visible{outline:2px solid #111;outline-offset:3px}
body.kbs-hg-archive .kbs-shop .kbs-shop-disclosure summary:focus-visible{outline:2px solid #fff!important;outline-offset:-4px!important}
@media(max-width:782px){
 .kbs-shop{--kbs-shop-gutter:22px;padding-bottom:32px}
 .kbs-shop-heading{padding-top:26px}
 .kbs-shop h1{font-size:22px;margin-bottom:20px}
 .kbs-shop h2{font-size:18px;margin-bottom:24px}
 .kbs-shop h3{font-size:14px;line-height:1.4}
 .kbs-shop-tabs{gap:24px}
 .kbs-shop-tabs a{font-size:15px;min-height:44px;padding-bottom:12px}
 .kbs-shop-featured{padding-top:26px;padding-bottom:32px;padding-right:0}
 .kbs-shop-feature-track{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-right:22px;padding-bottom:4px}
 .kbs-shop-feature-track::-webkit-scrollbar{display:none}
 .kbs-shop-feature-track a{flex:0 0 39vw;scroll-snap-align:start}
 .kbs-shop-feature-track h3{font-size:13px;margin-top:10px}
 .kbs-shop-discover{margin:0}
 .kbs-shop-disclosure{scroll-margin-top:72px}
 .kbs-shop-disclosure summary{min-height:116px;padding:18px 51% 18px 22px}
 .kbs-shop-disclosure summary>span{font-size:20px;line-height:1.25}
 .kbs-shop-disclosure summary>img.kbs-shop-chevron{right:12px;width:22px;height:22px}
 .kbs-shop-menu{grid-template-columns:1fr;padding:10px 22px 20px;gap:0}
 .kbs-shop-menu a{min-height:62px;font-size:16px}
 .kbs-shop-categories,.kbs-shop-latest,.kbs-shop-help{padding-top:48px}
 .kbs-shop-category-track{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:6px;scrollbar-width:none}
 .kbs-shop-category-track a{flex:0 0 44vw;scroll-snap-align:start}
 .kbs-shop-category-track img{aspect-ratio:1}
 .kbs-shop-category-track h3{font-size:13px}
 .kbs-shop-product-grid{gap:42px 6px}
 .kbs-shop-product-grid h3{font-size:13px;line-height:1.4;margin-top:8px}
 .kbs-shop-price{font-size:12px;line-height:1.4}
 .kbs-shop-help>div{grid-template-columns:1fr}
 .kbs-shop-help a{border-bottom:1px solid #e5e5e5;padding:18px 0}
}
@media(max-width:360px){.kbs-shop{--kbs-shop-gutter:18px}.kbs-shop-tabs{gap:18px}.kbs-shop-product-grid h3{font-size:12px}.kbs-shop-disclosure summary>span{font-size:18px}}
@media(prefers-reduced-motion:reduce){.kbs-shop *{scroll-behavior:auto!important;transition:none!important}}

/* Player profile: original reference photo clipped to the left region; editable HTML on the right. */
.kbs-player-banner{max-width:1240px;width:calc(100% - 64px);margin:24px auto 40px;display:flex;align-items:center;overflow:hidden;background:#fff;border-bottom:1px solid #eee;animation:kbs-player-enter .65s cubic-bezier(.2,.7,.2,1) both}
.kbs-player-photo{flex:none;width:43%;height:260px;overflow:hidden;background:#f3f4f5;position:relative}
.kbs-player-photo img{display:block;width:100%;height:100%;object-fit:contain}
.kbs-player-reference{aspect-ratio:var(--kbs-player-crop);height:auto;background:white}
.kbs-player-reference img{position:absolute;left:0;top:0;width:auto!important;max-width:none!important;height:100%!important;object-fit:fill}
.kbs-player-copy{padding:24px 30px;min-width:0;flex:1;font-family:Arial,Helvetica,sans-serif}
.kbs-player-copy h1{font:400 clamp(24px,3.3vw,44px)/1.13 Arial,Helvetica,sans-serif!important;letter-spacing:-.025em;margin:0 0 14px!important;text-transform:uppercase;overflow-wrap:anywhere}
.kbs-player-copy h1 span,.kbs-player-copy h1 strong{display:block}.kbs-player-copy h1 strong{font-weight:750}
.kbs-player-copy p{font-size:15px;margin:0;color:#555}.kbs-player-copy .kbs-player-eyebrow{font-size:10px;letter-spacing:.14em;color:#888;margin-bottom:12px}
body.kbs-player-archive .woocommerce-products-header{display:none}
@keyframes kbs-player-enter{from{opacity:0;transform:translateX(-40px);clip-path:inset(0 100% 0 0)}to{opacity:1;transform:translateX(0);clip-path:inset(0)}}
@media(max-width:782px){.kbs-player-banner{width:calc(100% - 36px);margin:16px auto 28px;align-items:stretch}.kbs-player-photo{width:43%;height:auto;min-height:132px}.kbs-player-reference{aspect-ratio:auto}.kbs-player-reference img{height:100%!important;width:auto!important;max-width:none!important;left:100%;top:0;transform:translateX(var(--kbs-player-photo-offset,-45%));object-fit:fill}.kbs-player-copy{padding:20px 12px;align-self:center}.kbs-player-copy h1{font-size:clamp(17px,4.6vw,29px)!important;margin-bottom:9px!important}.kbs-player-copy p{font-size:11px}.kbs-player-copy .kbs-player-eyebrow{font-size:8px;letter-spacing:.07em;margin-bottom:8px}}
@media(prefers-reduced-motion:reduce){.kbs-player-banner{animation:none}}

/* Supplied full profile artwork keeps its complete composition. */
.kbs-player-banner-full{display:block;border:0;aspect-ratio:4/1}.kbs-player-banner-full>img{display:block;width:100%;height:auto;aspect-ratio:4/1;object-fit:contain}.kbs-player-banner-full>.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
/* Native horizontal scrolling also works without JavaScript. */
.kbs-shop-category-track{display:flex;overflow-x:auto;gap:12px;scrollbar-width:none;scroll-snap-type:x proximity;position:relative;direction:ltr}
.kbs-shop-category-track>a{flex:0 0 calc((100% - 24px)/3);min-width:0;scroll-snap-align:start}
.kbs-shop .kbs-shop-slide-toggle{display:block;margin:12px 0 0 auto;padding:8px 0;min-height:36px;border:0;background:transparent;color:#555;text-decoration:underline;font:12px/1.4 inherit;cursor:pointer}
.kbs-shop-menu{scroll-margin-top:130px}
@media(max-width:782px){.kbs-shop-category-track{gap:6px}.kbs-shop-category-track>a{flex-basis:44vw}}
@media(prefers-reduced-motion:reduce){.kbs-shop-slide-toggle{display:none!important}}
/* Compact icon control retains keyboard access without the former visible sentence. */
.kbs-shop .kbs-shop-slide-toggle{width:36px;min-height:36px;padding:6px;margin:8px 0 0 auto;text-decoration:none;font:18px/1 Arial,Helvetica,sans-serif;}
.kbs-shop .kbs-shop-slide-toggle:focus-visible{outline:2px solid #111;outline-offset:2px;}
