.navigation-wrapper{position:-webkit-sticky;position:sticky;top:0;background-color:#fafafa;z-index:9;padding-bottom:1rem}@media only screen and (max-width:1200px){.navigation-wrapper{padding:0}}.top-area{display:flex;align-items:center;justify-content:space-between;padding:8px 0}@media only screen and (max-width:1200px){.top-area{padding:8px 20px}}.top-area .top-area-actions{display:flex;align-items:center;gap:16px}.top-area .top-area-actions .top-area-icon{cursor:pointer;width:18px;height:18px}.top-area .top-area-actions .quantity-number{font-size:12px;font-family:InstrumentMedium;position:absolute;top:-5px;right:-8px;background:#72bf44;border-radius:50%;width:16px;height:16px;color:#fff;display:flex;align-items:center;justify-content:center}.top-area .top-area-actions .hamburger-menu{background:rgba(0,0,0,0);border:none}.top-area .top-area-actions .hamburger-menu img{width:20px;height:20px;margin-top:5px}.login-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:105px;height:32px;border-radius:16px;border:1px solid #1a1a1a;background-color:rgba(0,0,0,0);cursor:pointer}.login-btn h4{font-family:InstrumentMedium;font-size:16px;color:#1a1a1a}.devider{border-bottom:1px solid rgba(26,26,26,.1)}.navigation .menu{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:16px}.navigation .menu a{font-family:InstrumentMedium;font-size:16px;color:#1a1a1a;text-decoration:none;text-transform:capitalize;display:flex;align-items:center;gap:.25rem}.navigation .menu a:before{content:"";width:4px;height:4px;border-radius:50%;background-color:rgba(0,0,0,0);display:block}.navigation .menu a:hover{color:#72bf44}.navigation .menu a:hover:before{content:"";width:4px;height:4px;border-radius:50%;background-color:#72bf44;display:block}.navigation .menu a.active{font-family:InstrumentBold;color:#72bf44}.navigation .menu a.active:before{content:"";width:4px;height:4px;border-radius:50%;background-color:#72bf44;display:block}.overlay{position:fixed;display:flex;top:0;left:0;right:0;background-color:rgba(26,26,26,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%!important;height:100%;z-index:999}.overlay .sidebar{background:#fff;width:300px;position:fixed;right:0;height:100vh;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:25px 20px 0}.overlay .sidebar h3{font-family:InstrumentMedium;font-size:20px;color:#1a1a1a}.overlay .sidebar .menu-mobile{display:flex;flex-direction:column;gap:20px;padding-top:30px}.overlay .sidebar .menu-mobile a{font-family:InstrumentMedium;font-size:16px;color:#1a1a1a;text-decoration:none;text-transform:capitalize}.overlay .sidebar .menu-mobile a.active{font-family:InstrumentBold;color:#72bf44;display:flex;flex-direction:row;align-items:center;gap:.25rem}.overlay .sidebar .menu-mobile a.active:before{content:"";width:4px;height:4px;border-radius:50%;background-color:#72bf44;display:block}.overlay .sidebar .close-icon{width:30px;height:30px;position:absolute;right:20px;top:20px}