/** Shopify CDN: Minification failed

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

@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('/cdn/shop/files/ClashDisplay-Variable.woff2?v=1701759206') format('woff2'),
       url('/cdn/shop/files/ClashDisplay-Variable.woff?v=1701759206') format('woff'),
       url('/cdn/shop/files/ClashDisplay-Variable.ttf?v=1701759207') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Extralight';
  src: url('/cdn/shop/files/ClashDisplay-Extralight.woff2?v=1701759206') format('woff2'),
       url('/cdn/shop/files/ClashDisplay-Extralight.woff?v=1701759206') format('woff'),
       url('/cdn/shop/files/ClashDisplay-Extralight.ttf?v=1701759206') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Light';
  src: url('/cdn/shop/files/ClashDisplay-Light.woff2?v=1701759206') format('woff2'),
       url('/cdn/shop/files/ClashDisplay-Extralight.woff?v=1701759206') format('woff'),
       url('/cdn/shop/files/ClashDisplay-Light.ttf?v=1701759206') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


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


@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('/cdn/shop/files/ClashDisplay-Medium.woff2?v=1701759206') format('woff2'),
       url('/cdn/shop/files/ClashDisplay-Medium.woff?v=1701759206') format('woff'),
       url('/cdn/shop/files/ClashDisplay-Medium.ttf?v=1701759206') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url('/cdn/shop/files/ClashDisplay-Semibold.woff2?v=1701759206') format('woff2'),
       url('/cdn/shop/files/ClashDisplay-Semibold.woff?v=1701759206') format('woff'),
       url('/cdn/shop/files/ClashDisplay-Semibold.ttf?v=1701759206') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url('/cdn/shop/files/ClashDisplay-Bold.woff2?v=1701759206') format('woff2'),
       url('/cdn/shop/files/ClashDisplay-Bold.woff?v=1701759206') format('woff'),
       url('/cdn/shop/files/ClashDisplay-Bold.ttf?v=1701759206') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


h3,h4,h5,h6,h2{
  font-family: 'ClashDisplay-Medium' !important;
}
h1{
  font-family: 'ClashDisplay-Semibold' !important;
}
.productspecification a{
  border-bottom: 1px solid;
    color: #00a887 !important;
    font-weight: 700;
}
.product-form__input .form__select{
  max-width:400px !important;
}
.cart-item-properties .product-option{
 display:block !important;
}
.cart-item-properties .product-option .definitionList-value{
 margin-left:0px !important;

}
img{
 pointer-events: none !important; }
}