.product-card{--pc-bg: #FFFFFF;--pc-border: #E3E9F1;--pc-border-h: #FF6B35;--pc-shadow: 0 2px 10px rgba(15,31,61,.1);--pc-shadow-h: 0 16px 40px rgba(8,15,30,.45), 0 0 0 1px rgba(255,107,53,.15);--pc-radius: 16px;--pc-title-size: .88rem;--pc-price-size: 1.15rem;--pc-img-ratio: var(--product-card-image-ratio, 1/1);--pc-title-color: #172A46;--pc-desc-color: #66758A;--pc-price-color: #0F1F3D}.product-card{position:relative;display:flex;flex-direction:column;background:var(--pc-bg)!important;border:1.5px solid var(--pc-border)!important;border-radius:var(--pc-radius);overflow:hidden;height:100%;cursor:pointer;will-change:transform,box-shadow;opacity:0;transform:translateY(24px);animation:pc-card-enter .55s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--pc-delay, 0ms);transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease,border-color .25s ease;box-shadow:var(--pc-shadow)}@keyframes pc-card-enter{to{opacity:1;transform:translateY(0)}}.product-card:hover{transform:translateY(-7px) scale(1.015);border-color:var(--pc-border-h)!important;box-shadow:var(--pc-shadow-h)}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,107,53,.45),transparent);opacity:0;transition:opacity .35s ease;z-index:2;pointer-events:none}.product-card:hover:before{opacity:1}.product-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.product-card__image-wrapper{position:relative;overflow:hidden;background:#f6f8fb!important;aspect-ratio:var(--pc-img-ratio);border-radius:calc(var(--pc-radius) - 1px) calc(var(--pc-radius) - 1px) 0 0;flex-shrink:0}.product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:10px;transition:transform .55s cubic-bezier(.25,.46,.45,.94),opacity .4s ease}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;padding:10px;opacity:0;transform:scale(1.05);transition:transform .55s cubic-bezier(.25,.46,.45,.94),opacity .4s ease}.product-card:hover .product-card__image:not(.product-card__image--hover){opacity:0;transform:scale(1.07)}.product-card:hover .product-card__image--hover{opacity:1;transform:scale(1)}.product-card:hover .product-card__image:only-of-type{opacity:1;transform:scale(1.05)}.product-card__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 30%,rgba(15,31,61,.04) 55%,transparent 80%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.product-card:hover .product-card__image-wrapper:after{opacity:1}.product-card__image--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:#f6f8fb}.product-card__badges{position:absolute;top:10px;left:10px;z-index:4;display:flex;flex-direction:column;gap:5px}.badge{display:inline-flex;align-items:center;gap:3px;padding:4px 10px;font-size:9.5px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;border-radius:20px;line-height:1.4;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:pc-badge-pop .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes pc-badge-pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.badge--sale{background:linear-gradient(135deg,#ff4d6a,#d42040);color:#fff;box-shadow:0 2px 10px #ff4d6a73}.badge--new{background:linear-gradient(135deg,#18c7b8,#0fa89a);color:#fff;box-shadow:0 2px 10px #18c7b866}.badge--trending{background:linear-gradient(135deg,#ff6b35,#ffb84d);color:#fff;box-shadow:0 2px 10px #ff6b3573}.badge--sold-out{background:#5b6478;color:#fff;border:1px solid rgba(255,255,255,.14)}.product-card__wishlist{position:absolute;top:10px;right:10px;z-index:4;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #E3E9F1;box-shadow:0 3px 10px #0f1f3d24;display:flex;align-items:center;justify-content:center;font-size:15px;color:#8593ad;cursor:pointer;transition:all .25s ease;opacity:1;transform:scale(1)}.product-card__wishlist:hover{background:#fff1ed;border-color:#ff4d6a;color:#ff4d6a;transform:scale(1.12)}.product-card__info{padding:12px 15px 8px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__title{font-family:var(--font-heading,inherit);font-size:var(--pc-title-size);font-weight:700;color:var(--pc-title-color)!important;line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;transition:color .2s ease;letter-spacing:-.01em}.product-card:hover .product-card__title{color:#0b1830!important}.product-card__description{color:var(--pc-desc-color)!important;font-size:.78rem;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:5px}.product-card__stars{display:flex;gap:1px}.product-card__stars .star{font-size:11.5px;background:linear-gradient(90deg,#ffb84d,#f59c14);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-card__stars .star--empty{background:none;-webkit-text-fill-color:#E3E9F1}.product-card__rating-count{font-size:10.5px;color:#8593ad!important;font-weight:500}.product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.product-card .price__current{font-family:var(--font-heading,inherit);font-size:var(--pc-price-size);font-weight:900;color:var(--pc-price-color)!important;letter-spacing:-.02em}.product-card .price__compare{font-size:.78rem;color:#94a3b8!important;text-decoration:line-through}.product-card .price__discount{font-size:10px;font-weight:800;color:#0e9f6e!important;background:#0e9f6e1a!important;border:1px solid rgba(14,159,110,.28);padding:2px 7px;border-radius:12px}.product-card__urgency{display:flex;align-items:center;gap:5px;font-size:10px;color:#0e9f6e;font-weight:600}.product-card__urgency-dot{width:6px;height:6px;border-radius:50%;background:#0e9f6e;flex-shrink:0;animation:pc-pulse 1.9s ease-in-out infinite}@keyframes pc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.72)}}.product-card__form{padding:0 12px 12px;margin-top:auto}.product-card__add-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 10px;border-radius:12px;font-family:var(--font-heading,inherit);font-size:.82rem;font-weight:800;letter-spacing:.2px;line-height:1.2;text-decoration:none;cursor:pointer;border:none;position:relative;overflow:hidden;white-space:nowrap;opacity:1!important;transform:none!important;background:linear-gradient(135deg,#ff6b35,#e85520)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 4px 18px #ff6b3561;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,filter .2s ease}.product-card__add-btn:hover{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 7px 26px #ff6b3594;filter:brightness(1.07);color:#fff!important}.product-card__add-btn:active{transform:scale(.96)!important;filter:brightness(.95)}.product-card__add-btn:before{content:"";position:absolute;top:0;left:-80%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.28),transparent);transform:skew(-20deg);pointer-events:none}.product-card__add-btn:hover:before{animation:pc-btn-shine .5s ease forwards}@keyframes pc-btn-shine{to{left:125%}}.product-card__add-btn.btn--disabled,.product-card__add-btn:disabled{background:#e8ecf2!important;color:#94a3b8!important;box-shadow:none!important;cursor:not-allowed;filter:none!important}.products-carousel__item .product-card{--pc-img-ratio:3/4;--pc-title-size:.84rem;--pc-price-size:1.1rem}.products-carousel__track--grid .product-card,.collection-grid .product-card,.products-grid .product-card{--pc-img-ratio:1/1;--pc-title-size:.9rem;--pc-price-size:1.18rem}.related-products-section .product-card{--pc-img-ratio:4/3;--pc-title-size:.8rem;--pc-price-size:1rem;--pc-radius:14px;border-width:1px}.related-products-section .product-card__info{padding:10px 12px 8px;gap:4px}.related-products-section .product-card__form{padding:0 10px 10px}.related-products-section .product-card__add-btn{padding:9px 8px;font-size:.74rem}.todays-deals-section .product-card,.featured-products-section .product-card{--pc-img-ratio:4/3;--pc-title-size:.92rem;--pc-price-size:1.22rem}.products-carousel__track--grid{display:grid;grid-template-columns:repeat(var(--product-grid-columns,4),minmax(0,1fr));gap:20px}.products-carousel{position:relative}.products-carousel__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.products-carousel__track::-webkit-scrollbar{display:none}.products-carousel__item{flex:0 0 calc(25% - 13px);min-width:210px;max-width:290px;scroll-snap-align:start}.carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;border:1.5px solid #E3E9F1;background:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#172a46;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #0f1f3d29}.carousel__nav:hover{background:#ff6b35;border-color:#ff6b35;color:#fff;transform:translateY(-50%) scale(1.12)}.carousel__nav:active{transform:translateY(-50%) scale(.94)}.carousel__nav--prev{left:-20px}.carousel__nav--next{right:-20px}@media(max-width:1199px){.products-carousel__track--grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.products-carousel__item{flex:0 0 calc(33.333% - 12px);min-width:195px}}@media(max-width:767px){.products-carousel__track--grid{grid-template-columns:repeat(var(--product-grid-columns-mobile,2),minmax(0,1fr));gap:12px}.products-carousel__item{flex:0 0 calc(48% - 8px);min-width:160px;max-width:220px}.product-card{--pc-title-size:.8rem;--pc-price-size:1.05rem;--pc-radius:14px}.product-card__info{padding:10px 12px 8px;gap:4px}.product-card__form{padding:0 10px 10px}.product-card__add-btn{padding:10px 8px;font-size:.76rem}.carousel__nav{width:34px;height:34px}.carousel__nav--prev{left:-4px}.carousel__nav--next{right:-4px}}@media(max-width:390px){.products-carousel__item{flex:0 0 78vw;min-width:145px}.products-carousel__track--grid{gap:10px}.product-card__add-btn{font-size:.72rem;padding:9px 6px}}.new-arrivals-section .product-card,.todays-deals-section .product-card,.todays-deals-section-wrapper .product-card,.trending-section .product-card{--pc-img-ratio: 1/1 !important}.new-arrivals-section .product-card__image-wrapper,.todays-deals-section .product-card__image-wrapper,.todays-deals-section-wrapper .product-card__image-wrapper,.trending-section .product-card__image-wrapper{aspect-ratio:1/1!important;background:#f6f8fb!important}.new-arrivals-section .product-card__title,.todays-deals-section .product-card__title,.trending-section .product-card__title{min-height:2.76em}.new-arrivals-section .product-card__description,.todays-deals-section .product-card__description,.trending-section .product-card__description{min-height:2.7em}.new-arrivals-section .product-card__rating,.todays-deals-section .product-card__rating,.trending-section .product-card__rating{min-height:18px}.product-card__rating--empty{visibility:hidden}.new-arrivals-section .product-card__price,.todays-deals-section .product-card__price,.trending-section .product-card__price{min-height:1.4em}.new-arrivals-section .product-card__form,.todays-deals-section .product-card__form,.trending-section .product-card__form{margin-top:auto}.badge--sale{background:linear-gradient(135deg,#ff6b35,#e85520)!important;color:#fff!important;border-radius:8px!important;box-shadow:0 2px 10px #ff6b3559!important}
/*# sourceMappingURL=/cdn/shop/t/88/assets/product-card.css.map */
