/** Shopify CDN: Minification failed

Line 16:0 Unexpected "\"multicolumn_nYjRX7\""
Line 17:2 Unexpected "\"type\""
Line 19:4 Unexpected "\"column_xXgfkK\""
Line 20:6 Unexpected "\"type\""
Line 22:8 Expected identifier but found "\"title\""
Line 29:5 Unexpected ","
Line 31:6 Unexpected "\"type\""
Line 34:8 Expected identifier but found "\"title\""
Line 41:5 Unexpected ","
Line 43:6 Unexpected "\"type\""
... and 3 more hidden warnings

**/
"multicolumn_nYjRX7": {
  "type": "multicolumn",
  "blocks": {
    "column_xXgfkK": {
      "type": "column",
      "settings": {
        "title": "SENIOR STYLIST",
        "text": "<p>Pair text with an image or video to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.</p>",
        "video": "<video autoplay muted loop playsinline controls='false' style='width:100%;height:100%;object-fit:cover;pointer-events:none;'><source src=\"your-video-1.mp4\" type=\"video/mp4\"></video>",
        "link_label": "",
        "link": "mailto:info@hommexy.com",
        "link_color": "#ffffff"
      }
    },
    "column_PCzwmR": {
      "type": "column",
      "disabled": true,
      "settings": {
        "title": "Column",
        "text": "<p>Pair text with an image or video to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.</p>",
        "video": "<video autoplay muted loop playsinline controls='false' style='width:100%;height:100%;object-fit:cover;pointer-events:none;'><source src=\"your-video-2.mp4\" type=\"video/mp4\"></video>",
        "link_label": "",
        "link": "",
        "link_color": "#ffffff"
      }
    },
    "column_3Vz7Wa": {
      "type": "column",
      "disabled": true,
      "settings": {
        "title": "Column",
        "text": "<p>Pair text with an image or video to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.</p>",
        "video": "<video autoplay muted loop playsinline controls='false' style='width:100%;height:100%;object-fit:cover;pointer-events:none;'><source src=\"your-video-3.mp4\" type=\"video/mp4\"></video>",
        "link_label": "",
        "link": "",
        "link_color": "#ffffff"
      }
    }
  },
  "block_order": [
    "column_xXgfkK",
    "column_PCzwmR",
    "column_3Vz7Wa"
  ],
  "name": "t:sections.multicolumn.presets.name",
  "settings": {
    "title": "",
    "heading_size": "h1",
    "image_width": "full",
    "image_ratio": "adapt",
    "columns_desktop": 3,
    "column_alignment": "center",
    "background_style": "primary",
    "button_label": "APPLY VIA EMAIL",
    "button_link": "mailto:info@hommexy.com",
    "color_scheme": "scheme-499054f1-3027-4de3-99db-a98558964545",
    "columns_mobile": "1",
    "swipe_on_mobile": false,
    "padding_top": 32,
    "padding_bottom": 32,
    "link_color": "#ffffff"
  }
}

/* Make videos full size and cover their container */
.video-section__media video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  background: #000;
  pointer-events: none; /* disables clicking the play button */
}

/* Hide native controls entirely */
.video-section__media video::-webkit-media-controls,
.video-section__media video::-moz-media-controls,
.video-section__media video::-ms-media-controls,
.video-section__media video::-o-media-controls {
  display: none !important;
}

/* Hide arrows if using Slick or Swiper carousels */
.video-section__media .slick-prev,
.video-section__media .slick-next,
.video-section__media .swiper-button-next,
.video-section__media .swiper-button-prev {
  display: none !important;
}
