/** Shopify CDN: Minification failed

Line 20:0 Unexpected "}"

**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.tmb-subscribe-section {
  color: white;
  position: relative;
  display: grid;
}
.tmb-subscribe-section .newsletter-form__field-wrapper{
    width: 100%;
    max-width: 100%;
}
}
.tmb-gradient-text {
background: linear-gradient(97deg, #FFF 19.58%, #898989 195.77%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.subscribe-bg {
  width: 100%;
  object-fit: cover;
  /* height: 550px; */
}

.subscribe-bg-mobile {
  width: 100%;
  object-fit: cover;
  height: 550px;
  display: none;
}

.tmb-subscribe-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tmb-subscribe-heading {
  font-family: "Avenir Next";
  font-size: clamp(40px, 7.1vw, 102px);
  line-height: 129%;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.tmb-highlight {
  color: #c8ff00;
}

.tmb-subscribe-text {
  font-family: "Avenir Next";
  font-size: clamp(20px, 1.4vw, 20px);
  font-weight: bold;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}
.tmb-subscribe-form.newsletter-form  {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
  max-width: 481px;
  width: 100%;
}

.tmb-input-container {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  padding: 14px 20px;
  width: 100%;
  max-width: 481px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tmb-input {
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 16px;
  font-family: "Avenir Next";
  box-shadow: none;
}

.tmb-arrow {
  cursor: pointer;
  max-width: 21px;
  display:block;
  height:100%;
}

.tmb-submit {
  background: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}
.tmb_field__button{
    background: transparent;
    border: none;
    height: 14px;
    width: 20px;
    transition:0.5s;

}
.tmb_field__button:hover{
  transform:translateX(3px);
}

@media screen and (max-width: 640px) {
  /* tmb-subscribe-section */
  .tmb-subscribe-text {
    margin-top: 21px;
        line-height: normal;

  }

  .tmb-input-container {
    padding: 13px 16px;
  }

  .tmb-subscribe-heading {
    padding: 0 48px;
  }

  .subscribe-bg {
    display: none;
  }

  .subscribe-bg-mobile {
    display: block;
  }
}
