/** Shopify CDN: Minification failed

Line 66:0 Unexpected "}"

**/
/*// =============================================================================
// 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.
//
// =============================================================================*/
.header-advanced, header, .header-bottom, .sticky-header, 
.header-navigation-hamburger, [id*="header"], [class*="header"] {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.header-advanced::before, .header-advanced::after,
header::before, header::after,
.header-bottom::before, .header-bottom::after {
  display: none !important;
  border: none !important;
}

hr, .section-header + *, .shopify-section-header + * {
  border-top: none !important;
}

.pm-banner__mobile-image {
  display: none;
}

@media (max-width: 767px) {
  .pm-banner__desktop-image {
    display: none;
  }
  .pm-banner__mobile-image {
    display: block;
  }
}

.pm-banner__subtitle,
.pm-banner__title,
.pm-banner__desc,
.pm-banner__cta {
  color: #000000 !important;
}
/* Fix zoomed category images on mobile */
@media (max-width: 749px) {
  #shopify-section-template--18332480995431__pm_category_grid img {
    object-fit: fill !important;
    object-position: center  !important;
  }
}

  .premium-category-grid .category-image img {
    object-fit: contain !important;
    object-position: center !important;
  }
}


