/** Shopify CDN: Minification failed

Line 91:1 Expected "}" to go with "{"

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

.related-products__heading {
  margin: 0 0 3rem;
}


.related-products .price {
    text-align: center;
    font-size: 20px;
    font-family: hind;
    color: #725a5a;
    font-weight: 600;
}
.related-products .full-unstyled-link {
    font-family: Hind !important;
    font-size: 16px !important;
}

.related-products span.title1 {
    font-size: 40px;
}
.related-products span.title2 {
    font-size: 48px;
    color: #b22222;
    font-weight: bold;
}
.related-products h2{
  text-align:center;
}
.related-products p{
    padding: 0;
    margin: 0 0 23px;
    text-align: center;
    font-family: 'Hind';
    font-size: 18px;
}
.related-products span.title1, .related-products{
  position:relative;
}
.related-products:before {
    content: "";
    background-image: url('/cdn/shop/files/Mask_group_7.png?v=1759311408');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 146px;
    height: 84px;
    background-position: center;
    top: 57px;
    left: 0;
    background-size: cover;
}
.related-products span.title1:before {
    content: "";
    background-image: url('https://cdn.shopify.com/s/files/1/0637/8189/6290/files/Group_31375.png?v=1759161562');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 146px;
    height: 84px;
    background-position: center;
    top: -72px;
    left: -53px;
    background-size: cover;
}
@media screen and (max-width:769px){
  .related-products span.title1 {
      font-size: 30px;
  }
  .related-products span.title2 {
      font-size: 42px;
  }
}
@media screen and (max-width:600px){
  .related-products span.title1 {
      font-size: 26px;
  }
  .related-products span.title2 {
      font-size: 38px;
  }
  .related-products .grid {
    row-gap: 36px !important;
}