/** Shopify CDN: Minification failed

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

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

/* Gellix Regular */
@font-face {
  font-family: 'Gellix';
  src: url('/cdn/shop/files/Gellix-Regular.woff2?v=1776870847') format('woff2'),
       url('/cdn/shop/files/Gellix-Regular.woff?v=1776870847') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Fanlste Font */
@font-face {
  font-family: 'Fanlste';
  src: url('/cdn/shop/files/fanlste.woff2?v=1776870847') format('woff2'),
       url('/cdn/shop/files/fanlste.woff?v=1776870847') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.slide-show-content {
    position: absolute  ;
    bottom: 100px  ;
        left: 10vw;
}

.slideshow-wrapper {
    position: relative  ;
}

.slide-show-content  h1 {
    font-family: 'Fanlste';
    color: #fff;
    font-size: 7vw;
    line-height: 7vw;
        font-weight: 400;
            margin: 20px 0px;
}


.slide-show-content a.slide-button.button {
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Gellix';
    width: fit-content;
    margin: unset;
        font-weight: normal;
}

.slide-show-content a.slide-button.button:hover {
    background: #000;
    border: 1px solid #000000;
}


.header-navigation.header-nav-plain {
    position: absolute;
    width: 100%;
    top: 20px;
}




.marquee__img {width: auto  !Important;height: 100% !Important;}

.marquee__list {
    gap: 40px;
}

.marquee__item {width: 200px  !Important;}

.header-navigtion.header-nav-plain .menu-lv-item .text {
    font-family: 'Gellix' !important;
    font-weight: 500 !Important;
}


.header-nav-plain .header-item--side.header-icons {
    background: #fff !important;
    border-radius: 70px !important;
    padding: 0px 20px !important;

.header__iconItem {
    order: 1 !important;
}

.header--account {
    order: 3 !important;
}

.header--cart {
    order: 2 !important;
}

a.header__icon.link.header__icon--cart {
    border: 1px solid #181A29 !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
        margin: 0px 10px !important;
    padding: 0px 20px !important;
}

.header-nav-plain .header-icons-border .cart-count-bubble {
    right: 12px  !important;
    font-size: 12px  !important;
    min-width: 18px  !important;
}

.cart-count-bubble .text {
    position: relative  !important;
    top: -2px  !important;
}








