.monthlees-product-card-grid{--mpc-card-bg: #ffffff;--mpc-card-border: #e4e4e7;--mpc-card-radius: 12px;--mpc-body-pad: 1rem;--mpc-title: #18181b;--mpc-text: #71717a;--mpc-price: #18181b;--mpc-compare: #9ca3af;--mpc-vendor: #9ca3af;--mpc-star: #f59e0b;--mpc-star-empty: #e5e7eb;--mpc-badge-bg: #ef4444;--mpc-badge-text: #ffffff;--mpc-media-bg: #f4f4f5;--mpc-grid-gap: 1.25rem}.monthlees-product-card-grid{display:grid;gap:var(--mpc-grid-gap);grid-template-columns:repeat(var(--mpc-cols-mobile, 1),minmax(0,1fr))}@media screen and (min-width:750px){.monthlees-product-card-grid{grid-template-columns:repeat(var(--mpc-cols-tablet, 2),minmax(0,1fr))}}@media screen and (min-width:990px){.monthlees-product-card-grid{grid-template-columns:repeat(var(--mpc-cols-desktop, 3),minmax(0,1fr))}}.monthlees-product-card-grid--scroll{display:flex;flex-wrap:nowrap;align-items:stretch;gap:var(--mpc-grid-gap);width:max-content;min-width:100%}.monthlees-product-card-grid--scroll>.monthlees-product-card-grid__item,.monthlees-product-card-grid--scroll>.monthlees-products-list__item{flex:0 0 var(--mpl-card-width, 18rem);scroll-snap-align:start;min-width:0}.monthlees-product-card-grid--scroll>.monthlees-products-list__item--promo{flex-basis:var(--mpl-promo-width, 20rem)}.monthlees-product-card-grid--scroll .monthlees-product-card{height:100%}.monthlees-product-card{display:flex;flex-direction:column;height:100%;background:var(--mpc-card-bg);border:1px solid var(--mpc-card-border);border-radius:var(--mpc-card-radius);overflow:hidden;box-shadow:0 1px 2px #1a1a180a}.monthlees-product-card__media-wrap{position:relative;background:var(--mpc-media-bg)}.monthlees-product-card__media{display:block;aspect-ratio:var(--mpc-image-ratio, 1);overflow:hidden}.monthlees-product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}.monthlees-product-card__media:hover .monthlees-product-card__image{transform:scale(1.03)}.monthlees-product-card__placeholder{width:100%;height:100%;background:var(--mpc-media-bg)}.monthlees-product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;padding:.3125rem .625rem;border-radius:999px;background:var(--mpc-badge-bg);color:var(--mpc-badge-text);font-size:.6875rem;font-weight:700;line-height:1.2;letter-spacing:.02em;white-space:nowrap}.monthlees-product-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:.5rem;padding:var(--mpc-body-pad)}.monthlees-product-card__meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:1.125rem}.monthlees-product-card__meta-row--start{justify-content:flex-start}.monthlees-product-card__vendor{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mpc-vendor);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monthlees-product-card__stars{display:inline-flex;align-items:center;gap:.0625rem;flex-shrink:0;margin:0;font-size:.8125rem;line-height:1}.monthlees-product-card__star{color:var(--mpc-star)}.monthlees-product-card__star--empty{color:var(--mpc-star-empty)}.monthlees-product-card__title{margin:0;font-size:1rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.monthlees-product-card__title a{color:var(--mpc-title);text-decoration:none}.monthlees-product-card__title a:hover{text-decoration:underline}.monthlees-product-card__description{margin:0;font-size:.875rem;line-height:1.55;color:var(--mpc-text);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.monthlees-product-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem .5rem;margin-top:auto;padding-top:.25rem}.monthlees-product-card__pricing{display:flex;flex-direction:column;gap:.375rem;margin-top:auto;padding-top:.25rem}.monthlees-product-card__price-line{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.monthlees-product-card__price-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mpc-vendor);flex-shrink:0}.monthlees-product-card__price--guest{font-size:1rem;font-weight:700;color:var(--mpc-price)}.monthlees-product-card__member-value{position:relative;text-align:right}.monthlees-product-card__member-visible{display:block;font-size:.8125rem;font-weight:500;line-height:1.35;color:var(--mpc-text)}.monthlees-product-card__member-placeholder{font-style:italic;max-width:9rem}.monthlees-product-card__member-visible--resolved{font-size:1rem;font-weight:700;font-style:normal;color:var(--mpc-member-price, #2d6a4f);max-width:none}.monthlees-product-card__pricing--member-resolved .monthlees-product-card__price-line--guest{opacity:.72}.monthlees-product-card__bold-target{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.monthlees-product-card__price{font-size:1.0625rem;font-weight:700;color:var(--mpc-price)}.monthlees-product-card__compare{font-size:.875rem;color:var(--mpc-compare);text-decoration:line-through}.monthlees-product-card__member-note{width:100%;margin:0;font-size:.75rem;line-height:1.4;color:var(--mpc-text)}.monthlees-product-card__form{margin:.375rem 0 0}.monthlees-product-card__form .monthlees-product-form__error{margin:0 0 .5rem;font-size:.8125rem;line-height:1.4;color:#b91c1c}.monthlees-product-card__form .monthlees-product-form__error[hidden]{display:none}.monthlees-product-card__form .monthlees-ui-btn-wrap,.monthlees-product-card__form .monthlees-ui-btn{width:100%}.monthlees-product-card__cta{width:100%;min-height:2.625rem;border-radius:calc(var(--mpc-card-radius) * .75);font-weight:600}.monthlees-product-card__cta[disabled]{opacity:.55;cursor:not-allowed}.monthlees-product-card__cta--icon{width:2.5rem;height:2.5rem;min-height:0;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.monthlees-product-card__cta-icon{width:1.125rem;height:1.125rem;display:block}.monthlees-product-card__cta-icon svg{width:100%;height:100%;display:block}@media(prefers-reduced-motion:reduce){.monthlees-product-card__image{transition:none}.monthlees-product-card__media:hover .monthlees-product-card__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/monthlees-product-card.css.map */
