.card-product-wrapper{position:relative;width:clamp(210px,15.5vw,400px);height:clamp(290px,21.5vw,540px);border-radius:16px;padding:2px;transition:all .3s ease;font-family:Audiowide}@media(max-width:1380px){.card-product-wrapper{width:clamp(210px,24.5vw,400px);height:clamp(290px,30.5vw,540px)}}@media(max-width:400px){.card-product-wrapper{width:clamp(210px,24.5vw,400px);height:clamp(290px,30.5vw,540px)}}.card-product-wrapper:hover:before{background:rgba(0,0,0,0)}.card-product-wrapper:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;background:linear-gradient(90deg,var(--form-input-border),#FF8040);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;z-index:-1}.card-product-wrapper .card-product{width:100%;height:100%;border-radius:14px;background-color:rgba(15,23,42,.7);display:flex;flex-direction:column;overflow:hidden}.card-product-wrapper .card-overlay-color{content:"";position:absolute;inset:0;background-color:#1f3a4b;opacity:0;transition:opacity .3s ease;z-index:2}.card-product-wrapper:hover .card-overlay-color{opacity:.7}.card-product-wrapper>:not(.card-overlay-color){position:relative;z-index:3}.card-product-wrapper .product-image{aspect-ratio:212/132;width:100%;object-fit:cover;object-position:top;border-top-left-radius:14px;border-top-right-radius:14px}.card-product-wrapper .card-info{flex:1;padding:28px 38px;display:flex;flex-direction:column}@media(max-width:2560px){.card-product-wrapper .card-info{padding:28px 38px}}@media(max-width:2200px){.card-product-wrapper .card-info{padding:18px 24px}}@media(max-width:1800px){.card-product-wrapper .card-info{padding:16px 22px}}@media(max-width:1600px){.card-product-wrapper .card-info{padding:14px 20px}}@media(max-width:1380px){.card-product-wrapper .card-info{padding:14px 20px}}@media(max-width:768px){.card-product-wrapper .card-info{padding:28px 38px}}.card-product-wrapper .card-title{font-size:23px;color:#fff;text-transform:uppercase}@media(max-width:2560px){.card-product-wrapper .card-title{font-size:23px}}@media(max-width:2000px){.card-product-wrapper .card-title{font-size:20px}}@media(max-width:1740px){.card-product-wrapper .card-title{font-size:16px}}@media(max-width:1440px){.card-product-wrapper .card-title{font-size:12px}}@media(max-width:1380px){.card-product-wrapper .card-title{font-size:20px}}@media(max-width:1110px){.card-product-wrapper .card-title{font-size:16px}}@media(max-width:768px){.card-product-wrapper .card-title{font-size:23px}}.card-product-wrapper .card-tags{display:flex;flex-wrap:wrap;gap:12px 6px;max-height:80px;overflow:hidden;margin-top:auto}@media(max-width:2560px){.card-product-wrapper .card-tags{gap:12px 6px;max-height:80px}}@media(max-width:1840px){.card-product-wrapper .card-tags{gap:6px 6px;max-height:60px}}@media(max-width:768px){.card-product-wrapper .card-tags{gap:12px 6px;max-height:70px}}.card-product-wrapper .card-tags .tag{background-color:rgba(68,223,250,.2);border:1px solid var(--form-input-border);color:var(--form-input-border);font-size:16px;padding:3px 6px;border-radius:999px;white-space:nowrap;line-height:150%}@media(max-width:2560px){.card-product-wrapper .card-tags .tag{font-size:16px}}@media(max-width:1840px){.card-product-wrapper .card-tags .tag{font-size:12px}}@media(max-width:768px){.card-product-wrapper .card-tags .tag{font-size:14px}}.card-product-wrapper .card-price{margin-top:auto;font-size:23px;color:#fff}@media(max-width:2560px){.card-product-wrapper .card-price{font-size:23px}}@media(max-width:2000px){.card-product-wrapper .card-price{font-size:20px}}@media(max-width:1740px){.card-product-wrapper .card-price{font-size:16px}}@media(max-width:1440px){.card-product-wrapper .card-price{font-size:12px}}@media(max-width:1380px){.card-product-wrapper .card-price{font-size:20px}}@media(max-width:1110px){.card-product-wrapper .card-price{font-size:16px}}@media(max-width:768px){.card-product-wrapper .card-price{font-size:23px}}.card-product-wrapper .buy-now-button{position:absolute;width:70%;top:50%;left:50%;text-align:center;transform:translate(-50%,-50%);background-color:#ff8040;color:#fff;padding:12px 24px;border-radius:8px;z-index:10;transition:all .3s ease}.card-product-wrapper .buy-now-button:active{background-color:var(--form-input-border);color:var(--bg-color)}@media(max-width:768px){.card-product-wrapper{width:350px;height:470px}.card-product-wrapper .product-image{height:230px}}@media(max-width:400px){.card-product-wrapper{width:300px;height:470px}.card-product-wrapper .product-image{height:230px}}