.elementor-kit-5{--e-global-color-primary:#E9F8FF;--e-global-color-secondary:#FFD7EE;--e-global-color-text:#2C2C2C;--e-global-color-accent:#FFFFFF;--e-global-color-7caddd2:#00AEEF;--e-global-color-7d86028:#ED008C;--e-global-color-a8985b4:#FBFBFB;--e-global-color-2e684bf:#E7E7E7;--e-global-color-f32d08c:#E9F8FF00;--e-global-typography-primary-font-family:"Discovery";--e-global-typography-primary-font-size:3.77vw;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Discovery";--e-global-typography-secondary-font-size:3.02vw;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Discovery";--e-global-typography-text-font-size:1.51vw;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Discovery";--e-global-typography-accent-font-size:1.13vw;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .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 );color:var( --e-global-color-accent );background-color:var( --e-global-color-7d86028 );border-radius:2em 2em 2em 2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .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-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .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 */#btn .add_to_cart_inline {
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
}

#btn {
    height: 5vh;
    text-align: center;
    background-color: #ED008C;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

/* בועת הכמות */
#btn .quantity input {
    width: 100%;
    border-radius: 2em;
    height: 5vh;
    background-color: #FFD7EE;
    text-align: center;          /* שהמספר באמצע */
    font-size: 1.1vw;            /* גודל הפונט בכמות */
    font-weight: 600;            /* קצת מודגש *

}

/* עטיפת הכמות */
#btn .quantity {
    display: inline-block;
}

}

/* אם הכפתור הוא קישור (a) */
#btn a {
   width: 100%;
   background-color: #ED008C;
   color: #fff;
   border-radius: 2em;
   height: 5vh;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-left: 2em;
   font-size: 1.2vw;             /* גודל הפונט בכפתור */
   font-weight: 600;
   text-decoration: none;
   white-space: nowrap; /* ← לא לשבור שורה */
   padding: 0 1em;/* הסרת קו תחתון */
}

/* אפקט ריחוף */
#btn a:hover {
    background-color: #ED008C;
    color: #fff;
}

/* הסתרת קישור מסוים */
#btn a.wc-forward {
    display: none;
}/* End custom CSS */