.shopBloc {
  background: #00BCBB;
  padding: 90px 0 0 0;
  position: relative;
  margin-bottom: 133px;
}

.shopBloc::after {
  content: '';
  background-color: white;
  height: 69px;
  width: 100%;
  position: absolute;
  bottom: -1px;
}

.shopBloc__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 160px;
}

@media (max-width: 1024px) {
  .shopBloc__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.shopBloc__text h3 {
  color: white;
  margin-bottom: 36px;
  font-size: 32px;
  line-height: 120%;
}

.shopBloc__text h3 span {
  font-size: 24px;
  line-height: 36px;
}

.shopBloc__text p, .shopBloc__text .single .singleContent li, .single .singleContent .shopBloc__text li {
  color: white;
  margin-bottom: 24px;
}

.shopBloc__text .cta, .shopBloc__text .owl-prev, .shopBloc__text .owl-next, .shopBloc__text .bestseller .arrow-products .owl-next, .bestseller .arrow-products .shopBloc__text .owl-next, .shopBloc__text .new .arrow-products .owl-next, .new .arrow-products .shopBloc__text .owl-next, .shopBloc__text .new .arrow-new .owl-next, .new .arrow-new .shopBloc__text .owl-next, .shopBloc__text .offers .arrow-offers .owl-next, .offers .arrow-offers .shopBloc__text .owl-next {
  color: white;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .shopBloc__text .cta, .shopBloc__text .owl-prev, .shopBloc__text .owl-next, .shopBloc__text .bestseller .arrow-products .owl-next, .bestseller .arrow-products .shopBloc__text .owl-next, .shopBloc__text .new .arrow-products .owl-next, .new .arrow-products .shopBloc__text .owl-next, .shopBloc__text .new .arrow-new .owl-next, .new .arrow-new .shopBloc__text .owl-next, .shopBloc__text .offers .arrow-offers .owl-next, .offers .arrow-offers .shopBloc__text .owl-next {
    display: none;
  }
}


.shopBloc__text .cta::after, .shopBloc__text .owl-prev::after, .shopBloc__text .owl-next::after, .shopBloc__text .bestseller .arrow-products .owl-next::after, .bestseller .arrow-products .shopBloc__text .owl-next::after, .shopBloc__text .new .arrow-products .owl-next::after, .new .arrow-products .shopBloc__text .owl-next::after, .shopBloc__text .new .arrow-new .owl-next::after, .new .arrow-new .shopBloc__text .owl-next::after, .shopBloc__text .offers .arrow-offers .owl-next::after, .offers .arrow-offers .shopBloc__text .owl-next::after {
  content: '';
  background: url(../images/blue-arrow.svg) no-repeat 50%;
  background-color: white;
  border-radius: 150px;
  width: 32px;
  height: 32px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.shopBloc__text .cta:hover::after, .shopBloc__text .owl-prev:hover::after, .shopBloc__text .owl-next:hover::after {
  background-color: #D7E3EE;
}

.shopBloc__text .cta:focus::after, .shopBloc__text .owl-prev:focus::after, .shopBloc__text .owl-next:focus::after {
  background-color: #D7E3EE;
}

.shopBloc__text .image {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

.shopBloc__text .image::after {
  content: 'Boutique';
  font-family: 'Prompt';
  font-weight: 700;
  font-size: 279px;
  line-height: 279px;
  color: #A9F2F2;
  position: absolute;
  opacity: 0.25;
  z-index: 0;
  text-align: center;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .shopBloc__text .image::after {
    font-size: 101px;
    line-height: 101px;
  }
}

.shopBloc__text .image img {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .shopBloc__text .image img {
    max-width: 43%;
  }
}

.shopBloc__text .text {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.shopBloc__thumbnails ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  gap: 24px 18px;
  margin-top: 107px;
}

@media (max-width: 1024px) {
  .shopBloc__thumbnails ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    margin-top: 48px;
    width: 300px;
    margin: auto;
  }
}

.shopBloc__thumbnails ul li {
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #1E9F9F;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopBloc__thumbnails ul li:hover {
  background: #1E3246;
}

.shopBloc__thumbnails ul li p, .shopBloc__thumbnails ul li .single .singleContent li, .single .singleContent .shopBloc__thumbnails ul li li {
  color: white;
  max-width: 118px;
  padding: 24px 0 24px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

.shopBloc__thumbnails ul li p::after, .shopBloc__thumbnails ul li .single .singleContent li::after, .single .singleContent .shopBloc__thumbnails ul li li::after {
  content: url(../images/white-arrow2.svg);
  position: absolute;
  bottom: 30px;
  left: 24px;
  height: 12px;
}

.shopBloc__thumbnails ul li img {
  max-width: 140px;
  max-height: 144px;
}

.shopBloc .sliderMobile {
  display: none;
}

@media (max-width: 1024px) {
  .shopBloc .sliderMobile {
    display: block;
  }
}

.shopBloc .sliderMobile .arrow-shop {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  width: calc(100% - 48px);
  gap: 24px;
}

.shopBloc .sliderDesktop {
  display: none;
}

@media (min-width: 1025px) {
  .shopBloc .sliderDesktop {
    display: block;
  }
}
