:root{--header-custom-height: 80px}.header-custom{position:relative;z-index:1000;background-color:var(--hc-bg, #FFFFFF);transition:all .3s ease}.header-custom--sticky{position:fixed;top:0;left:0;right:0}.header-custom--sticky.is-scrolled{box-shadow:0 2px 20px #00000014}.header-custom--transparent:not(.is-scrolled){background-color:transparent}.header-custom__bar{border-bottom:1px solid var(--hc-border, rgba(91, 123, 148, .15))}.header-custom__container{max-width:1400px;margin:0 auto;padding:0 var(--page-margin, 20px);height:var(--header-custom-height);display:flex;align-items:center;justify-content:space-between;gap:40px}.header-custom__logo{flex-shrink:0}.header-custom__logo-link{display:block;text-decoration:none}.header-custom__logo-img{height:auto;width:var(--logo-width, 150px);max-width:200px;object-fit:contain}.header-custom__logo-text{font-family:var(--font-heading--family, serif);font-weight:var(--font-heading--weight, 400);font-size:1.5rem;color:var(--hc-text, #5B7B94);letter-spacing:.1em}.header-custom__nav{flex-grow:1;display:flex;justify-content:center}.header-custom__menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:50px}.header-custom__menu-item{position:relative}.header-custom__menu-link{display:block;padding:10px 0;font-family:var(--font-body--family, sans-serif);font-size:.9rem;font-weight:400;color:var(--hc-text, #5B7B94);text-decoration:none;text-transform:uppercase;letter-spacing:.12em;transition:color .2s ease;position:relative}.header-custom__menu-link:after{content:"";position:absolute;bottom:5px;left:0;width:0;height:1px;background-color:var(--hc-menu-hover, #3D5A73);transition:width .3s ease}.header-custom__menu-link:hover{color:var(--hc-menu-hover, #3D5A73)}.header-custom__menu-link:hover:after{width:100%}.header-custom__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-custom__action{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:none;cursor:pointer;color:var(--hc-icon, #5B7B94);transition:color .2s ease,transform .2s ease;text-decoration:none;position:relative}.header-custom__action svg{width:22px;height:22px}.header-custom__action:hover{color:var(--hc-icon-hover, #3D5A73);transform:translateY(-2px)}.header-custom__cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background-color:var(--hc-icon, #5B7B94);color:#fff;font-size:.65rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header-custom__mobile-toggle{display:none;width:40px;height:40px;padding:0;border:none;background:none;cursor:pointer;flex-shrink:0;align-items:center;justify-content:center}.header-custom__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:28px;height:28px;gap:5px}.header-custom__hamburger span{display:block;width:22px;height:2.5px;background-color:var(--drawer-accent, #5BA4C9);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header-custom__hamburger span:nth-child(1){width:22px}.header-custom__hamburger span:nth-child(2){width:16px;align-self:flex-start;margin-left:3px}.header-custom__hamburger span:nth-child(3){width:22px}.header-custom__mobile-toggle.is-active .header-custom__hamburger span:nth-child(1){transform:rotate(45deg) translateY(7.5px)}.header-custom__mobile-toggle.is-active .header-custom__hamburger span:nth-child(2){opacity:0;width:0}.header-custom__mobile-toggle.is-active .header-custom__hamburger span:nth-child(3){transform:rotate(-45deg) translateY(-7.5px)}.header-custom__mega-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--hc-mega-bg, #FFFFFF);border-top:1px solid var(--hc-border, rgba(91, 123, 148, .15));box-shadow:0 10px 40px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:100}.header-custom__mega-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.header-custom__mega-menu[hidden]{display:none}.header-custom__mega-menu:not([hidden]){display:block}.header-custom__mega-container{max-width:100%;margin:0;padding:0}.header-custom__search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding-top:80px;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.header-custom__search-overlay.is-open{opacity:1;visibility:visible}.header-custom__search-overlay[hidden]{display:none}.header-custom__search-overlay:not([hidden]){display:flex}.header-custom__search-container{width:100%;max-width:600px;padding:0 20px}.header-custom__search-box{display:flex;align-items:center;gap:15px;background:#fff;border-radius:12px;padding:8px 8px 8px 20px;box-shadow:0 10px 40px #0003}.header-custom__search-input-wrapper{flex:1;display:flex;align-items:center;gap:12px}.header-custom__search-icon{width:22px;height:22px;color:#5b7b94;flex-shrink:0}.header-custom__search-input{flex-grow:1;border:none;background:none;font-family:var(--font-body--family, sans-serif);font-size:16px;color:#333;padding:12px 0;outline:none;min-width:0}.header-custom__search-input::placeholder{color:#999}.header-custom__search-clear{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;color:#666;transition:all .2s ease;flex-shrink:0}.header-custom__search-clear:hover{background:#e0e0e0;color:#333}.header-custom__search-clear svg{width:14px;height:14px}.header-custom__search-close-btn{padding:12px 20px;border:none;background:#5b7b94;color:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease;white-space:nowrap}.header-custom__search-close-btn:hover{background:#3d5a73}.header-custom__search-results{background:#fff;border-radius:12px;margin-top:12px;box-shadow:0 10px 40px #00000026;max-height:60vh;overflow-y:auto}.header-custom__search-results-inner{padding:12px}.header-custom__search-loading{display:flex;align-items:center;justify-content:center;padding:20px}.header-custom__search-spinner{width:20px;height:20px;border:2px solid #e5e5e5;border-top-color:#5b7b94;border-radius:50%;animation:searchSpin .8s linear infinite}@keyframes searchSpin{to{transform:rotate(360deg)}}.header-custom__search-empty{display:flex;align-items:center;justify-content:center;padding:30px 20px;text-align:center}.header-custom__search-empty p{margin:0;font-size:15px;font-weight:500;color:#666}.header-custom__search-products{display:grid;gap:8px}.header-custom__search-product{display:flex;align-items:center;gap:15px;padding:12px;border-radius:10px;text-decoration:none;color:inherit;transition:background .2s ease}.header-custom__search-product:hover{background:#f5f7f9}.header-custom__search-product-image{width:70px;height:70px;flex-shrink:0;background:#f5f7f9;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.header-custom__search-product-image img{width:100%;height:100%;object-fit:contain}.header-custom__search-product-image svg{width:30px;height:30px;color:#ccc}.header-custom__search-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.header-custom__search-product-title{font-size:14px;font-weight:500;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.header-custom__search-product-price{font-size:15px;font-weight:600;color:#5b7b94}.header-custom__mobile-drawer{--drawer-primary: #3D5A73;--drawer-accent: #5BA4C9;--drawer-text: #2C3E50;--drawer-text-light: #6B8599;--drawer-bg: #FFFFFF;--drawer-bg-soft: #F8FAFB;--drawer-border: rgba(91, 123, 148, .1);--drawer-radius: 12px;--drawer-transition: all .25s cubic-bezier(.4, 0, .2, 1)}.header-custom__drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3d5a7366,#5ba4c94d);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header-custom__drawer-overlay.is-open{opacity:1;visibility:visible}.header-custom__mobile-drawer{position:fixed;top:0;left:0;width:100%;max-width:380px;height:100vh;height:100dvh;background:var(--drawer-bg);z-index:2000;transform:translate(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow:hidden;box-shadow:10px 0 50px #3d5a7333}.header-custom__mobile-drawer.is-open{transform:translate(0)}.header-custom__mobile-drawer[hidden]{display:none}.header-custom__mobile-drawer:not([hidden]){display:flex}.header-custom__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--drawer-border);flex-shrink:0;background:linear-gradient(180deg,var(--drawer-bg-soft) 0%,var(--drawer-bg) 100%)}.header-custom__drawer-logo{display:block;text-decoration:none}.header-custom__drawer-logo img{height:auto;max-width:100px;object-fit:contain}.header-custom__drawer-logo span{font-family:var(--font-heading--family, serif);font-size:1.2rem;font-weight:500;color:var(--drawer-primary);letter-spacing:.05em}.header-custom__drawer-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:linear-gradient(135deg,var(--drawer-bg-soft) 0%,#E8EEF2 100%);border-radius:50%;cursor:pointer;color:var(--drawer-text-light);transition:var(--drawer-transition)}.header-custom__drawer-close:hover{background:var(--drawer-accent);color:#fff;transform:rotate(90deg)}.header-custom__drawer-close svg{width:18px;height:18px}.header-custom__drawer-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:var(--drawer-bg)}.header-custom__drawer-search{padding:16px 24px;background:var(--drawer-bg-soft)}.header-custom__drawer-search-form{width:100%}.header-custom__drawer-search-wrapper{display:flex;align-items:center;gap:12px;background:var(--drawer-bg);border:2px solid transparent;border-radius:var(--drawer-radius);padding:12px 12px 12px 16px;transition:var(--drawer-transition);box-shadow:0 2px 8px #3d5a7314}.header-custom__drawer-search-wrapper:focus-within{border-color:var(--drawer-accent);box-shadow:0 0 0 4px #5ba4c926}.header-custom__drawer-search-input{flex:1;border:none;background:none;font-family:var(--font-body--family, sans-serif);font-size:15px;color:var(--drawer-text);outline:none;padding:4px 0;min-width:0;-webkit-appearance:none;appearance:none}.header-custom__drawer-search-input::placeholder{color:var(--drawer-text-light)}.header-custom__drawer-search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.header-custom__drawer-search-results{display:none;margin-top:12px;background:var(--drawer-bg);border-radius:var(--drawer-radius);box-shadow:0 4px 20px #3d5a731f;overflow:hidden;max-height:400px;overflow-y:auto}.header-custom__drawer-search-loading{display:none;align-items:center;justify-content:center;padding:24px}.header-custom__drawer-search-spinner{width:24px;height:24px;border:3px solid var(--drawer-border);border-top-color:var(--drawer-accent);border-radius:50%;animation:drawerSearchSpin .8s linear infinite}@keyframes drawerSearchSpin{to{transform:rotate(360deg)}}.header-custom__drawer-search-products{display:flex;flex-direction:column}.header-custom__drawer-search-product{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:inherit;border-bottom:1px solid var(--drawer-border);transition:var(--drawer-transition)}.header-custom__drawer-search-product:last-child{border-bottom:none}.header-custom__drawer-search-product:hover,.header-custom__drawer-search-product:active{background:var(--drawer-bg-soft)}.header-custom__drawer-search-product-image{width:56px;height:56px;flex-shrink:0;background:var(--drawer-bg-soft);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.header-custom__drawer-search-product-image img{width:100%;height:100%;object-fit:contain}.header-custom__drawer-search-product-image svg{width:24px;height:24px;color:var(--drawer-text-light)}.header-custom__drawer-search-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.header-custom__drawer-search-product-title{font-size:13px;font-weight:500;color:var(--drawer-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2}.header-custom__drawer-search-product-price{font-size:14px;font-weight:600;color:var(--drawer-accent)}.header-custom__drawer-search-empty{display:none;align-items:center;justify-content:center;padding:24px 20px;text-align:center}.header-custom__drawer-search-empty p{margin:0;font-size:14px;font-weight:500;color:var(--drawer-text-light)}.header-custom__drawer-search-clear{display:none;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:var(--drawer-bg-soft);border-radius:50%;cursor:pointer;color:var(--drawer-text-light);transition:var(--drawer-transition);flex-shrink:0}.header-custom__drawer-search-clear:hover,.header-custom__drawer-search-clear:active{background:var(--drawer-accent);color:#fff}.header-custom__drawer-search-clear svg{width:14px;height:14px}.header-custom__drawer-nav{padding:8px 0}.header-custom__drawer-accordion{border-bottom:1px solid var(--drawer-border)}.header-custom__drawer-accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 24px;border:none;background:none;cursor:pointer;font-family:var(--font-body--family, sans-serif);font-size:15px;font-weight:600;color:var(--drawer-text);text-transform:uppercase;letter-spacing:.08em;text-align:left;transition:var(--drawer-transition)}.header-custom__drawer-accordion-trigger:hover{background:var(--drawer-bg-soft);color:var(--drawer-primary)}.header-custom__drawer-accordion-icon{width:20px;height:20px;transition:transform .35s cubic-bezier(.16,1,.3,1);color:var(--drawer-accent)}.header-custom__drawer-accordion.is-open>.header-custom__drawer-accordion-trigger{background:linear-gradient(90deg,var(--drawer-bg-soft) 0%,transparent 100%);color:var(--drawer-primary)}.header-custom__drawer-accordion.is-open>.header-custom__drawer-accordion-trigger .header-custom__drawer-accordion-icon{transform:rotate(180deg)}.header-custom__drawer-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1);background:var(--drawer-bg-soft)}.header-custom__drawer-accordion.is-open>.header-custom__drawer-accordion-content{max-height:3000px}.header-custom__drawer-slider-wrapper{position:relative;margin:0;border-radius:0;overflow:hidden}.header-custom__drawer-slider{display:flex;gap:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0;margin:0;scrollbar-width:none;-ms-overflow-style:none}.header-custom__drawer-slider::-webkit-scrollbar{display:none}.header-custom__drawer-slide{flex:0 0 100%;width:100%;aspect-ratio:16 / 10;position:relative;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;text-decoration:none}.header-custom__drawer-slide img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.header-custom__drawer-slide:active img{transform:scale(1.05)}.header-custom__drawer-slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,rgba(61,90,115,calc(var(--mobile-overlay, .5) * .3)),rgba(61,90,115,var(--mobile-overlay, .5)));pointer-events:none}.header-custom__drawer-slide-logo{position:absolute;bottom:20px;left:16px;right:16px;display:flex;justify-content:center}.header-custom__drawer-slide-logo img{max-width:var(--mobile-logo-width, 120px);max-height:60px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.4))}.header-custom__drawer-slider-dots{display:flex;justify-content:center;gap:10px;padding:16px 0;background:var(--drawer-bg)}.header-custom__drawer-slider-dot{width:10px;height:10px;border-radius:50%;background:var(--drawer-border);cursor:pointer;transition:var(--drawer-transition);border:2px solid transparent}.header-custom__drawer-slider-dot.is-active{background:var(--drawer-accent);transform:scale(1.2);box-shadow:0 0 0 3px #5ba4c933}.header-custom__drawer-slider-dot:hover{background:var(--drawer-text-light)}.header-custom__drawer-section{padding:20px 24px;border-top:1px solid rgba(255,255,255,.5);background:var(--drawer-bg-soft)}.header-custom__drawer-section:first-child{border-top:none}.header-custom__drawer-section-title{display:inline-block;font-family:var(--font-body--family, sans-serif);font-size:11px;font-weight:700;color:var(--drawer-accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--drawer-accent)}.header-custom__drawer-pills{display:flex;flex-direction:column;gap:6px}.header-custom__drawer-pill{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--drawer-bg);border:1px solid var(--drawer-border);border-radius:var(--drawer-radius);font-family:var(--font-body--family, sans-serif);font-size:14px;font-weight:500;color:var(--drawer-text);text-decoration:none;transition:var(--drawer-transition);box-shadow:0 2px 4px #3d5a730d}.header-custom__drawer-pill:after{content:"";width:6px;height:6px;border-right:2px solid var(--drawer-accent);border-bottom:2px solid var(--drawer-accent);transform:rotate(-45deg);opacity:0;transition:var(--drawer-transition)}.header-custom__drawer-pill:hover,.header-custom__drawer-pill:active{background:var(--drawer-bg);border-color:var(--drawer-accent);color:var(--drawer-primary);transform:translate(4px);box-shadow:0 4px 12px #5ba4c926}.header-custom__drawer-pill:hover:after,.header-custom__drawer-pill:active:after{opacity:1}.header-custom__drawer-brands-list{display:flex;flex-direction:column;gap:4px}.header-custom__drawer-brand-item{display:flex;align-items:center;padding:12px 16px;background:var(--drawer-bg);border:none;border-radius:8px;font-family:var(--font-body--family, sans-serif);font-size:13px;font-weight:500;color:var(--drawer-text-light);text-decoration:none;transition:var(--drawer-transition)}.header-custom__drawer-brand-item:hover,.header-custom__drawer-brand-item:active{background:var(--drawer-accent);color:#fff;transform:translate(4px)}.header-custom__drawer-info-links{padding:12px 24px 20px;background:var(--drawer-bg)}.header-custom__drawer-info-link{display:flex;align-items:center;gap:14px;padding:14px 16px;margin-bottom:4px;border-radius:var(--drawer-radius);font-family:var(--font-body--family, sans-serif);font-size:14px;font-weight:500;color:var(--drawer-text);text-decoration:none;transition:var(--drawer-transition)}.header-custom__drawer-info-link:hover,.header-custom__drawer-info-link:active{background:var(--drawer-bg-soft);color:var(--drawer-primary)}.header-custom__drawer-info-link svg{width:20px;height:20px;color:var(--drawer-accent);flex-shrink:0}.header-custom__drawer-info-link:hover svg{color:var(--drawer-primary)}.header-custom__drawer-footer{padding:20px 24px 28px;border-top:1px solid var(--drawer-border);background:linear-gradient(0deg,var(--drawer-bg-soft) 0%,var(--drawer-bg) 100%);flex-shrink:0}.header-custom__drawer-account-link{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--drawer-accent);border-radius:var(--drawer-radius);font-family:var(--font-body--family, sans-serif);font-size:14px;font-weight:600;color:#fff;text-decoration:none;transition:var(--drawer-transition);box-shadow:0 4px 15px #5ba4c94d}.header-custom__drawer-account-link:hover,.header-custom__drawer-account-link:active{background:#4a96bb;transform:translateY(-2px);box-shadow:0 6px 20px #5ba4c966}.header-custom__drawer-account-link svg{width:20px;height:20px;flex-shrink:0}.header-custom__drawer-account-link span{flex:1}.header-custom__drawer-account-arrow{width:16px;height:16px;opacity:.8;transition:var(--drawer-transition)}.header-custom__drawer-account-link:hover .header-custom__drawer-account-arrow{transform:translate(4px)}.header-custom__drawer-language{display:flex;gap:10px;margin-top:16px}.header-custom__drawer-lang-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:12px;background:var(--drawer-bg);border:2px solid var(--drawer-border);border-radius:10px;font-family:var(--font-body--family, sans-serif);font-size:12px;font-weight:600;color:var(--drawer-text-light);text-decoration:none;transition:var(--drawer-transition)}.header-custom__drawer-lang-btn:hover{border-color:var(--drawer-accent);color:var(--drawer-accent)}.header-custom__drawer-lang-btn.is-active{background:var(--drawer-accent);border-color:var(--drawer-accent);color:#fff}.header-custom__desktop-only{display:flex}.header-custom__mobile-menu{position:fixed;top:var(--header-custom-height);left:0;right:0;bottom:0;background-color:var(--hc-bg, #FFFFFF);z-index:999;overflow-y:auto}.header-custom__mobile-menu[hidden]{display:none}.header-custom__mobile-menu-inner{padding:30px var(--page-margin, 20px)}.header-custom__mobile-list{list-style:none;margin:0;padding:0}.header-custom__mobile-list li{border-bottom:1px solid var(--hc-border, rgba(91, 123, 148, .15))}.header-custom__mobile-list a{display:block;padding:20px 0;font-family:var(--font-body--family, sans-serif);font-size:1.1rem;color:var(--hc-text, #5B7B94);text-decoration:none;text-transform:uppercase;letter-spacing:.1em}.header-custom__spacer{height:var(--header-custom-height)}body.mobile-menu-open{overflow:hidden}@media screen and (max-width:990px){.header-custom__menu{gap:30px}.header-custom__menu-link{font-size:.85rem}.header-custom__actions{gap:15px}}@media screen and (max-width:749px){:root{--header-custom-height: 65px}.header-custom__nav{display:none}.header-custom__container{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:10px;padding:0 15px}.header-custom__mobile-toggle{display:flex;order:1;justify-self:start}.header-custom__logo{order:2;justify-self:center;text-align:center}.header-custom__logo-img{max-width:120px}.header-custom__actions{order:3;justify-self:end;gap:0}.header-custom__desktop-only{display:none!important}.header-custom__action{width:40px;height:40px}.header-custom__action svg{width:22px;height:22px}.header-custom__search-overlay{padding-top:20px}.header-custom__search-container{padding:0 15px}.header-custom__search-box{flex-wrap:wrap;padding:12px;gap:10px}.header-custom__search-input-wrapper{width:100%;order:1}.header-custom__search-close-btn{width:100%;order:2;text-align:center}.header-custom__search-results{max-height:calc(100vh - 200px)}.header-custom__search-product-image{width:60px;height:60px}.header-custom__mega-menu{display:none!important}}body.drawer-open{overflow:hidden}.header-custom__action:focus-visible,.header-custom__menu-link:focus-visible,.header-custom__mobile-toggle:focus-visible{outline:2px solid var(--hc-icon, #5B7B94);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/header-custom.css.map */
