.ae-main-content{display:block;min-height:50vh}.ae-main-content:focus{outline:none}.ae-container{width:min(calc(100% - (var(--ae-container-padding) * 2)),var(--ae-container-width));margin-inline:auto}.ae-container--narrow{width:min(calc(100% - (var(--ae-container-padding) * 2)),960px);margin-inline:auto}.ae-container--wide{width:min(calc(100% - (var(--ae-container-padding) * 2)),1600px);margin-inline:auto}.ae-container--full{width:100%}.ae-section{position:relative;padding-block:var(--ae-section-spacing)}.ae-section--small{padding-block:var(--ae-space-3xl)}.ae-section--large{padding-block:var(--ae-space-5xl)}.ae-section--flush{padding-block:0}.ae-section--white{background:var(--ae-color-white);color:var(--ae-color-text)}.ae-section--ivory{background:var(--ae-color-ivory);color:var(--ae-color-text)}.ae-section--dark{background:radial-gradient(circle at 82% 12%,rgba(200,164,77,.12),transparent 32%),linear-gradient(135deg,var(--ae-color-black) 0%,var(--ae-color-black-soft) 58%,#2c2417 100%);color:var(--ae-color-white)}.ae-content-width{width:min(100%,760px)}.ae-content-width--small{width:min(100%,580px)}.ae-content-width--large{width:min(100%,980px)}.ae-content-center{margin-inline:auto;text-align:center}.ae-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--ae-space-xl);margin-bottom:var(--ae-space-2xl)}.ae-section-header__content{width:min(100%,760px)}.ae-section-header__eyebrow{margin-bottom:var(--ae-space-sm);color:var(--ae-color-gold-dark);font-size:var(--ae-font-size-xs);font-weight:700;letter-spacing:var(--ae-letter-spacing-luxury);text-transform:uppercase}.ae-section-header__heading{margin-bottom:var(--ae-space-md)}.ae-section-header__text{max-width:650px;margin-bottom:0;color:var(--ae-color-text-muted)}.ae-section--dark .ae-section-header__eyebrow{color:var(--ae-color-gold-light)}.ae-section--dark .ae-section-header__text{color:#ffffffb8}.ae-grid{display:grid;gap:var(--ae-space-xl)}.ae-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ae-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ae-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ae-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.ae-grid--sidebar-left{grid-template-columns:minmax(220px,300px) minmax(0,1fr)}.ae-grid--sidebar-right{grid-template-columns:minmax(0,1fr) minmax(220px,360px)}.ae-grid--product{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:start;gap:clamp(2rem,5vw,5rem)}.ae-flex{display:flex}.ae-flex--wrap{flex-wrap:wrap}.ae-flex--center{align-items:center;justify-content:center}.ae-flex--between{align-items:center;justify-content:space-between}.ae-flex--start{align-items:flex-start}.ae-flex--end{align-items:flex-end}.ae-gap-xs{gap:var(--ae-space-xs)}.ae-gap-sm{gap:var(--ae-space-sm)}.ae-gap-md{gap:var(--ae-space-md)}.ae-gap-lg{gap:var(--ae-space-lg)}.ae-gap-xl{gap:var(--ae-space-xl)}.ae-gap-2xl{gap:var(--ae-space-2xl)}.ae-stack{display:flex;flex-direction:column}.ae-stack--xs{gap:var(--ae-space-xs)}.ae-stack--sm{gap:var(--ae-space-sm)}.ae-stack--md{gap:var(--ae-space-md)}.ae-stack--lg{gap:var(--ae-space-lg)}.ae-stack--xl{gap:var(--ae-space-xl)}.ae-stack--2xl{gap:var(--ae-space-2xl)}.ae-text-left{text-align:left}.ae-text-center{text-align:center}.ae-text-right{text-align:right}.ae-align-center{margin-inline:auto}.ae-margin-top-sm{margin-top:var(--ae-space-sm)}.ae-margin-top-md{margin-top:var(--ae-space-md)}.ae-margin-top-lg{margin-top:var(--ae-space-lg)}.ae-margin-top-xl{margin-top:var(--ae-space-xl)}.ae-margin-top-2xl{margin-top:var(--ae-space-2xl)}.ae-margin-bottom-sm{margin-bottom:var(--ae-space-sm)}.ae-margin-bottom-md{margin-bottom:var(--ae-space-md)}.ae-margin-bottom-lg{margin-bottom:var(--ae-space-lg)}.ae-margin-bottom-xl{margin-bottom:var(--ae-space-xl)}.ae-margin-bottom-2xl{margin-bottom:var(--ae-space-2xl)}.ae-divider{width:100%;height:1px;margin-block:var(--ae-space-2xl);border:0;background:var(--ae-color-border)}.ae-section--dark .ae-divider{background:var(--ae-color-border-dark)}.ae-media{position:relative;overflow:hidden;border-radius:var(--ae-radius-lg);background:var(--ae-color-ivory-deep)}.ae-media--square{aspect-ratio:1}.ae-media--portrait{aspect-ratio:4 / 5}.ae-media--landscape{aspect-ratio:16 / 10}.ae-media--wide{aspect-ratio:16 / 9}.ae-media img,.ae-media video,.ae-media svg{width:100%;height:100%;object-fit:cover}.ae-visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap}.ae-mobile-only{display:none}.ae-desktop-only{display:block}@media(max-width:989px){.ae-grid--4,.ae-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}.ae-grid--sidebar-left,.ae-grid--sidebar-right,.ae-grid--product{grid-template-columns:1fr}.ae-section-header{align-items:flex-start;flex-direction:column}}@media(max-width:749px){.ae-section{padding-block:var(--ae-section-spacing)}.ae-section--small{padding-block:var(--ae-space-2xl)}.ae-section--large{padding-block:var(--ae-space-4xl)}.ae-grid,.ae-grid--2,.ae-grid--3,.ae-grid--4,.ae-grid--5,.ae-grid--sidebar-left,.ae-grid--sidebar-right,.ae-grid--product{grid-template-columns:1fr}.ae-grid{gap:var(--ae-space-lg)}.ae-section-header{margin-bottom:var(--ae-space-xl)}.ae-section-header__content{width:100%}.ae-mobile-only{display:block}.ae-desktop-only{display:none}.ae-mobile-text-left{text-align:left}.ae-mobile-text-center{text-align:center}.ae-mobile-text-right{text-align:right}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/ae-layout.css.map */
