.product-card{--motion-art-y: 0px;--motion-art-scale: 1;--motion-quick-y: 10px;--motion-quick-opacity: 0;background-color:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow 1.1s cubic-bezier(.37,0,.63,1);height:100%;display:flex;flex-direction:column}.product-card.is-motion-active{box-shadow:0 16px 36px #2d34361d}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--bg-gray)}.product-card__image{width:100%;height:100%;object-fit:cover;transform:translate3d(0,var(--motion-art-y),0) scale(var(--motion-art-scale));transform-origin:50% 52%;backface-visibility:hidden;will-change:transform;transition:none}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:8px;z-index:2}.product-card__badge{display:inline-flex;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px}.product-card__badge--new{background-color:var(--secondary-color);color:var(--white)}.product-card__badge--sale{background-color:var(--primary-color);color:var(--white)}.product-card__badge--limited{background-color:var(--accent-color);color:var(--dark-gray)}.product-card__quick-add{position:absolute;bottom:12px;right:12px;opacity:var(--motion-quick-opacity);transform:translate3d(0,var(--motion-quick-y),0);z-index:2}.product-card__quick-add-btn{--motion-root-y: 0px;--motion-root-scale: 1;width:40px;height:40px;border-radius:50%;background-color:var(--primary-color);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transform:translate3d(0,var(--motion-root-y),0) scale(var(--motion-root-scale));transition:background-color .65s ease,box-shadow .8s ease}.product-card__quick-add-btn:hover{background-color:var(--primary-hover)}.product-card__quick-add-btn svg{width:18px;height:18px}.product-card__content{padding:16px;flex:1;display:flex;flex-direction:column}.product-card__title{font-size:14px;font-weight:500;color:var(--dark-gray);line-height:1.4;margin-bottom:8px;min-height:40px}.product-card__title a:hover{color:var(--primary-color)}.product-card__rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.product-card__stars{display:flex;gap:2px}.product-card__star{width:14px;height:14px}.product-card__star--filled{color:gold;fill:gold}.product-card__star--empty{color:#e0e0e0;fill:#e0e0e0}.product-card__reviews{font-size:12px;color:var(--medium-gray)}.product-card__price{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-card__price-current{font-size:18px;font-weight:700;color:var(--primary-color)}.product-card__price-original{font-size:14px;color:var(--light-gray);text-decoration:line-through}.product-card__add-btn{width:100%;padding:10px 16px;font-size:14px;font-weight:500;color:var(--primary-color);background-color:transparent;border:2px solid var(--primary-color);border-radius:var(--radius-md);transition:background-color .6s ease,border-color .6s ease,color .6s ease;margin-top:auto}.product-card__add-btn:hover{background-color:var(--primary-color);color:var(--white)}.product-card__add-btn--added{background-color:#22c55e;border-color:#22c55e;color:var(--white)}.product-carousel{position:relative}.product-carousel__viewport{overflow:hidden}.product-carousel__container{display:flex;gap:24px}.product-carousel__slide{flex:0 0 calc(25% - 18px);min-width:280px}@media(max-width:1024px){.product-carousel__slide{flex:0 0 calc(33.333% - 16px)}}@media(max-width:768px){.product-carousel__slide{flex:0 0 calc(50% - 12px);min-width:240px}}@media(max-width:480px){.product-carousel__slide{flex:0 0 100%}}.product-carousel__nav{--motion-control-scale: 1;position:absolute;top:50%;transform:translateY(-50%) scale(var(--motion-control-scale));width:48px;height:48px;background-color:var(--white);border-radius:50%;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .6s ease,box-shadow .8s ease;z-index:10}.product-carousel__nav:hover{background-color:var(--bg-gray)}.product-carousel__nav--prev{left:-24px}.product-carousel__nav--next{right:-24px}.product-carousel__nav svg{width:24px;height:24px;color:var(--dark-gray)}@media(max-width:768px){.product-carousel__nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-card.css.map */
