/** Shopify CDN: Minification failed

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

**/
.collection-hero__inner {
  display: flex;
  justify-content: flex-end
  
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    
    overflow: hidden;
  }

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
     margin-top: 20px;
    margin-bottom: -20px;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
    display:none;
  }

  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 1rem 0 1rem;
   }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    flex-basis: 90%; /* aumenta o texto */
    padding: 1rem 2rem 1rem 0 !important;
  }

@media screen and (min-width: 750px) {
  .collection-hero__image-container {
    flex: 0 0 10% ;
    margin-left: 0rem;
    min-height: 20rem;
    background-color: #121212;
    
    .collection-hero__image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;

      
.collection-hero__image-container {
        align-self: center;
        flex: 0 0 10%;
    
        margin-left: 0rem;
        


}
  }

    

