/** Shopify CDN: Minification failed

Line 145:45 Unexpected "{"
Line 145:54 Expected ":"
Line 145:61 Unexpected "{"

**/


.mouth-guide-page-banner .mt-content-wrapper {
 max-width: 720px;
  z-index: 2;
}

.mouth-guide-page-banner .mt-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.4px;
    margin-bottom: 0;
    font-family: var(--font-body-family);
    display: flex;
    align-items: center;
}
.mouth-guide-page-banner .max-container{
    position: absolute;
    display: grid;
    grid-template-columns: 60% 20%;
    padding: 7rem;
    min-height: 560px;
    top: 15%;
    right: 0;
    left: 0;
    justify-content: center;
}
.mouth-guide-page-banner .mt-subtitle::after {
  content: "";
  height: 1px;
  width: 40px;
  background:#fff;
  margin-left: 15px;
}

.mouth-guide-page-banner .mt-title {
   font-size: 52px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--font-recoleta-medium-family);
    max-width: 800px;

}

.mouth-guide-page-banner .mt-title span {
  color: #2474f5;
  display: block;
}

.mouth-guide-page-banner .mt-description {
     font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.mouth-guide-page-banner .mt-features {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.mouth-guide-page-banner .mt-feature-item {
 background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 1.25;
}
.mouth-guide-page-banner .mt-feature-item .mt-features-svg svg{
    width: 16px;
    height: 16px;
    stroke: #2474f5;
}
.mouth-guide-page-banner .mt-feature-item .mt-features-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Overlay Card */
.mouth-guide-page-banner .mt-info-card {
  /* position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%); */
  background: hsl(0deg 0% 8% / 70%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
  width: 260px;
  z-index: 1;
  
}


.mouth-guide-page-banner .mt-card-label {
 font-size: 10px;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    font-family: var(--font-ambit-bold-family);
}

.mouth-guide-page-banner .mt-card-text {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.8;
  margin: 5px 0;
}

.mouth-guide-page-banner .mt-card-image {
  width: 100%;
  margin-top: 15px;
}

.mouth-guide-page-banner .mt-feature-item .mt-features-text .mt-feature-text{
      color: #ffffffb3;
}

@media screen and (max-width: 1200px) {
   .mouth-guide-page-banner .mt-info-card {
    display:none;
   }
   .mouth-guide-page-banner .max-container {
    grid-template-columns: 1fr;
   }
}


@media screen and (max-width: 768px) {
  .mouth-guide-page-banner .mouth-tape-hero-{{ section.id }} {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('{{ section.settings.bg_image | image_url: width: 1200 }}');
  }
  .mouth-guide-page-banner .mt-subtitle 
  { 
    display:none; 
}
  .mouth-guide-page-banner .mt-subtitle::after 
  { 
    display: none; 
}
  .mouth-guide-page-banner .mt-info-card {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-top: 40px;
  }
  .mouth-guide-page-banner .mt-title {
   font-size: 28px;
   text-align: center;
  }
  .mouth-guide-page-banner .max-container {
        padding: 0rem;
   }
   .mouth-guide-page-banner .mt-description {
    text-align: center;
}
.mouth-guide-page-banner .max-container {
  position:relative;
      min-height: auto;

}
.mouth-guide-page-banner {
  padding:0;
}
.mouth-guide-page-banner {
    min-height: 100%!important;
    background-image:linear-gradient(to right, rgb(0 0 0 / 86%) 100%, transparent 100%), url(/cdn/shop/files/mouth-tape-guide-hero-bg-C5iYVLm5.png?v=1778050355) !important;
    padding: 12rem 1.5rem 4rem 1.5rem !important;
}
.mouth-guide-page-banner .mt-features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
  
}