.header{background-color:rgb(var(--black));height:149px;left:0;padding:0;position:sticky;right:0;top:0;width:100%;z-index:10}.header img{height:149px;max-width:100%;width:auto}.header .header-actions{gap:12px}.header .lang-toggle{gap:8px}.header .lang-btn{align-items:center;background:#ffdb67;border:1px solid rgba(var(--white),.8);border-radius:50%;color:rgb(var(--white));display:inline-flex;height:36px;justify-content:center;line-height:1;width:36px}.header .lang-btn.inactive{opacity:.65}.header .shop-button{align-items:center;background-color:rgb(var(--primary));border:2px solid rgb(var(--black));border-radius:50px;color:rgb(var(--black));display:inline-flex;font-weight:700;justify-content:center;letter-spacing:.5px;overflow:hidden;padding:10px 22px;position:relative;text-transform:uppercase;transition:.15s ease-in-out}.header .shop-button:after{border:2px solid rgb(var(--black));border-radius:50px;content:"";inset:6px;position:absolute}.header .shop-button:hover{filter:brightness(.95);transform:translateY(-1px)}@media (min-width:1200px){.header .shop-button{font-size:25px;padding:20px 65px}.header .lang-btn{font-size:20px;height:40px;width:40px}}@media (max-width:992px){.header .lang-btn{font-size:18px;height:32px;width:32px}.header .header-actions{gap:10px}}@media (max-width:576px){.header .lang-btn{font-size:16px;height:28px;width:28px}.header .shop-button{font-size:16px;padding:8px 18px}}.header .nav-icon{cursor:pointer;height:22px;position:relative;transform:rotate(0);transition:.5s ease-in-out;width:36px;z-index:15}.header .nav-icon span{background:rgb(var(--white));display:block;height:2px;left:0;opacity:1;position:absolute;transform:rotate(0);transition:.25s ease-in-out;width:100%}.header .nav-icon span:first-child{top:0}.header .nav-icon span:nth-child(2){top:10px}.header .nav-icon span:nth-child(3){top:20px}.header .nav-icon.open span:first-child{background-color:rgb(var(--white));top:10px;transform:rotate(135deg)}.header .nav-icon.open span:nth-child(2){left:-60px;opacity:0}.header .nav-icon.open span:nth-child(3){background-color:rgb(var(--white));top:10px;transform:rotate(-135deg)}
