.component-product-card{display:flex;flex-direction:column;border-radius:8px}.component-product-card__inner:focus .component-product-card__title{text-decoration:underline}.component-product-card__inner:focus-visible .component-product-card__title{text-decoration:underline}.component-product-card__image{width:100%;aspect-ratio:1/1;display:flex;background-color:var(--color-card-background);padding:0;border-radius:8px;overflow:hidden;position:relative;transition:all .2s ease-in-out}.component-product-card__image .product-image-wrapper{position:relative;width:100%;height:100%;display:flex}.component-product-card__image img{display:block;width:100%;height:100%;object-fit:contain;transition:opacity .3s ease-in-out}.product-image-hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .2s ease-in-out;z-index:2;object-fit:cover!important}.component-product-card.has-hover-image .product-image-primary{transition:opacity .2s ease-in-out;z-index:1}.component-product-card.has-hover-image:hover .product-image-hover{opacity:1}.component-product-card.has-hover-image:hover .product-image-primary{opacity:0}.component-product-card.has-hover-image .product-tag-label{transition:filter .2s ease-in-out}.component-product-card.has-hover-image:hover .product-tag-label{filter:invert(1)}@media (pointer:coarse){.component-product-card.has-hover-image:hover .product-image-hover{display:none}.component-product-card.has-hover-image:hover .product-image-primary{opacity:1}.component-product-card.has-hover-image:hover .product-tag-label{filter:none}}.component-product-card.has-hover-zoom .product-image-wrapper img{transform-origin:center center;transition:transform .3s ease-in-out,opacity .2s ease-in-out}.component-product-card.has-hover-zoom:hover .product-image-wrapper img{transform:scale(1.05)}.component-product-card__image .product-tag-label{position:absolute;top:8px;left:8px;z-index:10;background-color:var(--color-badge);padding:.625rem .75rem;font-size:.75rem;line-height:1.1;text-transform:uppercase;color:var(--color-badge-text);font-weight:500;letter-spacing:.04em;border-radius:.25rem}.component-product-card__content{padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:column}.component-product-card__header{display:flex;flex-direction:column}.component-product-card__header>div{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.component-product-card__title{font-size:clamp(1.125rem,calc(1.081rem + .1878vw),1.25rem);font-weight:700;line-height:1.2;margin:0;margin-bottom:.25rem;color:var(--color-text)}.component-product-card__description{margin-top:.5rem;font-size:.875rem;line-height:1.5;color:var(--color-text-subtle)}.component-product-card__buttons{display:flex;margin-top:auto}.component-product-card__buttons form{margin:0;width:100%}.component-product-card__buttons .button{width:100%}@media screen and (max-width: 767px){.component-product-card .product-tag-label{padding:.25rem .5rem;top:4px;left:4px}.component-product-card__header>div{flex-direction:column;align-items:flex-start;gap:.5rem}.component-product-card__description{margin-top:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/385/assets/component-product-card.css.map */
