:root{--hyv-card-radius: 12px;--hyv-card-bg: #ffffff;--hyv-card-border: #f0f0f0;--hyv-card-shadow: 0 2px 16px rgba(0,0,0,.06);--hyv-card-shadow-hover: 0 8px 40px rgba(0,0,0,.12);--hyv-card-transition: .28s cubic-bezier(.4, 0, .2, 1);--hyv-card-img-ratio: 100%;--hyv-card-gap: 1.5rem;--hyv-badge-fs: .625rem;--hyv-text-primary: #0f0f0f;--hyv-text-secondary: #6b6b6b;--hyv-text-muted: #a0a0a0;--hyv-accent: #0f0f0f;--hyv-sale-color: #d4380d;--hyv-star-color: #f59e0b;--hyv-swatch-size: 35px}.hyv-card{background:var(--hyv-card-bg);border-radius:var(--hyv-card-radius);overflow:hidden;position:relative;transition:box-shadow var(--hyv-card-transition),transform var(--hyv-card-transition);display:flex;flex-direction:column}.hyv-card:hover{box-shadow:var(--hyv-card-shadow-hover);transform:translateY(-2px)}.hyv-card__media{position:relative;overflow:hidden;border-radius:var(--hyv-card-radius) var(--hyv-card-radius) 0 0;background:#f5f5f5}.hyv-card__image-link{display:block}.hyv-card__image{position:relative;padding-bottom:var(--hyv-card-img-ratio)}.hyv-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;padding-bottom:0;opacity:0;transition:opacity var(--hyv-card-transition)}.hyv-card--has-hover:hover .hyv-card__image--hover{opacity:1}.hyv-card--has-hover:hover .hyv-card__image--primary{opacity:0}.hyv-card__image--primary{transition:opacity var(--hyv-card-transition)}.hyv-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hyv-card__img--placeholder{width:100%;height:100%;object-fit:cover}.hyv-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:2;pointer-events:none}.hyv-card__badge{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:var(--hyv-badge-fs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1;white-space:nowrap}.hyv-card__badge--best-seller{background:#0f0f0f;color:#fff}.hyv-card__badge--trending{background:#7c3aed;color:#fff}.hyv-card__badge--new{background:#059669;color:#fff}.hyv-card__badge--staff-pick{background:#0ea5e9;color:#fff}.hyv-card__badge--most-loved{background:#e11d48;color:#fff}.hyv-card__badge--gift-favourite{background:#d97706;color:#fff}.hyv-card__badge--hot-pick{background:#ea580c;color:#fff}.hyv-card__badge--sold-out{background:#0009;color:#fff}.hyv-card__badge--sale{background:var(--hyv-sale-color);color:#fff}.hyv-card__wishlist-btn{position:absolute;top:10px;right:10px;z-index:2;width:34px;height:34px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.85);transition:opacity var(--hyv-card-transition),transform var(--hyv-card-transition),background var(--hyv-card-transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hyv-card:hover .hyv-card__wishlist-btn{opacity:1;transform:scale(1)}.hyv-card__wishlist-btn:hover{background:#fff}.hyv-card__wishlist-btn.is-saved svg{fill:#e11d48;stroke:#e11d48}.hyv-card__info{padding:1rem 1rem 1.125rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.hyv-card__rating{display:flex;align-items:center;gap:.3rem}.hyv-card__stars{display:flex;gap:1px;font-size:.75rem}.hyv-card__star{color:var(--hyv-star-color);line-height:1}.hyv-card__star--empty{color:#e0e0e0}.hyv-card__rating-count{font-size:.6875rem;color:var(--hyv-text-muted);font-weight:500}.hyv-card__title{font-size:.9375rem;font-weight:600;line-height:1.3;margin:0;color:var(--hyv-text-primary)}.hyv-card__title a{color:inherit;text-decoration:none}.hyv-card__title a:hover{text-decoration:underline;text-underline-offset:2px}.hyv-card__descriptor{font-size:.75rem;color:var(--hyv-text-secondary);margin:0;line-height:1.4}.hyv-card__swatches{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.hyv-card__swatch{width:var(--hyv-swatch-size);height:var(--hyv-swatch-size);border-radius:50%;border:2px solid transparent;padding:1px;background:transparent;cursor:pointer;transition:border-color var(--hyv-card-transition),transform var(--hyv-card-transition);flex-shrink:0}.hyv-card__swatch:hover{transform:scale(1.15)}.hyv-card__swatch--active{border-color:var(--hyv-text-primary)}.hyv-card__swatch-inner{display:block;width:100%;height:100%;border-radius:50%}.hyv-card__swatch[data-color=White] .hyv-card__swatch-inner,.hyv-card__swatch[data-color=white] .hyv-card__swatch-inner{background:#fff!important;box-shadow:inset 0 0 0 1px #00000026}.hyv-card__swatch-more{font-size:.6875rem;color:var(--hyv-text-muted);font-weight:500}.hyv-card__capacities{display:flex;flex-wrap:wrap;gap:5px}.hyv-card__cap-pill{font-size:.6875rem;font-weight:600;letter-spacing:.04em;padding:.2rem .5rem;border-radius:4px;border:1px solid #e0e0e0;background:transparent;color:var(--hyv-text-secondary);cursor:pointer;transition:all var(--hyv-card-transition)}.hyv-card__cap-pill--active,.hyv-card__cap-pill:hover{border-color:var(--hyv-text-primary);color:var(--hyv-text-primary);background:var(--hyv-text-primary);color:#fff}.hyv-card__price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.hyv-card__prices{display:flex;align-items:baseline;gap:.375rem;flex-wrap:wrap}.hyv-card__price{font-size:.9375rem;font-weight:700;color:var(--hyv-text-primary)}.hyv-card__price--sale{color:var(--hyv-sale-color)}.hyv-card__price--compare{font-size:.8125rem;font-weight:400;color:var(--hyv-text-muted);text-decoration:line-through}.hyv-card__savings{font-size:.6875rem;font-weight:600;color:var(--hyv-sale-color);background:#d4380d14;padding:.15rem .4rem;border-radius:3px}.hyv-card__price-varies{font-size:.75rem;color:var(--hyv-text-muted);font-weight:400}.hyv-card__quick-add{flex-shrink:0}.hyv-card__add-btn{width:36px;height:36px;border-radius:50%;background:var(--hyv-text-primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background var(--hyv-card-transition),transform var(--hyv-card-transition),box-shadow var(--hyv-card-transition);flex-shrink:0}.hyv-card__add-btn:hover{background:#333;transform:scale(1.08);box-shadow:0 4px 12px #0003}.hyv-card__add-btn:active{transform:scale(.97)}.hyv-card__add-btn.is-adding,.hyv-card__add-btn.is-added{background:#059669}.hyv-card__add-btn--sold-out{background:#f0f0f0;color:#ccc;cursor:not-allowed}.hyv-card__add-btn--options{background:var(--hyv-text-primary)}.hyv-card--sold-out .hyv-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff6;pointer-events:none;z-index:1}.hyv-product-grid{display:grid;gap:var(--hyv-card-gap);grid-template-columns:repeat(var(--grid-cols, 3),1fr)}.hyv-product-grid--2col{--grid-cols: 2}.hyv-product-grid--3col{--grid-cols: 3}.hyv-product-grid--4col{--grid-cols: 4}@media screen and (max-width:1024px){.hyv-product-grid--4col{--grid-cols: 3}}@media screen and (max-width:768px){.hyv-product-grid{--grid-cols: 2;gap:.875rem}.hyv-product-grid--2col,.hyv-product-grid--4col{--grid-cols: 2}.hyv-card__info{padding:.75rem .75rem .875rem;gap:.375rem}.hyv-card__title,.hyv-card__price{font-size:.875rem}.hyv-card__wishlist-btn{opacity:1;transform:scale(1)}}@media screen and (max-width:480px){.hyv-product-grid{gap:.625rem}.hyv-card__add-btn{width:32px;height:32px}.hyv-card__descriptor{display:none}}.hyv-merch-card{border-radius:var(--hyv-card-radius);overflow:hidden;position:relative;background:#0f0f0f;display:flex;align-items:flex-end;min-height:280px}.hyv-merch-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.hyv-merch-card__media img{width:100%;height:100%;object-fit:cover;opacity:.7}.hyv-merch-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 60%)}.hyv-merch-card__content{position:relative;z-index:1;padding:1.5rem;color:#fff}.hyv-merch-card__label{font-size:.625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;opacity:.65;margin-bottom:.5rem}.hyv-merch-card__headline{font-size:1.25rem;font-weight:700;line-height:1.2;margin:0 0 .75rem}.hyv-merch-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:2px;transition:border-color .2s}.hyv-merch-card__cta:hover{border-color:#fff}.hyv-use-case-strip{display:flex;gap:.75rem;overflow-x:auto;padding:1rem 0 .5rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hyv-use-case-strip::-webkit-scrollbar{display:none}.hyv-use-case-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:100px;border:1px solid #e0e0e0;font-size:.8125rem;font-weight:500;color:var(--hyv-text-primary);white-space:nowrap;cursor:pointer;text-decoration:none;background:#fff;transition:all .2s;flex-shrink:0}.hyv-use-case-pill:hover,.hyv-use-case-pill--active{background:var(--hyv-text-primary);color:#fff;border-color:var(--hyv-text-primary)}.hyv-card__swatch-inner--text{display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#666;background:#f0f0f0;text-transform:uppercase;border-radius:50%;width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/8/assets/hyv-product-card.css.map */
