.homepage-product-card{--homepage-product-card-bg: #ffffff;--homepage-product-card-text: #000000;--homepage-product-card-sale: #17873f;--homepage-product-card-cta-hover-bg: #0aa34a;--homepage-product-card-cta-hover-text: #ffffff;--homepage-product-card-width: 100%;--homepage-product-card-height: 439px;--homepage-product-card-max-width: none;--homepage-product-card-radius: 24px;--homepage-product-card-padding: 24px;--homepage-product-card-media-transition: .4s ease;--homepage-product-card-atc-border: rgba(0, 0, 0, .2);display:block;width:var(--homepage-product-card-width);max-width:var(--homepage-product-card-max-width);min-width:0;height:var(--homepage-product-card-height)}.homepage-product-card__surface{position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;min-height:0;padding:var(--homepage-product-card-padding);border-radius:var(--homepage-product-card-radius);background-color:var(--homepage-product-card-bg);color:var(--homepage-product-card-text);overflow:hidden}.homepage-product-card__default{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto;min-height:0}.homepage-product-card__label{flex-shrink:0;margin:0;font-family:var(--font-family-base);font-size:.875rem;font-weight:var(--font-weight-light);line-height:var(--line-height-tight);letter-spacing:var(--tracking-normal);transition:opacity var(--homepage-product-card-media-transition)}.homepage-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-height:0;overflow:hidden;transition:opacity var(--homepage-product-card-media-transition)}.homepage-product-card__media-link{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit;text-decoration:none;cursor:pointer}.homepage-product-card__image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.homepage-product-card__image--primary,.homepage-product-card__image--secondary{transition:opacity var(--homepage-product-card-media-transition)}.homepage-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;visibility:hidden;overflow:hidden;border-radius:inherit;pointer-events:none;transition:opacity var(--homepage-product-card-media-transition),visibility var(--homepage-product-card-media-transition)}.homepage-product-card__picture,.homepage-product-card__img{display:block;width:100%;height:100%}.homepage-product-card__img{object-fit:contain;object-position:center}.homepage-product-card__image--secondary .homepage-product-card__picture,.homepage-product-card__image--secondary .homepage-product-card__img--cover,.homepage-product-card__hover-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.homepage-product-card__info{display:flex;flex-direction:column;flex-shrink:0;gap:8px;transition:opacity var(--homepage-product-card-media-transition)}.homepage-product-card__title{margin:0;font-family:var(--font-family-base);font-size:1rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);letter-spacing:var(--tracking-normal)}.homepage-product-card__title-link{color:inherit;text-decoration:none;cursor:pointer}.homepage-product-card__title-link:focus-visible{text-decoration:underline;text-underline-offset:2px}.homepage-product-card__price{margin:0;font-family:var(--font-family-base);font-size:.875rem;font-weight:var(--font-weight-light);line-height:var(--line-height-tight);letter-spacing:var(--tracking-normal)}.homepage-product-card__price-separator{margin-inline:.25em}.homepage-product-card__price-sale{color:var(--homepage-product-card-sale)}.homepage-product-card__actions{position:relative;z-index:2;display:flex;flex-direction:column;gap:6px;flex-shrink:0}.homepage-product-card__actions addcart-section{display:flex;flex-direction:column;gap:6px;width:100%}.homepage-product-card__atc{position:relative;width:100%}.homepage-product-card__cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 24px;border:0;border-radius:100px;background-color:var(--homepage-product-card-bg);opacity:1;font-family:var(--font-family-base);font-size:1.125rem;font-weight:var(--font-weight-light);font-style:normal;line-height:100%;letter-spacing:0;text-align:center;text-transform:capitalize;cursor:pointer}.homepage-product-card__cta--subscribe{color:var(--homepage-product-card-sale)}.homepage-product-card__cta--atc{color:var(--homepage-product-card-text)}.homepage-product-card__cta:not(:disabled):focus-visible{background-color:var(--homepage-product-card-cta-hover-bg);border-color:var(--homepage-product-card-cta-hover-bg);color:var(--homepage-product-card-cta-hover-text);outline:2px solid var(--homepage-product-card-cta-hover-bg);outline-offset:2px}.homepage-product-card__cta:disabled{cursor:not-allowed;opacity:.5}.homepage-product-card__atc-options{position:absolute;inset-inline:0;bottom:100%;z-index:3;margin-bottom:8px;padding:8px;border-radius:var(--radius-sm);background-color:var(--homepage-product-card-bg)}.homepage-product-card__atc-options.hidden{display:none}.homepage-product-card__atc-swatches{display:flex;flex-wrap:wrap;gap:8px;max-height:120px;overflow-y:auto;scrollbar-width:none}.homepage-product-card__atc-swatches::-webkit-scrollbar{display:none}.homepage-product-card__atc-swatch{flex-shrink:0;padding:4px 8px;border:1px solid var(--homepage-product-card-atc-border);border-radius:var(--radius-pill);background:transparent;color:inherit;font-family:var(--font-family-base);font-size:.75rem;line-height:var(--line-height-tight);cursor:pointer}.homepage-product-card__atc-swatch:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.homepage-product-card__atc-swatch:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media(min-width:768px)and (hover:hover)and (pointer:fine){.homepage-product-card__title-link:hover{text-decoration:underline;text-underline-offset:2px}.homepage-product-card__cta:not(:disabled):hover{background-color:var(--homepage-product-card-cta-hover-bg);border-color:var(--homepage-product-card-cta-hover-bg);color:var(--homepage-product-card-cta-hover-text)}.homepage-product-card__actions{position:absolute;inset-inline:0;bottom:0;z-index:2;padding:var(--homepage-product-card-padding);visibility:hidden;opacity:0;pointer-events:none;transition:opacity var(--homepage-product-card-media-transition),visibility var(--homepage-product-card-media-transition)}.homepage-product-card.group:hover .homepage-product-card__actions{visibility:visible;opacity:1;pointer-events:auto}.homepage-product-card.group:hover .homepage-product-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;flex:none;border-radius:inherit;overflow:hidden}.homepage-product-card.group:hover .homepage-product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:inherit}.homepage-product-card.group:hover .homepage-product-card__image--primary{opacity:0}.homepage-product-card.group:hover .homepage-product-card__image--secondary{opacity:1;visibility:visible}.homepage-product-card.group:hover .homepage-product-card__label,.homepage-product-card.group:hover .homepage-product-card__info{opacity:0;pointer-events:none}}@media(hover:none),(pointer:coarse){.homepage-product-card.group:hover .homepage-product-card__image--primary{opacity:1}.homepage-product-card.group:hover .homepage-product-card__image--secondary{opacity:0;visibility:hidden}.homepage-product-card.group:hover .homepage-product-card__label,.homepage-product-card.group:hover .homepage-product-card__info{opacity:1;pointer-events:auto}.homepage-product-card.group:hover .homepage-product-card__media{position:relative;inset:auto;z-index:auto;flex:1 1 auto;border-radius:0;overflow:visible}.homepage-product-card.group:hover .homepage-product-card__media-link{position:relative;inset:auto;width:100%;height:100%;border-radius:0}.homepage-product-card__cta:not(:disabled):hover{background:transparent;border-color:var(--homepage-product-card-atc-border);color:inherit}.homepage-product-card__cta--subscribe:not(:disabled):hover{color:var(--homepage-product-card-sale)}}@media(min-width:768px)and (hover:none),(min-width:768px)and (pointer:coarse){.homepage-product-card__actions{position:relative;visibility:visible;opacity:1;pointer-events:auto;padding:0;margin-top:12px}}@media(max-width:767px){.homepage-product-card__surface{overflow:visible}.homepage-product-card__image--secondary{display:none}.homepage-product-card__actions{position:relative;visibility:visible;opacity:1;pointer-events:auto;margin-top:12px}.homepage-product-card__cta{padding:12px 24px;border:1px solid var(--homepage-product-card-atc-border);background:transparent;justify-content:flex-start}.homepage-product-card__cta--subscribe{color:var(--homepage-product-card-sale)}.homepage-product-card__cta--atc{color:inherit;justify-content:center}}@media(min-width:1024px){.homepage-product-card__title{font-size:1.125rem}}@media(prefers-reduced-motion:reduce){.homepage-product-card__label,.homepage-product-card__info,.homepage-product-card__image--primary,.homepage-product-card__image--secondary,.homepage-product-card__actions{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/99/assets/homepage-product-card.css.map */
