/** Shopify CDN: Minification failed

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

**/

body {
  background-color: #fcf4f4 !important;
}

product-info {
  padding: 0 0.8rem !important
}

.contenedor-section-padre {
  display: flex;
  justify-content: center;
  height: 70rem;
}

.image-with-text__media-item {
  max-width: 674px;
  overflow: hidden;
  border-radius: 1.5rem !important;
  padding: 0 2rem;
}

.image-with-text__media--small img {
  border-radius: 1.5rem !important;
  height: auto !important;
}

.contenedor-border-img {
  border-radius: 1.5rem;
}

.contenedor-img-home {
  border-radius: 1rem !important;

}
#shopify-section-template--23011016048906__custom_liquid_ninweM{
  padding: 0rem !important;
}
#shopify-section-template--23011015983370__cart-items, #shopify-section-template--23011016212746__main, #shopify-section-template--23011016212746__related-products, #shopify-section-template--23011016114442__form, #shopify-section-template--23011016114442__main, #shopify-section-template--23011016179978__main, #shopify-section-template--23011015983370__cart-footer, #shopify-section-template--23011016016138__banner, #shopify-section-template--23011016016138__product-grid{
    padding: 0rem 1rem !important;
}

.grid--1-col .grid__item {
  max-width: none !important;
}

.slider-mobile-gutter{
   width: 100% !important;
   object-fit: cover;
}

.grid--2-col-tablet .grid__item.slider__slide {
  width: 100% !important;
}
.grid--4-col-tablet .grid__item.footer-block {
  width: auto !important;
}

.page-title {
  text-align: start;
  font-size: calc(var(--font-heading-scale) * 4rem) !important;
  color:  rgb(239, 155, 184) !important
}

.about-us-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.about-us-text {
  padding: 0rem 1rem;
}

.about-us-video {
  width: 100%; 
  max-width: 400px; 
  height: auto; 
}

.about-us-video video {
  width: 100%;
  height: auto; 
  object-fit: cover;
}

  .contact-container{
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: auto !important;
    object-fit: cover;
  }

  .grid__item {
    flex-grow: 0 !important;
  }
  .contenedor-section-padre {
    height: 36rem !important;
  }
  .grid.contenedor-section-padre {
    column-gap: 15rem !important;
  }

  .image-with-text__media-item {
    padding: 0;
    max-height: 500px !important;
  }

  .about-us-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .about-us-text {
    max-width: 500px; 
    padding: 0 0 4rem 0;
  }
  .about-us-text p {
    font-size: 1.8rem !important;
  }

  .about-us-video {
    width: 100%; 
    max-width: 500px; 
    height: auto; 
  }

  .about-us-video video {
    width: 100%;
    height: auto; 
    object-fit: cover;
  }
  .contact-container{
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-container iframe{
    width: 400px
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 2rem !important;
  }
  .page-width--narrow {
    max-width: 110rem !important;
  }
}
