/** Shopify CDN: Minification failed

Line 57:20 The "-" operator only works if there is whitespace on both sides

**/
.related-products {
  display: block;
}

.related-products__heading {
    margin: 0 0 5rem;
    text-align: center;
    font-family: Cormorant Garamond;
    color: #626160;
    font-size: 22px;
}

.collection_link.center.page-width {
    padding-top: 5rem;
}
.related-products_by_collection ,.feature-container_floor {
  margin-bottom: 5rem;
}
.related-products_by_collection .product-card-wrapper .card, .related-products .contains-card--product {
    --border-radius: 8px;

}



.collection_link  .center.button {
    background: #313034;
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 14px;
    font-size: 12px;
}


.view_related a.button {
    background: rgb(var(--color-button-text));
    color: currentColor;
    border-radius: 19px;
    min-height: auto;
    font-size: 15px;
    padding: 8px 15px;
    width: max-content;
    min-width: max-content;
}

@media screen and (min-width: 1200px) {
  .related-products_by_collection .grid {
    column-gap: 39px; 
}

 .related-products_by_collection .grid--5-col-desktop .grid__item {
    width: calc(20% -39px * 4 / 5);
    max-width: calc(20% - 39px * 4 / 5);
}
 .related-products_by_collection .slider--desktop.grid--5-col-desktop .grid__item {
    width: 100%;
}

}


@media screen and (max-width: 600px) {
 
  .related-products_by_collection{
    background-color: #fff;
  }
.related-products_by_collection .grid--5-col-desktop .grid__item {
    width: 100% !important;
    max-width: 85% !important;
}

.related-products_by_collection  {
    margin-bottom: 0;
}
}

 .related-product-button .view-button {
    font-size: 12px;
    background: #fff;
    padding: 5px 11px;
    color: #000;
    font-weight: bold;
    font-family: Cormorant Garamond;
    border-radius:19px;
}
.related-products .card__heading a{
  font-weight: 400;
  font-family: EB Garamond;
  text-transform: uppercase;
}
.main-related-product-button {
    text-align: center;
}

.main-related-product-button a{
   color: #fff;
  font-size: 14px;
  background: #636A58;
  padding:17px 13px 16px 14px;
  border-radius: 14px;
  font-family: Inria serif;
  text-transform: capitalize;
  min-width: 218px;
}

@media screen and (min-width: 990px) {
  .related-products .grid {
   column-gap:39px;
  }
  .related-products .grid--5-col-desktop .grid__item {
        width: calc(20% - 39px * 4 / 5);
        max-width: calc(20% - 39px * 4 / 5);
    }
}

@media screen and (min-width: 750px) {
  .related-products .card__information {
        padding-top: 2.4rem;
    }
}

.realted-card_product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}