.product-card{display:flex;flex-direction:column;height:100%;position:relative;transition:all var(--animation-speed) var(--animation-easing);background:var(--color-surface-solid);border-radius:var(--radius-card);border:1px solid var(--color-border-solid);overflow:hidden}.product-card:hover{border-color:var(--color-border-hover)}.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-container{position:relative;width:100%;height:100%}.product-card .product-card__image{width:100%;height:100%!important;object-fit:cover;display:block;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0;z-index:1}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__link{display:block;width:100%;height:100%;position:relative;z-index:1}.product-card__badges{position:absolute;top:12px;left:12px;z-index:4;display:flex;flex-direction:column;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:600;text-transform:none;letter-spacing:.02em;border-radius:var(--radius-full);color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:fit-content;box-shadow:none;line-height:1}@media screen and (max-width:767px){.product-badge{padding:3px 8px;font-size:8px}}.badge-sale{background:var(--color-primary-solid);color:#fff}.badge-new{background:var(--color-accent-solid);color:var(--color-primary-solid)}.badge-bestseller{background:var(--color-secondary-solid);color:#fff}.badge-custom{background:#3674b5;color:#fff}.product-badge--sold-out{background:#0009}.product-card__wishlist{position:absolute;top:12px;right:12px;z-index:5;background:var(--color-surface-solid);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-border-solid);width:38px;height:38px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);color:#444;padding:0;box-shadow:none}@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:var(--color-accent-solid);color:var(--color-primary-solid);transform:scale(1.1);box-shadow:var(--shadow-soft)}.product-card__wishlist:hover svg{transform:scale(1.05)}.product-card__wishlist.is-active svg,.qv-wishlist-btn.is-active svg,.action-btn[data-wishlist-btn].is-active svg{fill:var(--color-primary-solid);stroke:var(--color-primary-solid);transform:scale(1.05);animation:heartPop .45s cubic-bezier(.175,.885,.32,1.275)}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1.1)}}.product-card__quick-view{position:absolute;bottom:12px;right:12px;z-index:5;background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(10,37,64,.1);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000000d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);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:8px;right:8px}.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{background:#fff;color:#3674b5;box-shadow:0 6px 16px #0000001a;transform:translateY(-2px) scale(1.05);border-color:#3674b5}.product-card__quick-view:hover svg{transform:scale(1.1)}.product-card__content{display:flex;flex-direction:column;flex:1;padding:12px}@media screen and (max-width:767px){.product-card__content{padding:8px}}@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:600;color:var(--color-foreground-solid);margin:0 0 6px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}@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;flex-wrap:wrap;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:700;font-size:clamp(14px,1.8vw,16px);color:#3674b5;font-family:var(--font-body-family);letter-spacing:-.01em}.product-card__compare-price{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground),.3);text-decoration:line-through;font-weight:500}@media screen and (max-width:767px){.product-card__compare-price{font-size:10px}}.product-card__discount-badge{font-size:10px;font-weight:700;color:var(--color-primary-solid);background:var(--color-accent-solid);padding:2px 6px;border-radius:4px;text-transform:none;letter-spacing:.01em}@media screen and (max-width:767px){.product-card__discount-badge{font-size:8px;padding:1px 4px}}.product-card__footer{margin-top:auto}.product-card__add-btn{background-color:#3674b5;color:#fff!important;transition:background-color .3s ease,border-color .3s ease;width:100%;border-radius:var(--radius-button);display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-body-family);font-weight:600;text-decoration:none;white-space:nowrap;padding:12px 20px;border:1px solid #3674B5;box-shadow:none!important;position:relative;overflow:hidden;text-transform:none;letter-spacing:.03em;font-size:13px;cursor:pointer;outline:none!important;-webkit-tap-highlight-color:transparent}.product-card__add-btn span,.product-card__add-btn svg{position:relative;z-index:10;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;color:#fff!important;white-space:nowrap!important}.product-card__add-btn svg{width:14px;height:14px;stroke-width:2.5}.product-card__add-btn:hover{background-color:#0a2540;border-color:#0a2540;box-shadow:0 4px 12px #3674b54d!important;outline:none!important}.product-card__add-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease;z-index:1}.product-card__add-btn:hover:after{left:100%}.product-card__add-btn:active{transform:scale(.98)}.product-card__add-btn.is-loading{pointer-events:none;background:var(--color-primary-hex);opacity:.8}.dots-loading{display:none!important;align-items:center;justify-content:center;gap:4px}.product-card__add-btn.is-loading .dots-loading{display:flex!important}.dots-loading span{background:#fff!important;width:5px;height:5px;border-radius:50%;animation:premium-dots 1s infinite ease-in-out both}@media screen and (max-width:1024px){.product-card__add-btn{padding:10px 16px;font-size:11px;gap:8px}}@media screen and (max-width:767px){.product-card__add-btn{padding:8px 14px;font-size:10px;gap:6px}.product-card__add-btn svg{width:12px;height:12px}}.product-card__add-btn--disabled{background:#f8fafc!important;color:#94a3b8!important;cursor:not-allowed;border:2px dashed #CBD5E1!important;opacity:.9}.product-card__add-btn.is-loading{pointer-events:none;opacity:.8}@keyframes spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/product-card.css.map */
