.product-card{background:var(--white);box-shadow:0 4px 20px var(--shadow);cursor:pointer;width:100%;color:inherit;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.product-card.glass-effect{box-shadow:0 6px 6px #0003,0 0 20px #0000001a}.product-card.glass-effect:before,.product-card.glass-effect:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0}.product-card.glass-effect:before{-webkit-backdrop-filter:blur(3px);filter:url(#glass-distortion-product);z-index:-1}.product-card.glass-effect:after{z-index:1;box-shadow:inset 2px 2px 1px #fff6}.product-card:hover{box-shadow:0 8px 30px var(--shadow-hover);transform:translateY(-4px)}.product-image-container{aspect-ratio:1;width:100%;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;display:block}.product-image-placeholder{background:#f5f5f5;width:100%;height:100%}.product-info{justify-content:space-between;align-items:center;padding:12px;display:flex}.product-link-text{color:var(--text-dark);letter-spacing:-.5px;margin:0;font-family:Jost,sans-serif;font-size:18px;font-weight:600}.product-arrow{flex-shrink:0;width:20px;height:20px}.product-arrow svg{width:100%;height:100%}
