.product-card:focus-visible{outline:2px double var(--color-sangiovese);outline-offset:var(--space-thin)}.product-card__title{font-family:var(--font-secondary--family);font-size:.75rem;font-style:normal;font-weight:500;line-height:1.125rem;letter-spacing:.015rem;text-transform:uppercase}@media(min-width: 1400px){.product-card__title{font-size:.875rem;line-height:1.25rem;letter-spacing:.0175rem}}@media(min-width: 1920px){.product-card__title{font-size:1rem;line-height:1.5rem;letter-spacing:.02rem}}.product-card__description,.product-card__long-description,.product-card__price{font-family:var(--font-primary--family);font-size:.6875rem;font-style:normal;font-weight:400;line-height:1.125rem}.product-card__description p,.product-card__long-description p,.product-card__price p{margin-bottom:.5625rem}.product-card__description p:last-child,.product-card__long-description p:last-child,.product-card__price p:last-child,.product-card__description p:only-of-type,.product-card__long-description p:only-of-type,.product-card__price p:only-of-type{margin-bottom:0}@media(min-width: 1400px){.product-card__description,.product-card__long-description,.product-card__price{font-size:.75rem;line-height:1.25rem}.product-card__description pretty,.product-card__long-description pretty,.product-card__price pretty{margin-bottom:.625rem}}@media(min-width: 1920px){.product-card__description,.product-card__long-description,.product-card__price{font-size:.875rem;line-height:1.5rem}.product-card__description p,.product-card__long-description p,.product-card__price p{margin-bottom:.75rem}}.product-card{display:block;width:100%;text-decoration:none;color:var(--color-foreground)}@media(min-width: 700px){.three-across .product-card{max-width:66.66%}}@media(min-width: 1000px){.three-across .product-card{max-width:unset;width:100%}}.product-card__image{width:100%;position:relative;z-index:1}.product-card__image img:first-of-type{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;z-index:2;transition:opacity 300ms var(--motion-ease-out)}.product-card:hover .product-card__image img:first-of-type{opacity:0;transition:opacity 600ms var(--motion-ease-out)}.product-card__image img:last-of-type{width:100%;aspect-ratio:4/5;object-fit:cover;z-index:1}@media(min-width: 700px){.product-card--wide .product-card__image img:last-of-type{aspect-ratio:16/9}}.product-card__product-image{transition:transform 300ms var(--motion-ease-out);transform:translateY(0);position:relative;z-index:3;margin-bottom:var(--space-md)}.product-card:hover .product-card__product-image{transform:translateY(-5px);transition:transform 600ms var(--motion-ease-out)}.product-card__product-image img{width:32dvw;margin:-16dvw auto 0}@media(min-width: 700px){.product-card__product-image img{width:11dvw;margin:-5.5dvw auto 0}}.product-card__content{display:grid;grid-template-columns:repeat(9, 1fr);text-align:center}@media(min-width: 700px){.product-card__content{grid-template-columns:repeat(7, 1fr)}}@media(min-width: 1000px){.product-card__content{grid-template-columns:repeat(10, 1fr)}}.product-card:hover .product-card__content{opacity:.7}.product-card__content>*{grid-column:1/-1}.product-card__title{margin-bottom:var(--space-thin)}.product-card__description{display:block;margin-bottom:var(--space-thin)}.product-card__long-description{display:block;margin-top:var(--space-thin);margin-bottom:var(--space-half);grid-column:2/9}@media(min-width: 700px){.product-card__long-description{grid-column:2/7}}@media(min-width: 1000px){.product-card__long-description{grid-column:3/9}}.product-card__price{display:block}