:root{--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--space-xs: var(--space-2);--space-sm: var(--space-3);--space-md: var(--space-4);--space-lg: var(--space-5);--space-xl: var(--space-6);--space-2xl: var(--space-7);--space-3xl: var(--space-8);--space-4xl: var(--space-9);--section-padding-compact: clamp(2rem, 4vw, 4rem);--section-padding-default: clamp(3rem, 8vw, 8rem);--section-padding-spacious: clamp(4rem, 12vw, 10rem);--container-max: 1400px;--container-narrow: 900px;--container-tight: 700px;--container-text: 65ch;--grid-gap-sm: clamp(.75rem, 2vw, 1rem);--grid-gap-md: clamp(1rem, 3vw, 1.5rem);--grid-gap-lg: clamp(1.5rem, 4vw, 2rem);--grid-gap-xl: clamp(2rem, 5vw, 3rem)}.ello-section{padding-top:var(--section-padding-default);padding-bottom:var(--section-padding-default)}.ello-section--compact{padding-top:var(--section-padding-compact);padding-bottom:var(--section-padding-compact)}.ello-section--spacious{padding-top:var(--section-padding-spacious);padding-bottom:var(--section-padding-spacious)}.ello-section--flush-top{padding-top:0}.ello-section--flush-bottom{padding-bottom:0}.ello-section--flush{padding-top:0;padding-bottom:0}.ello-section--hero{padding-top:clamp(4rem,10vw,10rem);padding-bottom:clamp(4rem,10vw,10rem);min-height:80vh}.ello-section--feature{padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(4rem,8vw,8rem)}.ello-section--content{padding-top:clamp(3rem,6vw,6rem);padding-bottom:clamp(3rem,6vw,6rem)}.ello-section--utility{padding-top:clamp(1rem,2vw,2rem);padding-bottom:clamp(1rem,2vw,2rem)}.ello-container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--space-lg);padding-right:var(--space-lg)}.ello-container--narrow{max-width:var(--container-narrow)}.ello-container--tight{max-width:var(--container-tight)}.ello-container--text{max-width:var(--container-text)}.ello-container--full{max-width:none;padding-left:0;padding-right:0}@media (min-width: 768px){.ello-container{padding-left:var(--space-xl);padding-right:var(--space-xl)}}@media (min-width: 1200px){.ello-container{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}}.ello-stack>*+*{margin-top:var(--stack-space, var(--space-md))}.ello-stack--xs{--stack-space: var(--space-xs)}.ello-stack--sm{--stack-space: var(--space-sm)}.ello-stack--md{--stack-space: var(--space-md)}.ello-stack--lg{--stack-space: var(--space-lg)}.ello-stack--xl{--stack-space: var(--space-xl)}.ello-stack--2xl{--stack-space: var(--space-2xl)}.ello-flow>*+*{margin-top:var(--flow-space, 1em)}.ello-flow>h2+*{--flow-space: var(--space-lg)}.ello-flow>h3+*{--flow-space: var(--space-md)}.ello-flow>p+p{--flow-space: var(--space-md)}.ello-flow>p+h2{--flow-space: var(--space-2xl)}.ello-flow>p+h3{--flow-space: var(--space-xl)}.ello-grid{display:grid;gap:var(--grid-gap-lg)}.ello-grid--gap-sm{gap:var(--grid-gap-sm)}.ello-grid--gap-md{gap:var(--grid-gap-md)}.ello-grid--gap-lg{gap:var(--grid-gap-lg)}.ello-grid--gap-xl{gap:var(--grid-gap-xl)}.ello-grid--2{grid-template-columns:repeat(2,1fr)}.ello-grid--3{grid-template-columns:repeat(3,1fr)}.ello-grid--4{grid-template-columns:repeat(4,1fr)}.ello-grid--auto-sm{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ello-grid--auto-md{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ello-grid--auto-lg{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}@media (max-width: 1024px){.ello-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ello-grid--2,.ello-grid--3,.ello-grid--4{grid-template-columns:1fr}}.ello-section-header{margin-bottom:var(--space-2xl);text-align:center;max-width:var(--container-tight);margin-left:auto;margin-right:auto}.ello-section-header--left{text-align:left;margin-left:0}.ello-section-header__subtitle{margin-bottom:var(--space-sm)}.ello-section-header__title{margin-bottom:var(--space-md)}.ello-section-header__text{margin-top:var(--space-md)}.ello-section-header--compact{margin-bottom:var(--space-xl)}.ello-inline{display:flex;flex-wrap:wrap;gap:var(--space-md)}.ello-inline--xs{gap:var(--space-xs)}.ello-inline--sm{gap:var(--space-sm)}.ello-inline--lg{gap:var(--space-lg)}.ello-inline--xl{gap:var(--space-xl)}.ello-inline--center{justify-content:center}.ello-inline--between{justify-content:space-between}.ello-inline--end{justify-content:flex-end}.mt-0{margin-top:0!important}.mt-1{margin-top:var(--space-1)!important}.mt-2{margin-top:var(--space-2)!important}.mt-3{margin-top:var(--space-3)!important}.mt-4{margin-top:var(--space-4)!important}.mt-5{margin-top:var(--space-5)!important}.mt-6{margin-top:var(--space-6)!important}.mt-7{margin-top:var(--space-7)!important}.mt-8{margin-top:var(--space-8)!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:var(--space-1)!important}.mb-2{margin-bottom:var(--space-2)!important}.mb-3{margin-bottom:var(--space-3)!important}.mb-4{margin-bottom:var(--space-4)!important}.mb-5{margin-bottom:var(--space-5)!important}.mb-6{margin-bottom:var(--space-6)!important}.mb-7{margin-bottom:var(--space-7)!important}.mb-8{margin-bottom:var(--space-8)!important}.p-0{padding:0!important}.p-4{padding:var(--space-4)!important}.p-5{padding:var(--space-5)!important}.p-6{padding:var(--space-6)!important}.p-7{padding:var(--space-7)!important}.p-8{padding:var(--space-8)!important}.gap-xs{gap:var(--space-xs)!important}.gap-sm{gap:var(--space-sm)!important}.gap-md{gap:var(--space-md)!important}.gap-lg{gap:var(--space-lg)!important}.gap-xl{gap:var(--space-xl)!important}
/*# sourceMappingURL=/cdn/shop/t/65/assets/ello-spacing-system.css.map */
