.shop-page{padding:32px 0 64px}.shop-page-container{max-width:var(--sp-content-width);margin:0 auto;padding:0 40px}.shop-filters-toggle{display:none;align-items:center;gap:8px;width:100%;padding:12px 16px;margin-bottom:16px;border:1px solid #E2DEE7;border-radius:4px;background:#fff;font-size:13px;font-weight:600;cursor:pointer}.shop-filters-toggle svg{width:16px;height:16px}.shop-page-layout{display:flex;align-items:flex-start;gap:36px}.shop-sidebar{flex:0 0 var(--sp-sidebar-width);width:var(--sp-sidebar-width)}.shop-sidebar-header{display:none;align-items:center;justify-content:space-between;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E2DEE7;font-weight:700}.shop-sidebar-close{border:none;background:none;font-size:24px;line-height:1;cursor:pointer}.shop-filter-group{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #EFEBF2}.shop-filter-heading{margin:0 0 14px;font-size:14px;font-weight:700;color:#2a1b3d}.shop-clear-filters{display:inline-block;margin-bottom:18px;font-size:12px;font-weight:700;text-decoration:underline;color:var(--sp-accent-color)}.shop-category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.shop-category-link{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;border-radius:4px;font-size:13.5px;color:#453a56;text-decoration:none}.shop-category-link:hover{background:#f5f2f8}.shop-category-link.is-active{background:var(--sp-accent-color);color:var(--sp-accent-text);font-weight:600}.shop-category-count{font-size:12px;opacity:.65}.shop-price-inputs{display:flex;align-items:center;gap:10px}.shop-price-field{display:flex;align-items:center;gap:4px;flex:1;border:1px solid #E2DEE7;border-radius:4px;padding:8px 10px;font-size:13px}.shop-price-field input{border:none;outline:none;width:100%;font-size:13px;min-width:0}.shop-price-sep{color:#9a8fae}.shop-price-filter-btn{width:100%;margin-top:14px;padding:10px;border:none;border-radius:4px;background:#efebf2;color:#2a1b3d;font-size:13px;font-weight:600;cursor:pointer}.shop-price-filter-btn:hover{background:var(--sp-accent-color);color:var(--sp-accent-text)}.shop-checkbox-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.shop-checkbox-item--extra{display:none}.shop-checkbox-item label{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#453a56;cursor:pointer}.shop-checkbox-item input{width:15px;height:15px;accent-color:var(--sp-accent-color)}.shop-checkbox-count{color:#9a8fae;font-size:12px}.shop-view-more{margin-top:10px;border:none;background:none;color:var(--sp-accent-color);font-size:12.5px;font-weight:600;cursor:pointer;padding:0}.shop-promo-box{border-radius:8px;padding:24px 20px;background-size:cover;background-position:center;margin-bottom:20px}.shop-promo-box h4{margin:0 0 8px;font-size:16px}.shop-promo-box p{margin:0 0 16px;font-size:13px;line-height:1.5}.shop-promo-btn{display:inline-block;padding:10px 20px;border-radius:4px;font-size:12.5px;font-weight:700;text-decoration:none}.shop-trade-box{border-radius:8px;border:1px solid;padding:20px}.shop-trade-box h4{margin:0 0 6px;font-size:14px}.shop-trade-box p{margin:0 0 14px;font-size:12.5px;line-height:1.5}.shop-trade-btn{display:inline-block;width:100%;text-align:center;padding:9px 16px;border:1px solid;border-radius:4px;font-size:12.5px;font-weight:700;text-decoration:none}.shop-main{flex:1;min-width:0}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.shop-results-count{margin:0;font-size:13px;color:#6b6178}.shop-toolbar-controls{display:flex;align-items:center;gap:20px}.shop-sort-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#453a56}.shop-sort-select{border:1px solid #E2DEE7;border-radius:4px;padding:7px 10px;font-size:13px;background:#fff}.shop-view-toggle{display:flex;gap:10px}.shop-view-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #E2DEE7;border-radius:4px;background:#fff;color:#9a8fae;cursor:pointer}.shop-view-btn svg{width:16px;height:16px}.shop-view-btn.is-active{background:#281737;border-color:var(--sp-accent-color);color:#fff}.shop-product-grid{display:grid;grid-template-columns:repeat(var(--sp-columns-desktop),1fr);gap:var(--sp-card-gap);list-style:none;margin:0 0 40px;padding:0}.shop-product-grid.is-list-view{grid-template-columns:1fr}.shop-product-grid.is-list-view .shop-product-card{display:flex;gap:20px;align-items:flex-start}.shop-product-grid.is-list-view .shop-product-media{width:180px;flex-shrink:0}li.shop-product-card.scroll-trigger.animate--slide-in{margin-top:10px}.shop-product-card{min-width:0}.shop-product-media{position:relative;display:block;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;background:#f2f0f4}li.shop-product-card.scroll-trigger.animate--slide-in{border:1px solid #d5d5d5;border-radius:8px}.shop-product-info{padding:10px}.shop-product-img{width:100%;height:100%;object-fit:cover;display:block}.shop-product-img--placeholder{display:flex;align-items:center;justify-content:center}.shop-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:3px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff}.shop-badge.is-bestseller{background:var(--sp-badge-bestseller-bg)}.shop-badge.is-new{background:var(--sp-badge-new-bg)}.shop-badge.is-limited{background:var(--sp-badge-limited-bg)}.shop-product-info{margin-top:12px;display:flex;flex-direction:column;gap:4px}.shop-product-title{font-size:13.5px;font-weight:500;color:#2a1b3d;text-decoration:none;line-height:1.4}.shop-product-title:hover{text-decoration:underline}.shop-product-price{font-size:13.5px;font-weight:600;color:#2a1b3d}.shop-low-stock{font-size:11.5px;color:#a6432f;font-weight:600}.shop-product-actions{display:flex;gap:8px;margin-top:4px}.shop-icon-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #E2DEE7;border-radius:4px;background:#fff;color:#453a56;cursor:pointer;text-decoration:none}.shop-icon-btn svg{width:14px;height:14px}.shop-icon-btn:hover{border-color:var(--sp-accent-color);color:var(--sp-accent-color)}.shop-icon-btn.is-active,.shop-icon-btn.is-added{background:var(--sp-accent-color);border-color:var(--sp-accent-color);color:var(--sp-accent-text)}.shop-empty-state{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#6b6178}.shop-empty-state a{color:var(--sp-accent-color);font-weight:600}.shop-pagination{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.shop-page-link{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:4px;border:1px solid #E2DEE7;font-size:13px;color:#453a56;text-decoration:none}.shop-page-link.is-current{background:var(--sp-accent-color);border-color:var(--sp-accent-color);color:var(--sp-accent-text)}.shop-page-link--dots{border:none}@media screen and (max-width:989px){.shop-page-container{padding:0 24px}.shop-product-grid{grid-template-columns:repeat(var(--sp-columns-tablet),1fr)}}@media screen and (max-width:989px){.shop-filters-toggle{display:flex}.shop-page-layout{display:block}.shop-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(340px,88vw);background:#fff;padding:20px;overflow-y:auto;z-index:1000;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 24px #0000001f}.shop-sidebar.is-open{transform:translate(0)}.shop-sidebar-header{display:flex}}@media screen and (max-width:749px){.shop-page{padding:20px 0 48px}.shop-page-container{padding:0 16px}.shop-product-grid{grid-template-columns:repeat(var(--sp-columns-mobile),1fr);gap:14px}.shop-product-grid.is-list-view .shop-product-media{width:110px}.shop-toolbar{align-items:flex-start}.shop-toolbar-controls{width:100%;justify-content:space-between}.shop-product-title,.shop-product-price{font-size:12.5px}.shop-icon-btn{width:28px;height:28px}}.shop-cart-toast-wrap{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.shop-cart-toast{position:relative;pointer-events:auto;display:flex;align-items:flex-start;gap:13px;width:350px;max-width:90vw;padding:16px 16px 15px;background:#fff;border:1px solid rgba(42,27,61,.08);border-radius:10px;box-shadow:0 2px 6px #1810200a,0 10px 30px #1810201a,0 22px 55px #18102014;transform:translate(120%);opacity:0;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .35s ease,box-shadow .25s ease}.shop-cart-toast.is-visible{transform:translate(0);opacity:1}.shop-cart-toast:hover{box-shadow:0 3px 8px #1810200d,0 14px 34px #1810201f,0 25px 60px #18102017}.shop-cart-toast-img{width:52px;height:52px;flex:0 0 52px;border-radius:7px;object-fit:cover;background:#f5f3f6;border:1px solid rgba(42,27,61,.07)}.shop-cart-toast-body{flex:1;min-width:0;padding-top:1px}.shop-cart-toast-title-row{display:flex;align-items:center;gap:7px;margin-bottom:5px;font-size:11px;line-height:1.2;font-weight:700;color:#2a1b3d;letter-spacing:.045em;text-transform:uppercase}.shop-cart-toast-icon{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;flex:0 0 21px;border-radius:50%;background:#3d6b4f;color:#fff;box-shadow:0 2px 5px #3d6b4f33,inset 0 0 0 1px #ffffff26}.shop-cart-toast-icon svg{width:11px;height:11px;display:block}.shop-cart-toast-name{margin:0;font-size:13px;line-height:1.45;font-weight:500;color:#34283f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-cart-toast-price{margin-top:3px;font-size:12px;line-height:1.4;font-weight:500;color:#746a7e;letter-spacing:.01em}.shop-cart-toast-actions{display:flex;align-items:center;gap:8px;margin-top:11px}.shop-cart-toast-btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:5px;font-size:10px;line-height:1;font-weight:700;letter-spacing:.075em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.shop-cart-toast-btn--view{background:#281737;color:#fff;box-shadow:0 2px 5px #2817371f}.shop-cart-toast-btn--view:hover{background:#3a2350;color:#fff;transform:translateY(-1px);box-shadow:0 4px 10px #2817372e}.shop-cart-toast-btn--view:active{transform:translateY(0)}.shop-cart-toast-close{position:relative;display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex:0 0 26px;margin:-3px -3px 0 0;padding:0;border:0;border-radius:50%;background:transparent;color:#918697;font-family:inherit;font-size:19px;font-weight:300;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.shop-cart-toast-close:hover{background:#f5f2f6;color:#2a1b3d;transform:rotate(90deg)}.shop-cart-toast-close:focus-visible{outline:2px solid rgba(61,107,79,.45);outline-offset:2px}@media screen and (max-width:480px){.shop-cart-toast-wrap{top:12px;right:12px;left:12px;gap:10px}.shop-cart-toast{width:100%;max-width:none;padding:14px 14px 13px;border-radius:9px;box-shadow:0 2px 6px #1810200d,0 10px 30px #1810201f}.shop-cart-toast-name{font-size:12.5px}.shop-cart-toast-title-row{font-size:10.5px}.shop-cart-toast-actions{margin-top:10px}.shop-cart-toast-btn{min-height:31px;padding:0 13px}}@media(prefers-reduced-motion:reduce){.shop-cart-toast,.shop-cart-toast-btn,.shop-cart-toast-close{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/shop-page.css.map */
