.smr-premium-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#faf8f6f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(229,225,220,.3);transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.smr-premium-header--hidden{transform:translateY(-100%)}.smr-premium-header--scrolled{background:#faf8f6fa;box-shadow:0 4px 24px #8b6b6114;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.smr-premium-header__container{max-width:1400px;margin:0 auto;padding:0 24px;height:80px;display:flex;align-items:center;justify-content:space-between;position:relative}.smr-premium-header__logo{display:flex;align-items:center;text-decoration:none;font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:#8b6b61;letter-spacing:-.5px;transition:all .3s ease}.smr-premium-header__logo:hover{transform:scale(1.02);color:#7a5a50}.smr-premium-header__logo img{height:48px;width:auto;margin-right:12px;filter:drop-shadow(0 2px 4px rgba(139,107,97,.1));transition:all .3s ease}.smr-premium-header--scrolled .smr-premium-header__logo img{height:40px;filter:drop-shadow(0 1px 2px rgba(139,107,97,.1))}.smr-premium-header__nav{display:flex;align-items:center;gap:8px}.smr-premium-header__nav-item{position:relative;padding:12px 20px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#8b6b61;text-decoration:none;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent}.smr-premium-header__nav-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:linear-gradient(135deg,#8b6b61,#a68b7f);opacity:0;transition:opacity .3s ease;z-index:-1}.smr-premium-header__nav-item:hover{color:#fff;transform:translateY(-1px)}.smr-premium-header__nav-item:hover:before{opacity:1}.smr-premium-header__nav-item--active{background:linear-gradient(135deg,#8b6b61,#a68b7f);color:#fff;font-weight:600}.smr-premium-header__actions{display:flex;align-items:center;gap:12px}.smr-premium-header__action{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#8b6b6114;border-radius:50%;color:#8b6b61;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.smr-premium-header__action:hover{background:linear-gradient(135deg,#8b6b61,#a68b7f);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #8b6b6133}.smr-premium-header__action svg{width:20px;height:20px;stroke-width:2}.smr-premium-header__cart-count{position:absolute;top:-2px;right:-2px;background:#e74c3c;color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.smr-premium-header__mobile-toggle{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:4px;background:#8b6b6114;border-radius:12px;cursor:pointer;transition:all .3s ease}.smr-premium-header__mobile-toggle:hover{background:linear-gradient(135deg,#8b6b61,#a68b7f)}.smr-premium-header__mobile-toggle span{width:20px;height:2px;background:#8b6b61;border-radius:1px;transition:all .3s ease}.smr-premium-header__mobile-toggle:hover span{background:#fff}.smr-premium-header__mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#faf8f6fa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(229,225,220,.3);border-radius:16px;padding:24px;min-width:280px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px #8b6b611a;margin-top:12px}.smr-premium-header__nav-item:hover .smr-premium-header__mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.smr-premium-header__mega-menu-item{display:block;padding:12px 16px;color:#8b6b61;text-decoration:none;border-radius:8px;transition:all .2s ease;font-size:15px;font-weight:500}.smr-premium-header__mega-menu-item:hover{background:#8b6b6114;transform:translate(4px)}.smr-premium-header__search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#faf8f6fa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s ease}.smr-premium-header__search-overlay--active{opacity:1;visibility:visible}.smr-premium-header__search-container{width:100%;max-width:600px;padding:0 24px}.smr-premium-header__search-input{width:100%;padding:20px 24px;font-size:24px;font-family:Playfair Display,serif;background:transparent;border:none;border-bottom:2px solid #8B6B61;color:#8b6b61;outline:none;transition:all .3s ease}.smr-premium-header__search-input:focus{border-bottom-color:#a68b7f}.smr-premium-header__search-close{position:absolute;top:40px;right:40px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#8b6b6114;border-radius:50%;cursor:pointer;transition:all .3s ease}.smr-premium-header__search-close:hover{background:#8b6b61;color:#fff}@media (max-width: 1024px){.smr-premium-header__container{padding:0 20px;height:72px}.smr-premium-header__nav{display:none}.smr-premium-header__mobile-toggle{display:flex}.smr-premium-header__logo{font-size:24px}.smr-premium-header__logo img{height:40px}.smr-premium-header--scrolled .smr-premium-header__logo img{height:36px}}@media (max-width: 640px){.smr-premium-header__container{padding:0 16px;height:64px}.smr-premium-header__logo{font-size:20px}.smr-premium-header__logo img{height:36px}.smr-premium-header__action{width:40px;height:40px}.smr-premium-header__search-input{font-size:20px;padding:16px 20px}}@media (prefers-contrast: high){.smr-premium-header{background:#fff;border-bottom:2px solid #000000}.smr-premium-header__logo,.smr-premium-header__nav-item,.smr-premium-header__action{color:#000}}@media (prefers-reduced-motion: reduce){.smr-premium-header,.smr-premium-header__nav-item,.smr-premium-header__action,.smr-premium-header__mega-menu,.smr-premium-header__search-overlay{transition:none}}@media (prefers-color-scheme: dark){.smr-premium-header{background:#1e1e1ef2;border-bottom-color:#ffffff1a}.smr-premium-header__logo,.smr-premium-header__nav-item,.smr-premium-header__action{color:#fff}.smr-premium-header__action{background:#ffffff1a}.smr-premium-header__action:hover{background:#fff3}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/header-premium.css.map */
