.ProductCard_ProductCard__E9EmV{display:flex;flex-direction:column;justify-content:center;position:relative;flex-basis:80vw;flex-shrink:0;margin-bottom:.5rem;overflow:hidden;border-style:var(--page-component-card-border-style,unset);border-radius:var(--page-component-card-border-radius,unset);border-width:var(--page-component-card-border-width,unset);border-color:hsl(from var(--page-color-border-primary) h s l/.2);transition:box-shadow .5s}.ProductCard_ProductCard__E9EmV:hover{box-shadow:var(--page-component-card-shadow,unset);text-decoration:none!important}@media(min-width:768px){.ProductCard_ProductCard__E9EmV{flex-basis:calc((100% - 180px)/3)}}.ProductCard_ProductCard__E9EmV .product-image{width:100%;margin-bottom:1rem;aspect-ratio:700/500;position:relative}.ProductCard_ProductCard__E9EmV .label{position:absolute;top:0;left:0;padding:.2rem .8rem;background-color:var(--page-color-primary);color:var(--page-color-on-primary);font-size:.7rem;line-height:1.7;border-radius:0 0 10px 0;font-weight:600}.ProductCard_ProductCard__E9EmV .data-row{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;margin:0 1rem}@media(max-width:768px){.ProductCard_ProductCard__E9EmV .data-row{margin:0 1rem}}.ProductCard_ProductCard__E9EmV .data-row:first-child{margin-top:2rem}@media(max-width:768px){.ProductCard_ProductCard__E9EmV .data-row:first-child{margin-top:3rem}}.ProductCard_ProductCard__E9EmV .data-row:last-child{margin-bottom:1rem}@media(max-width:768px){.ProductCard_ProductCard__E9EmV .data-row:last-child{margin-bottom:1.5rem}}.ProductCard_ProductCard__E9EmV .data-row .caption,.ProductCard_ProductCard__E9EmV .data-row .details,.ProductCard_ProductCard__E9EmV .data-row .price{color:var(--page-color-black,black)}.ProductCard_ProductCard__E9EmV .data-row .price{font-size:1rem;font-weight:500}.ProductCard_ProductCard__E9EmV .data-row .description{color:var(--page-color-primary,black);font-size:1rem;font-weight:400}.ProductCard_ProductCard__E9EmV .data-row .caption{font-size:1.1rem;font-weight:600}.ProductCard_ProductCard__E9EmV .data-row .details{font-size:.8rem;font-weight:100;align-self:flex-start;margin-top:3px;white-space:nowrap}