/** Shopify CDN: Minification failed

Line 35: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.
//
// =============================================================================*/
@media (max-width: 991px) {
  .footer-6 .footer-block__list,
  .footer-block__mobile .footer-block__list,
  .footer-block__list {
    display: block !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: static !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
  }
}
`