.product-card{position:relative;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-6px);border-color:var(--color-accent);box-shadow:0 12px 40px #0006,0 0 30px rgba(var(--color-accent-rgb),.15)}.product-card__image-container{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(135deg,var(--color-bg) 0%,var(--color-bg-secondary) 100%)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card:hover .product-card__image{transform:scale(1.08)}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image--primary{opacity:0}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}.product-card__actions{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(17,17,17,.85),transparent);transform:translateY(100%);transition:transform .3s ease;display:flex;gap:.5rem}.product-card:hover .product-card__actions{transform:translateY(0)}.product-card__action-btn{flex:1;padding:.75rem;background:var(--color-accent);border:none;border-radius:4px;color:var(--color-bg);font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-card__action-btn:hover{background:var(--color-accent-secondary)}.product-card__action-btn--icon{flex:0 0 auto;width:2.5rem;padding:0;background:#ffffff1a;color:var(--color-text)}.product-card__action-btn--icon:hover{background:var(--color-accent);color:var(--color-bg)}.product-card__content{padding:1.25rem}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.25rem}.product-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--color-accent)}.product-card__specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.product-card__spec{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:rgba(var(--color-accent-rgb),.1);border-radius:3px;font-size:.625rem;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent)}.product-card__spec-icon{width:12px;height:12px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--color-border);margin-top:.75rem}.product-card__price{font-family:var(--font-heading);font-size:1.125rem;font-weight:700}.product-card__price--sale .product-card__price-current{color:#ff4757}.product-card__price-compare{font-size:.875rem;font-weight:400;color:var(--color-text-secondary);text-decoration:line-through;margin-left:.5rem}.product-card__availability{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.product-card__stock{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--color-text-secondary)}.product-card__stock-dot{width:6px;height:6px;border-radius:50%}.product-card__stock--in-stock .product-card__stock-dot{background:var(--color-accent);box-shadow:0 0 8px var(--color-accent)}.product-card__stock--low .product-card__stock-dot{background:#f9ca24;box-shadow:0 0 8px #f9ca24}.product-card__stock--out .product-card__stock-dot{background:#ff4757}.product-card__ships-from{font-size:.625rem;color:var(--color-text-secondary);letter-spacing:.02em}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-secondary));transform:scaleX(0);transition:transform .3s ease}.product-card:hover:before{transform:scaleX(1)}.product-card--loading .product-card__image-container,.product-card--loading .product-card__title,.product-card--loading .product-card__price{background:linear-gradient(90deg,var(--color-bg-secondary) 25%,var(--color-border) 50%,var(--color-bg-secondary) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 480px){.product-card__content{padding:1rem}.product-card__title{font-size:.9375rem}.product-card__actions{position:static;transform:none;background:none;padding:0 1rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
