
#page-drip-coffee section .tab-buttons-wrapper {
  width: 100%;
  margin: 35px auto 45px;
}

@media screen and (max-width: 768px) {
  #page-drip-coffee section .tab-buttons-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 0 30px;
  }
  #page-drip-coffeet section .tab-buttons-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #page-drip-coffee section .tab-buttons-wrapper {
    margin: 25px auto;
  }
}

@media screen and (max-width: 599px) {
  #page-drip-coffee section .tab-buttons-wrapper {
    padding: 0 15px;
  }
}

#page-drip-coffee section .tab-buttons-wrapper .tab-buttons {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 599px) {
  #page-drip-coffee section .tab-buttons-wrapper .tab-buttons {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}

#page-drip-coffee section .tab-buttons-wrapper .tab-buttons button {
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  padding: 10px 20px;
  border-radius: 40px;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#page-drip-coffee section .tab-buttons-wrapper .tab-buttons button.act, 
#page-drip-coffee section .tab-buttons-wrapper .tab-buttons button:hover {
  background: #1e1e1e;
  color: #ffffff;
}

#page-drip-coffee section .tab-wrapper {
  
  display: none;
  
}


#page-drip-coffee section .tab-wrapper.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*# sourceMappingURL=roast.css.map */