/** Shopify CDN: Minification failed

Line 85:1 Unexpected "{"

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

.related-products__heading {
  margin: 0 0 3rem;
  text-align:center;
  font-family: CenzoFlare-Black;
  font-size:39px;
  text-transform:uppercase;
  color:#3d4246;
}

.related-products .product-grid.grid--4-col-desktop .grid__item {
    max-width: calc(25% - 22.5px);
    width: calc(25% - 22.5px);
}

.related-products .product-grid{
  column-gap: 30px;
  row-gap: 35px;
}

@media screen and (max-width:767px){
  .related-products .card__content.product-info .product-review {
    flex: 0;
  }
  .related-products .card__content.product-info .product-bottom-wrapper .product-form {
    flex: 0;
  }
  .section-template--15546587349124__related-products-padding{
    padding-top:50px !important;
    padding-bottom:50px !important;
  }
  .related-products__heading {
    font-size: 26px;
    line-height: 1.2;
  }
  .related-products .product-grid.grid--4-col-desktop .grid__item {
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media screen and (max-width:374px){
  .related-products .product-grid.grid--4-col-desktop .grid__item {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .related-products .product-grid.grid--4-col-desktop .grid__item{
    max-width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
  .section-template--15546587349124__related-products-padding{
    padding-top:80px !important;
    padding-bottom:80px !important;
  }
}


@media (min-width:992px) and (max-width:1199px){
  .section-template--15546587349124__related-products-padding{
    padding-top:100px !important;
    padding-bottom:100px !important;
  }
}

.product-info h6 a {
  max-width: 250px;
}

.product-card-wrapper .card,
.card--card.gradient, .card__inner.gradient {
    transform: perspective(0);
    --ratio-percent: 120% !important;
}{
  background: red;
  --ratio-percent: 120% !important;
}

.product-bottom-wrapper .product-form {
  flex: 1;
}