.category-card{background:none;border-radius:35px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;position:relative;height:450px;width:100%;background-size:cover;box-shadow:0 0 20px 0 #ffffff1a}.category-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 40%,rgba(0,0,0,.25) 60%,transparent 80%)}.card-image{width:100%;height:100%;position:absolute;top:0;left:0}.card-image img{width:100%;height:100%;border-radius:35px;background:transparent!important;object-fit:cover;object-position:center;display:block}.card-info{position:absolute;bottom:0;left:0;right:0;padding:1rem;display:flex;justify-content:space-between;align-items:center;z-index:2}.category-title{font-size:25px;font-weight:700;line-height:1.2;text-align:left;left:35px;right:150px;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.category-title,.item-count{font-family:Inter;color:#fff;position:absolute;bottom:15px}.item-count{right:35px;font-size:16px;font-weight:500;line-height:14.52px;letter-spacing:-.02em;text-align:center;padding:10px 15px;border-radius:999px;background:#1b9c5f}@media (max-width:1200px){.category-card{height:280px}}@media (max-width:768px){.category-card{height:450px}.card-info{padding:.8rem}.category-title{font-size:20px;bottom:12px;left:25px;right:150px}.item-count{font-size:14px;padding:8px 12px;bottom:12px;right:25px}}@media (max-width:480px){.category-card{height:290px;border-radius:none;background:none}.card-info{padding:.6rem}.category-title{font-size:25px;bottom:15px;left:25px;right:150px}.item-count{font-size:20px;padding:8px 10px;bottom:15px;right:25px}}.home-page{min-height:calc(100vh - 200px);padding:1rem;background:#1b1b1b}.loading-wrapper{min-height:50vh;display:flex;align-items:center;justify-content:center}.loading{display:inline-block;width:64px;height:64px;border:6px solid hsla(0,0%,100%,.3);border-top-color:#1c0000;border-radius:50%;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(1turn)}}.container{max-width:100%;margin:0 auto}.categories-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,700px))!important;grid-gap:1.2rem!important;gap:1.2rem!important;margin-bottom:1rem!important;justify-content:center!important;width:100%!important}@media (max-width:1200px){.categories-grid{grid-template-columns:repeat(2,minmax(0,500px))!important;gap:1.5rem!important}}@media (max-width:768px){.home-page{padding:1rem .5rem}.container{padding:0 .5rem}.categories-grid{grid-template-columns:1fr!important;gap:1rem!important;max-width:400px!important;margin:0 auto!important}}@media (max-width:480px){.home-page{padding:.5rem}.categories-grid{gap:.8rem!important;max-width:100%!important}}