:root{--warning: #e8a317;--danger: #e53e3e;--border-strong: rgba(20,20,98,.18);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px}.icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-16{width:16px;height:16px}.icon-18{width:18px;height:18px}.icon-20{width:20px;height:20px}.icon-24{width:24px;height:24px}.breadcrumb{padding:16px 20px;background:var(--white);border-bottom:1px solid var(--border)}.breadcrumb-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);flex-wrap:wrap}.breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--navy)}.breadcrumb .sep{opacity:.4;font-size:11px}.breadcrumb .current{color:var(--navy);font-weight:600}.collection-header{background:var(--white);border-bottom:1px solid var(--border);padding:28px 20px 24px}.collection-header-inner{max-width:1400px;margin:0 auto}.collection-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px}.collection-header h1{font-family:Playfair Display,serif;font-size:clamp(26px,4vw,38px);color:var(--navy);line-height:1.2;font-weight:600}.collection-count{font-family:Space Mono,monospace;font-size:12px;color:var(--text-muted);background:var(--light-blue);padding:4px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0;margin-top:6px}.collection-desc{font-size:15px;color:var(--text-muted);line-height:1.6;max-width:640px}.toolbar{background:var(--white);border-bottom:1px solid var(--border);padding:12px 20px;position:sticky;top:0;z-index:100;transition:box-shadow .3s}.toolbar.scrolled{box-shadow:var(--shadow)}.toolbar-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:10px}.filter-toggle-btn{display:flex;align-items:center;gap:7px;padding:9px 14px;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--white);font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:var(--navy);cursor:pointer;transition:all .2s;white-space:nowrap}.filter-toggle-btn:hover{border-color:var(--navy);background:var(--light-blue)}.filter-toggle-btn.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.filter-toggle-btn .filter-count-badge{background:var(--accent);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;line-height:1}.filter-toggle-btn.active .filter-count-badge{background:var(--white);color:var(--navy)}.active-filters-pills{display:flex;gap:6px;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0}.active-filters-pills::-webkit-scrollbar{display:none}.filter-pill{display:flex;align-items:center;gap:5px;padding:6px 12px;background:var(--light-blue);border:1px solid var(--border);border-radius:20px;font-size:12px;font-weight:500;color:var(--navy);white-space:nowrap;cursor:default;transition:all .2s}.filter-pill .remove-pill{width:14px;height:14px;border:none;background:#14146226;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:9px;color:var(--navy);transition:all .15s;line-height:1}.filter-pill .remove-pill:hover{background:var(--navy);color:#fff}.toolbar-right{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.sort-select{-webkit-appearance:none;appearance:none;padding:9px 32px 9px 12px;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23141462' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:var(--navy);cursor:pointer;transition:all .2s;min-width:0}.sort-select:hover{border-color:var(--navy)}.sort-select:focus{outline:none;border-color:var(--accent)}.sort-label{display:none;font-size:12px;color:var(--text-muted);font-weight:500;white-space:nowrap}@media(min-width:768px){.sort-label{display:block}}.view-toggles{display:flex;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);overflow:hidden}.view-btn{width:38px;height:36px;border:none;background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s}.view-btn+.view-btn{border-left:1px solid var(--border)}.view-btn:hover{color:var(--navy);background:var(--off-white)}.view-btn.active{background:var(--navy);color:var(--white)}.collection-layout{max-width:1400px;margin:0 auto;display:flex;gap:0;min-height:80vh}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14146273;z-index:500;opacity:0;pointer-events:none;transition:opacity .3s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.filter-overlay.open{opacity:1;pointer-events:all}.filter-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(360px,90vw);background:var(--white);z-index:501;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:8px 0 48px #14146229;overflow:hidden}.filter-sidebar.open{transform:translate(0)}@media(min-width:1024px){.filter-overlay{display:none}.filter-sidebar{position:sticky;top:60px;transform:none;width:280px;min-width:280px;height:fit-content;max-height:calc(100vh - 80px);box-shadow:none;border-right:1px solid var(--border);background:var(--white);z-index:1;display:flex;flex-direction:column}.filter-sidebar.desktop-hidden{display:none}.collection-layout{gap:0}}.filter-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.filter-header h2{font-size:16px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px}.filter-close{width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius-sm);background:none;cursor:pointer;font-size:16px;color:var(--navy);display:flex;align-items:center;justify-content:center;transition:all .2s}.filter-close:hover{background:var(--light-blue)}@media(min-width:1024px){.filter-close{display:none}}.filter-body{flex:1;overflow-y:auto;padding:0;scrollbar-width:thin;scrollbar-color:var(--mid-blue) transparent}.filter-body::-webkit-scrollbar{width:4px}.filter-body::-webkit-scrollbar-track{background:transparent}.filter-body::-webkit-scrollbar-thumb{background:var(--mid-blue);border-radius:4px}.filter-group{border-bottom:1px solid var(--border)}.filter-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;color:var(--navy);letter-spacing:.03em;text-transform:uppercase;transition:background .15s}.filter-group-toggle:hover{background:var(--off-white)}.filter-group-toggle .chevron{width:18px;height:18px;transition:transform .25s;color:var(--text-muted)}.filter-group-toggle .chevron svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2}.filter-group.collapsed .chevron{transform:rotate(-90deg)}.filter-group.collapsed .filter-group-content{display:none}.filter-group-content{padding:0 20px 18px}.filter-option{display:flex;align-items:center;gap:10px;padding:7px 0;cursor:pointer;transition:opacity .15s;position:relative}.filter-option:hover{opacity:.8}.filter-checkbox{width:18px;height:18px;border:1.5px solid var(--border-strong);border-radius:4px;background:var(--white);display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0;cursor:pointer}.filter-checkbox.checked{background:var(--navy);border-color:var(--navy)}.filter-checkbox.checked:after{content:"";width:10px;height:6px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg) translateY(-1px)}.filter-option-label{font-size:14px;color:var(--navy);font-weight:400;flex:1;line-height:1.3}.filter-option-count{font-size:12px;color:var(--text-muted);font-family:Space Mono,monospace;min-width:24px;text-align:right}.price-range-wrap{padding-top:4px}.price-inputs{display:flex;align-items:center;gap:10px;margin-bottom:14px}.price-input-field{flex:1;padding:9px 10px;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);font-family:Space Mono,monospace;font-size:13px;color:var(--navy);text-align:center;outline:none;transition:border-color .2s;background:var(--white)}.price-input-field:focus{border-color:var(--accent)}.price-input-field::placeholder{color:var(--mid-blue)}.price-sep{font-size:13px;color:var(--text-muted);font-weight:500}.range-slider{position:relative;height:36px;display:flex;align-items:center}.range-track{position:absolute;width:100%;height:4px;background:var(--light-blue);border-radius:2px}.range-fill{position:absolute;height:4px;background:var(--navy);border-radius:2px;left:10%;right:30%}.range-slider input[type=range]{position:absolute;width:100%;height:4px;-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;z-index:2}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:var(--white);border:2px solid var(--navy);border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 8px #14146233;transition:transform .15s}.range-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.range-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;background:var(--white);border:2px solid var(--navy);border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 8px #14146233}.price-labels{display:flex;justify-content:space-between;margin-top:2px}.price-labels span{font-size:11px;color:var(--text-muted);font-family:Space Mono,monospace}.rating-option{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;transition:opacity .15s}.rating-option:hover{opacity:.8}.rating-stars-filter{display:flex;gap:2px}.rating-stars-filter .star-icon{width:15px;height:15px;color:var(--warning)}.rating-stars-filter .star-icon.empty{color:var(--border-strong)}.rating-stars-filter .star-icon svg{width:100%;height:100%;fill:currentColor;stroke:none}.rating-label-text{font-size:13px;color:var(--text-muted)}.filter-footer{padding:16px 20px;border-top:1px solid var(--border);display:flex;gap:10px;flex-shrink:0;background:var(--off-white)}.filter-footer .btn-filter-apply{flex:1;padding:12px;background:var(--navy);color:#fff;border:none;border-radius:var(--radius-sm);font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.filter-footer .btn-filter-apply:hover{background:var(--navy-light)}.filter-footer .btn-filter-clear{padding:12px 16px;background:var(--white);color:var(--navy);border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-footer .btn-filter-clear:hover{border-color:var(--navy)}@media(min-width:1024px){.filter-footer{display:none}}.products-area{flex:1;padding:20px;min-width:0}.results-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px}.results-text{font-size:13px;color:var(--text-muted)}.results-text strong{color:var(--navy);font-family:Space Mono,monospace}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:600px){.products-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media(min-width:900px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;transition:all .28s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#14146238}.card-badge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.07em;font-family:Space Mono,monospace;z-index:2;line-height:1.3}.card-badge.badge-bestseller{background:var(--navy);color:var(--white)}.card-badge.badge-new{background:var(--success);color:var(--white)}.card-badge.badge-sale{background:var(--danger);color:var(--white)}.card-badge.badge-top{background:var(--accent);color:var(--white)}.card-badge.badge-limited{background:var(--warning);color:var(--navy)}.card-wishlist{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s;z-index:2}.card-wishlist:hover{color:var(--danger);border-color:var(--danger);background:#fff}.card-wishlist.active{color:var(--danger);background:#fef2f2;border-color:var(--danger)}.card-wishlist.active svg{fill:var(--danger)}.card-img{aspect-ratio:1;background:var(--off-white);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border);transition:background .25s;position:relative;overflow:hidden}.product-card:hover .card-img{background:var(--light-blue)}.card-img .product-icon{width:64px;height:64px;color:var(--navy);opacity:.2;transition:all .3s}.product-card:hover .card-img .product-icon{opacity:.35;transform:scale(1.05)}.card-img .product-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.2}.card-quick-view{position:absolute;bottom:0;left:0;right:0;padding:10px;background:linear-gradient(transparent,#1414620f);display:flex;justify-content:center;opacity:0;transform:translateY(8px);transition:all .25s}.product-card:hover .card-quick-view{opacity:1;transform:translateY(0)}.btn-quick-view{padding:8px 16px;background:var(--white);border:1.5px solid var(--navy);border-radius:var(--radius-sm);font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;color:var(--navy);cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:5px}.btn-quick-view:hover{background:var(--navy);color:#fff}.card-body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}.card-category{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:5px}.card-name{font-size:14px;font-weight:600;color:var(--navy);line-height:1.35;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:600px){.card-name{font-size:15px}}.card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.meta-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:var(--off-white);border:1px solid var(--border);border-radius:6px;font-size:11px;color:var(--text-muted);font-weight:500;white-space:nowrap;line-height:1.3}.meta-tag .icon{width:12px;height:12px;color:var(--text-muted);opacity:.7}.meta-tag .icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2}.card-rating{display:flex;align-items:center;gap:6px;margin-bottom:12px}.card-stars{display:flex;gap:1px}.card-stars .star{width:13px;height:13px;color:var(--warning)}.card-stars .star.empty{color:var(--border-strong)}.card-stars .star svg{width:100%;height:100%;fill:currentColor;stroke:none}.card-rating-num{font-size:12px;font-weight:600;color:var(--navy);font-family:Space Mono,monospace}.card-rating-count{font-size:11px;color:var(--text-muted)}.card-footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding-top:4px}.card-price{display:flex;flex-direction:column;gap:2px}.card-price .current{font-family:Space Mono,monospace;font-size:18px;font-weight:700;color:var(--navy);line-height:1}.card-price .old{font-family:Space Mono,monospace;font-size:12px;color:var(--text-muted);text-decoration:line-through;line-height:1}.card-price .per-serving{font-size:11px;color:var(--text-muted);font-weight:400}.card-add-btn{width:38px;height:38px;background:var(--navy);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.card-add-btn:hover{background:var(--accent);transform:scale(1.08)}.card-add-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.products-grid.list-view{grid-template-columns:1fr;gap:12px}.products-grid.list-view .product-card{flex-direction:row;border-radius:var(--radius-lg)}.products-grid.list-view .card-img{width:120px;min-width:120px;aspect-ratio:auto;min-height:120px;border-bottom:none;border-right:1px solid var(--border);border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.products-grid.list-view .card-body{padding:16px 18px;flex:1;justify-content:center}.products-grid.list-view .card-badge{top:10px;left:10px;font-size:9px;padding:3px 8px}.products-grid.list-view .card-wishlist{top:10px;right:auto;left:82px;width:28px;height:28px}.products-grid.list-view .card-quick-view{display:none}.products-grid.list-view .card-footer{flex-direction:row;align-items:center}.products-grid.list-view .card-name{-webkit-line-clamp:1}@media(min-width:600px){.products-grid.list-view .card-img{width:160px;min-width:160px;min-height:160px}.products-grid.list-view .card-meta{flex-wrap:nowrap}.products-grid.list-view .card-wishlist{left:118px}}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:36px;padding-bottom:20px}.page-btn{width:40px;height:40px;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;font-size:13px;font-weight:600;color:var(--navy);transition:all .2s}.page-btn:hover{border-color:var(--navy);background:var(--light-blue)}.page-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.page-btn:disabled{opacity:.35;cursor:default}.page-btn:disabled:hover{background:var(--white);border-color:var(--border-strong)}.page-dots{font-size:13px;color:var(--text-muted);padding:0 4px}@media(prefers-reduced-motion:no-preference){.scroll-animate-ready .fade-in{transition:opacity .5s ease,transform .5s ease}.scroll-animate-ready .fade-in:not(.visible){opacity:0;transform:translateY(16px)}}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:479px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.card-body{padding:10px 12px 14px}.card-meta{gap:4px}.meta-tag{font-size:10px;padding:2px 6px}.card-name{font-size:13px}.card-price .current{font-size:16px}.card-add-btn{width:34px;height:34px}.card-img .product-icon{width:48px;height:48px}}@media(max-width:359px){.products-grid{grid-template-columns:1fr}}@media(max-width:479px){#productsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;overflow-x:visible;scroll-snap-type:none;padding-bottom:0}#productsGrid::-webkit-scrollbar{display:revert}#productsGrid .product-card{flex:unset;min-width:unset;scroll-snap-align:unset}#productsGrid.list-view{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/collection.css.map */
