.header-wrapper-custom{background-color:#fff!important;padding-left:32px;padding-right:32px;box-shadow:0 1px 2px #0a0d120d}.header:not(.drawer-menu).page-width{max-width:1280px;margin:0 auto;gap:32px;padding-left:0;padding-right:0}@media(min-width:900px){.header__heading-link{padding:0}.header__heading-logo-wrapper{width:160px}.header__heading-logo-wrapper img{max-width:120px}.header-wrapper-custom .list-menu__item{display:flex;gap:8px;align-items:center;padding-left:0;padding-right:0}.header-wrapper-custom .custom-menu-arrow-icon{position:unset;right:unset;top:unset;width:12px;height:6px}}.header-wrapper-custom .header__icons{display:flex;flex-direction:row;gap:8px;align-items:center;padding:0;margin:0}.header-wrapper-custom .header__icon--search .svg-wrapper-search,.header-wrapper-custom .header__icon--account,.header-wrapper-custom .header__icon--cart,.header-wrapper-custom .header__icon--menu{display:flex;width:48px;height:48px;min-width:48px;justify-content:center;align-items:center;border-radius:999px;border:1px solid rgba(0,0,0,.05);background:#0000000d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-wrapper-custom .header__icon--cart{position:relative}.header-wrapper-custom .header__icon--search .svg-wrapper-search svg,.header-wrapper-custom .header__icon--account svg,.header-wrapper-custom .header__icon--cart svg,.header-wrapper-custom .header__icon--menu svg{width:20px;height:20px;flex-shrink:0;aspect-ratio:1/1}.header-wrapper-custom .cart-count-bubble{display:flex;width:20px;height:20px;justify-content:center;align-items:center;gap:10px;border-radius:999px;background:#de4032;position:absolute;left:30px;top:-2px}.header-wrapper-custom .cart-count-bubble span{color:#fff;text-align:center;font-family:var(--font-body-family);font-size:10px;font-style:normal;font-weight:700;line-height:20px}.list-menu--inline{display:flex;flex-direction:row;gap:32px;align-items:center}.header-wrapper-custom .header__menu-item span{color:#131416;text-align:center;font-family:var(--font-body-family);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.header-wrapper-custom .summary.list-menu__item{padding-top:0;padding-bottom:0}.header-wrapper-custom .search-modal__content{background-color:#fff}.header-wrapper-custom .header__active-menu-item,.header-wrapper-custom details[open]>.header__menu-item,.header-wrapper-custom .header__menu-item:hover span{text-decoration:none}.header-wrapper-custom .menu-drawer-container.menu-opening .hamburguer-icon{display:none}.header-wrapper-custom .js details[open].menu-opening>.menu-drawer{background-color:#fff}.custom-menu-item{padding:0}.custom-menu-item a{text-decoration:none;display:flex;flex-direction:row;gap:8px;align-items:center;position:relative}.custom-menu-item a span{color:#131416;text-align:center;font-family:var(--font-body-family);font-size:16px;font-style:normal;font-weight:400;line-height:20px;position:relative}.custom-menu-item a span:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:currentColor;transform:translateY(6px) scaleX(0);transform-origin:left;opacity:0;transition:transform .22s ease,opacity .22s ease;will-change:transform,opacity}.custom-menu-item a span:hover:after{transform:translateY(0) scaleX(1);opacity:1}.custom-menu-item a span svg{width:12px;height:6px}.header__menu-item--collections .header__menu-link{-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:0;display:flex;align-items:center;gap:8px;font:inherit;cursor:pointer}[data-collections-trigger]{position:relative}[data-collections-trigger]:after{content:"";position:absolute;left:-12px;right:-12px;top:100%;height:32px}.header-collections-panel{position:absolute;left:0;right:0;top:var(--header-offset, 80px);height:calc(100vh - var(--header-offset, 80px));z-index:60;background:#fff;opacity:0;transform:translateY(0);pointer-events:none;transition:transform .24s ease,opacity .24s ease;will-change:transform,opacity;border-top:1px solid rgba(0,0,0,.15)}.header-collections-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.header-collections-panel__inner{padding:60px 40px 90px;height:100%;overflow:auto;display:flex;flex-direction:column;gap:55px;overflow:hidden}.header-collections-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.header-collections-card{display:flex;flex-direction:column;gap:15px;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease;will-change:transform}.header-collections-card:hover{transform:scale(1.03)}.header-collections-card img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:4px}.header-collections-card__title{color:#131416;text-align:left;font-family:var(--font-body-family);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.dropdown{position:absolute;top:calc(100% + 30px);left:-4px;min-width:280px;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 24px #0000001f;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:80}.dropdown:before{content:"";position:absolute;left:0;right:0;top:-30px;height:30px}.nav-item.has-dropdown:hover>.dropdown,.nav-item.has-dropdown:focus-within>.dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.dropdown-list{list-style:none;margin:0;padding:16px}.dropdown-item{position:relative}.dropdown-link{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border-radius:10px;text-decoration:none;color:inherit;white-space:nowrap}.dropdown-link:hover{background:#0000000a}.flyout{position:absolute;left:calc(100% + 16px);top:0;margin-left:0;min-width:360px;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 24px #0000001f;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:90}.dropdown-item.has-flyout{position:relative}.dropdown-item.has-flyout:after{content:"";position:absolute;top:0;right:-16px;width:16px;height:100%}.dropdown-item.has-flyout:hover>.flyout,.dropdown-item.has-flyout:focus-within>.flyout{opacity:1;transform:translateY(0);pointer-events:auto}.flyout-list{list-style:none;margin:0;padding:16px}.flyout-link{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;color:inherit;white-space:nowrap}.flyout-link:hover{background:#0000000a}.dropdown-link svg{transform:rotate(270deg)}.drawer-collections{padding:0 20px 30px;background-color:#fff;display:flex;flex-direction:column;gap:20px}.drawer-collections__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.drawer-collections__media{max-width:100%}.drawer-collections__media img{width:100%;height:auto;aspect-ratio:2 / 3;object-fit:cover;border-radius:4px}.drawer-collections__title{color:#131416;text-align:left;font-family:var(--font-body-family);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.drawer-collections__card{display:flex;flex-direction:column;gap:9px;text-decoration:none}@media(max-width:768px){.header-wrapper-custom .header__search{display:none}.header:not(.drawer-menu).page-width{padding:16px 20px}.js details[open].menu-opening>.menu-drawer{background-color:#fff!important}.header-wrapper-custom{padding:0}header-drawer{margin-left:0}.header-wrapper-custom .header__icons{margin-right:12px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/custom-header.css.map */
