html{overflow-y:scroll}.catalog-container{width:100%;max-width:1440px;min-height:80vh;margin-inline:auto;padding:5.5rem 1.5rem 2rem}.catalog-page-header{border-bottom:1px solid color-mix(in srgb, var(--foreground), transparent 90%);margin-bottom:1.5rem;padding-bottom:1.5rem}.catalog-breadcrumb{text-transform:uppercase;letter-spacing:.1em;color:color-mix(in srgb, var(--foreground), transparent 50%);margin-bottom:1rem;font-size:.75rem}.catalog-breadcrumb a{color:inherit;text-decoration:none;transition:color .2s}.catalog-breadcrumb a:hover{color:var(--oro)}.catalog-title{font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 .5rem;font-size:3rem;font-weight:700}.catalog-description{color:color-mix(in srgb, var(--foreground), transparent 30%);max-width:600px;margin:0;font-size:1.125rem;line-height:1.6}.catalog-body{flex-direction:row;align-items:flex-start;gap:2rem;min-height:50vh;display:flex}.catalog-sidebar{background-color:var(--background);scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--foreground), transparent 80%) transparent;flex-direction:column;flex-shrink:0;gap:2.5rem;width:260px;max-height:calc(100vh - 9rem);display:flex;position:sticky;top:7rem;overflow-y:auto}.catalog-sidebar::-webkit-scrollbar{width:6px}.catalog-sidebar::-webkit-scrollbar-track{background:0 0}.catalog-sidebar::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--foreground), transparent 80%);border-radius:3px}.catalog-main{flex-direction:column;flex:1;gap:2rem;min-width:0;min-height:calc(100vh - 200px);display:flex}@media (max-width:1024px){.catalog-sidebar{display:none}}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.sidebar-header h3{text-transform:uppercase;letter-spacing:.2em;color:color-mix(in srgb, var(--foreground), transparent 50%);margin:0;font-size:.75rem}.clear-all{text-transform:uppercase;letter-spacing:.05em;color:var(--oro);cursor:pointer;text-underline-offset:4px;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}.filter-section .section-title{text-transform:uppercase;letter-spacing:.15em;color:var(--foreground);border-left:3px solid var(--oro);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;margin-bottom:1rem;padding-left:.75rem;font-size:.875rem;font-weight:700;display:flex}.collapse-arrow{color:color-mix(in srgb, var(--foreground), transparent 40%);font-size:.85rem;line-height:1;transition:transform .25s}.collapse-arrow.collapsed{transform:rotate(-90deg)}.filter-section{align-self:start}.filter-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.filter-list li{color:color-mix(in srgb, var(--foreground), transparent 40%);cursor:pointer;border-bottom:1px solid #0000;width:100%;padding:.5rem 0;font-size:.875rem;transition:color .3s cubic-bezier(.22,1,.36,1),padding-left .3s cubic-bezier(.22,1,.36,1);position:relative}.filter-list li:hover{color:var(--foreground);padding-left:.5rem}.filter-list li.active{color:var(--foreground);font-weight:700}.filter-list li.active:after{content:"";background-color:var(--oro);width:100%;height:1px;position:absolute;bottom:0;left:0}.catalog-controls{border-bottom:1px solid color-mix(in srgb, var(--foreground), transparent 95%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 0;display:flex}.catalog-controls-left{align-items:center;gap:1rem;display:flex}.catalog-controls-right,.catalog-selects{align-items:center;gap:.75rem;display:flex}.mobile-filter-btn{display:none}.results-count{color:color-mix(in srgb, var(--foreground), transparent 40%);font-size:.875rem}.catalog-sort{align-items:center;gap:.75rem;display:flex}.catalog-sort label{text-transform:uppercase;letter-spacing:.05em;color:color-mix(in srgb, var(--foreground), transparent 50%);font-size:.8125rem}.sort-select{background-color:var(--background);border:1px solid color-mix(in srgb, var(--foreground), transparent 80%);color:var(--foreground);cursor:pointer;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='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3Csvg%3E");background-position:right .75rem center;background-repeat:no-repeat;outline:none;padding:.5rem 2rem .5rem 1rem;font-size:.875rem}.sort-select option{background:var(--background);color:var(--foreground)}.sort-select:focus{border-color:var(--oro)}.product-grid{grid-template-columns:1fr;gap:1.5rem;min-height:50vh;display:grid}@media (min-width:480px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1440px){.product-grid{grid-template-columns:repeat(4,1fr)}}.catalog-loading{min-height:30vh;color:color-mix(in srgb, var(--foreground), transparent 50%);grid-column:1/-1;justify-content:center;align-items:center;display:flex}.no-results{text-align:center;min-height:30vh;color:color-mix(in srgb, var(--foreground), transparent 50%);flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;font-size:1rem;display:flex}.no-results p{margin:0 0 1.5rem;font-size:1rem}.reset-filters{border:1px solid var(--oro);color:var(--oro);text-transform:uppercase;letter-spacing:.15em;padding:.75rem 2rem;font-size:.875rem;text-decoration:none;transition:all .3s;display:inline-block}.reset-filters:hover{background-color:var(--oro);color:var(--background)}@media (max-width:768px){.catalog-title{font-size:2.25rem}.catalog-page-header{margin-bottom:1rem;padding-bottom:1rem}.product-grid{gap:1.5rem;padding:0 1rem}}@media (max-width:480px){.catalog-container{padding:6.5rem 1rem 1.5rem;overflow-x:hidden}.catalog-title{font-size:1.75rem}.catalog-description{font-size:1rem}.catalog-page-header{margin-bottom:.75rem;padding-bottom:.75rem}.catalog-controls{flex-direction:column;align-items:flex-start;gap:.75rem}.catalog-controls-right{flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%}.catalog-selects{flex-direction:column;gap:.5rem;width:100%}.catalog-sort{width:100%}.catalog-sort label{min-width:6rem}.catalog-controls-left{justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-filter-btn{border:1px solid color-mix(in srgb, var(--foreground), transparent 70%);color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border-radius:2px;align-items:center;gap:.375rem;min-height:44px;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.mobile-filter-btn:hover{border-color:var(--accent);color:var(--accent)}.mobile-filter-icon{width:1rem;height:1rem}.mobile-filter-badge{background-color:var(--accent);width:1.25rem;height:1.25rem;color:var(--background);border-radius:9999px;justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:inline-flex}.catalog-sidebar{display:none}.mobile-filter-overlay{z-index:60;background-color:#00000080;position:fixed;inset:0}.mobile-filter-drawer{z-index:70;background-color:var(--background);flex-direction:column;width:min(85vw,320px);display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 20px #00000026}.mobile-filter-drawer-header{border-bottom:1px solid color-mix(in srgb, var(--foreground), transparent 90%);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.mobile-filter-drawer-header h3{text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:1.25rem;font-weight:700}.mobile-filter-close{border:1px solid color-mix(in srgb, var(--foreground), transparent 80%);width:2.5rem;height:2.5rem;color:var(--foreground);cursor:pointer;background:0 0;border-radius:2px;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-filter-close:hover{background-color:var(--foreground);color:var(--background)}.mobile-filter-drawer-body{flex:1;padding:1.5rem;overflow-y:auto}.mobile-filter-drawer-body .catalog-sidebar{width:auto;max-height:none;box-shadow:none;background:0 0;gap:1.5rem;padding:0;display:flex;position:static}.mobile-filter-drawer-body .sidebar-header{margin-bottom:0}.mobile-filter-drawer-body .sidebar-header h3{display:none}.mobile-filter-drawer-body .clear-all{font-size:.8125rem}.product-grid{gap:1rem;padding:0 1rem}.sort-select{width:100%}.product-price{white-space:nowrap}.product-price .amount{font-size:1rem}}
