.cart-page-wrapper{width:100%;background:#f5f5f5;min-height:80vh;padding:2rem 0}.cart-container{width:90%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}.cart-main{background:#fff;border-radius:12px;padding:2rem}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.cart-header h1{font-size:2rem;font-weight:700;margin:0}.cart-count{color:#666;font-size:1rem;margin:0}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;border:2px solid #f0f0f0;border-radius:12px;transition:all .2s}.cart-item:hover{border-color:#e0e0e0;box-shadow:0 2px 8px #0000000d}.cart-item-image{width:120px;height:120px;background:#fafafa;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:contain}.cart-item-details{display:flex;flex-direction:column;justify-content:space-between}.cart-item-info{display:flex;flex-direction:column;gap:.5rem;padding-bottom:20px}.cart-item-title{font-size:1.1rem;font-weight:600;color:#333;text-decoration:none;transition:color .2s}.cart-item-title:hover{color:var(--color-accent, #0066cc)}.cart-item-variant{font-size:.875rem;color:#666;margin:0}.cart-item-vendor{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0}.cart-item-availability{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin:0}.cart-item-availability.in-stock{color:#2e7d32}.cart-item-availability.out-of-stock{color:#c62828}.cart-item-actions{display:flex;align-items:center;gap:1rem}.cart-item-quantity{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.cart-item-quantity .qty-btn{width:35px;height:35px;border:none;background:#fff;color:#333;font-size:1.2rem;cursor:pointer;transition:all .2s}.cart-item-quantity .qty-btn:hover{background:#f5f5f5}.cart-item-quantity input{width:50px;height:35px;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;text-align:center;font-size:1rem}.cart-item-remove{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:2px solid #e0e0e0;border-radius:8px;color:#c62828;cursor:pointer;transition:all .2s}.cart-item-remove:hover{background:#ffebee;border-color:#c62828;color:#d32f2f}.cart-item-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.25rem}.item-total{font-size:1.5rem;font-weight:700;color:#333;margin:0}.item-unit-price{font-size:.875rem;color:#666;margin:0}.cart-recommendations{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.cart-recommendations h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.recommendations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.recommendation-card{background:#fff;border:2px solid #f0f0f0;border-radius:12px;padding:1rem;transition:all .2s;display:flex;flex-direction:column}.recommendation-card:hover{border-color:var(--color-accent, #0066cc);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.recommendation-card img{width:100%;height:180px;object-fit:contain;margin-bottom:1rem;border-radius:8px;background:#fafafa}.recommendation-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.recommendation-vendor{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0}.recommendation-title{font-size:.95rem;font-weight:500;color:#333;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recommendation-title:hover{color:var(--color-accent, #0066cc)}.recommendation-price{font-size:1.1rem;font-weight:700;color:var(--color-accent, #0066cc);margin:.5rem 0}.add-to-cart-small{width:100%;padding:.75rem;background:var(--color-accent, #0066cc);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto}.add-to-cart-small:hover{background:#0052a3;transform:translateY(-1px)}.cart-sidebar{position:sticky;top:100px}.cart-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d}.cart-summary h2{font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.cart-summary-line{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.95rem}.cart-summary-line.shipping{color:#666;font-size:.875rem}.cart-summary-line.discount{color:#2e7d32}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0 1rem;margin-top:1rem;border-top:2px solid #f0f0f0;font-size:1.25rem;font-weight:700}.checkout-btn{display:block;width:100%;padding:1rem;background:var(--color-accent, #0066cc);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem;text-align:center;text-decoration:none}.checkout-btn:hover{background:#0052a3;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0066cc4d}.continue-shopping{display:block;text-align:center;padding:.75rem;margin-top:1rem;color:#666;text-decoration:none;font-size:.95rem;transition:color .2s}.continue-shopping:hover{color:var(--color-accent, #0066cc)}.empty-cart{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:12px;text-align:center}.empty-cart svg{color:#ccc;margin-bottom:2rem}.empty-cart h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.empty-cart p{color:#666;margin-bottom:2rem}.continue-shopping-btn{padding:1rem 2rem;background:var(--color-accent, #0066cc);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s}.continue-shopping-btn:hover{background:#0052a3;transform:translateY(-1px)}@media (max-width: 1024px){.cart-container{grid-template-columns:1fr}.cart-sidebar{position:static}.recommendations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-price{grid-column:1 / -1;align-items:flex-start;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.cart-item-actions{flex-direction:column;align-items:flex-start}.recommendations-grid{grid-template-columns:1fr}}.collection-with-filters{padding:2rem 0}.collection-container{width:90%;max-width:1800px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:0 2rem}.filter-sidebar{background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.filter-header h2{margin:0;font-size:1.25rem}.clear-filters{background:none;border:none;color:var(--color-accent);cursor:pointer;text-decoration:underline;font-size:.875rem}.filter-group{margin-bottom:2rem}.filter-group h3{margin:0 0 1rem;font-size:1rem;font-weight:600}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-checkbox{display:flex;align-items:center;cursor:pointer;font-size:.875rem}.filter-checkbox input[type=checkbox]{margin-right:.75rem;flex-shrink:0}.filter-checkbox span.count{margin-left:auto;color:var(--color-foreground);opacity:.6;font-size:.75rem}.price-range{display:flex;flex-direction:column;gap:1rem}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-inputs input{width:80px;padding:.5rem;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem}.collection-content{min-width:0}.collection-header{margin-bottom:2rem}.collection-header h1{margin:0 0 1rem;font-size:2rem}.collection-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.product-count{margin:0;color:var(--color-foreground);opacity:.8}.sort-options select{padding:.5rem;border:1px solid var(--color-border);border-radius:4px;background:var(--color-background);font-size:.875rem}.product-info .vendor{font-size:.875rem;color:var(--color-foreground);opacity:.7;margin:0 0 .5rem}.no-products{text-align:center;padding:4rem 2rem;color:var(--color-foreground);opacity:.8}@media (max-width: 1024px){.collection-container{grid-template-columns:1fr;gap:1.5rem}.filter-sidebar{position:static;order:2}.collection-content{order:1}}@media (max-width: 768px){.collection-container{padding:0 1rem}.collection-info{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-products{padding:4rem 2rem;width:90%;max-width:1800px;margin:0 auto}.featured-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.featured-products-header h2{font-size:2rem;margin:0}.view-all{text-decoration:none;color:var(--color-foreground);border:1px solid var(--color-border);padding:.5rem 1rem;border-radius:4px;transition:all .2s}.view-all:hover{background-color:var(--color-background)}.product-card{border:1px solid var(--color-border);border-radius:8px;overflow:hidden;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 12px #0000001a}.no-image{background:var(--color-background);display:flex;align-items:center;justify-content:center;color:var(--color-foreground)}.product-info .compare-price{text-decoration:line-through;color:var(--color-foreground);opacity:.7;margin:.25rem 0}.add-to-cart{width:100%;padding:.75rem;background:var(--color-button);color:var(--color-button-text);border:none;border-radius:4px;cursor:pointer;transition:background .2s}.add-to-cart:hover{background:var(--color-button-hover)}@media (max-width: 768px){.featured-products{padding:2rem 1rem}.featured-products-header{flex-direction:column;gap:1rem;text-align:center}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.site-footer{background:#003d7a;color:#fff;margin-top:4rem;width:100%}.footer-container{width:100%;padding:3rem 5%}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:1.1rem;font-weight:700;margin:0 0 1.5rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-payment{display:flex;align-items:center;gap:1rem}.footer-payment-label{font-size:.875rem;margin:0;color:#fffc}.payment-icons{display:flex;gap:.75rem;align-items:center}.payment-icons svg{width:40px;height:25px;fill:#fff;opacity:.8;transition:opacity .2s}.payment-icons svg:hover{opacity:1}.footer-copyright{text-align:center}.footer-copyright p{margin:0;font-size:.875rem;color:#ffffffb3}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .2s}.footer-social a:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 640px){.footer-columns{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-payment{flex-direction:column}}.shopify-section--header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 8px #0000001a}.header-wrapper{grid-column:1 / -1}header{width:90%;max-width:1800px;margin:0 auto;height:5rem;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;gap:2rem}header a{position:relative;text-decoration:none;color:var(--color-foreground)}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__search,header .header__icons{display:flex;gap:1rem;align-items:center;justify-content:center}.header__search{position:relative;flex:1;width:100%}.search-container{position:relative;width:80%}.search-form{display:flex;align-items:center;gap:.75rem;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;background:#fff;width:100%;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.search-form:hover{border-color:#b0b0b0;box-shadow:0 4px 8px #0000001a}.search-form:focus-within{border-color:var(--color-accent, #0066cc);box-shadow:0 4px 12px #0066cc26}.search-input{border:none;outline:none;background:transparent;padding:.25rem;font-size:1rem;width:100%;color:var(--color-foreground)}.search-input::placeholder{color:#999}.search-button{border:none;background:transparent;cursor:pointer;padding:.25rem;display:flex;align-items:center;flex-shrink:0}.search-button svg{width:1.25rem;height:1.25rem}.search-results{position:absolute;top:100%;left:0;right:0;background:var(--color-background);border:1px solid var(--color-border);border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:400px;overflow-y:auto}.search-results-container{padding:1rem}.search-results-header h3{margin:0 0 1rem;font-size:.875rem;text-transform:uppercase;color:var(--color-foreground);opacity:.7}.search-results-list{margin-bottom:1rem}.search-result-item{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--color-border);text-decoration:none;color:var(--color-foreground)}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--color-background-secondary);margin:0 -.5rem;padding:.5rem}.search-result-image{width:50px;height:50px;object-fit:cover;border-radius:4px}.search-result-info{flex:1}.search-result-category{font-size:.75rem;color:var(--color-foreground);opacity:.6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.search-result-title{font-weight:500;margin-bottom:.25rem}.search-result-price{font-size:.875rem;color:var(--color-foreground);opacity:.8}.search-result-title strong{color:var(--color-accent);font-weight:600}.search-results-footer{text-align:center;padding-top:1rem;border-top:1px solid var(--color-border)}.view-all-results{text-decoration:none;color:var(--color-foreground);font-size:.875rem;padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:4px;transition:all .2s}.view-all-results:hover{background:var(--color-background-secondary)}.cart-icon-button{background:none;border:none;cursor:pointer;position:relative;padding:0;display:flex;align-items:center}.cart-icon-button svg{width:2rem;height:2rem}.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.cart-drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;animation:fadeIn .3s ease}.cart-drawer-content{position:absolute;top:0;right:0;width:400px;max-width:90%;height:100%;background:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;animation:slideInRight .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.cart-drawer-header h2{margin:0;font-size:1.25rem}.cart-drawer-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;line-height:1;padding:0;width:2rem;height:2rem}.cart-drawer-close:hover{color:#000}.cart-drawer-items{flex:1;overflow-y:auto;padding:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #e0e0e0;position:relative}.cart-item-image{width:80px;height:80px;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-item-details{flex:1}.cart-item-details h3{margin:0 0 .5rem;font-size:1rem}.cart-item-variant{font-size:.875rem;color:#666;margin:0 0 .5rem}.cart-item-price{font-weight:600;margin:0 0 .5rem}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.cart-item-quantity button{width:28px;height:28px;border:1px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;font-size:1rem}.cart-item-quantity button:hover{background:#f5f5f5}.cart-item-remove{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;width:24px;height:24px;line-height:1;padding:0}.cart-item-remove:hover{color:#e63946}.cart-empty{text-align:center;padding:3rem 1rem;color:#666}.cart-drawer-footer{padding:1.5rem;border-top:1px solid #e0e0e0}.cart-total{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.cart-view-button,.cart-checkout-button{display:block;width:100%;padding:.875rem;text-align:center;text-decoration:none;border-radius:4px;font-weight:600;transition:all .2s}.cart-view-button{background:#fff;color:var(--color-foreground);border:1px solid #e0e0e0;margin-bottom:.5rem}.cart-view-button:hover{background:#f5f5f5}.cart-checkout-button{background:var(--color-accent, #0066cc);color:#fff;border:none}.cart-checkout-button:hover{background:#0052a3}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-carousel{background:var(--color-background-secondary, #f5f5f5);padding:2rem 0}.hero-container{width:90%;max-width:1800px;margin:0 auto;position:relative}.hero-slides{position:relative;overflow:hidden;border-radius:12px}.hero-slide{display:none;background:#fff;border-radius:12px;overflow:hidden}.hero-slide.active{display:block}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;min-height:400px}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-badge{display:inline-block;background:var(--color-accent, #0066cc);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;width:fit-content}.hero-text h1{font-size:3rem;margin:0;line-height:1.2}.hero-text p{font-size:1.25rem;color:var(--color-foreground);opacity:.8;margin:0}.hero-button{display:inline-block;background:var(--color-accent, #0066cc);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;width:fit-content;transition:transform .2s}.hero-button:hover{transform:translateY(-2px)}.hero-image{display:flex;align-items:center;justify-content:center}.hero-image img{max-width:100%;height:auto;border-radius:8px}.hero-controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.hero-prev,.hero-next{background:#fff;border:1px solid var(--color-border);width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .2s}.hero-prev:hover,.hero-next:hover{background:var(--color-accent, #0066cc);color:#fff;border-color:var(--color-accent, #0066cc)}.hero-dots{display:flex;gap:.5rem}.hero-dot{width:12px;height:12px;border-radius:50%;background:var(--color-border);cursor:pointer;transition:all .2s}.hero-dot.active{background:var(--color-accent, #0066cc);width:24px;border-radius:6px}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}}@media (max-width: 768px){.hero-container{width:90%}.hero-content{padding:1.5rem}.hero-text h1{font-size:1.5rem}}.homepage-with-filters{padding:2rem 0}.homepage-container{width:90%;max-width:1800px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:0 2rem}.categories-sidebar{background:var(--color-background);border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.categories-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.categories-header h2{margin:0;font-size:1.25rem}.categories-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;text-decoration:none;color:var(--color-foreground);border-radius:6px;transition:all .2s}.category-item:hover{background:#f5f5f5}.category-item.active{background:var(--color-accent, #0066cc);color:#fff}.category-name{font-size:.875rem}.category-count{font-size:.75rem;opacity:.7;background:#0000001a;padding:.25rem .5rem;border-radius:12px}.category-item.active .category-count{background:#fff3}.main-category{margin-bottom:.5rem}.main-category-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f5f5f5;border:none;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:600}.main-category-toggle:hover{background:#e8e8e8}.main-category-toggle .category-name{font-size:.875rem;font-weight:600}.toggle-icon{font-size:.75rem;transition:transform .3s}.main-category-toggle.active .toggle-icon{transform:rotate(180deg)}.subcategories{display:none;padding-left:1rem;margin-top:.5rem;flex-direction:column;gap:.25rem}.subcategories.open{display:flex}.subcategory-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;text-decoration:none;color:var(--color-foreground);border-radius:4px;transition:all .2s;font-size:.875rem;background:none;border:none;width:100%;text-align:left;cursor:pointer}.subcategory-item:hover{background:#f5f5f5}.subcategory-item.active{background:var(--color-accent, #0066cc);color:#fff}.subcategory-item .category-count{font-size:.7rem}.filter-section{margin-bottom:1rem}.filter-section-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;background:none;border:none;border-bottom:1px solid #e0e0e0;font-size:1rem;font-weight:600;color:var(--color-foreground);cursor:pointer;text-align:left;transition:all .2s}.filter-section-toggle:hover{color:var(--color-accent, #0066cc)}.filter-section-toggle.active .toggle-icon{transform:rotate(180deg)}.filter-section-toggle .toggle-icon{transition:transform .2s;font-size:.75rem}.collapsible{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.collapsible.open{max-height:500px;padding-top:.75rem;padding-bottom:.75rem}.filter-options{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.type-group{margin-bottom:.5rem}.type-group-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f5f5f5;border:none;border-radius:4px;font-size:.875rem;font-weight:500;color:var(--color-foreground);cursor:pointer;text-align:left;transition:all .2s}.type-group-toggle:hover{background:#e8e8e8}.type-group-toggle.active{background:#e0e0e0}.type-group-toggle.active .toggle-icon{transform:rotate(90deg)}.type-group-toggle .toggle-icon{transition:transform .2s;font-size:.7rem}.type-group-items{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding-left:1rem}.type-group-items.open{max-height:300px;padding-top:.5rem}.vendor-search-container{position:relative}.vendor-search-container.collapsible{overflow:visible!important}.vendor-search-input{width:100%;padding:.625rem .75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.875rem;transition:all .2s;background:#fff}.vendor-search-input:focus{outline:none;border-color:var(--color-accent, #0066cc);box-shadow:0 0 0 3px #0066cc1a}.vendor-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-radius:6px;max-height:300px;overflow-y:auto;display:none;z-index:1000;box-shadow:0 8px 16px #00000026}.vendor-dropdown.show{display:block}.selected-vendors{display:none;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;padding:.75rem;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.selected-vendors.has-selections{display:flex}.selected-vendor-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .625rem;background:var(--color-accent, #0066cc);color:#fff;border-radius:4px;font-size:.8rem;margin:.25rem}.selected-vendor-tag button{background:none;border:none;color:#fff;cursor:pointer;padding:0 0 0 .25rem;font-size:1.1rem;line-height:1;font-weight:700;transition:opacity .2s}.selected-vendor-tag button:hover{opacity:.8}.vendor-list{padding:.5rem}.vendor-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;cursor:pointer;border-radius:4px;transition:all .2s}.vendor-item:hover{background:#f5f5f5}.vendor-item.selected{background:#e8f4ff}.vendor-checkbox{width:18px;height:18px;border:2px solid #d0d0d0;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.vendor-item.selected .vendor-checkbox{background:var(--color-accent, #0066cc);border-color:var(--color-accent, #0066cc)}.vendor-item.selected .vendor-checkbox:after{content:"";width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.vendor-name{font-size:.875rem}.filter-checkbox{display:flex;align-items:center;cursor:pointer;font-size:.875rem;padding:.25rem 0;transition:all .2s;position:relative}.filter-checkbox:hover{color:var(--color-accent, #0066cc)}.filter-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.filter-checkbox span{padding-left:2rem;position:relative}.filter-checkbox span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #d0d0d0;border-radius:4px;background:#fff;transition:all .2s ease}.filter-checkbox:hover span:before{border-color:var(--color-accent, #0066cc)}.filter-checkbox input[type=checkbox]:checked~span:before{background:var(--color-accent, #0066cc);border-color:var(--color-accent, #0066cc)}.filter-checkbox input[type=checkbox]:checked~span:after{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%) rotate(45deg);width:5px;height:10px;border:solid white;border-width:0 2px 2px 0}.price-range{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}.price-display{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;color:var(--color-foreground)}.price-display span:nth-child(2){color:#999;font-weight:400}.price-slider-container{position:relative;height:40px;display:flex;align-items:center}.slider-track{position:absolute;width:100%;height:6px;background:#e0e0e0;border-radius:3px;z-index:1}.slider-range{position:absolute;height:6px;background:var(--color-accent, #0066cc);border-radius:3px;z-index:2}.price-slider{position:absolute;width:100%;height:6px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none;z-index:3}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fff;border:3px solid var(--color-accent, #0066cc);border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 6px #00000026;transition:all .2s}.price-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #0003}.price-slider::-moz-range-thumb{width:20px;height:20px;background:#fff;border:3px solid var(--color-accent, #0066cc);border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 6px #00000026;transition:all .2s}.price-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #0003}.clear-filters-btn{width:100%;padding:.75rem;background:#fff;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--color-foreground);transition:all .2s}.clear-filters-btn:hover{background:#f5f5f5;border-color:var(--color-accent, #0066cc);color:var(--color-accent, #0066cc)}.clear-filters-btn:active{transform:scale(.98)}.homepage-content{min-width:0}.product-category-section{margin-bottom:4rem}.category-title{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--color-accent, #0066cc);color:var(--color-foreground)}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.products-header h1{margin:0;font-size:2rem}.sort-options{display:flex;align-items:center;gap:.5rem}.sort-options label{font-size:.875rem;font-weight:500;color:#666}.sort-options select{padding:.625rem 2.5rem .625rem .75rem;border:2px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .2s;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.sort-options select:hover{border-color:silver}.sort-options select:focus{outline:none;border-color:var(--color-accent, #0066cc);box-shadow:0 0 0 3px #0066cc1a}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{border:2px solid #f0f0f0;border-radius:12px;overflow:hidden;transition:all .3s ease;background:#fff}.product-card:hover{box-shadow:0 8px 24px #0000001f;border-color:#e0e0e0;transform:translateY(-4px)}.product-card img,.product-card .no-image{width:100%;height:250px;object-fit:cover}.no-image{background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:var(--color-foreground)}.product-info{padding:1rem}.product-info h3{margin:0 0 .5rem;font-size:1rem}.product-info h3 a{text-decoration:none;color:var(--color-foreground)}.product-info .vendor{font-size:.875rem;color:#666;margin:0 0 .5rem}.product-info .price{font-weight:700;margin:.5rem 0}.product-info .compare-price{text-decoration:line-through;color:#999;margin:.25rem 0}.add-to-cart{width:100%;padding:.875rem;background:var(--color-accent, #0066cc);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s;box-shadow:0 2px 8px #06c3}.add-to-cart:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.add-to-cart:active{transform:translateY(0)}.add-to-cart:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.pagination-container{margin-top:3rem;text-align:center}.load-more-btn{padding:1rem 2rem;background:var(--color-accent, #0066cc);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #06c3}.load-more-btn:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.load-more-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.all-loaded-message{color:#666;font-size:.95rem;font-weight:500;margin:0}@media (max-width: 1024px){.homepage-container{grid-template-columns:1fr;gap:1.5rem}.categories-sidebar{position:static}}@media (max-width: 768px){.homepage-container{width:95%;padding:0 1rem}.products-header{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.product-page-wrapper{width:90%;max-width:1800px;margin:0 auto;padding:2rem 0}.product-page-container{display:grid;grid-template-columns:1fr 1.2fr .8fr;gap:3rem;margin-bottom:3rem}.product-gallery{position:sticky;top:100px;height:fit-content}.main-image-container{background:#fff;border:2px solid #f0f0f0;border-radius:12px;padding:2rem;margin-bottom:1rem;cursor:pointer;transition:all .2s}.main-image-container:hover{border-color:var(--color-accent, #0066cc);box-shadow:0 4px 12px #0000001a}.main-product-image{width:100%;height:auto;object-fit:contain;max-height:500px}.thumbnail-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}.thumbnail-image{width:100%;height:80px;object-fit:cover;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}.thumbnail-image:hover,.thumbnail-image.active{border-color:var(--color-accent, #0066cc)}.product-main-info{background:#fff;padding:2rem;border-radius:12px;border:2px solid #f0f0f0}.product-vendor{color:#666;font-size:.875rem;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.product-title{font-size:1.75rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.stars{color:orange;font-size:1.1rem}.rating-count{color:#666;font-size:.875rem}.product-price-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.price-old{text-decoration:line-through;color:#999;font-size:1.25rem}.price-current{font-size:2rem;font-weight:700;color:var(--color-accent, #0066cc)}.stock-status{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500}.stock-status.in-stock{background:#e8f5e9;color:#2e7d32}.stock-status.low-stock{background:#fff3e0;color:#e65100}.stock-status.out-of-stock{background:#ffebee;color:#c62828}.product-form-modern{display:flex;flex-direction:column;gap:1.5rem}.variant-selector label,.quantity-selector label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.variant-dropdown{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s}.variant-dropdown:focus{outline:none;border-color:var(--color-accent, #0066cc)}.quantity-controls{display:flex;align-items:center;gap:0;width:fit-content}.qty-btn{width:40px;height:40px;border:2px solid #e0e0e0;background:#fff;font-size:1.25rem;cursor:pointer;transition:all .2s}.qty-btn:first-child{border-radius:6px 0 0 6px}.qty-btn:last-child{border-radius:0 6px 6px 0}.qty-btn:hover{background:#f5f5f5;border-color:var(--color-accent, #0066cc)}.qty-input{width:60px;height:40px;border:2px solid #e0e0e0;border-left:none;border-right:none;text-align:center;font-size:1rem;font-weight:600}.qty-input:focus{outline:none}.add-to-cart-btn-large{width:100%;padding:1.25rem;background:var(--color-accent, #0066cc);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0066cc4d}.add-to-cart-btn-large:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 6px 16px #06c6}.add-to-cart-btn-large:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.related-products-sidebar{background:#f8f9fa;padding:1.5rem;border-radius:12px;height:fit-content;position:sticky;top:100px}.related-products-sidebar h3{font-size:1.1rem;font-weight:700;margin:0 0 1rem}.related-products-list{display:flex;flex-direction:column;gap:1rem}.related-product-card{background:#fff;border-radius:8px;overflow:hidden;transition:all .2s}.related-product-card:hover{box-shadow:0 4px 12px #0000001a}.related-product-link{display:flex;gap:1rem;padding:.75rem;text-decoration:none;color:inherit}.related-product-link img{width:80px;height:80px;object-fit:cover;border-radius:6px}.related-product-info{flex:1}.related-product-price{font-weight:700;color:var(--color-accent, #0066cc);margin:0 0 .25rem;font-size:1.1rem}.related-product-title{font-size:.875rem;line-height:1.4;margin:0;color:#333}.product-description-section{background:#fff;padding:2rem;border-radius:12px;border:2px solid #f0f0f0}.product-description-section h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--color-accent, #0066cc)}.product-description-content{line-height:1.8;color:#333}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lightbox.active{display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox-close{position:absolute;top:1rem;right:1rem;background:#fff;border:2px solid #e0e0e0;color:#333;font-size:2rem;width:45px;height:45px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s;z-index:10002;box-shadow:0 2px 8px #0000001a}.lightbox-close:hover{background:#f5f5f5;transform:rotate(90deg);border-color:var(--color-accent, #0066cc)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #e0e0e0;color:#333;width:45px;height:45px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10002;box-shadow:0 2px 8px #0000001a}.lightbox-nav:hover{background:#f5f5f5;border-color:var(--color-accent, #0066cc)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-content{display:grid;grid-template-columns:1fr 350px;gap:2rem;max-width:1600px;width:100%;height:90vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.lightbox-main{display:flex;align-items:center;justify-content:center;background:#fafafa;padding:3rem}.lightbox-main img{max-width:100%;max-height:100%;object-fit:contain}.lightbox-sidebar{background:#fff;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;border-left:1px solid #e0e0e0}.lightbox-info{padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.lightbox-price{font-size:1.5rem;font-weight:700;color:var(--color-accent, #0066cc);margin:0 0 .5rem}.lightbox-title{font-size:1.1rem;font-weight:600;margin:0;line-height:1.4}.lightbox-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;overflow-y:auto;max-height:calc(90vh - 200px)}.lightbox-thumb{width:100%;height:80px;object-fit:cover;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}.lightbox-thumb:hover,.lightbox-thumb.active{border-color:var(--color-accent, #0066cc);transform:scale(1.05)}@media (max-width: 1024px){.product-page-container{grid-template-columns:1fr}.product-gallery,.related-products-sidebar{position:static}.lightbox-content{flex-direction:column;height:auto}.lightbox-sidebar{width:100%;max-height:200px}.lightbox-thumbnails{grid-template-columns:repeat(6,1fr);max-height:100px}}.promo-grid-section{padding:3rem 0}.promo-grid-container{width:90%;max-width:1800px;margin:0 auto}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;grid-auto-rows:200px}.promo-tile{position:relative;border-radius:12px;overflow:hidden;text-decoration:none;color:#fff;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.promo-tile:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.promo-tile-small{grid-column:span 1;grid-row:span 1}.promo-tile-medium{grid-column:span 2;grid-row:span 1}.promo-tile-large{grid-column:span 2;grid-row:span 2}.promo-tile-wide{grid-column:span 4;grid-row:span 1}.promo-tile-content{position:relative;z-index:2}.promo-tile-badge{display:inline-block;background:#ffffff4d;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promo-tile h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.promo-tile p{margin:0;font-size:1rem;opacity:.9}.promo-tile-image{position:absolute;bottom:0;right:0;width:50%;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;z-index:1}.promo-tile-image img{max-width:100%;max-height:100%;object-fit:contain}.promo-tile-large .promo-tile-image{width:60%}@media (max-width: 1024px){.promo-grid{grid-template-columns:repeat(2,1fr)}.promo-tile-small,.promo-tile-medium,.promo-tile-large{grid-column:span 1;grid-row:span 1}.promo-tile-wide{grid-column:span 2}}@media (max-width: 768px){.promo-grid-container{width:90%}.promo-grid{grid-template-columns:1fr;gap:1rem}.promo-tile-small,.promo-tile-medium,.promo-tile-large,.promo-tile-wide{grid-column:span 1;grid-row:span 1}}.recently-viewed-section{width:90%;max-width:1800px;margin:4rem auto 2rem;padding:2rem 0;border-top:1px solid #e0e0e0}.recently-viewed-container{width:100%}.recently-viewed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.recently-viewed-header h2{font-size:1.75rem;font-weight:700;margin:0}.clear-history-btn{background:transparent;border:2px solid #e0e0e0;color:#666;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.clear-history-btn:hover{border-color:#c62828;color:#c62828}.recently-viewed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.recently-viewed-product{background:#fff;border:2px solid #f0f0f0;border-radius:12px;padding:1rem;transition:all .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.recently-viewed-product:hover{border-color:var(--color-accent, #0066cc);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.recently-viewed-product img{width:100%;height:180px;object-fit:contain;margin-bottom:1rem;border-radius:8px;background:#fafafa}.recently-viewed-product-info{flex:1;display:flex;flex-direction:column}.recently-viewed-product-vendor{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.recently-viewed-product-title{font-size:.875rem;font-weight:500;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recently-viewed-product-price{font-size:1.1rem;font-weight:700;color:var(--color-accent, #0066cc);margin-top:auto}@media (max-width: 768px){.recently-viewed-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.recently-viewed-product img{height:140px}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
