/** Shopify CDN: Minification failed

Line 243:23 Expected identifier but found "*"
Line 328:0 Unexpected "}"

**/
/*generic styles*/

.container--xl {
  max-width: 1728px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .container--xl {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1366px) {
  .container--xl {
    padding: 0 71px; 
  }
}

/*footer styles*/

.footer__section {
  background-color: #A1C8E7;
  padding: 17px 0 32px;
}

@media screen and (min-width: 992px) {
  .footer__section {
    padding: 55px 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__section {
    padding: 48px 0 64px;
  }
}

.footer__section ul.unreal_footer_menu_area {
  columns: 3 !important;
  -webkit-columns: 3;
  -moz-columns: 3;
}

@media screen and (min-width: 992px) {
  .footer__section ul.unreal_footer_menu_area {
    padding-left: 55px;
    columns: 2 !important;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media screen and (min-width: 1536px) {
  .footer__section ul.unreal_footer_menu_area {
    padding-left: 65px;
    padding-top: 52px;
  }
}

.footer__section .logo {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
}

@media screen and (min-width: 992px) {
  .footer__section .logo {
    position: static;
    left: unset;
    top: unset;
    transform: translateY(-24px);
    display: block
  }
}

.footer__section .logo img {
  width: 50px;
  max-width: 89px;
}

@media screen and (min-width: 992px) {
 .footer__section .logo img {
    width: 100%;
  } 
}

.footer__section .list {
  margin-bottom: 34px;
  order: 2;
}
@media screen and (min-width: 992px){
  .footer__section .list {
    margin-bottom: 34px;
    order: unset;
  }
}

.footer__section .unreal_footer_menu_area li {
  text-align: left;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .footer__section .unreal_footer_menu_area li {
    text-align: left;
    margin-bottom: 7px;
  }
}

.footer__section .unreal_footer_menu_area li a {
  color: #5E381B;
  font-weight: 700;
  font-size: 10.85px;
  line-height: 19.4px;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 106px;
}
@media screen and (min-width: 640px) {
  .footer__section .unreal_footer_menu_area li a{
    font-size:14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 992px) {
  .footer__section .unreal_footer_menu_area li a{
    font-size: 20px;
    line-height: 26px;
  }
}


.section--unreal_footer .is-desktop{
  display: none;
}
@media screen and (min-width: 992px){
  .section--unreal_footer .is-desktop{
    display: block;
  }
}
.section--unreal_footer .is-mobile{
  display: block;
}
@media screen and (min-width: 992px){
  .section--unreal_footer .is-mobile{
    display: none;
  }
}

.footer__section .newletter_form_social_media {
  text-align: center;
  color: #5E381B;
  order: 1;
}

@media screen and (min-width: 992px) {
  .footer__section .newletter_form_social_media {
    text-align: left;
    padding-left: 3.3%;
    padding-right: 3.65%;
    order: unset;
  }
}

.footer__section .newletter_form_social_media h3 {
    font-family: 'Grenadine MVB Bold';
    font-size: 26px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 11px;
}

.footer__section .newletter_form_social_media p {
    font-size: 16px;
    line-height: 22.5px;
    font-weight: 500;
  max-width: 245px;
    margin: 0 auto 10px;
}
@media screen and (min-width: 640px){
  .footer__section .newletter_form_social_media p {
    max-width: unset; 
  } 
}

.footer__section .newletter_form_social_media form.omnisend-subscribe-form {
  margin: auto;
  margin-top: 22px;
  margin-bottom: 23px;
}
@media screen and (min-width: 992px) {
  .footer__section .newletter_form_social_media form.omnisend-subscribe-form {
    margin: 0;
    margin-top: 22px;
    margin-bottom: 35px;
  }
}

.footer__section .newletter_form_social_media form.omnisend-subscribe-form + p {
  margin-bottom: 7px;
}

.footer__section .newletter_form_social_media input[type=email] {
  padding: 16px 95px 16px 12px;
  border-radius: 9px;
  color: #5E381B;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .footer__section .newletter_form_social_media input[type=email] {
    padding: 16px 140px 16px 12px;
  }
}

.footer__section .newletter_form_social_media input[type=email]:focus-visible {
  outline: none;
}

.footer__section .newletter_form_social_media input[type=email]::-webkit-input-placeholder {
  color: #5E381B !important;
}

.footer__section .newletter_form_social_media .input-group__btn {
   right: 17px;
   top: 50%;
   transform: translateY(-50%);
   border-radius: 4.86px;
   overflow: hidden;
}

.footer__section .newletter_form_social_media .input-group__btn button.btn.newsletter__submit {
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
  background: #5E381B; */
  border-radius: 0;
  color: #fff;
  text-transform: lowercase;
  font-family: 'Grenadine MVB Med';
  display: flex;
}

.footer__section .newletter_form_social_media .input-group__btn button.btn.newsletter__submit:hover {
  background-color: #f1a38d !important;
}

@media screen and (min-width: 992px) {
  .footer__section .newletter_form_social_media .input-group__btn button.btn.newsletter__submit {
    padding: 6px 33px;
  }
}

.footer__section .newletter_form_social_media .input-group__btn button span.newsletter__submit-text--large {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
}

.footer__section .newletter_form_social_media .footer_soc_med {
  text-align: left;
  margin-bottom: 19px;
}

.footer__section .newletter_form_social_media .footer_soc_med a {
  width: 37px;
  margin-right: 7px;
  transition: all 0.3s ease-in-out;
}
.footer__section .newletter_form_social_media .footer_soc_med a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 992px) {
  .footer__section .newletter_form_social_media .footer_soc_med a {
    margin-right: 5px;
  }
}

.footer__section .newletter_form_social_media .footer_soc_med a {
  top: 0 !important;
}
.footer__section .newletter_form_social_media .footer_soc_med a img {
  width: 100%;
}

.footer__section .newletter_form_social_media .copyright p {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .footer__section .newletter_form_social_media .copyright p {
    letter-spacing: normal;
  }
}
.footer__section .mobile_footer {
  order: 3;
  margin: 0 auto 30px;
}
.footer__section .mobile_footer .copyright p{
  font-size: 10.85px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
  color: #5e381b;
  text-align: center;
  font-weight: 700;
}
.footer__section .mobile_footer .footer_soc_med{
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer__section .mobile_footer .footer_soc_med.footer_soc_med a:last-child {
    top: 0 !important;
}
}