.product-card-wrapper{background:hsla(0,0%,100%,.02);border-radius:16px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.37);margin:0 auto;max-width:100%;overflow:hidden;padding:2px;position:relative;transition:box-shadow .3s ease;width:100%}.product-card-wrapper:hover{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.2)}.product-card-container{border-radius:14px;box-sizing:border-box;height:100%;overflow:hidden;position:relative;width:100%}.product-card-content{height:100%;position:relative;width:100%;z-index:3}.product-card-content svg{display:block;height:auto;width:100%}.product-card-glow{background:radial-gradient(600px circle at var(--cursor-x,50%) var(--cursor-y,50%),hsla(0,0%,100%,.06),transparent 40%);bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:2}.product-card-wrapper:hover .product-card-glow{opacity:1}.product-card-wrapper:before{background:radial-gradient(600px circle at var(--cursor-x,50%) var(--cursor-y,50%),hsla(0,0%,100%,.3),transparent 40%);border-radius:16px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;pointer-events:none;position:absolute;transition:opacity .3s ease}.product-card-wrapper:hover:before{opacity:1}