#shopify-section-header-v2{position:relative;z-index:1039;font-family:inherit}#header-v2{width:100%;display:flex;justify-content:center}#header-v2 *{box-sizing:border-box}#header-v2 a{text-decoration:none;color:inherit;transition:color .2s ease,background-color .2s ease}@media(min-width:992px){#header-v2{--header-height: 70px;--header-margin-top: 10px}.header-v2-desktop{max-width:1400px;width:100%;height:var(--header-height);margin-top:var(--header-margin-top);position:fixed;top:var(--announcement-height);z-index:2}.header-v2-desktop:before{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffff1a;content:"";display:block;height:calc(var(--header-height) / 2 + var(--header-margin-top));left:0;position:absolute;top:-10px;width:100%;z-index:-1}.header-v2-menu{border-radius:calc(var(--header-height) / 2);box-shadow:0 3px 30px #52535326;height:var(--header-height);border:2px solid #faf8f8;background-color:#faf8f8;display:flex;align-items:center;flex-wrap:nowrap}.header-v2-logo-wrapper{display:flex;align-items:center;height:100%;padding:0 25px;flex:0 0 16%}.header-v2-logo{max-height:50px;width:auto;display:block}.header-v2-menu-area{display:flex;align-items:center;height:100%;justify-content:center}.header-v2-menu-btn{display:flex;align-items:center;height:100%;padding:0 20px;font-size:15px;font-weight:500;white-space:nowrap;position:relative;transition:background-color .2s ease,color .2s ease}.header-v2-menu-btn:hover{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .05));color:var(--h2-hover-text, inherit)}.header-v2-menu-btn.jsc-active{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .05))}.header-v2-menu-btn:last-child{margin-right:auto}.header-v2-center-item-wrapper{display:flex;align-items:center;justify-content:center;height:100%;padding:0 15px}.header-v2-center-item-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px 15px;font-size:13px;font-weight:500;text-align:center;border-radius:8px;transition:background-color .2s ease,color .2s ease,transform .2s ease}.header-v2-center-item-btn:hover{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .05));color:var(--h2-hover-text, inherit);transform:translateY(-2px)}.header-v2-center-item-icon{width:30px;height:30px}.header-v2-action-area{display:flex;align-items:center;height:100%;gap:10px;padding:0 20px;margin-left:auto}.header-v2-quick-links-container{position:relative;margin-left:auto}.header-v2-quick-links-toggle{background:transparent;border:none;font-size:14px;padding:8px 16px;border-radius:20px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.header-v2-quick-links-toggle:hover{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .05));color:var(--h2-hover-text, inherit)}.header-v2-quick-links-container.jsc-open .header-v2-quick-links-arrow{transform:rotate(180deg)}.header-v2-quick-links-arrow{transition:transform .2s ease}.header-v2-quick-links-dropdown{position:absolute;top:calc(100% + 16px);right:0;min-width:200px;background:#fff;border:1px solid #eceeef;border-radius:24px;padding:20px 24px;box-shadow:0 4px 16px #0000001f;z-index:100;display:none;flex-direction:column;gap:0}.header-v2-quick-links-container.jsc-open .header-v2-quick-links-dropdown{display:flex}.header-v2-quick-links-triangle{position:absolute;top:-7px;right:20px;width:14px;height:14px;background:inherit;border-left:1px solid #eceeef;border-top:1px solid #eceeef;transform:rotate(45deg);z-index:101}.header-v2-quick-link{padding:14px 0;border-bottom:1px solid #ebedee;transition:color .2s ease;text-decoration:none;white-space:nowrap}.header-v2-quick-link:first-child{padding-top:0}.header-v2-quick-link:last-child{padding-bottom:0;border-bottom:none}.header-v2-quick-link:hover{color:var(--h2-hover-text, inherit)}.header-v2-language-switcher{position:relative;font-size:14px}.header-v2-language-toggle{padding:5px 12px;border-radius:4px;display:flex;align-items:center;gap:5px;font-weight:500;transition:background-color .2s ease}.header-v2-language-toggle:hover{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .05))}.header-v2-language-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:10px;min-width:120px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100}.header-v2-language-switcher.jsc-open .header-v2-language-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-v2-language-option{display:block;padding:8px 12px;font-size:14px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}.header-v2-language-option:hover{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .05))}.header-v2-language-option.jsc-active{font-weight:600;background-color:var(--h2-hover-bg, rgba(0, 0, 0, .1))}.header-v2-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,transform .2s ease;position:relative}.header-v2-icon-btn:hover{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .05));transform:scale(1.1)}.header-v2-icon-btn svg{width:22px;height:22px;fill:currentColor}.header-v2-icon-btn .store-locator-path{stroke:currentColor}.header-v2-icon-btn:hover .store-locator-path{stroke:var(--h2-hover-text, currentColor)}#header-v2 .header-v2-priority-links{display:flex;align-items:center;gap:4px;flex-shrink:0}#header-v2 .header-v2-priority-link{display:inline-block;padding:0 14px;font-size:round(.94em);font-weight:500;white-space:nowrap}#header-v2 .header-v2-priority-link:hover,#header-v2 .header-v2-priority-link:focus-visible{text-decoration:underline}.header-v2-menu.header-v2-compact .header-v2-priority-links{display:none}.header-v2-menu:not(.header-v2-compact) .header-v2-store-locator-icon-btn{display:none}.v2-cart-counter{position:absolute;top:-2px;right:-2px;background:#e56c5c;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.header-v2-menu-dropdown-container{position:fixed;left:50%;transform:translate(-50%) translateY(-100%);width:100%;max-width:1180px;background:#fff;border-radius:20px;box-shadow:0 3px 20px #0000001a;opacity:0;visibility:hidden;transition:transform 1s cubic-bezier(.22,1,.36,1),opacity 1.2s cubic-bezier(.22,1,.36,1),visibility 1.2s;z-index:1038;pointer-events:none}#header-v2.header-dropdown-opened .header-v2-menu-dropdown-container{pointer-events:auto}.header-v2-menu-dropdown-container.header-v2-dropdown-visible{transform:translate(-50%) translateY(calc(var(--header-height) + var(--header-margin-top) + var(--header-margin-top) * 2));opacity:1;visibility:visible}.header-v2-dropdown-content{padding:20px 15px 11px}.header-v2-dropdown-items-grid{display:flex;justify-content:center;gap:30px}.header-v2-dropdown-content--has-banner{display:flex;align-items:center;gap:20px;justify-content:space-between}.header-v2-dropdown-items-grid--with-banner{flex:1 1 0;min-width:0}.header-v2-dropdown-banner-container{flex:0 0 auto;height:155px;display:flex;align-items:stretch;justify-content:flex-end}.header-v2-banner-link{display:block;border-radius:12px;overflow:hidden;text-decoration:none;transition:opacity .2s ease;width:100%}.header-v2-banner-link:hover{opacity:.85}.header-v2-banner-link--rounded{border-radius:20px}.header-v2-banner-link--image-only{height:100%}.header-v2-banner-img{display:block;height:100%;width:auto}.header-v2-banner-inner{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--h2-hover-bg, rgba(0, 0, 0, .03));border-radius:12px}.header-v2-banner-media{width:100%}.header-v2-banner-media img,.header-v2-banner-media svg{width:100%;height:auto;display:block;border-radius:8px}.header-v2-banner-title{font-size:14px;font-weight:700;letter-spacing:.025em;margin:0 0 4px}.header-v2-banner-description{font-size:13px;line-height:1.4;letter-spacing:.025em;margin:0;opacity:.8}.header-v2-dropdown-item{flex:0 1 auto;aspect-ratio:1;height:155px;max-height:155px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0;border-radius:12px;transition:background-color .2s ease,transform .2s ease}.header-v2-dropdown-item:hover{background-color:var(--h2-hover-bg, rgba(0, 0, 0, .03));transform:translateY(-4px)}.header-v2-dropdown-item-image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px}.header-v2-dropdown-item-image-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;height:55%;background:linear-gradient(to top,transparent,rgba(0,0,0,.55));border-radius:0 0 8px 8px;pointer-events:none;z-index:1}.header-v2-dropdown-item-image-wrapper .header-v2-dropdown-item-title{position:absolute;top:0;left:0;right:0;margin:0;padding:12px 14px;color:#fff;font-size:14px;font-weight:600;line-height:1.3;text-align:center;z-index:2}.header-v2-dropdown-item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.header-v2-dropdown-item:hover .header-v2-dropdown-item-image{transform:scale(1.05)}.header-v2-dropdown-item-title{font-size:15px;font-weight:600;line-height:1.4}.header-v2-dropdown-item-subtitle{font-size:13px;opacity:.7;line-height:1.3}.header-v2-mobile-back-btn{display:none}}@media(max-width:991px){#header-v2{position:fixed;top:var(--announcement-height);flex-direction:column}.header-v2-mobile-drawer-content{visibility:hidden;opacity:0;z-index:21;height:100%;left:0;max-width:90%;overflow-y:scroll;padding-bottom:90px;position:fixed!important;top:0;transition:opacity .4s ease,visibility 0s linear .4s}.header-v2-mobile{height:60px;position:relative;top:0;left:0;right:0;width:100%;z-index:1041;transition:margin-top .3s ease;box-shadow:0 2px 10px #0000001a}html[data-scrolldir=down] .header-v2-mobile{margin-top:-60px}.header-v2-mobile-inner{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.header-v2-hamburger-btn{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px}.header-v2-hamburger-line{width:24px;height:2px;background:currentColor;transition:transform .3s ease,opacity .3s ease}body.header-v2-mobile-menu-visible .header-v2-hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}body.header-v2-mobile-menu-visible .header-v2-hamburger-line:nth-child(2){opacity:0}body.header-v2-mobile-menu-visible .header-v2-hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-v2-mobile-logo{max-height:40px;width:auto}.header-v2-mobile-actions{display:flex;align-items:center}.header-v2-mobile-icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;position:relative}.header-v2-mobile-icon-btn svg{width:20px;height:20px;fill:currentColor}.header-v2-mobile-icon-btn .store-locator-path-mobile{stroke:currentColor;fill:none}.header-v2-desktop,.header-v2-menu-dropdown-container{position:fixed;left:0;top:0;max-width:90%;height:100%;background:#fff;overflow-y:auto;overflow-x:hidden;padding-top:100px;padding-bottom:40px;transform:translate(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:1039}body.header-v2-mobile-menu-visible .header-v2-desktop{transform:translate(0);box-shadow:4px 0 15px #0003}.header-v2-menu-dropdown-container{z-index:1040;padding-top:var(--header-height-no-buttons)}.header-v2-menu-dropdown-container.header-v2-dropdown-visible{transform:translate(0);box-shadow:4px 0 15px #0003}.header-v2-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;z-index:19;pointer-events:none}body.header-v2-mobile-menu-visible .header-v2-mobile-overlay,body.header-v2-dropdown-only .header-v2-mobile-overlay{opacity:.6;visibility:visible;pointer-events:auto}.header-v2-mobile-menu-list{list-style:none;padding:0;margin:0}.header-v2-mobile-menu-item{border-bottom:1px solid rgba(0,0,0,.1)}.header-v2-mobile-menu-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;font-size:16px;font-weight:500;text-align:left}.header-v2-mobile-menu-btn:hover{background-color:#00000008}.header-v2-mobile-menu-arrow{width:20px;height:20px;fill:currentColor;transition:transform .3s ease}.header-v2-mobile-back-btn{display:flex;align-items:center;gap:8px;padding:16px 20px;width:100%;background:none;border:none;cursor:pointer;color:inherit;font-size:15px;font-weight:600;text-align:left}.header-v2-mobile-back-btn svg{width:20px;height:20px;fill:currentColor;flex-shrink:0}.header-v2-mobile-back-btn:hover{opacity:.7}.header-v2-dropdown-items-grid{display:none}.header-v2-mobile-dropdown-items{display:grid;grid-template-columns:repeat(2,1fr);text-align:center}.header-v2-dropdown-banner-container{padding:12px 20px 20px}.header-v2-banner-link{display:block;border-radius:12px;overflow:hidden;text-decoration:none}.header-v2-banner-link--rounded{border-radius:20px}.header-v2-banner-img{display:block;width:100%;height:auto}.header-v2-banner-inner{display:flex;gap:12px;padding:14px;background:#00000008;border-radius:12px;align-items:center}.header-v2-banner-media{flex:0 0 40%}.header-v2-banner-media img,.header-v2-banner-media svg{width:100%;height:auto;display:block;border-radius:8px}.header-v2-banner-text{flex:1}.header-v2-banner-title{font-size:14px;font-weight:700;margin:0 0 4px}.header-v2-banner-description{font-size:13px;line-height:1.4;margin:0;opacity:.8}.header-v2-mobile-dropdown-item{display:flex;flex-direction:column;gap:15px;padding:15px;border-radius:8px;margin-bottom:10px;transition:background-color .2s ease}.header-v2-mobile-dropdown-item:hover{background-color:#00000008}.header-v2-mobile-dropdown-item-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;flex-shrink:0}.header-v2-mobile-dropdown-item-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:5px}.header-v2-mobile-dropdown-item-title{font-size:15px;font-weight:600;line-height:1.3}.header-v2-mobile-dropdown-item-subtitle{font-size:13px;opacity:.7;line-height:1.2}.header-v2-mobile-language-section{padding:20px;border-top:1px solid rgba(0,0,0,.1)}.header-v2-mobile-language-title{font-size:14px;font-weight:600;margin-bottom:15px;opacity:.7}.header-v2-mobile-language-options{display:flex;flex-wrap:wrap;gap:10px}.header-v2-mobile-language-btn{padding:8px 16px;border-radius:20px;border:1px solid rgba(0,0,0,.2);font-size:14px;transition:background-color .2s ease,border-color .2s ease}.header-v2-mobile-language-btn.jsc-active{background-color:var(--h2-primary-1, #002238);color:#fff;border-color:var(--h2-primary-1, #002238)}.header-v2-mobile-language-btn:hover{background-color:#0000000d}.header-v2-mobile-quick-links-section{width:100%;padding:24px 20px;border-top:1px solid #eceeef}.header-v2-mobile-section-title{color:inherit;letter-spacing:.5px;margin-bottom:16px}.header-v2-mobile-quick-link{display:block;padding:16px 0;border-bottom:1px solid #ebedee;text-decoration:none;transition:color .2s ease}.header-v2-mobile-quick-link:first-child{border-top:1px solid #ebedee}.header-v2-mobile-quick-link:last-child{border-bottom:none}.header-v2-mobile-quick-link:active{color:var(--h2-hover-text, inherit)}.header-v2-quick-links-container{display:none}.header-v2-mobile-buttons{display:flex;flex-wrap:wrap;width:100%;border-top:1px solid #eceeef;box-shadow:0 3px 20px #a0a5a629}.header-v2-mobile-buttons .header-v2-mobile-button{flex:1 1 0%;min-width:0;display:flex;align-items:center;justify-content:center;height:50px;border-right:1px solid #eceeef;text-decoration:none;color:inherit;font-size:14px;font-weight:500;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:background-color .2s ease}.header-v2-mobile-buttons .header-v2-mobile-button:last-child{border-right:0}.header-v2-mobile-buttons .header-v2-mobile-button:hover,.header-v2-mobile-buttons .header-v2-mobile-button:active{background-color:#00000008}.header-v2-desktop,.header-v2-menu-dropdown-container{display:block}.header-v2-logo-wrapper,.header-v2-action-area,.header-v2-menu-btn{display:none!important}.header-v2-menu{flex-direction:column;align-items:stretch;height:auto}.header-v2-menu-area{display:flex;flex-wrap:wrap;height:auto;padding:20px 16px}.header-v2-mobile-menu-card{display:flex;flex-direction:column;width:50%;padding:8px;cursor:pointer}.header-v2-mobile-menu-card-img{position:relative;display:flex;border-radius:12px;overflow:hidden}.header-v2-mobile-menu-card-img img{width:100%;height:auto;object-fit:cover}.header-v2-mobile-menu-card-label{font-size:15px;font-weight:600;text-align:center;margin:8px 0 0;letter-spacing:.025em}.header-v2-mobile-quick-links{width:100%;padding:0 16px 20px;display:flex;flex-direction:column}.header-v2-mobile-ql-link{padding:12px 8px;font-size:14px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.08);transition:color .2s ease}.header-v2-mobile-ql-link:first-child{border-top:1px solid rgba(0,0,0,.08)}.header-v2-mobile-menu-text-link{width:100%;display:flex;align-items:center;padding:16px 24px;font-size:16px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.08)}.header-v2-mobile-menu-text-link:first-child{border-top:1px solid rgba(0,0,0,.08)}}.no-scroll{overflow:hidden}.jsc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.jsc-invisible{visibility:hidden!important}@media print{#header-v2{display:none}.header-v2-quick-links-container,.header-v2-mobile-quick-links-section{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/97/assets/header-v2-core.css.map */
