:root{--superdtf-brand: #36a0e3;--superdtf-brand-dark: #2d8bc7;--superdtf-brand-light: #5cb8ed;--superdtf-white: #ffffff;--superdtf-dark: #1a1a1a;--superdtf-gray: #666666;--superdtf-light-gray: #f5f5f5;--superdtf-border: #e5e5e5;--superdtf-cyan: #00e5ff;--superdtf-magenta: #ff0080;--superdtf-yellow: #fcee01;--superdtf-key: #1a1a1a;--superdtf-announcement-height: 40px;--superdtf-header-height: 60px;--superdtf-header-height-mobile: 56px;--superdtf-transition: .3s ease;--superdtf-transition-fast: .15s ease;--superdtf-shadow: 0 2px 10px rgba(0, 0, 0, .1);--superdtf-shadow-lg: 0 4px 20px rgba(0, 0, 0, .15);--superdtf-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--superdtf-font-size-xs: 12px;--superdtf-font-size-sm: 14px;--superdtf-font-size-base: 15px;--superdtf-font-size-lg: 18px;--superdtf-z-announcement: 100;--superdtf-z-header: 101;--superdtf-z-dropdown: 102;--superdtf-z-overlay: 200;--superdtf-z-drawer: 201}#superdtf-announcement-bar{background-color:var(--superdtf-brand);color:var(--superdtf-white);height:var(--superdtf-announcement-height);position:relative;z-index:var(--superdtf-z-announcement);font-family:var(--superdtf-font-family);font-size:var(--superdtf-font-size-sm);overflow:hidden}#superdtf-announcement-bar.superdtf-is-dismissed{display:none}#superdtf-announcement-container{max-width:1600px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:flex-start;height:var(--superdtf-announcement-height);position:relative}#superdtf-announcement-messages{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 300px);height:var(--superdtf-announcement-height);overflow:hidden;pointer-events:none}#superdtf-announcement-messages *{pointer-events:auto}.superdtf-announcement-message{position:absolute;top:0;left:0;right:0;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;white-space:nowrap;text-align:center;pointer-events:none}.superdtf-announcement-message.superdtf-is-active{opacity:1;visibility:visible;pointer-events:auto}.superdtf-announcement-message span{display:inline}.superdtf-announcement-message a{color:var(--superdtf-white);text-decoration:underline;text-underline-offset:2px;margin-left:8px;font-weight:600;transition:opacity var(--superdtf-transition-fast)}.superdtf-announcement-message a:hover{opacity:.8}#superdtf-announcement-selectors{display:flex;align-items:center;gap:12px;flex-shrink:0;z-index:2}#superdtf-currency-selector,#superdtf-language-selector{display:flex;align-items:center;gap:4px}#superdtf-currency-selector form,#superdtf-language-selector form{display:flex;align-items:center;gap:4px;margin:0}.superdtf-selector-trigger{background:transparent;border:none;color:inherit;padding:0;margin:0;font-size:var(--superdtf-font-size-sm);font-weight:500;cursor:pointer;transition:opacity var(--superdtf-transition-fast);-webkit-appearance:none;appearance:none;height:var(--superdtf-announcement-height);line-height:var(--superdtf-announcement-height)}.superdtf-selector-trigger:hover{opacity:.8}.superdtf-selector-trigger:focus{outline:none;opacity:.8}.superdtf-selector-chevron{width:10px;height:10px;pointer-events:none;flex-shrink:0}.superdtf-selector-icon{display:none}#superdtf-announcement-dismiss{background:transparent;border:none;color:var(--superdtf-white);cursor:pointer;padding:4px;opacity:.7;transition:opacity var(--superdtf-transition-fast);display:flex;align-items:center;justify-content:center;flex-shrink:0}#superdtf-announcement-dismiss:hover{opacity:1}#superdtf-announcement-dismiss svg{width:16px;height:16px}#superdtf-header{background-color:var(--superdtf-white);min-height:var(--superdtf-header-height);max-height:120px;position:relative;z-index:var(--superdtf-z-header);font-family:var(--superdtf-font-family);transition:box-shadow var(--superdtf-transition),transform var(--superdtf-transition);border-bottom:1px solid var(--superdtf-border);overflow:visible}#superdtf-header.superdtf-is-sticky{position:fixed;top:0;left:0;right:0;box-shadow:var(--superdtf-shadow)}#superdtf-header.superdtf-is-hidden{transform:translateY(-100%)}.superdtf-header-placeholder{height:100px;display:none}.superdtf-header-placeholder.superdtf-is-active{display:block}#superdtf-header-container{max-width:1600px;margin:0 auto;padding:8px 15px;display:flex;align-items:flex-start;gap:10px}#superdtf-logo{flex:0 0 auto;align-self:center}#superdtf-mobile-menu-trigger{display:none;background:transparent;border:none;padding:8px;cursor:pointer;color:var(--superdtf-dark);flex-shrink:0}#superdtf-mobile-menu-trigger svg{width:24px;height:24px;display:block}#superdtf-logo-link{display:block;line-height:0}#superdtf-logo-image{max-height:45px;width:auto;display:block}#superdtf-logo-text{font-size:20px;font-weight:700;color:var(--superdtf-dark);text-decoration:none;white-space:nowrap}#superdtf-nav-primary{flex:1 1 0%;min-width:0;overflow:visible;align-self:center}#superdtf-nav-menu{display:flex;align-items:center;justify-content:center;gap:0;list-style:none;margin:0;padding:0;flex-wrap:wrap}.superdtf-nav-item{position:relative;flex:0 0 auto;text-align:center}.superdtf-nav-link{display:flex;align-items:center;justify-content:center;gap:2px;padding:8px;color:var(--superdtf-dark);text-decoration:none;font-size:14px;font-weight:700;position:relative;transition:color .3s ease;white-space:nowrap;text-align:center}.superdtf-nav-link:before{content:"";position:absolute;bottom:4px;left:6px;right:6px;height:3px;background:linear-gradient(90deg,var(--superdtf-cyan) 0%,var(--superdtf-magenta) 33%,var(--superdtf-yellow) 66%,var(--superdtf-cyan) 100%);background-size:300% 100%;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;border-radius:2px}.superdtf-nav-link:hover:before{transform:scaleX(1);animation:superdtf-cmyk-slide 3s linear infinite}@keyframes superdtf-cmyk-slide{0%{background-position:0% 50%}to{background-position:300% 50%}}.superdtf-nav-link:hover{animation:superdtf-cmyk-text 3s linear infinite}@keyframes superdtf-cmyk-text{0%{color:var(--superdtf-cyan)}25%{color:var(--superdtf-magenta)}50%{color:var(--superdtf-yellow)}75%{color:var(--superdtf-magenta)}to{color:var(--superdtf-cyan)}}.superdtf-nav-link .superdtf-chevron{width:10px;height:10px;transition:transform var(--superdtf-transition-fast);flex-shrink:0}.superdtf-nav-item:hover .superdtf-chevron{transform:rotate(180deg)}.superdtf-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:var(--superdtf-white);border-radius:8px;box-shadow:var(--superdtf-shadow-lg);padding:15px;min-width:200px;opacity:0;visibility:hidden;transition:opacity var(--superdtf-transition),visibility var(--superdtf-transition),transform var(--superdtf-transition);z-index:var(--superdtf-z-dropdown);border:3px solid var(--superdtf-cyan);animation:superdtf-border-color 4s linear infinite;display:grid;grid-auto-flow:column;grid-template-rows:repeat(5,auto);gap:2px 15px}@keyframes superdtf-border-color{0%{border-color:var(--superdtf-cyan)}33%{border-color:var(--superdtf-magenta)}66%{border-color:var(--superdtf-yellow)}to{border-color:var(--superdtf-cyan)}}.superdtf-nav-item:hover .superdtf-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.superdtf-dropdown-link{display:block;padding:8px 12px;color:var(--superdtf-dark);text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap;transition:color .1s ease;position:relative;border-radius:4px}.superdtf-dropdown-link:hover{animation:superdtf-cmyk-text 3s linear infinite;background:#00000008}.superdtf-mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:var(--superdtf-white);border-radius:12px;box-shadow:var(--superdtf-shadow-lg);padding:30px;min-width:600px;max-width:900px;opacity:0;visibility:hidden;transition:opacity var(--superdtf-transition),visibility var(--superdtf-transition),transform var(--superdtf-transition);z-index:var(--superdtf-z-dropdown);display:grid;grid-template-columns:1fr 1fr auto;gap:30px}.superdtf-nav-item:hover .superdtf-mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.superdtf-mega-column{display:flex;flex-direction:column;gap:8px}.superdtf-mega-column-title{font-size:var(--superdtf-font-size-sm);font-weight:600;color:var(--superdtf-gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.superdtf-mega-link{color:var(--superdtf-dark);text-decoration:none;font-size:var(--superdtf-font-size-base);padding:6px 0;transition:color var(--superdtf-transition-fast)}.superdtf-mega-link:hover{color:var(--superdtf-brand)}.superdtf-mega-promo{background:var(--superdtf-light-gray);border-radius:8px;overflow:hidden;min-width:200px}.superdtf-mega-promo-image{width:100%;height:120px;object-fit:cover}.superdtf-mega-promo-content{padding:15px}.superdtf-mega-promo-title{font-weight:600;color:var(--superdtf-dark);margin-bottom:8px}.superdtf-mega-promo-link{color:var(--superdtf-brand);font-size:var(--superdtf-font-size-sm);font-weight:500;text-decoration:none}.superdtf-mega-promo-link:hover{text-decoration:underline}#superdtf-nav-secondary{display:flex!important;align-items:center;justify-content:flex-end;gap:4px;visibility:visible!important;opacity:1!important;flex:0 0 auto;align-self:center}.superdtf-icon-btn{display:flex!important;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:transparent;border:none;color:var(--superdtf-dark);cursor:pointer;transition:background var(--superdtf-transition-fast),color var(--superdtf-transition-fast);text-decoration:none;position:relative;flex-shrink:0;visibility:visible!important;opacity:1!important}.superdtf-icon-btn:hover{background:var(--superdtf-light-gray);color:var(--superdtf-brand)}.superdtf-icon-btn svg{width:22px;height:22px;display:block!important;visibility:visible!important}#superdtf-cart-count{position:absolute;top:0;right:0;background:var(--superdtf-magenta);color:var(--superdtf-white);font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}#superdtf-cart-count:empty,#superdtf-cart-count[data-count="0"]{display:none}#superdtf-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:var(--superdtf-z-overlay);opacity:0;visibility:hidden;transition:opacity var(--superdtf-transition),visibility var(--superdtf-transition);pointer-events:none}#superdtf-mobile-overlay.superdtf-is-active{opacity:1;visibility:visible;pointer-events:auto}#superdtf-mobile-drawer{position:fixed;top:0;left:0;width:320px;max-width:85vw;height:100vh;height:100dvh;background:var(--superdtf-white);z-index:var(--superdtf-z-drawer);transform:translate(-100%);transition:transform var(--superdtf-transition);overflow-y:auto;display:flex;flex-direction:column}#superdtf-mobile-drawer.superdtf-is-open{transform:translate(0)}#superdtf-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--superdtf-border);flex-shrink:0}#superdtf-mobile-drawer-close{background:transparent;border:none;padding:8px;cursor:pointer;color:var(--superdtf-dark)}#superdtf-mobile-drawer-close svg{width:24px;height:24px;display:block}#superdtf-mobile-nav{flex:1;padding:10px 0;overflow-y:auto}#superdtf-mobile-menu{list-style:none;margin:0;padding:0}.superdtf-mobile-nav-item{border-bottom:1px solid var(--superdtf-border)}.superdtf-mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;color:var(--superdtf-dark);text-decoration:none;font-size:var(--superdtf-font-size-lg);font-weight:500;background:var(--superdtf-white);border:none;width:100%;text-align:left;cursor:pointer}.superdtf-mobile-nav-link:hover{background:var(--superdtf-light-gray)}.superdtf-mobile-nav-link .superdtf-chevron{width:16px;height:16px;transition:transform var(--superdtf-transition-fast)}.superdtf-mobile-nav-item.superdtf-is-expanded .superdtf-chevron{transform:rotate(180deg)}.superdtf-mobile-submenu{list-style:none;margin:0;padding:0;background:var(--superdtf-light-gray);display:none}.superdtf-mobile-nav-item.superdtf-is-expanded .superdtf-mobile-submenu{display:block}.superdtf-mobile-submenu-link{display:block;padding:12px 20px 12px 35px;color:var(--superdtf-gray);text-decoration:none;font-size:var(--superdtf-font-size-base)}.superdtf-mobile-submenu-link:hover{color:var(--superdtf-brand)}#superdtf-mobile-drawer-footer{padding:20px;border-top:1px solid var(--superdtf-border);display:flex;flex-direction:column;gap:15px;flex-shrink:0}.superdtf-mobile-selectors{display:flex;gap:8px}.superdtf-mobile-selectors select{flex:1;padding:8px 10px;border:1px solid var(--superdtf-border);border-radius:6px;font-size:var(--superdtf-font-size-sm);background:var(--superdtf-light-gray);color:var(--superdtf-dark);max-width:120px}.superdtf-mobile-account-link{display:flex;align-items:center;gap:10px;padding:12px;background:var(--superdtf-light-gray);border-radius:8px;color:var(--superdtf-dark);text-decoration:none;font-weight:500}.superdtf-mobile-account-link svg{width:20px;height:20px}#superdtf-search-drawer{position:fixed;top:0;left:0;right:0;background:var(--superdtf-white);z-index:var(--superdtf-z-drawer);transform:translateY(-100%);transition:transform var(--superdtf-transition);padding:20px;box-shadow:var(--superdtf-shadow-lg)}#superdtf-search-drawer.superdtf-is-open{transform:translateY(0)}#superdtf-search-form{max-width:600px;margin:0 auto;display:flex;gap:10px}#superdtf-search-input{flex:1;padding:12px 16px;border:2px solid var(--superdtf-border);border-radius:8px;font-size:var(--superdtf-font-size-lg);transition:border-color var(--superdtf-transition-fast)}#superdtf-search-input:focus{outline:none;border-color:var(--superdtf-brand)}#superdtf-search-submit{padding:12px 24px;background:var(--superdtf-brand);color:var(--superdtf-white);border:none;border-radius:8px;font-size:var(--superdtf-font-size-base);font-weight:600;cursor:pointer;transition:background var(--superdtf-transition-fast)}#superdtf-search-submit:hover{background:var(--superdtf-brand-dark)}#superdtf-search-close{position:absolute;top:20px;right:20px;background:transparent;border:none;padding:8px;cursor:pointer;color:var(--superdtf-dark)}#superdtf-search-close svg{width:24px;height:24px}@media (max-width: 1280px){.superdtf-nav-link{padding:8px 6px;font-size:var(--superdtf-font-size-sm)}#superdtf-nav-menu{gap:0;justify-content:center}}@media (max-width: 1024px){#superdtf-nav-primary{display:none}#superdtf-header{min-height:var(--superdtf-header-height);max-height:var(--superdtf-header-height);height:var(--superdtf-header-height)}#superdtf-header-container{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;position:relative;min-height:var(--superdtf-header-height);max-height:var(--superdtf-header-height);height:100%;box-sizing:border-box}#superdtf-mobile-menu-trigger{display:flex;z-index:2}#superdtf-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}#superdtf-nav-secondary{display:flex!important;z-index:2}.superdtf-mega-menu{display:none}}@media (max-width: 768px){:root{--superdtf-header-height: var(--superdtf-header-height-mobile);--superdtf-announcement-height: 36px}#superdtf-announcement-container{padding:0 12px;gap:10px}#superdtf-announcement-messages{font-size:var(--superdtf-font-size-xs);width:100%;left:0;transform:translateY(-50%)}.superdtf-announcement-message{font-size:var(--superdtf-font-size-xs)}#superdtf-announcement-selectors{display:none}#superdtf-header{height:var(--superdtf-header-height-mobile);min-height:var(--superdtf-header-height-mobile);max-height:var(--superdtf-header-height-mobile)}#superdtf-header-container{padding:10px 12px;height:100%;min-height:var(--superdtf-header-height-mobile);max-height:var(--superdtf-header-height-mobile)}#superdtf-logo-image{max-height:38px}.superdtf-icon-btn{width:36px;height:36px}.superdtf-icon-btn svg{width:20px;height:20px}#superdtf-nav-secondary{gap:2px}}@media (max-width: 480px){#superdtf-mobile-drawer{width:280px}.superdtf-icon-btn{width:32px;height:32px}.superdtf-icon-btn svg{width:18px;height:18px}}.superdtf-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.superdtf-drawer-open{overflow:hidden;position:fixed;width:100%}
/*# sourceMappingURL=/cdn/shop/t/25/assets/superdtf-header.css.map */
