.corner-banner{position:absolute;top:0;left:0;width:100px;height:100px;overflow:hidden;z-index:3;pointer-events:none}.corner-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--banner-bg);-webkit-clip-path:polygon(0 0,0 70px,85px 0);clip-path:polygon(0 0,0 70px,85px 0);box-shadow:2px 2px 4px rgba(0,0,0,.1)}.corner-banner-text{position:absolute;top:12px;left:0;width:60px;text-align:center;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.2px;line-height:1.25;color:var(--banner-text);transform:rotate(-40deg);transform-origin:center center;white-space:pre-line}@media (max-width:480px){.corner-banner{width:80px;height:80px}.corner-banner:before{-webkit-clip-path:polygon(0 0,0 56px,68px 0);clip-path:polygon(0 0,0 56px,68px 0)}.corner-banner-text{top:14px;left:-6px;width:64px;font-size:.55rem}}.color-variant-swatches{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.color-swatch{width:24px;height:24px;border-radius:50%;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.12);padding:0}.color-swatch:hover{transform:scale(1.15);box-shadow:0 2px 6px rgba(0,0,0,.2)}.color-swatch:focus{outline:2px solid var(--green-primary,#46432E);outline-offset:2px}.color-swatch.light-color{border:1px solid #e0e0e0}.color-swatch-overflow{font-size:.7rem;font-weight:600;color:#666;background:#f5f5f5;padding:2px 6px;border-radius:10px;white-space:nowrap}@media (max-width:480px){.color-swatch{width:20px;height:20px}.color-swatch-overflow{font-size:.65rem;padding:1px 5px}}.product-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s var(--ease-smooth);position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(179,178,46,.15)}.product-image-container{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fa;cursor:pointer}.product-image{width:100%;height:100%;object-fit:cover;transition:all .4s ease;opacity:0}.product-image.loaded{opacity:1}.product-image-container:hover .product-image{transform:scale(1.05);filter:grayscale(100%)}.image-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton 1.5s infinite}.out-of-stock-badge{position:absolute;bottom:12px;right:12px;background:#e74c3c;color:white;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.product-actions,.quick-view-btn,.wishlist-btn{display:none}.product-info{padding:20px}.product-title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:8px;line-height:1.3}.product-description,.product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:12px}.product-pricing{display:none}.product-card-swatches{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:5;background:rgba(255,255,255,.92);padding:6px 10px;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.product-variants{margin-bottom:16px}.variant-count{color:var(--green-primary);font-size:.85rem;font-weight:500}.add-to-cart-btn{display:none}@media (max-width:480px){.product-info{padding:16px}.product-title{font-size:1rem}.current-price{font-size:1.2rem}.product-actions{display:none}}.price-badge{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.95);color:#2c3e50;border-radius:8px;padding:6px 12px;font-weight:700;font-size:.95rem;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:flex-end;gap:2px}.price-badge .compare-at-price{font-size:.75rem;font-weight:500;color:#9ca3af;text-decoration:line-through}.price-badge .actual-price{font-size:.95rem;font-weight:700;color:#2c3e50}.price-range-inline{font-weight:600;color:#666}.view-count-badge{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;color:var(--green-primary);background:rgba(128,168,103,.15);padding:2px 6px;border-radius:4px;margin-top:2px}.view-count-badge svg{stroke:var(--green-primary)}.hover-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);color:white;font-weight:800;letter-spacing:.5px;text-transform:uppercase;opacity:0;transition:background .3s ease,opacity .3s ease;z-index:1}.product-image-container:hover .hover-overlay{background:rgba(0,0,0,.35);opacity:1}.on-display-badge{position:absolute;bottom:12px;left:12px;background:var(--gradient-metallic);color:white;padding:6px 10px;border-radius:6px;display:flex;flex-direction:column;gap:1px;box-shadow:0 2px 8px var(--shadow-green);z-index:2;pointer-events:none}.on-display-badge-label{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;line-height:1.2}.on-display-badge-sublabel{font-size:9px;font-weight:500;opacity:.9;letter-spacing:.2px;line-height:1.2}.product-card.checkbox-mode{cursor:pointer}.product-card.checkbox-mode:hover{transform:translateY(-4px)}.product-card.checkbox-mode.selected{outline:3px solid var(--green-primary);outline-offset:-3px}.product-card-checkbox{position:absolute;top:12px;left:12px;z-index:10;cursor:pointer}.checkbox-box{width:28px;height:28px;background:rgba(255,255,255,.95);border:2px solid #ccc;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.checkbox-box.checked,.checkbox-box:hover{border-color:var(--green-primary)}.checkbox-box.checked{background:var(--green-primary)}.checkbox-checkmark{color:white;font-size:16px;font-weight:700;line-height:1}.product-card.checkbox-mode .hover-overlay{display:none}.addon-sets-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.addon-sets-modal{background:white;border-radius:12px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3)}.addon-sets-modal-header{padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.addon-sets-modal-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.addon-sets-modal-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.addon-sets-modal-close:hover{background-color:#f3f4f6;color:#111827}.addon-sets-tabs{display:flex;border-bottom:1px solid #e5e7eb;padding:0 24px;overflow-x:auto;flex-shrink:0;min-height:48px}.addon-sets-tab{padding:12px 20px;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;border:none;border-bottom:2px solid transparent;transition:all .2s;display:flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0}.addon-sets-tab:hover{color:#111827}.addon-sets-tab.active{color:#57534E;border-bottom-color:#57534E}.tab-count{background:#e5e7eb;color:#6b7280;font-size:12px;padding:2px 8px;border-radius:10px}.addon-sets-tab.active .tab-count{background:#f5f5f4;color:#57534E}.addon-sets-modal-body{padding:24px;overflow-y:auto;flex:1 1}.empty-message,.loading-message{padding:24px;text-align:center;color:#6b7280;background-color:#f9fafb;border-radius:8px;font-size:14px}.create-set-section{margin-bottom:24px}.create-set-button{width:100%;padding:14px;border:2px dashed #d1d5db;background:#f9fafb;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s}.create-set-button:hover{border-color:#57534E;color:#57534E;background:#f5f5f4}.create-set-form{background:#f9fafb;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:12px}.create-set-input{padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;width:100%}.create-set-input:focus{outline:none;border-color:#57534E;box-shadow:0 0 0 3px rgba(87,83,78,.1)}.create-set-actions{display:flex;justify-content:flex-end;gap:8px}.create-set-cancel{border:1px solid #d1d5db;background:white;border-radius:6px}.create-set-cancel,.create-set-submit{padding:8px 16px;cursor:pointer;font-size:14px}.create-set-submit{border:none;background:#57534E;color:white;border-radius:6px;font-weight:500}.create-set-submit:disabled{background:#a8a29e;cursor:not-allowed}.sets-list{display:flex;flex-direction:column;gap:16px}.set-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;flex-shrink:0}.set-header{padding:16px;background:#f9fafb;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-height:60px}.set-info{flex:1 1;min-width:0}.set-info h4{margin:0;font-size:16px;font-weight:600;color:#111827;word-break:break-word;line-height:1.4}.set-description{margin:4px 0 0;font-size:13px;color:#6b7280}.set-actions{display:flex;gap:8px;flex-shrink:0}.set-action-btn{padding:6px 12px;border:1px solid #d1d5db;background:white;border-radius:4px;cursor:pointer;font-size:13px;transition:all .2s}.set-action-btn.edit:hover{border-color:#57534E;color:#57534E}.set-action-btn.delete:hover{border-color:#ef4444;color:#ef4444}.set-action-btn:disabled{opacity:.5;cursor:not-allowed}.set-edit-form{display:flex;flex-direction:column;gap:8px;width:100%}.set-edit-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.set-edit-actions{display:flex;gap:8px;justify-content:flex-end}.set-edit-cancel,.set-edit-save{padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px}.set-edit-cancel{border:1px solid #d1d5db;background:white}.set-edit-save{border:none;background:#57534E;color:white}.set-products{padding:16px;border-top:1px solid #e5e7eb}.set-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.set-products-header span{font-size:13px;font-weight:500;color:#6b7280}.add-product-btn{padding:6px 12px;border:1px solid #57534e;background:white;color:#57534E;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.add-product-btn:hover{background:#57534E;color:white}.product-search-section{margin-bottom:12px}.product-search-input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.product-search-input:focus{outline:none;border-color:#57534E}.search-loading{padding:8px;font-size:13px;color:#6b7280}.product-search-results{margin-top:8px;border:1px solid #e5e7eb;border-radius:6px;max-height:200px;overflow-y:auto}.product-search-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #e5e7eb}.product-search-item:last-child{border-bottom:none}.product-search-info{display:flex;flex-direction:column;gap:2px}.product-search-info .product-title{font-size:14px;color:#111827}.product-search-info .product-sku{font-size:12px;color:#6b7280}.product-add-btn{padding:6px 12px;border:1px solid #22c55e;background:white;color:#22c55e;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500}.product-add-btn:hover:not(:disabled){background:#22c55e;color:white}.product-add-btn.already-added{border-color:#d1d5db;color:#9ca3af;cursor:default}.product-add-btn:disabled{opacity:.5;cursor:not-allowed}.product-tiles-list{display:flex;flex-wrap:wrap;gap:12px}.product-tile-item{display:flex;align-items:center;gap:12px;padding:10px;background:white;border:1px solid #e5e7eb;border-radius:8px;width:calc(50% - 6px);min-width:280px;position:relative}.product-tile-image{width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f3f4f6}.product-tile-image img{width:100%;height:100%;object-fit:cover}.product-tile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e7eb,#d1d5db);font-size:18px;font-weight:600;color:#9ca3af}.product-tile-info{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.product-tile-title{font-size:14px;font-weight:500;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-tile-sku{font-size:12px;color:#9ca3af}.product-tile-price{font-size:13px;font-weight:600;color:#22c55e}.product-tile-remove{position:absolute;top:6px;right:6px;background:#f3f4f6;border:none;color:#9ca3af;cursor:pointer;font-size:18px;line-height:1;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.product-tile-remove:hover{background:#fee2e2;color:#ef4444}.product-tile-remove:disabled{opacity:.5;cursor:not-allowed}.no-products{font-size:13px;color:#9ca3af;font-style:italic}.product-tile-default-btn{position:absolute;top:6px;left:6px;background:white;border:1px solid #d1d5db;color:#d1d5db;cursor:pointer;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:1}.product-tile-default-btn:hover{border-color:#fbbf24;color:#fbbf24}.product-tile-default-btn.active{background:#fef3c7;border-color:#f59e0b;color:#f59e0b}.product-tile-default-btn:disabled{opacity:.5;cursor:not-allowed}.product-tile-item.is-default{border-color:#f59e0b;background:#fffbeb}.product-tile-item.is-default .product-tile-price{color:#b45309;font-style:italic}@media (max-width:640px){.addon-sets-modal{max-height:100vh;border-radius:0}.product-tile-item{width:100%}.addon-sets-tabs{padding:0 16px}.addon-sets-tab{padding:12px;font-size:13px}}.featured-order-list{width:100%}.featured-order-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1f2937;color:white;border-radius:8px;margin-bottom:16px;gap:16px;flex-wrap:wrap}.featured-order-title{display:flex;align-items:center;gap:12px}.featured-order-title h3{margin:0;font-size:1rem;font-weight:600}.featured-order-count{font-size:.8rem;color:#9ca3af}.selection-info{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#60a5fa;padding-left:12px;border-left:1px solid #374151}.selection-info button{padding:2px 8px;background:#374151;color:#d1d5db;border:none;border-radius:3px;font-size:.7rem;cursor:pointer;transition:background .15s}.selection-info button:hover{background:#4b5563}.featured-order-actions{display:flex;gap:8px}.featured-order-actions button{padding:6px 14px;border-radius:5px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;border:none}.featured-order-actions .reset-btn{background:#374151;color:#d1d5db}.featured-order-actions .reset-btn:hover:not(:disabled){background:#4b5563}.featured-order-actions .cancel-btn{background:#374151;color:#d1d5db}.featured-order-actions .cancel-btn:hover:not(:disabled){background:#4b5563}.featured-order-actions .save-btn{background:#80A867;color:#fff}.featured-order-actions .save-btn:hover:not(:disabled){background:#5B7648}.featured-order-actions button:disabled{opacity:.5;cursor:not-allowed}.featured-order-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:8px;gap:8px;position:relative;padding-bottom:200px}@media (max-width:1400px){.featured-order-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:1100px){.featured-order-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:900px){.featured-order-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.featured-order-grid{grid-template-columns:repeat(3,1fr)}}.featured-order-grid.saving{pointer-events:none;opacity:.6}.saving-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200}.saving-overlay .spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#80a867;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.featured-order-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:grab;transition:all .15s;overflow:hidden}.featured-order-card:hover{border-color:#57534E;box-shadow:0 2px 8px rgba(87,83,78,.15)}.featured-order-card:active{cursor:grabbing}.featured-order-card .order-badge{position:absolute;top:4px;left:4px;min-width:20px;height:20px;padding:0 5px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);color:#fff;font-size:.65rem;font-weight:600;border-radius:3px;z-index:2}.featured-order-card .card-image{width:100%;aspect-ratio:1;background:#f9fafb;overflow:hidden}.featured-order-card .card-image img{width:100%;height:100%;object-fit:cover}.featured-order-card .card-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#9ca3af}.featured-order-card .card-title{padding:6px 8px;font-size:.7rem;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fff;border-top:1px solid #f3f4f6}.featured-order-card.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f6}.featured-order-card.group-dragging{opacity:.3;transform:scale(.95)}.featured-order-card .selection-count{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;background:#3b82f6;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;z-index:10}.featured-order-card.dragging{opacity:.3;transform:scale(.95)}.featured-order-card.drag-over{border-color:#57534E;box-shadow:0 0 0 2px #57534E;transform:scale(1.02)}.bulk-price-card-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1e293b,#334155);color:white;padding:16px 24px;box-shadow:0 -4px 20px rgba(0,0,0,.2);z-index:1000;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.bulk-price-card-bar-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.bulk-price-card-bar-text{font-size:.95rem;color:#94a3b8}.bulk-price-card-bar-count{font-size:1.1rem;font-weight:600}.bulk-price-card-bar-actions{display:flex;gap:12px}.bulk-price-card-bar-cancel,.bulk-price-card-bar-clear{padding:10px 20px;border:1px solid #475569;background:transparent;color:#e2e8f0;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bulk-price-card-bar-cancel:hover,.bulk-price-card-bar-clear:hover{background:#475569;border-color:#64748b}.bulk-price-card-bar-export{padding:10px 24px;border:none;background:#80A867;color:white;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.bulk-price-card-bar-export:hover:not(:disabled){background:#5B7648}.bulk-price-card-bar-export:disabled{background:#6b7280;cursor:not-allowed}@media (max-width:640px){.bulk-price-card-bar{padding:12px 16px}.bulk-price-card-bar-content{flex-direction:column;gap:12px}.bulk-price-card-bar-actions{width:100%;justify-content:stretch}.bulk-price-card-bar-cancel,.bulk-price-card-bar-clear,.bulk-price-card-bar-export{flex:1 1;text-align:center}}.category-page{min-height:100vh}.add-item-container{position:relative;margin-right:16px}.add-item-btn{background:var(--green-primary);color:white;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.add-item-btn:hover{background:var(--green-dark)}.add-item-btn:active{transform:translateY(0)}.add-item-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:white;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);min-width:240px;z-index:1000;overflow:hidden;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{display:block;width:100%;padding:12px 16px;background:none;text-align:left;font-size:14px;color:#374151;cursor:pointer;transition:background-color .15s;border:none;border-bottom:1px solid #f3f4f6}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background-color:#f9fafb;color:var(--green-primary)}.dropdown-option:active{background-color:#f3f4f6}.breadcrumb{background:#f8f9fa;padding:16px 0;border-bottom:1px solid #e1e8ed}.category-page .container{max-width:1440px!important}.breadcrumb span{color:#666;font-size:.9rem}.breadcrumb span:last-child{color:#2c3e50;font-weight:600}.category-header{background:var(--gradient-metallic);color:white;padding:60px 0;position:relative}.category-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>')}.header-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.header-text h1{font-size:2.8rem;font-weight:700;margin-bottom:16px;line-height:1.1}.header-text p{font-size:1.1rem;opacity:.9;margin-bottom:24px}.category-stats{display:flex;gap:24px;flex-wrap:wrap}.category-stats span{font-size:.9rem;opacity:.9}.trade-discount-btn{background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:white;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.trade-discount-btn:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.subcategories{background:white;padding:24px 0;border-bottom:1px solid #e1e8ed;position:-webkit-sticky;position:sticky;top:80px;z-index:100}.subcategory-filters{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}.subcategory-filters a{text-decoration:none;color:#666;font-weight:500;padding:8px 16px;border-radius:20px;transition:all .3s ease;position:relative}.subcategory-filters a.active,.subcategory-filters a:hover{color:var(--green-primary);background:rgba(179,178,46,.1)}.products-section{padding:40px 0 80px;background:#fafafa}.category-page .products-section .container{padding-left:0!important;padding-right:0!important}.products-header{justify-content:space-between;margin-bottom:32px;flex-wrap:wrap}.products-header,.results-info{display:flex;align-items:center;gap:16px}.results-info p{color:#666;font-weight:500;margin:0}.sort-controls{display:flex;align-items:center;gap:12px}.sort-controls label{color:#666;font-weight:500}.sort-controls select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background:white;color:#2c3e50;cursor:pointer}.right-controls{margin-left:auto;display:flex;align-items:center;gap:16px}.manage-addon-sets-btn{padding:8px 16px;background:#78716C;color:white;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.manage-addon-sets-btn:hover{background:#57534E}.manage-featured-order-btn{padding:8px 16px;background:var(--green-primary);color:white;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.manage-featured-order-btn:hover{background:var(--green-dark)}.bulk-price-card-btn{padding:8px 16px;background:#7c3aed;color:white;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.bulk-price-card-btn:hover{background:#6d28d9}.bulk-price-card-btn.active{background:#dc2626}.bulk-price-card-btn.active:hover{background:#b91c1c}.featured-order-container{flex:1 1;min-width:0;width:100%}.applied-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filter-pill{display:inline-flex;align-items:center;gap:8px;background:#667eea;color:#fff;border:none;border-radius:999px;padding:6px 12px;font-weight:600;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.08);transform:translateY(6px);opacity:0;animation:pill-in .22s ease-out forwards}.filter-pill .pill-close{line-height:1;font-size:14px;opacity:.9}.filter-pill:hover{filter:brightness(1.05)}.filter-pill.removing{animation:pill-out .18s ease-in forwards}@keyframes pill-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pill-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.98)}}.category-page .content-grid{display:grid;grid-template-columns:320px 1fr!important;grid-gap:16px!important;gap:16px!important}.category-page .filters-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;align-self:start;position:static;top:auto}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.filters-header h3{font-size:1.35rem;margin:0}.clear-filters{background:transparent;border:none;color:var(--green-primary);font-weight:600;cursor:pointer}.filter-group+.filter-group{margin-top:16px}.filter-group h4{font-size:.95rem;margin:0 0 8px}.filter-options{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.filter-options.two-col{grid-template-columns:1fr 1fr;column-gap:16px}.filter-options.two-col li{page-break-inside:avoid;break-inside:avoid}.filter-helper-link{display:inline-block;margin-top:8px;color:#667eea;font-weight:600;text-decoration:none}.filter-helper-link:hover{text-decoration:underline}.filter-options label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:.9rem}.filter-options label input[type=checkbox]{margin-top:3px;flex-shrink:0}.price-filter{display:grid;grid-gap:8px;gap:8px}.price-values{display:flex;justify-content:space-between;color:#374151;font-weight:600}.range-slider{position:relative;height:32px}.slider-track{position:absolute;top:50%;left:0;right:0;height:6px;background:#e5e7eb;border-radius:4px;transform:translateY(-50%)}.thumb{position:absolute;pointer-events:none;-webkit-appearance:none;appearance:none;height:32px;width:100%;background:none;margin:0}.thumb::-webkit-slider-thumb{pointer-events:all;-webkit-appearance:none;appearance:none;height:18px;width:18px;border-radius:50%;background:var(--green-primary);border:2px solid white;box-shadow:0 1px 3px rgba(0,0,0,.2)}.thumb::-moz-range-thumb{pointer-events:all;height:18px;width:18px;border-radius:50%;background:var(--green-primary);border:2px solid white;box-shadow:0 1px 3px rgba(0,0,0,.2)}.category-page .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;grid-gap:20px;gap:20px;margin-bottom:40px;min-height:320px}.category-page .products-grid>.loading-grid{grid-column:1/-1;width:100%}.category-page .loading-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:8px}.category-page .products-grid.empty{display:grid;grid-template-columns:1fr;align-items:center;justify-items:center}@media (min-width:1280px){.category-page .products-grid{grid-template-columns:repeat(4,1fr)!important}}.no-products{text-align:center;padding:40px 20px;color:#666}.no-products h3{font-size:1.5rem;margin-bottom:12px;color:#2c3e50}.product-skeleton{height:360px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:category-skeleton 1.4s ease infinite;border-radius:12px}.filters-skeleton{display:flex;flex-direction:column;gap:16px}.filter-group-skeleton{display:flex;flex-direction:column;gap:8px}.filter-title-skeleton{height:18px;width:80px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:category-skeleton 1.4s ease infinite;border-radius:4px}.filter-options-skeleton{display:flex;flex-direction:column;gap:8px}.filter-option-skeleton{height:20px;width:100%;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:category-skeleton 1.4s ease infinite;border-radius:4px}@keyframes category-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.fade-in-soft{opacity:0;transform:translateY(4px);animation:fade-in-soft-keyframes .26s ease-out forwards}@keyframes fade-in-soft-keyframes{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.load-more{text-align:center;margin-top:40px}.load-more-btn{background:transparent;color:var(--green-primary);border:2px solid var(--green-primary);padding:14px 32px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.load-more-btn:hover{background:var(--green-primary);color:white;transform:translateY(-2px)}@media (max-width:1024px){.category-page .loading-grid{grid-template-columns:1fr}.category-page .content-grid{grid-template-columns:1fr!important}.category-page .filters-sidebar{position:static;top:auto;width:100%}.category-page .products-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.filters-toggle{width:100%;background:var(--green-primary);color:#fff;border:none;border-radius:8px;padding:12px 14px;font-weight:700;cursor:pointer;margin-bottom:12px}.filters-content{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.category-page .products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px}.header-content{flex-direction:column;gap:24px;text-align:center}.header-text h1{font-size:2.2rem}.category-stats{justify-content:center}.subcategory-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:8px}.subcategory-filters a{flex-shrink:0}.products-header{flex-direction:column;align-items:stretch}.right-controls{margin-left:0;justify-content:space-between;flex-wrap:wrap}.applied-filters{order:1}.sort-controls{order:2;justify-content:space-between}.subcategories{top:60px}}@media (max-width:360px){.category-page .products-grid{gap:8px}}