.custom-header{--header-bg: rgb(var(--color-custom-dark, 0, 0, 0));--header-text: rgb(var(--color-custom-gray-light, 231, 231, 232));--header-text-muted: rgb(var(--color-custom-gray-medium, 207, 208, 209));--header-text-active: rgb(var(--color-custom-secondary, 158, 32, 53));--header-border: rgba(255, 255, 255, .12);--header-search-bg: rgba(255, 255, 255, .16);--header-search-border: rgba(255, 255, 255, .2);--drawer-bg: rgb(var(--color-custom-bg-cool, 244, 246, 249));--drawer-text: rgb(var(--color-custom-dark, 0, 0, 0));--drawer-border: rgb(var(--color-custom-gray-light, 231, 231, 232));--megamenu-bg: rgb(var(--color-custom-bg-cool, 244, 246, 249));--dropdown-bg: rgb(var(--color-custom-bg-cool, 244, 246, 249));--dropdown-text: rgb(var(--color-custom-dark, 0, 0, 0));--dropdown-text-muted: rgba(0, 0, 0, .7);--dropdown-border: rgb(var(--color-custom-gray-light, 231, 231, 232));--transition-speed: .3s}.custom-header:before{content:"";width:100%;height:0;background:#0009;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:997;transition:height .5s,opacity .5s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.custom-header.menu-open:before{height:150vh;opacity:1}.custom-header{width:100%;background-color:var(--header-bg);position:relative;z-index:1000}.custom-header--sticky{position:fixed;top:0;right:0;left:0}body.has-sticky-header .content-for-layout{padding-top:var(--header-height, 60px)}.custom-header__icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.custom-header__icon svg{width:100%;height:100%;display:block}.custom-header__mobile-bar{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.custom-header__mobile-left,.custom-header__mobile-right{display:flex;align-items:center;gap:12px}.custom-header__toggle{width:20px;height:20px;padding:0;background-color:transparent;cursor:pointer;border:none;display:flex;justify-content:center;align-items:center;flex-shrink:0}.custom-header__toggle-box{width:16px;height:10px;position:relative}.custom-header__toggle-line{width:100%;height:1px;background-color:var(--header-text);border-radius:2px;position:absolute;left:50%;transform:translate(-50%);transition:transform var(--transition-speed),top var(--transition-speed),bottom var(--transition-speed),opacity var(--transition-speed)}.custom-header__toggle-line--1{top:0}.custom-header__toggle-line--2{top:50%;transform:translate(-50%) translateY(-50%)}.custom-header__toggle-line--3{bottom:0}.custom-header.menu-open .custom-header__toggle-line--1{top:50%;transform:translate(-50%,-50%) rotate(45deg)}.custom-header.menu-open .custom-header__toggle-line--2{opacity:0;transform:translate(-50%) translateY(-50%) scaleX(0)}.custom-header.menu-open .custom-header__toggle-line--3{bottom:50%;transform:translate(-50%,50%) rotate(-45deg)}.custom-header__phone-link{text-decoration:none;color:var(--header-text);display:flex;align-items:center;gap:4px;transition:color var(--transition-speed)}.custom-header__phone-link:hover{color:var(--header-text-active)}.custom-header__phone-text{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:1.5}.custom-header__logo--mobile{min-width:0;height:36px;display:flex;justify-content:center;align-items:center;flex:1}.custom-header__logo-image{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}.custom-header__logo-text{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:var(--font-weight-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--header-text)}.custom-header__action-link{text-decoration:none;color:var(--header-text);display:flex;justify-content:center;align-items:center;position:relative;transition:opacity var(--transition-speed)}.custom-header__action-link:hover{opacity:.7}.custom-header__cart-count{font-family:var(--font-family-body);font-size:10px;font-weight:var(--font-weight-bold);line-height:16px;text-align:center;min-width:16px;height:16px;padding:0 4px;background-color:var(--header-text-active);color:#fff;border-radius:50%;position:absolute;top:-6px;right:-6px}.custom-header__top-bar,.custom-header__nav-bar,.custom-header__megamenu,.custom-header__dropdown{display:none}.custom-header__drawer{width:min(320px,80vw);height:calc(100vh - 60px);background-color:var(--drawer-bg);overflow:hidden;position:fixed;top:60px;left:0;z-index:999;transform:translate(-100%);transition:transform var(--transition-speed) ease-in-out}.custom-header.menu-open .custom-header__drawer{transform:translate(0)}.custom-header__drawer-inner{height:100%;padding:24px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:32px}.custom-header__drawer-search{width:100%}.custom-header__drawer-search-form{background-color:#fff;overflow:hidden;border:1px solid var(--drawer-border);display:flex;align-items:center}.custom-header__drawer-search-input{font-family:var(--font-family-body);font-size:var(--font-size-body);height:44px;padding:0 16px;background:transparent;color:var(--drawer-text);border:none;flex:1}.custom-header__drawer-search-input::placeholder{color:rgb(var(--color-custom-paragraph, 57, 58, 59))}.custom-header__drawer-search-input:focus{outline:none}.custom-header__drawer-search-button{width:44px;height:44px;padding:0;background:transparent;cursor:pointer;color:rgb(var(--color-custom-paragraph, 57, 58, 59));border:none;display:flex;justify-content:center;align-items:center}.custom-header__drawer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.custom-header__drawer-item{padding-bottom:16px;border-bottom:1px solid var(--drawer-border)}.custom-header__drawer-item:last-child{padding-bottom:0;border-bottom:none}.custom-header__drawer-link{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);line-height:1.5;text-align:left;text-decoration:none;width:100%;padding:0;background:transparent;cursor:pointer;color:var(--drawer-text);border:none;display:flex;justify-content:space-between;align-items:center}.custom-header__drawer-arrow{width:20px;height:20px;color:var(--drawer-text);display:flex;justify-content:center;align-items:center}.custom-header__drawer-arrow svg{width:100%;height:100%}.custom-header__drawer-submenu{width:100%;height:100%;background-color:var(--drawer-bg);overflow-y:auto;opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:1;transform:translate(100%);transition:transform var(--transition-speed) ease-in-out,opacity var(--transition-speed),visibility var(--transition-speed)}.custom-header__drawer-submenu.is-active{opacity:1;visibility:visible;transform:translate(0)}.custom-header__drawer-submenu-header{padding:24px 16px;border-bottom:1px solid var(--drawer-border)}.custom-header__drawer-back{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);line-height:1.5;padding:0;background:transparent;cursor:pointer;color:rgb(var(--color-custom-paragraph, 57, 58, 59));border:none;display:flex;align-items:center;gap:12px}.custom-header__drawer-back .custom-header__icon{width:24px;height:24px}.custom-header__drawer-submenu-link{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);line-height:1.5;text-decoration:none;color:var(--drawer-text);transition:color var(--transition-speed)}.custom-header__drawer-submenu-link:hover,.custom-header__drawer-submenu-link--active{color:var(--header-text-active)}.custom-header__drawer-submenu-content{padding:16px;display:flex;flex-direction:column;gap:24px}.custom-header__drawer-submenu-item{padding-bottom:16px;border-bottom:1px solid var(--drawer-border)}.custom-header__drawer-submenu-item:last-child{padding-bottom:0;border-bottom:none}.custom-header__drawer-group{display:flex;flex-direction:column;gap:12px}.custom-header__drawer-group-title{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-bold);line-height:1.5;text-decoration:none;padding-bottom:12px;color:var(--drawer-text);border-bottom:1px solid var(--drawer-border);transition:color var(--transition-speed)}.custom-header__drawer-group-title:hover,.custom-header__drawer-group-title--active{color:var(--header-text-active)}.custom-header__drawer-group-links{list-style:none;margin:0;padding:0 0 0 16px;display:flex;flex-direction:column;gap:12px}.custom-header__drawer-group-link{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:1.5;text-decoration:none;color:rgb(var(--color-custom-paragraph, 57, 58, 59));transition:color var(--transition-speed)}.custom-header__drawer-group-link:hover,.custom-header__drawer-group-link--active{color:var(--header-text-active)}.custom-header__drawer-promo-item{padding-bottom:16px;border-bottom:1px solid var(--header-text-active)}.custom-header__drawer-promo-link{font-family:var(--font-family-heading);font-size:var(--font-size-body);font-weight:var(--font-weight-bold);line-height:1.5;text-decoration:none;color:var(--header-text-active);transition:color var(--transition-speed)}.custom-header__drawer-promo-link:hover{color:var(--drawer-text)}.custom-header__backdrop{background-color:#0009;opacity:0;visibility:hidden;position:fixed;top:60px;right:0;bottom:0;left:0;z-index:998;transition:opacity var(--transition-speed),visibility var(--transition-speed);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.custom-header.menu-open .custom-header__backdrop{opacity:1;visibility:visible}@media screen and (min-width:1024px){.custom-header__mobile-bar,.custom-header__drawer,.custom-header__backdrop{display:none}.custom-header__top-bar{width:100%;padding:16px;border-bottom:1px solid var(--header-border);display:block}.custom-header__top-container{width:100%;max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.custom-header__phone-placeholder{width:138px}.custom-header__logo{text-decoration:none;height:48px;display:flex;justify-content:center;align-items:center}.custom-header__logo-image{width:auto;height:100%}.custom-header__logo-text{font-size:1.5rem}.custom-header__top-actions{display:flex;align-items:center;gap:20px}.custom-header__nav-bar{width:100%;padding:0 16px;display:block}.custom-header__nav-container{width:100%;max-width:80rem;margin:0 auto;display:flex;justify-content:center;align-items:center}.custom-header__nav-list{list-style:none;width:100%;margin:0;padding:0;display:flex;justify-content:space-between;align-items:center;gap:clamp(24px,3vw,40px)}.custom-header__nav-item{position:relative}.custom-header__nav-link{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:1.5;text-decoration:none;padding:20px 0;background:transparent;cursor:pointer;color:var(--header-text-muted);border:none;display:flex;align-items:center;gap:0;transition:color var(--transition-speed)}.custom-header__nav-link:hover,.custom-header__nav-link--active{color:var(--header-text-active)}.custom-header__dropdown-button{gap:0}.custom-header__dropdown-icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center;transition:transform var(--transition-speed)}.custom-header__dropdown-icon svg{width:100%;height:100%}.custom-header__nav-link:hover .custom-header__dropdown-icon,.custom-header__nav-link--active .custom-header__dropdown-icon{color:var(--header-text-active)}.custom-header__dropdown-button[aria-expanded=true] .custom-header__dropdown-icon{transform:rotate(180deg)}.custom-header__megamenu{background-color:var(--megamenu-bg);box-shadow:0 30px 24px -4px #08101a14;opacity:0;display:block;visibility:hidden;position:absolute;top:100%;right:0;left:0;z-index:100;transform:translateY(-10px);transition:opacity var(--transition-speed),visibility var(--transition-speed),transform var(--transition-speed)}.custom-header__megamenu.is-active{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__megamenu-content{width:100%;max-width:80rem;margin:0 auto;padding:var(--spacing-gap-xl) 16px;display:flex;gap:var(--spacing-gap-xl)}.custom-header__megamenu-columns{display:flex;flex-wrap:wrap;gap:var(--spacing-gap-lg);flex:0 1 auto;min-width:0}.custom-header__megamenu-columns:only-child{flex:1 1 auto}.custom-header__megamenu-column{min-width:140px;display:flex;flex-direction:column;gap:16px;flex:1 1 140px}.custom-header__megamenu-group{display:flex;flex-direction:column;gap:20px}.custom-header__megamenu-title{font-family:var(--font-family-body);font-size:20px;font-weight:var(--font-weight-bold);line-height:1.5;text-decoration:none;color:var(--drawer-text);transition:color var(--transition-speed)}.custom-header__megamenu-links{display:flex;flex-direction:column;gap:16px}.custom-header__megamenu-link{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-medium);line-height:1.5;text-decoration:none;color:var(--drawer-text);transition:color var(--transition-speed)}.custom-header__megamenu-link:hover,.custom-header__megamenu-link--active{color:var(--header-text-active)}.custom-header__megamenu-promo{flex:1 1 auto;min-width:0;display:grid;gap:var(--spacing-gap-xs)}.custom-header__megamenu-promo--grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:stretch}.custom-header__megamenu-promo--grid .custom-header__promo-card{min-height:200px}.custom-header__megamenu-promo--collage{grid-template:"promo-1 promo-2" 1fr "promo-1 promo-3" 1fr / 2fr 1fr}.custom-header__megamenu-promo--carousel{max-width:360px;position:relative}.custom-header__megamenu-promo--carousel .custom-header__promo-card,.custom-header__megamenu-promo--carousel .custom-header__promo-product{grid-area:1 / 1}.custom-header__promo-card{text-decoration:none;color:inherit;overflow:hidden;display:block;position:relative;transition:opacity .4s ease}.custom-header__promo-card--hidden{opacity:0;pointer-events:none}.custom-header__promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,var(--promo-overlay, 0)) 0%,rgba(0,0,0,calc(var(--promo-overlay, 0) * .4)) 60%,transparent 100%);pointer-events:none;z-index:1}.custom-header__promo-image-wrapper{width:100%;height:100%;overflow:hidden}.custom-header__promo-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}a.custom-header__promo-card:hover .custom-header__promo-image{transform:scale(1.05)}.custom-header__promo-heading{font-family:var(--font-family-heading);font-size:var(--font-size-card-title, 1.25rem);font-weight:var(--font-weight-bold);line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.4);padding:16px;display:block;position:absolute;bottom:0;left:0;right:0;z-index:2}.custom-header__promo-product{background-color:var(--promo-product-bg, rgb(var(--color-custom-bg-light, 250, 244, 245)));color:var(--promo-product-text, inherit);overflow:hidden;display:flex;align-items:center;justify-content:center;transition:opacity .4s ease}.custom-header__promo-product-link{text-decoration:none;color:inherit;padding:var(--spacing-gap-sm);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-gap-xs);text-align:center}.custom-header__promo-product-media{max-width:160px}.custom-header__promo-product-image{width:100%;height:auto;object-fit:contain;display:block}.custom-header__promo-product-info{display:flex;flex-direction:column;gap:4px}.custom-header__promo-product-title{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);line-height:1.4}.custom-header__promo-product-price{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);opacity:.8}.custom-header__promo-carousel-nav{display:flex;gap:8px;position:absolute;bottom:16px;right:16px;z-index:2}.custom-header__promo-carousel-btn{width:32px;height:32px;padding:0;background:#ffffffe6;cursor:pointer;color:rgb(var(--color-custom-dark, 0, 0, 0));border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background var(--transition-speed),transform var(--transition-speed)}.custom-header__promo-carousel-btn:hover{background:#fff;transform:scale(1.1)}.custom-header__promo-carousel-btn .custom-header__icon{width:14px;height:14px}.custom-header__megamenu-content[data-columns-width=narrow] .custom-header__megamenu-columns{flex:0 0 30%}.custom-header__megamenu-content[data-columns-width=narrow] .custom-header__megamenu-promo{flex:1 1 auto}.custom-header__megamenu-content[data-columns-width=wide] .custom-header__megamenu-columns{flex:1 1 65%}.custom-header__megamenu-content[data-columns-width=wide] .custom-header__megamenu-promo{flex:0 1 auto}.custom-header__megamenu-link--heading{font-size:20px;font-weight:var(--font-weight-bold)}.custom-header__dropdown{width:max-content;max-width:320px;padding:20px 24px;background:var(--dropdown-bg);box-shadow:0 12px 24px -4px #08101a1f,0 0 0 1px #0000000a;color:var(--dropdown-text);opacity:0;display:block;visibility:hidden;position:absolute;top:calc(100% + 8px);left:0;z-index:100;transform:translateY(-6px);transition:opacity var(--transition-speed),visibility var(--transition-speed),transform var(--transition-speed)}.custom-header__dropdown.is-active{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__dropdown:before{content:"";width:100%;height:12px;position:absolute;bottom:100%;left:0}.custom-header__dropdown-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.custom-header__dropdown-item{position:relative}.custom-header__dropdown-link{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:1.5;text-decoration:none;padding:6px 0;background:transparent;cursor:pointer;color:var(--dropdown-text-muted);border:none;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color var(--transition-speed)}.custom-header__dropdown-link:hover,.custom-header__dropdown-link[aria-current=page]{color:var(--header-text-active)}.custom-header__dropdown-link--parent{width:100%}.custom-header__dropdown-arrow{width:16px;height:16px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.custom-header__dropdown-arrow svg{width:100%;height:100%}.custom-header__dropdown--nested{top:-20px;left:calc(100% + 8px)}.custom-header__dropdown--nested:before{content:"";width:12px;height:100%;position:absolute;top:0;right:100%;bottom:auto;left:auto}.custom-header__dropdown-list{max-height:70vh;overflow-y:auto}.custom-header__search-wrapper{position:relative}.custom-header__search-toggle{list-style:none;cursor:pointer}.custom-header__search-toggle::-webkit-details-marker{display:none}.custom-header__search-modal{padding-top:120px;display:flex;justify-content:center;align-items:flex-start;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001}.custom-header__search-modal-overlay{background-color:#00000080;position:absolute;top:0;right:0;bottom:0;left:0}.custom-header__search-modal-content{width:100%;max-width:600px;padding:24px;background-color:#fff;box-shadow:0 25px 50px -12px #00000040;position:relative}.custom-header__search-form,.custom-header__search{width:100%}.custom-header__search-field{border:1px solid rgb(var(--color-custom-gray-light, 231, 231, 232));display:flex;align-items:center}.custom-header__search-input{font-family:var(--font-family-body);font-size:var(--font-size-body);height:48px;padding:0 16px;background:transparent;color:rgb(var(--color-custom-dark));border:none;flex:1}.custom-header__search-input::placeholder{color:rgb(var(--color-custom-paragraph, 57, 58, 59))}.custom-header__search-input:focus{outline:none}.custom-header__search-button{width:48px;height:48px;padding:0;background:transparent;cursor:pointer;color:rgb(var(--color-custom-paragraph, 57, 58, 59));border:none;display:flex;justify-content:center;align-items:center}.custom-header__search-close{width:32px;height:32px;padding:0;background:transparent;cursor:pointer;color:rgb(var(--color-custom-paragraph, 57, 58, 59));border:none;display:flex;justify-content:center;align-items:center;position:absolute;top:-8px;right:-8px}}@media screen and (min-width:1280px){.custom-header__top-bar{padding:16px clamp(16px,5vw,320px)}.custom-header__nav-bar{padding:0 clamp(16px,5vw,320px)}.custom-header__megamenu-content{padding:var(--spacing-gap-xl) clamp(16px,5vw,320px)}.custom-header__megamenu-promo--carousel{max-width:400px}}.custom-header__toggle:focus-visible,.custom-header__phone-link:focus-visible,.custom-header__nav-link:focus-visible,.custom-header__action-link:focus-visible,.custom-header__drawer-link:focus-visible,.custom-header__drawer-back:focus-visible,.custom-header__megamenu-link:focus-visible,.custom-header__megamenu-title:focus-visible,.custom-header__drawer-group-title:focus-visible,.custom-header__drawer-group-link:focus-visible,.custom-header__drawer-submenu-link:focus-visible,.custom-header__dropdown-link:focus-visible,.custom-header__drawer-promo-link:focus-visible,.custom-header__promo-card:focus-visible,.custom-header__promo-product-link:focus-visible,.custom-header__promo-carousel-btn:focus-visible{outline:2px solid var(--header-text-active);outline-offset:2px}body.menu-drawer-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.custom-header,.custom-header *,.custom-header *:before,.custom-header *:after{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-custom-header.css.map */
