.collection-after-products-content {
  display: block;
  width: 100%;
  padding: 34px 0 24px;
}

.collection-after-products-content.is-ready {
  display: block;
}

.collection-after-products-content,
.collection-after-products-content * {
  box-sizing: border-box;
}

.collection-after-products-content__inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.collection-after-products-content__inner > .ali-favourite-ranking:first-child,
.collection-after-products-content__inner > .ali-reviews:first-child,
.collection-after-products-content__inner > .pro-section:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .collection-after-products-content {
    padding: 24px 0 0;
  }

  .collection-after-products-content .page-width {
    padding-inline: 0;
  }

  .collection-after-products-content__inner {
    max-width: 100%;
    margin: 0;
    padding: 24px 15px 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
