:root{--ds-primary: #466e9c;--ds-primary-light: #5478a0;--ds-primary-dark: #3a5c84;--ds-accent: #e53935;--ds-text: #333;--ds-text-light: #666;--ds-text-muted: #999;--ds-border: #e8eef4;--ds-bg: #fafafa;--ds-white: #fff;--ds-hover: #f0f4f8;--ds-hover-light: #f8fafc;--ds-radius: 16px}.ds-sidebar{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--ds-text);background:var(--ds-bg);border-radius:var(--ds-radius);overflow:hidden}.ds-sidebar--empty{padding:20px;text-align:center}.ds-sidebar--empty p{margin:0;color:var(--ds-text-light)}.ds-sidebar--empty a{color:var(--ds-primary)}.ds-header{display:flex;align-items:center;gap:12px;padding:20px 16px;background:var(--ds-white);border-bottom:1px solid var(--ds-border)}.ds-header__icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #466e9c4d;color:#fff;flex-shrink:0}.ds-header__title{font-size:18px;font-weight:700;color:var(--ds-text)}.ds-header__subtitle{font-size:12px;color:var(--ds-text-muted)}.ds-categories{background:var(--ds-white);border-radius:8px;margin:14px;padding:12px;box-shadow:0 2px 8px #0000000a}.ds-category-item{display:flex;align-items:center;gap:12px;padding:12px 10px;color:var(--ds-text);text-decoration:none;border-radius:8px;transition:background .15s ease,color .15s ease;border-bottom:1px solid var(--ds-border)}.ds-category-item:last-child{border-bottom:none}.ds-category-item:hover{background:var(--ds-hover);color:var(--ds-primary)}.ds-category-item--active{background:#e8f4fd;color:var(--ds-primary)}.ds-category-item__name{flex:1;font-size:14px;font-weight:500;line-height:1.3}.ds-category-item__count{font-size:13px;color:var(--ds-text-muted);flex-shrink:0}.ds-section{padding:0 14px 16px}.ds-section__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ds-section__icon{font-size:16px}.ds-section__title{font-size:14px;font-weight:600;color:var(--ds-text);flex:1}.ds-section__badge{font-size:11px;padding:4px 12px;background:linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%);color:#fff;border-radius:12px;font-weight:500}.ds-section__badge--green{background:linear-gradient(135deg,#2e7d32,#4caf50)}.ds-clubs{display:flex;flex-direction:column;gap:4px}.ds-accessories-section{padding:0 14px 16px}.ds-club{border-radius:8px;overflow:hidden;background:var(--ds-white);box-shadow:0 2px 6px #0000000a;transition:box-shadow .25s ease;border:1px solid #e8e8e8}.ds-club:hover:not(.ds-club--expanded){box-shadow:0 4px 16px #466e9c26}.ds-club__header{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--ds-white);cursor:pointer;border-radius:8px;transition:background .25s ease,color .25s ease}.ds-club:hover:not(.ds-club--expanded) .ds-club__header{background:var(--ds-hover-light);border-color:var(--ds-primary)}.ds-club__logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%) border-box;border:2px solid transparent;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #466e9c4d;flex-shrink:0;overflow:hidden;padding:3px}.ds-club__logo img{width:100%;height:100%;object-fit:contain}.ds-club__flag{font-size:26px;line-height:1}.ds-club__icon-emoji{font-size:24px;line-height:1}.ds-club__logo-wrapper{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--ds-primary),var(--ds-primary-light)) border-box;border:2px solid transparent;border-radius:10px;padding:8px}.ds-club__abbr{font-size:14px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.ds-club__link{display:flex;align-items:center;gap:8px;flex:1;min-width:0;text-decoration:none;color:inherit}.ds-club__info{flex:1;min-width:0}.ds-club__name{font-size:15px;font-weight:500;color:var(--ds-text);display:block;line-height:1.3}.ds-club__count-link{font-size:12px;color:var(--ds-text-muted);text-decoration:none;display:inline-block;transition:color .1s ease}.ds-club__count-link:hover{color:var(--ds-primary);text-decoration:underline}.ds-club__count-text{font-size:12px;color:var(--ds-text-muted);display:block}.ds-club__toggle-btn{padding:8px;margin:-8px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .1s ease}.ds-club__toggle-btn:hover{background:var(--ds-hover)}.ds-club__chevron{color:var(--ds-text-muted);transition:transform .25s ease,color .1s ease}.ds-club--expanded .ds-club__chevron{transform:rotate(180deg)}.ds-club__menu{background:#fafafa;border-radius:0 0 8px 8px}.ds-club__menu[hidden]{display:none}.ds-club__subitem{display:flex;align-items:center;gap:8px;padding:10px 14px;color:var(--ds-text-light);text-decoration:none;font-size:14px;transition:background .1s ease,color .1s ease;border-bottom:1px solid var(--ds-border);border-radius:8px}.ds-club__subitem:last-child{border-bottom:none;border-radius:0 0 10px 10px}.ds-club__subitem:hover{background:var(--ds-hover);color:var(--ds-primary)}.ds-club__subitem--active{background:#e8f4fd;color:var(--ds-primary);font-weight:500}.ds-club__subitem-icon{width:14px;height:14px;color:var(--ds-text-muted);flex-shrink:0}.ds-club__subitem:hover .ds-club__subitem-icon{color:var(--ds-primary)}.ds-club__subname{flex:1}.ds-club__subcount{font-size:11px;color:var(--ds-text-muted)}.ds-club--expanded{box-shadow:0 6px 24px #466e9c33;border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%) border-box}.ds-club--expanded .ds-club__header{background:linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%);border-radius:8px 8px 0 0}.ds-club--expanded .ds-club__logo{background:#fffffff2;box-shadow:none}.ds-club--expanded .ds-club__name{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.ds-club--expanded .ds-club__count-link,.ds-club--expanded .ds-club__count-text{color:#ffffffd9}.ds-club--expanded .ds-club__count-link:hover,.ds-club--expanded .ds-club__chevron{color:#fff}.ds-club--expanded .ds-club__toggle-btn:hover{background:#ffffff26}.ds-club--accessories .ds-club__logo{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%) border-box}.ds-club--accessories:hover:not(.ds-club--expanded){border-color:var(--ds-primary)}.ds-club--accessories.ds-club--expanded{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%) border-box}.ds-club--accessories .ds-club__subitem:hover,.ds-club--accessories .ds-club__subitem--active{color:var(--ds-primary)}[class*=ds-club--]:not(.ds-club--accessories):hover:not(.ds-club--expanded){border-color:var(--club-c1)}[class*=ds-club--]:not(.ds-club--accessories) .ds-club__logo{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--club-c1),var(--club-c2)) border-box}[class*=ds-club--]:not(.ds-club--accessories).ds-club--expanded .ds-club__header{background:linear-gradient(90deg,var(--club-c1),var(--club-c2))}[class*=ds-club--]:not(.ds-club--accessories).ds-club--expanded .ds-club__abbr{color:var(--club-c1)}[class*=ds-club--]:not(.ds-club--accessories).ds-club--expanded{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--club-c1),var(--club-c2)) border-box}[class*=ds-club--]:not(.ds-club--accessories) .ds-club__subitem:hover,[class*=ds-club--]:not(.ds-club--accessories) .ds-club__subitem--active{color:var(--club-accent, var(--club-c1))}@media(max-width:768px){.ds-header{padding:16px 14px}.ds-header__icon{width:40px;height:40px}.ds-club__header{padding:8px 10px}.ds-club__logo{width:30px;height:30px;padding:3px}.ds-club__flag{font-size:18px}}@media print{.ds-sidebar{box-shadow:none;background:#fff}.ds-club{break-inside:avoid}}.ds-club-menu{font-family:inherit;border-radius:var(--ds-radius);background:var(--ds-bg);margin-bottom:20px}.ds-club-menu__header{display:flex;align-items:center;gap:14px;padding:18px 20px;background:linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 40%,var(--ds-primary-light) 100%);color:#fff;flex-wrap:wrap;border-radius:var(--ds-radius) var(--ds-radius) 0 0;text-decoration:none;transition:filter var(--ds-transition)}.ds-club-menu__header:hover{color:#fff;text-decoration:none;filter:brightness(1.08)}.ds-club-menu__header:focus-visible{outline:2px solid #fff;outline-offset:-2px}.ds-club-menu__header .ds-filters-toggle{margin-left:auto;background:#ffffff26;border:none;color:#ffffffe6;padding:8px 14px}.ds-club-menu__header .ds-filters-toggle:hover{background:#ffffff40;color:#fff}.ds-club-menu__header .ds-filters-toggle--active{background:#fff;color:var(--ds-primary)}.ds-club-menu__header .ds-filters-toggle__badge{background:var(--ds-primary)}.ds-club-menu__logo{width:48px;height:48px;border-radius:10px;background:#fff;padding:6px;box-shadow:0 2px 8px #00000026;object-fit:contain;flex-shrink:0}.ds-club-menu__title-area{display:flex;flex-direction:column;gap:2px}.ds-club-menu__title{font-size:18px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.2);color:#fff;margin:0;line-height:1.3}.ds-club-menu__subtitle{font-size:12px;opacity:.85;color:#fff}.ds-club-menu__nav{padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:var(--ds-bg)}.ds-club-menu__toolbar{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--ds-white);border-top:1px solid var(--ds-border);position:relative;overflow:visible}.ds-club-menu__btn{background:#f8fafc;color:var(--ds-text);border:1px solid var(--ds-primary);padding:14px 12px;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 1px 3px #0000000a;font-size:15px;display:block}.ds-club-menu__btn:hover,.ds-club-menu__btn--active{background:linear-gradient(135deg,var(--ds-primary),var(--ds-primary-light));color:#fff;border-color:var(--ds-primary);transform:translateY(-2px);box-shadow:0 4px 8px #466e9c4d;text-decoration:none}[class*=ds-club-menu--] .ds-club-menu__header{background:linear-gradient(90deg,var(--club-c1),var(--club-c2))}[class*=ds-club-menu--] .ds-club-menu__btn{border-color:var(--club-c1)}[class*=ds-club-menu--] .ds-club-menu__btn:hover,[class*=ds-club-menu--] .ds-club-menu__btn--active{background:linear-gradient(135deg,var(--club-c1),var(--club-c2));border-color:var(--club-c1);color:#fff;box-shadow:0 4px 8px color-mix(in srgb,var(--club-c1) 30%,transparent)}@media(max-width:768px){.ds-club-menu__nav{grid-template-columns:repeat(2,1fr)}.ds-club-menu__btn{padding:12px 10px;font-size:14px}.ds-club-menu__header{flex-wrap:nowrap;padding:14px 16px}.ds-club-menu__title-area{flex:1 1 0;min-width:0}}.ds-club-menu__active-filters,.ds-cat-menu__active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 14px;background:#e8f4fd;border-top:1px solid var(--ds-border)}.ds-club-menu__active-filters--hidden,.ds-cat-menu__active-filters--hidden{display:none}.ds-club-menu__active-label,.ds-cat-menu__active-label{font-size:12px;font-weight:600;color:var(--ds-primary);white-space:nowrap}.ds-club-menu__active-tags,.ds-cat-menu__active-tags{display:flex;flex-wrap:wrap;gap:6px;flex:1}.ds-club-menu__active-tag,.ds-cat-menu__active-tag{display:flex;align-items:center;gap:5px;padding:5px 10px;background:var(--ds-white);border-radius:16px;font-size:11px;font-weight:500;border:1px solid var(--ds-border)}.ds-cat-menu__active-tag--club{border-color:var(--ds-primary);background:linear-gradient(135deg,var(--ds-primary) 0%,var(--ds-primary-light) 100%);color:#fff;font-weight:600;box-shadow:0 2px 6px #466e9c40}.ds-cat-menu__active-tag--club .ds-cat-menu__active-tag-remove{background:#ffffff4d;color:#fff}.ds-cat-menu__active-tag--club .ds-cat-menu__active-tag-remove:hover{background:#e53935;color:#fff}.ds-club-menu__active-tag--size,.ds-cat-menu__active-tag--size{border-color:#6366f1;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-weight:600;box-shadow:0 2px 6px #6366f140}.ds-club-menu__active-tag--size .ds-club-menu__active-tag-remove,.ds-cat-menu__active-tag--size .ds-cat-menu__active-tag-remove{background:#ffffff4d;color:#fff}.ds-club-menu__active-tag--size .ds-club-menu__active-tag-remove:hover,.ds-cat-menu__active-tag--size .ds-cat-menu__active-tag-remove:hover{background:#e53935}.ds-club-menu__active-tag--price,.ds-cat-menu__active-tag--price{border-color:#10b981;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;font-weight:600;box-shadow:0 2px 6px #10b98140}.ds-club-menu__active-tag--price .ds-club-menu__active-tag-remove,.ds-cat-menu__active-tag--price .ds-cat-menu__active-tag-remove{background:#ffffff4d;color:#fff}.ds-club-menu__active-tag--price .ds-club-menu__active-tag-remove:hover,.ds-cat-menu__active-tag--price .ds-cat-menu__active-tag-remove:hover{background:#e53935}.ds-club-menu__active-tag--socks,.ds-cat-menu__active-tag--socks,.ds-club-menu__active-tag--sleeves,.ds-cat-menu__active-tag--sleeves,.ds-club-menu__active-tag--shorts,.ds-cat-menu__active-tag--shorts{border-color:#f59e0b;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;font-weight:600;box-shadow:0 2px 6px #f59e0b40}.ds-club-menu__active-tag--socks .ds-club-menu__active-tag-remove,.ds-cat-menu__active-tag--socks .ds-cat-menu__active-tag-remove,.ds-club-menu__active-tag--sleeves .ds-club-menu__active-tag-remove,.ds-cat-menu__active-tag--sleeves .ds-cat-menu__active-tag-remove,.ds-club-menu__active-tag--shorts .ds-club-menu__active-tag-remove,.ds-cat-menu__active-tag--shorts .ds-cat-menu__active-tag-remove{background:#ffffff4d;color:#fff}.ds-club-menu__active-tag--socks .ds-club-menu__active-tag-remove:hover,.ds-cat-menu__active-tag--socks .ds-cat-menu__active-tag-remove:hover,.ds-club-menu__active-tag--sleeves .ds-club-menu__active-tag-remove:hover,.ds-cat-menu__active-tag--sleeves .ds-cat-menu__active-tag-remove:hover,.ds-club-menu__active-tag--shorts .ds-club-menu__active-tag-remove:hover,.ds-cat-menu__active-tag--shorts .ds-cat-menu__active-tag-remove:hover{background:#e53935}.ds-club-menu__active-tag-remove,.ds-cat-menu__active-tag-remove{width:16px;height:16px;border:none;background:var(--ds-border);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ds-text-muted);font-size:11px;line-height:1;padding:0;flex-shrink:0}.ds-club-menu__active-tag-remove:hover,.ds-cat-menu__active-tag-remove:hover{background:#e53935;color:#fff}.ds-club-menu__clear-btn,.ds-cat-menu__clear-btn{padding:6px 14px;border:none;background:transparent;color:#e53935;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.ds-club-menu__footer,.ds-cat-menu__footer{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--ds-bg);border-top:1px solid var(--ds-border);font-size:12px;color:var(--ds-text-muted);border-radius:0 0 var(--ds-radius) var(--ds-radius)}.ds-club-menu__footer-info,.ds-cat-menu__footer-info{font-size:12px;color:var(--ds-text-muted)}.ds-club-menu__footer-info strong,.ds-cat-menu__footer-info strong{color:var(--ds-primary)}@media(max-width:768px){.ds-club-menu__active-filters,.ds-cat-menu__active-filters{flex-wrap:wrap;padding:10px 14px}.ds-club-menu__active-label,.ds-cat-menu__active-label{flex:0 0 100%;margin-bottom:6px}.ds-club-menu__active-tags,.ds-cat-menu__active-tags{display:flex;flex-wrap:wrap;gap:6px;width:100%}.ds-club-menu__active-tag,.ds-cat-menu__active-tag{font-size:10px;padding:4px 8px}.ds-club-menu__clear-btn,.ds-cat-menu__clear-btn{flex:0 0 100%;text-align:center;margin-top:6px;padding:8px;background:#e5393514;border-radius:8px}.ds-club-menu__footer,.ds-cat-menu__footer{flex-wrap:wrap;gap:8px;padding:10px 14px}}.ds-category-item:focus-visible,.ds-club__toggle:focus-visible,.ds-club__toggle-btn:focus-visible,.ds-club__subitem:focus-visible,.ds-club__count-link:focus-visible,.ds-club-menu__btn:focus-visible{outline:2px solid var(--ds-primary);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){.ds-sidebar,.ds-sidebar *,.ds-club-menu,.ds-club-menu *{transition:none!important;animation:none!important}}@media(prefers-contrast:more){.ds-sidebar{--ds-text: #000;--ds-border: #000;--ds-text-light: #333}.ds-club,.ds-club-menu__btn{border-width:2px}}.ds-cat-banner{background:linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 50%,var(--ds-primary-light) 100%);padding:12px 24px;color:#fff;position:relative;overflow:hidden;border-radius:var(--ds-radius);margin-bottom:16px;box-shadow:0 2px 12px #0000000f}.ds-cat-banner:before{content:attr(data-watermark);position:absolute;right:-10px;top:50%;transform:translateY(-50%);font-size:60px;font-weight:900;opacity:.08;white-space:nowrap;pointer-events:none;text-transform:uppercase}.ds-cat-banner__inner{position:relative;z-index:1}.ds-cat-banner__title{font-size:26px;font-weight:900;text-transform:uppercase;letter-spacing:1px;margin:0;color:#fff}.ds-cat-banner__subtitle{font-size:14px;opacity:.9;margin-top:4px}.term-description:not(.et_second-description){display:none}.ds-cat-menu--category .ds-cat-menu__toolbar{border-radius:var(--ds-radius) var(--ds-radius) 0 0}.ds-cat-menu{font-family:inherit;border-radius:var(--ds-radius);background:var(--ds-white);box-shadow:0 2px 12px #0000000f;max-width:100%;box-sizing:border-box}.ds-cat-menu__header{display:flex;align-items:center;padding:18px 20px;background:linear-gradient(135deg,var(--ds-primary-dark) 0%,var(--ds-primary) 50%,var(--ds-primary-light) 100%);color:#fff;flex-wrap:wrap;gap:14px;border-radius:var(--ds-radius) var(--ds-radius) 0 0}.ds-cat-menu__toolbar{display:flex;align-items:center;gap:10px;padding:12px 20px;background:var(--ds-bg);border-bottom:1px solid var(--ds-border);position:relative;overflow:visible}.ds-cat-menu__toolbar .ds-filters-toggle{background:var(--ds-white)}.ds-cat-menu__section-label{font-size:11px;font-weight:600;color:var(--ds-text-muted);text-transform:uppercase;letter-spacing:.5px;padding:8px 20px 4px;margin-top:4px}.ds-cat-menu__title-area{display:flex;align-items:center;gap:14px}.ds-cat-menu__icon{width:48px;height:48px;background:#ffffff26;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-cat-menu__icon svg{width:24px;height:24px}.ds-cat-menu__title{font-size:18px;font-weight:700}.ds-cat-menu__subtitle{font-size:12px;opacity:.85}.ds-cat-menu__active-tag-logo{width:16px;height:16px;border-radius:3px}.ds-cat-menu__active-tag-logo img{width:100%;height:100%;object-fit:contain}.ds-cat-menu__apply-btn{padding:8px 20px;border:none;background:var(--ds-primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s}.ds-cat-menu__apply-btn:hover{background:var(--ds-primary-dark)}.ds-cat-menu__apply-btn:disabled{background:var(--ds-border);cursor:not-allowed}.ds-cat-menu__spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ds-spin .6s linear infinite}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-cat-menu__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:0;padding:12px 16px;overflow:visible;box-sizing:border-box;width:100%}.ds-cat-menu__grid--hidden{display:none}[data-columns="2"] .ds-cat-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr))}[data-columns="3"] .ds-cat-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr))}[data-columns="4"] .ds-cat-menu__grid{grid-template-columns:repeat(4,minmax(0,1fr))}[data-columns="5"] .ds-cat-menu__grid{grid-template-columns:repeat(5,minmax(0,1fr))}[data-columns="6"] .ds-cat-menu__grid{grid-template-columns:repeat(6,minmax(0,1fr))}[data-columns="7"] .ds-cat-menu__grid{grid-template-columns:repeat(7,minmax(0,1fr))}[data-columns="8"] .ds-cat-menu__grid{grid-template-columns:repeat(8,minmax(0,1fr))}.ds-cat-menu__chip{position:relative;display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--ds-white);border-radius:10px;cursor:pointer;border:1px solid var(--ds-border);transition:all .2s;box-shadow:0 1px 3px #0000000a;min-height:44px;box-sizing:border-box;margin:4px}.ds-cat-menu__chip:hover{background:var(--ds-hover)}.ds-cat-menu__chip.selected{background:#e8f4fd;border-color:var(--ds-primary)}.ds-cat-menu__chip-check{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--ds-primary);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:all .2s ease;box-shadow:0 2px 4px #466e9c4d;z-index:1}.ds-cat-menu__chip-check svg{width:10px;height:10px;color:#fff}.ds-cat-menu__chip.selected .ds-cat-menu__chip-check{opacity:1;transform:scale(1)}.ds-cat-menu__chip-logo{width:26px;height:26px;border-radius:6px;background:var(--ds-bg);padding:2px;flex-shrink:0}.ds-cat-menu__chip-logo img{width:100%;height:100%;object-fit:contain}.ds-cat-menu__chip-flag{font-size:18px;flex-shrink:0;line-height:1}.ds-cat-menu__chip-info{flex:1;min-width:0;overflow:hidden}.ds-cat-menu__chip-name{font-size:12px;font-weight:500;line-height:1.2}[class*=ds-cat-menu__chip--]:not(.ds-cat-menu__chip--unavailable){border-color:var(--club-c1)}.ds-cat-menu__chip.ds-cat-menu__chip--unavailable{opacity:.35;cursor:not-allowed;background:#f5f5f5;border-color:#e0e0e0}.ds-cat-menu__chip--unavailable .ds-cat-menu__chip-name{text-decoration:line-through;color:#bdbdbd}.ds-cat-menu__chip--unavailable .ds-cat-menu__chip-logo{opacity:.4}.products.ds-skeleton-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important}@media(max-width:1024px){.products.ds-skeleton-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.products.ds-skeleton-grid{grid-template-columns:repeat(2,1fr)!important}}.ds-skeleton{background:#fff;border-radius:8px;padding:12px;list-style:none!important;display:flex!important;flex-direction:column!important;width:100%!important;margin:0!important;float:none!important}.ds-skeleton__img{width:100%;padding-bottom:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:ds-shimmer 1.2s ease-in-out infinite;border-radius:8px}.ds-skeleton__text{padding:12px 0}.ds-skeleton__title{height:12px;width:90%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:ds-shimmer 1.2s ease-in-out infinite;border-radius:4px;margin-bottom:8px}.ds-skeleton__title--short{width:60%}.ds-skeleton__price{height:16px;width:40%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:ds-shimmer 1.2s ease-in-out infinite;border-radius:4px;margin-top:8px}@keyframes ds-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.ds-cat-banner{padding:16px}.ds-cat-banner__title{font-size:22px}.ds-cat-banner:before{font-size:40px}}@media(max-width:900px){.ds-cat-menu__grid{padding:10px 12px}}@media(max-width:768px){.ds-cat-menu__header{padding:14px 16px}.ds-cat-menu__title-area{flex:1 1 auto;min-width:0}.ds-cat-menu__toolbar{padding:10px 16px}.ds-cat-menu__grid,.ds-cat-menu[data-columns] .ds-cat-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:8px 12px}.ds-cat-menu[data-columns] .ds-cat-menu__grid--in-panel,.ds-cat-menu__grid--in-panel{padding:0}.ds-cat-menu__chip{padding:6px 8px;gap:6px;margin:3px}.ds-cat-menu__chip-logo{width:22px;height:22px}.ds-cat-menu__chip-flag{font-size:16px}.ds-cat-menu__chip-name{font-size:12px}}@media(max-width:480px){.ds-cat-menu__grid,.ds-cat-menu[data-columns] .ds-cat-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ds-filters-panel .ds-cat-menu__chip{padding:5px;gap:4px;margin:2px}.ds-filters-panel .ds-cat-menu__chip-logo{width:18px;height:18px}.ds-filters-panel .ds-cat-menu__chip-name{font-size:12px}}.ds-cat-menu__chip:focus-visible,.ds-cat-menu__toggle-btn:focus-visible,.ds-cat-menu__apply-btn:focus-visible,.ds-cat-menu__clear-btn:focus-visible{outline:2px solid var(--ds-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){.ds-cat-menu,.ds-cat-menu *{transition:none!important}}.ds-auto-menu{margin-bottom:20px}.ds-filters-row{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--ds-bg);border-top:1px solid var(--ds-border);flex-wrap:wrap}.ds-filters-toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--ds-white);border:1px solid var(--ds-border);border-radius:8px;font-size:13px;font-weight:500;color:var(--ds-text);cursor:pointer;transition:all .2s}.ds-filters-toggle:hover{border-color:var(--ds-primary);color:var(--ds-primary)}.ds-filters-toggle--active{background:#e8f4fd;border-color:var(--ds-primary);color:var(--ds-primary)}.ds-filters-toggle__icon{flex-shrink:0}.ds-filters-toggle__badge{background:var(--ds-primary);color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;margin-left:2px}.ds-filters-toggle__chevron{transition:transform .2s;margin-left:2px}[aria-expanded=true] .ds-filters-toggle__chevron{transform:rotate(180deg)}.ds-sort{position:relative;margin-left:auto}.ds-sort__toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--ds-white);border:1px solid var(--ds-border);border-radius:8px;font-size:13px;font-weight:500;color:var(--ds-text);cursor:pointer;transition:all .2s}.ds-sort__toggle:hover{border-color:var(--ds-primary);color:var(--ds-primary)}.ds-sort__label{color:var(--ds-text-muted);font-weight:400}.ds-sort__value{font-weight:500}.ds-sort__chevron{transition:transform .2s;color:var(--ds-text-muted)}[aria-expanded=true] .ds-sort__chevron{transform:rotate(180deg)}.ds-sort__dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;background:var(--ds-white);border:1px solid var(--ds-border);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:100;overflow:hidden}.ds-sort__dropdown[hidden]{display:none}.ds-sort__option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:none;border:none;font-size:13px;color:var(--ds-text);cursor:pointer;transition:background .15s;text-align:left}.ds-sort__option:hover{background:var(--ds-hover)}.ds-sort__option--active{background:#e8f4fd;color:var(--ds-primary);font-weight:600}.ds-sort__option--active:hover{background:#d0e8f8}.ds-sort__option svg{color:var(--ds-primary);flex-shrink:0}@media(max-width:768px){.ds-sort__label{display:none}.ds-sort__toggle{padding:8px 12px}}.ds-filters-active{display:flex;flex-wrap:wrap;gap:6px;flex:1}.ds-filters-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:var(--ds-white);border:1px solid var(--ds-border);border-radius:14px;font-size:12px;font-weight:500}.ds-filters-tag__remove{background:none;border:none;color:var(--ds-text-muted);cursor:pointer;font-size:14px;line-height:1;padding:0 2px}.ds-filters-tag__remove:hover{color:#e53935}.ds-filters-tag--size{border-color:#6366f1;background:#eef2ff}.ds-filters-tag--price{border-color:#10b981;background:#ecfdf5}.ds-filters-tag--socks{border-color:#f59e0b;background:#fffbeb}.ds-filters-clear{background:none;border:none;color:#e53935;font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px}.ds-filters-clear:hover{text-decoration:underline}.ds-filters-panel{background:var(--ds-white);border-top:1px solid var(--ds-border);overflow:hidden}.ds-filters-panel[hidden]{display:none}.ds-filters-panel__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding:16px}.ds-filter-group__label{font-size:12px;font-weight:600;color:var(--ds-text);margin-bottom:8px;display:flex;align-items:center;gap:6px}.ds-filter-group__label--section{font-size:14px;font-weight:700;color:var(--ds-primary);padding:12px 16px;margin:0 0 10px;background:linear-gradient(90deg,#e8f4fd,#e8f4fd4d);border-radius:8px;border-left:3px solid var(--ds-primary)}.ds-filter-group__label--section svg{color:var(--ds-primary);flex-shrink:0}.ds-filter-group--clubs,.ds-filter-group--teams,.ds-filter-group--size,.ds-filter-group--price{grid-column:1 / -1;padding:0}.ds-filter-group--size{margin-top:12px;padding-top:16px;border-top:1px solid var(--ds-border)}.ds-cat-menu__grid--in-panel{padding:0;margin-top:8px;gap:0;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}@media(max-width:768px){.ds-cat-menu__grid--in-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:480px){.ds-cat-menu__grid--in-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}.ds-filter-group__hint{font-weight:400;color:var(--ds-text-muted);font-size:11px;margin-left:auto}.ds-filters-active-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 14px;background:#e8f4fd;border-top:1px solid var(--ds-border)}.ds-filters-active-bar__label{font-size:11px;font-weight:600;color:var(--ds-primary)}.ds-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.ds-filter-chip{padding:6px 12px;background:var(--ds-bg);border:1px solid var(--ds-border);border-radius:16px;font-size:12px;font-weight:500;color:var(--ds-text);cursor:pointer;transition:all .15s}.ds-filter-chip:hover{border-color:var(--ds-primary);color:var(--ds-primary)}.ds-filter-chip--active{background:var(--ds-primary);border-color:var(--ds-primary);color:#fff}.ds-filter-chip--active:hover{background:var(--ds-primary-dark);border-color:var(--ds-primary-dark);color:#fff}.ds-filter-chip--disabled,.ds-filter-chip:disabled{opacity:.4;cursor:not-allowed;pointer-events:none;background:var(--ds-border)}.ds-filter-chip--unavailable{opacity:.35;cursor:not-allowed;pointer-events:none;background:#f5f5f5;border-color:#e0e0e0;color:#bdbdbd;text-decoration:line-through}.ds-filter-checkbox--unavailable{opacity:.35;cursor:not-allowed;background:#f5f5f5;border-color:#e0e0e0}.ds-filter-chip--teen{border-color:#9c27b0;color:#7b1fa2;position:relative}.ds-filter-chip--teen:hover{border-color:#7b1fa2;color:#6a1b9a}.ds-filter-chip--teen.ds-filter-chip--active{background:linear-gradient(135deg,#9c27b0,#7b1fa2);border-color:#9c27b0;color:#fff}.ds-filter-chip--teen.ds-filter-chip--active:hover{background:linear-gradient(135deg,#7b1fa2,#6a1b9a);border-color:#7b1fa2;color:#fff}.ds-filter-chip__badge{font-size:9px;background:#9c27b0;color:#fff;padding:1px 4px;border-radius:4px;margin-left:4px;vertical-align:middle}.ds-filter-chip--active .ds-filter-chip__badge{background:#ffffff4d}.ds-filter-price{display:flex;flex-wrap:wrap;gap:6px}.ds-filter-price--compact{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.ds-filter-price__presets{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.ds-filter-price__custom{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ds-filter-price__label{font-size:11px;color:var(--ds-text-muted)}.ds-filter-price__input{width:60px;padding:5px 8px;border:1px solid var(--ds-border);border-radius:6px;font-size:12px;text-align:center}.ds-filter-price__input:focus-visible{outline:none;border-color:var(--ds-primary)}.ds-filter-price__sep{color:var(--ds-text-muted);font-size:11px}.ds-filter-price__currency{font-size:11px;color:var(--ds-text-muted)}.ds-cat-menu__toggle--inline{display:inline-flex;background:var(--ds-bg);border-radius:18px;padding:2px}.ds-filter-group--toggle,.ds-filter-group--price{grid-column:1 / -1}.ds-filters-collapse{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 0;border:none;border-top:1px solid var(--ds-border);background:var(--ds-bg);color:var(--ds-text-muted);font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.ds-filters-collapse:hover{background:#ecf1f6;color:var(--ds-primary)}.ds-filters-collapse:focus-visible{outline:2px solid var(--ds-primary);outline-offset:-2px}.ds-filter-group--checkboxes{grid-column:1 / -1}.ds-filter-checkbox-row{display:flex;flex-wrap:nowrap;gap:10px}.ds-filter-checkbox-row .ds-filter-checkbox{flex:1 1 0;min-width:0;justify-content:center}@media(max-width:768px){.ds-filter-checkbox-row{gap:6px}.ds-filter-checkbox-row .ds-filter-checkbox{padding:8px 6px;gap:6px}.ds-filter-checkbox-row .ds-filter-checkbox__box{width:14px;height:14px}.ds-filter-checkbox-row .ds-filter-checkbox__text{font-size:12px}}.ds-filter-checkbox{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--ds-bg);border:1px solid var(--ds-border);border-radius:10px;cursor:pointer;transition:all .2s}.ds-filter-checkbox:hover{border-color:var(--ds-primary)}.ds-filter-checkbox--active{background:#e8f4fd;border-color:var(--ds-primary)}.ds-filter-checkbox__box{width:18px;height:18px;border:2px solid var(--ds-border);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.ds-filter-checkbox--active .ds-filter-checkbox__box{background:var(--ds-primary);border-color:var(--ds-primary)}.ds-filter-checkbox__box svg{opacity:0;color:#fff;transition:opacity .15s}.ds-filter-checkbox--active .ds-filter-checkbox__box svg{opacity:1}.ds-filter-checkbox__text{line-height:1.3}.ds-filter-checkbox__text strong{display:block;font-size:13px;font-weight:500}.ds-filter-checkbox__text small{font-size:11px;color:var(--ds-text-muted)}.ds-filters-panel__actions{display:flex;gap:10px;padding:12px 16px;border-top:1px solid var(--ds-border);background:var(--ds-bg)}.ds-filters-apply{flex:1;padding:10px 20px;background:var(--ds-primary);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.ds-filters-apply:hover{background:var(--ds-primary-dark)}.ds-filters-reset{padding:10px 16px;background:none;border:1px solid #ef9a9a;color:#e57373;border-radius:8px;font-size:12px;cursor:pointer}.ds-filters-reset:hover{background:#ffebee}.ds-filters-reset:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.ds-filters-row{padding:10px 12px}.ds-filters-toggle{padding:6px 10px;font-size:13px}.ds-filters-panel__content{grid-template-columns:1fr;gap:14px;padding:14px}.ds-filters-panel__actions{flex-direction:row}.ds-filter-price__custom{width:100%}.ds-filter-price__input{flex:1}}.ds-filters-toggle:focus-visible,.ds-filter-chip:focus-visible,.ds-filters-apply:focus-visible,.ds-filters-reset:focus-visible{outline:2px solid var(--ds-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){.ds-filters-row *,.ds-filters-panel *{transition:none!important}}
