.wld-product-card{background:var(--white);border-radius:var(--wld-card-radius) var(--wld-card-radius) 0 0;overflow:hidden;border:none;display:flex;flex-direction:column;min-height:100%;transition:transform .3s ease,box-shadow .3s ease}.wld-product-card:hover{box-shadow:none;transform:translateY(-4px)}.wld-product-card--empty{background:var(--cream);border-color:transparent;min-height:260px}.wld-product-card__empty{padding:2rem;font-size:13px;color:var(--mid)}.wld-product-card__media{position:relative}.wld-product-card__img-wrap{aspect-ratio:1 / 1;overflow:hidden;background:var(--cream);position:relative;border-radius:var(--wld-card-radius) var(--wld-card-radius) 0 0}.wld-product-card__img-inner{width:100%;height:100%;transition:transform .4s ease;display:flex;align-items:center;justify-content:center}.wld-product-card:hover .wld-product-card__img-inner,.wld-product-card:focus-within .wld-product-card__img-inner{transform:scale(1.04)}.wld-product-card__img-inner--1{background:linear-gradient(160deg,#ccd9c8,#8aaa84)}.wld-product-card__img-inner--2{background:linear-gradient(160deg,#d4c4b0,#a08460)}.wld-product-card__img-inner--3{background:linear-gradient(160deg,#c8c8b0,#8a9068)}.wld-product-card__img-inner--4{background:linear-gradient(160deg,#d0c0a0,#a89068)}.wld-product-card__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.wld-product-card-puffs{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:8px;z-index:2;pointer-events:none}.wld-product-card-puff{display:inline-block;background:#1f2218;color:#dde8af;font-family:var(--sans);font-size:15px;font-weight:600;font-style:italic;font-synthesis:none;line-height:1.2;letter-spacing:var(--wld-caps-tracking, .111em);text-transform:uppercase;padding:4px 8px;border-radius:3px;width:fit-content}@media(max-width:749px){.wld-product-card-puffs{top:.5rem;left:.5rem;gap:4px}.wld-product-card-puff{font-size:11px;padding:3px 5px}}.wld-product-card-puff-secondary{background:#fff;color:#1f2218}.wld-product-card-puff-green{background:var(--green);color:var(--white)}.wld-product-card-puff-red{background:var(--red, #c0392b);color:var(--white)}.wld-product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.wld-product-card__info{padding:1.5rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.wld-product-card__farm{font-size:10px;font-weight:600;letter-spacing:var(--wld-caps-tracking);text-transform:uppercase;color:var(--green-text);margin:0}.wld-product-card__title{margin:0;font-size:20px!important;font-weight:500!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wld-product-card__title a{color:inherit;text-decoration:none}.wld-product-card__reviews{margin:2px 0}.wld-product-card__reviews .jdgm-prev-badge__text{display:none}.wld-product-card__excerpt{margin:0 0 8px;font-family:var(--sans);font-size:15px;line-height:var(--wld-body-line);color:#878577;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(2 * 15px * var(--wld-body-line, 1.35))}.wld-product-card__price-row{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;margin-top:auto}.wld-product-card__price{font-family:var(--serif);font-size:20px!important;font-weight:500!important;color:var(--black)}.wld-product-card__unit{color:var(--wld-section-eyebrow)}.wld-product-card__weight{font-family:var(--sans);font-size:18px;font-weight:300;color:var(--black)}.wld-product-card__recipe,.wld-product-card__recipe-text{color:var(--green-text)}.wld-product-card__recipe-link{color:var(--green-text);text-decoration:none}.wld-product-card__recipe-link:hover,.wld-product-card__recipe-link:focus-visible{color:var(--black);text-decoration:underline}.wld-product-card__add-btn{position:absolute;bottom:24px;left:50%;transform:translate(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#83c61a;color:#fff;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background .2s ease,opacity .18s ease,transform .24s cubic-bezier(.22,1,.36,1)}.wld-product-card__add-btn .ggicon{font-size:14px;position:relative;top:2px}.wld-product-card__qty-btn .ggicon{font-size:15px;position:relative;top:2px}.wld-product-card__add-btn:hover{background:#95e11e}.wld-product-card__add-btn:disabled{opacity:.5;cursor:not-allowed}.wld-product-card__add-btn--goto{text-decoration:none}.wld-product-card__img-wrap.has-qty .wld-product-card__add-btn,.wld-product-card__quick-area.has-qty .wld-product-card__add-btn{opacity:0;pointer-events:none;transform:translate(-50%) scale(.9)}.wld-product-card__quick-btn:hover:not(:disabled){opacity:.88}.wld-product-card__quick-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.wld-product-card__quick-goto{margin:0;width:auto}.wld-product-card__sr-form{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.wld-product-card__qty-stepper{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:0;z-index:4;background:#ffffffeb;border-radius:999px;padding:3px;max-width:44px;overflow:hidden;opacity:0;pointer-events:none;transition:max-width .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.wld-product-card__qty-stepper.is-active{max-width:160px;opacity:1;pointer-events:auto}.wld-product-card__qty-btn{width:38px;height:38px;border-radius:50%;border:none;cursor:pointer;font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wld-product-card__qty-btn--minus{background:#d9d9d9;color:#fff;order:1}.wld-product-card__qty-count{order:2;min-width:48px;text-align:center;font-family:var(--sans);font-size:16px;font-weight:500;color:var(--black)}.wld-product-card__qty-btn--plus{background:#83c61a;color:#fff;border-radius:50%;order:3}.wld-product-card__qty-btn--plus:hover{background:#95e11e}@media(prefers-reduced-motion:reduce){.wld-product-card:hover{transform:none}.wld-product-card:hover .wld-product-card__img-inner,.wld-product-card:focus-within .wld-product-card__img-inner{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/wld-product-card.css.map */
