.max-categories{width:100%}.max-categories__title{text-align:center;margin:0 0 2rem}.max-categories__desktop{display:block}.max-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.max-categories__card{display:flex;flex-direction:column;justify-content: center;align-items:center;text-decoration:none;background-color:#ecebeb;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;color:inherit}.max-categories__image-wrapper{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;overflow:hidden;border-radius:8px;}.max-categories__image{width:100%;height:auto;object-fit:cover;display:block}.max-categories__card-title{margin:0;text-align:center;font-weight:600;color:inherit}.max-categories__mobile{display:none}.max-categories__mobile .max-categories__card{margin:0;height:100%}.max-categories__mobile .splide__slide{padding:0 .5rem}.max-categories__mobile .splide__arrow{display:none!important}.max-categories__mobile .my-slider-progress{background:rgba(0,0,0,.1);height:3px;margin-top:1.5rem;overflow:hidden;margin-left:8px}.max-categories__mobile .my-slider-progress-bar{background:rgba(0,0,0,.6);height:100%;transition:width .4s;width:0;min-width:0;display:block}.max-categories__mobile .my-slider-progress-bar[style*=width]{min-width:2px}@media screen and (max-width:749px){.max-categories__card{padding: 4rem 0;}.max-categories__desktop{display:none}.max-categories__mobile{display:block;padding:0 1.5rem}.max-categories__title{margin-bottom:2rem;text-align:left;margin-left:1rem}.max-categories__image-wrapper{max-width:unset}}@media screen and (min-width:750px){.max-categories__mobile{display:none}}