:root{--brand-green: #0AA848;--brand-green-700: #087A34;--brand-black: #111111;--mm-teal: var(--brand-green);--mm-teal-700: var(--brand-green-700);--mm-sky:#EFFAF2;--mm-card-radius:16px;--mm-shadow:0 4px 16px rgba(0,0,0,.08);--mm-anim-fast:.22s;--mm-anim:.32s;--btn-radius:12px;--btn-vpad:10px;--btn-hpad:16px}@media (prefers-reduced-motion: reduce){.custom-card,.custom-card *{transition:none!important;animation:none!important}}.custom-card.product-card{display:flex;flex-direction:column;height:100%;position:relative}.custom-card{background:linear-gradient(180deg,#fafffc,#fff 60%);border:none;border-radius:var(--mm-card-radius);box-shadow:var(--mm-shadow);overflow:hidden;transform:translateZ(0);transition:transform var(--mm-anim-fast) ease,box-shadow var(--mm-anim-fast) ease}.custom-card:is(:hover,:focus-visible){transform:translateY(-4px);box-shadow:0 10px 28px #00000024}.custom-card__badge--ribbon{position:absolute;top:10px;left:0;z-index:3;background:var(--brand-green);color:#fff;font-weight:800;font-size:12px;letter-spacing:.4px;padding:6px 14px 6px 12px;text-transform:uppercase;border-radius:0 6px 6px 0;box-shadow:0 2px 6px #00000026}.custom-card__image{position:relative;width:100%;aspect-ratio:4/3;background:var(--mm-sky);display:block;overflow:hidden}.custom-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;padding:12px;border-radius:12px;transition:transform var(--mm-anim) ease,opacity var(--mm-anim-fast) ease}.custom-card__image .img-primary{opacity:1;transform:translateY(0) scale(1)}.custom-card__image .img-secondary{opacity:0;transform:translateY(4px) scale(1.02)}.custom-card:is(:hover,:focus-visible) .custom-card__image .img-primary{opacity:0;transform:translateY(-2px) scale(1.03)}.custom-card:is(:hover,:focus-visible) .custom-card__image .img-secondary{opacity:1;transform:translateY(-2px) scale(1.05)}.custom-card__inner{flex:1;display:flex;flex-direction:column;gap:8px;padding:12px 14px 0}.custom-card__subtitle{font-size:12px;color:#667085;margin:0}.custom-card__title{font-size:18px;font-weight:800;color:var(--brand-green);line-height:1.25;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-card__title a{color:inherit;text-decoration:none}.custom-card__price-tax{display:flex;align-items:baseline;gap:6px;margin-top:0}.custom-card__prices{display:flex;align-items:baseline;gap:6px;flex:1 1 auto;overflow:hidden}.custom-card__price--old{font-size:13px;color:#9ca3af;font-weight:700;text-decoration:line-through}.custom-card__price--new{font-size:20px;color:var(--brand-green);font-weight:800}.custom-card__tax{font-size:11px;color:#9ca3af;font-style:italic;margin-top:0;line-height:1.2}.guarantee-pill{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:auto;margin:4px 12px 6px;padding:4px;background:transparent;border:0;box-shadow:none;color:var(--brand-black);font-weight:700;font-size:13px}.pill-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--brand-green);box-shadow:0 0 0 2px #0aa8482e;animation:dotPulse 1.2s ease-in-out infinite}@keyframes dotPulse{0%{transform:scale(1);opacity:.9;box-shadow:0 0 0 2px #0aa8482e}50%{transform:scale(1.35);opacity:1;box-shadow:0 0 0 3px #0aa84824}to{transform:scale(1);opacity:.9;box-shadow:0 0 0 2px #0aa8482e}}.custom-card__actions{display:grid;grid-template-columns:9fr 1fr;gap:8px;margin:0 12px 12px}.custom-card__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:var(--btn-vpad) var(--btn-hpad);background:var(--brand-green);color:#fff;border:0;border-radius:var(--btn-radius);font-weight:800;font-size:14.5px;line-height:1;box-shadow:0 2px 8px #0000001f;transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease;text-decoration:none!important}.custom-card__btn:hover,.custom-card__btn:focus-visible{background:var(--brand-green-700);transform:translateY(-1px);box-shadow:0 6px 16px #00000029}.custom-card__plus .added-check{display:none;font-size:16px}.custom-card__plus.adding{opacity:.6;pointer-events:none}.custom-card__plus.added .plus-icon{display:none}.custom-card__plus.added .added-check{display:inline-block}@media (max-width:480px){.custom-card,.custom-card *{min-width:0}.custom-card__title{font-size:16px}.custom-card__price--new{font-size:clamp(16px,5.2vw,18px)}.custom-card__inner{padding:10px 12px 0}.custom-card__image img{padding:10px;border-radius:10px}.custom-card__price-tax{gap:6px;flex-wrap:nowrap;margin-top:0}.custom-card__prices{gap:6px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.custom-card__price-tax .custom-card__price--old,.custom-card__price-tax .custom-card__price--new{white-space:nowrap}.custom-card__tax{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0;line-height:1.2}.guarantee-pill{font-size:10px;margin:4px 10px 6px;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pill-dot{width:7px;height:7px;flex-basis:7px;box-shadow:0 0 0 2px #0aa84829}.custom-card__actions{margin:0 10px 10px;grid-template-columns:1fr 48px;gap:10px}.custom-card__btn{min-height:44px;font-size:15px;white-space:nowrap;border-radius:12px}}@media (max-width: 480px){.custom-card__actions{grid-template-columns:1fr!important;gap:0!important;margin:0 12px 12px}.custom-card__actions>*{grid-column:1 / -1!important}.custom-card__btn{display:flex;align-items:center;justify-content:center;width:100%!important;min-height:39px;border-radius:12px;white-space:nowrap;text-align:center;padding:0 16px!important;line-height:1}.custom-card__btn>*{line-height:1}.custom-card__plus{display:none!important}}.custom-card .custom-card__title,.custom-card .custom-card__title a,.custom-card .custom-card__price--new{color:var(--brand-black)!important}.custom-card .custom-card__price--old{color:#9ca3af!important;opacity:1;text-decoration:line-through}.custom-card .price .price-item--regular,.custom-card .price .price-item--sale{color:var(--brand-black)!important}.custom-card .price .price-item--compare{color:#9ca3af!important;text-decoration:line-through}@media (max-width:480px){.product-grid{display:grid!important;grid-template-columns:1fr!important}.product-grid>.product-card,.product-grid>*[class*=product-card],.custom-card.product-card{grid-column:1 / -1!important;width:100%!important;max-width:none!important;min-width:0!important;flex:1 1 100%!important;margin-left:0!important;margin-right:0!important}.product-grid>.grid__item,.product-grid>.swiper-slide,.product-grid>.splide__slide,.product-grid>.flickity-slider>*{grid-column:1 / -1!important;width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-cards.css.map */
