.shop-mt{--shop-mt-bg: #f7f5eb;--shop-mt-card-bg: #ffffff;--shop-mt-card-border: rgba(0, 0, 0, .06);--shop-mt-card-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 12px 32px -22px rgba(40, 38, 28, .18);--shop-mt-media-bg: #f6f3e9;--shop-mt-text: #1c1c1c;--shop-mt-text-muted: rgba(28, 28, 28, .7);--shop-mt-accent: #3f4e39;--shop-mt-cta-bg: #d98904;--shop-mt-cta-bg-hover: #c47b03;--shop-mt-cta-fg: #ffffff;--shop-mt-badge-red-bg: #aa3430;--shop-mt-badge-green-bg: #20924d;--shop-mt-badge-neutral-bg: #645454;position:relative;padding-top:var(--shop-mt-pad-top, 80px);padding-bottom:var(--shop-mt-pad-bottom, 80px);background:var(--shop-mt-bg);color:var(--shop-mt-text)}.shop-mt *,.shop-mt *:before,.shop-mt *:after{box-sizing:border-box}.shop-mt__inner{width:100%;margin:0 auto}.shop-mt__header{display:grid;grid-template-columns:1fr;align-items:end;gap:24px;padding-bottom:40px;text-align:center;position:relative}@media(min-width:750px){.shop-mt__header{grid-template-columns:1fr auto 1fr;padding-bottom:56px}}.shop-mt__header-text{display:flex;flex-direction:column;align-items:center;gap:8px;grid-column:1 / -1}@media(min-width:750px){.shop-mt__header-text{grid-column:2}}.shop-mt__heading{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(34px,4.4vw,56px);letter-spacing:.06em;line-height:1.05;color:var(--shop-mt-text)}.shop-mt__leaf{display:inline-flex;color:var(--shop-mt-accent);margin:4px 0 2px}.shop-mt__leaf svg{width:64px;height:24px;display:block}.shop-mt__desc,.shop-mt__desc p{margin:0;font-size:14px;color:var(--shop-mt-text-muted);line-height:1.55}@media(min-width:750px){.shop-mt__desc,.shop-mt__desc p{font-size:15px}}.shop-mt__view-all{justify-self:center;display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border:1px solid rgba(0,0,0,.18);border-radius:999px;background:transparent;color:var(--shop-mt-text);text-decoration:none;font-size:14px;line-height:1;font-weight:500;transition:background .18s ease,border-color .18s ease;white-space:nowrap}@media(min-width:750px){.shop-mt__view-all{grid-column:3;justify-self:end}}.shop-mt__view-all:hover{background:#0000000a;border-color:#00000052}.shop-mt__view-all-arrow svg{width:16px;height:16px;display:block}.shop-mt__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;list-style:none;margin:0;padding:0;width:100%}@media(min-width:750px){.shop-mt__grid{gap:16px}}@media(min-width:990px){.shop-mt__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1180px;margin:0 auto}}.shop-mt__item{display:flex}.shop-mt-card{position:relative;display:grid;grid-template-columns:1fr;width:100%;min-width:0;background:var(--shop-mt-card-bg);border:1px solid var(--shop-mt-card-border);border-radius:var(--shop-mt-card-radius, 22px);box-shadow:var(--shop-mt-card-shadow);overflow:hidden}@media(min-width:990px){.shop-mt-card{grid-template-columns:46% 54%;grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"media body" "footer footer";min-height:368px;height:auto;align-items:stretch}}.shop-mt-card__media-link{display:block;text-decoration:none;color:inherit;min-width:0;min-height:0;overflow:hidden;padding:18px 18px 0;box-sizing:border-box}@media(min-width:990px){.shop-mt-card__media-link{grid-area:media;height:100%;padding:18px 0 0 18px}}.shop-mt-card__media{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--shop-mt-media-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;box-sizing:border-box;border-radius:14px}@media(min-width:990px){.shop-mt-card__media{aspect-ratio:auto;height:100%;min-height:0;padding:0}}.shop-mt-card__media img,.shop-mt-card__img{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;transition:transform .32s ease}@media(max-width:749px){.shop-mt-card__media img,.shop-mt-card__img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important}}.shop-mt-card:hover .shop-mt-card__media img,.shop-mt-card:hover .shop-mt-card__img{transform:scale(1.03)}.shop-mt-card__img--placeholder{display:flex;align-items:center;justify-content:center;color:#00000026;padding:40px;width:100%;height:100%}.shop-mt-card__img--placeholder svg{width:60%;height:auto}.shop-mt-card__body{padding:22px;display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0}@media(min-width:990px){.shop-mt-card__body{grid-area:body;padding:24px 30px 10px;gap:12px}}.shop-mt-card__badge{align-self:flex-start;display:inline-block;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.01em;color:#fff;line-height:1.2}.shop-mt-card__badge--green{background:var(--shop-mt-badge-green-bg)}.shop-mt-card__badge--red{background:var(--shop-mt-badge-red-bg)}.shop-mt-card__badge--neutral{background:var(--shop-mt-badge-neutral-bg)}.shop-mt-card__title-link{text-decoration:none;color:inherit}.shop-mt-card__title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(24px,2.4vw,31px);line-height:1.15;letter-spacing:0;color:var(--shop-mt-text)}.shop-mt-card__title-link:hover .shop-mt-card__title{color:var(--shop-mt-accent)}.shop-mt-card__desc{margin:0;font-size:13px;line-height:1.5;color:var(--shop-mt-text-muted)}.shop-mt-card__review{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin-top:-4px}.shop-mt-card__stars{display:inline-flex;gap:1px}.shop-mt-card__stars svg{width:11px;height:11px;fill:var(--shop-mt-star-color, #78af39)}.shop-mt-card__review-rating{font-size:11.5px;font-weight:600;color:var(--shop-mt-text);line-height:1.2}.shop-mt-card__review-quote{flex:1 1 100%;font-size:11px;line-height:1.35;color:var(--shop-mt-text-muted);font-style:italic}.shop-mt-card__servings{font-size:11px;line-height:1.35;color:var(--shop-mt-text-muted)}.shop-mt-card__shipping-hint{font-size:11px;line-height:1.35;color:var(--shop-mt-accent);font-weight:500}.shop-mt-card__shipping-hint--free{color:var(--shop-mt-badge-green-bg)}.shop-mt-card__scarcity{width:100%;display:flex;flex-direction:column;gap:6px}.shop-mt-card__scarcity-copy{margin:0;font-size:11px;line-height:1.4;color:var(--shop-mt-text-muted);text-align:center}.shop-mt-card__scarcity-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}a.shop-mt-card__alt-cta,a.shop-mt-card__alt-cta:visited{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 14px;border-radius:999px;background:var(--shop-mt-cta-bg);color:var(--shop-mt-cta-fg);font-size:12px;font-weight:600;text-decoration:none;transition:background .18s ease;flex:1 1 auto;text-align:center}a.shop-mt-card__alt-cta:hover{background:var(--shop-mt-cta-bg-hover);color:var(--shop-mt-cta-fg)}.shop-mt-card__alt-cta--ghost{background:transparent;color:var(--shop-mt-accent);border:1px solid rgba(63,78,57,.25)}a.shop-mt-card__alt-cta--ghost,a.shop-mt-card__alt-cta--ghost:visited{color:var(--shop-mt-accent)}a.shop-mt-card__alt-cta--ghost:hover{background:#3f4e390f;color:var(--shop-mt-accent)}.shop-mt-card__cta--limit{background:#aa34301f;color:#8a2e2a;cursor:not-allowed}@media(min-width:750px){.shop-mt-card__desc{font-size:13px}}.shop-mt-card__usps{list-style:none;margin:2px 0 4px;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;text-align:center}.shop-mt-card__usp{display:flex;flex-direction:column;align-items:center;gap:5px}.shop-mt-card__usp-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#3f4e391a;color:var(--shop-mt-accent)}.shop-mt-card__usp-icon svg{width:16px;height:16px;display:block}.shop-mt-card__usp-label{font-size:10.5px;line-height:1.25;color:var(--shop-mt-text-muted);max-width:110px}.shop-mt-card__footer{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:end;gap:12px;margin-top:0;padding:0 22px 22px}@media(min-width:990px){.shop-mt-card__footer{grid-area:footer;grid-template-columns:46% 54%;gap:0;align-items:end;padding:0 22px 22px}}.shop-mt-card__price-block{display:flex;flex-direction:column;gap:2px;min-width:0;align-self:end}.shop-mt-card__price{font-size:20px;font-weight:500;line-height:1.1;color:var(--shop-mt-text);letter-spacing:0}.shop-mt-card__price-was{margin-left:8px;font-size:14px;color:var(--shop-mt-text-muted);text-decoration:line-through;font-weight:400}.shop-mt-card__unit-price{font-size:11px;color:var(--shop-mt-text-muted);letter-spacing:.02em;text-transform:uppercase}.shop-mt-card__cta-wrap{justify-self:end;width:100%;display:flex;flex-direction:column;align-items:stretch}@media(min-width:990px){.shop-mt-card__cta-wrap{padding-left:20px}}.shop-mt-card__form{width:100%}a.shop-mt-card__cta,button.shop-mt-card__cta,a.shop-mt-card__cta:visited,button.shop-mt-card__cta:visited{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:10px 18px;background:var(--shop-mt-cta-bg);color:var(--shop-mt-cta-fg);border:0;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.01em;cursor:pointer;text-decoration:none;transition:background .18s ease,transform .12s ease;position:relative;white-space:nowrap}a.shop-mt-card__cta:hover,button.shop-mt-card__cta:hover{background:var(--shop-mt-cta-bg-hover);color:var(--shop-mt-cta-fg)}.shop-mt-card__cta:active{transform:translateY(1px)}.shop-mt-card__cta-icon svg{width:16px;height:16px;display:block}.shop-mt-card__cta--disabled,.shop-mt-card__cta[disabled]{background:#0000001f;color:#00000080;cursor:not-allowed}.shop-mt-card__cta-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:inherit;border-radius:inherit}.shop-mt-card__cta-spinner svg{width:22px;height:22px;animation:shop-mt-rotate 1.4s linear infinite}.shop-mt-card__cta-spinner .path{stroke:currentColor;stroke-dasharray:90,150;stroke-dashoffset:-35}.shop-mt-card__cta-spinner.hidden{display:none}@keyframes shop-mt-rotate{to{transform:rotate(360deg)}}@media(max-width:749px){.shop-mt-card__footer{grid-template-columns:1fr;align-items:stretch;padding:0 12px 12px;gap:8px}.shop-mt-card__cta-wrap{justify-self:stretch}.shop-mt-card__media-link{padding:10px 10px 0}.shop-mt-card__media{border-radius:10px}.shop-mt-card__body{padding:12px 12px 8px;gap:8px}.shop-mt-card__badge{padding:3px 8px;font-size:9.5px}.shop-mt-card__title{font-size:clamp(15px,4.2vw,18px);line-height:1.2}.shop-mt-card__desc{font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-mt-card__usps{gap:3px;margin:1px 0 2px}.shop-mt-card__usp{gap:3px}.shop-mt-card__usp-icon{width:22px;height:22px}.shop-mt-card__usp-icon svg{width:13px;height:13px}.shop-mt-card__usp-label{font-size:8.5px;line-height:1.2;max-width:100%;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.shop-mt-card__price{font-size:15px}.shop-mt-card__unit-price{font-size:9.5px}.shop-mt-card__cta{min-height:38px;padding:8px 10px;font-size:11px;gap:5px}.shop-mt-card__cta-icon svg{width:13px;height:13px}}@media(max-width:380px){.shop-mt-card__usp-label{font-size:8px}.shop-mt-card__cta-label{display:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-shop-cards-matchoya.css.map */
