/** Shopify CDN: Minification failed

Line 83: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.
//
// =============================================================================*/

/* Homepage Slider */

.header-wrapper .header-mobile .header-mobile--wrapper {
    top: 0;
}

.list-menu .site-nav-mobile .menu-lv-1__action {
    color: #d12442;
}

.slick-arrow {
  background: transparent;
  border: none;
}

.slideshow .slick-arrow {
    opacity: 1;
  width: 45px;
  height: 45px;
}

.slick-arrow svg {
  color: white;
  fill: white;
  width: 45px;
  height: 45px;
}

.slick-arrow:hover {
  background: transparent;
}

.slick-arrow:hover svg {
  color: white;
  fill: white;
}

.header-top--right .header__search .search-modal__form .field  .search__input {
    padding-left: 10px;
}

@media (max-width: 768px) {
  .slideshow-wrapper .slideshow .slick-dots {
    display: none !important;
  }

  .template-index .spotlight-block .halo-block-header .title {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .halo-block-header.text-center .title {
    text-align: center;
  }


  .halo-sidebar_menu #MenuMobileListSection-women > .menu-lv-item a.menu-lv-1__action span {
    /* font-size: 16px;
    color: #cd223d; */
  }

  .sticky-notification.hide-on-desktop {
    display: none;
  }

