.shop-wrap{font-family:var(--font-body);color:var(--color-text);-webkit-font-smoothing:antialiased;overflow-x:hidden;background:var(--color-background);--shop-title-size: 3rem}.shop-wrap .shop-banner{position:relative;overflow:hidden;margin-top:20px;border-radius:34px;background:repeating-linear-gradient(45deg,var(--color-border) 0 18px,var(--color-blush-soft) 18px 36px);padding:46px 46px 42px}.shop-wrap .shop-banner-blob{position:absolute;border-radius:46px;z-index:0}.shop-wrap .shop-banner-blob--one{width:240px;height:240px;top:-70px;right:-40px;opacity:.5;background:repeating-linear-gradient(45deg,var(--color-neutral-light) 0 12px,var(--color-border) 12px 24px)}.shop-wrap .shop-banner-blob--two{width:170px;height:170px;bottom:-60px;right:180px;opacity:.4;background:repeating-linear-gradient(45deg,var(--color-sage) 0 12px,var(--color-border) 12px 24px)}.shop-wrap .shop-banner-copy{position:relative;z-index:1;max-width:640px}.shop-wrap .shop-banner-eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:var(--font-bold);line-height:1;letter-spacing:.16em;text-transform:uppercase;color:var(--color-neutral)}.shop-wrap .shop-banner-title{font-family:var(--font-heading);font-size:var(--shop-title-size);font-weight:var(--font-bold);color:var(--color-ink);line-height:1.05;margin:12px 0}.shop-wrap .shop-banner-title .hl{color:var(--color-primary)}.shop-wrap .shop-banner-text{font-size:1.06rem;color:var(--color-gray);max-width:520px;margin:0}.shop-wrap .shop-banner-note{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-family:var(--font-accent);font-size:1.56rem;font-weight:var(--font-bold);color:var(--color-success)}.shop-wrap .shop-banner-note span{font-family:inherit}.shop-wrap .shop-banner-note svg{flex:none}.shop-wrap .shop-banner-emblem{position:absolute;z-index:1;top:50%;right:62px;transform:translateY(-50%);font-size:var(--shop-title-size);width:1.8em;height:1.8em;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--color-primary);background:color-mix(in srgb,var(--color-white) 62%,transparent)}.shop-wrap .shop-banner-emblem svg{width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shop-wrap .shop-layout{display:grid;grid-template-columns:268px 1fr;gap:40px;padding:34px 0 74px;align-items:start}.shop-wrap .shop-content{min-width:0}@media (max-width: 1024px){.shop-wrap .shop-layout{grid-template-columns:1fr;gap:20px}.shop-wrap .shop-banner-emblem{display:none}}@media (max-width: 768px){.shop-wrap{--shop-title-size: 2.25rem}}@media (max-width: 576px){.shop-wrap{--shop-title-size: 2rem}.shop-wrap .shop-layout{padding:20px 0 40px;gap:16px}.shop-wrap .shop-banner{margin-top:16px;padding:32px 26px}.shop-wrap .shop-banner-note{font-size:1.3rem}}.shop-wrap .sidebar{position:sticky;top:92px;display:flex;flex-direction:column;gap:18px}.shop-wrap .sidebar-header{display:none;align-items:center;gap:8px}.shop-wrap .sidebar-title{font-family:var(--font-heading);font-size:1.06rem;font-weight:var(--font-bold);color:var(--color-ink);flex:1}.shop-wrap .sidebar-close-btn{background:transparent;border:none;cursor:pointer;padding:3px;border-radius:5px;color:var(--color-text-muted);transition:var(--transition)}.shop-wrap .sidebar-close-btn:hover{color:var(--color-primary);background:var(--color-primary-alpha-10)}.shop-wrap .filter-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:26px;padding:22px 22px 24px;box-shadow:0 20px 38px -30px color-mix(in srgb,var(--color-ink) 50%,transparent)}.shop-wrap .filter-card-title{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:1.06rem;font-weight:var(--font-bold);color:var(--color-ink);margin-bottom:14px}.shop-wrap .filter-card-title svg{color:var(--color-primary);flex:none}.shop-wrap .cat-list{display:flex;flex-direction:column;gap:2px}.shop-wrap .cat-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-radius:12px;font-size:.94rem;font-weight:var(--font-bold);color:var(--color-text-light);text-decoration:none;transition:background .15s ease,color .15s ease}.shop-wrap .cat-list a:hover{background:var(--color-background);color:var(--color-ink)}.shop-wrap .cat-list a.active{background:var(--color-blush-soft);color:var(--color-primary)}.shop-wrap .cat-list a.active .num{background:var(--color-white);color:var(--color-primary)}.shop-wrap .cat-list .cat-sub{padding-left:26px;font-size:.88rem;font-weight:var(--font-semibold)}.shop-wrap .cat-list .num{font-family:var(--font-mono);font-size:12px;font-weight:var(--font-bold);color:var(--color-neutral);background:var(--color-background);padding:3px 8px;border-radius:var(--radius-full);min-width:30px;text-align:center;flex:none}.shop-wrap .filter-check{display:flex;align-items:center;gap:11px;padding:7px 2px;font-size:.94rem;font-weight:var(--font-semibold);color:var(--color-text-light);cursor:pointer;margin:0}.shop-wrap .filter-check input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--color-neutral-light);border-radius:7px;background:var(--color-white);cursor:pointer;position:relative;flex:none;margin:0;transition:border-color .15s ease,background .15s ease}.shop-wrap .filter-check input[type=checkbox]:checked{background:var(--color-primary);border-color:var(--color-primary)}.shop-wrap .filter-check input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid var(--color-white);border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.shop-wrap .filter-checkbox{max-height:220px;overflow-y:auto}.shop-wrap .color-swatches{gap:10px}.shop-wrap .color-swatch{--swatch-size: 30px;--swatch-gap: var(--color-white);--swatch-ring: var(--color-ink);--swatch-ring-hover: var(--color-neutral-light)}.shop-wrap .filter-size-options{display:flex;gap:8px;flex-wrap:wrap}.shop-wrap .filter-size-btn{min-width:44px;height:38px;padding:0 12px;border-radius:12px;border:2px solid var(--color-border);background:var(--color-white);font-family:var(--font-body);font-size:.84rem;font-weight:var(--font-bold);color:var(--color-text-light);cursor:pointer;transition:var(--transition)}.shop-wrap .filter-size-btn:hover{border-color:var(--color-neutral-light);color:var(--color-primary)}.shop-wrap .filter-size-btn.active{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-white)}.shop-wrap .sidebar-loyalty{background:var(--color-ink);border-radius:26px;padding:24px 22px}.shop-wrap .sidebar-loyalty-icon{display:block;margin-bottom:10px;color:var(--color-accent)}.shop-wrap .sidebar-loyalty-title{display:block;font-size:.72rem;font-weight:var(--font-bold);color:var(--color-accent);margin-bottom:10px;text-transform:uppercase;letter-spacing:1.2px}.shop-wrap .sidebar-loyalty-text{font-size:.82rem;color:#ffffffa6;line-height:1.55;margin:0 0 18px}.shop-wrap .sidebar-loyalty-badge{display:inline-flex;align-items:center;gap:4px;background:color-mix(in srgb,var(--color-accent) 15%,transparent);color:var(--color-accent);font-size:.75rem;font-weight:var(--font-bold);padding:6px 14px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 1024px){.shop-wrap .sidebar{display:none}.shop-wrap .sidebar.active{display:flex;position:fixed;left:0;top:0;width:320px;max-width:88vw;height:100vh;z-index:200;overflow-y:auto;background:var(--color-background);box-shadow:4px 0 20px #00000026;padding:16px}.shop-wrap .sidebar-header{display:flex}}.shop-wrap .shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:var(--color-white);border:1px solid var(--color-border);border-radius:20px;padding:14px 20px;box-shadow:0 18px 34px -32px color-mix(in srgb,var(--color-ink) 50%,transparent);margin-bottom:24px}.shop-wrap .toolbar-count-txt{font-size:.94rem;font-weight:var(--font-bold);color:var(--color-text-light)}.shop-wrap .toolbar-count-txt b{color:var(--color-ink)}.shop-wrap .toolbar-sort{display:flex;align-items:center;gap:10px}.shop-wrap .sort-label{font-size:.82rem;font-weight:var(--font-bold);color:var(--color-text-muted);margin:0}.shop-wrap .mobile-view-filter{display:none;align-items:center;gap:6px;background:var(--color-white);border:2px solid var(--color-border);border-radius:var(--radius-full);padding:10px 18px;font-family:var(--font-body);font-size:.88rem;font-weight:var(--font-extrabold);color:var(--color-ink);cursor:pointer;transition:var(--transition)}.shop-wrap .mobile-view-filter svg{stroke:currentColor}.shop-wrap .mobile-view-filter:hover{border-color:var(--color-neutral-light);color:var(--color-primary)}.shop-wrap .sort-select-wrap{position:relative}.shop-wrap .sort-select-toggle{display:flex;align-items:center;gap:8px;border:2px solid var(--color-border);border-radius:var(--radius-full);padding:10px 18px;font-size:.88rem;font-weight:var(--font-bold);color:var(--color-ink);background:var(--color-white);cursor:pointer;white-space:nowrap;transition:border-color .15s ease}.shop-wrap .sort-select-toggle svg{stroke:var(--color-secondary-soft)}.shop-wrap .sort-select-toggle:hover,.shop-wrap .sort-select-toggle.active{border-color:var(--color-primary)}.shop-wrap .sort-dropdown{position:absolute;top:100%;right:0;margin-top:6px;background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--color-border);min-width:190px;z-index:50;list-style:none;padding:6px;margin-bottom:0}.shop-wrap .sort-dropdown-item{padding:8px 14px;font-size:.84rem;font-weight:var(--font-semibold);color:var(--color-text-light);cursor:pointer;border-radius:10px;transition:var(--transition)}.shop-wrap .sort-dropdown-item:hover{background:var(--color-background);color:var(--color-primary)}.shop-wrap .sort-dropdown-item.active{color:var(--color-primary);font-weight:var(--font-bold);background:var(--color-primary-alpha-10)}.shop-wrap .active-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:22px}.shop-wrap .active-filters-label{font-size:.82rem;font-weight:var(--font-bold);color:var(--color-text-muted)}.shop-wrap .filter-chip{display:inline-flex;align-items:center;gap:7px;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:7px 8px 7px 14px;font-size:.82rem;font-weight:var(--font-extrabold);color:var(--color-ink)}.shop-wrap .filter-chip button{border:none;background:var(--color-blush-soft);color:var(--color-primary);width:20px;height:20px;border-radius:50%;font-size:13px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:var(--transition)}.shop-wrap .filter-chip button:hover{background:var(--color-primary);color:var(--color-white)}.shop-wrap .clear-all-filters{border:none;background:none;padding:0;font-family:var(--font-body);font-size:.82rem;font-weight:var(--font-extrabold);color:var(--color-primary);cursor:pointer}.shop-wrap .clear-all-filters:hover{text-decoration:underline}@media (max-width: 1024px){.shop-wrap .mobile-view-filter{display:inline-flex}}@media (max-width: 576px){.shop-wrap .shop-toolbar{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 16px}.shop-wrap .toolbar-sort{width:100%;flex-wrap:wrap;gap:8px}.shop-wrap .sort-label{display:none}}.shop-wrap .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.shop-wrap .search-result-middle{position:relative;min-height:200px}.shop-wrap .search-result-middle.loading{opacity:.5;pointer-events:none}.shop-wrap .search-result-middle.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid var(--color-surface-accent);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.shop-wrap .search-result-middle.empty{min-height:300px}.shop-wrap .search-result-middle .empty-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.shop-wrap .search-result-middle .empty-message svg{width:70px;height:100px;margin-bottom:23px;opacity:.5}.shop-wrap .search-result-middle .empty-message h2{font-family:var(--font-heading);font-size:1.3rem;color:var(--color-text-muted);font-weight:700}.shop-wrap .search-result-bottom{display:flex;justify-content:center;align-items:center;margin-top:48px}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 1024px){.shop-wrap .products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.shop-wrap .products-grid{grid-template-columns:1fr;gap:16px}}.shop-wrap .list-view-products{display:flex;flex-wrap:wrap;gap:16px}.shop-wrap .list-view-products-item{display:flex;width:100%}.shop-wrap .shop-subcats{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.shop-wrap .shop-subcat-chip{display:inline-flex;align-items:center;padding:8px 18px;border:1px solid var(--color-border);border-radius:var(--radius-pill, 999px);background:var(--color-surface);color:var(--color-text);font-family:var(--font-body);font-size:14px;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease}.shop-wrap .shop-subcat-chip:hover{background:var(--color-blush-soft);border-color:var(--color-text);color:var(--color-text)}.shop-wrap .category-seo{margin:40px 0 34px;padding-top:24px;border-top:1px solid var(--color-border-light);font-family:var(--font-body);transition:opacity .2s ease}.shop-wrap .category-seo.is-stale{opacity:.35}.shop-wrap .category-seo__links{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px}.shop-wrap .category-seo__links-label{margin-right:4px;color:var(--color-neutral);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.shop-wrap .category-seo__fold summary{display:flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding:4px 0;color:var(--color-ink);font-family:var(--font-heading);font-size:16px;font-weight:var(--font-semibold);cursor:pointer;list-style:none}.shop-wrap .category-seo__fold summary::-webkit-details-marker{display:none}.shop-wrap .category-seo__fold summary svg{width:18px;height:18px;fill:none;stroke:var(--color-neutral);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.shop-wrap .category-seo__fold[open] summary svg{transform:rotate(180deg)}.shop-wrap .category-seo__body{max-width:720px;padding-top:14px;color:var(--color-text-light);font-size:14.5px;line-height:1.72}.shop-wrap .category-seo__body h2,.shop-wrap .category-seo__body h3{margin:1.35em 0 .35em;color:var(--color-ink);font-family:var(--font-heading);font-size:15.5px;font-weight:var(--font-semibold)}.shop-wrap .category-seo__body h2:first-child,.shop-wrap .category-seo__body h3:first-child{margin-top:0}.shop-wrap .category-seo__body p{margin:0 0 .85em}.shop-wrap .category-seo__body p:last-child{margin-bottom:0}.shop-wrap .category-seo__body a{color:var(--color-text-light);text-decoration:underline;text-decoration-color:var(--color-neutral-light);text-underline-offset:2px}.shop-wrap .category-seo__body a:hover{color:var(--color-primary);text-decoration-color:currentColor}.shop-wrap .category-seo__body ul,.shop-wrap .category-seo__body ol{margin:0 0 .85em;padding-left:1.4em}
