.product-card{transition:var(--hover-transition-duration, .3s) var(--hover-transition-timing, ease-out)}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f;z-index:10}.product-card__content .card-gallery{position:relative;overflow:hidden;border-radius:8px}.product-card:hover .card-gallery img{transform:scale(1.05);transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card .quick-add{opacity:0;transform:translateY(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover .quick-add{opacity:1;transform:translateY(0)}.product-card .product-card__title a{text-decoration:none;color:#333;transition:color .2s ease;display:inline-block}.product-card:hover .product-card__title a{color:#fd2d55}.product-card .price{font-weight:600;color:#333}.product-card .price--sale{color:#fd2d55}.product-card__badge{position:absolute;top:12px;left:12px;z-index:5;display:flex;flex-direction:column;gap:6px}.badge--sale{background:linear-gradient(135deg,#fd2d55,#ff6b8a);color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #fd2d554d}.badge--new{background:linear-gradient(135deg,#50553d,#6b7052);color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #50553d4d}.badge--low-stock{background:linear-gradient(135deg,#ff9500,#ffab40);color:#fff;padding:6px 12px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #ff95004d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.product-card__actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__actions{opacity:1;transform:translate(0)}.product-card__action-btn{width:40px;height:40px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.product-card__action-btn:hover{background:#fd2d55;color:#fff;transform:scale(1.1)}.product-card__action-btn svg{width:18px;height:18px}.product-card__swatches{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.product-card__swatch{width:24px;height:24px;border-radius:50%;border:2px solid #ffffff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;position:relative}.product-card__swatch:hover{transform:scale(1.15);box-shadow:0 3px 8px #00000026}.product-card__swatch--selected{outline:2px solid #FD2D55;outline-offset:2px}.product-card__link:focus-visible{outline:3px solid #FD2D55;outline-offset:3px;border-radius:4px}.product-card__action-btn:focus-visible{outline:3px solid #FD2D55;outline-offset:2px}@media (max-width: 768px){.product-card:hover{transform:none;box-shadow:0 4px 12px #00000014}.product-card__actions{opacity:1;transform:translate(0)}.product-card .quick-add{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.product-card__action-btn{width:36px;height:36px}.product-card__action-btn svg{width:16px;height:16px}.badge--sale,.badge--new,.badge--low-stock{font-size:10px;padding:4px 8px}}.product-card.is-loading{opacity:.6;pointer-events:none}.product-card.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.product-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.product-grid{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/enhanced-product-cards.css.map */
