dropdown-menu,mega-menu{position:relative;display:block;text-align:start}.list-menu-dropdown{min-width:20rem;max-width:26rem;width:max-content;position:absolute;z-index:101;opacity:0;visibility:hidden;padding-top:2rem;padding-bottom:2rem}.list-menu-dropdown.hidden{display:block!important}.list-menu-dropdown:before{content:"";z-index:-1;position:absolute;top:0;left:0;width:100%;height:0;background:var(--gradient-header-background);background-color:rgb(var(--color-header-background));transition:height var(--duration-default) ease}.list-menu-dropdown:after{content:"";z-index:-2;position:absolute;bottom:0;left:0;width:100%;height:calc(100% - 1rem);box-shadow:0 1rem 2rem rgba(var(--color-header-foreground),.08);visibility:hidden;opacity:0}.list-menu-dropdown .list-menu-dropdown:after{height:100%;box-shadow:0 0 2rem rgba(var(--color-header-foreground),.08)}.is-active>.list-menu-dropdown{opacity:1;visibility:visible}.is-active:not(.is-megamenu)>.list-menu-dropdown:before{height:100%}.is-active:not(.is-megamenu)>.list-menu-dropdown:after{transition:opacity var(--duration-long) ease;transition-delay:.15s;visibility:visible;opacity:1}.is-active:not(.is-megamenu)>.list-menu-dropdown>.list-menu{opacity:0}.is-active:not(.is-megamenu)>.list-menu-dropdown>.show-from-bottom{opacity:1;animation:show-from-bottom var(--duration-default) ease 0s;transition-delay:var(--duration-short);animation-delay:var(--duration-short)}.is-active>.list-menu-dropdown .mega-menu__item,.is-active>.list-menu-dropdown .mega-menu__promo{opacity:0}.is-active>.list-menu-dropdown .show-from-bottom{opacity:1;animation:show-from-bottom var(--duration-default) ease 0s}.mini-cart--open .is-active.is-megamenu>.list-menu-dropdown:before{height:100%;transition-delay:50ms}@keyframes show-from-bottom{0%{opacity:0;transform:translate3d(0,1.6rem,0)}to{opacity:1;transform:translateZ(0)}}.list-menu-dropdown .header__menu-item{width:100%;padding:.7rem 3rem;justify-content:space-between;letter-spacing:0;text-transform:none;font-size:calc(var(--font-navigation-size) + .1rem);line-height:calc(1 + .4 / var(--font-body-scale))}.list-menu-dropdown .header__menu-item .icon-caret{display:block;height:.5rem}@media screen and (hover:hover){.list-menu-dropdown .is-active>.header__menu-item .icon-caret,.list-menu-dropdown .header__menu-item:hover .icon-caret{transform:rotate(-90deg)}}.list-menu-dropdown .list-menu-dropdown{top:-2rem;left:100%}.is-megamenu{position:static;--grid-horizontal-spacing: 2rem}.is-megamenu>.list-menu-dropdown{max-width:100%;width:100%;left:0;right:0;padding-top:3.5rem;padding-bottom:4rem;line-height:calc(1 + .4 / var(--font-body-scale))}.is-megamenu>.list-menu-dropdown .page-width{display:flex;align-items:flex-start;column-gap:var(--grid-horizontal-spacing)}.list-mega-menu{flex:1 1 100%;display:flex;flex-wrap:wrap;row-gap:3rem;column-gap:var(--grid-horizontal-spacing)}.mega-menu__item{flex:1 1 auto;max-width:22rem;page-break-inside:avoid;break-inside:avoid}@media screen and (min-width:1200px){.is-megamenu{--grid-horizontal-spacing: 3rem}.mega-menu__item{max-width:28rem}}.is-megamenu.show-images .mega-menu__item{max-width:50%;width:calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3)}.is-megamenu.show-images-without-promo .mega-menu__item{max-width:33.33%;width:calc(20% - var(--grid-horizontal-spacing) * 4 / 5)}.mega-menu__item-link{display:block;margin-bottom:1rem;text-decoration:none;color:rgb(var(--color-header-foreground));transition:color var(--duration-default) ease}.mega-menu__item-link .header__menu-item{text-transform:uppercase;letter-spacing:.2em;font-size:var(--font-navigation-size);color:rgba(var(--color-header-foreground),.5);padding:0}.mega-menu__item-link .media{margin-bottom:1.5rem}@media screen and (hover:hover){.mega-menu__item-link:hover{color:rgba(var(--color-header-foreground),.7)}.mega-menu__item-link:hover .header__menu-item .label{background-position:left bottom,left bottom;background-size:100% .1rem,100% .1rem}}.mega-menu__item--blank:empty{display:block}.mega-menu__promo{flex:0 0 22rem;text-align:center}@media screen and (min-width:1200px){.mega-menu__promo{flex:0 0 28rem}}.list-menu-child .header__menu-item{padding-inline-start:0;padding-inline-end:0}.mega-menu__promo .media{margin-bottom:1.5rem;border-radius:var(--card-radius)}.mega-menu__promo-link{display:block;text-decoration:none;background-color:transparent;color:rgb(var(--color-header-foreground));transition:color var(--duration-default) ease}.mega-menu__promo-link[aria-disabled=true]{pointer-events:none}.mega-menu__promo-heading{font-family:var(--font-navigation-family);font-size:var(--font-navigation-size);display:inline-flex;align-items:center;text-transform:uppercase;padding:.5rem 0;letter-spacing:.3rem;font-weight:600;transition:color var(--duration-default) ease}.mega-menu__promo-heading .label{position:relative}.mega-menu__promo-heading .label:after{content:"";position:absolute;height:.1rem;background-color:rgb(var(--color-border));bottom:0;left:51%;right:50%;transition-property:left,right;transition-timing-function:ease;transition-duration:var(--duration-default)}.mega-menu__promo-subheading{font-size:1.6rem;color:rgba(var(--color-header-foreground),.7)}@media screen and (hover:hover){.mega-menu__promo-link:hover{color:rgba(var(--color-header-foreground),.7)}.mega-menu__promo-link:hover .mega-menu__promo-heading .label:after{left:0;right:0}}.mega-menu__promo--overlay{position:relative}.mega-menu__promo--overlay .mega-menu__promo-link:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(to top,rgba(4,4,4,.26) 0,rgba(54,54,54,.08) 40%,transparent 100%);border-radius:var(--card-radius)}.mega-menu__promo--overlay .media{margin-top:0;margin-bottom:0}.mega-menu__promo--overlay .mega-menu__promo-content{z-index:1;position:absolute;bottom:0;width:100%;padding:1rem;color:#fff;text-shadow:0 1rem 2rem rgb(var(--color-foreground))}.mega-menu__promo--overlay .mega-menu__promo-subheading{color:inherit}.header-background{z-index:-1;position:absolute;top:0;left:0;width:100%;height:0;transition:height var(--duration-default) ease}.header-background:before{content:"";z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-header-background);background-color:rgb(var(--color-header-background))}.header-background:after{content:"";z-index:-2;position:absolute;right:1.5rem;bottom:0;left:1.5rem;height:2rem;border-radius:100%;box-shadow:0 0 4rem rgba(var(--color-header-foreground),.2);visibility:hidden;opacity:0}.header-background.is-active{height:var(--height)}.header-background.is-active:after{transition:opacity var(--duration-long) ease;transition-delay:.15s;visibility:visible;opacity:1}@media screen and (min-width:990px){.shopify-section-header:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;opacity:0;visibility:hidden;background:#351a1580;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);transition:opacity var(--duration-default) ease,visibility var(--duration-default) ease}.shopify-section-header.is-hover:before{opacity:1;visibility:visible}.shopify-section-header.is-hover .header-background{height:0!important}.shopify-section-header.is-hover .header-background:before,.shopify-section-header.is-hover .header-background:after{opacity:0!important;visibility:hidden!important}}.mega-menu--custom>.header__menu-item .icon-caret{display:block;height:.7rem;margin-inline-start:.8rem}.mega-menu--custom.is-active>.header__menu-item--top{background:var(--Marron-200, #EAD3BE)}.mega-menu--custom.is-active>.header__menu-item .icon-caret{transform:scaleY(-1)}.is-megamenu.mega-menu--custom>.list-menu-dropdown{top:100%;padding-top:12px;padding-bottom:2.4rem}.is-megamenu.mega-menu--custom>.list-menu-dropdown .page-width{display:block}.mega-menu-products{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:2.4rem;align-items:stretch;padding:12px 12px 30px;border-radius:1.2rem;background:#fff}.mega-menu-products__columns{display:grid;grid-template-columns:repeat(4,max-content);gap:24px;border-radius:1.2rem;overflow:hidden;background:#fff;width:max-content}.mega-menu-products__column{min-width:0;padding:18px}.mmp-custom{text-decoration:none!important;margin-bottom:0!important}.mmp-custom-link{margin-bottom:12px}.mega-menu-products__column-title{display:flex;align-items:center;gap:.8rem;white-space:nowrap;text-decoration:none;color:#000}.mega-menu-products__title-icon{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;flex:0 0 2.4rem;overflow:hidden}.mega-menu-products__title-icon-image,.mega-menu-products__title-icon img,.mega-menu-products__title-icon svg{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.mega-menu-products__column-title.p-large,.mega-menu-products__card-title.p-large,.mega-menu-products__link.p-large{line-height:var(--font-paragraph-large-line-height, 24px)}.mega-menu-products__links{display:grid;gap:12px}.mega-menu-products__link{display:inline-flex;align-items:center;width:fit-content;padding:0;color:#000;text-decoration:none;white-space:nowrap}.mega-menu-products__link:visited,.mega-menu-products__link:hover,.mega-menu-products__link:focus-visible,.mega-menu-products__link.list-menu__item--active{color:#000;text-decoration:none}.mega-menu-products__link.p-small.fw-5:hover,.mega-menu-products__link.p-small.fw-5:focus-visible{color:var(--black-100, #000);font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-small-size, 14px);font-style:normal;font-weight:500;line-height:var(--font-paragraph-small-line-height, 20px);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.mega-menu-products__link.p-small,.mega-menu-products__link.list-menu__item--active{line-height:var(--font-paragraph-small-line-height, 20px)}.mega-menu-products__link.list-menu__item--active{color:var(--black-100, #000);font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-small-size, 14px);font-style:normal;font-weight:500}.mega-menu-products__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;align-content:start;justify-content:end;justify-self:stretch}.mega-menu-products__cards>:only-child{grid-column:1 / -1}.mega-menu-products__card{display:flex;flex-direction:column;border-radius:1.2rem;overflow:hidden;text-decoration:none;color:#000;min-width:0}.mega-menu-products__card[aria-disabled=true]{pointer-events:none}.mega-menu-products__card:visited,.mega-menu-products__card:hover,.mega-menu-products__card:focus-visible{color:#000;text-decoration:none}.mega-menu-products__card-image{border-radius:1.2rem;overflow:hidden;background:#fff;max-width:100%}.mega-menu-products__card-image img{width:100%;height:100%;object-fit:cover}.mega-menu-products__card-content{display:grid;gap:.6rem;padding:.8rem .2rem .2rem;min-height:8.4rem}.mega-menu-products__card-title{margin:0;color:var(--black-100, #000);text-align:center}.mega-menu-routines{display:grid;grid-template-columns:31.4rem minmax(0,1fr);gap:1.2rem;padding:1.2rem;border-radius:1.2rem;background:#fff}.mega-menu-routines__aside{padding:18px;min-width:0}.mega-menu-routines__aside-title{margin:0 0 12px;font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-extra-small-size, 12px);font-style:normal;font-weight:600;line-height:var(--font-paragraph-extra-small-line-height, 18px)}.mega-menu-routines__collections{display:grid;gap:.6rem}.mega-menu-routines__collection-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px 6px 12px;border-radius:.8rem;text-decoration:none;color:#000;transition:background-color var(--duration-default) ease}.mega-menu-routines__collection-link>span{font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-large-size, 18px);line-height:var(--font-paragraph-large-line-height, 24px);font-weight:600;letter-spacing:0}.mega-menu-routines__collection-link.is-active,.mega-menu-routines__collection-link:hover,.mega-menu-routines__collection-link:focus-visible{background:var(--Marron-100, #F5EBDF)}.mega-menu-routines__collection-link:visited,.mega-menu-routines__collection-link:hover,.mega-menu-routines__collection-link:focus-visible{color:#000;text-decoration:none}.mega-menu-routines__collection-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:16px;flex:0 0 20px}.mega-menu-routines__collection-icon svg{width:100%;height:100%;display:block}.mega-menu-routines__panel{display:none}.mega-menu-routines__panel.is-active{display:block;border-radius:10px;background:var(--Marron-50, #FBF6F1);padding:18px}.mega-menu-routines__panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:2rem;margin-bottom:12px}.mega-menu-routines__panel-title{margin:0;font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-large-size, 18px);font-style:normal;font-weight:600;line-height:var(--font-paragraph-large-line-height, 24px)}.mega-menu-routines__panel-view-all{color:var(--black-50, rgba(0, 0, 0, .5));text-align:center;font-family:var(--font-family-paragraph, Poppins);font-size:var(--button-small-font-size, 14px);font-style:normal;font-weight:var(--button-font-weight-tertiary, 400);line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;white-space:nowrap}.mega-menu-routines__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.mega-menu-routines__product{display:grid;grid-template-columns:13.6rem minmax(0,1fr);gap:12px;align-items:center;text-decoration:none;color:#000;border:1px solid transparent;border-radius:1.2rem;padding:.8rem;background:#fff;box-shadow:0 4px 20px #2714030d;transition:border-color .18s ease,transform .18s ease}.mega-menu-routines__product:visited,.mega-menu-routines__product:hover,.mega-menu-routines__product:focus-visible{color:#000;text-decoration:none}@media screen and (hover:hover){.mega-menu-routines__product:hover,.mega-menu-routines__product:focus-visible{border-color:var(--Marron-500, #C4764B);transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.mega-menu-routines__product{transition:none}.mega-menu-routines__product:hover,.mega-menu-routines__product:focus-visible{transform:none}}.mega-menu-routines__product-image{width:100%;border-radius:.8rem;overflow:hidden;background:#f5ebdf}.mega-menu-routines__product-content{display:grid;gap:4px;align-content:center;padding-top:6px;padding-bottom:6px}.mega-menu-routines__product-title{margin:0;font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-small-size, 14px);font-style:normal;font-weight:600;line-height:var(--font-paragraph-small-line-height, 20px)}.mega-menu-routines__product-subtitle{margin:0;font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-extra-small-size, 12px);font-style:normal;font-weight:400;line-height:var(--font-paragraph-extra-small-line-height, 18px);color:rgba(var(--color-header-foreground),.74)}.mega-menu-routines__product-subtitle:before{content:"";display:inline-block;width:.8rem;height:.8rem;border-radius:50%;background:#99b738;margin-inline-end:.6rem;vertical-align:middle}.mega-menu-routines__product-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:.8rem;margin-top:4px;padding:.3rem 1rem;font-family:var(--font-family-paragraph, Poppins);font-size:var(--font-paragraph-extra-small-size, 12px);font-style:normal;font-weight:600;line-height:var(--font-paragraph-extra-small-line-height, 18px);border:1px solid rgba(var(--color-header-foreground),.18);background:#fff}.mega-menu-routines__empty{border-radius:1.2rem;padding:2rem;line-height:var(--font-paragraph-medium-line-height, 22px);color:rgba(var(--color-header-foreground),.74)}@media screen and (max-width:1599px){.mega-menu-products{grid-template-columns:max-content minmax(0,1fr)}.mega-menu-routines{grid-template-columns:28rem minmax(0,1fr)}.mega-menu-routines__product{grid-template-columns:12rem minmax(0,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/component-menu-dropdown.css.map */
