:root{--hp-dark: #000000;--hp-dark-light: #111111;--hp-green: #4a7c59;--hp-green-light: #5a9469;--hp-white: #ffffff;--hp-text: #000000;--hp-text-light: #666666;--hp-border: rgba(0, 0, 0, .08)}.header-premium__announcement{background:var(--hp-dark);color:var(--hp-white);text-align:center;padding:10px 20px;font-size:.85rem;font-weight:500;letter-spacing:.02em}.header-premium__announcement a{color:var(--hp-green-light);text-decoration:underline;margin-left:8px}.header-premium__announcement a:hover{color:var(--hp-white)}.header-premium{background:var(--hp-white);border-bottom:1px solid var(--hp-border);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000000a}.header-premium__container{max-width:1400px;margin:0 auto;padding:0 24px}.header-premium__top{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:24px}.header-premium__logo{flex-shrink:0}.header-premium__logo a{display:flex;align-items:center;text-decoration:none}.header-premium__logo img{height:120px;width:auto}.header-premium__logo-text{font-size:1.4rem;font-weight:700;color:var(--hp-text);letter-spacing:-.02em}.header-premium__search{flex:1;max-width:500px}.header-premium__search-form{display:flex;border:2px solid var(--hp-border);border-radius:50px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.header-premium__search-form:focus-within{border-color:var(--hp-green);box-shadow:0 0 0 3px #4a7c591a}.header-premium__search-input{flex:1;padding:12px 20px;border:none;font-size:.95rem;background:transparent;outline:none}.header-premium__search-input::placeholder{color:var(--hp-text-light)}.header-premium__search-select{padding:12px 16px;border:none;border-left:1px solid var(--hp-border);background:#e8f5e9;font-size:.9rem;color:#2e7d32;font-weight:500;cursor:pointer;outline:none;transition:background .2s ease}.header-premium__search-select:hover{background:#c8e6c9}.header-premium__search-btn{padding:12px 20px;background:var(--hp-green);border:none;color:var(--hp-white);cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.header-premium__search-btn:hover{background:var(--hp-green-light)}.header-premium__search-btn svg{width:20px;height:20px}.header-premium__actions{display:flex;align-items:center;gap:20px}.header-premium__action{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--hp-text);font-size:.8rem;transition:color .2s ease;position:relative}.header-premium__action:hover{color:var(--hp-green)}.header-premium__action-icon{width:24px;height:24px;margin-bottom:4px}.header-premium__action-label{font-size:.75rem;color:var(--hp-text-light)}.header-premium__action-value{font-weight:600;font-size:.85rem}.header-premium__cart{position:relative;background:var(--hp-dark);color:var(--hp-white);padding:10px 20px;border-radius:8px;display:flex;align-items:center;gap:10px;text-decoration:none;transition:background .3s ease}.header-premium__cart:hover{background:var(--hp-green)}.header-premium__cart-icon{width:22px;height:22px}.header-premium__cart-count{position:absolute;top:-6px;right:-6px;background:var(--hp-green);color:var(--hp-white);font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-premium__cart:hover .header-premium__cart-count{background:var(--hp-white);color:var(--hp-green)}.header-premium__nav{background:var(--hp-dark);padding:0}.header-premium__nav-container{max-width:1400px;margin:0 auto;padding:0 24px}.header-premium__nav-list{display:flex;align-items:center;justify-content:center;list-style:none;margin:0;padding:0;gap:0}.header-premium__nav-item{position:relative}.header-premium__nav-link{display:flex;align-items:center;gap:6px;padding:16px 24px;color:var(--hp-white);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.01em;transition:background .2s ease,color .2s ease}.header-premium__nav-link:hover{background:var(--hp-green)}.header-premium__nav-link svg{width:12px;height:12px;transition:transform .2s ease}.header-premium__nav-item:hover .header-premium__nav-link svg{transform:rotate(180deg)}.header-premium__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--hp-white);border-radius:0 0 8px 8px;box-shadow:0 10px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:100}.header-premium__nav-item:hover .header-premium__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-premium__dropdown-list{list-style:none;margin:0;padding:8px 0}.header-premium__dropdown-link{display:block;padding:12px 20px;color:var(--hp-text);text-decoration:none;font-size:.9rem;transition:background .2s ease,padding-left .2s ease}.header-premium__dropdown-link:hover{background:#f5f5f5;padding-left:28px;color:var(--hp-green)}.header-premium__shipping-bar{background:#000;color:var(--hp-white);text-align:center;padding:8px 20px;font-size:.85rem;font-weight:500}.header-premium__shipping-bar span{margin:0 8px}@media (max-width: 1024px){.header-premium__search{max-width:350px}.header-premium__nav-link{padding:14px 16px;font-size:.85rem}.header-premium__action-label,.header-premium__action-value{display:none}}@media (max-width: 768px){.header-premium__top{flex-wrap:wrap;padding:12px 0}.header-premium__logo{order:1}.header-premium__actions{order:2}.header-premium__search{order:3;max-width:100%;width:100%;margin-top:12px}.header-premium__search-select{display:none}.header-premium__nav-list{overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:none}.header-premium__nav-list::-webkit-scrollbar{display:none}.header-premium__nav-link{padding:12px 16px;white-space:nowrap}}@media (max-width: 480px){.header-premium__container{padding:0 16px}.header-premium__logo img{height:70px}.header-premium__cart{padding:8px 12px}.header-premium__cart span{display:none}.header-premium__announcement{font-size:.75rem;padding:8px 12px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-premium{animation:slideDown .4s ease forwards}.header-premium__burger{display:none;flex-direction:column;gap:5px;padding:10px;background:none;border:none;cursor:pointer}.header-premium__burger span{display:block;width:24px;height:2px;background:var(--hp-text);transition:all .3s ease}@media (max-width: 768px){.header-premium__burger{display:flex;order:0}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/header-premium.css.map */
