.elementor-66056 .elementor-element.elementor-element-6551cfc:not(.elementor-motion-effects-element-type-background), .elementor-66056 .elementor-element.elementor-element-6551cfc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d1ff93d );}.elementor-66056 .elementor-element.elementor-element-6551cfc > .elementor-container{max-width:500px;min-height:0px;}.elementor-66056 .elementor-element.elementor-element-6551cfc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-66056 .elementor-element.elementor-element-6551cfc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-66056 .elementor-element.elementor-element-d30d605 img{width:20%;}.elementor-66056 .elementor-element.elementor-element-ee83571:not(.elementor-motion-effects-element-type-background), .elementor-66056 .elementor-element.elementor-element-ee83571 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d1ff93d );}.elementor-66056 .elementor-element.elementor-element-ee83571 > .elementor-container{max-width:500px;}.elementor-66056 .elementor-element.elementor-element-ee83571{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-66056 .elementor-element.elementor-element-ee83571 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-66056 .elementor-element.elementor-element-f652612{text-align:center;}.elementor-66056 .elementor-element.elementor-element-f652612 .elementor-heading-title{font-family:"Rubik", Sans-serif;font-size:24px;font-weight:700;color:var( --e-global-color-primary );}.elementor-66056 .elementor-element.elementor-element-247c0ac:not(.elementor-motion-effects-element-type-background), .elementor-66056 .elementor-element.elementor-element-247c0ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d1ff93d );}.elementor-66056 .elementor-element.elementor-element-247c0ac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-66056 .elementor-element.elementor-element-247c0ac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-66056{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-66056 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-66056 .dialog-close-button{display:flex;}#elementor-popup-modal-66056 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* עיצוב כללי לטופס */
.woocommerce form {
  background: #FAF4E8;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  font-family: 'Rubik', sans-serif;
  color: #3E4A38;
  text-align: right;
}

/* כותרות */
.woocommerce h2 {
  font-family: 'Rubik', sans-serif;
  color: #3E4A38;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

/* טקסטים קטנים */
.woocommerce label {
  color: #3E4A38;
  font-weight: 500;
  font-size: 14px;
}

/* שדות טופס */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"] {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 15px;
  background-color: #fff;
  font-size: 15px;
  color: #3E4A38;
  transition: 0.3s;
}

.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus {
  border-color: #878652;
  box-shadow: 0 0 0 2px rgba(135,134,82,0.2);
  outline: none;
}

/* כפתור התחברות / הרשמה */
.woocommerce button[type="submit"],
.woocommerce .button {
  width: 100%;
  background: #878652;
  color: #FAF4E8;
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.woocommerce button[type="submit"]:hover,
.woocommerce .button:hover {
  background: #3E4A38;
  color: #FAF4E8;
}

/* הודעות שגיאה / הצלחה */
.woocommerce-error, .woocommerce-message {
  background: #fff7e0;
  border-right: 5px solid #878652;
  border-radius: 8px;
  padding: 10px 15px;
  font-family: 'Rubik', sans-serif;
  color: #3E4A38;
}

/* קישורים קטנים (כמו "שכחת סיסמה?") */
.woocommerce a {
  color: #878652;
  font-weight: 500;
  transition: 0.3s;
}
.woocommerce a:hover {
  color: #3E4A38;
}

/* התאמה לנייד */
@media (max-width: 600px) {
  .woocommerce form {
    padding: 22px 18px;
  }
  .woocommerce h2 {
    font-size: 18px;
  }
}/* End custom CSS */