.custom-menu-drawer{--md-accent: var(--md-title-color, #8c1f4c);--md-text: var(--md-grid-text-color, #1c1c1c);--md-muted: var(--md-tab-text-color, #767676);--md-border: var(--md-group-border-color, #ececec);position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.custom-menu-drawer[hidden]{display:none}.custom-menu-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--md-overlay-color, #000000) 40%,transparent);opacity:0;transition:opacity .25s ease}.custom-menu-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(384px,95vw);background:var(--md-drawer-bg, #ffffff);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease}.rtl_true .custom-menu-drawer__panel{right:unset;left:0;transform:translate(-100%)}button[data-menu-drawer-open=global-menu-drawer]{border:none;background:transparent;display:flex;max-width:max-content;padding:0}button[data-menu-drawer-open=global-menu-drawer] svg{width:22px;height:22px}.custom-menu-drawer.is-open .custom-menu-drawer__overlay{opacity:1;display:block}.custom-menu-drawer.is-open .custom-menu-drawer__panel{transform:translate(0)}.custom-menu-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:33px 20px 14px}.custom-menu-drawer__title{font-style:normal;font-weight:700;font-size:20px;line-height:25px;letter-spacing:0;color:var(--md-title-color, #8c1f4c);margin:0}.custom-menu-drawer__close{display:inline-flex;background:none;border:none;padding:9.33px;cursor:pointer;color:var(--md-close-icon-color, #1c1c1c)}.custom-menu-drawer__tabs{display:flex;border-bottom:1px solid var(--md-tabs-border-color, #ececec);padding-inline:20px;flex-shrink:0}.custom-menu-drawer__tab{flex:0 0 33.33%;border:none;background:none;padding:11px 10px;font-size:14px;color:var(--md-tab-text-color, #767676);cursor:pointer;border-bottom:2px solid transparent;font-style:normal;font-weight:700;font-size:16px;line-height:20px;font-family:var(--font-body-family);letter-spacing:0}.custom-menu-drawer__tab.is-active{color:var(--md-tab-active-color, #8c1f4c);border-bottom-color:var(--md-tab-active-color, #8c1f4c)}.custom-menu-drawer__panel-content{flex:1;overflow-y:auto;padding:20px 0;background:var(--md-drawer-bg, #ffffff)}.custom-menu-drawer__panel-content[hidden]{display:none}.custom-menu-drawer__search{display:flex;align-items:center;gap:12px;background:var(--md-search-bg, #f5f5f5);border-radius:999px;padding:12px 16px;border:1px solid #E3E3E3;margin-bottom:17px;margin-inline:20px;min-height:50px}.custom-menu-drawer__group:first-child{padding-top:0}.custom-menu-drawer__search-icon{color:var(--md-search-icon-color, #767676);flex-shrink:0}.custom-menu-drawer__search-field{position:relative;flex:1;min-width:0;display:flex;align-items:center}.custom-menu-drawer__search-input{display:block;border:none;background:none;outline:none;width:100%;font-size:14px;color:var(--md-search-text-color, #1c1c1c)}.custom-menu-drawer__search-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;gap:4px;font-style:normal;font-weight:500;font-size:14px;line-height:150%;white-space:nowrap;overflow:hidden;pointer-events:none;letter-spacing:0;padding-left:2px}.custom-menu-drawer__search-input:focus-visible{box-shadow:unset}.custom-menu-drawer__search-input:not(:placeholder-shown)~.custom-menu-drawer__search-placeholder{display:none}.custom-menu-drawer__search-placeholder-label{color:var(--md-search-label-color, #828282)}.custom-menu-drawer__search-placeholder-keyword{color:var(--md-search-keyword-color, #995750);font-weight:600}.custom-menu-drawer__section-label{font-size:15px;font-weight:700;color:var(--md-section-label-color, #1c1c1c)}.custom-menu-drawer__topic-grid,.custom-menu-drawer__panel-content>.custom-menu-drawer__section-label,.custom-menu-drawer__section-label-row{padding-inline:20px}.custom-menu-drawer__section-label-row{display:flex;align-items:center;gap:8px}.custom-menu-drawer__section-label-row.custom-menu-drawer__section-colls{padding-top:22px;padding-bottom:16px;margin-top:22px;border-top:1px solid #EDEDED;justify-content:space-between;padding-inline:20px}.custom-menu-drawer__section-label-row.custom-menu-drawer__section-colls .custom-menu-drawer__section-label{padding:0}.custom-menu-drawer__section-label-row-feature{padding-top:22px;margin-top:22px;border-top:1px solid #EDEDED;margin-bottom:16px;justify-content:space-between}.custom-menu-drawer__section-label-row-feature .custom-menu-drawer__see-all{font-style:normal;font-weight:500;font-size:18px;line-height:22px;letter-spacing:0;text-decoration:underline;padding-right:20px}.custom-menu-drawer__section-label-row .custom-menu-drawer__section-label{margin:0}.custom-menu-drawer__see-all{border:none;background:none;color:var(--md-see-all-color, #8c1f4c);font-style:normal;font-weight:500;font-size:18px;line-height:22px;letter-spacing:0;text-decoration:underline;cursor:pointer;font-family:var(--font-body-family)}.custom-menu-drawer__topic-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:18.09px 21.85px}.custom-menu-drawer__topic-wrap{padding-top:16px}.custom-menu-drawer__group{border-bottom:1px solid var(--md-group-border-color, #ececec);padding:22px 0}.custom-menu-drawer__group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;font-style:normal;font-weight:500;font-size:18px;line-height:22px;font-family:var(--font-body-family);color:var(--md-group-title-color, #1c1c1c);cursor:pointer;padding:0}.custom-menu-drawer__chevron{transition:transform .2s ease;color:var(--md-chevron-color, #767676)}.custom-menu-drawer__group.is-expanded .custom-menu-drawer__chevron{transform:rotate(180deg)}.custom-menu-drawer__group-grid{max-height:0;overflow:hidden;margin-top:0;transition:max-height .25s ease}.custom-menu-drawer__group.is-expanded .custom-menu-drawer__group-grid{max-height:600px}.custom-menu-drawer__grid-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;text-decoration:none;color:var(--md-grid-text-color, #1c1c1c);font-style:normal;font-weight:700;font-size:14.3204px;line-height:19px;letter-spacing:.01em}.custom-menu-drawer__grid-item img{display:block;width:100%;object-fit:contain;border-radius:12px}.custom-menu-drawer__group-toggle[aria-expanded=true]{color:var(--md-group-act-title-color);font-weight:700}.custom-menu-drawer__brands-top .custom-menu-drawer__section-label,.custom-menu-drawer__section-label{font-style:normal;font-weight:700;font-size:18px;line-height:22px;letter-spacing:0;color:var(--md-group-act-title-color);margin:0}.custom-menu-drawer__brands-top .custom-menu-drawer__brand-grid{padding-top:16px;padding-inline:20px}.custom-menu-drawer__groups{padding-inline:20px}.custom-menu-drawer__group-toggle[aria-expanded=true] .custom-menu-drawer__chevron path{stroke:var(--md-group-act-title-color)}.custom-menu-drawer__brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 8px}.custom-menu-drawer__brand-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;text-decoration:none;color:var(--md-grid-text-color, #1c1c1c);font-style:normal;font-weight:700;font-size:14.3204px;line-height:19px;letter-spacing:.01em}.custom-menu-drawer__brand-item img{display:block;width:100%;object-fit:contain}.custom-menu-drawer__badge{position:absolute;top:-4px;right:4px;background:var(--md-badge-bg-color, #8c1f4c);color:var(--md-badge-text-color, #ffffff);font-size:10px;font-weight:600;padding:2px 6px;border-radius:999px;z-index:2}.custom-menu-drawer__brand-list{display:flex;flex-direction:column;gap:14px;padding-inline:16px}.custom-menu-drawer__brand-row{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--md-grid-text-color, #1c1c1c);box-shadow:0 4.11111px 52.4167px #acacac40;border-radius:20px;padding:16px}.custom-menu-drawer__brand-row img{width:36px;height:36px;object-fit:contain}.custom-menu-drawer__brand-row-text{display:grid;grid-template-columns:33.65fr 66.35fr;align-items:center;gap:12px}.custom-menu-drawer__brand-row-label{font-style:normal;font-weight:600;font-size:14px;line-height:16px;color:var(--md-brand-row-label-color, #767676)}.custom-menu-drawer__brand-row-title{font-style:normal;font-weight:600;font-size:14px;line-height:16px;color:var(--md-brand-row-title-color, #1c1c1c);text-transform:uppercase}.custom-menu-drawer__brand-list:not(.is-expanded) .is-collapsed{display:none}.custom-menu-drawer__featured-scroll{display:flex;gap:7.21px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;margin-left:20px}.custom-menu-drawer__featured-card{position:relative;overflow:hidden;scroll-snap-align:start;flex:0 0 163.64px;border-radius:19.23px;padding:12.82px;display:flex;flex-direction:column;gap:7.69px;min-height:155px;text-decoration:none;color:var(--md-grid-text-color, #1c1c1c)}.custom-menu-drawer__featured-card:last-child{margin-right:20px}.rtl_true .custom-menu-drawer__featured-card:last-child{margin-right:0}.rtl_true .custom-menu-drawer__featured-card:first-child{margin-right:20px}.custom-menu-drawer__featured-curve{position:absolute;right:0;bottom:0;width:100%;height:auto;z-index:0;pointer-events:none}.rtl_true .custom-menu-drawer__featured-scroll{scroll-padding-right:20px}.custom-menu-drawer__featured-tag,.custom-menu-drawer__featured-title,.custom-menu-drawer__featured-btn{position:relative;z-index:1}.custom-menu-drawer__featured-tag{display:inline-block;font-style:normal;font-weight:700;font-size:9.32617px;line-height:15px;letter-spacing:0;color:var(--md-tag-color, #8c1f4c);background:var(--md-tag-bg-color, rgba(255, 255, 255, .6));padding:2.43px 4.94px;border-radius:30px;width:fit-content}.custom-menu-drawer__featured-title{font-style:normal;font-weight:700;font-size:17.9455px;line-height:21px}.custom-menu-drawer__featured-btn{margin-top:auto;background:var(--md-button-bg-color, #8c1f4c);color:var(--md-button-text-color, #ffffff);font-size:11.54px;font-weight:600;text-align:center;padding:6px 8px;border-radius:999px}.is-search-hidden{display:none!important}.custom-menu-drawer__empty{text-align:center;color:var(--md-empty-color, #767676);font-size:15px;font-weight:700;padding:24px 0}.custom-menu-drawer__heading-badge{display:inline-block;font-style:normal;font-weight:700;font-size:10px;line-height:16px;letter-spacing:0;color:var(--md-top-brands-badge-color, #8c1f4c);background:var(--md-top-brands-badge-bg, #fbe3ea);padding:2px 5px;border-radius:30px}.custom-menu-drawer__brand-row-text img{width:100%;height:auto;display:block;border:.66px solid #EEEEEE;border-radius:10px;padding:11px 9px 11px 5px}.custom-menu-drawer__brand-wrap{display:flex;flex-direction:column;gap:6px}.custom-menu-drawer__tab:focus-visible{outline:unset;box-shadow:unset}.custom-menu-drawer__search-input::-webkit-search-cancel-button,.custom-menu-drawer__search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.custom-menu-drawer__search-input::-ms-clear{display:none;width:0;height:0}.custom-menu-drawer__search-clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:none;background:none;padding:2px;margin-left:4px;cursor:pointer;color:var(--md-search-icon-color, #767676)}.custom-menu-drawer__search-clear[hidden]{display:none}.custom-menu-drawer__search-clear svg{width:20px;height:20px;display:block}
/*# sourceMappingURL=/cdn/shop/t/5/assets/menu-drawer.css.map */
