.product-grid__heading{color:var(--lj-brand-5)}.product-grid__cta{margin-top:var(--lj-sp-20);text-align:center}.product-grid{column-gap:12px;row-gap:12px}@media screen and (min-width:768px){.product-grid{column-gap:12px;row-gap:12px}}.product-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;height:100%;padding:12px;border:1px solid #e3e3e3;border-radius:8px;background:#fff}.product-card__link{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;flex-grow:1;color:inherit;text-decoration:none}.product-card__link:hover{color:inherit}.product-card__media{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;background:var(--lj-bg-1)}.product-card__media img,.product-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.product-card__offer{position:absolute;top:0;right:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:40px;padding:4px 6px 6px;background:#f26722;color:#fff;font-size:11px;font-weight:700;line-height:1.1;text-align:center}.product-card__soldout{position:absolute;top:4px;left:4px;z-index:1}.product-card__details{display:flex;flex-direction:column;justify-content:flex-start;gap:6px;flex:1;width:100%}.product-card__caption{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0 0 2px;font-size:10px;font-weight:380;line-height:12px;color:#2f815c}@media screen and (min-width:768px){.product-card__caption{font-size:14px;line-height:16.8px}}.product-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;font-weight:630;line-height:16.2px;color:#000}@media screen and (min-width:768px){.product-card__name{font-size:16px;line-height:21.6px}}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%}.product-card__price{display:flex;align-items:center;gap:2px;overflow:hidden}.product-card__price-current{font-size:14px;font-weight:630;line-height:18.9px;color:#000}.product-card__price-compare{margin-left:4px;font-size:10px;font-weight:380;line-height:12px;color:#666;text-decoration:line-through}@media screen and (min-width:768px){.product-card__price-current{font-size:18px;line-height:24.3px}.product-card__price-compare{font-size:14px;line-height:16.8px}}.product-card__rating{display:flex;align-items:center;gap:2px;font-size:8px;font-weight:380;line-height:normal;color:#666;white-space:nowrap}.product-card__rating svg{width:12px;height:12px;color:var(--lj-star);flex-shrink:0}@media screen and (min-width:768px){.product-card__rating{font-size:12px}}.product-card__divider{flex-shrink:0;width:2px;height:12px;margin-right:6px;border-radius:4px;background:#e3e3e3}.product-card__form{width:100%}.product-card__add{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:1px solid #2f815c;border-radius:8px;background:#2f815c;color:#fff;font-size:14px;font-weight:520;line-height:17.5px;cursor:pointer;transition:background-color var(--lj-dur) var(--lj-ease)}@media screen and (min-width:768px){.product-card__add{border-radius:6px;font-size:16px;line-height:20px}}.product-card__add:hover{background:var(--lj-brand-4);border-color:var(--lj-brand-4)}.product-card__add--disabled,.product-card__add[disabled]{background:var(--lj-bg-2);border-color:var(--lj-bg-2);color:var(--lj-text-disabled);cursor:not-allowed}.product-card__error{margin:var(--lj-sp-4) 0 0;font-size:11px;color:var(--lj-error-2)}.product-card__attrs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;width:100%}.product-card__flavour{display:inline-block;padding:2px 6px;border-radius:4px;background:var(--lj-green-tint);color:var(--lj-green);font-size:10px;font-weight:var(--lj-fw-semi);line-height:1.4;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.product-card__age{font-size:12px;font-weight:var(--lj-fw-reg);line-height:1.4;color:var(--lj-text-secondary);white-space:nowrap}.product-card__pack{flex:0 0 auto;padding:2px 8px;border:1px solid var(--lj-border-1);border-radius:var(--lj-radius-pill);font-size:12px;line-height:1.4;color:var(--lj-text-secondary);white-space:nowrap}.product-card__options{position:absolute;left:6px;bottom:6px;z-index:1;padding:2px 8px;border-radius:var(--lj-radius-pill);background:#ffffffeb;color:var(--lj-text-secondary);font-size:11px;font-weight:var(--lj-fw-med);line-height:1.5;white-space:nowrap}.product-card__ribbon{position:absolute;top:0;left:0;z-index:1;padding:3px 8px;border-radius:4px 0;background:var(--lj-green);color:var(--lj-text-inverse);font-size:10px;font-weight:var(--lj-fw-semi);line-height:1.4;white-space:nowrap}.product-card--collection{padding:8px;border-radius:0}.product-card--collection .product-card__link{align-items:stretch;gap:8px;text-align:left}.product-card--collection .product-card__offer{display:none}.product-card--collection .product-card__media{border-radius:4px;background:transparent}.product-card--collection .product-card__details{gap:8px;flex:0 0 auto}.product-card--collection .product-card__name{-webkit-line-clamp:1;font-size:12px;font-weight:520;line-height:16.2px;color:#000}.product-card--collection .product-card__tags{display:flex;align-items:center;gap:min(2%,4px);width:100%;overflow:hidden}.product-card__tag{display:inline-flex;align-items:center;flex:0 0 auto;padding:4px;border:1px solid #fbe79d;border-radius:4px;background:#fff8e1;color:#666;font-size:8px;font-weight:630;line-height:9.6px;text-transform:uppercase;white-space:nowrap}.product-card__tag[data-tag=CHOCOLATE]{background:#fff5ed;border-color:#d7ac85;color:#6c370a}.product-card__tag[data-tag="DOUBLE CHOCOLATE"]{background:#fae9dc;border-color:#bfa893;color:#5e2e06}.product-card__tag[data-tag=VANILLA]{background:ivory;border-color:#b8b88d;color:#85855d}.product-card__tag[data-tag=HAZELNUT]{background:#fff2e7;border-color:#d6b190;color:#945824}.product-card__tag[data-tag="MIXED BERRY"]{background:#fff2fd;border-color:#e8c4e1;color:#9d4a8e}.product-card__tag[data-tag=STRAWBERRY],.product-card__tag[data-tag="STRAWBERRY HONEY"]{background:#fff0f2;border-color:#ffa7b5;color:#aa2037}.product-card__tag[data-tag="PEANUT BUTTER"]{background:#ffedd0;border-color:#cfbe7e;color:#7c650d}.product-card--collection .product-card__meta{gap:0;min-height:0}.product-card--collection .product-card__pack{padding:0;border:0;border-radius:0;font-size:12px;font-weight:380;color:#8d8d8d}.product-card--collection{position:relative}.product-card__form--overlay{position:absolute;top:8px;left:8px;right:8px;width:auto;aspect-ratio:1;pointer-events:none}.product-card__form--overlay .product-card__add{position:absolute;right:6px;bottom:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:48px;min-width:0;height:28px;padding:0 4px;border:1px solid #2f815c;border-radius:4px;box-shadow:1.5px 1.5px #2f815c;background:#fff;color:#2f815c;font-size:13.3333px;font-weight:400;line-height:1.2;pointer-events:auto}.product-card__add-label{font-size:14px;font-weight:520;line-height:17.5px}@media screen and (min-width:768px){.product-card__add-label{font-size:16px;line-height:20px}}.product-card--collection .product-card__add-label{font-size:12px;line-height:15px}.product-card__add-note{font-size:10px;font-weight:var(--lj-fw-reg);line-height:1.2}@media(hover:hover)and (pointer:fine){.product-card__form--overlay .product-card__add:hover{background:#2f815c;color:#fff}}.product-card--collection .product-card__pack-divider{flex:0 0 auto;width:2px;height:12px;margin:0 6px 0 auto;border-radius:4px;background:#e3e3e3}.product-card--collection .product-card__pack{margin-left:0}@media screen and (min-width:768px){.product-card--collection{padding:12px}.product-card--collection .product-card__details{margin-top:4px}.product-card--collection .product-card__name{font-size:16px;line-height:21.6px}.product-card--collection .product-card__tag{padding:6px;font-size:12px;line-height:14.4px}.product-card--collection .product-card__form--overlay{top:12px;left:12px;right:12px}.product-card--collection .product-card__form--overlay .product-card__add{width:64px;height:36px;font-size:13.3333px}.product-card--collection .product-card__add-label{font-size:16px;line-height:20px}}.product-card--collection .product-card__price-current{display:flex;align-items:center;font-size:14px;font-weight:630;line-height:18.9px}.product-card--collection .product-card__price-symbol{align-self:center;height:10px;margin-top:-2px;font-size:10px;font-weight:380;line-height:12px}.product-card--collection .product-card__price-compare{margin-left:0;font-size:10px;font-weight:380;line-height:12px}.product-card--collection .product-card__meta{flex-wrap:nowrap;overflow:hidden}.product-card--collection .product-card__price{flex:0 1 auto;min-width:0}.product-card--collection .product-card__pack{flex:0 0 auto;font-size:10px;line-height:12px}@media screen and (min-width:768px){.product-card--collection .product-card__price-current{font-size:18px;line-height:24.3px}.product-card--collection .product-card__price-symbol{height:14.8px;font-size:14px;line-height:16.8px}.product-card--collection .product-card__price-compare{font-size:14px;line-height:16.8px}.product-card--collection .product-card__pack{font-size:12px;line-height:14.4px}}.product-card__callout{position:absolute;top:0;right:0;z-index:1;display:flex;align-items:center;justify-content:center;width:40px;min-height:43.6px;padding:2px 4px 8px;background:#eb6200;color:#fff;font-size:14px;font-weight:630;line-height:16.8px;text-align:center;clip-path:polygon(0 0,100% 0,100% 100%,50% calc(100% - 6px),0 100%)}.product-card__stepper{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;overflow:hidden;border:1px solid #2f815c;border-radius:6px;background:#fff;color:#2f815c}.product-card__stepper[hidden]{display:none}.product-card__step{display:flex;width:48px;height:100%;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:0;background:#edfcf5;color:inherit;cursor:pointer}.product-card__step:disabled{color:var(--lj-text-disabled);cursor:not-allowed}.product-card__step svg{display:block;width:24px;height:24px}.product-card__step-count{flex:1 1 auto;font-size:14px;font-weight:520;line-height:17.5px;text-align:center}@media screen and (min-width:768px){.product-card__step-count{font-size:16px;line-height:20px}}.product-card__form--overlay .product-card__stepper{position:absolute;right:6px;bottom:6px;width:72px;height:28px;border-radius:4px;pointer-events:auto}.product-card__form--overlay .product-card__step{width:24px}.product-card__form--overlay .product-card__step svg{width:16px;height:16px}.product-card__form--overlay .product-card__step-count{font-size:12px;line-height:15px}@media screen and (min-width:768px){.product-card__form--overlay .product-card__stepper{width:80px;height:36px;border-radius:6px}.product-card__form--overlay .product-card__step svg{width:20px;height:20px}.product-card__form--overlay .product-card__step-count{font-size:16px;line-height:20px}}.product-card .product-card__add[hidden],.product-card .product-card__stepper[hidden]{display:none}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-product-card.css.map */
