.shop-container{max-width:1400px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:280px 1fr;grid-template-rows:auto 1fr;column-gap:3rem;row-gap:0;min-height:80vh}.shop-title-container{grid-column:1 / -1;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--scw-color-surface-soft)}.shop-title-container h1{display:flex;align-items:center;gap:1rem;font-size:2rem;margin:0;color:var(--scw-color-ink)}.shop-category-description{width:100%;margin:.9rem 0 1.25rem;padding:1rem 1.25rem;box-sizing:border-box;border:1px solid var(--scw-color-line-soft, var(--scw-color-line));border-radius:10px;background:var(--scw-color-paper, #f8fafc);color:var(--scw-color-muted);font-size:1rem;line-height:1.7}.shop-category-description p{margin:0}.shop-category-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.shop-category-pill{display:inline-flex;align-items:center;min-height:2.25rem;padding:.45rem .85rem;border:1px solid var(--scw-color-line);border-radius:999px;background:var(--scw-color-surface);color:var(--scw-color-ink-soft);font-size:.85rem;font-weight:600;line-height:1.2;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.shop-category-pill:hover{border-color:var(--scw-color-brand-light);background:var(--scw-color-surface-soft);color:var(--scw-color-brand-dark);transform:translateY(-1px)}.shop-category-pill.is-active{border-color:var(--scw-color-brand);background:var(--scw-color-brand);color:var(--scw-color-surface)}.shop-category-pill.is-back{border-color:transparent;background:var(--scw-color-surface-soft);color:var(--scw-color-ink-soft);font-weight:700}.shop-category-pill.is-back:hover{border-color:var(--scw-color-line-soft);background:var(--scw-color-surface);color:var(--scw-color-ink)}.shop-category-pill:focus-visible{outline:3px solid color-mix(in srgb,var(--scw-color-brand-light) 55%,transparent);outline-offset:2px}.shop-sidebar{position:static;height:fit-content;background:#fff;padding:1.5rem;border-radius:16px;border:1px solid var(--scw-color-surface-soft);display:flex;flex-direction:column;gap:2rem}.sidebar-close-btn,.mobile-filter-footer{display:none}.filter-group{padding-bottom:2rem;border-bottom:1px solid var(--scw-color-surface-soft)}.filter-group:last-child{border-bottom:none;padding-bottom:0}.filter-group h3{font-size:1rem;color:var(--scw-color-ink);margin:0 0 1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.category-list{display:flex;flex-direction:column;gap:.25rem}.category-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;cursor:pointer;padding:.6rem .8rem;border-radius:8px;transition:all .2s;color:var(--scw-color-muted);font-size:.95rem;text-decoration:none}.category-item:hover{background:var(--scw-color-surface-soft);color:var(--scw-color-ink)}.category-item.active{background:#f0f9ff;color:var(--scw-color-brand);font-weight:600}.check-icon{display:none;flex-shrink:0;color:var(--scw-color-brand)}.category-item.active .check-icon{display:block}.category-parent-group{display:flex;flex-direction:column}.category-item.parent{font-weight:600;color:var(--scw-color-ink)}.category-list>a.category-item:not(.active){font-weight:600;color:var(--scw-color-ink)}.category-item.parent .toggle-icon{width:18px!important;height:18px!important;padding:12px;margin:-12px;box-sizing:content-box;transition:transform .2s ease;flex-shrink:0}.category-parent-group.expanded .category-item.parent .toggle-icon{transform:rotate(180deg)}.category-children{display:none;flex-direction:column;margin-left:.5rem;padding-left:.75rem;border-left:2px solid var(--scw-color-line);margin-top:.25rem;gap:.1rem}.category-parent-group.expanded .category-children{display:flex}.category-item.child{font-size:.9rem;font-weight:400;padding:.5rem .8rem;color:var(--scw-color-muted)}.category-item.child:hover{color:var(--scw-color-brand);background:var(--scw-color-paper)}.category-item.child.active{color:var(--scw-color-brand);font-weight:600;background:#f0f9ff}.shop-content{display:flex;flex-direction:column}.shop-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.shop-header h1{font-size:1.8rem;color:var(--scw-color-ink);margin:0;display:flex;align-items:center;gap:1rem}.product-count{font-size:1rem;color:var(--scw-color-ink-soft);font-weight:400}.sort-selector select{padding:.6rem 2rem .6rem 1rem;border:1px solid var(--scw-color-line-soft);border-radius:8px;background-color:#fff;font-size:.9rem;cursor:pointer;color:var(--scw-color-text)}.sort-selector select:focus{outline:none;border-color:var(--scw-color-brand)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,320px);justify-content:center;gap:1.5rem}.shop-grid .product-card{animation:shop-product-enter .32s ease both}@keyframes shop-product-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.shop-grid{grid-template-columns:repeat(auto-fill,320px)}}.no-results{text-align:center;padding:4rem;background:var(--scw-color-paper);border-radius:16px;color:var(--scw-color-muted)}.no-results p{margin:0 0 1rem;font-size:1.1rem}.btn-reset{display:inline-block;margin-top:1rem;background:var(--scw-color-ink);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;text-decoration:none;font-weight:600;transition:all .2s}.btn-reset:hover{background:var(--scw-color-ink-deep);transform:translateY(-2px)}.load-more-container{text-align:center;margin-top:2rem;padding-bottom:1.25rem}.load-more-spinner{min-height:40px;color:var(--scw-color-brand)}.load-more-spinner svg{display:inline-block;color:currentColor;animation:spin .8s linear infinite;transform-origin:center}.results-end-message{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.1rem;border-radius:999px;background:var(--scw-color-paper);border:1px solid var(--scw-color-line);color:var(--scw-color-muted);font-size:.9rem;font-weight:700;letter-spacing:.01em}@media (max-width: 1024px){.shop-container{grid-template-columns:1fr;gap:0}.shop-sidebar{position:static}.shop-header{flex-direction:column;align-items:flex-start;gap:1rem}.shop-grid{grid-template-columns:repeat(auto-fill,320px);justify-content:center;gap:1rem}}.mobile-filter-btn{display:none}.shop-controls{display:contents}@media (max-width: 640px){.shop-container{padding:0 1rem;margin:1rem auto;display:flex;flex-direction:column}.shop-controls{display:flex;gap:.5rem;width:100%}.mobile-filter-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--scw-color-brand, var(--scw-color-brand));color:#fff;border:none;padding:0 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #0ea5e940;transition:all .2s;white-space:nowrap;flex-shrink:0;height:40px;position:relative}.mobile-filter-count{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ffffff38;color:#fff;font-size:.7rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.mobile-filter-btn:active{transform:scale(.98)}.shop-sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;max-height:86vh;background:var(--scw-color-surface, #fff);z-index:9999;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateY(100%);visibility:hidden;transition:transform .32s cubic-bezier(.32,.72,0,1),visibility 0s linear .32s;box-shadow:none;padding:.5rem 1.1rem calc(1.1rem + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;display:flex;flex-direction:column;gap:1.1rem}.shop-sidebar.open{left:0;transform:translateY(0);visibility:visible;transition:transform .32s cubic-bezier(.32,.72,0,1)}.sidebar-close-btn:before{content:"";display:block;width:36px;height:4px;margin:.6rem auto .3rem;border-radius:999px;background:var(--scw-color-line-soft)}.mobile-filter-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:transparent;z-index:9998}.mobile-filter-overlay.open{display:block}.sidebar-close-btn{display:flex!important;flex-direction:column;margin-bottom:0;padding:0 0 .9rem;border-bottom:1px solid var(--scw-color-line)}.sidebar-close-copy{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sidebar-close-copy h3{font-size:1.2rem;font-weight:800;color:var(--scw-color-ink);margin:0}.sidebar-close-copy p{display:none}.close-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--scw-color-surface-soft);border-radius:50%;cursor:pointer;transition:all .2s;flex-shrink:0}.close-icon:active{transform:scale(.95);background:var(--scw-color-line)}.shop-grid{grid-template-columns:1fr;gap:0}.shop-header{margin-bottom:1rem;flex-wrap:wrap}.shop-header h1{font-size:1.3rem;width:100%;margin-bottom:.75rem}.product-count{font-size:.85rem}.shop-category-pills{flex-wrap:nowrap;gap:.45rem;margin-top:.7rem;margin-right:-.25rem;padding:.05rem .25rem .35rem 0;overflow-x:auto;scrollbar-width:none}.shop-category-pills::-webkit-scrollbar{display:none}.shop-category-pill{flex:0 0 auto;min-height:2.15rem;padding-inline:.75rem;font-size:.8rem}.sort-selector{flex:1;min-width:0}.sort-selector select{font-size:16px;padding:.6rem 1.5rem .6rem .8rem;width:100%;height:40px}.shop-sidebar .filter-group{background:none;border:none;padding:0 0 1.4rem;margin-bottom:0;border-bottom:1px solid var(--scw-color-surface-soft);gap:.65rem}.shop-sidebar .filter-group:last-of-type{border-bottom:none;padding-bottom:0}.shop-sidebar .filter-group h2{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.08em;color:var(--scw-color-muted)}.category-list{gap:.55rem}.category-item{min-height:50px;padding:.9rem 1rem;border-radius:14px;background:var(--scw-color-paper);border:1.5px solid var(--scw-color-surface-soft);font-size:.95rem;font-weight:600}.category-item.active{background:#eff6ff;border-color:var(--scw-color-brand);color:var(--scw-color-brand-dark, var(--scw-color-brand))}.category-item.parent{background:#fff;border-color:var(--scw-color-line)}.category-item.parent .toggle-icon{width:18px!important;height:18px!important;padding:12px;margin:-12px;box-sizing:content-box}.category-children{margin-left:.4rem;padding-left:.6rem;border-left:2px solid var(--scw-color-surface-soft);gap:.4rem;margin-top:.5rem}.category-item.child{min-height:44px;padding:.75rem .9rem;background:transparent;border-color:transparent;font-weight:500}.category-item.child.active{background:#eff6ff;border-color:var(--scw-color-brand)}.brand-list{max-height:40vh;overflow-y:auto;padding-right:.2rem;margin-right:-.2rem}.mobile-filter-footer{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1.4fr;gap:.75rem;padding:.9rem 0 0;margin-top:auto;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--scw-color-surface, #fff) 32%)}.mobile-filter-reset,.mobile-filter-apply{min-height:52px;border-radius:14px;font-size:.95rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.mobile-filter-reset{background:#fff;color:var(--scw-color-text);border:1px solid var(--scw-color-line-soft)}.mobile-filter-apply{background:var(--scw-color-brand);color:#fff;border:none}.shop-grid .product-card{width:100%;max-width:100%;margin-inline:0;border-radius:0;display:grid;grid-template-columns:136px minmax(0,1fr);grid-template-areas:"image body";align-items:stretch;overflow:visible;border:none;border-bottom:1px solid var(--scw-color-line);box-shadow:none;background:transparent;padding:.9rem 0}.shop-grid .card-image{grid-area:image;height:136px;min-height:136px;border-right:none;border-radius:18px;background:linear-gradient(180deg,var(--scw-color-paper) 0%,#eef4f8 100%);display:flex;align-items:center;justify-content:center;align-self:center;border:1px solid var(--scw-color-line);box-shadow:inset 0 1px #ffffffbf}.shop-grid .badge:not(.promo){display:none}.shop-grid .card-image img{position:static;top:auto;left:auto;transform:none;max-width:calc(100% - 12px);max-height:calc(100% - 12px);width:auto;height:auto;margin:0 auto;filter:drop-shadow(0 12px 18px rgba(15,23,42,.08));transition:none;will-change:auto}.shop-grid .product-card:hover .card-image img,.shop-grid .product-card:active .card-image img,.shop-grid .product-card:focus-within .card-image img{transform:none}.shop-grid .card-body{grid-area:body;padding:.15rem 0 .15rem 1rem;gap:.55rem}.shop-grid .card-brand{font-size:.63rem;margin-bottom:.2rem}.shop-grid .card-title{font-size:.84rem;line-height:1.3;min-height:auto;-webkit-line-clamp:2;line-clamp:2}.shop-grid .card-sku{font-size:.68rem}.shop-grid .card-footer{padding-top:.1rem;gap:.45rem}.shop-grid .client-pricing{flex-direction:row;align-items:baseline;gap:.45rem;flex-wrap:wrap}.shop-grid .price-main{font-size:1rem}.shop-grid .price-old{font-size:.72rem}.shop-grid .card-actions{flex-direction:row;align-items:center;gap:.45rem;width:100%}.shop-grid .qty-selector{width:auto;flex:1 1 0;flex-shrink:0;height:42px}.shop-grid .qty-btn{width:30px;font-size:.95rem}.shop-grid .qty-input{font-size:16px}.shop-grid .card-cta{min-width:0;flex:1 1 0;height:42px;padding:0 .65rem;border-radius:10px;font-size:.76rem;white-space:nowrap}.shop-grid .card-quick-actions{top:8px;right:8px}.shop-grid .action-btn{width:30px;height:30px}.shop-grid .card-badges{top:8px;left:8px;gap:4px}.shop-grid .badge{padding:3px 7px;font-size:.62rem}.shop-grid .product-card:hover{border-color:var(--scw-color-line);box-shadow:none}.shop-grid .product-card:last-child{border-bottom:none}}@keyframes spin{to{transform:rotate(360deg)}}.shop-back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1000;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.8);border-radius:50%;background:var(--scw-color-brand, #1e40af);color:#fff;cursor:pointer;box-shadow:0 8px 20px #0f172a2e;transition:transform .2s ease,opacity .2s ease}.shop-back-to-top:hover{transform:translateY(-3px)}.shop-back-to-top[hidden]{display:none}@media (max-width: 640px){.shop-back-to-top{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));width:48px;height:48px}}
