/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 66:6 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
        .stockists-section {
          background-color: #1c1c1c;
          padding: 40px 0;
          color: #fff;
        }
        .Stockists-logo-Section{
           background-color: #f8f6eb;
           max-width: 1000px;
           margin: 0 auto 100px;
           padding:0 20px;
           display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px;
          text-align: center;
        }
    .stockist-item {
      flex: 1;
      text-align: center;
  }
    .stockist-item p {
      font-size: 14px;
      margin: 10px 0 0;
      text-transform: uppercase;
    /* text-transform: capitalize; */
  }
        .stockist-item img {
       max-width: 100%;
        margin: 0 auto;
        }

        .stockists-section h2 {
          text-align: center;
          color: #ccc;
          margin-bottom: 20px;
          font-size: 18px;
          font-weight: 400;
          text-transform: uppercase;
        }
      @media only screen and (max-width: 767px) {
        .Stockists-logo-Section{
          gap: 0px;
        justify-content: space-between;
        margin: 0 auto 50px;
        }
        .stockist-item {
        width: 30%;
          flex: unset;
    }
        .stockist-item p{
          font-size: 11px;
    line-height: 13px;
    margin: 10px 0 0;
        }
      }
      </style>