.product-card{position:relative;display:flex;flex-direction:column}.product-card__image-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--color-background-secondary, var(--color-border));margin-bottom:16px;isolation:isolate}.product-card__image-link{display:block;width:100%;height:100%}.product-card__image,.product-card__image-link img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card__image-placeholder{width:100%;height:100%;background:var(--color-background-secondary, var(--color-border))}.no-touchevents .product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge,.product-card__oos-badge{position:absolute;top:12px;left:12px;z-index:4;font-family:var(--font-stack-body-primary);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 8px;white-space:nowrap}.product-card__badge--forest{background:var(--color-button);color:var(--color-button-label)}.product-card__badge--tan{background:var(--color-tan);color:var(--color-cream)}.product-card__oos-badge{background:var(--color-text);color:var(--color-cream);opacity:.85}.product-card--oos .product-card__image,.product-card--oos .product-card__image-link img{opacity:.7}.product-card__rating-badge{position:absolute;top:12px;left:12px;z-index:4;display:inline-flex;align-items:center;padding:5px 9px;background:#faf8f5eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;line-height:1}.product-card__badge~.product-card__rating-badge,.product-card__oos-badge~.product-card__rating-badge{top:40px}.product-card__rating-badge .jdgm-preview-badge:empty,.product-card__rating-badge:has(.jdgm-prev-badge[data-number-of-reviews="0"]){display:none}.product-card__rating-badge:has(.jdgm-preview-badge:empty){display:none}.product-card__rating-badge .jdgm-prev-badge{display:inline-flex;align-items:center;gap:5px}.product-card__rating-badge .jdgm-prev-badge__stars{display:inline-flex;align-items:center;gap:1px;font-size:11px;color:var(--color-success, #286140);line-height:1}.product-card__rating-badge .jdgm-prev-badge__text{font-family:var(--font-stack-body-primary);font-size:10px;font-weight:500;letter-spacing:.04em;color:var(--color-text, #3A3A3A);white-space:nowrap}.product-card__ingredient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .4s ease;z-index:2}.product-card__ingredient-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#286140e6}.product-card__ingredient-overlay--card .product-card__ingredient-point--left{left:20px;right:auto}.product-card__ingredient-overlay--card .product-card__ingredient-point--right{right:20px;left:auto}.product-card__ingredient-point{position:absolute;display:block;max-width:min(200px,44%)}.product-card__ingredient-callout{display:flex;flex-direction:column;gap:4px;width:100%}.product-card__ingredient-point--right .product-card__ingredient-callout{align-items:flex-end}.product-card__ingredient-title-row{display:flex;align-items:center;gap:8px;width:100%}.product-card__ingredient-point--right .product-card__ingredient-title-row{flex-direction:row-reverse}.product-card__ingredient-label{flex-shrink:0;font-family:var(--font-stack-headings-primary);font-size:13px;font-weight:800;line-height:1.15;letter-spacing:0;color:var(--color-cream);overflow-wrap:anywhere;word-break:break-word;opacity:0;transform:translate(-8px);transition:opacity .3s ease .1s,transform .3s ease .1s}.product-card__ingredient-point--right .product-card__ingredient-label{transform:translate(8px)}.product-card__ingredient-tags{font-family:var(--font-stack-body-primary);font-size:10px;font-weight:400;letter-spacing:0;text-transform:none;line-height:1.3;color:#faf8f5d9;overflow-wrap:anywhere;word-break:break-word;margin:0;max-width:10em;opacity:0;transform:translateY(4px);transition:opacity .3s ease .15s,transform .3s ease .15s}.product-card__ingredient-point--right .product-card__ingredient-tags{text-align:right}.product-card__ingredient-line{flex:1 1 0;width:auto;min-width:24px;height:1px;background:#fff9;transform-origin:left;transform:scaleX(0);transition:transform .4s ease .05s;align-self:center}.product-card__ingredient-point--right .product-card__ingredient-line{transform-origin:right}.product-card__ingredient-marker{width:6px;height:6px;background:var(--color-cream);border-radius:50%;flex-shrink:0;opacity:0;transition:opacity .3s ease}.product-card__ingredient-text{display:none}.product-card__hover-top-bar{position:absolute;top:0;left:0;right:0;padding:16px;display:flex;justify-content:flex-end;align-items:flex-start;gap:12px;opacity:0;transform:translateY(-4px);transition:opacity .3s ease,transform .3s ease;z-index:3;pointer-events:none}.product-card:hover .product-card__hover-top-bar{pointer-events:auto}.product-card__hover-action-group{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.product-card__actives-caption{font-family:var(--font-stack-body-primary);font-size:10px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--color-cream)}.product-card__view-btn{font-family:var(--font-stack-body-primary);font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-cream);text-decoration:none;background:#0000004d;padding:6px 12px;display:inline-flex;align-items:center;gap:6px;transition:background-color .2s ease,gap .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.no-touchevents .product-card__view-btn:hover{background:#00000080;gap:10px}.product-card__view-btn-arrow{display:inline-block}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__ingredient-overlay{opacity:1}.product-card:hover .product-card__ingredient-label,.product-card:hover .product-card__ingredient-tags{opacity:1;transform:translate(0) translateY(0)}.product-card:hover .product-card__ingredient-line{transform:scaleX(1)}.product-card:hover .product-card__ingredient-marker{opacity:1}.product-card:hover .product-card__hover-top-bar{opacity:1;transform:translateY(0)}}@media(hover:none),(pointer:coarse){.product-card__ingredient-overlay,.product-card__hover-top-bar{display:none!important}}@media(max-width:749px){.product-card__ingredient-overlay--card .product-card__ingredient-point--left{left:clamp(14px,9%,22px)}.product-card__ingredient-overlay--card .product-card__ingredient-point--right{right:clamp(14px,9%,22px)}.product-card__ingredient-overlay--card .product-card__ingredient-point{max-width:min(148px,40%)}.product-card__ingredient-overlay--card .product-card__ingredient-label{font-size:11px}.product-card__ingredient-overlay--card .product-card__ingredient-tags{font-size:9px;max-width:9em}.product-card__ingredient-overlay--card .product-card__ingredient-title-row{gap:6px}.product-card__ingredient-overlay--card .product-card__ingredient-line{min-width:14px}}.product-card__info{display:flex;flex-direction:column}.product-card__line{font-family:var(--font-stack-body-primary);font-size:10px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:6px}.product-card__line-link{color:inherit;text-decoration:none;transition:color .2s ease}.no-touchevents .product-card__line-link:hover{color:var(--color-text)}.product-card__name{font-family:var(--font-stack-headings-primary);font-size:16px;font-weight:500;line-height:1.3;color:var(--color-text);text-decoration:none;display:block;margin-bottom:4px;transition:color .2s ease}.no-touchevents .product-card__name:hover{color:var(--color-button)}.product-card__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.product-card__price{font-family:var(--font-stack-body-primary);font-size:13px;font-weight:500;color:var(--color-text)}.product-card__savings-badge{font-family:var(--font-stack-body-primary);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.2;color:var(--color-button-label);background:var(--color-button);padding:4px 8px}.product-card__desc{font-family:var(--font-stack-body-primary);font-size:12px;font-weight:300;line-height:1.5;color:var(--color-text-secondary);margin:0 0 8px}.product-card--compact .product-card__name{font-size:14px}.product-card--compact .product-card__price{font-size:12px}.product-card--compact .product-card__savings-badge{font-size:9px;padding:3px 6px}.product-card--compact .product-card__line{font-size:9px}.product-card--compact .product-card__desc{display:none}.product-card__image-link:focus-visible,.product-card__name:focus-visible,.product-card__view-btn:focus-visible{outline:2px solid var(--color-button);outline-offset:2px}@media(prefers-reduced-motion:reduce){.product-card__image,.product-card__image-link img,.product-card__ingredient-overlay,.product-card__ingredient-text,.product-card__ingredient-line,.product-card__ingredient-marker,.product-card__hover-top-bar,.product-card__view-btn,.product-card__name{transition:none!important}.no-touchevents .product-card:hover .product-card__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-product-card.css.map */
