/* p-products
---------------------------------------------------------------------------- */
.p-products {
  padding-block: 5rem 8rem;
}

.p-products-txt em {
  font-family: "roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: #C90909;
}
.p-products-txt span {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-inline: 0.5rem 1rem;
}
.p-products-txt small {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-products-items {
  margin-top: 3.5rem;
}

.m-pager {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-products {
    padding-block: 8vw 10.6666666667vw;
  }
  .p-products-txt em {
    font-size: 8vw;
  }
  .p-products-txt span {
    font-size: 4.8vw;
    margin-inline: 1.3333333333vw 0.8vw;
  }
  .p-products-txt small {
    font-size: 3.7333333333vw;
  }
  .p-products-items {
    margin-top: 6.6666666667vw;
  }
  .m-pager {
    margin-top: 5.3333333333vw;
  }
}
/* p-search
---------------------------------------------------------------------------- */
.p-search-head {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .p-search-head {
    margin-bottom: 6.6666666667vw;
  }
}
