.lg-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px;flex-wrap:wrap}
.lg-shop-withside{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}
.lg-shop-withside>*{min-width:0}
.lg-shop-count{font-size:14px;color:var(--ink-3)}
.lg-shop-count b{color:var(--ink);font-family:Vazirmatn}
.lg-select{height:44px;border-radius:12px;border:1px solid var(--line);background:var(--card);color:var(--ink);padding:0 16px;font-family:inherit;font-size:14px;cursor:pointer;outline:none}
.lg-prodgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;list-style:none;margin:0;padding:0}
.lg-pcard{background:var(--card);border:1px solid var(--card-line);border-radius:20px;overflow:hidden;transition:.22s;display:flex;flex-direction:column;position:relative}
.lg-pcard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.lg-pcard .thumb{height:170px;background:var(--bg-2);display:grid;place-items:center;position:relative;border-bottom:1px solid var(--line)}
.lg-pcard .thumb .ic{width:64px;height:64px;border-radius:18px;background:var(--sky-2);color:var(--sky-deep);display:grid;place-items:center}
.lg-pcard .thumb .ic svg{width:32px;height:32px}
.lg-pcard.gold .thumb .ic{background:var(--gold-soft);color:var(--gold)}
.lg-pcard .badge{position:absolute;top:14px;right:14px;font-size:11px;font-weight:600;padding:5px 11px;border-radius:100px;background:var(--brand);color:#fff}
[data-theme="dark"] .lg-pcard .badge{background:var(--sky);color:#12151d}
.lg-pcard .badge.free{background:#1f8a52;color:#fff}
.lg-pcard .body{padding:20px;display:flex;flex-direction:column;flex:1}
.lg-pcard .ptype{font-size:11.5px;font-weight:600;color:var(--gold);margin-bottom:8px}
.lg-pcard h3{font-size:16px;font-weight:700;color:var(--ink);line-height:1.6;flex:1}
.lg-pcard .fmt{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12px;color:var(--ink-3)}
.lg-pcard .fmt svg{width:14px;height:14px}
.lg-pcard .foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.lg-pcard .price{font-family:Vazirmatn;font-weight:700;font-size:16px;color:var(--ink)}
.lg-pcard .price.free{color:#1f8a52}
.lg-pcard .price small{font-size:11px;color:var(--ink-3);font-weight:400}
.lg-addbtn{width:40px;height:40px;border-radius:11px;background:var(--brand);color:#fff;border:none;display:grid;place-items:center;cursor:pointer;transition:.15s}
[data-theme="dark"] .lg-addbtn{background:var(--sky);color:#12151d}
.lg-addbtn:hover{transform:scale(1.06)}
.lg-addbtn svg{width:19px;height:19px}
.lg-price-filter{display:flex;flex-direction:column;gap:10px}
.lg-price-filter label{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink-2);cursor:pointer}
.lg-price-filter input{accent-color:var(--sky-deep);width:16px;height:16px}
@media (max-width:960px){.lg-prodgrid{grid-template-columns:1fr 1fr}.lg-shop-withside{grid-template-columns:1fr}.lg-shop-withside .lg-side{position:static;flex-direction:row;flex-wrap:wrap;order:0!important}.lg-shop-withside .lg-side-card{flex:1;min-width:220px}}
@media (max-width:640px){.lg-prodgrid{grid-template-columns:1fr}.lg-shop-withside .lg-side{flex-direction:column}}
