/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 133:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-brewing-instructions (INDEX:25, SCOPED:FALSE) */
<style>
    * {
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

      .brew-selector {
        width: 1000px;
        padding: 100px;
        padding-top: 0;
        margin: 0 auto;
      }

      .wrapper .tabs_wrap {
        padding: 20px;
        width: 100%;
      }

      .wrapper .tabs_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }

      .wrapper .tabs_wrap ul li {
        width: 50%;
        text-align: center;
        background: #e9ecf1;
        border-right: 1px solid #c1c4c9;
        padding: 13px 15px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
      }

     .wrapper .tabs_wrap ul li.cold {
        background: #4b548b;
        color: #f17caa;
        font-weight: bold;
       font-size: 16px;
     }
  
      .wrapper .tabs_wrap ul li.hot {
        background: #f17caa;
        color: #4b548b;
        font-weight: bold;
        font-size: 16px;
      }

      /* .wrapper .tabs_wrap ul li:first-child {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
      } */

      /* .wrapper .tabs_wrap ul li:last-child {
        border-right: 0px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
      } */

      .wrapper .tabs_wrap ul li.hot:hover,
      .wrapper .tabs_wrap ul li.hot.active {
        text-decoration: underline;
        color: ivory;
      }
      .wrapper .tabs_wrap ul li.cold:hover,
      .wrapper .tabs_wrap ul li.cold.active {
        color: ivory;
        text-decoration: underline;
      }

      .wrapper .img-container .item_wrap {
        margin: 0 auto;
        padding: 10px 20px;
      }

      .wrapper .img-container img {
        max-width: 100%;
      }

      li.item_wrap {
        text-align: center;
      }

      .item_wrap.cold {
        display: none;
      }

      @media (max-width: 1000px) {
        .brew-selector {
          width: 750px;
          padding: 100px;
          padding-top: 0;
          margin: 0 auto;
        }
      }

      @media (max-width: 750px) {
        .brew-selector {
          width: 500px;
          padding: 40px;
          padding-top: 0;
          margin: 0 auto;
        }
      }

      @media (max-width: 500px) {
        .brew-selector {
          width: 350px;
          padding: 10px;
          padding-top: 0;
          margin: 0 auto;
        }
      }
  </style>
/* END_SECTION:custom-brewing-instructions */