.header-custom{--header-bg: #ffffff;--header-text: #333333;--header-text-muted: #666666;--header-border: #d0d0d0;--header-hover-bg: #f5f5f5;--header-shadow: 0 2px 10px rgba(0, 0, 0, .08);--header-padding-x: 1.5rem;--header-padding-y: 1rem;--search-bg: #f5f5f5;--search-border: #e0e0e0;--search-focus-border: #333333;--transition-fast: .15s ease;--transition-normal: .2s ease;--z-header: 100;--z-dropdown: 110}.header-custom{position:sticky;top:0;left:0;right:0;background-color:var(--header-bg);color:var(--header-text);z-index:var(--z-header);width:100%;box-shadow:var(--header-shadow);margin:0;padding:0}.section-header-custom{padding:0!important;margin:0!important;position:sticky;top:-1px;z-index:100;background-color:#fff}#header-group:has(.header-custom){display:contents}.header-custom__container{max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.header-custom__container{padding:0 1.5rem}}@media(min-width:1440px){.header-custom__container{padding:0}}.header-custom__row--top{padding:var(--header-padding-y) 0 0 0}.header-custom__row--top .header-custom__container{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:1.5rem}@media(min-width:901px){.header-custom__row--top .header-custom__container{grid-template-columns:auto 1fr auto;gap:2rem}}.header-custom__logo{flex-shrink:0}.header-custom__logo-link{display:block;text-decoration:none;color:inherit}@media(max-width:768px){.header-custom__logo-link{display:inline-flex}}.header-custom__logo-image{display:block;height:auto;width:var(--logo-width, auto);max-width:100%}@media(max-width:768px){.header-custom__logo-image{width:180px;max-width:none}}@media(max-width:480px){.header-custom__logo-image{width:160px}}@media(max-width:375px){.header-custom__logo-image{width:140px}}.header-custom__logo-text{font-size:1.5rem;font-weight:700;color:var(--header-text)}.header-custom__search{width:100%;max-width:650px;margin:0 auto}.predictive-search{position:relative;display:block}.predictive-search__form{position:relative}.predictive-search__input-wrapper{position:relative;display:flex;align-items:center;background-color:var(--search-bg);border:1px solid var(--search-border);border-radius:8px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.predictive-search__input-wrapper:focus-within{border-color:var(--search-focus-border);box-shadow:0 0 0 2px #0000000d}.predictive-search__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:var(--header-text-muted);pointer-events:none}.predictive-search__input{flex:1;border:none;background:transparent;font-size:.9375rem;color:var(--header-text);outline:none;padding:.875rem 1rem .875rem 2.75rem;width:100%}.predictive-search__input::placeholder{color:var(--header-text-muted)}.predictive-search__results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--header-bg);border:1px solid var(--header-border);border-radius:8px;box-shadow:0 8px 30px #0000001f;max-height:400px;overflow-y:auto;z-index:var(--z-dropdown)}.predictive-search__results[hidden]{display:none}.predictive-search__item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;color:var(--header-text);transition:background-color var(--transition-fast)}.predictive-search__item:hover{background-color:var(--header-hover-bg)}.predictive-search__item img{width:50px;height:50px;object-fit:cover;border-radius:4px;flex-shrink:0}.predictive-search__item-title{font-size:.9375rem}.predictive-search__item-price{font-size:.875rem;color:var(--header-text-muted)}.predictive-search__no-results,.predictive-search__loading{padding:1.5rem;text-align:center;color:var(--header-text-muted)}.header-custom__actions{display:flex;align-items:center;gap:.5rem}.header-custom__action{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;text-decoration:none;color:var(--header-text);border-radius:6px;transition:background-color var(--transition-fast);white-space:nowrap;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.header-custom__action:hover{background-color:var(--header-hover-bg)}.header-custom__action-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-custom__phone-text,.header-custom__account-text{font-size:.875rem;font-weight:500}.header-custom__cart-icon{position:relative}.header-custom__cart-count{position:absolute;top:-6px;right:-8px;background-color:#e53935;color:#fff;font-size:.6875rem;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.header-custom__menu-toggle{display:none;padding:.5rem}@media(max-width:900px){.header-custom__menu-toggle{display:flex;order:-1}}.header-custom__row--bottom{border-bottom:1px solid var(--header-border);padding:.5rem 0}.header-custom__row--bottom .header-custom__container{display:flex;justify-content:center}.header-custom__nav{width:100%}.nav-menu{display:flex;justify-content:center;align-items:stretch;gap:0;list-style:none;margin:0;padding:0}.nav-menu__item{position:relative}.nav-menu__link{display:flex;align-items:center;gap:.375rem;padding:1rem 1.25rem;text-decoration:none;color:var(--header-text);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;transition:color var(--transition-fast);position:relative}.nav-menu__link:after{content:"";position:absolute;bottom:.5rem;left:1.25rem;right:1.25rem;height:2px;background-color:var(--header-text);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav-menu__link:hover:after{transform:scaleX(1);transform-origin:left}.nav-menu__link--highlight{background-color:#4361ee;color:#fff;border-radius:20px;margin:.5rem .25rem;padding:.625rem 1.25rem}.nav-menu__link--highlight:hover{background-color:#3651d4}.nav-menu__caret{transition:transform var(--transition-fast)}.nav-menu__item:hover .nav-menu__caret{transform:rotate(180deg)}.nav-submenu{position:absolute;top:100%;background:var(--header-bg);box-shadow:0 8px 30px #0000001f;border-radius:0 0 8px 8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity var(--transition-normal),visibility var(--transition-normal),transform var(--transition-normal);z-index:var(--z-dropdown)}.nav-menu__item:hover>.nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-submenu--dropdown{left:50%;transform:translate(-50%) translateY(-10px);min-width:500px;padding:1.5rem 2rem}.nav-menu__item:hover>.nav-submenu--dropdown{transform:translate(-50%) translateY(0)}.nav-submenu__grid{display:grid;gap:.25rem 3rem;list-style:none;margin:0;padding:0}.nav-submenu__grid--2col{grid-template-columns:repeat(2,1fr)}.nav-submenu__grid--3col{grid-template-columns:repeat(3,1fr)}.nav-submenu__grid--4col{grid-template-columns:repeat(4,1fr)}.nav-submenu__grid a{display:block;padding:.625rem 0;text-decoration:none;color:var(--header-text);font-size:.9375rem;font-weight:500;transition:color var(--transition-fast)}.nav-submenu__grid a:hover{color:#4361ee}.nav-submenu--sidebar{left:0;display:grid;grid-template-columns:280px 1fr;min-width:900px;max-width:1200px;min-height:350px;padding:0;overflow:hidden}.nav-submenu__level2{background-color:#f8f9fa;border-right:1px solid var(--header-border);padding:1rem 0}.nav-submenu__level2 ul{list-style:none;margin:0;padding:0}.nav-submenu__level2-item{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;text-decoration:none;color:var(--header-text);font-size:.9375rem;font-weight:500;transition:background-color var(--transition-fast),color var(--transition-fast);cursor:pointer}.nav-submenu__level2-item:hover,.nav-submenu__level2 li.active .nav-submenu__level2-item{background-color:var(--header-bg);color:#4361ee}.nav-submenu__level2-item .caret{transition:transform var(--transition-fast);opacity:.5}.nav-submenu__level2 li.active .nav-submenu__level2-item .caret{opacity:1}.nav-submenu__level3{padding:1.5rem 2rem;background-color:var(--header-bg)}.nav-submenu__panel{display:none}.nav-submenu__panel.active{display:block;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-submenu__panel-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--header-text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--header-border)}.nav-submenu__level3 .nav-submenu__grid{grid-template-columns:repeat(4,1fr);gap:.5rem 2rem}.nav-submenu__level3 .nav-submenu__grid a{font-weight:400}@media(max-width:1024px){.header-custom{--header-padding-x: 1.25rem}.nav-submenu--sidebar{min-width:700px;grid-template-columns:220px 1fr}.nav-submenu__level3 .nav-submenu__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.header-custom__row--bottom{display:none}.header-custom__row--top{border-bottom:1px solid var(--header-border)}.header-custom__menu-toggle{display:flex}.header-custom__row--top .header-custom__container{gap:1rem}.header-custom__phone-text{display:none}.header-custom__phone{padding:.5rem}}@media(max-width:768px){.header-custom{--header-padding-x: 1rem;--header-padding-y: .75rem}.header-custom__row--top .header-custom__container{display:flex;flex-wrap:wrap;gap:.75rem}.header-custom__logo{order:1}.header-custom__actions{order:2;margin-left:auto}.header-custom__search{order:3;width:100%;max-width:none;padding-bottom:.75rem}.header-custom__account-text{display:none}.header-custom__account{padding:.5rem}}@media(max-width:480px){.header-custom__action{padding:.375rem;gap:.25rem}.header-custom__actions{gap:.25rem}}@media(max-width:422px){.header-custom__logo-text{font-size:1.1rem}}.header-custom-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;pointer-events:none}.header-custom-drawer.is-open{pointer-events:auto}.header-custom-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;opacity:0;transition:opacity .3s ease}.header-custom-drawer.is-open .header-custom-drawer__backdrop{opacity:1}.header-custom-drawer__content{position:absolute;top:0;left:0;width:100%;max-width:380px;height:100%;background-color:var(--header-bg);transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column}.header-custom-drawer.is-open .header-custom-drawer__content{transform:translate(0)}.header-custom-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem var(--header-padding-x);border-bottom:1px solid var(--header-border)}.header-custom-drawer__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;cursor:pointer;border-radius:50%;transition:background-color var(--transition-fast)}.header-custom-drawer__close:hover{background-color:var(--header-hover-bg)}.header-custom-drawer__nav{flex:1;padding:1rem 0;overflow-y:auto}.drawer-menu{list-style:none;margin:0;padding:0}.drawer-menu__item{border-bottom:1px solid var(--header-border)}.drawer-menu__link{display:flex;align-items:center;justify-content:space-between;padding:1rem var(--header-padding-x);font-size:1rem;font-weight:500}.drawer-menu__link a,.drawer-submenu__link a{flex:1;text-decoration:none;color:var(--header-text)}.drawer-menu__toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;cursor:pointer;transition:transform var(--transition-fast)}.drawer-menu__item.is-open>.drawer-menu__link .drawer-menu__toggle{transform:rotate(180deg)}.drawer-submenu{display:none;list-style:none;margin:0;padding:0;background-color:#f8f9fa}.drawer-menu__item.is-open>.drawer-submenu{display:block}.drawer-submenu__link{display:flex;align-items:center;justify-content:space-between;padding:.75rem var(--header-padding-x);padding-left:calc(var(--header-padding-x) + 1rem);text-decoration:none;color:var(--header-text);font-size:.9375rem}.drawer-submenu .drawer-submenu{background-color:#f0f1f3}.drawer-submenu .drawer-submenu .drawer-submenu__link{padding-left:calc(var(--header-padding-x) + 2rem);font-size:.875rem}.header-custom-drawer__footer{padding:1rem var(--header-padding-x);border-top:1px solid var(--header-border);display:flex;flex-direction:column;gap:.5rem}.header-custom-drawer__footer-link{display:flex;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;color:var(--header-text);font-size:.9375rem;border-radius:6px;transition:background-color var(--transition-fast)}.header-custom-drawer__footer-link:hover{background-color:var(--header-hover-bg)}.header-custom-drawer__title{font-size:1.125rem;font-weight:600}.predictive-search__section{padding:.5rem 0;border-bottom:1px solid var(--header-border)}.predictive-search__section:last-of-type{border-bottom:none}.predictive-search__section-title{padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--header-text-muted)}.predictive-search__item-content{display:flex;flex-direction:column;gap:.25rem}.predictive-search__item-placeholder{width:50px;height:50px;background-color:var(--header-hover-bg);border-radius:4px;flex-shrink:0}.predictive-search__view-all{display:block;padding:1rem;text-align:center;text-decoration:none;color:#4361ee;font-size:.875rem;font-weight:500;border-top:1px solid var(--header-border);transition:background-color var(--transition-fast)}.predictive-search__view-all:hover{background-color:var(--header-hover-bg)}.product-grid__card{height:100%}product-card,product-card-link{height:100%}.product-card__content{display:flex;flex-direction:column;height:100%;background-color:transparent!important;border:1px solid #d0d0d0!important;border-radius:24px}.product-card .quantity-selector-wrapper,.product-card .quantity-selector,.product-card .quantity-label,.product-card .quantity-rules{display:none!important}.product-card .buy-buttons-block{margin-top:auto}.product-card .price{font-size:1.25rem!important;font-weight:600!important}.product-card .add-to-cart-button,.product-card .product-form-buttons button[type=submit],.product-card .product-form-buttons button{background-color:#c41230!important;color:#fff!important;border:none!important;border-radius:8px!important;font-weight:600!important;transition:background-color .2s ease!important;box-shadow:none!important;outline:none!important}.product-card .add-to-cart-button:hover,.product-card .product-form-buttons button[type=submit]:hover,.product-card .product-form-buttons button:hover{background-color:#a30f28!important;border:none!important}.product-card__content>a[ref=productTitleLink] .text-block,.product-card product-title .text-block{min-height:5em!important;height:5em!important;max-height:5em!important;overflow:hidden!important;display:block!important}.product-card product-price:has([data-price-zero=true]){display:none!important}.product-card:has([data-price-zero=true]) .buy-buttons-block{display:none!important}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/header-custom.css.map */
