.home_page{display:flex;flex-direction:column;gap:20px;max-width:100vw}.home_categories{height:120px;margin:auto;position:relative}.home_categories__container{display:flex;gap:1rem;max-width:90vw;padding:1rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.home_categories__item{max-height:90px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;z-index:10}.home_categories__item__image_container{padding:1rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:white}.home_categories__item__image{background-size:cover;height:30px;width:30px}.home_categories__item__text{text-align:center;letter-spacing:0;line-height:150%;font-weight:var(--font-regular);font-size:14px;max-width:84px}.home_categories__arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:white;border-radius:50%;padding:10px;z-index:20}@media (min-width:768px){.home_categories__arrow{display:none}}.home_categories__arrow--left{left:4px}.home_categories__arrow--right{right:4px}