/** Shopify CDN: Minification failed

Line 45:16 Unexpected "{"
Line 45:25 Expected ":"
Line 45:31 Unexpected ","
Line 46:15 Unexpected "{"
Line 46:24 Expected ":"
Line 46:30 Unexpected "{"

**/
/* TRANSPARENT HEADER OVER HERO */

.template-index .site-header,
.template-index .header,
.template-index .header-wrapper{
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    background:transparent !important;
    box-shadow:none !important;
    border:none !important;
    z-index:999;
}

/* Make menu text white */

.template-index .site-header a,
.template-index .site-header svg,
.template-index .site-header .header__menu-item,
.template-index .site-header .m-menu__link{
    color:#fff !important;
    fill:#fff !important;
}

/* Remove white sticky bg */

.template-index .header-sticky,
.template-index .header__wrapper{
    background:transparent !important;
}

/* Hero Section Merge */

.luxury-banner-{{ section.id }},
.modern-split-{{ section.id }}{
    margin-top:-120px;
    padding-top:160px;
}