/** Shopify CDN: Minification failed

Line 350:0 Expected "}" to go with "{"

**/
/* Styles for the entire section */
.discount__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px;
  max-width: var(--page-width);
  margin-left: auto;
  margin-right: auto;
}

/* Styles for the left side of the section */
.discount__left {
  flex: 1 1 100%;
  max-width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
  text-align: center;
  
}

.discount__first_half {
  margin-bottom: 20px;
}

.discount__intro_text {
  font-size: 20px;
  margin-bottom: 10px;
}

.discount__header_text {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.discount__second_half {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.discount__contact {
  margin-bottom: 20px;
  text-align: left;
  background-color: #fff;
}

.mail_us__text, .call_us__text {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #E43749;
}

.shop__phone , .contactText2  {
  padding: 0;
  margin: 0;
}

.shop__phone a, .contactText2 a {
  color: #E43749;
  font-size: 16px;
  font-weight: 700;
}

.discount__value_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #f07e8c;
  padding: 12px 34px;padding: 18px 40px 19px;
}

.flat__text {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.discount__percentage {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

.discount__text {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* Styles for the right side of the section */
.discount__right {
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center;
  align-self: center!important;
  
}

.discount__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}

label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}

.input-group {
  display: flex;
  align-items: baseline;
  background-color: #f5f5f5;
  border: 1px solid #E43749;
}

.input-group__icon {
  color: #E43749;
  font-size: 20px;
  padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  color: #8E4F56;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: none !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #8E4F56;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8E4F56;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8E4F56;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #8E4F56;
}
::placeholder { /* modern browsers */
    color: #8E4F56;
}

.submit__button {
  width: 100%;
  background-color: #F07E8C;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}

.submit__button:hover {
background-color: #562d32;
}

@media screen and (min-width: 768px) {
/* Styles for the left side of the section */
.discount__left {
flex: 1 1 50%;
max-width: 50%;
padding-right: 40px;
margin-bottom: 0;
text-align: left;
}

.discount__first_half {
margin-bottom: 40px;
}

.discount__intro_text {
font-size: 24px;
margin-bottom: 20px;
}

.discount__header_text {
font-size: 36px;
margin-bottom: 40px;
}

.discount__second_half {
flex-direction: row;
}

.discount__contact {
margin-bottom: 0;
text-align: left;
  padding: 18px 40px 19px;
}

.mail_us__text, .call_us__text {
font-size: 24px;
margin: 0;
padding: 0;
color: #E43749;
}

.shop__phone a, .contactText2 a {
font-size: 20px;
}

/* Styles for the right side of the section */
.discount__right {
flex: 1 1 50%;
max-width: 50%;
padding-left: 40px;
margin-bottom: 0;
text-align: left;
}

.discount__form {
padding: 40px;
}

label {
font-size: 24px;
margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
font-size: 20px;
padding: 15px;
}

.submit__button {
font-size: 24px;
padding: 15px 30px;
}
}

/* Responsive styles */
@media screen and (max-width: 767px) {
.discount__left, .discount__right {
flex: 1 1 100%;
max-width: 100%;
padding: 0;
text-align: center;
}

.discount__first_half {
margin-bottom: 30px;
}

.discount__contact {
padding: 10px;
margin: 0;
}
  
.discount__intro_text {
font-size: 18px;
margin-bottom: 15px;
}

.discount__header_text {
font-size: 28px;
margin-bottom: 20px;
}

.discount__percentage {
font-size: 40px;
margin-bottom: 5px;
}

.discount__text {
font-size: 18px;
margin-bottom: 20px;
}

.discount__form {
margin-bottom: 30px;
}

.mail_us__text, .call_us__text {
font-size: 16px;
margin-bottom: 5px;
}

.shop__phone a, .contactText2 a {
font-size: 14px;
}

.discount__form {
padding: 20px;
}

label {
font-size: 16px;
margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
font-size: 14px;
padding: 10px;
}

.submit__button {
font-size: 16px;
padding: 10px 20px;
}
