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