/** Shopify CDN: Minification failed

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

**/
/* Place any CSS overrides in this file. */

/* Place any CSS overrides in this file. */


@media screen and (min-width: 768px) {
  .collage-builder__grid-container {
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

h1, h2, h3 {
  opacity: 0.9;
}


/* Desktop only: Apply .content-grid max-width and spacing */
@media screen and (min-width: 768px) {
  [data-wetheme-section-type="gallery-slideshow"] .content-grid {
    max-width: 1600px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    box-sizing: border-box;
  }
  
  [data-wetheme-section-type="gallery-slideshow"] .width--content {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
  }

/* Desktop size */
.product-details__collapsible-tab .label-font {
  font-size: 2.25rem !important;  
  line-height: 1.3;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .section--product-description .product-details__collapsible-tab summary.label-font {
    font-size: 3.25rem !important;
  }
}











