.product-list-page{background:var(--bg);color:#111}.catalog-shell{background:var(--bg);display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:minmax(220px,286px) minmax(0,1fr);padding:clamp(48px,6vw,88px) var(--site-gutter) clamp(72px,8vw,124px);padding-left:var(--rail-aligned-left)}.catalog-filters{align-self:start;color:#202020;display:grid;gap:0}.catalog-filter-all,.catalog-filter-heading{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;font:inherit;gap:12px;justify-content:space-between;min-height:44px;text-align:left;width:100%}.catalog-filter-all{border-bottom:1px solid rgba(17,17,17,.13);border-top:1px solid rgba(17,17,17,.13);font-weight:700}.catalog-filter-section{border-bottom:1px solid rgba(17,17,17,.13);padding:8px 0 12px}.catalog-filter-heading{font-weight:700;min-height:36px}.catalog-filter-all em,.catalog-filter-heading em{background:#ececec;border-radius:50%;color:#555;display:grid;font-size:12px;font-style:normal;font-weight:700;height:26px;min-width:26px;place-items:center}.catalog-filter-all.active,.catalog-filter-heading.active{color:var(--brand-orange)}.catalog-filter-all.active em,.catalog-filter-heading.active em{background:#111;color:#fff}.catalog-products{display:grid;gap:clamp(24px,3vw,42px);min-width:0}.catalog-products-bar{align-items:end;display:flex;gap:24px;justify-content:space-between;min-height:54px}.catalog-products-bar h1{font-size:var(--type-h2-size);font-weight:var(--type-h2-weight);line-height:var(--type-h2-line);margin:0;text-transform:uppercase}.catalog-sort{align-items:center;color:#111;display:inline-flex;flex:0 0 auto;font-size:14px;font-weight:700;gap:8px}.catalog-sort select{background:#f2f2f2;border:1px solid rgba(17,17,17,.16);border-radius:999px;color:#111;cursor:pointer;font:inherit;min-height:38px;padding:0 34px 0 12px}.catalog-product-grid{display:grid;gap:clamp(24px,3vw,42px) clamp(18px,2.4vw,32px);grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-product-card{color:#111;display:grid;gap:16px;outline:none}.catalog-product-card--placeholder{cursor:default}.catalog-product-media{aspect-ratio:1/1;background:#f0f0ef;border:1px solid rgba(17,17,17,.08);border-radius:8px;display:block;overflow:hidden;position:relative;transition:border-color .18s ease}.catalog-product-media--placeholder{background:radial-gradient(circle at 72% 20%,rgba(230,112,51,.2),transparent 34%),linear-gradient(145deg,#f3f3f1,#ddddda 72%);display:grid;place-items:center}.catalog-product-placeholder-mark{color:#11111180;font-size:clamp(16px,1.4vw,22px);font-weight:750;letter-spacing:.14em;padding:0 18px;text-align:center}.catalog-product-media img{height:100%;-o-object-fit:cover;object-fit:cover;padding:0;transition:filter .24s ease,transform .42s ease;width:100%}.catalog-product-tag{align-items:center;background:#ff3d42;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:700;left:14px;line-height:1;max-width:calc(100% - 28px);min-height:26px;padding:0 10px;position:absolute;text-transform:uppercase;top:14px}.catalog-product-copy{display:grid;gap:6px}.catalog-product-copy strong{color:#222;font-size:20px;line-height:1.24}.catalog-product-copy em{color:var(--brand-orange);font-size:14px;font-style:normal;font-weight:700}.catalog-product-card:focus-visible .catalog-product-media img,.catalog-product-card:hover .catalog-product-media img{filter:saturate(1.06) contrast(1.03);transform:scale(1.04)}.catalog-product-card:focus-visible .catalog-product-media,.catalog-product-card:hover .catalog-product-media{border-color:var(--brand-orange)}.catalog-product-card:focus-visible .catalog-product-media{outline:2px solid var(--brand-orange);outline-offset:3px}@media(max-width:1280px){.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){.catalog-shell{grid-template-columns:1fr;padding-left:clamp(20px,6vw,72px)}.catalog-filters{max-width:none}}@media(max-width:900px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.catalog-shell{gap:30px;padding:36px 16px 72px}.catalog-filter-heading{min-height:44px}.catalog-products-bar{align-items:start;display:grid}.catalog-products-bar h1{font-size:var(--type-h2-size)}.catalog-sort{justify-content:space-between;width:100%}.catalog-sort select{flex:1;max-width:190px;min-height:44px}.catalog-product-grid{gap:28px;grid-template-columns:1fr}.catalog-product-copy strong{font-size:19px}}
