#hero .features-wrap{display:flex;flex-direction:row;gap:var(--sp-8-16);flex-wrap:wrap}#hero .features-wrap .features-box{display:flex;flex-direction:row;gap:8px;align-items:center}#hero .features-wrap .features-box svg{height:24px;width:auto}#hero .button-wrap .butn{height:48px;font-size:16px;font-weight:600;display:flex;align-items:center;padding:2px 24px}#hero .recent-search__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px 8px}#hero .recent-search__list .recent-search__list__el{height:24px;border-radius:32px;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;padding:2px 10px;background:#000;color:#fff;transition:0.3s}#hero .recent-search__list .recent-search__list__el:hover{background:var(--color-orange1)}#hero .hero__img-holder{position:relative;min-height:500px;z-index:1}#hero .hero__img-holder .hero__img{object-fit:contain;width:100%;height:auto;position:absolute}#hero .hero__img-holder .hero__img.--main{top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;height:90% !important}#hero .hero__img-holder .hero__img.--add{border-radius:10px;aspect-ratio:1;object-fit:cover;object-position:center}#hero .hero__img-holder .hero__img.--add.--1{width:164px;top:0;left:7%;z-index:1}#hero .hero__img-holder .hero__img.--add.--2{width:154px;top:-2%;right:0;z-index:1}#hero .hero__img-holder .hero__img.--add.--3{width:148px;bottom:10%;left:0;z-index:5}#hero .hero__img-holder .hero__img.--add.--4{width:198px;bottom:0;right:10%;z-index:5;aspect-ratio:1.3333333333}#hero .hero-brands{display:flex;flex-direction:row;gap:var(--sp-16-64)}#hero .hero-brands .hero-brands__list__el{display:flex;align-items:center;justify-content:center}#hero .hero-brands .hero-brands__list__el__logo img{height:32px;object-fit:contain;object-position:center}.recommended-categories-list{gap:var(--sp-16-24)}.recommended-categories-list .recommended-categories-list__el{border:1px solid #ccc;border-radius:15px;padding:2px 16px;min-height:80px;font-weight:500;font-size:16px;display:flex;align-items:center;justify-content:center;text-align:center;transition:0.3s;line-height:1.2}.recommended-categories-list .recommended-categories-list__el:hover{background:var(--color-orange1);border-color:var(--color-orange1);color:#fff}@media (max-width:992px){#hero .hero__img-holder{min-height:400px}#hero .hero-brands{flex-direction:column;gap:8px}}@media (max-width:540px){#hero .hero__img-holder{min-height:300px}#hero .hero__img-holder .hero__img.--add.--1{width:112px;left:5%;top:-2%}#hero .hero__img-holder .hero__img.--add.--2{width:96px;top:-7%}#hero .hero__img-holder .hero__img.--add.--3{width:112px;bottom:-4%}#hero .hero__img-holder .hero__img.--add.--4{width:148px;bottom:0;right:5%}}