/** Shopify CDN: Minification failed

Line 223:0 Unexpected "12"

**/
/*// =============================================================================
// 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-02{
  padding-top:0 !important;
}



.page-custom-content{
  padding:0rem 20rem 0rem 20rem;
}

.collection-filters{
background: transparent !important;
padding: 0 !important;
}

.toolbar{
  border-top: 1px solid #e5e5e5 !important;
}

.product-form__label .text{
  border:2px solid #000000 !important;
}

.product-form__radio:checked+.product-form__label .text{
  background:#000000 !important;
  color:#ffffff !important;
}

.about-main-background{
  background: url('/cdn/shop/files/about-bg.jpg?v=1683191758'); 
  padding: 30rem; 
  background-size: cover; 
  background-repeat: no-repeat;
}

.about-second-section{
  padding: 8rem 0 8rem 0;
}

.about-second-section img{
  margin:0px auto;
}

.about-third-section{
  padding: 8rem 0 8rem 0; 
  display: flex; 
  flex-direction: row; 
  justify-content: space-around; 
  align-items: center;
}

.about-fourth-section{
  background-color: #fe3577; 
  padding: 10rem 0rem 10rem 0rem; 
  display: flex; 
  flex-direction: row; 
  justify-content: space-evenly; 
  align-items: center;
}

.about-fourth-section h2{
  color:#ffffff !important;
}

.about-fourth-section p{
  color:#ffffff;
  width:600px;
}

.about-fifth-section{
  background-color: #1f1f1f; 
  padding: 10rem 0rem 10rem 0rem;
}

.commissions-section-one{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 8rem 0rem 8rem 0rem;
}

.commissions-section-one p{
  width:500px;
}

.commissions-section-two{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color:#F1F1F1;
    padding: 8rem 0rem 8rem 0rem;
}

.commissions-section-two p{
  width:500px;
}

.wrapper-body{
  padding-bottom:0px !important;
}

.commissions-section-three{
    background: #FE3577;
    margin: -1rem 0rem -1rem 0rem;
    padding: 6rem 0rem 6rem 0rem;
}

@media only screen and (max-width:768px){
  .about-main-background{
    background: url('/cdn/shop/files/about-bg.jpg?v=1683191758'); 
    padding: 4rem; 
    background-size: cover; 
    background-repeat: no-repeat;
  }

  .about-second-section{
    padding: 6rem 0 6rem 0;
  }
  
  .about-second-section img{
    margin:0px auto;
    padding:0rem 2rem;
  }
  
  .about-third-section{
    padding: 0rem 2rem 6rem 2rem; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
  }
  
  .about-third-section img{
    margin:2rem auto 0rem auto;
  }

  .about-fourth-section{
    background-color: #fe3577; 
    padding: 6rem 2rem 6rem 2rem; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
  }

  .about-fourth-section h2{
    color:#ffffff !important;
    margin-top: 4rem;
  }

  .about-fourth-section p{
    color:#ffffff;
    width:auto;
  }

  .about-fifth-section{
    background-color: #1f1f1f; 
    padding: 6rem 0rem 6rem 0rem;
  }

  .about-sixth-section{
    padding:0rem 2rem;
  }

  .section-head h2{
    font-size:40px !important;
  }

  .three-column-list{
    margin-top:6rem !important;
    margin-bottom:6rem !important;
  }

  .commissions-section-one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem 4rem 2rem;
  }

  .commissions-section-one p{
    width:auto;
  }

  .commissions-section-two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:#F1F1F1;
    padding: 4rem 2rem 4rem 2rem;
}

  .commissions-section-two p{
    width:auto;
  }

}


bocci buonaguidi
12:27 PM (0 minutes ago)
to me

/* Closed filter boxes: white text */
.page-sidebar.page-sidebar--horizontal .sidebarBlock-heading,
.page-sidebar.page-sidebar--horizontal .sidebarBlock-heading .facets__text,
.page-sidebar.page-sidebar--horizontal .sidebarBlock-heading .facets__count {
  color: #ffffff !important;
}

/* When filter box is opened/hovered and background turns white: black text */
.page-sidebar.page-sidebar--horizontal .sidebarBlock:hover .sidebarBlock-heading,
.page-sidebar.page-sidebar--horizontal .sidebarBlock:hover .sidebarBlock-heading .facets__text,
.page-sidebar.page-sidebar--horizontal .sidebarBlock:hover .sidebarBlock-heading .facets__count,
.page-sidebar.page-sidebar--horizontal .sidebarBlock-heading.is-clicked,
.page-sidebar.page-sidebar--horizontal .sidebarBlock-heading.is-clicked .facets__text,
.page-sidebar.page-sidebar--horizontal .sidebarBlock-heading.is-clicked .facets__count {
  color: #000000 !important;
}

/* Dropdown menu content: black text on white background */
.page-sidebar.page-sidebar--horizontal .sidebarBlock-content--full,
.page-sidebar.page-sidebar--horizontal .sidebarBlock-content--full *,
.page-sidebar.page-sidebar--horizontal .facets__display,
.page-sidebar.page-sidebar--horizontal .facets__display * {
  color: #000000 !important;
}
