.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Varela Round";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Assistant", Sans-serif;font-size:20px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//******** Brand *********/
:root{
  --brand-1:#8A3FFC; /* purple */
  --brand-2:#D63AF9; /* pink */
  --card:rgba(255,255,255,.06);
  --border:rgba(0,0,0,.12);
  --radius:16px;
  --shadow:0 14px 30px rgba(0,0,0,.12);
}

/* ====== CART (layout both legacy & blocks) ====== */

/* כרטיס ימין – Totals (Legacy) */
.cart-collaterals .cart_totals{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:20px 22px;
  box-shadow:var(--shadow);
  color:#fff;
}

/* כפתור צ'ק־אווט (Legacy) */
.wc-proceed-to-checkout a.checkout-button{
  display:block; width:100%;
  border-radius:14px !important;
  padding:14px 18px !important;
  background:linear-gradient(135deg,var(--brand-1),var(--brand-2)) !important;
  color:#fff !important; font-weight:800 !important;
  box-shadow:0 12px 24px rgba(138,63,252,.28);
  transition:transform .2s ease, filter .2s ease;
}
.wc-proceed-to-checkout a.checkout-button:hover{
  transform:translateY(-1px); filter:brightness(1.08);
}

/* טבלת סל (Legacy) */
table.shop_table{
  background:var(--card);
  border:1px solid var(--border) !important;
  border-radius:var(--radius);
  overflow:hidden; box-shadow:var(--shadow);
}
table.shop_table th{
  background:linear-gradient(135deg, rgba(138,63,252,.2), rgba(214,58,249,.12));
  color:#fff; border:none !important; padding:14px 16px !important;
}
table.shop_table td{
  border-top:1px solid rgba(255,255,255,.08) !important;
  padding:16px !important; color:#eef1ff;
}
.product-thumbnail img{ border-radius:10px; }

.coupon .input-text{
  height:44px; border-radius:12px !important;
  border:1px solid var(--border) !important;
  background:rgba(255,255,255,.08); color:#fff !important; padding:10px 14px !important;
}
.coupon .button, button[name="update_cart"]{
  height:44px; border-radius:12px !important;
  background:linear-gradient(135deg,var(--brand-1),var(--brand-2)) !important;
  color:#fff !important; border:none !important; font-weight:700;
}

/* ====== WooCommerce BLOCKS (אם העמוד הוא Cart Block) ====== */
.wc-block-cart .wc-block-cart__totals,
.wc-block-components-totals-wrapper{
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--radius); padding:20px; box-shadow:var(--shadow); color:#fff;
}
.wc-block-cart .wc-block-cart-items td{
  background:transparent !important; border-color:rgba(255,255,255,.08) !important; color:#eef1ff;
}
.wc-block-components-button:not([disabled]).is-primary,
.wc-block-cart__submit-button{
  background:linear-gradient(135deg,var(--brand-1),var(--brand-2)) !important;
  border:none !important; color:#fff !important; border-radius:14px !important;
  padding:12px 18px !important; font-weight:800 !important;
}
.wc-block-components-text-input input{
  background:rgba(255,255,255,.08) !important; color:#fff !important;
  border:1px solid var(--border) !important; border-radius:12px !important;
}

/* ====== Responsive ====== */
@media (max-width: 768px){
  .coupon{ display:grid; grid-template-columns:1fr; gap:10px; }
  .coupon .input-text, .coupon .button{ width:100% !important; }
}
/* ==== REMOVE ITEM (Legacy table) ==== */
.woocommerce-cart td.product-remove a.remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2)) !important;
  color: #fff !important;         /* ה-× יהיה לבן */
  text-indent: 0 !important;      /* מבטל הסתרה ע"י theme */
  font-size: 18px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 6px 16px rgba(138,63,252,.25);
  transition: transform .15s ease, filter .15s ease;
}
.woocommerce-cart td.product-remove a.remove:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

