.product-card{max-width:200px;position:relative}.product-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:1;background:linear-gradient(135deg,#ef4444 0%,#ec4899 45%,#6366f1 100%);padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.product-card:hover:before,.product-card:focus-visible:before{opacity:1}.product-card:hover,.product-card:focus-visible{transform:translateY(-2px);box-shadow:0 6px 20px #00000014,0 2px 8px #0000000a}.image-wrapper{width:100%;aspect-ratio:var(--pc-image-aspect,4/4);position:relative;overflow:hidden}@supports not (aspect-ratio:1/1){.image-wrapper:before{content:"";padding-top:100%;display:block}}.product-card__img{will-change:transform}.break-inside-avoid{break-inside:avoid}
