/** Shopify CDN: Minification failed

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

**/
@media screen and (min-width: 768px) {
    .collage-builder__content .md-min-align-center {
        max-width: 75%;
    }
}

@media only screen and (min-width: 768px) {
  .collage-builder__content > .rte.featured-row__subtext.textarea.text-link-animated.richtext-block {
    max-width: 75% !important;
  }
}

@media screen and (max-width: 767px) {
    .collage-builder__text-container--inner {
        text-align: center;
    }
}

#orders {
  scroll-margin-top: 150px !important;
}

#shipping {
  scroll-margin-top: 150px !important;
}

#returnexchange {
  scroll-margin-top: 150px !important;
}

#sustainability {
  scroll-margin-top: 150px !important;
}

a.btn.sold-out-button.sold-out-button-desktop {
  background-color: #545454;
  color: #c0c0c0;
}

@media (min-width: 768px) {
    .image-with-text-wrapper .homepage-featured-content-box-inner {
        max-width: 55% !important;
    }
}

/* Hide the big screen block on desktop screens */
.big-screen-only {
  display: none;
}

@media (min-width: 1441px) {
  /* Hide the mobile block on large screens */
  .desktop-only {
    display: none;
  }

  .big-screen-only {
    display: block;
  }
}

.contact-form p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 28px !important;
    }
