.af-feature-stack{--af-feature-stack-surface: transparent;--af-feature-stack-text: currentColor;--af-feature-stack-muted: color-mix(in srgb, currentColor 68%, transparent 32%);--af-feature-stack-accent: var(--af-colour-cyan, #00888b);--af-feature-stack-border: color-mix(in srgb, currentColor 16%, transparent 84%);--af-feature-stack-soft-border: color-mix(in srgb, currentColor 9%, transparent 91%);--af-feature-stack-radius: var(--af-radius-medium, var(--radius-medium, 8px));--af-feature-stack-gap: clamp(16px, 2vw, 28px);--af-feature-stack-padding: clamp(20px, 2.4vw, 32px);display:grid;width:100%;color:var(--af-feature-stack-text)}.af-feature-stack--corners-preset{--af-feature-stack-radius: var(--af-radius-large, var(--radius-large, 18px))}.af-feature-stack--corners-soft{--af-feature-stack-radius: clamp(14px, 1.6vw, 24px)}.af-feature-stack--corners-editorial{--af-feature-stack-radius: var(--af-radius-medium, var(--radius-medium, 8px))}.af-feature-stack--corners-square{--af-feature-stack-radius: 0px}.af-feature-stack--layout-stacked{grid-template-columns:minmax(0,1fr)}.af-feature-stack--layout-horizontal{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}.af-feature-stack--layout-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:var(--af-feature-stack-gap)}.af-feature-stack__item{position:relative;display:flex;gap:clamp(12px,1.5vw,18px);min-width:0;padding:var(--af-feature-stack-padding)}.af-feature-stack--equal-heights .af-feature-stack__item{height:100%}.af-feature-stack--align-center .af-feature-stack__item{justify-content:center;text-align:center}.af-feature-stack--align-right .af-feature-stack__item{justify-content:flex-end;text-align:right}.af-feature-stack--align-center .af-feature-stack__content,.af-feature-stack--align-right .af-feature-stack__content{justify-items:inherit}.af-feature-stack__marker{flex:0 0 auto;padding-top:.08em}.af-feature-stack__number{display:inline-block;color:var(--af-feature-stack-accent);font-family:var(--FONT-STACK-HEADING, inherit);font-size:calc(.76rem * var(--FONT-ADJUST-SUBHEADING, 1));font-weight:900;letter-spacing:.12em;line-height:1}.af-feature-stack__icon{display:block;width:clamp(30px,2.5vw,42px);height:auto}.af-feature-stack__content{display:grid;align-content:start;gap:0;min-width:0}.af-feature-stack__title{margin:0;color:inherit;font-family:var(--FONT-STACK-HEADING, inherit);font-size:clamp(18px,1.55vw,24px);font-weight:var(--FONT-WEIGHT-HEADING-BOLD, 900);letter-spacing:-.02em;line-height:1.05}.af-feature-stack__description{margin-top:.7rem;color:var(--af-feature-stack-muted);font-size:calc(.94rem * var(--FONT-ADJUST-BODY, 1));line-height:1.55}.af-feature-stack__description>:first-child{margin-top:0}.af-feature-stack__description>:last-child{margin-bottom:0}.af-feature-stack__action{margin-top:1rem}.af-feature-stack--variant-minimal.af-feature-stack--divider-hairline .af-feature-stack__item,.af-feature-stack--variant-minimal.af-feature-stack--divider-full-width .af-feature-stack__item{border-top:1px solid var(--af-feature-stack-border)}.af-feature-stack--variant-minimal.af-feature-stack--divider-soft .af-feature-stack__item{border-top:1px solid var(--af-feature-stack-soft-border)}.af-feature-stack--variant-minimal.af-feature-stack--divider-none .af-feature-stack__item{border-top:0}.af-feature-stack--layout-horizontal.af-feature-stack--variant-minimal .af-feature-stack__item+.af-feature-stack__item{border-left:1px solid var(--af-feature-stack-border)}.af-feature-stack--layout-horizontal.af-feature-stack--variant-minimal.af-feature-stack--divider-soft .af-feature-stack__item+.af-feature-stack__item{border-left-color:var(--af-feature-stack-soft-border)}.af-feature-stack--layout-horizontal.af-feature-stack--variant-minimal.af-feature-stack--divider-none .af-feature-stack__item+.af-feature-stack__item{border-left:0}.af-feature-stack--variant-numbered{gap:var(--af-feature-stack-gap)}.af-feature-stack--variant-numbered .af-feature-stack__item{position:relative;display:block;overflow:hidden;border:0;border-radius:var(--af-feature-stack-radius);background:var(--af-feature-stack-surface);padding:clamp(30px,3vw,44px) clamp(24px,2.5vw,36px) clamp(28px,3vw,42px)}.af-feature-stack--variant-numbered .af-feature-stack__item:before{content:"";position:absolute;top:0;left:clamp(24px,2.5vw,36px);width:clamp(72px,6.5vw,104px);height:3px;background:var(--af-feature-stack-accent)}.af-feature-stack--variant-numbered .af-feature-stack__marker{margin:0 0 clamp(16px,1.8vw,24px);padding:0}.af-feature-stack--variant-numbered .af-feature-stack__number{color:var(--af-feature-stack-accent);font-size:clamp(42px,4vw,68px);font-weight:900;letter-spacing:-.045em;line-height:.9}.af-feature-stack--variant-numbered .af-feature-stack__content{display:block}.af-feature-stack--variant-numbered .af-feature-stack__title{max-width:18ch;font-size:clamp(22px,2vw,32px);font-weight:var(--FONT-WEIGHT-HEADING-BOLD, 900);letter-spacing:-.025em;line-height:.98;text-transform:uppercase}.af-feature-stack--variant-numbered .af-feature-stack__description{max-width:38ch;margin-top:clamp(14px,1.4vw,20px)}.af-feature-stack--variant-numbered.af-feature-stack--align-center .af-feature-stack__item:before{left:50%;transform:translate(-50%)}.af-feature-stack--variant-numbered.af-feature-stack--align-right .af-feature-stack__item:before{right:clamp(24px,2.5vw,36px);left:auto}.af-feature-stack--variant-outline .af-feature-stack__item{border:1px solid var(--af-feature-stack-border);border-radius:var(--af-feature-stack-radius);background:transparent}.af-feature-stack--variant-glass .af-feature-stack__item{border:1px solid color-mix(in srgb,currentColor 18%,transparent 82%);border-radius:var(--af-feature-stack-radius);background:color-mix(in srgb,currentColor 10%,transparent 90%);box-shadow:0 12px 32px #00000024;backdrop-filter:blur(18px) saturate(115%);-webkit-backdrop-filter:blur(18px) saturate(115%)}.af-feature-stack--variant-filled .af-feature-stack__item{border-radius:var(--af-feature-stack-radius);background:var(--af-feature-stack-surface)}.af-feature-stack--variant-outline,.af-feature-stack--variant-glass,.af-feature-stack--variant-filled{gap:var(--af-feature-stack-gap)}@media screen and (max-width:767px){.af-feature-stack--layout-horizontal,.af-feature-stack--layout-grid{grid-template-columns:minmax(0,1fr)}.af-feature-stack--layout-horizontal.af-feature-stack--variant-minimal .af-feature-stack__item+.af-feature-stack__item{border-left:0}.af-feature-stack--variant-numbered .af-feature-stack__item{padding:30px 24px 28px}.af-feature-stack--variant-numbered .af-feature-stack__item:before{left:24px}.af-feature-stack--variant-numbered .af-feature-stack__number{font-size:clamp(42px,14vw,58px)}}@media(prefers-reduced-motion:reduce){.af-feature-stack *{scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/af-feature-stack.css.map */
