.product-grid{--pc-ink:#25262b;--pc-accent:#3f4047;--pc-active:#25262b;--pc-muted:#77787f;--pc-tag:#5b5c62;--pc-line:#d9d9d4;--pc-bg:#fbfaf7;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:clamp(18px,2vw,28px) 0;display:grid}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-card{background:var(--pc-bg);text-align:center;isolation:isolate;border:0;grid-template-rows:auto auto;align-content:start;gap:0;min-width:0;display:grid;overflow:hidden;container-type:inline-size}.product-card__media{aspect-ratio:1;background:linear-gradient(136deg,#e6e6e6 0%,#faf9f6 36%,#fbfaf7 100%);align-self:start;width:100%;display:block;position:relative;overflow:hidden}.product-card__media img{object-fit:contain;object-position:center;translate:-50% -50%;width:72%!important;height:72%!important;position:absolute!important;inset:50% auto auto 50%!important}.product-card__ph{letter-spacing:.16em;color:var(--brand-muted);justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;inset:0}.product-card__info{text-align:center;align-content:start;justify-items:center;padding:clamp(16px,1.5vw,24px) 10px clamp(14px,1.2vw,20px);display:grid}.product-card__series{color:var(--pc-accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 clamp(11px,1.1vw,15px);font-size:clamp(.66rem,3.05cqw,1.05rem);font-weight:430;line-height:1.5}.product-card__edge-fade{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow:auto hidden}.product-card__edge-fade::-webkit-scrollbar{display:none}.product-card__edge-fade[data-fade-left][data-fade-right]{-webkit-mask-image:linear-gradient(90deg,#0000,#000 16px calc(100% - 16px),#0000);mask-image:linear-gradient(90deg,#0000,#000 16px calc(100% - 16px),#0000)}.product-card__edge-fade[data-fade-left]:not([data-fade-right]){-webkit-mask-image:linear-gradient(90deg,#0000,#000 16px);mask-image:linear-gradient(90deg,#0000,#000 16px)}.product-card__edge-fade[data-fade-right]:not([data-fade-left]){-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 16px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 16px),#0000)}.product-card__name{width:100%;min-width:0;min-height:1.5em;color:var(--pc-ink);letter-spacing:normal;text-align:center;justify-self:stretch;margin:0;font-size:clamp(.85rem,3.72cqw,1.25rem);font-weight:410;line-height:1.5}.product-card__name-wrap{justify-self:stretch;width:100%;min-width:0;max-width:100%;position:relative;overflow:hidden}.product-card__name-arrow{pointer-events:none;color:var(--pc-muted);font-size:clamp(.9rem,3.6cqw,1.2rem);line-height:1;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.product-card__tags{min-height:3.2em;color:var(--pc-tag);letter-spacing:.05em;justify-content:center;align-items:center;margin:6px 0 0;font-size:clamp(.74rem,3.4cqw,1.12rem);font-weight:380;line-height:1.6;display:flex}.product-card__sizes{text-align:center;justify-self:stretch;width:100%;min-width:0;margin-top:clamp(12px,1.3vw,18px)}.product-card__sizes-track{align-items:center;gap:10px;display:inline-flex}.product-card__size{min-width:clamp(56px,14cqw,80px);min-height:clamp(34px,8.5cqw,44px);color:var(--pc-ink);border:1px solid var(--pc-line);font:inherit;letter-spacing:.04em;cursor:pointer;background:#fff;border-radius:0;justify-content:center;align-items:center;padding:0 10px;font-size:clamp(.66rem,3.05cqw,1.05rem);transition:border-color .16s,box-shadow .16s,background .16s;display:inline-flex}.product-card__size[aria-pressed=true]{border-color:var(--pc-active);box-shadow:inset 0 0 0 1px var(--pc-active)}.product-card__size:hover,.product-card__size:focus-visible{border-color:var(--pc-active)}.product-card__price{color:var(--pc-ink);letter-spacing:.07em;text-align:center;margin:clamp(14px,1.5vw,20px) 0 0;font-size:clamp(.8rem,3.6cqw,1.16rem);font-weight:430;line-height:1.45}.product-card__price-was{color:var(--pc-muted);margin-left:8px;font-size:.85em;text-decoration:line-through}.product-card__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(12px,1.6vw,22px);margin-top:clamp(16px,1.6vw,20px);display:flex}.product-card__cta{color:var(--pc-accent);cursor:pointer;font:inherit;letter-spacing:.06em;background:0 0;border:0;border-bottom:1px solid;padding:0 0 4px;font-size:clamp(.72rem,3.6cqw,.9rem);line-height:1.4;text-decoration:none;transition:opacity .16s;display:inline-block}.product-card__cta:hover,.product-card__cta:focus-visible{opacity:.6}.product-card__cta:disabled{color:var(--pc-muted);cursor:default;opacity:.7}.products-loadmore{justify-content:center;margin-top:clamp(40px,5vw,64px);display:flex}.products-loadmore__btn{color:#2f3034;min-height:46px;font:inherit;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #2f3034;border-radius:999px;padding:0 34px;font-size:14px;transition:background .2s,color .2s,opacity .2s}.products-loadmore__btn:hover:not(:disabled),.products-loadmore__btn:focus-visible:not(:disabled){color:#fff;background:#2f3034}.products-loadmore__btn:disabled{cursor:default;opacity:.55}@keyframes product-card-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.product-card-enter{animation:.52s cubic-bezier(.22,.72,.18,1) both product-card-enter}@media (prefers-reduced-motion:reduce){.product-card-enter{animation:none}}.product-card-skeleton{grid-template-rows:auto auto;align-content:start;min-width:0;display:grid;overflow:hidden}.product-card-skeleton__media{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.product-card-skeleton__fill{inset:0;width:100%!important;height:100%!important;line-height:1!important;position:absolute!important}.product-card-skeleton__info{flex-direction:column;align-items:center;gap:10px;padding:clamp(16px,1.5vw,24px) 10px clamp(14px,1.2vw,20px);display:flex}.product-card-skeleton__info .psk{line-height:1;display:block}.psk--series{width:42%}.psk--name{width:74%}.psk--tags{width:58%}.psk--size{width:64px;margin-top:2px}.psk--price{width:46%;margin-top:2px}.product-card-skeleton__cta{gap:18px;margin-top:6px;display:flex}.psk--cta{width:56px}
