/*!
 * RTEX Cart Drawer — 1.3.0
 * עיצוב מלא לעגלת הצד של WooCommerce/Woodmart.
 * אסטרטגיית עקיפה: איפוס ממוקד (בלי all/revert) + !important על כל מאפיין שהתבנית עלולה לדרוס.
 */

@font-face { font-family: 'Google Sans'; src: url('../fonts/GoogleSans-Regular.woff2') format('woff2'), url('../fonts/GoogleSans-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Google Sans'; src: url('../fonts/GoogleSans-Medium.woff2') format('woff2'), url('../fonts/GoogleSans-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Google Sans'; src: url('../fonts/GoogleSans-SemiBold.woff2') format('woff2'), url('../fonts/GoogleSans-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --rtex-ink: #0B0B0C;
  --rtex-ink-2: #5A5C60;
  --rtex-ink-3: #8A8D93;
  --rtex-line: #E4E5E8;
  --rtex-line-soft: #F1F2F4;
  --rtex-soft: #F7F7F8;
  --rtex-ok: #10714B;
  --rtex-ok-bg: #EAF6F0;
  --rtex-err: #C1281E;
  --rtex-font: 'Google Sans', 'Assistant', system-ui, -apple-system, sans-serif;
  --rtex-ease: .14s cubic-bezier(.2,.8,.2,1);
}

/* ===================================================== 1. panel (theme) == */

.cart-widget-side {
  width: 440px !important;
  max-width: 100vw !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
@media (max-width: 480px) { .cart-widget-side { width: 100vw !important; } }

.cart-widget-side .wd-heading {
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--rtex-line) !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.cart-widget-side .wd-heading .title {
  font-family: var(--rtex-font) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: var(--rtex-ink) !important;
}
.cart-widget-side .wd-heading .close-side-widget { margin: 0 !important; display: flex !important; align-items: center !important; }
.cart-widget-side .wd-heading .close-side-widget a {
  position: relative !important;
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  color: transparent !important;
  border: 1px solid var(--rtex-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  background-color: #FFFFFF !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 13px 13px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B0B0C' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") !important;
  transition: border-color var(--rtex-ease) !important;
}
.cart-widget-side .wd-heading .close-side-widget a:hover { border-color: var(--rtex-ink) !important; }
/* neutralise the theme's own cross glyph */
.cart-widget-side .wd-heading .close-side-widget a::before,
.cart-widget-side .wd-heading .close-side-widget a::after,
.cart-widget-side .wd-heading .close-side-widget::before,
.cart-widget-side .wd-heading .close-side-widget::after { display: none !important; content: none !important; }


.cart-widget-side .widget_shopping_cart,
.cart-widget-side .widget_shopping_cart_content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
/* the theme's own mini-cart chrome and legacy upsell block */
.cart-widget-side .shopping-cart-widget-body,
.cart-widget-side .shopping-cart-widget-footer,
.cart-widget-side .wd-progress-bar,
.wcr-wrap { display: none !important; }

/* ======================================================== 2. hard reset == */

.rtex-cart :not(svg):not(svg *) {
  font-family: var(--rtex-font) !important;
  font-size: 13.5px;
  font-weight: 400;
  font-style: normal !important;
  line-height: 1.4;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-align: start;
  color: var(--rtex-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0;
  float: none !important;
  position: static;
  transform: none !important;
  animation: none;
  list-style: none !important;
  opacity: 1;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  width: auto;
  height: auto;
  box-sizing: border-box !important;
  text-indent: 0 !important;
}
.rtex-cart :not(svg):not(svg *)::before,
.rtex-cart :not(svg):not(svg *)::after { content: none; }

/* ==================================================== 3. shell + basics == */

.rtex-cart {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: 100% !important;
  background: #FFFFFF !important;
  color: var(--rtex-ink) !important;
  font-family: var(--rtex-font) !important;
  font-size: 13.5px !important;
  line-height: 1.4 !important;
  direction: rtl !important;
  text-align: start !important;
  box-sizing: border-box !important;
}
.rtex-cart a:not(.rtex-btn) { color: var(--rtex-ink) !important; text-decoration: none !important; }
.rtex-cart a:not(.rtex-btn):hover { color: var(--rtex-ink-2) !important; }
.rtex-cart a.rtex-btn { text-decoration: none !important; }
.rtex-cart button { cursor: pointer !important; font-family: var(--rtex-font) !important; line-height: 1 !important; }
.rtex-cart [hidden] { display: none !important; }
.rtex-cart img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  transition: none !important;
}
.rtex-cart svg {
  display: block !important;
  flex: 0 0 auto !important;
  width: 17px !important;
  height: 17px !important;
  fill: none !important;
  stroke-width: 1.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.rtex-cart .screen-reader-text {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  overflow: hidden !important; clip: rect(0 0 0 0) !important;
  white-space: nowrap !important; margin: -1px !important; padding: 0 !important;
}
.rtex-cart .amount, .rtex-cart bdi, .rtex-cart .woocommerce-Price-currencySymbol {
  font-family: var(--rtex-font) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}
.rtex-cart .rtex-ico {
  width: 30px !important; height: 30px !important; flex: 0 0 auto !important;
  border-radius: 999px !important; background: var(--rtex-soft) !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
.rtex-cart .rtex-ico svg { stroke: var(--rtex-ink) !important; }
.rtex-cart .rtex-ico--lg { width: 46px !important; height: 46px !important; }
.rtex-cart .rtex-ico--lg svg { width: 22px !important; height: 22px !important; }
.rtex-cart .rtex-badge {
  display: inline-flex !important; align-items: center !important; gap: 5px !important;
  height: 20px !important; padding: 0 8px !important; border-radius: 999px !important;
  font-size: 11.5px !important; font-weight: 500 !important; white-space: nowrap !important;
  align-self: flex-start !important;
}
.rtex-cart .rtex-badge i { width: 5px !important; height: 5px !important; border-radius: 999px !important; flex: 0 0 auto !important; }
.rtex-cart .rtex-badge--save { background: var(--rtex-ok-bg) !important; color: var(--rtex-ok) !important; }
.rtex-cart .rtex-badge--save i { background: var(--rtex-ok) !important; }

/* ================================================== 4. shipping progress == */

.rtex-ship { flex: 0 0 auto !important; padding: 10px 18px 12px !important; border-bottom: 1px solid var(--rtex-line-soft) !important; }
.rtex-ship-msg { display: flex !important; align-items: center !important; gap: 8px !important; padding-bottom: 9px !important; line-height: 1.35 !important; flex-wrap: nowrap !important; font-size: 12.5px !important; color: var(--rtex-ink-2) !important; }
.rtex-ship-msg svg { stroke: var(--rtex-ok) !important; }
.rtex-ship-msg > span { flex: 1 1 auto !important; min-width: 0 !important; }
.rtex-ship-msg .amount, .rtex-ship-msg bdi { color: var(--rtex-ink) !important; font-weight: 500 !important; }
.rtex-ship-track { display: block !important; height: 3px !important; border-radius: 999px !important; background: var(--rtex-line-soft) !important; overflow: hidden !important; }
.rtex-ship-track i { display: block !important; height: 3px !important; border-radius: 999px !important; background: var(--rtex-ok) !important; transition: width var(--rtex-ease) !important; }

/* ============================================================= 5. items == */

.rtex-body { flex: 1 1 auto !important; min-height: 0 !important; overflow-y: auto !important; overflow-x: hidden !important; scroll-behavior: auto !important; }
.rtex-body::-webkit-scrollbar { width: 4px !important; }
.rtex-body::-webkit-scrollbar-thumb { background: var(--rtex-line) !important; border-radius: 4px !important; }

.rtex-list { display: block !important; }
.rtex-item {
  display: grid !important;
  grid-template-columns: 58px 1fr auto !important;
  gap: 11px !important;
  align-items: start !important;
  padding: 12px 18px !important;
  border-top: 1px solid var(--rtex-line-soft) !important;
  transition: opacity var(--rtex-ease) !important;
}
.rtex-item.is-busy { opacity: .45 !important; pointer-events: none !important; }
.rtex-item-img { display: block !important; width: 58px !important; height: 74px !important; border-radius: 10px !important; overflow: hidden !important; background: var(--rtex-soft) !important; }
.rtex-item-main { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 5px !important; min-width: 0 !important; }
.rtex-item-name { font-size: 13.5px !important; font-weight: 500 !important; line-height: 1.3 !important; }
.rtex-item-meta { display: block !important; font-size: 11.5px !important; line-height: 1.35 !important; color: var(--rtex-ink-3) !important; }
.rtex-item-meta * { font-size: 11.5px !important; line-height: 1.35 !important; color: var(--rtex-ink-3) !important; display: inline !important; }
.rtex-item-meta dl { display: block !important; }
.rtex-item-meta dt { font-weight: 500 !important; }
.rtex-item-meta dt::after { content: ': ' !important; }
.rtex-item-meta dd { display: block !important; margin-bottom: 2px !important; }
.rtex-item-actions { display: flex !important; align-items: center !important; gap: 10px !important; flex-wrap: nowrap !important; }
.rtex-qty { display: flex !important; align-items: center !important; background: var(--rtex-soft) !important; border-radius: 8px !important; padding: 2px !important; }
.rtex-qty-btn { display: flex !important; align-items: center !important; justify-content: center !important; width: 24px !important; height: 24px !important; border-radius: 7px !important; font-size: 15px !important; color: var(--rtex-ink) !important; background: transparent !important; }
.rtex-qty-btn:disabled, .rtex-qty-btn[disabled] { color: #C8CACE !important; }
.rtex-qty-val { min-width: 20px !important; text-align: center !important; font-size: 13px !important; font-weight: 500 !important; font-variant-numeric: tabular-nums !important; }
.rtex-remove { font-size: 12.5px !important; color: var(--rtex-ink-3) !important; background: transparent !important; transition: color var(--rtex-ease) !important; }
.rtex-remove:hover { color: var(--rtex-err) !important; }
.rtex-item-price { display: flex !important; flex-direction: column !important; align-items: flex-end !important; gap: 2px !important; text-align: end !important; }
.rtex-line-total { font-size: 13.5px !important; font-weight: 600 !important; font-variant-numeric: tabular-nums !important; white-space: nowrap !important; }
.rtex-unit { font-size: 11px !important; font-weight: 400 !important; color: var(--rtex-ink-3) !important; font-variant-numeric: tabular-nums !important; white-space: nowrap !important; }

.rtex-undo { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 12px !important; margin: 10px 18px 0 !important; padding: 8px 12px !important; border: 1px solid var(--rtex-line) !important; border-radius: 10px !important; background: var(--rtex-soft) !important; font-size: 12.5px !important; color: var(--rtex-ink-2) !important; }
.rtex-undo-btn { font-size: 12.5px !important; font-weight: 600 !important; color: var(--rtex-ink) !important; background: transparent !important; }

/* =================================================== 6. recommendations == */

.rtex-recs { margin: 14px 0 !important; padding-top: 12px !important; border-top: 1px solid var(--rtex-line-soft) !important; }
.rtex-recs-head { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 12px !important; padding: 0 18px 8px !important; }
.rtex-recs-titlewrap { display: flex !important; align-items: center !important; gap: 7px !important; min-width: 0 !important; }
.rtex-recs-title { font-size: 13.5px !important; font-weight: 600 !important; }
.rtex-recs-hide { width: 22px !important; height: 22px !important; border: 0 !important; background: transparent !important; }
.rtex-recs-hide svg { width: 14px !important; height: 14px !important; }
.rtex-recs-nav { display: flex !important; align-items: center !important; gap: 5px !important; }
.rtex-arrow, .rtex-recs-hide {
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 26px !important; height: 26px !important;
  border: 1px solid var(--rtex-line) !important; border-radius: 999px !important;
  background: #FFFFFF !important; color: var(--rtex-ink) !important;
  transition: border-color var(--rtex-ease), color var(--rtex-ease) !important;
}
.rtex-arrow svg, .rtex-recs-hide svg { width: 15px !important; height: 15px !important; stroke: currentColor !important; }
.rtex-arrow:hover { border-color: var(--rtex-ink) !important; }
.rtex-recs-hide { border-color: transparent !important; color: var(--rtex-ink-3) !important; }
.rtex-recs-hide:hover { color: var(--rtex-ink) !important; }
.rtex-rail { display: flex !important; gap: 10px !important; padding: 0 18px 2px !important; overflow-x: auto !important; scroll-snap-type: x mandatory !important; scrollbar-width: none !important; scroll-behavior: auto !important; }
.rtex-rail::-webkit-scrollbar { display: none !important; }
.rtex-card { display: flex !important; flex-direction: column !important; gap: 7px !important; flex: 0 0 108px !important; width: 108px !important; scroll-snap-align: start !important; }
.rtex-card-img { display: block !important; width: 108px !important; height: 108px !important; border-radius: 10px !important; overflow: hidden !important; background: var(--rtex-soft) !important; }
.rtex-card-name {
  display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden !important; height: 31px !important;
  font-size: 12px !important; line-height: 1.3 !important; color: var(--rtex-ink-2) !important;
}
.rtex-card-foot { display: flex !important; align-items: flex-end !important; justify-content: space-between !important; gap: 8px !important; min-height: 26px !important; }
.rtex-card-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1px !important;
  min-width: 0 !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  font-variant-numeric: tabular-nums !important;
}
.rtex-card-price > * { display: block !important; white-space: nowrap !important; }
.rtex-card-price del,
.rtex-card-price del *,
.rtex-total-values del,
.rtex-total-values del * {
  text-decoration: line-through !important;
  -webkit-text-decoration-line: line-through !important;
  text-decoration-line: line-through !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: var(--rtex-ink-3) !important;
}
.rtex-card-price del { order: 1 !important; font-size: 11px !important; font-weight: 400 !important; color: var(--rtex-ink-3) !important; line-height: 1.2 !important; }
.rtex-card-price del * { font-size: 11px !important; color: var(--rtex-ink-3) !important; }
.rtex-card-price ins { order: 2 !important; display: block !important; line-height: 1.25 !important; background: transparent !important; text-decoration: none !important; color: var(--rtex-ok) !important; }
.rtex-card-price ins .amount { color: var(--rtex-ok) !important; }
.rtex-card-add {
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 26px !important; height: 26px !important; flex: 0 0 auto !important;
  border: 1px solid var(--rtex-line) !important; border-radius: 999px !important;
  background: #FFFFFF !important; color: var(--rtex-ink) !important;
  transition: background var(--rtex-ease), border-color var(--rtex-ease), color var(--rtex-ease) !important;
}
.rtex-card-add svg { width: 15px !important; height: 15px !important; stroke: currentColor !important; }
.rtex-card-add:hover { background: var(--rtex-ink) !important; border-color: var(--rtex-ink) !important; color: #FFFFFF !important; }
.rtex-recs-show { margin-top: 14px !important; padding: 12px 18px 14px !important; border-top: 1px solid var(--rtex-line-soft) !important; }
.rtex-recs-show button { display: flex !important; align-items: center !important; gap: 7px !important; font-size: 12.5px !important; color: var(--rtex-ink-3) !important; background: transparent !important; transition: color var(--rtex-ease) !important; }
.rtex-recs-show button svg { width: 15px !important; height: 15px !important; stroke: currentColor !important; }
.rtex-recs-show button:hover { color: var(--rtex-ink) !important; }

/* ============================================================== 7. foot == */

.rtex-foot { flex: 0 0 auto !important; display: flex !important; flex-direction: column !important; gap: 10px !important; padding: 12px 14px 14px !important; border-top: 1px solid var(--rtex-line) !important; background: #FFFFFF !important; }
.rtex-summary { border: 1px solid var(--rtex-line) !important; border-radius: 14px !important; overflow: hidden !important; background: #FFFFFF !important; }

.rtex-coupon-toggle { display: flex !important; align-items: center !important; gap: 9px !important; width: 100% !important; padding: 10px 12px !important; background: #FFFFFF !important; text-align: start !important; }
.rtex-coupon-labels { display: flex !important; flex-direction: column !important; gap: 1px !important; flex: 1 1 auto !important; min-width: 0 !important; }
.rtex-coupon-labels strong { font-size: 13px !important; font-weight: 500 !important; }
.rtex-coupon-labels em { font-size: 12px !important; font-style: normal !important; color: var(--rtex-ink-3) !important; }
.rtex-plus { display: flex !important; align-items: center !important; justify-content: center !important; width: 26px !important; height: 26px !important; flex: 0 0 auto !important; border: 1px solid var(--rtex-line) !important; border-radius: 999px !important; }
.rtex-plus svg { width: 15px !important; height: 15px !important; stroke: currentColor !important; }

.rtex-coupon-form { display: flex !important; flex-direction: column !important; gap: 8px !important; padding: 10px 12px !important; animation: rtexExpand .2s cubic-bezier(.2,.8,.2,1) !important; }
.rtex-coupon-form-head { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 10px !important; font-size: 13px !important; font-weight: 500 !important; }
.rtex-coupon-close { display: flex !important; align-items: center !important; justify-content: center !important; width: 24px !important; height: 24px !important; color: var(--rtex-ink-3) !important; background: transparent !important; }
.rtex-coupon-close svg { width: 15px !important; height: 15px !important; stroke: currentColor !important; }
.rtex-coupon-row { display: flex !important; gap: 7px !important; }
.rtex-coupon-input {
  flex: 1 1 auto !important; min-width: 0 !important;
  height: 38px !important; padding: 0 12px !important;
  border: 1px solid var(--rtex-line) !important; border-radius: 8px !important;
  background: #FFFFFF !important; box-shadow: none !important;
  font-family: var(--rtex-font) !important; font-size: 13px !important; color: var(--rtex-ink) !important;
  text-align: start !important; text-transform: uppercase !important; letter-spacing: .02em !important;
  transition: border-color var(--rtex-ease) !important;
}
.rtex-coupon-input:focus { border-color: var(--rtex-ink) !important; outline: none !important; }
.rtex-coupon-apply {
  height: 38px !important; padding: 0 18px !important;
  border: 1px solid var(--rtex-ink) !important; border-radius: 999px !important;
  background: #FFFFFF !important; color: var(--rtex-ink) !important;
  font-size: 13px !important; font-weight: 600 !important;
  transition: background var(--rtex-ease), color var(--rtex-ease) !important;
}
.rtex-coupon-apply:hover { background: var(--rtex-ink) !important; color: #FFFFFF !important; }
.rtex-coupon-apply.is-busy { opacity: .5 !important; pointer-events: none !important; }
.rtex-coupon-error { display: flex !important; align-items: center !important; gap: 6px !important; font-size: 12px !important; color: var(--rtex-err) !important; }
.rtex-coupon-error::before { content: '' !important; display: block !important; width: 5px !important; height: 5px !important; border-radius: 999px !important; background: var(--rtex-err) !important; }

.rtex-coupon-applied { display: flex !important; align-items: center !important; gap: 9px !important; padding: 10px 12px !important; background: var(--rtex-ok-bg) !important; animation: rtexExpand .2s cubic-bezier(.2,.8,.2,1) !important; }
.rtex-coupon-applied .rtex-ico { background: #FFFFFF !important; }
.rtex-coupon-applied .rtex-ico svg { stroke: var(--rtex-ok) !important; }
.rtex-coupon-name { flex: 1 1 auto !important; font-size: 12.5px !important; font-weight: 500 !important; color: var(--rtex-ok) !important; }
.rtex-coupon-remove { font-size: 12.5px !important; color: var(--rtex-ok) !important; background: transparent !important; }

.rtex-total-row { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 12px !important; padding: 11px 12px !important; border-top: 1px solid var(--rtex-line-soft) !important; background: var(--rtex-soft) !important; }
.rtex-total-labels { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 3px !important; flex: 0 0 auto !important; }
.rtex-total-labels > span:first-child { font-size: 12.5px !important; color: var(--rtex-ink-2) !important; white-space: nowrap !important; }
.rtex-total-values { display: flex !important; align-items: baseline !important; justify-content: flex-end !important; gap: 8px !important; flex: 1 1 auto !important; min-width: 0 !important; }
.rtex-total-values del { font-size: 13px !important; font-weight: 400 !important; color: var(--rtex-ink-3) !important; text-decoration: line-through !important; font-variant-numeric: tabular-nums !important; }
.rtex-total { font-size: 24px !important; font-weight: 600 !important; line-height: 1.1 !important; letter-spacing: -0.01em !important; font-variant-numeric: tabular-nums !important; white-space: nowrap !important; }

.rtex-buttons { display: grid !important; grid-template-columns: 1fr 1.5fr !important; gap: 8px !important; }
.rtex-btn {
  display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important;
  height: 46px !important; padding: 0 14px !important; width: auto !important;
  border-radius: 999px !important; font-family: var(--rtex-font) !important;
  font-size: 14.5px !important; font-weight: 600 !important; line-height: 1 !important;
  text-transform: none !important; letter-spacing: 0 !important; box-shadow: none !important;
  transition: opacity var(--rtex-ease), border-color var(--rtex-ease) !important;
}
.rtex-btn svg { stroke: currentColor !important; }
.rtex-cart .rtex-btn--solid, a.rtex-btn--solid { background: var(--rtex-accent, var(--rtex-ink)) !important; border: 1px solid var(--rtex-accent, var(--rtex-ink)) !important; color: #FFFFFF !important; }
.rtex-cart .rtex-btn--solid:hover, a.rtex-btn--solid:hover { opacity: .86 !important; color: #FFFFFF !important; }
.rtex-cart .rtex-btn--solid svg { stroke: #FFFFFF !important; }
.rtex-cart .rtex-btn--ghost, a.rtex-btn--ghost { background: #FFFFFF !important; border: 1px solid var(--rtex-line) !important; color: var(--rtex-ink) !important; font-size: 13.5px !important; font-weight: 500 !important; }
.rtex-cart .rtex-btn--ghost:hover, a.rtex-btn--ghost:hover { border-color: var(--rtex-ink) !important; color: var(--rtex-ink) !important; }

.rtex-trust { display: flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important; font-size: 10.5px !important; white-space: nowrap !important; color: var(--rtex-ink-3) !important; }
.rtex-trust span { white-space: nowrap !important; }
.rtex-trust svg { width: 14px !important; height: 14px !important; stroke: currentColor !important; }

/* ============================================================= 8. empty == */

.rtex-empty { flex: 1 1 auto !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 12px !important; padding: 40px 24px !important; text-align: center !important; }
.rtex-empty p { font-size: 14px !important; color: var(--rtex-ink-2) !important; }
.rtex-empty .rtex-btn { padding: 0 24px !important; }

@keyframes rtexExpand { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================================ 9. mobile == */

@media (max-width: 560px) {
  .rtex-item { grid-template-columns: 54px 1fr auto !important; padding: 12px 14px !important; }
  .rtex-item-img { width: 54px !important; height: 70px !important; }
  .rtex-ship, .rtex-recs-head, .rtex-rail, .rtex-recs-show { padding-left: 14px !important; padding-right: 14px !important; }
  .rtex-foot { padding: 12px 12px 14px !important; }
  .rtex-btn { height: 48px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .rtex-cart *, .rtex-cart *::before, .rtex-cart *::after { animation: none !important; transition: none !important; }
}

/* ================================================ 10. forced strike-through
   התבנית מנטרלת text-decoration בכמה מקומות, לכן הקו מצויר בעצמנו כאלמנט. */
.rtex-cart del,
.rtex-cart .rtex-strike {
  position: relative !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: var(--rtex-ink-3) !important;
}
.rtex-cart del::after,
.rtex-cart .rtex-strike::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  left: -1px !important;
  right: -1px !important;
  top: 50% !important;
  height: 1px !important;
  background: var(--rtex-ink-3) !important;
  transform: none !important;
  pointer-events: none !important;
}
.rtex-cart del *, .rtex-cart .rtex-strike * { color: var(--rtex-ink-3) !important; text-decoration: none !important; }
.rtex-cart .rtex-card-price del, .rtex-cart .rtex-card-price .rtex-strike { font-size: 11px !important; font-weight: 400 !important; line-height: 1.25 !important; }
.rtex-cart .rtex-card-price del *, .rtex-cart .rtex-card-price .rtex-strike * { font-size: 11px !important; }
.rtex-cart .rtex-total-values del { font-size: 13px !important; font-weight: 400 !important; }

/* מחיר מקורי בשורת מוצר */
.rtex-cart .rtex-line-old { font-size: 11px !important; font-weight: 400 !important; line-height: 1.25 !important; }
.rtex-cart .rtex-line-old * { font-size: 11px !important; }
