.amr-eg{--amr-eg-bg: #f7f7f7;--amr-eg-text: #1b1b1b;--amr-eg-muted: rgba(27, 27, 27, .78);--amr-eg-white: #ffffff;--amr-eg-accent: #87b334;--amr-eg-accent-text: #1b1b1b;--amr-eg-radius: 30px;--amr-eg-gap: 18px;--amr-eg-row-min: 300px;--amr-eg-row-min-bottom: 240px;--amr-eg-padding-top: 48px;--amr-eg-padding-bottom: 48px;--amr-eg-heading-gap: 48px;--amr-eg-product-cols: 8;background:var(--amr-eg-bg);color:var(--amr-eg-text);padding-top:var(--amr-eg-padding-top);padding-bottom:var(--amr-eg-padding-bottom)}.amr-eg__wrap{width:100%}.amr-eg__heading{margin:0 0 var(--amr-eg-heading-gap)}.amr-eg--align-left .amr-eg__heading{text-align:left}.amr-eg--align-center .amr-eg__heading{text-align:center}.amr-eg--align-right .amr-eg__heading{text-align:right}.amr-eg__heading-title{color:var(--amr-eg-text)}.amr-eg__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:minmax(var(--amr-eg-row-min),auto) minmax(var(--amr-eg-row-min-bottom),auto);gap:var(--amr-eg-gap);width:100%}.amr-eg__card{position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;min-height:0;border-radius:var(--amr-eg-radius);overflow:hidden}.amr-eg__card--image{grid-column:1 / 7;grid-row:1;background:#dfe5d8}.amr-eg__card--quote{grid-column:7 / 13;grid-row:1}.amr-eg__card--product{grid-column:1 / calc(var(--amr-eg-product-cols) + 1);grid-row:2}.amr-eg__card--info{grid-column:calc(var(--amr-eg-product-cols) + 1) / 13;grid-row:2}.amr-eg__card--image img,.amr-eg__card--image .amr-eg__placeholder{display:block;flex:1 1 auto;width:100%;height:100%;min-height:100%;object-fit:cover}.amr-eg__card--quote,.amr-eg__card--product{background:var(--amr-eg-white)}.amr-eg__card--product{--amr-eg-product-text: #2e5745}.amr-eg__card--info{background:var(--amr-eg-accent);color:var(--amr-eg-accent-text)}.amr-eg__quote{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;width:100%;height:100%;padding:32px 24px 48px;text-align:center}.amr-eg__quote-line{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:3.5rem;font-weight:500;line-height:1.12;letter-spacing:-.02em}.amr-eg__quote-line--lead{margin-bottom:.08em}.amr-eg__quote-tail{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:.02em}.amr-eg__quote-deco{position:absolute;right:clamp(16px,4vw,28px);bottom:clamp(14px,3vw,22px);width:clamp(72px,12vw,112px);pointer-events:none;z-index:1}.amr-eg__quote-deco img{display:block;width:100%;height:auto;transform:rotate(-18deg);transform-origin:bottom right}.amr-eg__product{display:flex;flex-direction:column;flex:1 1 auto;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;text-align:center}.amr-eg__product-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;width:100%;max-width:100%}.amr-eg__product-side{display:flex;align-items:center}.amr-eg__product-side--left{justify-content:flex-end;justify-self:end}.amr-eg__product-side--right{justify-content:flex-start;justify-self:start}.amr-eg__product-side img{display:block;width:100%;height:auto;object-fit:contain}.amr-eg__product-side--left img{transform:none}.amr-eg__product-side--right img{transform:rotate(18deg);transform-origin:center center}.amr-eg__product-copy{grid-column:2;flex:0 1 auto;min-width:0;max-width:min(520px,58vw);text-align:center}.amr-eg__product-title{display:flex;flex-direction:column;align-items:center;gap:.04em;margin:0}.amr-eg__product-line{display:block;width:100%;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.125rem,3.4vw,3.25rem);font-weight:500;line-height:1.08;letter-spacing:-.02em;color:#111;white-space:nowrap}.amr-eg__info{display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;padding:24px}.amr-eg__info-title{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:500;line-height:1.05;letter-spacing:-.02em}.amr-eg__info-divider{width:100%;height:1px;margin:16px 0 18px;background:currentColor;opacity:.85}.amr-eg__info-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.amr-eg__info-item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;font-size:13px;line-height:1.55;letter-spacing:.01em}.amr-eg__info-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid currentColor;border-radius:999px;font-size:11px;font-weight:600;line-height:1;flex-shrink:0}.amr-eg__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#0000000a}.amr-eg__placeholder svg{width:100%;height:100%;max-height:220px;opacity:.35}@media(max-width:991px){.amr-eg{--amr-eg-row-min: 0px;--amr-eg-row-min-bottom: 0px;--amr-eg-padding-top: 36px;--amr-eg-padding-bottom: 36px;--amr-eg-heading-gap: 32px}.amr-eg__heading-title{font-size:clamp(1.5rem,5vw,2rem)}.amr-eg__quote-line{font-size:clamp(1.45rem,4.8vw,1.75rem);line-height:1.14}.amr-eg__product-line{font-size:clamp(1.35rem,4.5vw,1.65rem);line-height:1.12;white-space:normal}.amr-eg__info-title{font-size:clamp(1.5rem,5vw,1.85rem)}.amr-eg__grid{grid-template-columns:1fr;grid-template-rows:auto;min-height:0}.amr-eg__card--image,.amr-eg__card--quote,.amr-eg__card--product,.amr-eg__card--info{grid-column:1 / -1;grid-row:auto;min-height:0}.amr-eg__card--image{aspect-ratio:4 / 3;min-height:200px}.amr-eg__card--quote,.amr-eg__card--product,.amr-eg__card--info{min-height:0}.amr-eg__quote{padding:28px 18px 72px}.amr-eg__quote-deco{width:72px;right:16px;bottom:14px}.amr-eg__quote-deco img{transform:rotate(-14deg)}.amr-eg__product{padding:20px 10px}.amr-eg__product-row{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(0,1fr);grid-template-areas:none;column-gap:6px;align-items:center}.amr-eg__product-copy{grid-column:2;grid-area:auto;max-width:100%;padding:0 2px}.amr-eg__product-side{width:100%;max-width:none}.amr-eg__product-side--left{grid-column:1;grid-area:auto;justify-self:stretch;justify-content:flex-end}.amr-eg__product-side--right{grid-column:3;grid-area:auto;justify-self:stretch;justify-content:flex-start}.amr-eg__product-side img{max-height:clamp(88px,24vw,130px);max-width:100%;width:auto;margin:0}.amr-eg__product-side--right img{transform:rotate(14deg)}.amr-eg__info{padding:24px 20px}.amr-eg__info-item{font-size:12px;gap:10px}}@media(max-width:640px){.amr-eg{--amr-eg-radius: 22px;--amr-eg-gap: 14px;--amr-eg-heading-gap: 24px}.amr-eg__quote-line{font-size:clamp(1.2rem,5.2vw,1.4rem)}.amr-eg__info-title{font-size:clamp(1.35rem,5vw,1.55rem)}.amr-eg__quote{padding:22px 14px 68px}.amr-eg__quote-deco{width:60px;right:14px;bottom:12px}.amr-eg__product-line{font-size:clamp(1rem,3.6vw,1.25rem);line-height:1.1}.amr-eg__product{padding:18px 8px}.amr-eg__product-row{column-gap:4px}.amr-eg__product-side img{max-height:clamp(76px,22vw,108px)}.amr-eg__product-side--right img{transform:rotate(12deg)}.amr-eg__card--image{min-height:180px}.amr-eg__info{padding:20px 16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/amr-editorial-grid.css.map */
