.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem .75rem}@media screen and (min-width:750px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}}.product-card{min-width:0}.product-card__media-wrap{position:relative}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;border-radius:var(--radius-lg);overflow:hidden;background:rgb(var(--color-surface))}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__media:hover .product-card__image{transform:scale(1.04)}.product-card__badge{position:absolute;top:.6rem;left:.6rem}.product-card__quick-add{position:absolute;right:.5rem;bottom:-.9rem;width:34px;height:34px;border:none;border-radius:999px;background:rgb(var(--color-secondary));color:rgb(var(--color-primary-text));display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .2s ease;z-index:2}.product-card__quick-add svg{width:16px;height:16px}.product-card__quick-add:hover{transform:scale(1.1)}.product-card__quick-add:disabled{opacity:.5;cursor:not-allowed}.product-card__info{display:flex;flex-direction:column;gap:.3rem;padding-top:.75rem;text-decoration:none;color:inherit}.product-card__title{font-family:var(--font-header-family);font-weight:700;font-size:.9rem;line-height:1.3}.price{font-weight:700}.price--on-sale .price__compare{font-weight:400;opacity:.6;margin-right:.4em}.price--on-sale .price__sale{color:rgb(var(--color-primary))}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-grid.css.map */
