html {
  scroll-behavior: smooth;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}



.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-content__list {
  margin-bottom: 30px;
}

.p-content__list > li:not(:last-child) {
  margin-bottom: 5px;
}

.u-label-06 {
  text-transform: capitalize;
}


.product{
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.links {
    color: rgb(45, 81, 115);
}