.product-card{color:var(--color-text-inverse);aspect-ratio:1280/1652;cursor:pointer;border-radius:32px;flex-direction:column;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex;position:relative;overflow:hidden}.product-card-image{z-index:0;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-card-image--base{opacity:1;transition:opacity .25s}.product-card-image--desktop{object-position:bottom left;display:block}.product-card-image--mobile{display:none}.product-card-image--hover{opacity:0;transition:opacity .25s}@media (hover:hover) and (pointer:fine){.product-card:hover .product-card-image--base{opacity:0}.product-card:hover .product-card-image--hover{opacity:1}}.product-card:focus-within .product-card-image--base{opacity:0}.product-card:focus-within .product-card-image--hover{opacity:1}.product-card-overlay-link{z-index:5;border-radius:inherit;position:absolute;inset:0}.product-card-overlay-link:focus-visible{outline-offset:4px;outline:3px solid #000}.product-card-content{z-index:10;text-align:left;pointer-events:none;width:100%;margin-bottom:.75rem;position:relative}.product-card-title{text-transform:uppercase;max-width:250px;margin-bottom:10px;margin-right:50px;font-family:Archivo Black,sans-serif;font-size:clamp(14px,2.5vw,24px);line-height:clamp(16px,2.8vw,27px)}.product-card-price-line{align-items:center;gap:8px;display:flex}.product-card-price{font-family:Archivo Black,sans-serif;font-size:clamp(14px,2.5vw,24px);line-height:clamp(16px,2.8vw,27px)}.product-card-price-loading{justify-content:center;align-items:center;min-width:60px;height:clamp(16px,2.8vw,27px);display:inline-flex}.product-card-bullet{font-family:Archivo Black,sans-serif;font-size:clamp(14px,2.5vw,24px);line-height:clamp(16px,2.8vw,27px)}.product-card-volume{font-family:Source Code Pro,monospace;font-size:clamp(14px,2.5vw,24px);line-height:clamp(16px,2.8vw,27px);display:inline-block}.product-card-description{letter-spacing:1px;margin-top:10px;font-family:Source Code Pro,monospace;font-size:clamp(12px,1.875vw,18px);font-weight:300;line-height:1.5}.product-card-spacer{z-index:10;pointer-events:none;flex:1;position:relative}.product-card-button-wrapper{z-index:10;pointer-events:auto;justify-content:center;gap:10px;width:100%;padding-bottom:.5rem;display:flex;position:relative}.product-card-button-wrapper .button{text-align:center;flex:1;width:auto;max-width:none;height:auto;display:block}.product-card-button-wrapper .button-content{font-size:clamp(.875rem,1.25vw,1.2rem);line-height:clamp(1.125rem,1.5vw,1.5rem)}@media (max-width:768px){.product-card-image--desktop{display:none}.product-card-image--mobile{object-position:bottom left;display:block}.product-card{border-radius:24px;padding:1rem}.product-card-title{text-transform:uppercase;margin-bottom:10px;margin-right:50px;font-family:Archivo Black,sans-serif;font-size:24px;line-height:27px}.product-card-price,.product-card-bullet,.product-card-volume{font-size:22px}.product-card-content{margin-bottom:.75rem}.product-card-description{letter-spacing:1px;margin-bottom:0;font-size:18px;font-weight:300}}@media (max-width:480px){.product-card{border-radius:20px;padding:.75rem}}@media (max-width:360px){.product-card{padding:.6rem}.product-card-title{max-width:none;margin-right:0}.product-card-price-line{flex-wrap:wrap;row-gap:4px}.product-card-button-wrapper{gap:8px;padding-bottom:.25rem}}
