.shop-top{padding:68px 0 36px;border-bottom:1px solid var(--line-soft)}.title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.title-row h1{font-size:clamp(50px,6vw,82px);line-height:1.03}.title-row h1 em{font-style:normal;color:var(--rose-deep);font-weight:650}.title-row p{max-width:400px;font-size:12.5px;line-height:2;color:var(--muted)}
.shop-shell{display:grid;grid-template-columns:230px 1fr;gap:42px;padding:34px 0 84px}.filters-panel{position:sticky;top:calc(var(--header-h) + 18px);align-self:start;padding:2px 0}.filter-block{padding:0 0 24px;margin-bottom:22px;border-bottom:1px solid var(--line-soft)}.filter-block>b{display:block;margin-bottom:12px;font-size:11.5px;font-weight:760;color:var(--ink)}.filter-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border:0;background:transparent;color:var(--muted);font-size:11.5px;text-align:right;transition:.18s}.filter-btn i{font:650 8px/1 var(--font-latin);font-style:normal;color:#b8aab0}.filter-btn:hover,.filter-btn.active{color:var(--wine);font-weight:690}.filter-btn.active:before{content:'•';color:var(--rose);margin-left:4px}.price-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-fields input{width:100%;height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 10px;outline:0;font-size:11px}.price-fields input:focus{border-color:#cdaeb6;box-shadow:0 0 0 3px rgba(191,102,116,.08)}
.shop-main{min-width:0}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.shop-toolbar-left{display:flex;align-items:center;gap:12px;flex:1}.search-box{width:min(470px,100%);height:46px;border-bottom:1px solid #d9cdd1;display:flex;align-items:center;gap:10px;padding:0 2px}.search-box svg{width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:1.6}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:12.5px}.result-count{color:var(--muted);font-size:9.5px;white-space:nowrap}.shop-toolbar select{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;outline:0;font-size:10.5px}.active-filters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.active-filters button{border:0;border-radius:999px;background:var(--paper-2);color:var(--wine);padding:6px 10px;font-size:9px}.shop-main .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.shop-shell{grid-template-columns:1fr;gap:20px}.filters-panel{position:static;display:flex;gap:10px;overflow:auto;padding-bottom:7px;scrollbar-width:none}.filters-panel::-webkit-scrollbar{display:none}.filter-block{flex:0 0 auto;min-width:190px;border:1px solid var(--line-soft);border-radius:16px;padding:14px;margin:0;background:#fff}.filter-block:first-child{min-width:280px}.filter-block:first-child .filter-btn{display:inline-flex;width:auto;margin-left:10px}.shop-main .product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.shop-top{padding:40px 0 24px}.title-row{display:block}.title-row h1{font-size:47px;line-height:1.08}.title-row p{margin-top:12px;font-size:11.5px}.shop-shell{padding-top:20px;padding-bottom:70px}.filters-panel{margin-inline:-12px;padding-inline:12px}.filter-block{min-width:168px;border-radius:15px;padding:12px}.filter-block:first-child{min-width:270px}.shop-toolbar{align-items:stretch;display:grid;grid-template-columns:1fr auto;gap:10px}.shop-toolbar-left{display:block}.search-box{height:44px;width:100%}.result-count{display:block;margin-top:6px}.shop-toolbar select{height:44px;max-width:115px}.shop-main .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 10px}}
