/** Shopify CDN: Minification failed

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

**/
/* ===== M Product page - Full Width ===== */
@media screen and (max-width: 767px) {
  .template-product .product-media-mobile-fullbleed {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .template-product .product-media-mobile-fullbleed .product-image-container,
  .template-product .product-media-mobile-fullbleed .product-images,
  .template-product .product-media-mobile-fullbleed .product-media,
  .template-product .product-media-mobile-fullbleed .media,
  .template-product .product-media-mobile-fullbleed img {
    width: 100% !important;
    max-width: 100% !important;
  }

