.hormonize-product-card{--hormonize-product-card-radius: 16px;--hormonize-product-card-shadow: 0 10px 28px rgba(0, 0, 0, .05), 0 3px 8px rgba(0, 0, 0, .03);--hormonize-product-card-shadow-hover: 0 16px 36px rgba(0, 0, 0, .08), 0 6px 16px rgba(0, 0, 0, .05);--hormonize-product-card-body-padding-block-start: 13px;--hormonize-product-card-body-padding-block-end: var(--hormonize-space-2);--hormonize-product-card-body-padding-inline: var(--hormonize-space-2);--hormonize-product-card-rating-price-gap: 5px;--hormonize-product-card-price-row-gap: 3px;--hormonize-product-card-title-size: 1.4rem;--hormonize-product-card-price-size: 1.7rem;--hormonize-product-card-compare-size: 1.2rem;--hormonize-product-card-title-line-height: 1.3;--hormonize-product-card-rating-gap: .2rem;--hormonize-product-card-media-aspect: 1 / 1;--hormonize-product-card-title-slot-height: calc( var(--hormonize-product-card-title-size) * var(--hormonize-product-card-title-line-height) * 2 );--hormonize-product-card-rating-slot-height: 0rem;--hormonize-product-card-price-compare-row-height: calc( var(--hormonize-product-card-compare-size) * 1.2 );--hormonize-product-card-price-current-row-height: calc( var(--hormonize-product-card-price-size) * 1.1 );--hormonize-product-card-price-slot-height: calc( var(--hormonize-product-card-price-compare-row-height) + var(--hormonize-product-card-price-current-row-height) + var(--hormonize-product-card-price-row-gap) );--hormonize-product-card-body-slot-gap: 0;--hormonize-product-card-cta-slot-height: 0rem;--hormonize-product-card-body-min-height: calc( var(--hormonize-product-card-title-slot-height) + var(--hormonize-product-card-price-slot-height) + var(--hormonize-product-card-body-slot-gap) );display:flex;flex-direction:column;width:100%;min-width:0;min-height:100%;overflow:hidden;border-radius:var(--hormonize-product-card-radius);background:var(--hormonize-color-surface);box-shadow:var(--hormonize-product-card-shadow);color:inherit;text-decoration:none;transition:transform var(--hormonize-transition-default),box-shadow var(--hormonize-transition-default)}.hormonize-product-card__media{position:relative;flex:0 0 auto;width:100%;aspect-ratio:var(--hormonize-product-card-media-aspect);min-height:0;overflow:hidden;background:var(--hormonize-color-surface)}.hormonize-product-card__badge{position:absolute;top:var(--hormonize-space-1);left:var(--hormonize-space-1);z-index:2;padding:.5rem 1.2rem;border-radius:var(--hormonize-radius-pill);background:var(--hormonize-color-primary);color:var(--hormonize-color-surface);box-shadow:0 4px 14px #f55d943d;font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;line-height:1.2;letter-spacing:.02em;text-transform:capitalize}.hormonize-product-card__image-wrap{position:relative;width:100%;height:100%;padding:0;overflow:hidden}.hormonize-product-card__image-wrap--placeholder{display:flex;align-items:center;justify-content:center;background:var(--hormonize-color-surface-soft)}.hormonize-product-card__placeholder-svg{width:58%;height:auto;opacity:.45}.hormonize-product-card__image{display:block;width:100%;height:100%;object-fit:contain;object-position:top center}.hormonize-product-card__image--primary{transition:transform var(--hormonize-transition-default),opacity var(--hormonize-transition-default)}.hormonize-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:transform var(--hormonize-transition-default),opacity var(--hormonize-transition-default)}.hormonize-product-card--show-rating{--hormonize-product-card-rating-slot-height: 1.92rem;--hormonize-product-card-body-min-height: calc( var(--hormonize-product-card-title-slot-height) + var(--hormonize-product-card-rating-slot-height) + var(--hormonize-product-card-price-slot-height) + (var(--hormonize-product-card-body-slot-gap) * 2) + var(--hormonize-product-card-rating-price-gap) )}.hormonize-product-card__body{display:grid;flex:0 0 auto;grid-template-rows:var(--hormonize-product-card-title-slot-height) var(--hormonize-product-card-price-slot-height) var(--hormonize-product-card-cta-slot-height);gap:var(--hormonize-product-card-body-slot-gap);align-content:start;min-height:var(--hormonize-product-card-body-min-height);padding-block:var(--hormonize-product-card-body-padding-block-start) var(--hormonize-product-card-body-padding-block-end);padding-inline:var(--hormonize-product-card-body-padding-inline)}.hormonize-product-card--show-rating .hormonize-product-card__body{grid-template-rows:var(--hormonize-product-card-title-slot-height) var(--hormonize-product-card-rating-slot-height) var(--hormonize-product-card-price-slot-height) var(--hormonize-product-card-cta-slot-height)}.hormonize-product-card__title-slot{grid-row:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:var(--hormonize-product-card-title-slot-height);max-height:var(--hormonize-product-card-title-slot-height);overflow:hidden;margin:0;padding:0}.hormonize-product-card__title{margin:0;align-self:flex-start;color:var(--hormonize-color-text);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--hormonize-product-card-title-size);font-weight:600;line-height:var(--hormonize-product-card-title-line-height);letter-spacing:-.01em;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hormonize-product-card__rating-slot{grid-row:2;display:flex;align-items:flex-start;min-height:var(--hormonize-product-card-rating-slot-height);margin:0;padding:0}.hormonize-product-card__rating{display:flex;flex-wrap:nowrap;align-items:center;gap:var(--hormonize-product-card-rating-gap);width:100%;margin:0;padding:0}.hormonize-product-card .rating{flex-shrink:0;line-height:1}.hormonize-product-card .rating-star{--color-rating-star: var(--hormonize-color-primary);--letter-spacing: .12;--font-size: 1.92;font-weight:700}.hormonize-product-card__rating-count{flex-shrink:0;margin-inline-start:.1rem;color:var(--hormonize-color-text-muted);font-family:var(--font-body-family);font-size:1.25rem;font-weight:500;line-height:1}.hormonize-product-card__price-slot{grid-row:2;display:flex;align-items:flex-start;min-height:var(--hormonize-product-card-price-slot-height);margin:0;padding:0}.hormonize-product-card--show-rating .hormonize-product-card__price-slot{grid-row:3;margin-top:var(--hormonize-product-card-rating-price-gap)}.hormonize-product-card__price{display:grid;grid-template-rows:var(--hormonize-product-card-price-compare-row-height) var(--hormonize-product-card-price-current-row-height);row-gap:var(--hormonize-product-card-price-row-gap);align-items:start;align-content:start;width:100%;margin:0;padding:0}.hormonize-product-card__price-compare-row{display:flex;align-items:flex-start;min-height:var(--hormonize-product-card-price-compare-row-height);margin:0;padding:0}.hormonize-product-card__price-current-row{display:flex;align-items:flex-start;min-height:var(--hormonize-product-card-price-current-row-height);margin:0;padding:0}.hormonize-product-card__price-compare{color:var(--hormonize-color-text-muted);font-family:var(--font-body-family);font-size:var(--hormonize-product-card-compare-size);font-weight:400;line-height:1.2;text-decoration:line-through;margin:0}.hormonize-product-card__price-current{color:var(--hormonize-color-primary);font-family:var(--font-heading-family);font-size:var(--hormonize-product-card-price-size);font-weight:700;line-height:1.1;margin:0}.hormonize-product-card--placeholder{pointer-events:none;cursor:default}.hormonize-product-card:focus-visible{outline:2px solid var(--hormonize-color-primary);outline-offset:3px}@media screen and (min-width:750px){.hormonize-product-card{--hormonize-product-card-body-padding-block-start: 11px;--hormonize-product-card-body-padding-block-end: var(--hormonize-space-2);--hormonize-product-card-body-padding-inline: var(--hormonize-space-2);--hormonize-product-card-rating-price-gap: 0;--hormonize-product-card-price-row-gap: 0;--hormonize-product-card-title-size: 1.5rem;--hormonize-product-card-price-size: 1.8rem;--hormonize-product-card-body-slot-gap: 0;--hormonize-product-card-media-aspect: 3 / 3.35}.hormonize-product-card--show-rating{--hormonize-product-card-rating-slot-height: 1.92rem}}@media screen and (min-width:990px){.hormonize-product-card{--hormonize-product-card-body-padding-inline: var(--hormonize-space-2);--hormonize-product-card-price-size: 1.9rem}.hormonize-product-card--show-rating{--hormonize-product-card-rating-slot-height: 1.92rem}}@media(hover:hover)and (pointer:fine){.hormonize-product-card:not(.hormonize-product-card--placeholder):hover{transform:translateY(-4px);box-shadow:var(--hormonize-product-card-shadow-hover)}.hormonize-product-card:not(.hormonize-product-card--placeholder):hover .hormonize-product-card__image--primary{transform:scale(1.03)}.hormonize-product-card--has-secondary-image:hover .hormonize-product-card__image--primary{opacity:0}.hormonize-product-card--has-secondary-image:hover .hormonize-product-card__image--secondary{opacity:1;transform:scale(1.03)}}@media(hover:hover)and (pointer:fine)and (min-width:750px){.hormonize-product-card:not(.hormonize-product-card--placeholder):hover{transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.hormonize-product-card,.hormonize-product-card__image,.hormonize-product-card__image--secondary{transition:none}.hormonize-product-card:not(.hormonize-product-card--placeholder):hover{transform:none}.hormonize-product-card:not(.hormonize-product-card--placeholder):hover .hormonize-product-card__image--primary,.hormonize-product-card--has-secondary-image:hover .hormonize-product-card__image--secondary{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/component-hormonize-product-card.css.map */
