.category{display: flex;flex-direction:column;align-items: center;justify-content: space-between;padding: 20% 12% 12%;border:1px solid var(--gray_light);}.category:hover{box-shadow: 0.5px 0.5px 8px rgba(69, 68, 79, 0.35);}.category_first{}.category__text{font-size: 18px;font-family: var(--font);font-weight: 500;align-self: flex-start;margin-top: 10%;color: var(--black);line-height: 21px;}@media (min-width: 64em) {}@media (max-width: 64em) {.category__text{font-size: 14px;line-height: 17px;}}@media (max-width: 48em) {}@media (max-width: 36em) {.category_first{padding: 5.5% 0 5.5% 5.5%;flex-direction:row;justify-content: space-evenly;}.category__text{font-size: 12px;font-weight: 400;line-height: 14px;}.category__text_first{font-size: 18px;font-weight: 500;align-self: center;margin-top: 0;line-height: 21px;}.category__img{width: 80%;}.category__img_first{width: 30%;}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.category__text {width: 100%;}}.categoriesmin{position: relative;margin-bottom: 96px;}.categoriesmin__control{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;}.categoriesmin__arrow{width: 36px;height: 36px;background: #FFFFFF;box-shadow: 0.5px 0.5px 4px rgba(69, 68, 79, 0.35);border:0;cursor: pointer;outline: none;text-decoration: none;text-align: center;z-index: 2;position: relative;}.categoriesmin__arrow.slick-prev{margin-left:-18px;}.categoriesmin__arrow.slick-next{margin-right:-12px;}.categoriesmin__arrow svg{margin-top:4px;}.categoriesmin__arrow:hover svg path{stroke: #FF7800;}.categoriesmin__list .slick-list{padding:0 5% 0 0;}.categoriesmin__list .slick-track{margin-left: 0 !important;}.categoriesmin__item{position: relative;border: 1px solid #C1C8DF;border-radius: 4px;display: none;margin-right: 10px;}.categoriesmin__link{position: absolute;width: 100%;height: 100%;z-index: 2;}.categoriesmin__itemwrap {padding: 16px;display: flex;flex-direction: column;align-items: center;justify-content: center;}.categoriesmin__itemwrap > * {position: relative;z-index: 1;}.categoriesmin__img {height: 140px;width: 140px;overflow: hidden;margin-bottom: 8px;display: inline-flex;align-items: center;justify-content: center;}.categoriesmin__img img {object-fit: cover;max-height: 85%;max-width: 85%;}.categoriesmin__title{font-family: var(--font);font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;color: #0C1533;height: 43px;overflow: hidden;margin-bottom: 16px;text-align: center;align-self: center;display: inline-flex;align-items: center;}.categoriesmin__price{background: #FFEAD7;border-radius: 40px;min-height: 33px;display: inline-flex;align-items: center;padding: 8px 16px;font-family: var(--font);font-style: normal;font-weight: normal;font-size: 14px;line-height: 16px;color: #FF7800;margin-bottom: 0;}.categoriesmin__rbl{font-size: 0.7em;}@media (max-width: 48em) {.categoriesmin{margin-bottom: 64px;}.categoriesmin__list {margin-right: var(--container_plrAdv);}.categoriesmin__list .slick-list{padding:0 30% 0 0;}}@media (max-width: 630px) {.categoriesmin__list .slick-list{padding:0 20% 0 0;}}@media (max-width: 36em) {.categoriesmin__list {margin-right: var(--container_plrAdvXS);}.categoriesmin__title{font-weight: normal;font-size: 14px;line-height: 16px;margin-bottom: 8px;}}@media (max-width: 490px) {.categoriesmin__list .slick-list{padding:0 45% 0 0;}}@media (max-width: 370px) {.categoriesmin__list .slick-list{padding:0 40% 0 0;}}.categoriesfilter{display: flex;flex-wrap: wrap;}.categoriesfilter__item{display: inline-flex;align-items: center;justify-content: center;padding: 12px;font-family: var(--font);font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;color: #97A0BA;border: 1px solid #97A0BA;border-radius: 4px;margin-top:8px;margin-right: 8px;text-decoration: none !important;white-space: nowrap;-webkit-transition : all 0.2s ease-in-out;-moz-transition : all 0.2s ease-in-out;-o-transition : all 0.2s ease-in-out;transition : all 0.2s ease-in-out;}.categoriesfilter__item:hover, .categoriesfilter__item_active{border-color: #FF7800;color: #FF7800;}