.elementor-572 .elementor-element.elementor-element-bec6ba4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overflow:hidden;--overlay-opacity:0.5;}.elementor-572 .elementor-element.elementor-element-bec6ba4::before, .elementor-572 .elementor-element.elementor-element-bec6ba4 > .elementor-background-video-container::before, .elementor-572 .elementor-element.elementor-element-bec6ba4 > .e-con-inner > .elementor-background-video-container::before, .elementor-572 .elementor-element.elementor-element-bec6ba4 > .elementor-background-slideshow::before, .elementor-572 .elementor-element.elementor-element-bec6ba4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-572 .elementor-element.elementor-element-bec6ba4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://pishpeshuka.co.il/wp-content/uploads/2025/11/תמונה-מ-דניאל-6.jpg");--background-overlay:'';}/* Start custom CSS for shortcode, class: .elementor-element-45ad263 *//* =========================
   כפתורי הוסף לסל אחידים + אנימציה + טקסט בעברית
========================= */
ul.products li.product .button,
ul.products li.product .elementor-button {
    display: block;
    width: 100%;
    height: 50px; /* גובה אחיד */
    line-height: 50px; /* טקסט במרכז הכפתור */
    text-align: center;
    font-weight: bold;
    background-color: #0000FF;
    color: #FFFFFF !important;
    border: none;
    border-radius: 5px;
    animation-name: pulseBtn;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

/* שינוי הטקסט לכפתור "הוסף לסל" */
ul.products li.product .button span,
ul.products li.product .elementor-button span {
    font-size: 16px;
}

ul.products li.product .button span::before,
ul.products li.product .elementor-button span::before {
    content: "הוסף לסל";
}

/* =========================
   אנימציה
========================= */
@keyframes pulseBtn {
  0% {box-shadow: 0px 0px 0px 0px rgba(81, 73, 255, 1);}
  100% {box-shadow: 0px 0px 20px 5px rgba(81, 73, 255, 0.7);}
}/* End custom CSS */