.category-page{padding:1.5rem 0 3rem;display:flex;flex-direction:column;gap:1rem}.category-header{margin-bottom:0;padding-bottom:1rem;border-bottom:1px solid var(--border)}.category-header h1{font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.01em;color:var(--text-primary);line-height:1.2;margin-top:15px}.category-header>div{font-size:13px;color:var(--text-secondary);max-width:800px;margin-top:.5rem;line-height:1.6}.category-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start}.category-sidebar{display:flex;flex-direction:column;gap:0}.category-sidebar>h2{font-size:13px;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--light-grey)}.filter-section{border-bottom:1px solid var(--light-grey);padding:.9rem 0}.filter-section:last-child{border-bottom:none}.filter-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);margin-bottom:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:color .2s ease}.filter-title:hover{color:var(--brand-orange)}.filter-options{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.filter-option{display:flex;align-items:center;gap:.75rem;font-size:13px;color:var(--text-secondary);cursor:pointer;transition:color .2s ease;padding:2px 0}.filter-option:hover{color:var(--brand-orange)}.filter-option.active{color:var(--brand-orange);font-weight:600}.filter-count{font-size:11px;opacity:.5;margin-left:auto}.price-filter-container{padding:0 .25rem;margin-top:1rem}.price-slider-track{height:4px;background:var(--light-grey);border-radius:2px;position:relative;margin:1.25rem 0}.price-slider-range{position:absolute;height:100%;background:var(--brand-orange);border-radius:2px}.price-slider-handle{width:14px;height:14px;background:var(--white);border:2px solid var(--brand-orange);border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);cursor:pointer;box-shadow:0 2px 4px #0000001f;transition:box-shadow .2s ease}.price-slider-handle:hover{box-shadow:0 0 0 4px #d94f001f}.price-inputs{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.price-input-group{flex:1}.price-input-group label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem;color:var(--text-secondary)}.price-input-group input{width:100%;padding:.45rem .6rem;border:1px solid var(--light-grey);border-radius:4px;font-size:13px;background:var(--off-white);color:var(--text-primary);transition:border-color .2s ease}.price-input-group input:focus{outline:none;border-color:var(--brand-orange)}.filter-apply-btn{margin-top:.75rem;width:100%;padding:.55rem;background:var(--brand-orange);color:var(--white);border:none;border-radius:4px;font-weight:700;font-size:12px;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;transition:background-color .2s ease}.filter-apply-btn:hover{background:var(--brand-orange-dark)}.category-toolbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--light-grey);margin-bottom:1.25rem}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:1.25rem}.toolbar-item{display:flex;align-items:center;gap:.6rem;font-size:13px;color:var(--text-secondary)}.toolbar-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary);white-space:nowrap}.toolbar-select{padding:.45rem 2rem .45rem .7rem;border:1px solid var(--light-grey);background:var(--off-white);border-radius:5px;font-size:13px;color:var(--text-primary);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:border-color .2s ease}.toolbar-select:hover,.toolbar-select:focus{outline:none;border-color:var(--brand-orange)}.toolbar-view-modes{display:flex;gap:4px}.view-mode-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-grey);background:var(--white);border-radius:5px;cursor:pointer;color:var(--text-secondary);transition:border-color .2s ease,color .2s ease,background-color .2s ease}.view-mode-btn:hover{border-color:var(--brand-orange);color:var(--brand-orange)}.view-mode-btn.active{background:var(--brand-orange);border-color:var(--brand-orange);color:var(--white)}.items-count{font-size:12px;color:var(--text-secondary);white-space:nowrap}.category-main .product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0 0 1.5rem}.product-card{background:var(--white);border-radius:8px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;border:1px solid var(--border);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000017}.product-image-wrapper{position:relative;padding-top:72%;background:var(--off-white);overflow:hidden;display:block}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .35s ease}.product-card:hover .product-image{transform:scale(1.04)}.product-info{padding:1rem 1rem 1.25rem;flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.product-name{font-size:13.5px;font-weight:600;color:var(--text-primary);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:2.8em}.product-price-container{display:flex;align-items:baseline;gap:.6rem;margin-top:auto}.product-price{font-size:1.1rem;font-weight:700;color:var(--brand-orange)}.regular-price-strikethrough{font-size:.85rem;color:var(--text-secondary);text-decoration:line-through}.product-actions{margin-top:.5rem}.btn-more-info{display:block;width:100%;padding:.65rem;background:var(--brand-orange);color:var(--white);text-align:center;text-decoration:none;border-radius:5px;font-weight:700;font-size:12px;letter-spacing:.06em;transition:background-color .2s ease,transform .2s ease;text-transform:uppercase}.btn-more-info:hover{background:var(--brand-orange-dark);transform:translateY(-1px)}.product-card--oos{opacity:.72}.product-card--oos:hover{transform:none;box-shadow:none}.product-card--oos .product-image{filter:grayscale(20%)}.product-card--oos:hover .product-image{transform:none}.product-oos-badge{position:absolute;top:.6rem;left:.6rem;z-index:1;background:rgba(60,60,60,.82);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .55rem;border-radius:4px;pointer-events:none;font-family:Open Sans,sans-serif}.btn-more-info--oos{background:var(--light-grey, #e0e0e0);color:var(--text-secondary, #888);cursor:default}.btn-more-info--oos:hover{background:var(--light-grey, #e0e0e0);transform:none}.product-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.product-list .product-card{flex-direction:row;border-radius:6px}.product-list .product-image-wrapper{width:220px;min-width:220px;padding-top:0;height:180px}.product-list .product-info{padding:1.25rem 1.5rem;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.75rem}.product-list .product-name{flex:1 0 100%;min-height:unset;-webkit-line-clamp:1;font-size:15px}.product-list .product-price-container{margin-top:0}.product-list .product-actions{margin-top:0;margin-left:auto}.product-list .btn-more-info{white-space:nowrap;width:auto;padding:.7rem 1.5rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;padding:1.5rem 0;border-top:1px solid var(--light-grey)}.pagination-btn{padding:.55rem 1.1rem;border:1px solid var(--border);background:var(--white);border-radius:5px;cursor:pointer;font-size:13px;font-weight:600;color:var(--text-primary);font-family:Open Sans,sans-serif;transition:border-color .2s ease,color .2s ease;display:flex;align-items:center;gap:.5rem}.pagination-btn:hover:not(:disabled){border-color:var(--brand-orange);color:var(--brand-orange)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-numbers{display:flex;gap:4px}.pagination-number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--white);border-radius:5px;cursor:pointer;font-size:13px;font-weight:600;color:var(--text-primary);font-family:Open Sans,sans-serif;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.pagination-number:hover:not(.active){border-color:var(--brand-orange);color:var(--brand-orange)}.pagination-number.active{background:var(--brand-orange);color:var(--white);border-color:var(--brand-orange)}.category-message{padding:2rem 0;color:var(--text-secondary);font-size:14px}.category-message h2{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.category-spinner-wrap{display:flex;justify-content:center;padding:4rem 0}.category-empty-state{text-align:center;padding:4rem 2rem;background:var(--white);border-radius:8px;border:1px solid var(--border)}.category-empty-state h3{font-size:1rem;font-weight:600;color:var(--text-secondary)}@media (max-width: 1200px){.category-layout{grid-template-columns:220px 1fr;gap:1.75rem}}@media (max-width: 1023px){.category-layout{grid-template-columns:1fr}.category-sidebar{display:none}.category-main .product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width: 768px){.category-page{padding:1.25rem 0 2.5rem}.category-header h1{font-size:1.05rem}.category-main .product-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.category-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}.toolbar-left,.toolbar-right{width:100%;justify-content:space-between}.items-count{display:none}.product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem}.product-list .product-card{flex-direction:column}.product-list .product-image-wrapper{width:100%;padding-top:72%;height:auto}.product-list .product-info{flex-direction:column;align-items:flex-start}.product-list .product-actions{margin-left:0;width:100%}.product-list .btn-more-info{width:100%}}@media (max-width: 480px){.category-header h1{font-size:1rem}.category-main .product-grid,.product-list{grid-template-columns:1fr}.pagination-numbers{display:none}}
