.shop-product-card{flex-direction:column;display:flex;position:relative}.shop-product-card-md{width:calc(20% - var(--grid-gap)*4/5)}@media (width<=1024px){.shop-product-card-md{width:calc(25% - var(--grid-gap)*3/4)}}@media (width<=748px){.shop-product-card-md{width:calc(33.3333% - var(--grid-gap)*3/4)}}@media (width<=500px){.shop-product-card-md{width:calc(50% - var(--grid-gap)*2/3)}}.shop-product-card-lg{width:calc(25% - var(--grid-gap)*3/4)}@media (width<=1024px){.shop-product-card-lg{width:calc(33.3333% - var(--grid-gap)*3/4)}}@media (width<=748px){.shop-product-card-lg{width:calc(50% - var(--grid-gap)*2/3)}}.shop-product-card-tag{position:absolute;top:12px;left:12px;box-shadow:0 5px 9px #0000000a,0 2px 4px #0000000a}.shop-product-image-container{aspect-ratio:1;background-color:var(--color-background-accent);border-radius:var(--border-radius-lg);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.shop-product-card-info{flex-direction:column;justify-content:space-between;gap:6px;margin:10px 8px;display:flex}.shop-product-card-name{font-variation-settings:"wght" 550;line-height:1.3}.shop-product-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.shop-product-card>.link{color:var(--color-text-primary);text-decoration:none}@media (width<=500px){.shop-product-card-tag{top:8px;left:8px}}
