.categoryPageWrapper{width:100%;display:flex;justify-content:center;align-items:flex-start}.categoryPageWrapper .container{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:32px;position:relative}.categoryPageWrapper .categoryFilters{position:sticky;top:130px;width:25%;display:flex;justify-content:flex-start;flex-direction:column}.categoryPageWrapper .categoryFilters .categoryFiltersHeading{display:flex;width:100%;justify-content:space-between;align-items:center}.categoryPageWrapper .categoryFilters .categoryFiltersHeading h3{color:#fff;font-weight:600}.categoryPageWrapper .categoryFilters .categoryFiltersHeading svg{display:none;fill:#a3a3a3;border:1px solid #a3a3a3;border-radius:4px;font-size:26px;transition:.3s;cursor:pointer}.categoryPageWrapper .categoryFilters .categoryFiltersHeading svg:hover{fill:#fff;border:1px solid #fff}.categoryPageWrapper .categoryFilters hr{border-color:#3e3e3e}.categoryPageWrapper .categoryFilters ul{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}.categoryPageWrapper .categoryFilters ul li{width:100%;display:flex;justify-content:flex-start;align-items:center}.categoryPageWrapper .categoryFilters ul li a{width:100%;display:flex;justify-content:space-between;align-items:center;color:#a7a7a7;font-size:16px}.categoryPageWrapper .categoryFilters ul li .selected{color:#fff}.categoryPageWrapper .categoryFilters ul button{width:100%;padding:10px 20px;background:#eab308;border-radius:6px;font-weight:600;transition:.3s}.categoryPageWrapper .categoryFilters ul button:hover{filter:brightness(.7)}.categoryPageWrapper .categoryContainer{flex:1}.categoryPageWrapper .categoryContainer .categoryGridProductsHeading{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #3e3e3e}.categoryPageWrapper .categoryContainer .categoryGridProductsHeading h3{font-size:20px;color:#fff;font-weight:600}.categoryPageWrapper .categoryContainer .categoryGridProductsHeading h4{font-size:16px;color:#9d9d9d;font-weight:500}.categoryPageWrapper .categoryContainer .categoryGridProducts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:1rem}.mobileCategoryBar{position:fixed;width:100vw;height:100vh;top:0;background:rgba(0,0,0,.381);z-index:999}.mobileCategoryBar,.mobileCategoryBar .mobileMenuWrapper{transition:.3s;display:flex;justify-content:flex-start;align-items:center;overflow-y:auto}.mobileCategoryBar .mobileMenuWrapper{width:80vw;height:100%;background:#212121;padding:20px;flex-direction:column;box-shadow:5px 0 15px rgba(0,0,0,.47);gap:20px}.mobileCategoryBar .mobileMenuHeading{display:flex;justify-content:space-between;align-items:center;width:100%}.mobileCategoryBar .mobileMenuHeading h3{color:#fff;font-size:1.5rem;font-style:italic}.mobileCategoryBar .mobileMenuHeading svg{padding-top:2px;font-size:2rem;color:#fff;cursor:pointer}.mobileCategoryBar ul{width:100%;display:flex;flex-direction:column}.mobileCategoryBar ul li{list-style:none;width:100%;display:flex;justify-content:flex-start;padding-top:10px;padding-bottom:10px;border-top:1px solid #7d7d7d}.mobileCategoryBar ul li:first-child{border-top:none}.mobileCategoryBar ul li a{width:100%;color:#fff;font-size:1rem;font-weight:400;transition:.3s;display:flex;justify-content:space-between;align-items:center}.mobileCategoryBar ul li:hover a,.mobileCategoryBar ul li:hover svg{color:#eab308}.mobileCategoryBar ul button{margin-top:20px;width:100%;font-size:1rem;padding:10px 20px;background:#eab308;border-radius:6px;font-weight:500;transition:.3s}.mobileCategoryBar ul button:hover{filter:brightness(.7)}.mobileCategoryBar .phoenix{display:flex;justify-content:center;align-items:center}.mobileCategoryBar .phoenix p{text-align:center;color:#b9b9b9;font-size:.7rem}@media(max-width:1400px){.categoryPageWrapper .container{width:100%;padding:0 20px}.categoryPageWrapper .categoryFilters{width:30%}.categoryPageWrapper .categoryContainer .categoryGridProducts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:992px){.categoryPageWrapper .container{width:100%;padding:0 20px;gap:20px}.categoryPageWrapper .categoryFilters{width:100%;position:static}.categoryPageWrapper .categoryFilters .listOfCategories{display:none}.categoryPageWrapper .categoryFilters .categoryFiltersHeading{cursor:pointer}.categoryPageWrapper .categoryFilters .categoryFiltersHeading svg{display:flex}.categoryPageWrapper .categoryContainer .categoryGridProductsHeading{border:none;padding:0}.categoryPageWrapper .categoryContainer .categoryGridProductsHeading h3{font-size:16px;color:#eab308}.categoryPageWrapper .categoryContainer .categoryGridProductsHeading h4{font-size:14px}.categoryPageWrapper .categoryContainer .categoryGridProducts{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}}