.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--new{background:teal}.product-badge--sale{background:red}.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__rating{position:absolute;bottom:12px;left:12px;z-index:5;background:rgba(var(--color-background),1);padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:5px;border:1px solid rgba(var(--color-foreground),.1);box-shadow:2px 2px rgba(var(--color-foreground),.08)}@media screen and (max-width:767px){.product-card__rating{bottom:8px;left:8px;padding:3px 6px}}.product-card__rating svg{width:13px;height:13px}@media screen and (max-width:767px){.product-card__rating svg{width:10px;height:10px}}.product-card__rating span{font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-body-family);color:rgba(var(--color-foreground),1);line-height:1}@media screen and (max-width:767px){.product-card__rating span{font-size:9px}}.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-body-family);text-decoration:none;white-space:nowrap}.product-card__add-btn svg,.product-card__add-btn .icon{width:18px;height:18px;transition:all .4s cubic-bezier(.23,1,.32,1)}.product-card__add-btn:before{content:"";position:absolute;top:0;left:-110%;width:120%;height:100%;background:red;transform:skew(-20deg);transition:all .6s cubic-bezier(.23,1,.32,1);z-index:-1}.product-card__add-btn:hover{transform:translateY(-3px);border-color:red;letter-spacing:.2em}.product-card__add-btn:hover:before{left:-10%}.product-card__add-btn:hover svg{transform:translate(5px) rotate(-10deg)}@media screen and (max-width:767px){.product-card__add-btn{padding:8px 12px;font-size:10px;letter-spacing:.1em;line-height:1}.product-card__add-btn svg,.product-card__add-btn .icon{width:14px;height:14px}}@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)}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/product-card.css.map */
