.tf-editorial-hero{position:relative;display:grid;min-height:var(--hero-height-desktop);overflow:hidden;isolation:isolate;color:var(--hero-text-color)}.tf-editorial-hero__media,.tf-editorial-hero__overlay,.tf-editorial-hero__content-wrap{grid-area:1 / 1}.tf-editorial-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.tf-editorial-hero__image,.tf-editorial-hero__placeholder{display:block;width:100%;height:100%;object-fit:cover}.tf-editorial-hero__image--mobile{display:none}.tf-editorial-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--hero-overlay-color);opacity:var(--hero-overlay-opacity);pointer-events:none}.tf-editorial-hero__content-wrap{display:flex;width:100%;padding:var(--hero-content-pad-desktop);box-sizing:border-box}.tf-editorial-hero--top-left .tf-editorial-hero__content-wrap{align-items:flex-start;justify-content:flex-start}.tf-editorial-hero--top-center .tf-editorial-hero__content-wrap{align-items:flex-start;justify-content:center}.tf-editorial-hero--top-right .tf-editorial-hero__content-wrap{align-items:flex-start;justify-content:flex-end}.tf-editorial-hero--center-left .tf-editorial-hero__content-wrap{align-items:center;justify-content:flex-start}.tf-editorial-hero--center .tf-editorial-hero__content-wrap{align-items:center;justify-content:center}.tf-editorial-hero--center-right .tf-editorial-hero__content-wrap{align-items:center;justify-content:flex-end}.tf-editorial-hero--bottom-left .tf-editorial-hero__content-wrap{align-items:flex-end;justify-content:flex-start}.tf-editorial-hero--bottom-center .tf-editorial-hero__content-wrap{align-items:flex-end;justify-content:center}.tf-editorial-hero--bottom-right .tf-editorial-hero__content-wrap{align-items:flex-end;justify-content:flex-end}.tf-editorial-hero__content{width:min(100%,var(--hero-content-width))}.tf-editorial-hero--align-left .tf-editorial-hero__content{text-align:left}.tf-editorial-hero--align-center .tf-editorial-hero__content{text-align:center}.tf-editorial-hero--align-right .tf-editorial-hero__content{text-align:right}.tf-editorial-hero__eyebrow,.tf-editorial-hero__heading,.tf-editorial-hero__body{margin:0;color:inherit}.tf-editorial-hero__eyebrow{margin-bottom:var(--hero-text-gap);font-size:var(--hero-eyebrow-size);font-weight:600;line-height:1.25;letter-spacing:.22em;text-transform:uppercase}.tf-editorial-hero__heading{font-size:var(--hero-heading-size-desktop);font-weight:400;line-height:.98;letter-spacing:-.025em}.tf-editorial-hero__body{margin-top:calc(var(--hero-text-gap) * 1.35);font-size:var(--hero-body-size-desktop);line-height:1.55}.tf-editorial-hero__body>*{margin-block:0 .65em}.tf-editorial-hero__body>*:last-child{margin-bottom:0}.tf-editorial-hero--heading-serif .tf-editorial-hero__heading{font-family:Georgia,Times New Roman,serif}.tf-editorial-hero--heading-sans .tf-editorial-hero__heading{font-family:Arial,Helvetica,sans-serif}.tf-editorial-hero--heading-theme .tf-editorial-hero__heading{font-family:var(--font-heading-family, Georgia, serif)}.tf-editorial-hero--body-serif .tf-editorial-hero__eyebrow,.tf-editorial-hero--body-serif .tf-editorial-hero__body{font-family:Georgia,Times New Roman,serif}.tf-editorial-hero--body-sans .tf-editorial-hero__eyebrow,.tf-editorial-hero--body-sans .tf-editorial-hero__body{font-family:Arial,Helvetica,sans-serif}.tf-editorial-hero--body-theme .tf-editorial-hero__eyebrow,.tf-editorial-hero--body-theme .tf-editorial-hero__body{font-family:var(--font-body-family, Arial, sans-serif)}@media screen and (max-width:749px){.tf-editorial-hero{min-height:var(--hero-height-mobile)}.tf-editorial-hero__image--desktop{display:none}.tf-editorial-hero__image--mobile{display:block}.tf-editorial-hero__content-wrap{padding:var(--hero-content-pad-mobile)}.tf-editorial-hero__heading{font-size:var(--hero-heading-size-mobile)}.tf-editorial-hero__body{font-size:var(--hero-body-size-mobile)}}.tf-editorial-moments{padding:var(--moments-pad-top) var(--moments-pad-x) var(--moments-pad-bottom);color:var(--moments-text);background:var(--moments-background)}.tf-editorial-moments__inner{width:min(100%,var(--moments-max-width));margin:0 auto}.tf-editorial-moment{display:grid;grid-template-columns:minmax(0,var(--moments-image-width)) minmax(0,1fr);column-gap:var(--moments-column-gap);align-items:stretch}.tf-editorial-moment+.tf-editorial-moment{margin-top:var(--moments-row-gap)}.tf-editorial-moment__visual{position:relative;min-width:0;overflow:hidden;border-radius:var(--moments-image-radius);color:var(--moment-image-text-color);isolation:isolate}.tf-editorial-moment__visual--square{aspect-ratio:1 / 1}.tf-editorial-moment__visual--portrait{aspect-ratio:4 / 5}.tf-editorial-moment__visual--landscape{aspect-ratio:4 / 3}.tf-editorial-moment__visual--wide{aspect-ratio:16 / 9}.tf-editorial-moment__visual--natural{aspect-ratio:var(--moment-natural-ratio)}.tf-editorial-moment__visual--custom{height:var(--moment-custom-height-desktop)}.tf-editorial-moment__media,.tf-editorial-moment__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.tf-editorial-moment__media{z-index:-2}.tf-editorial-moment__image,.tf-editorial-moment__placeholder{display:block;width:100%;height:100%;object-fit:cover}.tf-editorial-moment__image--mobile{display:none}.tf-editorial-moment__image-overlay{z-index:-1;background:linear-gradient(to top,var(--moment-image-overlay-color),transparent 65%);opacity:var(--moment-image-overlay);pointer-events:none}.tf-editorial-moment__image-copy{position:absolute;max-width:calc(100% - 56px)}.tf-editorial-moment__visual--text-bottom-left .tf-editorial-moment__image-copy{left:28px;bottom:26px;text-align:left}.tf-editorial-moment__visual--text-bottom-center .tf-editorial-moment__image-copy{left:50%;bottom:26px;width:calc(100% - 56px);transform:translate(-50%);text-align:center}.tf-editorial-moment__visual--text-top-left .tf-editorial-moment__image-copy{left:28px;top:26px;text-align:left}.tf-editorial-moment__visual--text-top-center .tf-editorial-moment__image-copy{left:50%;top:26px;width:calc(100% - 56px);transform:translate(-50%);text-align:center}.tf-editorial-moment__number,.tf-editorial-moment__image-heading,.tf-editorial-moment__image-caption{margin:0;color:inherit}.tf-editorial-moment__number{margin-bottom:10px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em}.tf-editorial-moment__image-heading{font-size:var(--moments-image-title-size);font-weight:400;line-height:.98;letter-spacing:-.02em}.tf-editorial-moment__image-caption{margin-top:10px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4}.tf-editorial-moment__content{display:flex;min-width:0;flex-direction:column}.tf-editorial-moment__story-copy,.tf-editorial-moment__fragrance-body{font-size:var(--moments-body-size);line-height:1.6}.tf-editorial-moment__story-copy>*,.tf-editorial-moment__fragrance-body>*{margin-block:0 .8em}.tf-editorial-moment__story-copy>*:last-child,.tf-editorial-moment__fragrance-body>*:last-child{margin-bottom:0}.tf-editorial-moment__fragrance-heading{margin:20px 0 8px;color:inherit;font-size:var(--moments-fragrance-size);font-weight:400;line-height:1.18}.tf-editorial-moment__love{margin:18px 0 0;color:var(--moments-muted);font-size:calc(var(--moments-body-size) - 1px);line-height:1.55}.tf-editorial-moment__love strong{color:var(--moments-text);font-size:.78em;letter-spacing:.1em;text-transform:uppercase}.tf-editorial-product{display:flex;align-items:center;gap:22px;margin-top:auto;padding-top:28px}.tf-editorial-product--divider{border-top:1px solid var(--moments-divider)}.tf-editorial-product__image-link{display:block;flex:0 0 var(--moments-product-image-size);width:var(--moments-product-image-size);height:var(--moments-product-image-size)}.tf-editorial-product__image,.tf-editorial-product__placeholder{display:block;width:100%;height:100%;object-fit:contain}.tf-editorial-product__details{min-width:0}.tf-editorial-product__title{margin:0;color:inherit;font-size:var(--moments-product-title-size);font-weight:400;line-height:1.2}.tf-editorial-product__title a{color:inherit;text-decoration:none}.tf-editorial-product__subtitle,.tf-editorial-product__price,.tf-editorial-product__availability{margin:5px 0 0;color:var(--moments-muted);font-size:12px;line-height:1.4}.tf-editorial-product__price s{margin-right:7px}.tf-editorial-product__button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:12px;padding:9px 18px;border-radius:var(--moments-button-radius);color:var(--moments-button-text);background:var(--moments-button-background);font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.02em;text-decoration:none;transition:opacity .18s ease}.tf-editorial-product__button:hover{opacity:.82}.tf-editorial-moments--heading-serif .tf-editorial-moment__image-heading,.tf-editorial-moments--heading-serif .tf-editorial-moment__fragrance-heading,.tf-editorial-moments--heading-serif .tf-editorial-product__title{font-family:Georgia,Times New Roman,serif}.tf-editorial-moments--heading-sans .tf-editorial-moment__image-heading,.tf-editorial-moments--heading-sans .tf-editorial-moment__fragrance-heading,.tf-editorial-moments--heading-sans .tf-editorial-product__title{font-family:Arial,Helvetica,sans-serif}.tf-editorial-moments--heading-theme .tf-editorial-moment__image-heading,.tf-editorial-moments--heading-theme .tf-editorial-moment__fragrance-heading,.tf-editorial-moments--heading-theme .tf-editorial-product__title{font-family:var(--font-heading-family, Georgia, serif)}.tf-editorial-moments--body-serif .tf-editorial-moment__content{font-family:Georgia,Times New Roman,serif}.tf-editorial-moments--body-sans .tf-editorial-moment__content{font-family:Arial,Helvetica,sans-serif}.tf-editorial-moments--body-theme .tf-editorial-moment__content{font-family:var(--font-body-family, Arial, sans-serif)}@media screen and (max-width:749px){.tf-editorial-moments{padding-right:min(var(--moments-pad-x),24px);padding-left:min(var(--moments-pad-x),24px)}.tf-editorial-moment{display:block}.tf-editorial-moment__visual--mobile-square{aspect-ratio:1 / 1;height:auto}.tf-editorial-moment__visual--mobile-portrait{aspect-ratio:4 / 5;height:auto}.tf-editorial-moment__visual--mobile-landscape{aspect-ratio:4 / 3;height:auto}.tf-editorial-moment__visual--mobile-wide{aspect-ratio:16 / 9;height:auto}.tf-editorial-moment__visual--mobile-natural{aspect-ratio:var(--moment-natural-ratio);height:auto}.tf-editorial-moment__visual--mobile-custom{height:var(--moment-custom-height-mobile);aspect-ratio:auto}.tf-editorial-moment__image--desktop{display:none}.tf-editorial-moment__image--mobile{display:block}.tf-editorial-moment__content{padding-top:28px}.tf-editorial-product{margin-top:28px}}@media(prefers-reduced-motion:reduce){.tf-editorial-product__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/69/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAAAAAAAAw */
