.m11-shop { --green:#83d3d4; --green-soft:#b7eded; --panel:#101719; --muted:#b0bcc0; }
.m11-intro { padding-block:24px 30px; }
.m11-back { display:inline-block; color:var(--muted); font-size:.875rem; margin-bottom:22px; }
.m11-club { display:flex; align-items:center; gap:26px; }
.m11-club img { object-fit:contain; flex:0 0 80px; }
.m11-club h1 { font-size:clamp(2rem,4vw,3.2rem); margin-top:8px; }
.m11-lead { margin-top:22px; font-size:1.2rem; }
.m11-product { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,1fr); gap:clamp(28px,5vw,72px); align-items:start; }
.m11-artwork { border:1px solid var(--line-strong); border-radius:16px; overflow:hidden; background:#080b0d; }
.m11-artwork img { width:100%; height:auto; }
.m11-artwork figcaption { padding:15px 20px; color:var(--muted); font-size:.77rem; }
.m11-config h2 { font-size:clamp(2.8rem,5vw,4.6rem); margin:15px 0 22px; }
.m11-config > p { margin-bottom:24px; }
.m11-options { border:0; padding:0; margin:0 0 28px; display:grid; gap:10px; }
.m11-options legend { font-size:.9rem; font-weight:800; margin-bottom:12px; }
.m11-option { display:flex; gap:14px; align-items:center; padding:18px; background:var(--panel); border:1px solid var(--line-strong); border-radius:10px; cursor:pointer; }
.m11-option:has(input:checked) { border-color:var(--green); box-shadow:inset 0 0 0 1px var(--green); background:#122426; }
.m11-option input { width:18px; height:18px; accent-color:var(--green); }
.m11-option span { flex:1; }
.m11-option strong,.m11-option small { display:block; }
.m11-option small { color:var(--muted); font-size:.8rem; }
.m11-option b { font-size:1.5rem; color:var(--green); }
.m11-size-head { display:flex; justify-content:space-between; gap:16px; font-size:.85rem; margin-bottom:14px; }
.m11-size-head a { color:var(--green); }
.m11-fields { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:16px; }
.m11-fields label { flex:1 1 125px; min-width:0; font-size:.8rem; font-weight:700; }
.m11-fields input,.m11-fields select,.m11-delivery select { display:block; width:100%; margin-top:7px; padding:13px 10px; border:1px solid #526166; border-radius:7px; color:#fff; background:#11191b; min-height:48px; }
.m11-fields input::placeholder { color:#9aa9ad; }
.m11-shop :focus-visible { outline:3px solid var(--green); outline-offset:3px; }
.m11-muted,.m11-help { color:var(--muted); font-weight:400; }
.m11-help { font-size:.78rem; line-height:1.7; margin-bottom:20px; }
.m11-wide { width:100%; justify-content:center; text-align:center; }
.m11-shop button:disabled { opacity:.5; cursor:not-allowed; }
.m11-status { min-height:24px; font-size:.85rem; margin:10px 0; color:var(--green); }
.m11-status.error { color:#ffb5ac; }
.m11-details { border-top:1px solid var(--line); padding-top:20px; font-size:.83rem; }
.m11-details p + p { margin-top:10px; }
.m11-basket { padding-block:70px 80px; display:grid; grid-template-columns:.75fr 1fr; gap:50px; }
.m11-basket h2 { font-size:clamp(3rem,5vw,4.3rem); margin:18px 0; }
.m11-basket-panel { background:var(--panel); padding:28px; border:1px solid var(--line-strong); border-radius:16px; }
.m11-cart { list-style:none; margin:0; padding:0; }
.m11-cart li { display:grid; grid-template-columns:1fr auto; gap:4px 18px; padding:18px 0; border-bottom:1px solid var(--line); }
.m11-cart p { font-size:.8rem; grid-column:1 / -1; }
.m11-cart button { background:none; color:var(--muted); border:0; text-decoration:underline; font-size:.78rem; text-align:left; cursor:pointer; width:fit-content; padding-block:7px; }
.m11-delivery { display:block; margin-top:24px; font-size:.85rem; font-weight:700; }
.m11-totals { margin-block:24px; }
.m11-totals > div { display:flex; justify-content:space-between; padding-block:7px; color:var(--muted); font-size:.87rem; }
.m11-totals .m11-total { border-top:1px solid var(--line-strong); margin-top:8px; padding-top:15px; font-size:1.4rem; color:#fff; font-weight:800; }
.m11-footer { display:flex; justify-content:space-between; align-items:center; gap:24px; font-size:.85rem; }
.m11-confirm { max-width:760px; margin:50px auto 90px; padding:40px; border:1px solid var(--line-strong); border-radius:16px; background:var(--panel); }
.m11-confirm h1 { font-size:clamp(2.6rem,6vw,4rem); margin:20px 0; }
.m11-confirm p { margin-bottom:20px; }
[hidden] { display:none !important; }
@media(max-width:800px) { .m11-product,.m11-basket { grid-template-columns:1fr; gap:32px; } .m11-artwork { max-width:570px; margin-inline:auto; } .m11-basket-panel { padding:22px; } .m11-club { gap:18px; } .m11-club img { width:60px; flex-basis:60px; } .m11-footer { flex-direction:column; align-items:flex-start; } .m11-confirm { padding:25px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
.m11-shop-info { display:flex; flex-wrap:wrap; gap:12px 28px; border-block:1px solid var(--line); padding-block:15px; margin-top:25px; font-size:.875rem; color:var(--muted); }
.m11-shop-info a,.m11-collection-note a { color:var(--green); }
.m11-range-head { display:flex; align-items:baseline; justify-content:space-between; gap:18px; margin-bottom:22px; }
.m11-range-head h2 { font-size:1.8rem; }
.m11-range-head span { color:var(--muted); font-size:.875rem; }
.m11-product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.m11-card { background:var(--panel); border:1px solid var(--line); border-radius:12px; overflow:hidden; display:flex; flex-direction:column; }
.m11-card-image { display:flex; align-items:center; justify-content:center; aspect-ratio:4/5; background:#0d1416; overflow:hidden; }
.m11-card-image img { width:100%; height:100%; object-fit:contain; padding:20px; }
.m11-kit-image img { padding:12px; }
.m11-training-image img { padding:0; }
.m11-preview-button { background:transparent; border:1px solid #617477; color:#fff; }
#shopStatus:empty { min-height:0; margin:0; }
.m11-age-guide { margin-bottom:20px; border:1px solid #526166; border-radius:8px; padding:12px 14px; font-size:.875rem; }
.m11-age-guide summary { cursor:pointer; font-weight:800; color:var(--green); }
.m11-age-guide p { margin-top:12px; color:var(--muted); }
.m11-age-guide a { color:var(--green); }
.m11-table-scroll { overflow-x:auto; margin-top:14px; }
.m11-age-guide table { width:100%; border-collapse:collapse; font-size:.875rem; }
.m11-age-guide caption { text-align:left; color:var(--muted); font-size:.8rem; margin-bottom:10px; }
.m11-age-guide th,.m11-age-guide td { padding:10px 8px; text-align:left; border-bottom:1px solid #344448; }
.m11-measurement-summary { padding:13px; border-left:3px solid var(--green); background:#122426; font-size:.875rem; line-height:1.6; margin-bottom:18px; }
.m11-legacy-note { padding:14px; border:1px solid #829799; border-radius:8px; margin-top:18px; }
.m11-card-body { padding:22px; display:flex; flex-direction:column; flex:1; }
.m11-category { color:var(--green); font-size:.875rem; margin-bottom:10px; }
.m11-card-title { display:flex; justify-content:space-between; align-items:start; gap:14px; }
.m11-card-title h3 { font-size:1.4rem; line-height:1.2; }
.m11-card-title strong { font-size:1.3rem; white-space:nowrap; }
.m11-card-body p { font-size:.875rem; color:var(--muted); margin:14px 0 20px; flex:1; }
.m11-card-body .button { font-size:.875rem; min-height:46px; }
.m11-collection-note { font-size:.875rem; margin-block:24px 0; color:var(--muted); }
.m11-product-dialog { border:1px solid #536366; border-radius:14px; padding:25px; background:#101719; color:#fff; width:min(960px,calc(100% - 28px)); max-height:90dvh; margin:auto; overflow-y:auto; }
.m11-product-dialog::backdrop { background:rgb(0 0 0 / .8); }
.m11-dialog-close { display:block; margin:0 0 20px auto; border:1px solid #536366; border-radius:6px; color:#fff; background:transparent; padding:10px 18px; cursor:pointer; font-size:.875rem; }
.m11-product-dialog .wrap { width:100%; }
.m11-product-dialog .m11-product { grid-template-columns:.75fr 1fr; gap:28px; }
.m11-selected-image { align-self:start; background:#0d1416; border-radius:8px; }
.m11-selected-image img { width:100%; height:480px; object-fit:contain; padding:16px; }
.m11-config h2 { font-size:2.2rem; margin:10px 0; }
.m11-config .m11-selected-price { color:var(--green); font-size:1.6rem; font-weight:800; margin-bottom:14px; }
.m11-options { display:none; }
.m11-fields label,.m11-help,.m11-status,.m11-details,.m11-size-head,.m11-cart p,.m11-cart button,.m11-delivery,.m11-totals > div,.m11-footer { font-size:.875rem; }
.m11-fields input,.m11-fields select,.m11-delivery select { font:inherit; font-size:1rem; }
body:has(.m11-product-dialog[open]) { overflow:hidden; }
@media(max-width:900px) { .m11-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .m11-product-grid { gap:14px; } .m11-card-body { padding:15px; } .m11-card-title { display:block; } .m11-card-title strong { display:block; margin-top:8px; } .m11-card-title h3 { font-size:1.25rem; } .m11-range-head { display:block; } .m11-range-head span { display:block; margin-top:8px; } .m11-product-dialog .m11-product { grid-template-columns:1fr; } .m11-selected-image img { height:240px; } .m11-product-dialog { padding:18px; } .m11-club img { width:52px; flex-basis:52px; } .m11-shop-info { gap:10px; flex-direction:column; } }
@media(max-width:360px) { .m11-product-grid { grid-template-columns:1fr; } }
