/** Shopify CDN: Minification failed

Line 191:0 Unexpected "<"
Line 234:6 Unexpected "<"

**/


/* CSS from section stylesheet tags */
/* CSS for the Brand Ambassadors section goes here */
/* Large Devices, Wide Screens */

@media only screen and (max-width : 4000px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 71px;
  	letter-spacing: -3px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
         }
  
    .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Medium Devices, Desktops */

    @media only screen and (max-width: 1500px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 63px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Small Devices, Tablets */

    @media only screen and (max-width: 1000px) {
.madefor {
   
    font-family: Futura Condensed Extra Bold;
    font-size: 48px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Extra Small Devices, Phones */

    @media only screen and (max-width: 480px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 30px;
  	letter-spacing: -2px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
}
    }

    /* Custom, iPhone Retina */

    @media only screen and (max-width: 320px) {
   
     
      }

   .madefordes{
     text-align: center;
     font-size: 20px;
     padding-bottom: 10px;
	 margin: 0px 5px;
   }
/* Large Devices, Wide Screens */

@media only screen and (max-width : 4000px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 71px;
  	letter-spacing: -3px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
         }
  
    .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Medium Devices, Desktops */

    @media only screen and (max-width: 1500px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 63px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Small Devices, Tablets */

    @media only screen and (max-width: 1000px) {
.madefor {
   
    font-family: Futura Condensed Extra Bold;
    font-size: 48px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Extra Small Devices, Phones */

    @media only screen and (max-width: 480px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 30px;
  	letter-spacing: -2px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
}
    }

    /* Custom, iPhone Retina */

    @media only screen and (max-width: 320px) {
   
     
      }

   .madefordes{
     text-align: center;
     font-size: 20px;
     padding-bottom: 10px;
	 margin: 0px 5px;
   }
<style>
        .custom-button-section {
          text-align: center;
        }

        .btnwrap {
          margin-bottom: 20px;
        }

        .shopbtn {
          display: inline-block;
          padding: 10px 20px;
          text-decoration: none;
          font-weight: bold;

        }

        .ratingsec {
          font-size: 14px;
          text-align: center;
        }

        .btnwrap {
          text-align: center;
        }

    .shopbtn {
      transition: background-color 0.3s ease;
    }

    .shopbtn:hover {
      background-color: #333;
    }

    .shopbtn img {
    transition: margin-left 0.3s ease;
  }

  .shopbtn:hover img {
    margin-left: 5px;
  }


      </style>