.product-card{display:flex;flex-direction:column;height:100%;position:relative;transition:all .3s cubic-bezier(.165,.84,.44,1);background:rgba(var(--color-background),1);border-radius:var(--radius-default);border:1px solid rgba(var(--color-foreground),.1);overflow:hidden}.product-card:hover{border-color:rgba(var(--color-foreground),1)}.product-card__media-box{position:relative;background:rgba(var(--color-foreground),.03);overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(var(--color-foreground),.03)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__link{display:block;width:100%;height:100%}.product-card__badges{position:absolute;top:12px;left:12px;z-index:4;display:flex;flex-wrap:wrap;gap:6px}@media screen and (max-width:767px){.product-card__badges{top:8px;left:8px;gap:4px}}.product-badge{padding:4px 10px;font-family:var(--font-body-family);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;color:#fff;box-shadow:2px 2px rgba(var(--color-foreground),.2)}@media screen and (max-width:767px){.product-badge{padding:3px 8px;font-size:8px}}.product-badge--1{background:red}.product-badge--2{background:teal}.product-badge--3{background:#000}.product-badge--sold-out{background:rgba(var(--color-foreground),.6)}.product-card__wishlist{position:absolute;top:12px;right:12px;z-index:5;background:rgba(var(--color-background),1);border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:2px 2px rgba(var(--color-foreground),.1);transition:all .4s cubic-bezier(.23,1,.32,1);color:rgba(var(--color-foreground),1);padding:0}@media screen and (max-width:767px){.product-card__wishlist{top:8px;right:8px;width:28px;height:28px}}.product-card__wishlist svg{width:18px;height:18px;transition:all .3s ease}@media screen and (max-width:767px){.product-card__wishlist svg{width:14px;height:14px}}.product-card__wishlist:hover{background:rgba(var(--color-background),1);color:red;transform:scale(1.1) translateY(-2px);box-shadow:4px 4px #d73f3f33}.product-card__wishlist.is-active svg,.qv-wishlist-btn.is-active svg,.action-btn[data-wishlist-btn].is-active svg{fill:red;stroke:red}.product-card__quick-view{position:absolute;bottom:12px;right:12px;z-index:5;background:rgba(var(--color-background),1);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:2px 2px rgba(var(--color-foreground),.1);transition:all .4s cubic-bezier(.23,1,.32,1);color:rgba(var(--color-foreground),1);padding:0;opacity:0;transform:translateY(10px)}.product-card__quick-view svg{width:18px;height:18px;transition:all .3s ease}@media screen and (max-width:1023px){.product-card__quick-view{opacity:1;transform:translateY(0);width:32px;height:32px;bottom:8px;right:8px}.product-card__quick-view svg{width:16px;height:16px}}@media screen and (max-width:767px){.product-card__quick-view{width:28px;height:28px;bottom:6px;right:6px}.product-card__quick-view svg{width:14px;height:14px}}@media screen and (min-width:1920px){.product-card__quick-view{width:44px;height:44px;bottom:20px;right:20px}.product-card__quick-view svg{width:22px;height:22px}}.product-card:hover .product-card__quick-view{opacity:1;transform:translateY(0)}.product-card__quick-view:hover{color:red;transform:translateY(0) scale(1.1);box-shadow:4px 4px rgba(var(--color-foreground),.1)}.product-card__content{display:flex;flex-direction:column;flex:1;padding:12px}@media screen and (max-width:767px){.product-card__content{padding:10px}}@media screen and (min-width:1920px){.product-card__content{padding:20px}}.product-card__title-link{text-decoration:none}.product-card__title{font-family:var(--font-body-family);font-size:clamp(13px,2vw,15px);font-weight:700;color:rgba(var(--color-foreground),1);margin:0 0 8px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em}@media screen and (max-width:767px){.product-card__title{font-size:13px;font-weight:600;margin-bottom:6px}}@media screen and (min-width:1920px){.product-card__title{font-size:18px;margin-bottom:12px}}.product-card__price-box{display:flex;align-items:center;gap:8px;margin-bottom:12px}@media screen and (max-width:767px){.product-card__price-box{margin-bottom:8px;gap:6px}}.product-card__price{font-weight:800;font-size:clamp(14px,2vw,16px);color:red;font-family:var(--font-heading-family)}@media screen and (max-width:767px){.product-card__price{font-size:14px}}@media screen and (min-width:1920px){.product-card__price{font-size:20px}}.product-card__compare-price{font-family:var(--font-body-family);font-size:clamp(10px,1.5vw,11px);color:rgba(var(--color-foreground),.4);text-decoration:line-through;font-weight:400}.product-card__footer{margin-top:auto}.product-card__add-btn{background:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);border:1px solid rgba(var(--color-foreground),1);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.15em;padding:10px 18px;cursor:pointer;position:relative;overflow:hidden;z-index:1;transition:all .4s cubic-bezier(.23,1,.32,1);width:100%;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-display);text-decoration:none;white-space:nowrap}.product-card__add-btn span,.product-card__add-btn svg{position:relative;z-index:10;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex!important;align-items:center;justify-content:center}.product-card__add-btn svg{width:13px;height:13px}.product-card__add-btn:before{content:"";position:absolute;top:0;left:-120%;width:130%;height:100%;background:rgba(var(--color-accent-red),1);transform:skew(-20deg);transition:all .6s cubic-bezier(.23,1,.32,1);z-index:2}.product-card__add-btn:hover,.product-card__add-btn.is-loading{box-shadow:0 5px 15px rgba(var(--color-foreground),.1);border-color:red;letter-spacing:.1em}.product-card__add-btn:hover:before,.product-card__add-btn.is-loading:before{left:-10%}.product-card__add-btn.is-loading{pointer-events:none;animation:buttonPulse 1.5s infinite ease-in-out}.product-card__add-btn.is-loading .dots-loading{display:flex!important;align-items:center;justify-content:center;gap:4px;height:10px}.product-card__add-btn.is-loading .dots-loading span{background:#fff!important;box-shadow:0 0 8px #fff;width:6px;height:6px;display:block;border-radius:50%;animation:premium-dots 1.2s infinite ease-in-out both}.product-card__add-btn.is-loading .dots-loading span:nth-child(1){animation-delay:-.3s}.product-card__add-btn.is-loading .dots-loading span:nth-child(2){animation-delay:-.15s}@keyframes premium-dots{0%,to{transform:scale(.4);opacity:.3}50%{transform:scale(1.1);opacity:1}}@keyframes buttonPulse{0%{transform:scale(1)}50%{transform:scale(.98);opacity:.9}to{transform:scale(1)}}@media screen and (max-width:767px){.product-card__add-btn{padding:8px 12px;font-size:10px;letter-spacing:.1em;line-height:1}}@media screen and (max-width:450px){.product-card__add-btn{padding:6px 12px;font-size:9px;letter-spacing:normal;line-height:1}.product-card__add-btn svg,.product-card__add-btn .icon{width:12px;height:12px}.product-card__content{padding:8px}.product-card__add-btn:hover{transform:translateY(-2px);letter-spacing:normal}}@media screen and (min-width:1920px){.product-card__add-btn{padding:14px 24px;font-size:13px}}.product-card__add-btn--disabled{background:rgba(var(--color-foreground),.05);color:rgba(var(--color-foreground),.3);border-color:#fff0;cursor:not-allowed;box-shadow:none}.product-card__add-btn.is-loading{pointer-events:none;opacity:.8}@keyframes spin{to{transform:rotate(360deg)}}.product-card__device-badge{display:inline-flex;align-items:center;gap:5px;padding:0;background:transparent;border:none;font-size:11px;font-weight:500;color:rgba(var(--color-foreground),.6);margin-top:4px;line-height:1.3;letter-spacing:0}.product-card__device-badge svg{flex-shrink:0;width:12px;height:12px;opacity:.6}@media screen and (max-width:767px){.product-card__device-badge{font-size:10px;gap:4px}.product-card__device-badge svg{width:11px;height:11px}}.product-card__rto-badge{position:absolute;bottom:12px;left:12px;z-index:5;display:flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0003;animation:rtoPulse 2s ease-in-out infinite}.product-card__rto-badge svg{flex-shrink:0;stroke-width:2.5}.product-card__rto-badge span{white-space:nowrap;line-height:1}@keyframes rtoPulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #0003}50%{transform:scale(1.05);box-shadow:0 6px 20px #00000059,0 0 0 4px rgba(var(--color-foreground),.2)}}@media screen and (max-width:767px){.product-card__rto-badge{bottom:8px;left:8px;padding:5px 10px;font-size:9px;gap:5px}.product-card__rto-badge svg{width:12px;height:12px}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/product-card.css.map */
