.sections{position:relative;display:flex;flex-direction:row;width:100vw;min-height:100vh;padding-top:95px;background:linear-gradient(180deg,#000,#141414 59%)}.sidebar{color:#fff;display:flex;flex-direction:column;position:sticky;top:95px;margin-left:46px;height:100vh;max-height:calc(100vh - 120px);width:225px;padding-bottom:20px;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,#000,#141414 59%);box-shadow:-10px -10px 10px #0f0f0f40,10px 10px 10px #00000040;padding-left:20px;padding-top:30px;border-radius:30px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background-color:#333;border-radius:10px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar label{font-family:Krona One,sans-serif;padding-left:10px;font-size:16px;color:#f3f3f3}.sidebar ul{list-style:none;margin:20px 2px 2px;padding:0}.sidebar ul li{background-color:transparent}.sidebar ul li button{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#c9c9c9;margin-top:2px;padding:0 10px;text-align:start;height:35px;width:190px;background:none;border:none;border-radius:10px;font-family:Krona One,sans-serif;font-size:11px;font-weight:100;transition:transform .3s ease}.sidebar ul li button:hover{transform:translate(10px);background:#171717;cursor:pointer}.sidebar ul li button:active{transform:scale(.95)}.sidebar .dots{width:8px;height:8px;border-radius:50%;background:#f3f3f3;opacity:0}.sidebar ul li.active button{background:#171717}.sidebar ul li.active .dots{opacity:1}.main-section{position:relative;display:flex;flex-direction:column;margin-left:4%;gap:20px;width:75%;height:fit-content;overflow:hidden}.top{position:relative;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.search-icon{position:absolute;left:20px;top:10px;width:25px;height:25px;cursor:pointer;fill:#00f}.search-bar{display:flex;justify-content:start;align-items:center;width:40%;height:45px;border-radius:50px;cursor:pointer;background:#141414;transition:width .4s ease-in-out}.search-bar input{height:30px;width:78%;font-family:Krona One;font-weight:400;margin-left:60px;padding:4px 0 0;margin-bottom:2px;border-color:transparent;background:transparent;outline:none;color:#f3f3f3}.filter-area{display:flex;gap:50px}.filter-area button{width:90px;font-family:Krona One,sans-serif;font-size:16px;color:#fff;background:none;border:none;cursor:pointer;letter-spacing:-2px;text-decoration:none;text-shadow:0 20px 0 white;overflow-y:hidden;transition:transform .3s ease}.filter-area button:active{transform:scale(.95)}.filter-area button span{display:inline-block;transition:transform .3s ease-in}.filter-area button span:nth-child(1){transition-delay:0s}.filter-area button span:nth-child(2){transition-delay:.05s}.filter-area button span:nth-child(3){transition-delay:.1s}.filter-area button span:nth-child(4){transition-delay:.15s}.filter-area button span:nth-child(5){transition-delay:.2s}.filter-area button:hover span{transform:translateY(-20px)}.products-section{height:570px;width:100%;display:flex;flex-wrap:wrap;gap:0px;position:relative;overflow-y:auto}.product-card{color:#f3f3f3;width:100%;height:auto;display:flex;flex-direction:column;gap:5px;font-family:Krona One,sans-serif;font-weight:300;cursor:pointer;transition:transform .3s ease}.product-card:hover{transform:scale(.95)}.product-card span:nth-of-type(1){font-size:12px}.product-card span:nth-of-type(2){font-size:10px}.product-card img{width:174px;height:150px;background:#535353}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#5e5e5e;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#acacac;border-radius:10px;border:3px solid #909090}::-webkit-scrollbar-thumb:hover{background-color:#555}#products-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:40px 30px;padding:20px;background-color:#121212;border-radius:10px}.product-card{display:flex;flex-direction:column;background:transparent;border:none;box-shadow:none}.product-image{width:100%;aspect-ratio:1 / 1;background-color:#4a4a4a;margin-bottom:12px;overflow:hidden;border-radius:20px}.product-image img{width:100%;height:100%;border-radius:20px;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column;gap:6px;padding:0;text-align:left}.product-name{color:#fff;font-size:15px;font-weight:600;margin:0;letter-spacing:.5px;overflow-wrap:anywhere}.product-price{color:#e0e0e0;font-size:14px;font-weight:400;margin:0}.product-cat,.product-overlay,.add-to-cart-btn{display:none}.no-results{width:max-content;height:max-content;display:flex;align-items:center;justify-content:center;font-family:Krona One;color:#f3f3f3;font-size:15px;padding:15px}@media(max-width:1024px){.sections{padding-top:88px}.sidebar{margin-left:24px;width:200px}.main-section{margin-left:24px;margin-right:24px;width:auto;flex:1}.search-bar{width:55%}}@media(max-width:768px){.sections{flex-direction:column;padding-top:80px;gap:16px}.sidebar{position:static;top:auto;flex-direction:column;align-items:stretch;width:auto;height:auto;max-height:none;margin:0 16px;padding:16px 14px;gap:8px;overflow-x:hidden;overflow-y:visible;border-radius:20px}.sidebar>label{font-size:11px;padding-left:4px}.sidebar ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));align-items:center;margin-top:12px;gap:6px 8px}.sidebar ul li button{width:100%;white-space:nowrap;height:30px;font-size:9px;gap:6px}.sidebar ul li button:hover{transform:none}.main-section{width:auto;margin:0 16px;gap:16px}.top{flex-direction:column;align-items:stretch;gap:14px}.search-bar{width:100%}.search-bar input{width:70%;margin-left:55px}.filter-area{justify-content:flex-end;gap:36px}.products-section{height:auto}#products-section{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:28px 18px;padding:16px}}@media(max-width:480px){.sidebar label{font-size:10px}.sidebar ul{grid-template-columns:repeat(auto-fill,minmax(88px,1fr))}.filter-area{gap:28px}.filter-area button{width:auto;font-size:14px}#products-section{grid-template-columns:repeat(2,1fr);gap:20px 12px;padding:12px}.product-name{font-size:13px}.product-price{font-size:12px}}
