header{z-index:60;position:sticky;top:0}header .content{background-color:#fff;padding-top:16px;padding-bottom:16px}header .content .container{overflow:visible}header .content .overlay{z-index:-1;background:#0000008c;display:none;position:fixed;inset:0}header .content .menuBtn{border:var(--border-primary);border-radius:8px;width:48px;height:48px;display:none}header .content .logo{display:flex}header .content .search{width:500px;position:relative}header .content .search .search-input{border:var(--border-primary);border-radius:6px;padding:0 8px}header .content .search .search-input input{height:40px;box-shadow:none;border:none;padding:0}header .content .search .search-input:hover{border-color:var(--color-second);box-shadow:none}header .content .search .search-input:has(input:focus-within){border-color:var(--color-second);box-shadow:none}header .content .search .products,header .content .search .noData,header .content .search .loading{z-index:40;background:#fff;border-radius:0 0 2px 2px;width:100%;padding:10px 0;position:absolute;top:50px;box-shadow:0 5px 4px #0000002e}header .content .search .products:before,header .content .search .noData:before,header .content .search .loading:before{content:" ";pointer-events:none;top:-18px;border:0 solid #0000;border-width:0 0 1px 10px;width:0;height:0;position:absolute;inset-inline-start:20px}header .content .search .products{max-height:620px;overflow:auto}header .content .search .products .title{color:var(--color-font-primary);padding:10px 16px;font-weight:500}header .content .search .products .product{border-bottom:var(--border-primary);justify-content:space-between;align-items:flex-end;gap:8px;padding:8px 16px}header .content .search .products .product:hover{background:var(--color-third)}header .content .search .products .product .info{align-items:flex-end;gap:8px}header .content .search .products .product .info .img{width:40px;height:40px;position:relative}header .content .search .products .product .info .img img{object-fit:contain}header .content .search .products .product .info .category{color:#b0b0b0;font-size:10px;line-height:16px}header .content .search .products .product .price{color:var(--color-font-primary);gap:4px;font-size:16px;font-weight:600;line-height:1}header .content .search .products .product .price .tax{white-space:nowrap;font-size:12px;font-weight:500}header .content .search .products .product .price_sale{align-items:flex-end;gap:4px}header .content .search .products .product .price_sale .sale{color:#b0b0b0;gap:4px;text-decoration:line-through}header .content .search .products .product .price_sale .sale span{margin-top:6px}header .content .search .products .product .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}header .content .search .loading{text-align:center}header .content .search .noData p{text-align:center;padding:18px 0;font-size:16px;font-weight:500}header .content .search .noData .suggestions-section:first-of-type{margin-bottom:14px}header .content .search .noData .suggestions-section h4{color:var(--color-font-primary);margin-bottom:8px;padding:0 16px}header .content .search .noData .suggestions-section ul{flex-wrap:wrap;padding:8px 16px}header .content .search .noData .suggestions-section ul li button{border:var(--border-secondary);color:var(--color-font-primary);border-radius:9999px;padding:5px 10px}header .content .search .noData .suggestions-section ul li button span{margin-top:2px;font-size:12px;line-height:1;display:block}header .content .search .noData .suggestions-section ul li button:hover{background:var(--color-second)}header .content .search .overlay{display:block}header .content .actions{gap:16px}header .content .actions a,header .content .actions button{border:var(--border-primary);border-radius:8px;width:48px;height:48px}header .content .actions .loginBtn{width:140px;font-size:16px;font-weight:500}header .content .actions .ant-badge-count{background:#02ad02}header .content .categories{margin-top:16px;position:relative}header .content .categories .categories-trigger{border:none;align-items:center;gap:14px;font-weight:500;display:flex}header .content .categories .categories-trigger:hover~.categories-menu,header .content .categories .categories-trigger:hover~.overlay,header .content .categories .categories-menu:hover,header .content .categories .categories-menu:hover~.overlay{display:block}header .content .categories .categories-menu{z-index:3;background:#fff;width:100%;padding:14px;display:none;position:absolute}header .content .categories .categories-menu ul li{margin-bottom:14px}header .content .categories .categories-menu ul li a{color:#000;align-items:center;gap:8px;display:flex}header .content .categories .categories-menu ul li a:hover{font-weight:600}header .content .categories .categories-menu ul.subCategories{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}header .content .categories .categories-menu ul.subCategories li{color:var(--color-second)}@media (max-width:479px){header .content .categories{display:none}}@media (max-width:990px){header .content .container>div{flex-wrap:wrap}header .content .container>div .search{order:2;width:100%}}@media (max-width:479px){header .content .actions{gap:0}header .content .actions .ant-badge,header .content .actions .auth{display:none}header .content .menuBtn{justify-content:center;align-items:center;display:flex}}.mainDrawer{display:none;top:130px!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:12px 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-second);color:var(--color-second)}.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:12px 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{justify-content:space-between;align-items:center;display:flex}.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}}
