.card-product{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:var(--border);border-radius:2rem;overflow:hidden}@media screen and (min-width: 990px){.card-product:hover .card-product__contents{background:rgb(var(--color-white))}.card-product:hover .card-product__contents *{color:rgb(var(--color-black))!important}}.card-product__media{padding-bottom:125%}.card-product__no-image{position:relative;width:100%;padding-bottom:125%;background:#329c61}.card-product__contents{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.1rem 1.5rem 1.5rem;flex-grow:1;border-top:var(--border)}@media screen and (min-width: 749px){.card-product__contents{padding:3rem 2rem}}.card-product__title{height:max-content;text-align:center;margin:0;font-size:2rem}.card-product__title a:after{content:"";position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.card-product .price--on-sale .price-item--regular{font-size:2rem}.card-product .price--on-sale .price-item--regular:after{top:.5em}.card-product__contents .price{font-size:2rem;text-align:center}@media screen and (max-width: 749px){.card-product__title,.card-product .price .price-item{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-card-product.css.map?v=86851019853569840721697004440 */