.header{z-index:60;background-color:var(--color-bg-primary);padding-top:32px;padding-bottom:32px;position:sticky;top:0}.header .menuBtn{border:var(--border-primary);border-radius:8px;width:48px;height:48px;display:none}.header .logo{display:flex}.header .actions{gap:16px}.header .actions a,.header .actions button{border:var(--border-primary);border-radius:8px;width:48px;height:48px}.header .actions .loginBtn{font-size:16px;font-weight:500}.header .actions .ant-badge-count{background:var(--color-primary)}.header .actions .ant-badge-count:lang(en){inset-inline-end:0!important}.header .categories .categories-menu{background:var(--color-bg-primary)}.header .categories .categories-menu ul{justify-content:center;align-items:center;gap:32px;display:flex}.header .categories .categories-menu ul li a{font-size:16px;font-weight:500;transition:all .3s ease-out}.header .categories .categories-menu ul li a:after{content:"";background:var(--color-primary);transform-origin:0;height:1px;transition:all .3s ease-out;display:block;transform:scaleX(0)}.header .categories .categories-menu ul li a:lang(en):after{transform-origin:100%}.header .categories .categories-menu ul li a:hover{color:var(--color-font-primary)}.header .categories .categories-menu ul li a:hover:after{transform:scaleX(1)}@media (max-width:1440px){.header .categories .categories-menu ul{gap:16px}}@media (max-width:479px){.header .categories{display:none}}@media (max-width:990px){.header .categories{display:none}.header .menuBtn{justify-content:center;align-items:center;display:flex}}@media (max-width:479px){.header .actions{gap:8px}.header .actions .ant-badge,.header .actions .auth{display:none}}.mainDrawer{display:none;top:120px!important}.mainDrawer .ant-drawer-content-wrapper{width:100%!important;box-shadow:none!important}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body{padding:20px 20px 85px}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body ul li{margin-bottom:8px}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body ul a,.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body ul button{border:var(--border-primary);border-radius:8px;justify-content:space-between;width:100%;padding:16px;font-size:16px;font-weight:500;display:flex}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body ul a.active,.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body ul button.active{border-color:var(--color-primary);color:var(--color-font-primary)}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body ul a:lang(en) span:last-of-type,.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body ul button:lang(en) span:last-of-type{transform:rotate(180deg)}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .links{flex-direction:column;display:flex}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .links a{border-bottom:var(--border-primary);justify-content:space-between;align-items:center;width:100%;height:auto;padding:16px;display:flex}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .links a .content{gap:16px}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .links a .content span{color:#1a1c1d;font-size:16px;font-weight:500}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .links a svg{color:#000}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .social-media{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .social-media a{justify-content:center}.mainDrawer .ant-drawer-content-wrapper .ant-drawer-body .noData{justify-content:center;align-items:center;height:100%;font-size:16px;font-weight:500;display:flex}@media (max-width:479px){.mainDrawer{display:block}}.searchDrawer .search-input{border:var(--border-primary);border-radius:6px;padding:0 8px}.searchDrawer .search-input input{height:40px;box-shadow:none;border:none;padding:0}.searchDrawer .search-input:hover{border-color:var(--color-primary);box-shadow:none}.searchDrawer .search-input:has(input:focus-within){border-color:var(--color-primary);box-shadow:none}.searchDrawer .products,.searchDrawer .noData,.searchDrawer .loading{padding:10px 0}.searchDrawer .products .title{padding:10px 16px;font-size:18px;font-weight:500}.searchDrawer .products .product{border-bottom:var(--border-primary);align-items:center;gap:8px;padding:8px 16px}.searchDrawer .products .product:hover{background:var(--color-second)}.searchDrawer .products .product .img{width:80px;height:80px;position:relative}.searchDrawer .products .product .img img{object-fit:contain}.searchDrawer .products .product .name{margin-bottom:8px;font-weight:500}.searchDrawer .products .product .info .category{color:#b0b0b0;font-size:10px;line-height:16px}.searchDrawer .products .product .info .price{color:var(--color-font-primary);gap:4px;font-size:16px;font-weight:600;line-height:1}.searchDrawer .products .product .info .price .tax{white-space:nowrap;font-size:12px;font-weight:500}.searchDrawer .products .product .info .price_sale{align-items:flex-end;gap:4px}.searchDrawer .products .product .info .price_sale .sale{color:#b0b0b0;gap:4px;text-decoration:line-through}.searchDrawer .products .product .info .price_sale .sale span{margin-top:6px}.searchDrawer .products .product .info .price_sale .discount{color:#ee2d64;background:#f7abb666;border-radius:9999px;width:fit-content;height:16px;margin:0 auto 0 0;padding:0 4px;font-size:12px}.searchDrawer .loading{text-align:center}.searchDrawer .noData p{text-align:center;padding:18px 0;font-size:16px;font-weight:500}.searchDrawer .noData .suggestions-section:first-of-type{margin-bottom:14px}.searchDrawer .noData .suggestions-section h4{color:var(--color-font-primary);margin-bottom:8px;padding:0 16px}.searchDrawer .noData .suggestions-section ul{flex-wrap:wrap;padding:8px 16px}.searchDrawer .noData .suggestions-section ul li button{border:var(--border-secondary);color:var(--color-font-primary);border-radius:9999px;padding:5px 10px}.searchDrawer .noData .suggestions-section ul li button span{margin-top:2px;font-size:12px;line-height:1;display:block}.searchDrawer .noData .suggestions-section ul li button:hover{background:var(--color-primary)}
