.shop{padding:34px 0 10px}.shop-grid{display:grid;grid-template-columns:300px 1fr;grid-gap:24px;gap:24px}.no-products{position:absolute;top:50%;left:62%;transform:translate(-50%,-50%);text-align:center;padding:20px;color:darkred;font-size:1.2rem}.no-products p:first-child{font-weight:600;font-size:1.4rem}.filters{border-radius:10px;padding:10px;background:var(--color-secondary);height:max-content;position:-webkit-sticky;position:sticky;top:90px}.filters-toggle{display:none}.filters-bar{display:none;align-items:center;gap:10px;font-weight:700;color:#6b6f76;padding:0;cursor:pointer}.filters-bar i{font-size:18px}.filters-bar svg{width:18px;height:18px}@media (max-width:992px){.filters{position:static}.filters-bar{display:inline-flex}.filters .brand-list,.filters .filter-block,.filters .filter-head,.filters .filter-list,.filters .filter-subtitle{transition:max-height .35s ease,opacity .3s ease,visibility .3s step-end,margin .3s ease,padding .3s ease;max-height:0;opacity:0;visibility:hidden;margin:0;padding-top:0;padding-bottom:0}.filters-toggle:checked~.brand-list,.filters-toggle:checked~.filter-block,.filters-toggle:checked~.filter-head,.filters-toggle:checked~.filter-list,.filters-toggle:checked~.filter-subtitle{max-height:1000px;opacity:1;visibility:visible;margin-top:6px;padding-top:0;padding-bottom:0}}.filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.filter-title{margin:0;font-size:16px;font-weight:700}.filter-clear{border:0;background:#f2f2f2;color:#333;border-radius:6px;padding:2px 10px;font-weight:500;transition:background-color .25s ease,color .25s ease,transform .2s ease,box-shadow .2s ease}.filter-clear:hover{background:#ffc5c5;color:red;font-weight:500;transform:translateY(-1px)}.filter-subtitle{font-size:14px;font-weight:700;margin:14px 0 8px}.filter-block{display:grid;grid-gap:10px;gap:10px}.price-range{grid-template-columns:1fr 1fr}.filter-input{width:100%;border:1px solid #e3e3e3;padding:5px 12px;border-radius:6px;outline:none}.brand-list,.filter-list{list-style:none;padding:0;margin:10px 0 0;display:grid;grid-gap:8px;gap:8px}.filter-item .filter-link{width:100%;display:flex;align-items:center;justify-content:space-between;background:#f8f8f8;border:1px solid #eaeaea;border-radius:8px;padding:5px 12px;color:#1a1a1a}.filter-item summary::-webkit-details-marker{display:none}.filter-item summary::marker{content:""}.filter-item .filter-link svg{width:18px;height:18px;flex-shrink:0}.filter-panel{margin-left:10px}.filter-panel .chk{display:flex;align-items:center;gap:8px;margin:6px 0}.brand-item .brand-link{width:100%;display:flex;align-items:center;gap:10px;background:var(--color-text-white);border:1px solid #eaeaea;border-radius:8px;padding:8px 10px;color:#1a1a1a}.brand-item img{width:18px;height:18px}.shop-content{min-height:400px}.shoppage-products-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,1fr);align-items:stretch}.badge-off{position:absolute;right:10px;top:10px;background:#ffeef1;color:#e11d48;font-weight:700;font-size:10px;padding:3px 8px;border-radius:7px}.actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:0 12px 14px;align-self:end}.actions.single{grid-template-columns:1fr}@media (max-width:1400px){.shoppage-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.shoppage-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.shop{padding:14px 10px 0}.shoppage-products-grid{grid-template-columns:1fr 1fr;gap:10px}}@media (max-width:992px){.shop-grid{grid-template-columns:1fr}.filters{position:static}}