.pdp .full-bg-img.pcr {
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/pages/reviving/reviving-shampoo/s2-bg.jpg);
  background-position: right -2px;
}
.section.items .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.section.items .item {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section.items .item.s1 {
  background-color: #ced5d1;
}
.section.items .item.s2 {
  background-color: #3b5647;
}
.section.items .item.s3 {
  background-color: #002d18;
}

@media (max-width: 1024px) {
  .section.items .container-l {
    overflow-x: scroll;
  }
  .section.items .row {
    width: 1000px;
    gap: 10px;
  }

  .fz20 {
    font-size: 16px;
  }
  .section.items .item {
    width: 320px;
    height: 320px;
  }
}
