.elementor-kit-7{--e-global-color-primary:#CAE5FA;--e-global-color-secondary:#FFFEFF;--e-global-color-text:#0E222F;--e-global-color-accent:#1177BC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:clamp(2.5em, 5vw, 5em);--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:clamp(1.5em, 5vw, 2.5em);--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:clamp(1em, 5vw, 1.5em);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:clamp(1.1em, 5vw, 1.6em);--e-global-typography-accent-font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.floating-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999; /* So dass es immer sichtbar ist */
    background-color: white; /* Optionaler Hintergrund */
    border-radius: 100%; /* Runder Hintergrund */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Optionaler Schatten */
    padding: 10px;
}

.floating-cart img {
    width: 2.5em; /* Passe die Größe des Icons an */
    height: 2.5em;
}

.floating-cart .cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red; /* Hintergrundfarbe des Zählers */
    color: white; /* Textfarbe des Zählers */
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 12px;
}/* End custom CSS */