img {
  width: 100%;
  height: auto;
}

body {
  margin: 50px;
  font-family: arial;
  color: #222;
  background-color: #fff;
}

img.topleft {
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, color-stop(1, rgba(0, 0, 0, 0)), color-stop(0.24, rgba(0, 0, 0, 0)), color-stop(0.24, black), color-stop(0.74, black));
  mask-image: gradient(linear, left top, right bottom, color-stop(1, rgba(0, 0, 0, 0)), color-stop(0.24, rgba(0, 0, 0, 0)), color-stop(0.24, black), color-stop(0.74, black));
}

.polygon {
  border-radius: 50%;
  max-width: 330px;
  width: 100%;
}

.categoryblock .wrapper {
  padding-right: 90px;
}

.categoryblock_text {
  font-size: 48px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: 1000;
  z-index: 2;
  position: absolute;
  padding-top: 30px;
}

.categorycontainer {
  font-size: 0px;
  max-width: 1230px;
  margin: 0 auto;
}

.caraouselblock {
  width: 66%;
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
}
.caraouselblock .gallery {
  padding: 0 80px;
}

.component {
  width: 128px;
  height: 8px;
  background-color: #0000eb;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.categoryblock {
  display: inline-block;
  width: 34%;
  vertical-align: top;
}

.item {
  display: inline-block;
  width: 180px;
  cursor: pointer;
}
.item:focus {
  outline: none;
}
.item .productdetails {
  max-width: 180px;
  margin: 0 auto;
}
.item .productdetails img {
  display: block;
  width: calc(100% - 15px);
  height: auto;
  margin: 0 auto;
}
.item .productdetails .info {
  font-size: 13px;
  padding: 0 calc(15px / 2);
}
.item .productdetails .info .material-icons {
  font-size: 20px;
  margin: 15px 0;
}
.item .productdetails .info .brand {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.item .productdetails .info .product-name {
  margin-bottom: 7px;
}
.item .productdetails .info .price-now {
  font-weight: bold;
  color: red;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.item .productdetails .info .price-was {
  color: #666;
  font-size: 11px;
  text-decoration: line-through;
  text-transform: uppercase;
}

i.arrow {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box {
  width: 48px;
  height: 48px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.box:hover {
  border-color: #0000eb;
  color: #0000eb;
}
.box.l {
  position: absolute;
  top: calc(50% - 25px);
  right: 0px;
}
.box.r {
  position: absolute;
  top: calc(50% - 25px);
  left: 0px;
}

.slick-dots {
  bottom: -49px;
  left: 0;
}

.slick-dots li {
  width: 50px;
}

.slick-dots li button:before {
  width: 50px;
  height: 4px;
  content: "";
  background-color: #222222;
}

@media only screen and (max-width: 1024px) {
  .caraouselblock .gallery {
    padding: 0px;
  }

  body {
    margin-left: 15px;
    margin-right: 15px;
  }

  .caraouselblock,
  .categoryblock {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .categoryblock {
    text-align: center;
  }
  .categoryblock .wrapper {
    padding-right: 0px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }
  .categoryblock .wrapper .categoryblock_text {
    font-size: 36px;
  }
  .categoryblock .wrapper .polygon {
    max-width: 255px;
  }
}