/* אם התבנית מוסיפה אפקט hover שמסתיר/מעמעם */
.woocommerce a.remove,
.woocommerce a.remove:hover {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==== REMOVE ITEM (WooCommerce Blocks) ==== */
.wc-block-cart .wc-block-cart-item__remove-link,
.wc-block-cart .wc-block-cart-item__remove-link.button,
.wc-block-cart .wc-block-cart-item__remove-link.wp-element-button {
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 6px 10px !important;
  font-weight: 700;
  text-decoration: none !important;
}
.wc-block-cart .wc-block-cart-item__remove-link:hover {
  filter: brightness(1.06);
}

/* במידה ויש אייקון SVG כ-trash, צבע אותו ללבן */
.wc-block-cart .wc-block-cart-item__remove-link svg,
.wc-block-cart .wc-block-cart-item__remove-link svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

.related.products {
  display: none !important;
}
/******** PRODUCT PAGE STYLING *********/
:root{
  --brand-1:#8A3FFC; /* סגול */
  --brand-2:#D63AF9; /* ורוד */
  --text:#fff;
  --bg:#f9f5ff;
  --shadow:0 14px 30px rgba(0,0,0,.12);
  --radius:18px;
}

/* רקע כללי לעמוד המוצר */
.single-product .site-main {
  background: var(--bg);
  padding: 40px 0;
}

/* תיבת המוצר */
.single-product div.product {
  background: rgba(255,255,255,0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
  margin: 0 auto;
  max-width: 1000px;
}

/* כותרת המוצר */
.single-product h1.product_title {
  font-size: 2.2em;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  margin-bottom: 20px;
}

/* המחיר */
.single-product p.price {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--brand-1);
}

/* כפתור Subscribe */
.single-product button.single_add_to_cart_button,
.single-product .wc-block-components-button,
.single-product .wc-block-cart__submit-button {
  background: linear-gradient(135deg,var(--brand-1),var(--brand-2)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 28px !important;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(138,63,252,.3);
  transition: transform .2s ease, filter .2s ease;
}
.single-product button.single_add_to_cart_button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* תיאור המוצר */
.woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-top: 20px;
}

/* טאבים Description/Reviews */
.woocommerce-tabs {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 25px;
  margin-top: 40px;
}
.woocommerce-tabs ul.tabs {
  border-bottom: 2px solid rgba(138,63,252,0.15);
}
.woocommerce-tabs ul.tabs li a {
  color: var(--brand-1);
  font-weight: 600;
}
.woocommerce-tabs ul.tabs li.active a {
  color: var(--brand-2);
}

/* הסרת מוצרים קשורים */
.related.products {
  display: none !important;
}

/* התמונה הראשית */
.woocommerce-product-gallery__wrapper img {
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(0,0,0,.1);
  transition: transform .3s ease;
}
.woocommerce-product-gallery__wrapper img:hover {
  transform: scale(1.03);
}

/* רספונסיבי לנייד */
@media (max-width:768px){
  .single-product div.product {
    padding: 20px;
  }
  .single-product h1.product_title {
    font-size: 1.8em;
  }
}

/************************************
 * CHECKOUT PAGE (WooCommerce Blocks)
 ************************************/

/* רק על עמוד התשלום */
body.woocommerce-checkout {
  background: #F8F5FF !important;
  font-family: "Rubik","Heebo",system-ui,-apple-system,sans-serif;
  color: #111111;
}

/* מיכל כללי */
body.woocommerce-checkout .entry-content {
  max-width: 1100px;
  margin: 40px auto 60px;
  padding: 0 16px;
}

/* פריסה: טופס משמאל, סיכום מימין */
@media (min-width: 900px){
  .wc-block-checkout__container {
    display: grid;
    grid-template-columns: 1.6fr 0.9fr;
    gap: 28px;
    align-items: flex-start;
  }
}

/* ================= ORDER SUMMARY ================= */

/* נסיר כפילות אם יש סיכום הזמנה גם במיין */
.wc-block-checkout__main .wc-block-components-order-summary,
.wc-block-checkout__main .wc-block-checkout__order-summary {
  display: none !important;
}

/* כרטיס הסיכום בסיידבר */
.wc-block-checkout__sidebar .wc-block-components-order-summary,
.wc-block-checkout__sidebar .wc-block-checkout__order-summary {
  background: #ffffff !important;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  padding: 16px 14px 12px;
}

/* חשוב: לוודא שכל הטקסט בפנים נראה (הבעיה הלבנה/שקופה) */
.wc-block-checkout__sidebar .wc-block-components-order-summary,
.wc-block-checkout__sidebar .wc-block-components-order-summary * {
  color: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* כותרת "Order summary" */
.wc-block-components-order-summary__header,
.wc-block-components-order-summary__header * {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 8px;
}

/* ===== שורת המוצר ===== */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item--has-image {
  display: grid;
  grid-template-columns: auto 1fr auto; /* תמונה | טקסט | מחיר */
  column-gap: 10px;
  align-items: flex-start;
  padding: 6px 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* תמונה */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

/* באדג' כמות */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity-badge {
  top: 4px;
  left: 4px;
  font-size: 11px;
}

/* טקסט המוצר */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wc-block-checkout__sidebar .wc-block-components-order-summary-item__product {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.wc-block-checkout__sidebar .wc-block-components-order-summary-item__description {
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

/* מחיר בצד ימין */
.wc-block-checkout__sidebar
  .wc-block-components-order-summary-item__total,
.wc-block-checkout__sidebar
  .wc-block-components-order-summary-item__regular-price {
  font-size: 14px !important;
  font-weight: 600 !important;
  white-space: nowrap;
  margin-left: 6px;
}

/* ===== ADD COUPONS ===== */

.wc-block-checkout__sidebar .wc-block-components-panel {
  margin-top: 8px;
}

/* כפתור "Add coupons" */
.wc-block-checkout__sidebar .wc-block-components-panel__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 14px;
  border-radius: 14px;
  background: #F6EEFF;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
  font-size: 14px;
  font-weight: 500;
  color: #111111 !important;
}

.wc-block-checkout__sidebar .wc-block-components-panel__button svg {
  fill: #8A3FFC !important;
}

/* תוכן הקופון: שדה + כפתור בשורה */
.wc-block-checkout__sidebar .wc-block-components-panel__content {
  padding: 8px 0 4px !important;
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.wc-block-checkout__sidebar
  .wc-block-components-panel__content .wc-block-components-text-input {
  flex: 1;
}

.wc-block-checkout__sidebar
  .wc-block-components-panel__content .wc-block-components-text-input input {
  width: 100%;
  padding: 9px 12px;
  border-radius: 10px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background: #ffffff !important;
  color: #111111 !important;
}

.wc-block-checkout__sidebar
  .wc-block-components-panel__content .wc-block-components-text-input input::placeholder {
  color: #777777 !important;
}

/* כפתור Apply בגרדיאנט מותג */
.wc-block-checkout__sidebar
  .wc-block-components-panel__content .wc-block-components-button.is-primary {
  flex-shrink: 0;
  padding: 9px 18px !important;
  border-radius: 12px !important;
  border: none !important;
  background: linear-gradient(135deg,#8A3FFC,#D63AF9) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  box-shadow: 0 8px 18px rgba(138,63,252,.28);
}

/* ===== Subtotal / Total ===== */

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  font-size: 14px !important;
  font-weight: 600;
  color: #111111 !important;
}

.wc-block-components-totals-item--grand-total
  .wc-block-components-totals-item__label,
.wc-block-components-totals-item--grand-total
  .wc-block-components-totals-item__value {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #8A3FFC !important;
}

/* ===== כפתור Start Subscription / Place order ===== */

.wc-block-checkout__place-order button,
.wc-block-components-checkout-place-order-button {
  width: 100%;
  margin-top: 18px;
  padding: 14px 20px !important;
  border-radius: 18px !important;
  border: none !important;
  background: linear-gradient(135deg,#8A3FFC,#D63AF9) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  box-shadow: 0 16px 32px rgba(138,63,252,.32);
  text-align: center;
  transition: all .22s ease;
}

.wc-block-checkout__place-order button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(138,63,252,.38);
}

/* ===== רספונסיב למובייל ===== */

@media (max-width: 899px){
  .wc-block-checkout__container {
    display: block;
  }
  .wc-block-checkout__sidebar .wc-block-components-order-summary {
    max-width: 420px;
    margin: 0 auto 18px;
  }
  .wc-block-checkout__main {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 480px){
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
    width: 50px;
    height: 50px;
  }
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__product {
    font-size: 13px !important;
  }
  .wc-block-checkout__sidebar
    .wc-block-components-order-summary-item__total {
    font-size: 13px !important;
  }
}
/************************************
 * FIX: show product line in Order Summary
 ************************************/

/* הפוך את שורת המוצר בחזרה לנראית וברורה */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 6px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ודא ששום כלל קודם לא מסתיר טקסט */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item * {
  color: #111111 !important;
  font-size: 13px;
}

/* תמונת המוצר */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

/* טקסט (שם המוצר וכו') */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* שם המוצר */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__product,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__product * {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #111111 !important;
  margin: 0;
}

/* מחיר המוצר מימין */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__total,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__regular-price {
  align-self: flex-start;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  white-space: nowrap;
}

/* רספונסיבי למובייל */
@media (max-width: 480px){
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__product {
    font-size: 13px !important;
  }
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total {
    font-size: 13px !important;
  }
}
/************************************
 * FINAL FIX – show line item in Order Summary
 ************************************/

/* ודא שכל שורת פריט בסיכום הזמנה בצד ימין נראית */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item * {
  color: #111111 !important;       /* טקסט כהה וברור */
  fill: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* אל תסתיר/תכווץ את מכולת הפריטים */
.wc-block-checkout__sidebar .wc-block-components-order-summary__items,
.wc-block-checkout__sidebar .wc-block-components-order-summary__content {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
}

/* ליתר ביטחון - מניעת רקעים שמלבינים את הטקסט */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item a,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item span {
  background: transparent !important;
}

/* שורת הפריט בסידור פשוט: תמונה | טקסט | מחיר */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 4px !important;
  border: none !important;
  box-shadow: none !important;
}

/* תמונה */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

/* טקסט המוצר */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* כותרת המוצר */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__product {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* מחיר */
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__total,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__regular-price {
  font-size: 14px !important;
  font-weight: 600 !important;
  white-space: nowrap;
  margin-left: 6px;
}

/* מובייל – טיפה להקטין */
@media (max-width: 480px){
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__product {
    font-size: 13px !important;
  }
  .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total {
    font-size: 13px !important;
  }
}/* End custom CSS */