.product-card-wrapper{position:relative;display:block;height:100%;overflow:hidden;width:100%;background-color:rgb(var(--color-background));padding:10px;border-radius:10px;border:1px solid rgb(var(--color-foreground))}.product-card{height:100%;display:flex;flex-direction:column}.product-card__image-wrapper{position:relative;aspect-ratio:3 / 4;border-radius:5px;border:1px solid rgb(var(--color-foreground));overflow:hidden}.product-card__image{position:relative;width:100%;height:100%;aspect-ratio:3 / 4;object-fit:cover;z-index:2;transition:opacity .15s ease-in-out}.product-card__image:hover{opacity:0}.product-card__image:hover .product-card__secondary-image{opacity:1}.product-card__secondary-image{position:absolute;top:0;z-index:1}.product-card__content{position:relative;flex:1;padding:1rem 10px;display:flex;flex-direction:column;gap:.25rem}.product-card__content p{font-weight:400;text-transform:none}.product-card__rating{min-height:1.5rem;display:flex;align-items:center}.product-card__heading{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.125rem}@media screen and (min-width:990px){.product-card__heading{min-height:5.625rem}}.product-card__badge{position:absolute;top:1rem;right:0;z-index:3}.add-to-cart__submit{position:relative;width:100%;display:flex;justify-content:space-between}.add-to-cart .cta{max-width:none}.product-card .shuug-sticker{position:absolute;z-index:3;bottom:0;margin:10px;pointer-events:none}.product-card .shuug-tag{position:absolute;z-index:4;top:0;right:0;margin:5px;pointer-events:none}.product-card .shuug-tag span{transform:rotate(15deg)}.product-card-wrapper--transparent{background-color:transparent;border:none;padding:0 0 5px}.product-card-wrapper--transparent .product-card__image-wrapper{border:none;background-color:transparent;overflow:visible}.product-card-wrapper--transparent .product-card__image{object-fit:contain}.product-card-wrapper--transparent .product-card__image:hover{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/15/assets/component-product-card.css.map */
