.product-card{--product-card-spacing-3xs: 8px;--product-card-spacing-2xs: 16px;--product-card-spacing-xs: 12px;--product-card-spacing-sm: 16px;--product-card-spacing-md: 24px;--product-card-spacing-lg: 32px;display:flex;flex-direction:column;background-color:#fafafa;border-radius:12px;overflow:hidden}.product-card__image-wrapper{position:relative;display:block;width:100%}.product-card__image{display:block;width:100%;aspect-ratio:320 / 200;object-fit:cover;border-radius:12px 12px 0 0}.product-card__image-placeholder{width:100%;aspect-ratio:320 / 200;background-color:#d9d9d9;border-radius:12px 12px 0 0}.product-card__badge{position:absolute;top:8px;right:8px;background-color:var(--product-card-badge-bg, #cafffa);padding:6px 16px;border-radius:6px;border:1px solid transparent;transition:opacity .3s ease}.product-card__badge.badge--style-rounded{border-radius:25px 0 0 25px;top:16px;right:0}.product-card__badge[hidden]{display:none}.product-card__badge-text{font-size:18px;font-weight:800;line-height:1.3;letter-spacing:.8px;text-transform:uppercase;color:var(--product-card-badge-color, black)}.product-card__tag-badges{position:absolute;top:16px;left:8px;z-index:1;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.product-card__tag-badge{padding:4px 8px;border-radius:6px;border:1px solid black}.product-card__tag-badge-text{font-size:16px;font-style:italic;font-weight:400;line-height:1.3;letter-spacing:.8px;text-transform:uppercase;color:#000}.product-card__body{display:flex;flex-direction:column;justify-content:space-between;gap:var(--product-card-spacing-xs);flex:1;padding:var(--product-card-spacing-2xs) var(--product-card-spacing-md) var(--product-card-spacing-md)}.product-card__top{display:flex;flex-direction:column;align-items:center;gap:var(--product-card-spacing-2xs)}.product-card__rating{display:flex;align-items:center;gap:8px}.product-card__rating-score{display:flex;align-items:center;gap:2px;padding:4px 10px;border:1px solid #f89c5b;border-radius:999px}.product-card__rating-number{font-size:14px;line-height:1;color:#000}.product-card__rating-star{width:12px;height:12px;flex-shrink:0}.product-card__rating-reviews{font-size:14px;font-style:italic;line-height:1.3;color:#000}.product-card__title-group{display:flex;flex-direction:column;align-items:center;gap:var(--product-card-spacing-3xs);text-align:center;max-width:80%}.product-card__title{margin:0;font-size:21px;font-weight:800;line-height:1.2;color:#000}.product-card__subtitle{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:#000}.product-card__middle,.product-card__toggle-wrapper{display:flex;flex-direction:column;align-items:center;gap:var(--product-card-spacing-2xs)}.product-card__toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.product-card__toggle-track{position:relative;display:flex;align-items:center;width:60px;height:30px;border-radius:749px;border:1.2px solid #2c3b3a;background:linear-gradient(180deg,#395e5a,#2c3b3a);box-shadow:inset 0 6.6px 6.6px #395e5a;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.product-card__toggle-thumb{position:absolute;left:28.2px;width:33px;height:33px;border-radius:749px;border:1.2px solid #3b3b3b;background:linear-gradient(180deg,#fff 17.708%,#dedede 90.441%);transition:left .35s cubic-bezier(.4,0,.2,1)}.product-card__toggle[aria-checked=false] .product-card__toggle-track{background:linear-gradient(180deg,#dedede,#c8c8c8);box-shadow:inset 0 6.6px 6.6px #c8c8c8;border-color:#c8c8c8}.product-card__toggle[aria-checked=false] .product-card__toggle-thumb{left:-1.2px}.product-card__toggle-labels{display:flex;align-items:center;gap:24px;font-size:16px;font-weight:700;line-height:1.3}.product-card__toggle-label{transition:color .3s ease}.product-card__toggle-label--once{color:#595959}.product-card__toggle-label--subscribe{color:#000}.product-card__toggle[aria-checked=false]~.product-card__toggle-labels .product-card__toggle-label--once{color:#000}.product-card__toggle[aria-checked=false]~.product-card__toggle-labels .product-card__toggle-label--subscribe{color:#595959}.product-card__benefits-wrapper{display:grid;align-self:center}.product-card__benefits{grid-area:1 / 1;opacity:1;transition:opacity .15s ease}.product-card__benefits[hidden]{display:none}@starting-style{.product-card__benefits{opacity:0}}.product-card__benefits ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;width:-webkit-fit-content;width:fit-content}.product-card__benefits li{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:400;line-height:1.3;color:#000}.product-card__benefits li span{display:contents}.product-card__benefits svg{flex-shrink:0;width:16px;height:16px}.product-card__description{margin:0;font-size:16px;font-weight:400;line-height:1.3;color:#000;text-align:center}.product-card__footer{display:flex;flex-direction:column;align-items:center;gap:var(--product-card-spacing-2xs)}.product-card__pricing{display:flex;flex-direction:column;align-items:center;gap:4px}.product-card__prices{display:flex;align-items:center}.product-card__prices[hidden]{display:none}.product-card__prices .price{display:flex;align-items:center}.product-card__prices .price-content{display:flex;align-items:center;gap:var(--product-card-spacing-2xs)}.product-card__prices .compare-at-price{font-size:21px;font-weight:800;line-height:1.3;color:#595959}.product-card__prices .compare-at-price s{-webkit-text-decoration:line-through;text-decoration:line-through;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.product-card__prices .regular-price{font-size:21px;font-weight:800;line-height:1.3;color:#000}.product-card__prices-bundle{display:flex;align-items:center}.product-card__prices-bundle-col{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 var(--product-card-spacing-sm)}.product-card__prices-bundle-col--original+.product-card__prices-bundle-col--sale{border-left:1px solid #a1a1a1}.product-card__bundle-price{font-size:21px;font-weight:800;line-height:1.3}.product-card__bundle-price--original{color:#595959;-webkit-text-decoration:line-through;text-decoration:line-through;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.product-card__bundle-price--sale{color:#000}.product-card__price-per-serving{font-size:14px;font-weight:400;line-height:1.3;color:#000}.product-card__cta{display:flex;align-items:center;justify-content:center;padding:16px 48px;border-radius:100px;border:none;background-color:var(--product-card-cta-bg, #44cabd);font-size:16px;font-weight:800;line-height:1.3;letter-spacing:.8px;text-transform:uppercase;color:var(--product-card-cta-color, black);cursor:pointer;transition:background-color .25s ease,color .25s ease;white-space:nowrap}.product-card__cta:hover{background-color:#000;color:#fff}
