/** Shopify CDN: Minification failed

Line 58:16 Unexpected "{"
Line 58:24 Expected ":"
Line 63:20 Unexpected "{"
Line 63:28 Expected ":"

**/
/*// =============================================================================
// 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: 767px){
  .previewCartGroup .dynamic-checkout__content{
    display: none !important;
  }
  .previewCartGroup .button-checkout{
    margin-bottom: 10px !important;
  }
}
.cartTool-item {
    width: 30% !important;
    padding: 4px 20px !important;
}
@media(max-width: 552px){
  .cartTool-item {
    width: 30% !important;
    padding: 4px 8px !important;
  }
}
/* .cartTool-item:nth-child(2){
  padding-inline: 0px !important;
} */
.previewCartTool{
  padding: 5px 30px 5px !important;
}
.cartTool-item svg{
  width: 20px !important;
  height: 20px !important;
}
.previewCartInfo {
    position: relative;
    padding: 5px 30px 30px !important;
}
@media (max-width: 1024px) {
  .previewCartInfo{
    padding: 4px 20px 20px !important;
  }
}

.section-block-{{section.id}} .collapsible-grid .faqs-item .card-header .title {
    padding-left: 54px !important; /* Padding für Desktop */
}

@media (max-width: 767px) {
    .section-block-{{section.id}} .collapsible-grid .faqs-item .card-header .title {
        padding-left: 4px !important; /* Padding für Mobile */
    }


.product-form__swatch .product-form__label.soldout{
  background: red !important;
}
}
.disable-group .button-checkout{
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.disable-group .global-checkbox--label,.disable-group .global-checkbox {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.disable-group #dynamic-checkout-cart{
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.form-text.text-ammount{
  color: #a90505;
  font-weight: 600;
}
.form-text.text-ammount-sidebar{
  color: #a90505;
  font-weight: 600;
}