.shop-head{background:linear-gradient(100deg,#eff8f7,#fff);border-bottom:1px solid var(--line);padding:30px 0}.shop-head>.wrap{display:flex;align-items:center;justify-content:space-between}.shop-head span{font:10px Lato;letter-spacing:4px;color:#729a9d}.shop-head h1{font-size:27px;color:var(--teal);margin:0}.shop-search{width:min(430px,45%);height:46px;display:flex;background:#f2f5f5;border-radius:9px}.shop-search input{flex:1;border:0;background:none;padding:0 17px;font:12px IRANSans;outline:0}.shop-search button{width:48px;border:0;background:none;font-size:27px;color:#6c8588}.shop-layout{display:grid;grid-template-columns:270px 1fr;gap:25px;align-items:start;padding-top:30px;padding-bottom:70px}.filter-sidebar{border:1px solid #e0e6e6;border-radius:10px;padding:0 18px;position:sticky;top:94px;background:#fff}.filter-title{height:60px;display:flex;align-items:center;border-bottom:1px solid var(--line)}.filter-title b{font-size:18px}.filter-title a{margin-right:auto;color:#e14855;font-size:13px}.filter-title button{display:none}.filter-sidebar details{border-bottom:1px solid var(--line);padding:17px 0}.filter-sidebar summary{font-weight:700;font-size:15px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.filter-sidebar summary:after{content:'⌄';font-size:18px}.filter-sidebar details[open] summary:after{transform:rotate(180deg)}.filter-options{display:grid;gap:12px;padding-top:16px}.filter-options label{display:flex;justify-content:space-between;align-items:center;font-size:14px;cursor:pointer}.filter-options label>span{display:flex;align-items:center;gap:8px}.filter-options input{display:none}.filter-options i{width:18px;height:18px;border:1px solid #aebdbf;border-radius:4px;position:relative}.filter-options input:checked+i{background:var(--teal);border-color:var(--teal)}.filter-options input:checked+i:after{content:'✓';position:absolute;color:#fff;right:3px;top:-4px;font-size:14px}.filter-options small{color:#8b999b}.filter-options.static{opacity:.45}.apply-filter{display:none;margin:18px 0;width:100%!important}.products-area{min-width:0}.result-toolbar{height:50px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:22px;font-size:13px;white-space:nowrap;overflow:auto}.sort-label{font-weight:700;color:var(--ink)}.result-toolbar a.active{color:var(--teal);font-weight:700}.result-toolbar small{margin-right:auto;color:#839193}.shop-products{grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #edf0ef;border-right:1px solid #edf0ef}.shop-card{padding:18px;border-left:1px solid #edf0ef;border-bottom:1px solid #edf0ef;min-width:0;transition:.2s;background:#fff}.shop-card:hover{box-shadow:0 8px 28px #173d4318;z-index:2;transform:translateY(-2px)}.card-image{height:250px;position:relative}.card-image img{width:100%;height:100%;object-fit:contain}.card-image b{position:absolute;right:0;top:0;background:#d63149;color:#fff;padding:3px 9px;border-radius:12px;font-size:11px}.card-brand{font:9px Lato;color:#789396;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-card h2{font-size:15px;line-height:1.8;height:46px;margin:5px 0;overflow:hidden}.shop-card p{font-size:12px;color:#7b898b;height:38px;overflow:hidden}.card-bottom{border-top:1px solid #eff2f1;padding-top:10px;display:flex;justify-content:space-between;color:var(--teal);font-size:12px}.no-results{text-align:center;padding:100px 20px}.no-results b{font-size:22px}.no-results p{color:#7d898b}.mobile-filter,.filter-overlay{display:none}
@media(max-width:1000px){.shop-layout{grid-template-columns:235px 1fr}.shop-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.shop-head>.wrap{display:block}.shop-search{width:100%;margin-top:15px}.shop-layout{display:block;padding-top:15px}.mobile-filter{display:flex;width:100%;height:45px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:8px;font-family:inherit;margin-bottom:10px}.mobile-filter em{background:var(--teal);color:#fff;border-radius:10px;padding:0 6px;font-style:normal}.filter-sidebar{position:fixed;z-index:50;right:0;top:0;bottom:0;width:min(340px,90vw);border-radius:0;overflow:auto;transform:translateX(105%);transition:.25s}.filter-sidebar.show{transform:none}.filter-title{position:sticky;top:0;background:#fff;z-index:2}.filter-title button{display:block;margin-right:12px;border:0;background:none;font-size:27px}.apply-filter{display:flex}.filter-overlay{position:fixed;z-index:45;inset:0;background:#0c242a88}.filter-overlay.show{display:block}.result-toolbar{gap:16px}.sort-label{display:none}.shop-products{grid-template-columns:repeat(2,1fr)}.card-image{height:190px}}@media(max-width:480px){.shop-layout{width:100%}.shop-products{grid-template-columns:repeat(2,1fr)}.shop-card{padding:10px}.card-image{height:155px}.shop-card h2{font-size:13px}.shop-card p{display:none}.result-toolbar{padding:0 12px}}
