.container--shop-categories{display:flex;flex-direction:column;margin-bottom:0;background-color:#fff;margin-top:10px}.shop-categories{width:100%;max-width:1600px;margin-right:auto;margin-left:auto;padding:30px 0}@media (max-width:960px){.shop-categories{padding:20px}}.shop-categories__header{position:relative;display:block}.shop-categories__title{text-align:center;font-size:25px;font-weight:400}.shop-categories__category-name{margin-top:0;margin-bottom:20px;color:#4f565f;font-size:24px;outline:none}@media (max-width:960px){.shop-categories__category-name{font-size:18px}}.shop-categories__category-name:hover{cursor:pointer;text-decoration:unset}.shop-categories__container{display:flex;flex-wrap:wrap;width:calc(100% - 20px);margin:0;flex-direction:column}@media (max-width:960px){.shop-categories__container{padding:20px;width:100%}}@media (max-width:767px){.shop-categories__container{padding:5px}}.shop-categories__container__wrap{display:flex;flex-wrap:wrap;width:calc(100% - 20px);margin:0 -10px;flex-direction:row}@media (max-width:640px){.shop-categories__container__wrap{margin:0;width:100%}}.shop-category{display:flex;position:relative;flex-direction:column;order:2;width:calc(25% - 20px);margin-right:10px;margin-bottom:40px;margin-left:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2}@media (max-width:1200px){.shop-category{width:calc(33.33333% - 20px)}}@media (max-width:640px){.shop-category{width:calc(50% - 4px);min-height:130px;margin-right:2px;margin-bottom:4px;margin-left:2px;padding:10px;border:1px solid #ebf0f8;border-radius:2px;-webkit-box-align:center;-ms-flex-align:center}}.shop-category__picture{display:flex;align-items:flex-start;height:150px;margin-bottom:4px;-webkit-box-align:start;-ms-flex-align:start}@media (max-width:1200px){.shop-category__picture{height:120px;margin-bottom:8px}}@media (max-width:640px){.shop-category__picture{justify-content:center}}.shop-category__picture-img{width:auto;height:auto;max-height:150px}@media (max-width:1200px){.shop-category__picture-img{max-height:120px}}.shop-category__title{margin-top:0;margin-bottom:8px;color:#225ba5!important;font-size:20px;line-height:1.2!important}@media (max-width:1200px){.shop-category__title{font-size:16px}}@media (max-width:640px){.shop-category__title{font-size:13px;font-weight:600}}.shop-category__list{margin:0;padding:0;overflow:hidden;line-height:1.1;list-style:none;height:125px}@media (max-width:767px){.shop-category__list{height:135px}}.shop-category__list-item{font-size:inherit}.shop-category__list-item+li{margin-top:10px}.shop-category__list-title{display:inline-block;min-width:60%}.shop-category__list.open{height:auto!important}.shop-category__open{display:flex;align-items:center;margin-top:10px;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center}.shop-category__open .custom-icon{display:inline-block;transition:color .225s ease;stroke-width:0;stroke:currentColor;fill:currentColor;width:6px;height:6px;transform:rotate(-90deg);color:#9b9b9b;transition:transform 225ms;overflow:hidden}.shop-category__open-text{margin-left:10px;color:#9b9b9b;font-size:13px}.shop-category__open.is-open .custom-icon{transform:rotate(90deg)}