.product-card{display:block;height:100%;min-width:0;position:relative}@media(min-width:75em){.product-card:hover{box-shadow:0 10px 29.5px 0 rgba(0,0,0,.03)}}.product-card__image-wrapper{display:none;overflow:hidden;position:relative}.product-card__image-wrapper.active{display:block}.product-card__image-wrapper img,.product-card__image-wrapper svg{aspect-ratio:1/1;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card__primary-image{display:block}.product-card__secondary-image{left:0;opacity:0;position:absolute;top:0;transition:opacity var(--transition)}.product-card:hover .product-card__secondary-image{opacity:1}.product-card__info{background-color:var(--color-system-white);color:var(--color-system-text);display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;padding:1.5rem;position:relative}@media(min-width:75em){.product-card__info{padding:2.5rem;transition:padding-bottom var(--transition),margin-top var(--transition)}.product-card:hover .product-card__info{margin-top:-5.5rem;padding-bottom:8rem}}.product-card__type{color:#3b3b3b;font-size:1rem;margin:0}.product-card__ratings-wishlist-wrapper{align-items:center;display:flex;gap:.8rem;justify-content:flex-end}.product-card__ratings-wishlist-wrapper .jdgm-widget{flex:1}.product-card__ratings-wishlist-wrapper .jdgm-star{color:var(--color-accent)!important;font-size:1.2rem}.product-card__ratings-wishlist-wrapper .jdgm-prev-badge{align-items:center;display:flex!important}.product-card__ratings-wishlist-wrapper .jdgm-prev-badge__text{font-family:var(--font-heading-family);font-size:1rem;letter-spacing:1px;line-height:1.2;margin-left:.8rem}.product-card__rating{display:flex;gap:.4rem}.product-card__title{font-size:1.2rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.product-card__title a{color:inherit;display:block}@media(min-width:75em){.product-card__title{font-size:1.4rem}}.product-card__badges{display:flex;flex-wrap:wrap;gap:.8rem;position:absolute;right:1rem;top:.6rem;z-index:2}.product-card .price{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.product-card .price__compare{align-items:center;display:flex;padding-left:.8rem}.product-card .price .price-item--sale{color:var(--color-accent)}@media(min-width:75em){.product-card .price{font-size:1.4rem}.product-card__form{bottom:-4.8rem;left:0;padding:0 2.5rem;position:absolute;transition:bottom var(--transition);width:100%}.product-card:hover .product-card__form{bottom:2.5rem}}.product-card__quick-add{border-top:.1rem solid var(--color-background);margin-top:1rem;padding-top:.5rem}.product-card__quick-add button{padding:0}@media(min-width:48em){.product-card__quick-add{display:none}}.product-card__wishlist{height:2.4rem;width:2.4rem}.product-card .product-card-form-simple,.product-card .product-card-form-simple form,.product-card .product-card__info,.product-card lazy-resources{display:flex;flex-grow:1}.product-card lazy-resources{flex-direction:column;height:100%}
