/** Shopify CDN: Minification failed

Line 74:16 Expected ":"

**/
 .color-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 20px 100px 2rem;
    max-width: 1200px;
    height: 513px;
    margin: 1rem auto;
    display: flex;
  }

  @media (max-width: 768px) {
    .color-section {
      padding: 60px 20px;
      width: 400px !important;
      height: 400px !important;
      background-size: contain;
    }
  }

  .align-left-desktop {
    text-align: left;
  }

  .align-left {
    text-align: left;
  }

  @media (max-width: 768px) {
    .align-right-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    }
    .color-section p {
      font-size: 44px !important;
      padding: 0px !important;
      margin: 0px 0px 20px 0px !important;
    }
    .color-section a.btn {
      max-width: 280px !important;
    }
    .color-section {
      padding: 1rem !important;
    }
  }

  .color-section .promo-banner-title {
    font-family: Moneta;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin: 2rem 0px;

    font-size: 40px;
    padding: 0px ;
    margin: 0px 0px 20px 0px;
  }

  .color-section a.btn {
    display: flex;
  justify-content: space-between;
  gap: 10px;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    ⁨⁨⁨⁨
    font-family: "Be Vietnam Pro";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 27px */
    letter-spacing: -0.54px;
    border-radius: 25px;

    display: flex;
    max-width: 330px;
    justify-content: space-between;
    align-items: center;
  }

  .color-section a.btn:hover {
    opacity: 0.85;
  }



.promo-banner{
  padding: 2rem;
}

.promo-banner .content-wrapper{
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: baseline;
  justify-content: end;
}

.color-section .promo-banner-title{
  width: 75%;
}

@media (min-width: 768px){
  .promo-banner .content-wrapper{
     width: 60%;
  }

  .color-section .promo-banner-title{
     font-size: 70px;
      width: 100%;
  }
}