
.products-w-universe .layout-2 .product-description,
.products-w-universe .layout-2 .add,
.products-w-universe .layout-2 .product__vignettes {
  display: none !important;
}

#module-bwa_universe-universe main #wrapper {
	margin: 0;
  	flex-direction: column;
	background-color: #fff;
	padding-top: 0;
}

#module-bwa_universe-universe .products.products-w-universe {
    justify-content: center !important;
    padding: 3em 0;
}

/*
--------------------------------------
Univers
--------------------------------------
*/
#module-bwa_universe-universe .products.products-w-universe {
	background: none !important;
}

#module-bwa_universe-universe .products-w-universe-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: calc(5px + (15 - 5) * ((100vw - 320px) / (1920 - 320)));
  max-width: 90%;
  margin: auto;
}

#module-bwa_universe-universe .products-w-universe-inner .product-miniature {
  justify-self: center;
  width: 100%;
  margin: 0 !important;
}

#module-bwa_universe-universe .universe-btn-container {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  padding-top: calc(25px + (50 - 25) * ((100vw - 320px) / (1920 - 320)));
}

#universe-description {
  text-align: center;
  color : #445864;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

#universe-description p, #universe-description p * {
  color : #445864 !important;
  font-weight: 400 !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
}

#universe-banner {
	padding-bottom: 3em;
}

#universe-banner img {
  object-fit: cover;
	max-width: 100%;
  width: 100%;
}

.multiline-ellipsis {
  overflow: hidden;
  position: relative;
  /* use line-height to count block height */
  line-height: 1.2rem;
  /* max-height = line-height * lines max number */
  max-height: calc(2rem * 2);
  /* fixes problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1rem;
  padding-right: 1rem;
}

.multiline-ellipsis:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.multiline-ellipsis:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  /* this needs to be the same color as the page's background */
  background: white;
}

.show-more {
  height: auto;
  max-height: fit-content;
}

.read-more {
  color: #1e1e20;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
}
