.acessories-list-wrapper {
  padding-top: 180px;
}

.acessories-list-wrapper .widget-title span {
  margin-left: 180px;
}

.acessories-list-wrapper .acessories-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 76px;
}

.acessories-list-wrapper .acessories-item {
  width: 200px;
}

.acessories-list-wrapper .item-img {
  height: 270px;
  width: 100%;
  border-radius: 1000px;
  overflow: hidden;
}

.acessories-list-wrapper .item-name {
  color: rgb(0, 0, 0);
  font-family: Vladivostok;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 22px;
  text-align: center;
}

.acessories-list-wrapper .item-preview {
  color: rgb(140, 140, 140);
  font-family: Vladivostok;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 800px) {
  .acessories-list-wrapper .acessories-list {
    gap: 30px;
  }

  .acessories-list-wrapper .acessories-item {
    width: 120px;
  }

  .acessories-list-wrapper .item-img {
    height: 160px;
  }
}

@media screen and (max-width: 500px) {
  .acessories-list-wrapper {
    padding-top: 60px;
  }
}