.product-card{background:var(--main-background-color);border:var(--product-card-border-thickness) solid var(--border-color);color:var(--main-text-color);display:flex;overflow:hidden;position:relative;transition:all .3s}.product-card,.product-card:before{border-radius:var(--product-card-border-radius);height:100%}.product-card:before{box-shadow:var(--product-card-shadow-horizontal-offset) var(--product-card-shadow-vertical-offset) var(--product-card-shadow-blur) var(--product-card-shadow-color);content:"";position:absolute;width:100%;z-index:-1}.product-card__image-wrapper{align-items:center;display:flex;flex:1;position:relative;width:100%}.product-card__image-wrapper img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card:not(.image-fill) .product-card__image-wrapper{margin-top:2rem;max-height:40rem;max-width:14rem}.product-card__image{aspect-ratio:var(--product-image-ratio);height:100%;width:100%}.product-card__image img{-o-object-fit:var(--product-image-behaviour);object-fit:var(--product-image-behaviour)}.product-card.image-fill .product-card__publication-date{text-align:center}.product-card__play-button{bottom:-2rem;position:absolute;right:1rem}.product-card__play-button svg{background-color:var(--color-secondary);border-radius:50%;box-shadow:2px 4px 7px rgba(0,0,0,.5);color:#fff;height:3.5rem;width:3.5rem}.product-card__pause-audio,.product-card__play-audio{display:inline-block;height:3.5rem;min-width:3.5rem;padding:0}.product-card__pause-audio svg{padding:.5rem}.product-card__sale-percentage{align-items:center;color:var(--button-text-color-tertiary);display:flex;font-size:1.4rem;font-weight:700;height:4rem;justify-content:center;left:-1rem;margin:.2rem;padding:1rem;top:-1rem;transform:rotate(-30deg);width:4rem}.product-card__sale-percentage,.product-card__sale-percentage:after{background:var(--button-background-color-tertiary);border-radius:50%;position:absolute}.product-card__sale-percentage:after{border:.1rem solid var(--button-text-color-tertiary);content:"";height:97%;padding:1.7rem;width:97%;z-index:-1}.product-card__preorder-badge{background-color:var(--color-secondary);color:#fff;left:0;padding:1.3rem;position:absolute;text-transform:uppercase;z-index:10}.product-card.image-fill .product-card__top{width:100%}.product-card__bottom{flex:0;width:100%}.product-card__info{padding:0 2rem}.product-card__title{font-size:16px;font-weight:700;margin-bottom:0}.product-card__title a{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.product-card__price-container{margin-top:.7rem}.product-card .price{font-size:15px;font-weight:700}.product-card__form-wrapper{clip-path:inset(0 -10px -5px -5px);overflow:hidden;padding:0 2rem 2rem;transition:max-height .5s;width:100%;z-index:1}@media(max-width:47.99em){.product-card__form-wrapper{font-size:1.2rem;padding:0}}.product-card__wrapper{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}@media(max-width:47.99em){.product-card__wrapper{padding:1rem 2rem}}.product-card .product-form__option{margin-bottom:1rem!important}.product-card .product-form__submit{margin-top:0}.product-card .product-form__submit .price{display:none}.product-card__author-container{font-size:15px;margin:.7rem 0}.product-card__author,.product-card__more-contributors{color:var(--color-secondary);font-weight:700}.product-card__more-contributors{text-decoration:underline}.product-card product-form.product-form form.shopify-product-form .swatches__swatches{gap:.5rem}.product-card product-form.product-form form.shopify-product-form .swatches__swatch{margin-right:0}.product-card product-form.product-form form.shopify-product-form .swatches__swatch-inner{padding:.5rem 1.7rem}.product-card .product-form__selling-plan-group-name.product-form__selling-plan{display:none}
