@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";.custom-header-wrapper{position:sticky;top:0;z-index:500;width:100%;box-shadow:0 2px 12px #00000014;font-family:Poppins,sans-serif}.custom-header__top{width:100%;border-bottom:1px solid rgba(0,0,0,.07);background:#fff}.custom-header__top-inner{max-width:1400px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:1.5rem}.custom-header__logo a{display:flex;align-items:center;text-decoration:none}.custom-header__logo-img{display:block;max-height:60px;width:auto;object-fit:contain}.custom-header__logo-text{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.custom-header__search{flex:1;max-width:480px;margin:0 auto}.custom-header__search-form{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:6px;overflow:hidden;transition:border-color .2s}.custom-header__search-form:focus-within{border-color:#f60;box-shadow:none;outline:none}.custom-header__search-input{flex:1;border:none;outline:none;box-shadow:none;padding:.45rem .85rem;font-size:1rem;font-family:Poppins,sans-serif;background:transparent;min-width:0}.custom-header__search-input:focus{outline:none;box-shadow:none}.custom-header__search-btn{display:flex;align-items:center;justify-content:center;border:none;border-radius:0;padding:0 .85rem;height:34px;cursor:pointer;color:#fff;transition:opacity .2s;flex-shrink:0}.custom-header__search-btn:hover{opacity:.85}.custom-header__actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.custom-header__action-link{display:flex;align-items:center;gap:8px;text-decoration:none;background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .2s}.custom-header__action-link:hover{opacity:.75}.custom-header__action-text{display:flex;flex-direction:column;line-height:1.2}.custom-header__action-label{font-size:.85rem;opacity:.75}.custom-header__action-sub{font-size:1rem;font-weight:600}.custom-header__cart-icon-wrap{position:relative;display:flex;align-items:center}.custom-header__cart-count{position:absolute;top:-8px;right:-10px;background:#f60;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.custom-header__top{width:100%;border-bottom:1px solid rgba(0,0,0,.07)}.custom-header__nav{width:100%;border-bottom:1px solid rgba(0,0,0,.07);background:#fff}.custom-header__nav-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;height:46px;gap:0}.custom-header__categories{position:relative;flex-shrink:0;margin-right:1.5rem}.custom-header__categories-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;font-size:1.3rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;padding:0 .85rem;height:100%;white-space:nowrap;transition:opacity .2s}.custom-header__categories-btn:hover{opacity:.75}.custom-header__categories-dropdown{position:fixed;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:12px;min-width:300px;box-shadow:0 8px 24px #0000001a;z-index:600;padding:12px 0;display:flex;flex-direction:column;gap:8px}.custom-header__categories-dropdown[hidden]{display:none!important}.custom-header__categories-item{display:flex;align-items:center;gap:14px;padding:11px 16px;text-decoration:none;color:#222;font-size:1.45rem;font-family:Poppins,sans-serif;background:#fff;border:1px solid #f0e8e2;border-radius:10px;transition:background .15s,color .15s}.custom-header__categories-item:after{content:"";margin-left:auto;width:9px;height:9px;border-top:2px solid #d89a72;border-right:2px solid #d89a72;transform:rotate(45deg);flex-shrink:0}.custom-header__categories-item:hover{background:#fff5ee;color:#f60}.custom-header__categories-img{width:32px;height:32px;object-fit:cover;border-radius:4px;flex-shrink:0}.custom-header__menu{display:flex;align-items:center;gap:0;flex:1;height:100%}.custom-header__menu-item{position:relative;height:100%;display:flex;align-items:center}.custom-header__menu-link{display:flex;align-items:center;gap:4px;padding:0 .85rem;font-size:1.3rem;font-weight:400;font-family:Poppins,sans-serif;text-decoration:none;background:transparent;border:none;cursor:pointer;height:100%;white-space:nowrap;transition:color .2s;border-bottom:2px solid transparent}.custom-header__menu-link:hover{border-bottom-color:#f60}.custom-header__submenu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:200px;box-shadow:0 8px 24px #0000001a;z-index:300;padding:6px 0;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .2s,transform .2s}.custom-header__menu-item--parent.is-open .custom-header__submenu,.custom-header__menu-item--parent:hover .custom-header__submenu{opacity:1;pointer-events:auto;transform:translateY(0)}.custom-header__submenu-link{display:block;padding:9px 16px;text-decoration:none;color:#111;font-size:1rem;font-family:Poppins,sans-serif;transition:background .15s,color .15s;white-space:nowrap}.custom-header__submenu-link:hover{background:#fff5ee;color:#f60}.custom-header__secondary-links{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.custom-header__secondary-link{font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;text-decoration:none;white-space:nowrap;transition:color .2s}.custom-header__secondary-link:hover{color:#f60!important}.custom-header__secondary-sep{opacity:.3;font-size:.8rem}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.cart-drawer.is-open{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 32px #0000001f}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0;flex-shrink:0}.cart-drawer__title{font-size:1.05rem;font-weight:700;margin:0}.cart-drawer__count{font-weight:400;color:#888;font-size:.95rem}.cart-drawer__close{background:transparent;border:none;cursor:pointer;padding:4px;color:#555;display:flex;align-items:center;border-radius:4px;transition:background .15s}.cart-drawer__close:hover{background:#f5f5f5;color:#111}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.25rem}.cart-drawer__footer{padding:1rem 1.25rem;border-top:1px solid #f0f0f0;flex-shrink:0;display:flex;flex-direction:column;gap:.6rem}.cart-drawer__login-nudge{display:flex;align-items:flex-start;gap:8px;background:#fff8f3;border:1px solid #ffe0c8;border-radius:6px;padding:10px 12px;font-size:.8rem;color:#555;line-height:1.4}.cart-drawer__login-link{color:#f60;font-weight:600;text-decoration:underline}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:700}.cart-drawer__taxes-note{font-size:.72rem;color:#999;margin:0;text-align:center}.cart-drawer__checkout-btn{display:block;width:100%;background:#f60;color:#fff;text-align:center;padding:12px;border-radius:6px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s}.cart-drawer__checkout-btn:hover{background:#e05500;color:#fff}.cart-drawer__view-cart{display:block;text-align:center;font-size:.82rem;color:#888;text-decoration:underline;transition:color .2s}.cart-drawer__view-cart:hover{color:#f60}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;text-align:center}.cart-empty__icon{color:#ddd}.cart-empty__title{font-size:1.05rem;font-weight:600;color:#333;margin:0}.cart-empty__continue{display:inline-block;background:#f60;color:#fff;padding:10px 24px;border-radius:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.cart-empty__continue:hover{background:#e05500;color:#fff}.cart-empty__featured{width:100%;background:#fff8f3;border:1px solid #ffe0c8;border-radius:10px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-top:.5rem}.cart-empty__featured-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#f60;margin:0}.cart-empty__featured-img{width:120px;height:120px;object-fit:contain;border-radius:8px}.cart-empty__featured-title{font-size:.9rem;font-weight:600;color:#111;margin:0;text-align:center}.cart-empty__featured-price{font-size:1rem;font-weight:700;color:#f60;margin:0}.cart-empty__add-btn{background:#f60;color:#fff;border:none;border-radius:6px;padding:9px 20px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s;width:100%}.cart-empty__add-btn:hover{background:#e05500}.cart-empty__countdown{background:#0000000f!important;border-radius:6px;padding:6px 12px!important;position:static!important;width:auto}.cart-empty__countdown .flash-sale__countdown-value{color:#111!important}.cart-empty__countdown .flash-sale__countdown-label{color:#777!important}.cart-drawer .cart-items{display:flex;flex-direction:column;gap:0;width:100%}.cart-drawer .cart-item{display:flex;align-items:flex-start;gap:14px;padding:1rem 0;border-bottom:1px solid #f0f0f0;width:100%;box-sizing:border-box;animation:cartItemIn .25s ease}@keyframes cartItemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cart-drawer .cart-item__img{width:80px;height:80px;object-fit:contain;border-radius:8px;border:1px solid #f0f0f0;flex-shrink:0;background:#fafafa}.cart-drawer .cart-item__info{flex:1;display:flex;flex-direction:column;gap:5px;min-width:0}.cart-drawer .cart-item__title{font-size:1rem;font-weight:600;color:#111;margin:0;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-drawer .cart-item__variant{font-size:.85rem;color:#888;margin:0}.cart-drawer .cart-item__price{font-size:1.05rem;font-weight:700;color:#111;margin:0}.cart-drawer .cart-item__qty{display:flex;align-items:center;gap:10px;margin-top:6px}.cart-drawer .cart-item__qty-btn{width:30px;height:30px;border:1.5px solid #e0e0e0;border-radius:5px;background:#fff;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;color:#333;transition:border-color .15s,background .15s;flex-shrink:0}.cart-drawer .cart-item__qty-btn:hover{border-color:#f60;background:#fff5ee;color:#f60}.cart-drawer .cart-item__qty-val{font-size:1rem;font-weight:600;min-width:22px;text-align:center}.cart-drawer .cart-item__remove{background:transparent;border:none;cursor:pointer;color:#e53935;padding:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s,color .15s;margin-top:2px}.cart-drawer .cart-item__remove:hover{background:#ffeaea;color:#b71c1c}body.cart-drawer-open{overflow:hidden}.custom-header__hamburger{display:none;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:4px;flex-shrink:0;transition:opacity .2s}.custom-header__hamburger:hover{opacity:.7}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;pointer-events:none}.mobile-drawer.is-open{pointer-events:auto}.mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.mobile-drawer.is-open .mobile-drawer__overlay{opacity:1}.mobile-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:300px;max-width:85vw;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 32px #00000026;overflow:hidden}.mobile-drawer.is-open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.mobile-drawer__title{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.mobile-drawer__close{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:4px;transition:background .15s}.mobile-drawer__close:hover{background:#ffffff1a}.mobile-drawer__body{flex:1;overflow-y:auto;padding:.75rem 0}.mobile-drawer__section-title{font-family:Poppins,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.45;padding:1rem 1.25rem .4rem;margin:0}.mobile-drawer__link{display:flex;align-items:center;gap:10px;padding:.7rem 1.25rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;color:inherit;transition:background .15s}.mobile-drawer__link:hover{background:#ffffff14}.mobile-drawer__link--cat{gap:12px}.mobile-drawer__cat-img{width:32px;height:32px;object-fit:cover;border-radius:4px;flex-shrink:0}.mobile-drawer__group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.7rem 1.25rem;background:transparent;border:none;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;color:inherit;cursor:pointer;text-align:left;transition:background .15s}.mobile-drawer__group-btn:hover{background:#ffffff14}.mobile-drawer__group-btn svg{transition:transform .2s;flex-shrink:0}.mobile-drawer__group-btn.is-open svg{transform:rotate(180deg)}.mobile-drawer__group-body{display:none}.mobile-drawer__sub-link{display:block;padding:.55rem 1.25rem .55rem 2.25rem;font-family:Poppins,sans-serif;font-size:.88rem;color:inherit;opacity:.8;text-decoration:none;transition:background .15s}.mobile-drawer__sub-link:hover{background:#ffffff14;opacity:1}@media screen and (max-width:1024px){.custom-header__menu-link,.custom-header__categories-btn{font-size:1.1rem;padding:0 .65rem}.custom-header__top-inner{padding:.6rem 1.25rem;gap:1rem}.custom-header__action-text{display:none}.custom-header__search{max-width:none}}@media screen and (max-width:768px){.custom-header__hamburger{display:flex}.custom-header__nav{display:none}.custom-header__top-inner{flex-wrap:wrap;padding:.6rem 1rem;gap:.5rem}.custom-header__hamburger{order:0}.custom-header__logo{order:1;flex:1;justify-content:center}.custom-header__logo a{justify-content:center}.custom-header__actions{order:2;gap:.75rem}.custom-header__action-text{display:none}.custom-header__search{order:3;flex:0 0 100%;max-width:100%}.custom-header__categories-dropdown{display:none!important}.cart-drawer__panel{width:100vw}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/custom-header.css.map */
