.product-card{position:relative;width:100%;height:100%;display:flex;flex-direction:column;padding:var(--product-card-padding, 0);background-color:var(--product-card-bg-color, transparent);border-radius:10px}.product-card__image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:var(--product-card-border-radius, 0);background-color:#f3f3f3}.product-card__image-wrapper[data-aspect-ratio=square]{aspect-ratio:1 / 1}.product-card__image-wrapper[data-aspect-ratio=vertical]{aspect-ratio:3 / 4}.product-card__image-wrapper[data-aspect-ratio=auto]{aspect-ratio:auto;padding-top:0}.product-card__slider{position:relative;width:100%;height:100%;overflow:hidden}.product-card__slider-track{display:flex;width:100%;height:100%;transition:transform .4s ease;will-change:transform}.product-card__slide{flex:0 0 100%;width:100%;height:100%;position:relative}.product-card__image-container{display:block;width:100%;height:100%}.product-card__image-link{display:block;width:100%;height:100%;text-decoration:none;position:relative}.product-card__image{width:100%;height:100%;object-fit:var(--product-card-object-fit, cover);display:block;transition:transform .4s ease;background-color:#f3f3f3}.product-card__image--placeholder{background:#f3f3f3;display:flex;align-items:center;justify-content:center}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__slider-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:5}.product-card__dot{width:6px;height:6px;border-radius:50%;border:none;background:#ffffff80;padding:0;cursor:pointer;transition:all .3s ease;outline:none}.product-card__dot:focus-visible{outline:2px solid currentColor;outline-offset:2px}.product-card__dot--active{background:#fff;width:20px;border-radius:4px}.product-card__badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:var(--product-card-badge-bg-color, #ffd700);border-radius:4px;font-weight:500;z-index:10;line-height:1}.product-card__badge-icon{display:inline-flex;align-items:center;flex-shrink:0}.product-card__badge-icon svg{width:var(--product-card-badge-icon-size, 16px);height:var(--product-card-badge-icon-size, 16px);color:currentColor}.product-card__badge-text{white-space:nowrap}.product-card__actions{display:flex;gap:8px;flex-shrink:0}.product-card__action{width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;text-decoration:none;color:#000;padding:0}.product-card__action:hover{background:#fff;transform:scale(1.1)}.product-card__action:active{transform:scale(.95)}.product-card__action-icon{width:36px;height:36px;color:currentColor}.product-card__action--favorite.is-favorite .product-card__action-icon--heart{display:none}.product-card__action--favorite.is-favorite .product-card__action-icon--heart-filled{display:block!important;color:red}.product-card__info{padding:1.5rem 0 0;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex:1;min-height:0}.product-card__info-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.product-card__title{margin:0;font-size:1.6rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:4.16rem}.product-card__title a{color:inherit;text-decoration:none;transition:opacity .2s ease}.product-card__title a:hover{opacity:.7}.product-card__price{display:flex;flex-direction:column;gap:.3rem}.product-card__price-compare{font-size:1.4rem;color:#999;text-decoration:line-through;order:1}.product-card__price-current{font-size:1.8rem;font-weight:700;color:#000;order:2}.product-card__slider-track.is-dragging{transition:none;cursor:grabbing}.product-card__slider{cursor:grab}.product-card__slider:active{cursor:grabbing}
/*# sourceMappingURL=/cdn/shop/t/69/assets/product-card.css.map */
