:root{
  --ink:#111827;
  --muted:#667085;
  --line:#e5e7eb;
  --surface:#ffffff;
  --canvas:#f6f7fb;
  --accent:#6d28d9;
  --accent-dark:#5620b8;
  --accent-soft:#f1eafd;
  --success:#157f3c;
  --danger:#b42318;
  --shadow:0 18px 50px rgba(17,24,39,.08);
  --radius:22px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--canvas);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button{touch-action:manipulation}
a{color:inherit}
.site-header{height:72px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(229,231,235,.9);position:sticky;top:0;z-index:30;backdrop-filter:blur(14px)}
.site-header__inner{max-width:1280px;height:100%;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-weight:900;letter-spacing:.02em}
.brand--center{justify-content:center}
.brand__mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#8b5cf6);color:#fff;display:grid;place-items:center;font-size:14px;box-shadow:0 8px 20px rgba(109,40,217,.25)}
.brand__wordmark{font-size:17px}.brand__wordmark strong{color:var(--accent)}
.header-trust{font-size:13px;color:var(--muted);font-weight:700;display:flex;align-items:center;gap:8px}
.header-trust__dot{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}
.hero{background:radial-gradient(circle at 85% 15%,rgba(167,139,250,.22),transparent 28%),linear-gradient(135deg,#111827 0%,#1f2937 58%,#312e81 100%);color:#fff}
.hero__inner{max-width:1180px;margin:0 auto;padding:52px 28px 58px;text-align:center}
.hero__logo-wrap{display:flex;width:fit-content;max-width:100%;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(255,255,255,.22);border-radius:20px;padding:9px 14px;margin:0 auto 12px;box-shadow:0 18px 44px rgba(0,0,0,.22)}
.hero__logo{display:block;width:clamp(132px,14vw,190px);max-height:150px;height:auto}
.message-logo-wrap{display:flex;justify-content:center;margin:0 auto 18px}
.message-logo{display:block;width:min(250px,72vw);height:auto}

.hero__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:#c4b5fd;margin-bottom:14px}
.hero h1{font-size:clamp(36px,6vw,64px);line-height:1.03;letter-spacing:-.04em;margin:0 auto 16px;max-width:920px}
.hero__copy{font-size:clamp(17px,2.4vw,21px);line-height:1.55;color:#d1d5db;margin:0 auto 24px;max-width:720px}
.hero__chips{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.chip{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);padding:9px 13px;border-radius:999px;font-size:13px;font-weight:700;color:#f9fafb}
.deadline{margin-top:20px;font-size:14px;color:#e5e7eb}.event-note{max-width:720px;margin:18px auto 0;padding:13px 16px;border-radius:14px;background:rgba(255,255,255,.08);color:#e5e7eb;font-size:14px;line-height:1.5}
.steps{background:#fff;border-bottom:1px solid var(--line)}.steps__inner{max-width:980px;margin:0 auto;padding:18px 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{display:flex;align-items:center;gap:12px;color:#98a2b3}.step>span{width:34px;height:34px;border-radius:50%;background:#f2f4f7;display:grid;place-items:center;font-weight:900}.step strong{display:block;font-size:14px;color:#475467}.step small{font-size:12px}.step--active>span{background:var(--accent);color:#fff}.step--active strong{color:var(--ink)}
.store-shell{max-width:1280px;margin:0 auto;padding:42px 28px 90px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start}.store-main{min-width:0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:var(--accent);margin-bottom:6px}.section-heading h2{font-size:clamp(28px,4vw,40px);letter-spacing:-.03em;margin:0 0 8px}.section-heading p{margin:0;color:var(--muted);line-height:1.55}
.button{border:0;border-radius:13px;padding:13px 18px;min-height:46px;font-weight:850;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:wait;transform:none}.button--primary{background:var(--ink);color:#fff;box-shadow:0 8px 18px rgba(17,24,39,.16)}.button--primary:hover{background:#000}.button--secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.button--ghost{background:transparent;color:var(--muted);padding:8px 10px;min-height:auto}.button--full{width:100%}
.subjects{display:grid;gap:26px}.subject-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.subject-card__top{padding:24px 26px 22px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fcfcfd)}.subject-card__title{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.subject-card__title h3{margin:0;font-size:23px;letter-spacing:-.02em}.athlete-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:900;margin-right:9px}.remove-athlete{color:var(--danger)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field label,.checkout-fields label{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:850;color:#344054;margin:0 0 7px}.field label span,.checkout-fields label span{color:#98a2b3;font-weight:650}.field input,.checkout-fields input{width:100%;height:46px;border:1px solid #d0d5dd;border-radius:12px;padding:0 13px;background:#fff;color:var(--ink);outline:none;transition:border .15s,box-shadow .15s}.field input:focus,.checkout-fields input:focus{border-color:#9b7ae8;box-shadow:0 0 0 4px rgba(109,40,217,.1)}.field input.field-error{border-color:#f04438;box-shadow:0 0 0 4px rgba(240,68,56,.08)}
.shop-area{padding:24px 26px 28px}.shop-area__header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.shop-area__header h4{font-size:21px;margin:0}.shop-area__header p{margin:4px 0 0;color:var(--muted);font-size:13px}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 0 14px;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{min-height:44px;white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;font-size:12px;color:#475467;cursor:pointer}.category-tab.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card{position:relative;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border .18s ease;display:flex;flex-direction:column;min-width:0}.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(17,24,39,.09);border-color:#d0d5dd}.product-card.is-selected{border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(109,40,217,.09),0 16px 30px rgba(17,24,39,.08)}.product-card.is-featured{border-color:#c4b5fd}.product-media{aspect-ratio:16/11;background:linear-gradient(135deg,#f5f3ff,#eef2ff);position:relative;overflow:hidden;display:grid;place-items:center}.product-media img{width:100%;height:100%;object-fit:cover;display:block}.product-placeholder{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,var(--accent),#8b5cf6);color:#fff;display:grid;place-items:center;font-weight:950;letter-spacing:.06em;box-shadow:0 14px 30px rgba(109,40,217,.22)}.badge{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;background:#fff;color:var(--ink);box-shadow:0 5px 18px rgba(17,24,39,.12)}.badge--featured{background:#fef3c7;color:#92400e}.product-body{padding:17px 17px 16px;display:flex;flex-direction:column;flex:1}.product-title-row{display:flex;align-items:start;justify-content:space-between;gap:12px}.product-title{font-size:17px;line-height:1.25;margin:0;letter-spacing:-.01em}.product-price{white-space:nowrap;font-size:18px;font-weight:950}.product-description{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.55;white-space:pre-line}.product-contents{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:5px;color:#475467;font-size:12px}.product-contents li::before{content:"✓";color:var(--success);font-weight:900;margin-right:7px}.product-actions{margin-top:auto;padding-top:16px}.add-product{width:100%;background:#f2f4f7;color:var(--ink);box-shadow:none}.product-card.is-featured .add-product{background:var(--accent);color:#fff}.qty-control{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border:1px solid #d0d5dd;border-radius:12px;overflow:hidden;height:44px}.qty-control button{height:100%;border:0;background:#f9fafb;font-size:20px;cursor:pointer}.qty-control strong{text-align:center;font-size:14px}.product-empty{grid-column:1/-1;border:1px dashed #d0d5dd;border-radius:16px;padding:30px;text-align:center;color:var(--muted)}
/* Product inclusions stay scannable across prepaid and event storefronts. */
.product-inclusions{margin-top:12px}.product-inclusions>strong{display:block;margin-bottom:7px;color:#344054;font-size:12px}.product-contents{margin:0;gap:6px}.product-contents li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:7px;line-height:1.45}.product-contents li::before{content:none}.product-contents li>span:first-child{line-height:1.3}.product-design-note{margin:12px 0 0;padding:10px 11px;color:#704c00;background:#fff8e6;border:1px solid #f7df9b;border-radius:10px;font-size:11px;line-height:1.5}
.add-athlete-card{margin-top:26px;border:1px dashed #c6cbd4;background:#fff;border-radius:18px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.add-athlete-card strong{font-size:16px}.add-athlete-card p{margin:5px 0 0;color:var(--muted);font-size:13px}
.trust-panel{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-panel__item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;gap:12px;align-items:flex-start}.trust-panel__item>span{font-size:22px}.trust-panel__item strong{font-size:13px}.trust-panel__item p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.45}
.desktop-summary{position:sticky;top:96px}.summary-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:22px}.summary-card__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--line)}.summary-card h3{margin:0;font-size:22px}.cart-count{min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-size:12px;font-weight:900}.summary-items{display:grid;gap:13px;padding:16px 0}.summary-line{display:grid;grid-template-columns:1fr auto;gap:12px;font-size:13px}.summary-line__name{font-weight:800}.summary-line__athlete{font-size:11px;color:var(--muted);margin-top:2px}.summary-empty{font-size:13px;color:var(--muted);padding:22px 0;text-align:center}.summary-totals{border-top:1px solid var(--line);padding:16px 0}.summary-totals>div{display:flex;justify-content:space-between;font-size:16px}.summary-totals>div strong{font-size:20px}.summary-totals p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.secure-note{text-align:center;color:#667085;font-size:11px;margin-top:11px}
.mobile-cart-bar{position:fixed;z-index:40;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));filter:drop-shadow(0 16px 26px rgba(17,24,39,.25))}.mobile-cart-bar button{width:100%;border:0;border-radius:16px;padding:12px 14px 12px 16px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;text-align:left}.mobile-cart-bar strong{display:block;font-size:13px}.mobile-cart-bar small{display:block;color:#d1d5db;margin-top:2px;font-size:12px}.mobile-cart-bar__cta{background:#fff;color:var(--ink);border-radius:11px;padding:10px 13px;font-weight:900;font-size:12px}
.drawer-backdrop{position:fixed;inset:0;background:rgba(17,24,39,.52);z-index:60;backdrop-filter:blur(2px)}.cart-drawer{position:fixed;z-index:70;top:0;right:0;width:min(460px,100%);height:100dvh;background:#fff;box-shadow:-24px 0 60px rgba(17,24,39,.22);padding:24px;transform:translateX(102%);transition:transform .24s ease;overflow:auto}.cart-drawer.is-open{transform:translateX(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.cart-drawer__header h2{margin:0;font-size:28px}.icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:26px;line-height:1;cursor:pointer}.drawer-items{display:grid;gap:15px;padding:18px 0}.drawer-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding-bottom:14px;border-bottom:1px solid #f0f1f3}.drawer-item strong{font-size:14px}.drawer-item small{display:block;color:var(--muted);margin-top:3px}.drawer-item__price{font-weight:900}.checkout-fields{margin:8px 0 18px}.drawer-total{border-top:1px solid var(--line);padding:18px 0 8px;display:flex;justify-content:space-between;align-items:center;font-size:18px}.drawer-total strong{font-size:24px}.checkout-fineprint{color:var(--muted);font-size:11px;line-height:1.5;margin-bottom:16px}
.notice{border-radius:13px;padding:12px 14px;font-size:13px;font-weight:700;margin:0 0 16px}.notice--error{background:#fef3f2;color:var(--danger);border:1px solid #fecdca}
.site-footer{border-top:1px solid var(--line);background:#fff;min-height:90px;padding:28px;display:flex;align-items:center;justify-content:center;gap:24px;color:var(--muted);font-size:12px}.site-footer a{font-weight:800;color:#475467}
.brand,.site-footer a{min-height:44px;align-items:center}.site-footer a{display:inline-flex}
.message-page{min-height:100dvh;display:grid;place-items:center;padding:24px}.message-card{max-width:620px;width:100%;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:46px 38px;text-align:center}.message-card h1{font-size:40px;letter-spacing:-.04em;margin:24px 0 12px}.message-card p{color:var(--muted);line-height:1.6;font-size:17px}
@media(max-width:1020px){.store-shell{grid-template-columns:1fr}.desktop-summary{display:none}.mobile-cart-bar{display:block}.trust-panel{grid-template-columns:1fr 1fr}.store-shell{padding-bottom:110px}}
@media(min-width:1021px){.mobile-cart-bar{display:none!important}}
@media(max-width:720px){.hero__logo-wrap{border-radius:16px;padding:8px 11px;margin-bottom:10px}.hero__logo{width:138px;max-height:112px}.site-header{height:64px}.site-header__inner{padding:0 16px}.header-trust{font-size:0}.header-trust::after{content:"Secure";font-size:12px}.hero__inner{padding:38px 18px 40px}.hero h1{font-size:38px}.steps__inner{padding:14px 16px;gap:6px}.step{justify-content:center}.step>div{display:none}.store-shell{padding:28px 14px 100px}.section-heading{align-items:start}.section-heading>.button{display:none}.section-heading h2{font-size:30px}.subject-card__top,.shop-area{padding:20px 16px}.form-grid,.product-grid{grid-template-columns:1fr}.product-media{aspect-ratio:16/10}.trust-panel{grid-template-columns:1fr}.add-athlete-card{align-items:flex-start;flex-direction:column}.site-footer{flex-direction:column;gap:7px}.cart-drawer{padding:20px 16px}.brand__wordmark{font-size:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* v7.4 storefront refinements */
.product-media{aspect-ratio:auto;min-height:180px;overflow:hidden;padding:0;background:linear-gradient(135deg,#f5f3ff,#eef2ff)}
.product-media img{width:100%;height:auto;display:block;object-fit:contain;object-position:center}
.product-media .product-placeholder{margin:58px auto}
.sibling-product-note{margin-top:13px;padding:10px 12px;border-radius:12px;background:#f8f5ff;border:1px solid #e9ddff;color:#5b21b6;font-size:12px;line-height:1.45;font-weight:700}
.sibling-editor{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.sibling-editor__heading{display:flex;justify-content:space-between;gap:10px;margin-bottom:12px}.sibling-editor__heading strong{display:block;font-size:14px}.sibling-editor__heading small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.4}
.sibling-list{display:grid;gap:12px}.sibling-row{background:#fafafa;border:1px solid var(--line);border-radius:14px;padding:12px}.sibling-row__title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;font-size:13px}
.sibling-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sibling-field label{font-size:11px}.sibling-field input{height:42px}
.button--small{padding:9px 12px;font-size:12px;margin-top:12px}.text-button{border:0;background:transparent;padding:4px 0;font-size:11px;font-weight:850;cursor:pointer}.text-button--danger{color:var(--danger)}
.cart-line-main{min-width:0}.summary-athletes{display:grid;gap:6px;margin-top:7px}.summary-athlete{padding-left:9px;border-left:2px solid #e9ddff}.summary-athlete strong{display:block;font-size:11px;color:#344054}.summary-athlete small{display:block;margin-top:2px;color:var(--muted);font-size:10px;line-height:1.4}
.cart-remove{margin-top:8px;border:0;background:transparent;padding:0;color:var(--danger);font-size:11px;font-weight:850;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.cart-remove:hover{color:#912018}
.drawer-item{align-items:start}.drawer-item .cart-remove{font-size:12px;padding:4px 0}.drawer-item__price{white-space:nowrap}
@media(max-width:720px){.product-media{min-height:0}.product-media img{width:100%;height:auto}.sibling-form-grid{grid-template-columns:1fr}.drawer-item{grid-template-columns:minmax(0,1fr) auto;gap:10px}.drawer-item .cart-remove{min-height:36px;display:inline-flex;align-items:center}.summary-athlete strong{font-size:12px}.summary-athlete small{font-size:11px}}

/* v7.5 checkout, upsell, and Virginia sales-tax presentation */
.product-price-block{text-align:right;min-width:94px}.product-price-block small{display:block;margin-top:3px;color:#98a2b3;font-size:10px;font-weight:750;line-height:1.25}
.summary-confidence{display:flex;gap:10px;align-items:flex-start;margin:14px 0 0;padding:11px 12px;border-radius:13px;background:#f8fafc;border:1px solid #eef2f6}.summary-confidence>span{width:24px;height:24px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-size:12px;font-weight:950;flex:0 0 auto}.summary-confidence strong{display:block;font-size:12px}.summary-confidence small{display:block;margin-top:2px;color:var(--muted);font-size:10px;line-height:1.4}
.total-row{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:13px;color:#475467}.total-row+ .total-row{margin-top:9px}.total-row strong{font-size:14px;color:var(--ink)}.total-row--grand{margin-top:15px!important;padding-top:14px;border-top:1px solid var(--line);font-size:15px;font-weight:850;color:var(--ink)}.total-row--grand strong{font-size:22px;letter-spacing:-.02em}
.summary-totals>div{font-size:13px}.summary-totals>div strong{font-size:14px}.summary-totals>.total-row--grand strong{font-size:22px}
.summary-line{padding:12px 0;border-bottom:1px solid #f2f4f7}.summary-line:last-child{border-bottom:0}.summary-line__name{font-size:13px}.summary-athletes{display:grid;gap:8px;margin-top:9px}.summary-athlete-card{border:1px solid #eceef2;border-radius:12px;background:#fbfbfd;padding:10px}.summary-athlete-card__title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.summary-athlete-card__title>span{width:26px;height:26px;border-radius:9px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-size:9px;font-weight:950;letter-spacing:.04em}.summary-athlete-card__title strong{font-size:11px;color:#344054}.athlete-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px}.athlete-detail-grid div{min-width:0}.athlete-detail-grid small{display:block;color:#98a2b3;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.athlete-detail-grid span{display:block;margin-top:1px;color:#344054;font-size:10px;font-weight:700;white-space:normal;overflow-wrap:anywhere}
.cart-product-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cart-product-heading strong{font-size:15px!important}.cart-product-heading>span{border-radius:999px;background:#f2f4f7;padding:4px 7px;font-size:10px;font-weight:850;color:#475467;white-space:nowrap}
.cart-drawer{width:min(560px,100%);padding:0;background:#f8fafc}.cart-drawer__header{position:sticky;top:0;z-index:3;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);padding:22px 24px 18px;border-bottom:1px solid var(--line);align-items:flex-start}.cart-drawer__header>div:first-child{padding-right:16px}.cart-drawer__header h2{font-size:31px;letter-spacing:-.035em;margin:8px 0 5px}.cart-drawer__header p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;max-width:390px}.checkout-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;background:#ecfdf3;color:#027a48;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.icon-button{flex:0 0 auto;background:#f8fafc}
.checkout-section-heading{margin:22px 24px 10px;display:flex;align-items:center;gap:10px}.checkout-section-heading>span{width:29px;height:29px;border-radius:10px;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950}.checkout-section-heading strong{display:block;font-size:13px}.checkout-section-heading small{display:block;margin-top:2px;color:var(--muted);font-size:10px}.drawer-items{margin:0 24px;padding:0;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.drawer-item{padding:16px;margin:0;border-bottom:1px solid #eef0f3;background:#fff}.drawer-item:last-child{border-bottom:0}.drawer-item__price{font-size:15px}
.upsell-panel{margin:20px 24px 0;border-radius:18px;background:linear-gradient(135deg,#2e1065,#5b21b6 58%,#7c3aed);padding:18px;color:#fff;box-shadow:0 16px 34px rgba(91,33,182,.18)}.upsell-panel__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px}.upsell-panel__heading .section-kicker{color:#ddd6fe}.upsell-panel__heading h3{margin:0;font-size:20px;letter-spacing:-.02em}.upsell-panel__heading p{margin:5px 0 0;color:#e9d5ff;font-size:11px;line-height:1.45}.upsell-spark{font-size:28px;color:#fde68a;line-height:1}.upsell-list{display:grid;gap:10px}.upsell-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;background:#fff;color:var(--ink);border-radius:14px;padding:10px}.upsell-card__media{width:78px;min-height:72px;border-radius:10px;background:#f5f3ff;overflow:hidden;display:grid;place-items:center}.upsell-card__media img{width:100%;height:100%;object-fit:contain;display:block}.upsell-placeholder{width:40px;height:40px;border-radius:12px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:950}.upsell-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.upsell-card__top strong{font-size:12px;line-height:1.3}.upsell-card__top span{font-size:12px;font-weight:950;white-space:nowrap}.upsell-card__body p{margin:4px 0 8px;color:var(--muted);font-size:10px;line-height:1.45;white-space:pre-line}.upsell-card__actions{display:flex;align-items:end;gap:8px}.upsell-target-label{display:grid;gap:3px;flex:1;color:#667085;font-size:9px;font-weight:800}.upsell-target-label select{height:34px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;padding:0 8px;color:var(--ink);font-size:10px;font-weight:700}.upsell-for{flex:1;color:#667085;font-size:10px;font-weight:750;align-self:center}.upsell-add{min-height:34px;padding:7px 11px;border-radius:9px;font-size:10px;background:#111827;color:#fff;border-color:#111827;white-space:nowrap}
.checkout-fields--card{margin:0 24px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px}.checkout-fields--card input{background:#fbfcfd}.drawer-totals{margin:0 24px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px}.checkout-fineprint{margin:10px 24px 15px;color:#667085;font-size:10px;line-height:1.5}.checkout-button{width:calc(100% - 48px);margin:0 24px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 17px;background:linear-gradient(135deg,#111827,#312e81);box-shadow:0 12px 24px rgba(17,24,39,.2)}.checkout-button span{font-size:13px}.checkout-button strong{font-size:15px}.payment-trust-row{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:12px 24px 28px;color:#667085;font-size:9px;font-weight:750}
.cart-remove{text-decoration:none;border-radius:8px;padding:5px 7px;background:#fff1f0;border:1px solid #fee4e2;color:#b42318}.cart-remove:hover{background:#fee4e2}.drawer-item .cart-remove{margin-top:10px;padding:6px 8px;min-height:auto}
@media(max-width:720px){.cart-drawer__header{padding:18px 16px 15px}.cart-drawer__header h2{font-size:27px}.checkout-section-heading{margin:18px 16px 9px}.drawer-items,.upsell-panel,.checkout-fields--card,.drawer-totals{margin-left:16px;margin-right:16px}.checkout-fineprint{margin-left:16px;margin-right:16px}.checkout-button{width:calc(100% - 32px);margin-left:16px;margin-right:16px}.payment-trust-row{margin-left:16px;margin-right:16px}.athlete-detail-grid{grid-template-columns:1fr 1fr}.upsell-card{grid-template-columns:64px minmax(0,1fr)}.upsell-card__media{width:64px;min-height:64px}.upsell-card__actions{align-items:stretch;flex-direction:column}.upsell-add{width:100%}.product-price-block small{font-size:9px}}

.test-mode-banner{position:relative;z-index:1000;background:#f1ad19;color:#0b1638;text-align:center;padding:10px 16px;font-size:13px;font-weight:900;letter-spacing:.06em;border-bottom:2px solid #0b1638}.pm-test-mode .site-header{top:0}

/* v8.12 optional roster-backed group selection */
.field select{width:100%;height:46px;border:1px solid #d0d5dd;border-radius:12px;padding:0 38px 0 13px;background:#fff;color:var(--ink);outline:none;transition:border .15s,box-shadow .15s}
.field select:focus{border-color:#9b7ae8;box-shadow:0 0 0 4px rgba(109,40,217,.1)}
.field select.field-error{border-color:#f04438;box-shadow:0 0 0 4px rgba(240,68,56,.08)}
.team-roster-field{align-content:start}.team-roster-field small{display:block;margin-top:7px;color:#667085;font-size:11px;line-height:1.35}.team-roster-field .team-other-input{margin-top:8px}
.team-combobox{position:relative}.team-combobox>input{padding-right:42px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") no-repeat right 13px center}.team-combobox__results{position:absolute;z-index:80;top:calc(100% + 6px);left:0;right:0;max-height:320px;overflow:auto;border:1px solid #c9d2e3;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(17,24,39,.18);padding:6px}.team-combobox__message{padding:12px;color:#667085;font-size:11px;line-height:1.4}.team-combobox__option{display:grid;width:100%;gap:3px;border:0;border-radius:10px;background:#fff;padding:10px 11px;text-align:left;color:#253047;cursor:pointer}.team-combobox__option:hover,.team-combobox__option.is-active{background:#f1ecff;outline:none}.team-combobox__option strong{font-size:12px;line-height:1.25}.team-combobox__option span{color:#667085;font-size:10px;line-height:1.3}.team-combobox__option--other{margin-top:4px;border-top:1px solid #eaecf0;border-radius:0 0 10px 10px}.team-combobox__results[hidden]{display:none}.team-combobox>input[aria-expanded="true"]{border-color:#7f56d9;box-shadow:0 0 0 4px rgba(109,40,217,.1)}
@media(max-width:720px){.team-combobox__results{position:fixed;z-index:1200;top:auto;left:12px;right:12px;bottom:12px;max-height:min(54vh,440px);border-radius:18px;padding:8px}.team-combobox__option{min-height:54px;padding:11px 12px}.team-combobox__option strong{font-size:14px}.team-combobox__option span{font-size:11px}}
.picture-day-detail{margin-top:14px;color:#fff;font-size:14px;line-height:1.5}.picture-day-detail strong{font-weight:900}
.picture-day-schedule-link{display:inline-flex;align-items:center;justify-content:center;margin-top:15px;padding:10px 16px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#fff;color:#172554;font-size:14px;font-weight:900;text-decoration:none;box-shadow:0 9px 24px rgba(3,7,18,.2)}.picture-day-schedule-link:hover{background:#eef2ff;transform:translateY(-1px)}.picture-day-schedule-link:focus-visible{outline:3px solid #fbbf24;outline-offset:3px}
.picture-day-series{width:min(760px,100%);margin:22px auto 0;padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.1);text-align:left;backdrop-filter:blur(8px)}.picture-day-series h2{margin:0 0 12px;font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:#fff}.picture-day-series ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.picture-day-series li{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 12px;border-radius:12px;background:rgba(17,24,39,.34);font-size:13px}.picture-day-series li>span:first-child{display:grid;gap:2px}.picture-day-series li strong{font-size:14px;color:#fff}.picture-day-series time{color:#e5e7eb}.picture-day-series li small{max-width:520px;color:#ddd6fe;font-size:11px;line-height:1.4}.picture-day-series li>span:last-child{white-space:nowrap;font-weight:850;color:#fff}.picture-day-series p{margin:12px 2px 0;color:#e5e7eb;font-size:12px;line-height:1.45}.picture-day-series__guidance{display:flex;gap:7px;margin:0 0 12px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.14);font-size:12px;line-height:1.45}.picture-day-series__guidance strong{white-space:nowrap}.picture-day-series__guidance span{color:#f3f4f6}
@media(max-width:720px){.picture-day-series{padding:14px}.picture-day-series li,.picture-day-series__guidance{align-items:flex-start;flex-direction:column;gap:5px}.picture-day-series li>span:last-child{white-space:normal}}

/* Authorized escort reference-photo intake */
.escort-reference{grid-column:1/-1;margin-top:18px;border:1px solid #d7deea;border-radius:16px;background:#fff;overflow:hidden}.escort-reference.has-error{border-color:#f04438;box-shadow:0 0 0 4px rgba(240,68,56,.08)}
.escort-reference__toggle{display:flex;align-items:flex-start;gap:12px;padding:15px 16px;cursor:pointer}.escort-reference__toggle input,.escort-reference__consent input{width:20px;height:20px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--accent)}.escort-reference__toggle span{display:grid;gap:3px}.escort-reference__toggle strong{font-size:13px;color:#253047}.escort-reference__toggle small{font-size:11px;line-height:1.4;color:var(--muted)}
.escort-reference.is-open{border-color:#c9b9ee;background:#fbfaff}.escort-reference__panel{padding:0 16px 16px 48px}.escort-reference__panel>p{margin:0 0 12px;color:#475467;font-size:12px;line-height:1.55}
.escort-reference__consent{display:flex;align-items:flex-start;gap:10px;border:1px solid #d8dff0;border-radius:12px;background:#fff;padding:12px;color:#344054;font-size:11px;line-height:1.5;cursor:pointer}
.escort-reference__upload{display:grid;gap:7px;margin-top:12px;padding:12px;border:1px dashed #a7b2c3;border-radius:12px;background:#fff;color:#253047;font-size:12px;font-weight:850}.escort-reference__upload.is-disabled{opacity:.55}.escort-reference__upload input{width:100%;color:#475467;font-size:11px}.escort-reference__upload input::file-selector-button{min-height:40px;margin-right:10px;border:0;border-radius:9px;padding:8px 12px;background:#172238;color:#fff;font-weight:850;cursor:pointer}
.escort-reference__hint{margin-top:8px;color:#667085;font-size:10px;line-height:1.45}.escort-reference__status{display:flex;align-items:center;gap:8px;margin-top:10px;color:#475467;font-size:11px;font-weight:750}.escort-reference__status--ready{justify-content:space-between;padding:11px 12px;border:1px solid #a9dfc0;border-radius:11px;background:#effcf5;color:#166534}.escort-reference__status--ready button{min-height:36px;border:1px solid #9fcfb3;border-radius:9px;background:#fff;color:#166534;padding:7px 10px;font-weight:850;cursor:pointer}.escort-reference__status--error{color:#b42318}.escort-reference__spinner{width:16px;height:16px;border:2px solid #d7deea;border-top-color:var(--accent);border-radius:50%;animation:escort-spin .7s linear infinite}@keyframes escort-spin{to{transform:rotate(360deg)}}
.sibling-row .escort-reference{margin-top:12px}.sibling-row .escort-reference__toggle{padding:12px}.sibling-row .escort-reference__panel{padding:0 12px 12px 44px}
@media(max-width:720px){.escort-reference{margin-top:15px}.escort-reference__toggle{padding:14px}.escort-reference__panel,.sibling-row .escort-reference__panel{padding:0 14px 14px}.escort-reference__consent{font-size:12px}.escort-reference__upload input::file-selector-button{width:100%;margin:0 0 8px}.escort-reference__status--ready{align-items:flex-start;flex-direction:column}.escort-reference__status--ready button{width:100%}}
@media(prefers-reduced-motion:reduce){.escort-reference__spinner{animation:none}}


/* Product samples retain their uploaded proportions on cards and upsells. */
.product-media.has-image{min-height:0;display:block}
.product-media.has-image img{width:100%;height:auto;object-fit:contain}
.upsell-card__media.has-image{min-height:0;display:block;align-self:start}
.upsell-card__media.has-image img{width:100%;height:auto;object-fit:contain}

/* Photo Magic v10 responsive Admin navigation */
@media (min-width: 701px) {
  .admin-nav, .admin-tabs, .nav-tabs, header nav, [role="tablist"] {
    flex-wrap: wrap !important;
    max-width: 100% !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .admin-header, header, .topbar, .top-bar {
    height: auto !important;
    min-height: 70px !important;
    overflow: visible !important;
  }
}
@media (max-width: 700px) {
  .admin-nav, .admin-tabs, .nav-tabs, header nav, [role="tablist"] {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
  }
}

/* v10.2.21 products-first, general-purpose storefront */
.subject-card>.shop-area{border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfaff)}
.subject-card>.subject-card__details{border-bottom:0;background:linear-gradient(180deg,#fcfcfd,#fff)}
.subject-card__details .subject-card__title{margin-bottom:16px}
.subject-card>.subject-card__details,.product-card .sibling-editor{display:none}.drawer-subject-editor .subject-card__details{display:block}.product-example-notice{margin-top:10px!important;padding:10px 12px;border:1px solid #ddd6fe;border-radius:12px;background:#f5f3ff;color:#5b21b6!important;font-size:11px!important;font-weight:750;line-height:1.45}.product-placeholder{min-height:70px;padding:10px;text-align:center}.product-placeholder strong,.product-placeholder small{display:block}.product-placeholder strong{font-size:20px}.product-placeholder small{margin-top:3px;font-size:8px;line-height:1.2;letter-spacing:.02em;opacity:.9}
.shop-area__header h4{font-size:23px;letter-spacing:-.02em}
.event-organization-label{display:inline-flex;align-items:center;justify-content:center;gap:6px;max-width:min(100%,680px);margin:7px auto 13px;padding:7px 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.12);color:#eaf0ff;font-size:13px;font-weight:750;line-height:1.35;box-shadow:0 7px 18px rgba(8,18,45,.14);backdrop-filter:blur(7px)}.event-organization-label strong{color:#fff;font-size:15px;font-weight:900}.hero__logo{object-fit:contain}

/* v10.2.72 verified subject review and readable event identity */
.custom-roster-warning{display:flex!important;align-items:flex-start;gap:9px;margin-top:9px;padding:10px 11px;border:1px solid #f2c66d;border-radius:11px;background:#fff8e8;color:#694b08;font-size:10px!important;line-height:1.45;cursor:pointer}.custom-roster-warning.has-error{border-color:#f04438;background:#fff1f0;box-shadow:0 0 0 3px rgba(240,68,56,.09)}.custom-roster-warning input{width:18px!important;height:18px!important;flex:0 0 18px;margin:1px 0 0;accent-color:var(--accent)}.custom-roster-warning span{display:block}.custom-roster-warning strong{display:block;margin-bottom:2px;color:#714f00;font-size:11px}.cart-subject-gate{display:grid;gap:5px;margin:14px 0;padding:13px;border:1px solid #c7d7fe;border-radius:13px;background:#eef4ff;color:#253047}.cart-subject-gate strong{font-size:12px}.cart-subject-gate span{color:#52627a;font-size:10px;line-height:1.45}.cart-product-thumb{width:64px;height:64px;border:1px solid #e5e7eb;border-radius:11px;background:linear-gradient(135deg,#f5f3ff,#eef2ff);overflow:hidden;display:grid;place-items:center;flex:0 0 auto}.cart-product-thumb img{width:100%;height:100%;object-fit:contain;display:block}.cart-product-thumb span{width:34px;height:34px;border-radius:10px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:950}.cart-product-thumb--small{width:48px;height:48px}.drawer-item{grid-template-columns:64px minmax(0,1fr) auto}.summary-line{grid-template-columns:48px minmax(0,1fr) auto;align-items:start}.summary-athlete-card__title{justify-content:flex-start}.cart-edit-subject{margin-left:auto;border:0;border-radius:8px;background:#eef4ff;color:#2456a6;padding:5px 7px;font-size:9px;font-weight:900;cursor:pointer}.cart-edit-subject:hover{background:#dce8ff}.field-error.custom-roster-warning input,.custom-roster-warning input.field-error{outline:2px solid #f04438;outline-offset:2px}
@media(max-width:720px){.event-organization-label{display:flex;width:fit-content;max-width:100%;flex-wrap:wrap;padding:7px 10px;font-size:12px}.event-organization-label strong{font-size:13px}.drawer-item{grid-template-columns:54px minmax(0,1fr) auto}.drawer-item .cart-product-thumb{width:54px;height:54px}.summary-line{grid-template-columns:44px minmax(0,1fr) auto}.cart-product-thumb--small{width:44px;height:44px}}

/* v10.2.67 browse-only storefronts keep the catalog visible after ordering closes. */
.ordering-closed-banner{max-width:1224px;margin:26px auto 0;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.ordering-closed-banner>div{display:flex;align-items:flex-start;gap:13px;min-width:0;padding:17px 19px;border:1px solid #f1cc7c;border-radius:16px;background:#fff8e7;color:#6d4900;box-shadow:0 8px 20px rgba(109,73,0,.06)}.ordering-closed-banner__icon,.browse-only-summary__icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:#f8d98f;color:#694500;font-size:19px;font-weight:900}.ordering-closed-banner strong{display:block;font-size:15px}.ordering-closed-banner p{margin:4px 0 0;font-size:12px;line-height:1.5}.ordering-closed-banner>a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border:1px solid #d3b66c;border-radius:12px;background:#fff;padding:0 14px;color:#5f4300;font-size:12px;font-weight:850;text-decoration:none}.ordering-closed-product-label{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #d9dee8;border-radius:12px;background:#f3f5f8;color:#667085;font-size:12px;font-weight:850}.browse-only-summary{border-color:#ead59c;background:linear-gradient(180deg,#fff,#fffbef)}.browse-only-summary__icon{margin-bottom:15px}.browse-only-summary h3{margin:0 0 8px}.browse-only-summary p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.55}.browse-only-summary a{text-decoration:none}.storefront-browse-only .mobile-cart-bar,.storefront-browse-only .cart-drawer,.storefront-browse-only .drawer-backdrop{display:none!important}.storefront-browse-only .product-card{cursor:default}.storefront-browse-only .product-card:hover{transform:none}
@media(max-width:720px){.ordering-closed-banner{margin-top:18px;padding:0 14px;display:block}.ordering-closed-banner>div{padding:15px}.ordering-closed-banner>a{width:100%;margin-top:10px}.storefront-browse-only .header-trust::after{content:"Browse"}.storefront-browse-only .store-shell{padding-bottom:72px}}
.pm-kiosk-banner{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px max(18px,env(safe-area-inset-left));background:#0d1b3a;color:#fff;box-shadow:0 3px 14px rgba(15,23,42,.24)}.pm-kiosk-banner span{display:grid;gap:2px}.pm-kiosk-banner small{color:#cbd5e1}.pm-kiosk-banner button{border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#fff;color:#0d1b3a;padding:10px 17px;font:inherit;font-weight:900;cursor:pointer}.pm-kiosk-mode input,.pm-kiosk-mode select,.pm-kiosk-mode button{font-size:max(16px,1em)}

/* Show the next-subject choice only after every current subject is complete. */
.add-athlete-card[hidden],.drawer-add-subject[hidden],.mobile-cart-bar__actions #mobile-add-subject[hidden]{display:none!important}
.header-actions{display:flex;align-items:center;gap:18px}.header-cart{min-height:44px;display:inline-flex;align-items:center;gap:9px;padding:7px 12px;border:1px solid #d8c6fa;border-radius:12px;background:#f8f5ff;color:var(--accent-dark);font-size:13px;font-weight:900;cursor:pointer}.header-cart span{min-width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:var(--accent);color:#fff;font-size:11px}
.drawer-subject-notice{margin:12px 24px 0;padding:12px 14px;border:1px solid #f3cf8a;border-radius:12px;background:#fff8e8;color:#704c00;font-size:12px;font-weight:750;line-height:1.5}.drawer-subject-notice[hidden]{display:none!important}
.drawer-subject-editor{margin:16px 24px 0;border:1px solid #d8c6fa;border-radius:16px;background:#fff;overflow:hidden;scroll-margin-top:115px}.drawer-subject-editor[hidden]{display:none!important}.drawer-subject-editor__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f8f5ff;border-bottom:1px solid #e9ddff}.drawer-subject-editor__header strong{font-size:14px;color:var(--accent-dark)}.drawer-subject-editor__header button{min-height:38px;padding:7px 11px;border:1px solid #cbb6f4;border-radius:9px;background:#fff;color:var(--accent-dark);font-size:11px;font-weight:900;cursor:pointer}.drawer-subject-editor .subject-card__details{padding:16px;border:0;background:#fff}.drawer-subject-editor .subject-card__title h3{font-size:18px}.drawer-subject-editor .form-grid,.drawer-subject-editor .sibling-form-grid{grid-template-columns:1fr}.drawer-subject-editor .sibling-row{border:0;border-radius:0;background:#fff}
.cart-quantity{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.cart-quantity>span{color:var(--muted);font-size:11px;font-weight:800}.cart-quantity__buttons{display:grid;grid-template-columns:36px 38px 36px;align-items:center;border:1px solid #d0d5dd;border-radius:10px;overflow:hidden}.cart-quantity__buttons button{height:36px;border:0;background:#f8f9fc;color:var(--ink);font-size:20px;cursor:pointer}.cart-quantity__buttons strong{text-align:center;font-size:12px}
.field-note{display:block;margin-top:5px;color:var(--muted);font-size:10px;font-weight:700;line-height:1.4}.package-assignment-list{display:grid;gap:5px;margin-top:9px;padding:9px 10px;border:1px solid #c7d7fe;border-radius:11px;background:#eef4ff}.package-assignment-list>strong{color:#253047;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.package-assignment-list>div{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-top:5px;border-top:1px solid #d9e4ff}.package-assignment-list span{flex:0 0 auto;color:#52627a;font-size:10px;font-weight:850}.package-assignment-list b{color:#253047;font-size:10px;line-height:1.35;text-align:right;overflow-wrap:anywhere}
.subject-shop-label{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:9px 11px;border:1px solid #e9ddff;border-radius:11px;background:#f8f5ff}.subject-shop-label span{flex:0 0 auto;border-radius:8px;background:var(--accent);color:#fff;padding:6px 9px;font-size:11px;font-weight:900}.subject-shop-label strong{min-width:0;font-size:12px;overflow-wrap:anywhere}.subject-shop-remove{margin-left:auto;border:0;background:transparent;color:#b42318;font-size:10px;font-weight:900;cursor:pointer}
.subject-card{scroll-margin-top:86px}
.drawer-add-subject{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 24px 2px;padding:14px;border:1px dashed #cbb6f4;border-radius:14px;background:#fbf9ff}.drawer-add-subject strong{display:block;font-size:12px}.drawer-add-subject small{display:block;margin-top:3px;color:var(--muted);font-size:10px;line-height:1.4}.drawer-add-subject .button{flex:0 0 auto;min-height:44px;font-size:12px;color:var(--accent-dark);border-color:#cbb6f4}
.mobile-cart-bar[hidden]{display:none!important}.mobile-cart-bar{filter:none;border:1px solid #e3e6ee;border-radius:17px;background:#fff;padding:9px;box-shadow:0 14px 32px rgba(17,24,39,.23)}.mobile-cart-bar__summary{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:0 3px 8px}.mobile-cart-bar__summary strong{font-size:12px}.mobile-cart-bar__summary small{color:#475467;font-size:11px;font-weight:750}.mobile-cart-bar__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.mobile-cart-bar__actions.is-single{grid-template-columns:minmax(0,1fr)}.mobile-cart-bar__actions button{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 10px;border-radius:11px;text-align:center;font-size:12px;font-weight:900}.mobile-cart-bar__actions #mobile-add-subject{background:#f5efff;color:var(--accent-dark);border:1px solid #d8c6fa}.mobile-cart-bar__actions #mobile-cart-open{background:var(--ink);color:#fff;border:1px solid var(--ink)}
@media(max-width:1020px){.store-shell{padding-bottom:145px}}
@media(max-width:720px){.add-athlete-card .button{width:100%}.subject-shop-label{margin-bottom:13px}.drawer-add-subject{display:grid;grid-template-columns:1fr;margin:12px 16px 2px}.drawer-add-subject .button{width:100%}.mobile-cart-bar{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom))}.store-shell{padding-bottom:155px}}
@media(max-width:720px){.header-actions{gap:0}.header-cart{padding:7px 9px}.drawer-subject-notice{margin-left:16px;margin-right:16px}.product-example-notice{font-size:10px!important}}
@media(max-width:720px){.drawer-subject-editor{margin-left:16px;margin-right:16px}}
@media(max-width:720px){.hero__inner{padding:20px 16px 24px}.hero__logo-wrap{margin-bottom:8px}.hero__logo{width:110px;max-height:78px}.event-organization-label{margin:5px auto 8px;padding:5px 8px;font-size:11px}.event-organization-label strong{font-size:12px}.hero__eyebrow{margin-bottom:8px;font-size:10px}.hero h1{font-size:30px;line-height:1.07;margin-bottom:9px}.hero__copy{font-size:14px;line-height:1.38;margin-bottom:12px}.hero__chips{gap:6px}.hero__chips .chip--mobile-hidden{display:none}.chip{padding:6px 9px;font-size:11px}.picture-day-detail,.deadline{margin-top:11px;font-size:12px;line-height:1.4}.event-note{margin-top:10px;padding:9px 11px;font-size:11px;line-height:1.4}.steps__inner{padding:9px 10px;gap:4px}.step{display:grid;justify-items:center;gap:4px;text-align:center}.step>span{width:25px;height:25px;font-size:11px}.step>div{display:block}.step strong{font-size:10px;line-height:1.2}.step small{display:none}.store-shell{padding-top:20px}.section-heading{margin-bottom:12px}.section-heading h2{font-size:25px}.section-heading p{font-size:12px;line-height:1.4}}
