.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__link{display:none}@media(max-width:767px){.product-card__link{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;-webkit-tap-highlight-color:transparent}.product-card:hover{transform:none;box-shadow:none}}.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__maple{position:absolute;top:.5rem;right:.5rem;width:18px;height:18px;z-index:2;filter:brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7500%) hue-rotate(0deg) brightness(100%) contrast(110%) drop-shadow(0 1px 2px rgba(0,0,0,.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:#111;border:none;border-radius:4px;color:#fff;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:#000}.product-card__action-btn--icon{flex:0 0 auto;width:2.5rem;padding:0;background:#0000001a;color:var(--color-text)}.product-card__action-btn--icon:hover{background:#111;color:#fff}.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:.9rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--color-border);margin-top:.75rem}.product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:0;font-family:var(--font-heading)}.product-card__price-compare{margin-left:4px}.product-card__price-current{font-size:1.25rem;font-weight:700;color:#111}.product-card__price--sale .product-card__price-current{color:#111}.product-card__price-compare{font-size:.875rem;font-weight:400;color:var(--color-text-secondary);text-decoration:line-through}.product-card__availability{display:flex;align-items:center;gap:.75rem}.product-card__stock{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--color-text-secondary);white-space:nowrap}.product-card__stock-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.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__stock--backorder .product-card__stock-dot{background:var(--color-accent);box-shadow:0 0 8px var(--color-accent)}.product-card__ships-from{font-size:.6875rem;color:var(--color-text-secondary);letter-spacing:.02em;white-space:nowrap}.product-card__buy-form{margin-top:.75rem}.product-card__buy-btn{display:block;width:100%;padding:.625rem 1rem;background:#111;color:#fff;font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center;text-decoration:none;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease;margin-top:.75rem}.product-card__buy-form .product-card__buy-btn{margin-top:0}.product-card__buy-btn:hover{background:#000}.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/3/assets/component-product-card.css.map */
