.m-features-band{--pdv-cream: #f4f1ea;--pdv-band: #efe8dd;--pdv-line: #e7e0d4;--pdv-ink: #2f332a;--pdv-muted: #6f675c;--pdv-rule: rgba(47, 51, 42, .16)}.m-features-band--soft{background:var(--pdv-cream);color:var(--pdv-ink);padding-top:var(--section-pt, clamp(24px, 3vw, 44px));padding-bottom:var(--section-pb, clamp(24px, 3vw, 44px));overflow:hidden}.m-features-band--soft .m-features-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,56px)}.m-features-band--soft .m-features-band__item{display:flex;gap:14px;align-items:flex-start;padding-left:clamp(0px,2vw,32px)}.m-features-band--soft .m-features-band__item:first-child{padding-left:0}.m-features-band--soft .m-features-band__item+.m-features-band__item{border-left:1px solid var(--pdv-rule)}.m-features-band--soft .m-features-band__icon{flex:0 0 auto;width:calc(42px * var(--fb-icon-scale, 1));height:calc(42px * var(--fb-icon-scale, 1));color:var(--pdv-ink)}.m-features-band--soft .m-features-band__icon :is(svg,img){width:100%;height:100%;display:block;object-fit:contain}.m-features-band--soft .m-features-band__title{font-family:var(--font-stack-header);font-size:clamp(15px,1.2vw,18px);font-weight:400;margin:0 0 6px}.m-features-band--soft .m-features-band__text{font-size:13px;line-height:1.55;opacity:.85}.m-features-band--soft .m-features-band__text p{margin:0}.m-features-band--band{background:var(--pdv-band);color:rgb(var(--color-foreground));padding-top:var(--section-pt, clamp(36px, 4vw, 56px));padding-bottom:var(--section-pb, clamp(36px, 4vw, 56px))}.m-features-band--band .m-features-band__wrap{background:transparent;padding:0}.m-features-band--band .m-features-band__grid{display:grid;grid-template-columns:repeat(3,1fr)}.m-features-band--band .m-features-band__item{display:grid;grid-template-columns:calc(54px * var(--fb-icon-scale, 1)) 1fr;gap:22px;align-items:center;padding:4px 40px}.m-features-band--band .m-features-band__item+.m-features-band__item{border-left:1px solid var(--pdv-line)}.m-features-band--band .m-features-band__item:first-child{padding-left:8px}.m-features-band--band .m-features-band__item:last-child{padding-right:8px}.m-features-band--band .m-features-band__icon{color:var(--pdv-muted)}.m-features-band--band .m-features-band__icon :is(svg,img){width:calc(54px * var(--fb-icon-scale, 1));height:calc(54px * var(--fb-icon-scale, 1));object-fit:contain}.m-features-band--band .m-features-band__title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-style:normal;text-transform:uppercase;letter-spacing:.12em;font-size:13px;line-height:1.4;margin:4px 0 10px}.m-features-band--band .m-features-band__text{color:var(--pdv-muted);font-size:13.5px;line-height:1.6}.m-features-band--circle{background:var(--pdv-cream);color:var(--pdv-ink);padding-top:var(--section-pt, clamp(34px, 4vw, 56px));padding-bottom:var(--section-pb, clamp(34px, 4vw, 56px));overflow:hidden}.m-features-band--circle .m-features-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.m-features-band--circle .m-features-band__item{display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box;padding:4px clamp(20px,2.2vw,52px);border-left:1px solid transparent}.m-features-band--circle .m-features-band__item+.m-features-band__item{border-left-color:var(--pdv-rule)}.m-features-band--circle .m-features-band__icon{width:calc(54px * var(--fb-icon-scale, 1));height:calc(54px * var(--fb-icon-scale, 1));border:1px solid var(--pdv-rule);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--pdv-ink);margin-bottom:18px}.m-features-band--circle .m-features-band__icon :is(svg,img){width:calc(26px * var(--fb-icon-scale, 1));height:calc(26px * var(--fb-icon-scale, 1));display:block;object-fit:contain}.m-features-band--circle .m-features-band__icon--image{border:0}.m-features-band--circle .m-features-band__icon--image :is(svg,img){width:100%;height:100%}.m-features-band--circle .m-features-band__title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-style:normal;text-transform:uppercase;letter-spacing:.14em;font-size:14.5px;line-height:1.4;margin:0 0 12px}.m-features-band--circle .m-features-band__text{color:var(--pdv-muted);font-size:14.5px;line-height:1.6;max-width:22em}.m-features-band--circle .m-features-band__text p{margin:0}.m-features-band__tagline{text-align:center;font-size:13.5px;opacity:.85;margin:clamp(22px,3vw,36px) 0 0}@media screen and (max-width:1024px){.m-features-band--band .m-features-band__wrap{padding:0}.m-features-band--band .m-features-band__item{padding:4px 24px;gap:16px}}@media(max-width:749px){.m-features-band--soft{padding-top:var(--section-pt-m, clamp(24px, 3vw, 44px));padding-bottom:var(--section-pb-m, clamp(24px, 3vw, 44px))}.m-features-band--circle{padding-top:var(--section-pt-m, clamp(34px, 4vw, 56px));padding-bottom:var(--section-pb-m, clamp(34px, 4vw, 56px))}.m-features-band--soft .m-features-band__grid,.m-features-band--circle .m-features-band__grid{grid-template-columns:1fr;gap:24px}.m-features-band--circle .m-features-band__item{padding-left:0;padding-right:0;border-left:0}.m-features-band--circle .m-features-band__item+.m-features-band__item{padding-top:24px;border-top:1px solid var(--pdv-rule)}.m-features-band--soft .m-features-band__item{padding-left:0}.m-features-band--soft .m-features-band__item+.m-features-band__item{border-left:0;padding-top:24px;border-top:1px solid var(--pdv-rule)}}@media screen and (max-width:767px){.m-features-band--band{padding-top:var(--section-pt-m, 32px);padding-bottom:var(--section-pb-m, 32px)}.m-features-band--band .m-features-band__wrap{padding:0}.m-features-band--band .m-features-band__grid{grid-template-columns:1fr;row-gap:28px}.m-features-band--band .m-features-band__item{padding:0}.m-features-band--band .m-features-band__item+.m-features-band__item{border-left:0;border-top:1px solid var(--pdv-line);padding-top:28px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/features-band.css.map */
