@charset "UTF-8";

.products .collection-product-segment {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .products .collection-product-segment {
    margin-bottom: 30px;
  }
}

.collection-product-segment__inner {
  width: 100%;
}

.collection-product-segment__title {
  margin: 0 0 10px;
}

.collection-product-segment__content.rte > *:last-child {
  margin-bottom: 0;
}
