@layer reset,base;@layer components{.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.product-card{min-width:0;position:relative}.product-media{display:block;position:relative;overflow:hidden}.product-media img{width:100%;height:100%;transition:transform .9s var(--ease), filter .5s ease}.product-media:hover img{transform:scale(1.035)}.product-badge{z-index:2;color:var(--badge-text);background:var(--badge-background);letter-spacing:.12em;padding:.48rem .6rem;font-size:.59rem;font-weight:700;line-height:1;position:absolute;top:14px;left:14px}.product-info{justify-content:space-between;gap:1rem;display:flex}.product-info h2,.product-info h3{font-family:var(--font-display);text-transform:uppercase;font-weight:650}.product-info p{color:var(--gray);letter-spacing:.04em;margin-top:.28rem;font-size:.67rem}.product-price{align-content:start;justify-items:end;font-size:.75rem;display:grid}.product-price strong{font-weight:570}.product-price s{color:var(--gray);font-size:var(--text-control)}.quick-add{visibility:hidden;opacity:0;pointer-events:none;width:100%;height:0;color:var(--white);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:height .35s var(--ease), opacity .18s ease, visibility 0s linear .35s;justify-content:space-between;align-items:center;padding-inline:1rem;font-size:.62rem;font-weight:680;display:flex;overflow:hidden}.product-card:hover .quick-add,.product-card:focus-within .quick-add{visibility:visible;opacity:1;pointer-events:auto;height:46px;transition-delay:0s}}@layer pages;@layer responsive{@media (width<=1180px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.product-grid{grid-template-columns:1fr}.quick-add{height:46px}}@media (hover:none){.quick-add{height:46px}}}.product-grid{background:0 0;gap:clamp(14px,1.5vw,24px)}.product-card{background:var(--white)}.product-media{aspect-ratio:.82;background:var(--surface-product)}.product-media img{object-fit:contain;padding:clamp(2px,.35vw,6px)}.product-image-secondary{opacity:0;position:absolute;inset:0}.product-media .product-image-primary,.product-media .product-image-secondary{transition:transform .56s var(--ease), opacity .22s ease}@media (hover:hover){.product-card:hover:not(.is-pinned) .product-image-secondary[data-secondary-loaded=true]{opacity:1}.product-card:hover:not(.is-pinned) .product-image-primary:has(+.product-image-secondary[data-secondary-loaded=true]){opacity:0}}.product-card.is-flipped .product-image-secondary[data-secondary-loaded=true]{opacity:1}.product-card.is-flipped .product-image-primary:has(+.product-image-secondary[data-secondary-loaded=true]){opacity:0}.card-flip{z-index:3;min-height:44px;color:var(--ink);font-size:var(--text-control);letter-spacing:.03em;text-underline-offset:.32rem;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;padding:0 .1rem;font-weight:680;text-decoration:underline #12110f57;display:inline-flex;position:absolute;top:8px;right:14px}.card-flip .card-flip-front,.product-card.is-flipped .card-flip .card-flip-back{display:none}.product-card.is-flipped .card-flip .card-flip-front{display:inline}.product-card-labels{z-index:3;gap:.35rem;display:flex;position:absolute;top:12px;left:12px}.product-badge[data-line=urban]{--badge-background:var(--brand-strakes);--badge-text:var(--ink)}.product-badge[data-line=active]{--badge-background:var(--brand-venzid);--badge-text:var(--ink)}.product-card-labels .product-badge,.demo-badge{letter-spacing:.12em;padding:.52rem .62rem;font-size:.58rem;font-weight:720;line-height:1;position:static}.demo-badge{color:var(--ink);background:var(--stone)}.product-info{background:var(--white);border-top:0;min-height:108px;padding:1.1rem .35rem .8rem}.product-category{color:var(--gray-dark);font-size:var(--text-control);letter-spacing:.03em;text-transform:uppercase;margin:0 0 .5rem}.product-info h2,.product-info h3{font-size:var(--text-reading);letter-spacing:.03em}.product-card-meta{align-items:center;gap:.75rem;min-height:1.2rem;margin-top:.5rem;display:flex}.product-card-meta p{font-size:var(--text-control);margin:0}.product-stock-state{color:var(--status-neutral);align-items:center;gap:.4rem;display:inline-flex}.product-stock-state span{background:currentColor;border-radius:50%;width:5px;height:5px}.product-colors{color:var(--gray)}.product-copy{overflow-wrap:anywhere;min-width:0}.product-price{flex-shrink:0;gap:.15rem}.product-price strong{font-size:var(--text-reading)}.quick-add{background:var(--ink)}.product-card:hover .quick-add,.product-card:focus-within .quick-add{height:44px}@media (width<=640px){.product-grid{grid-template-columns:1fr 1fr;gap:24px 8px}.product-media{aspect-ratio:.78}.product-info{flex-direction:column;min-height:112px;padding:.9rem .15rem .65rem}.product-price{justify-items:start}.quick-add{visibility:visible;opacity:1;pointer-events:auto;height:40px;color:var(--ink);border-top:1px solid var(--line);font-size:var(--text-control);background:0 0;padding-inline:.15rem}}@media (width<=420px){.product-grid{grid-template-columns:1fr}.product-info{flex-direction:row}.product-price{justify-items:end}}@media (prefers-reduced-motion:reduce){.product-card img,.product-media .product-image-primary,.product-media .product-image-secondary{transition:none!important}}
