.product-card{background:var(--white);border:1px solid var(--cream);border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 16px #0000000f}.product-card__slider{aspect-ratio:1/1;background:var(--gray);overflow:hidden;position:relative;touch-action:pan-y pinch-zoom;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-card__slides{display:flex;height:100%;will-change:transform}.product-card__slide-img{display:block;flex:0 0 100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;width:100%}.product-card__hover-zones{display:flex;inset:0;opacity:0;position:absolute;z-index:2}.product-card__hover-zone{cursor:pointer;height:100%}.product-card__bars{bottom:8px;display:flex;gap:3px;left:12px;opacity:0;pointer-events:none;position:absolute;right:12px;transition:opacity .2s;z-index:3}.product-card__slider:hover .product-card__bars{opacity:1}.product-card__bar{background:#fff6;border-radius:2px;flex:1;height:3px;transition:background-color .15s}.product-card__bar.is-active{background:var(--white);box-shadow:0 0 4px #0000004d}.product-card__badge{background:var(--dusty-rose);border-radius:6px;color:var(--white);font-family:var(--font);font-size:12px;font-weight:500;left:12px;padding:4px 12px;position:absolute;top:12px;z-index:3}.product-card__info{display:flex;flex:1;flex-direction:column;padding:16px}.product-card__slider-link{display:block}.product-card__name-link,.product-card__slider-link{color:inherit;text-decoration:none}.product-card__name{font-family:var(--font);font-size:18px;font-weight:500;margin-bottom:8px;transition:color .15s}.product-card__name-link:hover .product-card__name{color:var(--gray-dark)}.product-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.product-card__tag{background:var(--gray);border-radius:10px;color:var(--gray-dark);font-family:var(--font);font-size:12px;font-weight:400;padding:2px 10px}.product-card__quantities{align-items:center;align-self:flex-start;border:1px solid var(--cream);border-radius:8px;display:inline-flex;gap:0;margin-bottom:12px;overflow:hidden}.product-card__qty-step{align-items:center;background:var(--gray);border:none;color:var(--black);cursor:pointer;display:flex;font-family:var(--font);font-size:18px;font-weight:500;height:40px;justify-content:center;padding:0;transition:background .15s;width:40px}.product-card__qty-step:hover:not(:disabled){background:var(--cream)}.product-card__qty-step:disabled{cursor:default;opacity:.3}.product-card__qty-value{color:var(--black);font-family:var(--font);font-size:14px;font-variant-numeric:tabular-nums;font-weight:500;min-width:56px;padding:0 4px;text-align:center}.product-card__bottom{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-top:auto}.product-card__price{font-family:var(--font);font-size:20px;font-variant-numeric:tabular-nums;font-weight:700}.product-card__buy{font-size:14px;height:40px;padding:0 16px}.product-card__buy.btn--outline{border-color:var(--dusty-rose);color:var(--black)}.product-card__buy.btn--outline:hover{background:var(--dusty-rose);border-color:var(--dusty-rose);color:var(--white)}@media(max-width:768px){.product-card__hover-zones{display:none}.product-card__bars{opacity:1}.product-card__info{padding:12px}.product-card__name{font-size:16px;margin-bottom:6px}.product-card__price{font-size:18px}.product-card__buy{font-size:13px;height:36px;padding:0 12px}.product-card__qty-step{height:36px;width:36px}.product-card__qty-value{font-size:13px;min-width:48px}.product-card__quantities{margin-bottom:8px}}@media(prefers-reduced-motion:reduce){.product-card__slides{transition:none!important}}
