.category-shop{--cs-border: #e5e5e5;--cs-text: #5d6468;--cs-muted: #6b6b6b;--cs-accent: #00badb;--cs-accent-soft: #eef1f7;--cs-radius: 8px;padding:0;color:var(--cs-text)}.category-shop__container{padding:32px 40px;max-width:160rem;margin:0 auto}.category-shop__heading{font-size:28px;font-weight:500;margin:0 0 20px;color:#5d6468;line-height:1}.category-shop__filter-toggle{display:none;align-items:center;gap:8px;margin-bottom:16px;padding:10px 25px;border:1px solid var(--cs-border);border-radius:var(--cs-radius);background:#fff;font-size:14px;cursor:pointer}.category-shop__layout{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}.category-shop__overlay{display:none}.category-shop__sidebar{border:1px solid var(--cs-border);border-radius:var(--cs-radius);overflow:hidden;background:#fff;position:sticky;top:24px}.category-shop__sidebar-head{display:none;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--cs-border);font-weight:600}.category-shop__sidebar-close{background:none;border:none;cursor:pointer;padding:4px;color:var(--cs-text)}.category-shop__nav{list-style:none;margin:0;padding:8px 0}.category-shop__nav-item{border-bottom:1px solid #f0f0f0}.category-shop__nav-item:last-child{border-bottom:none}.category-shop__nav-row{display:flex;align-items:center}.category-shop__nav-link{flex:1;display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:11px 16px;border:none;background:none;font-size:14.5px;color:var(--cs-text);cursor:pointer;border-radius:6px;transition:background-color .15s ease,color .15s ease}.category-shop__nav-link img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.category-shop__nav-link:hover{background:var(--cs-accent-soft)}.category-shop__nav-link.is-active{background:var(--cs-accent-soft);color:var(--cs-accent);font-weight:600}.category-shop__nav-expand{background:none;border:none;padding:8px 14px;cursor:pointer;color:var(--cs-muted);display:flex;align-items:center;transition:transform .2s ease}.category-shop__nav-item--has-sub.is-expanded .category-shop__nav-expand{transform:rotate(180deg)}.category-shop__subnav{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .25s ease,opacity .2s ease,visibility .2s ease}.category-shop__nav-item--has-sub.is-expanded .category-shop__subnav{max-height:1000px;opacity:1;visibility:visible;padding-bottom:6px}.category-shop__subnav-item{display:block;width:100%;overflow:visible}.category-shop__subnav-link{display:block;width:100%;text-align:left;padding:8px 16px 8px 42px;border:none;background:none;font-size:13.5px;color:var(--cs-muted);cursor:pointer;border-radius:6px}.category-shop__subnav-link:hover{background:var(--cs-accent-soft);color:var(--cs-text)}.category-shop__subnav-link.is-active{background:var(--cs-accent-soft);color:var(--cs-accent);font-weight:600}.category-shop__toolbar{margin-bottom:16px}.category-shop__result-label{font-size:15px;font-weight:600;color:var(--cs-muted)}.category-shop__grid{display:none}.category-shop__grid.is-active{display:block}.category-shop__product-grid{display:grid;grid-template-columns:repeat(var(--cols-desktop, 4),1fr);gap:24px 20px}.category-shop__card{display:block;text-decoration:none;color:inherit}.category-shop__card-image{position:relative;border-radius:var(--cs-radius);overflow:hidden;background:#f5f5f5;aspect-ratio:1 / 1}.category-shop__card-image img,.category-shop__card-placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.category-shop__card:hover .category-shop__card-image img{transform:scale(1.04)}.category-shop__card-badge{position:absolute;top:10px;left:10px;background:var(--cs-accent);color:#fff;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:4px 8px;border-radius:4px}.category-shop__card-info{padding-top:10px}.category-shop__card-vendor{display:block;font-size:11.5px;color:var(--cs-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.category-shop__card-title{font-size:14px;font-weight:500;margin:0 0 4px;line-height:1.35}.category-shop__card-price{font-size:14px;display:flex;gap:8px;align-items:baseline}.category-shop__card-price--sale{color:#c0392b;font-weight:600}.category-shop__card-price--compare{color:var(--cs-muted);text-decoration:line-through;font-size:12.5px}.category-shop__empty{color:var(--cs-muted);font-size:14px;padding:40px 0;text-align:center}.category-shop__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.category-shop__result-label{font-size:16px;font-weight:500;line-height:1.4}.category-shop__sort{position:relative;display:flex;align-items:center;gap:5px;flex-shrink:0}.category-shop__sort-label{font-size:13px;line-height:1.4;white-space:nowrap}.category-shop__sort-select{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:3px 20px 3px 3px;margin:0;font-size:13px;font-family:inherit;color:inherit;cursor:pointer;outline:none}.category-shop__sort-arrow{position:absolute;right:3px;top:50%;transform:translateY(-50%);pointer-events:none}.section{margin:0!important}@media screen and (max-width:749px){.category-shop__container{padding:32px 16px;max-width:160rem;margin:0 auto}.category-shop__toolbar{margin-bottom:18px;gap:10px}.category-shop__result-label{font-size:14px}.category-shop__sort-label,.category-shop__sort-select{font-size:12px}.category-shop__heading{font-size:21px}}@media screen and (max-width:989px){.category-shop__product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.category-shop__filter-toggle{display:inline-flex}.category-shop__layout{display:block}.category-shop__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:40}.category-shop.is-drawer-open .category-shop__overlay{opacity:1;pointer-events:auto}.category-shop__sidebar{position:fixed;top:0;left:0;bottom:0;width:82%;max-width:320px;z-index:41;border-radius:0;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.category-shop.is-drawer-open .category-shop__sidebar{transform:translate(0)}.category-shop__sidebar-head{display:flex}.category-shop__product-grid{grid-template-columns:repeat(2,1fr);gap:16px 12px}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/category-drawer-grid.css.map */
