.menu-drawer .mega-menu__list,.menu-drawer .megamenu-cards-grid,.menu-drawer__submenu .mega-menu__list,#menu-drawer .mega-menu__list{display:flex;flex-direction:column;gap:0;grid-template-columns:unset;padding:0;margin:0}.menu-drawer .mega-menu__list>li,.menu-drawer__submenu .mega-menu__list>li,#menu-drawer .mega-menu__list>li{display:block;width:100%}.menu-drawer .mega-menu__link,.menu-drawer__submenu .mega-menu__link,#menu-drawer .mega-menu__link{display:block;padding:1rem 2.5rem;text-decoration:none;color:rgba(var(--color-foreground),.75);font-size:.9375rem}.menu-drawer__inner-submenu:has(.menu-drawer-tabs-wrapper)>.menu-drawer__close-button{display:none}.menu-drawer-tabs-wrapper{display:flex;align-items:center;gap:0;margin:20px 12px}.menu-drawer-tabs__back{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.menu-drawer-tabs__back .svg-wrapper{width:12px;height:12px;transform:rotate(180deg)}.menu-drawer-tabs{display:flex;gap:4px;padding:4px;flex:1;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background-color:#f6f2ec;border-radius:100px}.menu-drawer-tabs::-webkit-scrollbar{display:none}.menu-drawer-tabs__button{flex:1;padding-inline:12px;font-size:12px;border:none;border-radius:100px;background-color:transparent;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:background-color .2s ease,color .2s ease;white-space:nowrap;pointer-events:auto;position:relative;z-index:10;font-family:var(--font-body-family);min-height:36px}.menu-drawer-tabs__button[aria-selected=true]{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 1px 3px #0000000f;font-family:var(--font-body-family);font-weight:500}.menu-drawer-tabs__panel{display:none}.menu-drawer-tabs__panel[data-active=true]{display:block}.menu-drawer-cards{display:flex;flex-direction:column;gap:0}.menu-drawer-card{display:flex;align-items:center;gap:1rem;padding:1rem 2.5rem;text-decoration:none;color:inherit;transition:background-color .15s ease}.menu-drawer-card:hover{background-color:rgba(var(--color-foreground),.04)}.menu-drawer-card__image-wrapper{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.menu-drawer-card__image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.menu-drawer-card__content{display:flex;align-items:center;justify-content:space-between;flex:1;gap:1rem}.menu-drawer-card__title{font-size:.9375rem;font-weight:500;margin:0;color:rgb(var(--color-foreground))}.menu-drawer-card__button{flex-shrink:0;padding:.5rem 1rem;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border:1px solid rgb(var(--color-foreground));border-radius:2rem;background-color:transparent;color:rgb(var(--color-foreground));pointer-events:none}.menu-drawer__account-section{padding:1.5rem 2.5rem;border-top:1px solid rgba(var(--color-foreground),.1);margin-top:1rem}.menu-drawer__account-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.5);margin:0 0 1rem}.menu-drawer__account-buttons{display:flex;gap:.75rem}.menu-drawer__account-button{flex:1;padding:.875rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center;text-decoration:none;border-radius:2rem;transition:background-color .2s ease,color .2s ease}.menu-drawer__account-button--primary{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground))}.menu-drawer__account-button--primary:hover{background-color:transparent;color:rgb(var(--color-foreground))}.menu-drawer__account-button--secondary{background-color:transparent;border:1px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground))}.menu-drawer__account-button--secondary:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.header-categories-button{display:flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:100px;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;color:#fff;background-color:#ffffff26;border:1px solid rgb(255 255 255 / 30%);transition:all .25s cubic-bezier(.4,0,.2,1);line-height:1}.header-categories-button__content{display:flex;align-items:center;gap:5px}.header-categories-button__icon{display:flex;align-items:center;justify-content:center;width:24px;height:auto}.header-categories-button__icon img{width:100%;height:100%;object-fit:contain}.header-categories-button__icon svg{width:20px;height:20px;color:rgb(var(--color-foreground))}.header-categories-button__label{font-size:14px;white-space:nowrap;font-family:var(--font-body-family)}.header-categories-button__close{display:none}.header-categories-button.is-active{background-color:#ffffff40;border-color:#ffffff7f;transform:scale(.98)}@media screen and (max-width: 749px){.header-categories-button__content{flex-direction:column}.header-categories-button__icon{width:26px;height:auto}.header-categories-button{padding:10px 6.5px 9px;border-radius:6px}.header-categories-button__label{font-size:10px}}body.overflow-hidden-menu{overflow:hidden}custom-menu-drawer.menu-drawer-wrapper{position:fixed;top:0;left:0;width:100vw;height:100%;z-index:9999;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}custom-menu-drawer.menu-drawer-wrapper.is-open{pointer-events:auto;visibility:visible;opacity:1}@media screen and (min-width: 990px){.header-quick-links__wrapper custom-menu-drawer.menu-drawer-wrapper{position:absolute;top:100%;left:0;width:100%;height:auto;background:transparent;z-index:100}.header-quick-links__wrapper custom-menu-drawer.menu-drawer-wrapper.is-open{background:transparent}body>custom-menu-drawer.menu-drawer-wrapper{display:none}}@media screen and (max-width: 989px){body>custom-menu-drawer.menu-drawer-wrapper{position:fixed;top:0;left:0;width:100vw;height:100%}body>custom-menu-drawer.menu-drawer-wrapper.is-open{background:#00000026}.header-quick-links__wrapper custom-menu-drawer.menu-drawer-wrapper{position:fixed;top:0;left:0;width:100vw;height:100%}}.menu-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-foreground),.5);opacity:0;transition:opacity .5s cubic-bezier(.32,.72,0,1);cursor:pointer}custom-menu-drawer.is-open .menu-drawer__overlay{opacity:1;display:block}@media screen and (min-width: 990px){.menu-drawer__overlay{display:none}}.menu-drawer__container{position:absolute;top:0;left:0;width:100%;max-width:87.5vw;height:100%;background-color:rgb(var(--color-background));display:flex;flex-direction:column;transform:translate(-100%);transition:all .5s cubic-bezier(.32,.72,0,1);will-change:transform}@media screen and (min-width: 990px){.header-quick-links__wrapper .menu-drawer__container{position:static;max-width:100%;width:100%;height:auto;transform:translateY(0);opacity:0;box-shadow:0 10px 40px #00000026;border-radius:0 0 12px 12px;transition:transform .3s ease,opacity .3s ease;background-color:rgb(var(--color-background))}.header-quick-links__wrapper custom-menu-drawer.is-open .menu-drawer__container{transform:translateY(0);opacity:1}}@media screen and (max-width: 989px){.menu-drawer__container{max-width:87.5vw;box-shadow:4px 0 24px #00000026}custom-menu-drawer.is-open .menu-drawer__container{transform:translate(0)}}.menu-drawer__header{flex-shrink:0;margin-bottom:20px;display:none}.menu-drawer__header--mobile{display:block}@media screen and (min-width: 990px){.menu-drawer__header--mobile{display:none}}.menu-drawer__back{display:flex;align-items:center;gap:8px;width:100%;font-size:13px;color:rgba(var(--color-foreground),.5);background:none;border:none;cursor:pointer;text-align:left;transition:color .15s ease;padding:0 16px}.menu-drawer__back .svg-wrapper{width:12px;height:12px;transform:rotate(180deg)}.menu-drawer__back:hover{color:rgb(var(--color-foreground))}.menu-drawer__content{flex:1;overflow:hidden;display:flex;flex-direction:column}@media screen and (min-width: 990px){.header-quick-links__wrapper .menu-drawer__content,.header-quick-links__wrapper .menu-drawer__scroll{flex:none;height:auto;overflow:visible}}.menu-drawer__scroll{flex:1;overflow-y:auto}.menu-drawer__search{padding:16px;background:linear-gradient(180deg,rgba(236,72,153,.08) 0%,transparent 100%);border-radius:16px;margin:0 16px 16px}.menu-drawer__search-form{margin-bottom:12px}.menu-drawer__search-input-wrapper{display:flex;align-items:center;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;padding:12px 16px;gap:12px}.menu-drawer__search-input{flex:1;border:none;background:transparent;font-size:15px;color:rgb(var(--color-foreground));outline:none}.menu-drawer__search-input::placeholder{color:rgba(var(--color-foreground),.5)}.menu-drawer__search-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;color:rgba(var(--color-foreground),.5)}.menu-drawer__search-button svg{width:20px;height:20px}.menu-drawer__popular{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.menu-drawer__popular-icon{font-size:14px}.menu-drawer__popular-label{font-size:13px;font-weight:600;color:#ec4899}.menu-drawer__popular-tags{display:flex;flex-wrap:wrap;gap:6px}.menu-drawer__popular-tag{display:inline-block;padding:6px 12px;font-size:12px;color:#ec4899;background:transparent;border:1px solid #EC4899;border-radius:100px;text-decoration:none;transition:all .15s ease}.menu-drawer__popular-tag:hover{background:#ec4899;color:#fff}.menu-drawer__search-clear{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;color:rgba(var(--color-foreground),.5)}.menu-drawer__search-clear svg{width:16px;height:16px}.menu-drawer__search-results{margin-top:16px}.menu-drawer__search-results-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.menu-drawer__search-item{display:flex;align-items:center;gap:12px;padding:8px;background:rgb(var(--color-background));border-radius:12px;text-decoration:none;color:inherit;transition:all .15s ease}.menu-drawer__search-item:hover{background:rgba(var(--color-foreground),.04)}.menu-drawer__search-item-image{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f6f2ec;flex-shrink:0;display:flex;align-items:center;justify-content:center}.menu-drawer__search-item-image img{width:100%;height:100%;object-fit:cover}.menu-drawer__search-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.menu-drawer__search-item-title{font-size:14px;font-weight:500;color:rgb(var(--color-foreground));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu-drawer__search-item-price{display:flex;align-items:center;gap:8px}.menu-drawer__search-item-price-current{font-size:14px;font-weight:600;color:#ec4899}.menu-drawer__search-item-price-compare{font-size:13px;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.menu-drawer__search-results-button{display:block;width:100%;padding:14px 24px;font-size:14px;font-weight:600;text-align:center;text-decoration:none;color:#fff;background:#ec4899;border-radius:100px;transition:all .2s ease}.menu-drawer__search-results-button:hover{background:#db2777}.menu-drawer__search-no-results{padding:20px;text-align:center;font-size:14px;color:rgba(var(--color-foreground),.6)}@media screen and (min-width: 990px){.menu-drawer__search{display:none}}.menu-drawer__mobile-accordion{display:block;padding:0 16px 16px}.menu-drawer__desktop-split{display:none}@media screen and (min-width: 990px){.menu-drawer__mobile-accordion{display:none}.menu-drawer__desktop-split{display:flex;flex:1;height:100%}.header-quick-links__wrapper .menu-drawer__desktop-split{height:auto;max-height:420px}}.menu-drawer__accordion-item{border-bottom:1px solid rgba(var(--color-foreground),.08)}.menu-drawer__accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;font-size:15px;font-weight:500;color:rgb(var(--color-foreground));background:none;border:none;cursor:pointer;text-align:left;text-decoration:none}.menu-drawer__accordion-trigger--link{color:rgb(var(--color-foreground))}.menu-drawer__accordion-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.menu-drawer__accordion-icon svg{width:12px;height:12px}.menu-drawer__accordion-trigger.is-active{background-color:rgba(var(--color-foreground),.04);font-weight:600}.menu-drawer__accordion-trigger.is-active .menu-drawer__accordion-icon{transform:rotate(180deg)}.menu-drawer__accordion-content{display:none;padding-bottom:16px}.menu-drawer__accordion-trigger.is-active+.menu-drawer__accordion-content{display:block}.menu-drawer__grid-item--standalone{display:block;padding:12px 16px;margin-bottom:4px;border-radius:8px;transition:background-color .15s ease}.menu-drawer__grid-item--standalone:hover{background-color:rgba(var(--color-foreground),.04)}.menu-drawer__grid-item--view-all{color:#ff0082;font-weight:500;margin-top:4px;padding-top:12px;border-top:1px solid rgba(var(--color-foreground),.08)}.menu-drawer__grid-item--view-all:hover{color:#db0070}.menu-drawer__grid-item--view-all .menu-drawer__grid-label{color:inherit}.menu-drawer__primary{display:flex;flex-direction:column;width:280px;flex-shrink:0;overflow-y:auto;border-right:1px solid rgba(var(--color-foreground),.08);padding:0}.menu-drawer__primary-list{list-style:none;margin:0;padding:0;flex:1}.menu-drawer__primary-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px;font-size:14px;color:rgb(var(--color-foreground));background:none;border:none;cursor:pointer;text-align:left;text-decoration:none;transition:all .15s ease;line-height:1}.menu-drawer__primary-item .svg-wrapper{width:12px;height:12px;opacity:.5;transition:all .15s ease}.menu-drawer__primary-item.is-active{background-color:#520a8614;color:#520a86}.menu-drawer__primary-item.is-active .svg-wrapper{opacity:1;color:#520a86}.menu-drawer__primary-item--link{cursor:pointer}.menu-drawer__primary-item--link .svg-wrapper{display:none}.menu-drawer__footer{display:flex;flex-direction:column;gap:8px;margin-top:40px}.menu-drawer__banner{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:16px;text-decoration:none;background-color:var(--banner-bg, #F5A9C4);color:var(--banner-text, #FFFFFF);position:relative;transition:transform .2s ease,box-shadow .2s ease;border:3px solid rgb(255 255 255 / 30%)}.menu-drawer__banner-content{display:flex;flex-direction:column;gap:4px;z-index:1}.menu-drawer__banner-title{font-size:14px;line-height:1.2;color:inherit;font-weight:600}.menu-drawer__banner-subtitle{font-size:13px;line-height:1;color:inherit;font-weight:500}.menu-drawer__banner-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:80px;height:80px;display:flex;align-items:center;justify-content:center}.menu-drawer__banner-icon img{max-width:100%;max-height:100%;object-fit:contain}.menu-drawer__secondary{display:none;flex:1;overflow-y:auto;background:rgb(var(--color-background));padding:28px}@media screen and (min-width: 990px){.menu-drawer__secondary{display:block}.header-quick-links__wrapper .menu-drawer__primary,.header-quick-links__wrapper .menu-drawer__secondary{height:auto;max-height:600px}}.menu-drawer__panel-title{font-size:20px;font-weight:600;margin:0 0 40px;line-height:1;color:rgb(var(--color-foreground))}@media screen and (min-width: 990px){.header-quick-links__wrapper .menu-drawer__panel.is-active{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:auto 1fr}.header-quick-links__wrapper .menu-drawer__panel-title{grid-column:1 / -1;margin-bottom:20px}.header-quick-links__wrapper .menu-drawer__panel.is-active:has(.menu-drawer__section:only-of-type){grid-template-columns:1fr;max-width:600px}}.menu-drawer__section{margin-bottom:0}.menu-drawer__section-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.menu-drawer__section-title{font-size:15px;font-weight:600;color:rgb(var(--color-foreground));margin:0}.menu-drawer__section-dot{background:rgba(var(--color-foreground),.3);font-size:0;height:3px;width:3px;border-radius:100%}.menu-drawer__section-link{font-size:13px;font-weight:500;color:#ff0082;text-decoration:none;transition:color .15s ease}.menu-drawer__section-link:hover{color:#db0070;text-decoration:underline}.menu-drawer__grid{display:flex;flex-direction:column}.menu-drawer__grid-item{display:block;padding:6px 0;text-decoration:none;color:rgba(var(--color-foreground),.75);font-size:14px;line-height:1.4;transition:color .15s ease}.menu-drawer__grid-item:hover{color:rgb(var(--color-foreground))}.menu-drawer__grid-image{display:none}.menu-drawer__grid-label{font-size:13px;line-height:1.2;font-weight:400;color:inherit}.menu-drawer__panel-button{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:20px;padding:14px 28px;font-size:14px;line-height:1;font-weight:500;color:#fff;background:#520a86;border-radius:100px;text-decoration:none;transition:all .2s ease}@media screen and (min-width: 990px){.header-quick-links__wrapper .menu-drawer__panel-button{width:fit-content;margin-top:20px;grid-column:1 / -1}}.menu-drawer__panel-back{display:none}.menu-drawer__secondary.is-mobile-open{display:block}.menu-drawer__panel{display:none}.menu-drawer__panel.is-active{display:block}@media screen and (max-width: 989px){.menu-drawer__close-header{display:none}.menu-drawer__split{flex-direction:column;position:relative}.menu-drawer__primary{border-right:none}.menu-drawer__secondary{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;padding:0;background:rgb(var(--color-background));overflow-y:auto}.menu-drawer__secondary.is-mobile-open{display:block}.menu-drawer__panel{display:none;padding:0 20px 20px}.menu-drawer__panel.is-active{display:block}.menu-drawer__panel-back{display:flex;align-items:center;gap:8px;width:100%;padding:16px 20px;font-size:14px;color:rgba(var(--color-foreground),.7);background:none;border:none;border-bottom:1px solid rgba(var(--color-foreground),.08);cursor:pointer;text-align:left;margin-bottom:16px}.menu-drawer__panel-back .svg-wrapper{width:12px;height:12px;transform:rotate(180deg)}.menu-drawer__panel-back:hover{color:rgb(var(--color-foreground))}.menu-drawer__panel-title{font-size:20px;margin-bottom:20px}.menu-drawer__grid{gap:4px}.menu-drawer__grid-item{padding:10px 16px;margin:0 -16px;font-size:14px}.menu-drawer__grid-label{font-size:14px}.menu-drawer__section{margin-bottom:24px}.menu-drawer__section-header{margin-bottom:12px}.menu-drawer__grid-item--view-all{margin-top:8px;padding:12px 16px;background-color:#ff008214;border-radius:8px;border-top:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/header-drawer-custom.css.map */
