.catalog-hero{height:190px;display:grid;grid-template-columns:1.15fr 1fr;background:#f5f0eb;overflow:hidden}.catalog-hero>div{padding:20px 6%}.catalog-hero h1{font:500 42px var(--serif);margin:12px 0 6px}.catalog-hero p{font-size:10px;line-height:1.5}.catalog-hero .breadcrumbs{font-size:9px}.catalog-hero>div>div{display:flex;gap:10px;margin-top:14px}.catalog-hero>div>div span{border:1px solid #ded4cb;background:rgba(255,255,255,.6);border-radius:6px;padding:8px 12px;font-size:9px}.catalog-hero img{width:100%;height:100%;object-fit:cover;filter:saturate(.5)}.catalog-layout{display:grid;grid-template-columns:210px 1fr;gap:30px;padding:20px 6% 30px}.filter-sidebar{border:1px solid #e3dbd4;border-radius:8px;height:max-content}.filter-sidebar header{display:flex;justify-content:space-between;padding:18px;border-bottom:1px solid #e3dbd4;font-size:11px}.filter-sidebar header button{border:0;background:none}.filter-group{display:flex;flex-direction:column;gap:8px;padding:14px;border-bottom:1px solid #e9e2dc;font-size:9px}.filter-group>b{margin-bottom:4px}.filter-group small{font-size:7px}.filter-group input[type=range]{accent-color:#8b705d}.swatches{display:flex;gap:9px}.swatches button{width:17px;height:17px;border-radius:50%;border:1px solid white;box-shadow:0 0 0 1px #cfc5bd}.swatches button:nth-child(1){background:#eee4d4}.swatches button:nth-child(2){background:#8d6a55}.swatches button:nth-child(3){background:#efb6bd}.swatches button:nth-child(4){background:#9d3b36}.swatches button:nth-child(5){background:#171717}.swatches button.selected{box-shadow:0 0 0 2px #5e4a3c}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid #ded6cf;background:white;border-radius:6px;padding:9px 16px;font-size:9px}.chip.active{background:#8c705d;color:white}.catalog-tools{display:flex;justify-content:space-between;align-items:center;margin:14px 0 8px;font-size:9px}.catalog-tools select{border:1px solid #ded6cf;border-radius:6px;padding:9px 14px;background:#fff;font-size:9px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.catalog-card{border:1px solid #e4ddd7;border-radius:8px;overflow:hidden;background:#fff}.catalog-image{height:145px;position:relative;overflow:hidden}.catalog-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.55);transition:.5s}.catalog-card:hover img{transform:scale(1.025)}.catalog-image span{position:absolute;left:8px;top:8px;background:#fff5e9;color:#a46f34;border-radius:4px;padding:4px 7px;font-size:7px;font-weight:700}.catalog-copy{padding:9px}.catalog-copy h3{font:500 11px var(--sans);margin:0 0 5px}.catalog-copy .price{font-size:9px}.catalog-copy small{display:block;font-size:7px;color:#857a71;margin:5px 0}.catalog-copy button{width:100%;border:1px solid #a98e7a;background:white;color:#745b49;border-radius:5px;padding:6px;font-size:8px}.service-bar{display:flex;justify-content:space-around;border:1px solid #dfd4ca;border-radius:8px;margin-top:18px;padding:13px;font-size:8px}.pagination{display:flex;justify-content:center;gap:6px;margin-top:14px}.pagination button{border:1px solid #ddd3ca;background:white;border-radius:4px;width:27px;height:27px;font-size:9px}.pagination .active{background:#8b705c;color:white}.bag-icon{text-decoration:none}
@media(max-width:900px){.catalog-hero{grid-template-columns:1fr;height:auto}.catalog-hero img{height:180px}.catalog-layout{grid-template-columns:1fr}.filter-sidebar{display:none}.catalog-grid{grid-template-columns:repeat(2,1fr)}.service-bar{display:grid;grid-template-columns:1fr 1fr;gap:12px}}
