
.sp-cart-shell[data-v-21ac12f7] { background: var(--sp-cart-surface, #fff); color: var(--sp-cart-text, #374151);
}
/* תצוגת מבצע בעגלה */
.sp-orig-price[data-v-21ac12f7] { text-decoration: line-through; color: #9ca3af; font-size: .82em; margin-left: 6px;
}
.sp-disc-price[data-v-21ac12f7] { color: #dc2626; font-weight: 800;
}
.sp-disc-badge[data-v-21ac12f7] { display: inline-block; background: #fee2e2; color: #b91c1c; border-radius: 6px; padding: 1px 6px; font-size: .72em; font-weight: 800; margin-right: 6px;
}
.sp-cart-discount[data-v-21ac12f7] { display: block; color: #16a34a; font-size: .72em; font-weight: 700;
}
.sp-progress-list[data-v-21ac12f7] { padding: 10px 12px 2px; display: grid; gap: 8px;
}
.sp-progress-card[data-v-21ac12f7] { border: 1px solid rgba(22, 163, 74, .25); background: #f0fdf4; border-radius: 12px; padding: 10px;
}
.sp-progress-copy[data-v-21ac12f7] { display: flex; justify-content: space-between; gap: 8px; font-size: 12px;
}
.sp-progress-copy strong[data-v-21ac12f7] { color: #166534;
}
.sp-progress-copy span[data-v-21ac12f7] { color: #4b5563;
}
.sp-progress-message[data-v-21ac12f7] { display: grid; gap: 2px; text-align: left;
}
.sp-progress-message b[data-v-21ac12f7] { color: #166534;
}
.sp-progress-message small[data-v-21ac12f7] { color: #4b5563; line-height: 1.25;
}
.sp-progress-track[data-v-21ac12f7] { height: 5px; margin-top: 8px; border-radius: 99px; overflow: hidden; background: #dcfce7;
}
.sp-progress-track span[data-v-21ac12f7] { display: block; height: 100%; background: #16a34a; transition: width .2s ease;
}
.sp-progress-actions[data-v-21ac12f7] { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 9px;
}
.sp-complete-btn[data-v-21ac12f7] { display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 8px; padding: 7px 10px; background: #166534; color: #fff; font-size: 12px; font-weight: 800; cursor: pointer;
}
.sp-complete-btn[data-v-21ac12f7]:hover { background: #14532d;
}
.sp-all-promos-link[data-v-21ac12f7] { color: #166534; font-size: 11px; font-weight: 800; text-decoration: underline;
}
.sp-suggestions-overlay[data-v-21ac12f7] { position: fixed; inset: 0; z-index: 10010; display: flex; justify-content: flex-end; background: rgba(17, 24, 39, .42);
}
.sp-suggestions-panel[data-v-21ac12f7] { width: min(440px, 100%); height: 100%; overflow-y: auto; background: #fff; box-shadow: -10px 0 32px rgba(0, 0, 0, .16); padding: 18px;
}
.sp-suggestions-header[data-v-21ac12f7] { position: sticky; top: -18px; z-index: 1; display: flex; justify-content: space-between; align-items: center; margin: -18px -18px 14px; padding: 18px; background: #fff; border-bottom: 1px solid #e5e7eb;
}
.sp-suggestions-header div[data-v-21ac12f7] { display: grid; gap: 3px;
}
.sp-suggestions-header small[data-v-21ac12f7] { color: #6b7280;
}
.sp-close[data-v-21ac12f7] { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f3f4f6; font-size: 24px; line-height: 1; cursor: pointer;
}
.sp-suggestions-grid[data-v-21ac12f7] { display: grid; gap: 10px;
}
.sp-suggestion-card[data-v-21ac12f7] { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 10px; border: 1px solid #e5e7eb; border-radius: 12px; padding: 9px;
}
.sp-suggestion-card img[data-v-21ac12f7] { width: 58px; height: 58px; border-radius: 9px; object-fit: contain; background: #f9fafb;
}
.sp-suggestion-info[data-v-21ac12f7] { display: grid; gap: 4px; min-width: 0;
}
.sp-suggestion-info strong[data-v-21ac12f7] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px;
}
.sp-suggestion-info span[data-v-21ac12f7] { color: #166534; font-weight: 800;
}
.sp-suggestion-card .btn[data-v-21ac12f7] { white-space: nowrap; font-size: 12px;
}
.sp-suggestions-state[data-v-21ac12f7] { padding: 40px 12px; text-align: center; color: #6b7280;
}
.paynaow[data-v-21ac12f7]{ background-color: var(--maincolor) !important;}
.checkout-bar-final[data-v-21ac12f7],
.checkout-bar[data-v-21ac12f7] {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  z-index: 1000;
  background-color: #f8f9fa;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.checkout-bar-final[data-v-21ac12f7] {
  background-color: var(--maincolor) !important;
  color: #fff;
}
.checkout-btn-final[data-v-21ac12f7],
.checkout-btn[data-v-21ac12f7] {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}
.checkout-btn-final[data-v-21ac12f7] {
  background-color: #28a745;
  color: #fff;
}
.checkout-btn-final[data-v-21ac12f7]:hover {
  background-color: #218838;
}
.checkout-btn[data-v-21ac12f7] {
  background-color: #ffc107;
  color: #000;
}
.checkout-btn[data-v-21ac12f7]:hover {
  background-color: #e0a800;
}
.checkout-btn-final i[data-v-21ac12f7],
.checkout-btn i[data-v-21ac12f7] {
  margin-left: 10px;
  font-size: 22px;
}
.price[data-v-21ac12f7] {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.checkout-bar-final .price[data-v-21ac12f7] {
  color: #fff;
}
@media (max-width: 450px) {
.etx1-pulsate-arrow i[data-v-21ac12f7] {
    animation: etx1-pulsate-21ac12f7 1s infinite;
}
@keyframes etx1-pulsate-21ac12f7 {
0%, 100% {
      transform: translateX(0);
}
50% {
      transform: translateX(5px); /* תזוזה קטנה ימינה */
}
}
#super .boxSuper aside .checkout-bar[data-v-21ac12f7] {
    position: absolute;
    display: flex;
   top:0;
    height: 100px;
    left: 10px;
    width: 100%;
    max-width: 380px !important;
    z-index: 1000;
    background-color: #f8f9fa;
    border-radius: 0!important;
    padding: 15px;
}
.mgt100[data-v-21ac12f7]{
    margin-top: 100px;
}
  /* dvh with a vh fallback — on iOS Safari 100vh exceeds the visible viewport,
     which pushed the cart's bottom controls behind the browser toolbar. */
#super .boxSuper.show-cart aside .cart-shop[data-v-21ac12f7] {
    position: relative !important;
    height: calc(100vh - 130px - var(--header-height)) !important;
    height: calc(100dvh - 130px - var(--header-height)) !important;
}
}

/* Kill owl-carousel extra padding from super.scss */
.sp-slider-wrap .owl-carousel .owl-stage-outer {
    padding: 0 !important;
}

/* ===== SECTION WRAPPER ===== */
.sp-products-section {
    padding: 12px 0;
}

/* ===== SHARED PRODUCT CARD BASE ===== */
.sp-slider-wrap .sp-product-card {
    min-width: 140px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sp-slider-wrap .sp-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}
.sp-slider-wrap .sp-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #EF4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    direction: ltr;
    z-index: 2;
    letter-spacing: -0.5px;
}
.sp-slider-wrap .sp-card-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1F2937;
}
.sp-slider-wrap .sp-title-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.sp-slider-wrap .sp-card-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
}
.sp-slider-wrap .sp-card-price {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #1F2937;
}
.sp-slider-wrap .sp-card-compare {
    font-size: 12px;
    color: #9CA3AF;
    text-decoration: line-through;
}

/* ========================================
   STYLE 1 - קלאסי (Classic supermarket card)
   Vertical: image on top, body below
   ======================================== */
.sp-slider-wrap .sp-style-1 {
    border: 1px solid #EAEDF0;
    border-radius: var(--sp-card-radius, 8px);
    display: flex;
    flex-direction: column;
}
.sp-slider-wrap .sp-style-1 .sp-card-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFBFC;
    position: relative;
    border-radius: var(--sp-card-radius, 8px) var(--sp-card-radius, 8px) 0 0;
    text-decoration: none;
}
.sp-slider-wrap .sp-style-1 .sp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    padding: 8px;
}
.sp-slider-wrap .sp-style-1:hover .sp-card-img img {
    transform: scale(1.05);
}
.sp-slider-wrap .sp-style-1 .sp-card-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* ========================================
   STYLE 2 - אוברליי (+/- על התמונה)
   ======================================== */
.sp-slider-wrap .sp-style-2 {
    border: none;
    border-radius: var(--sp-card-radius, 12px);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: relative;
}
.sp-slider-wrap .sp-s2-img-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #FAFBFC;
    border-radius: var(--sp-card-radius, 12px) var(--sp-card-radius, 12px) 0 0;
}
.sp-slider-wrap .sp-s2-img-link {
    display: block;
    width: 100%;
    height: 100%;
}
.sp-slider-wrap .sp-s2-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    padding: 8px;
}
.sp-slider-wrap .sp-style-2:hover .sp-s2-img-wrap img {
    transform: scale(1.05);
}
.sp-slider-wrap .sp-s2-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.45) 100%);
    z-index: 3;
}
.sp-slider-wrap .sp-s2-body {
    padding: 10px 12px 12px;
}

/* ========================================
   STYLE 3 - קומפקט (כרטיס אופקי)
   ======================================== */
.sp-slider-wrap .sp-style-3 {
    display: flex;
    flex-direction: row;
    border: 1px solid #EAEDF0;
    border-radius: var(--sp-card-radius, 8px);
}
.sp-slider-wrap .sp-style-3:hover {
    transform: translateY(-2px);
}
.sp-slider-wrap .sp-s3-img {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFBFC;
    position: relative;
    border-radius: 0 var(--sp-card-radius, 8px) var(--sp-card-radius, 8px) 0;
    text-decoration: none;
}
.sp-slider-wrap .sp-s3-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    padding: 6px;
}
.sp-slider-wrap .sp-style-3:hover .sp-s3-img img {
    transform: scale(1.06);
}
.sp-slider-wrap .sp-s3-body {
    flex: 1;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}
.sp-slider-wrap .sp-s3-body .sp-card-title {
    -webkit-line-clamp: 1;
    font-size: 13px;
    margin-bottom: 2px;
}

/* ========================================
   STYLE 4 - PREMIUM SHOWCASE
   No quantity/add-to-cart/trust strip by design.
   ======================================== */
.sp-slider-wrap .sp-style-4 {
    border: 1px solid #edf0f2;
    border-radius: var(--sp-card-radius, 8px);
    background: #fff;
}
.sp-slider-wrap .sp-s4-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 28px 24px 14px;
    border-radius: var(--sp-card-radius, 8px) var(--sp-card-radius, 8px) 0 0;
    background:
        radial-gradient(circle at 88% 82%, color-mix(in srgb, var(--sp-s4-accent) 10%, transparent) 0 22%, transparent 23%),
        linear-gradient(145deg, #fff 65%, color-mix(in srgb, var(--sp-s4-accent) 5%, #fff));
    text-decoration: none;
}
.sp-slider-wrap .sp-s4-media > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}
.sp-slider-wrap .sp-style-4:hover .sp-s4-media > img { transform: scale(1.035);
}
.sp-slider-wrap .sp-s4-heart {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #8b949e;
    font-size: 18px;
}
.sp-slider-wrap .sp-s4-sale-stack {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: grid;
    justify-items: start;
    gap: 5px;
}
.sp-slider-wrap .sp-s4-sale-stack b,
.sp-slider-wrap .sp-s4-sale-stack em {
    padding: 4px 9px;
    border-radius: 8px;
    color: #fff;
    background: var(--sp-s4-accent);
    font-size: 11px;
    font-style: normal;
    line-height: 1.15;
}
.sp-slider-wrap .sp-s4-sale-stack em {
    color: var(--sp-s4-accent);
    background: color-mix(in srgb, var(--sp-s4-accent) 11%, #fff);
    font-weight: 700;
}
.sp-slider-wrap .sp-s4-body {
    display: grid;
    gap: 8px;
    padding: 16px 18px 19px;
    border-top: 1px solid #f0f2f4;
    text-align: right;
}
.sp-slider-wrap .sp-s4-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #7b8490;
    font-size: 11px;
}
.sp-slider-wrap .sp-s4-title {
    min-height: 38px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.25;
}
.sp-slider-wrap .sp-s4-prices {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px dashed #e5e7eb;
}
.sp-slider-wrap .sp-s4-prices strong { margin-right: auto; color: var(--sp-s4-accent); font-size: 22px; line-height: 1;
}
.sp-slider-wrap .sp-s4-compare { color: #8b949e; font-size: 13px; text-decoration: line-through;
}

/* =========================================================
   Style 1 - קלאסי: Override AddCart to match editor layout
   ========================================================= */
.sp-active-style-1 .add-cart-component {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sp-active-style-1 .item-pricing {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}
/* Price on top (like editor: title → price → qty → button) */
.sp-active-style-1 .pricing-wrapper {
    order: -1;
}
.sp-active-style-1 .pr-price {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #1F2937 !important;
    letter-spacing: -0.5px;
}
.sp-active-style-1 .pr-original {
    font-size: 12px !important;
    color: #9CA3AF !important;
}
/* Qty selector - gray pill container with COLORED round buttons (like editor) */
.sp-active-style-1 .add-to-cart {
    background: #F3F4F6 !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    direction: ltr;
}
/* COLORED buttons matching editor's sp-qty-btn with btnStyles */
.sp-active-style-1 .qty-btn {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    background: var(--sp-btn-bg, #4F46E5) !important;
    color: var(--sp-btn-text, #fff) !important;
    transition: all 0.15s ease !important;
    border: none !important;
}
.sp-active-style-1 .qty-btn:hover:not(.disabled) {
    filter: brightness(0.88) !important;
    transform: scale(1.1) !important;
}
.sp-active-style-1 .qty-btn svg {
    width: 16px !important;
    height: 16px !important;
    color: var(--sp-btn-text, #fff) !important;
    fill: var(--sp-btn-text, #fff) !important;
}
.sp-active-style-1 .quantity {
    font-size: 15px !important;
    font-weight: 700 !important;
    min-width: 34px !important;
    color: #1F2937 !important;
}
.sp-active-style-1 .text {
    min-width: 50px;
    text-align: center;
}
.sp-active-style-1 .sm {
    font-size: 11px !important;
    color: #9CA3AF !important;
    font-weight: 500 !important;
}
.sp-active-style-1 .item-in-cart {
    background: #DCFCE7 !important;
    border-radius: 20px !important;
}

/* =========================================================
   Style 2 - אוברליי: frosted glass on image
   ========================================================= */
.sp-active-style-2 .sp-s2-overlay .add-cart-component {
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100%;
}
.sp-active-style-2 .sp-s2-overlay .item-pricing {
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1;
}
.sp-active-style-2 .sp-s2-overlay .add-to-cart {
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 2px !important;
    direction: ltr;
    gap: 2px !important;
}
.sp-active-style-2 .sp-s2-overlay .qty-btn {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.85) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
    border: none !important;
}
.sp-active-style-2 .sp-s2-overlay .qty-btn:hover:not(.disabled) {
    background: #fff !important;
    transform: scale(1.12) !important;
}
.sp-active-style-2 .sp-s2-overlay .qty-btn svg {
    width: 18px !important;
    height: 18px !important;
}
.sp-active-style-2 .sp-s2-overlay .quantity {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    min-width: 28px !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
}
.sp-active-style-2 .sp-s2-overlay .sm {
    color: rgba(255,255,255,0.8) !important;
    font-size: 10px !important;
}
.sp-active-style-2 .sp-s2-overlay .pr-price {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
}
.sp-active-style-2 .sp-s2-overlay .pr-original {
    color: rgba(255,255,255,0.7) !important;
    font-size: 11px !important;
}
.sp-active-style-2 .sp-s2-overlay .pricing-wrapper {
    margin-right: auto;
}
.sp-active-style-2 .sp-s2-overlay .item-in-cart {
    background: rgba(34,197,94,0.2) !important;
    backdrop-filter: blur(6px) !important;
    border-radius: 20px !important;
}
.sp-active-style-2 .sp-s2-overlay .cart-icon {
    color: #fff !important;
}

/* =========================================================
   Style 3 - קומפקט: compact horizontal with colored buttons
   ========================================================= */
.sp-active-style-3 .add-cart-component {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sp-active-style-3 .item-pricing {
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
}
.sp-active-style-3 .add-to-cart {
    background: #F3F4F6 !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 2px !important;
    direction: ltr;
    gap: 2px !important;
}
.sp-active-style-3 .qty-btn {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    background: var(--sp-btn-bg, #4F46E5) !important;
    color: var(--sp-btn-text, #fff) !important;
    border: none !important;
    transition: all 0.15s ease !important;
}
.sp-active-style-3 .qty-btn:hover:not(.disabled) {
    filter: brightness(0.88) !important;
    transform: scale(1.1) !important;
}
.sp-active-style-3 .qty-btn svg {
    width: 14px !important;
    height: 14px !important;
    color: var(--sp-btn-text, #fff) !important;
    fill: var(--sp-btn-text, #fff) !important;
}
.sp-active-style-3 .quantity {
    font-size: 13px !important;
    font-weight: 700 !important;
    min-width: 24px !important;
}
.sp-active-style-3 .text {
    min-width: 40px !important;
}
.sp-active-style-3 .sm {
    font-size: 10px !important;
}
.sp-active-style-3 .pr-price {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #1F2937 !important;
}
.sp-active-style-3 .pr-original {
    font-size: 11px !important;
    color: #9CA3AF !important;
}
.sp-active-style-3 .item-in-cart {
    background: #DCFCE7 !important;
    border-radius: 16px !important;
    padding: 4px 8px !important;
}



.custom-control.custom-checkbox{padding-left: 0 !important;}
label.custom-control-label {
    position: relative !important;
    padding-right: 1.5rem !important;
}
label.custom-control-label::before, label.custom-control-label::after{
    right: 0 !important;
    left: auto !important;
}

.sp-card-disc[data-v-460da989] { color: #dc2626; font-weight: 800;
}
.sp-card-orig[data-v-460da989] { color: #9ca3af; font-size: 14px;
}
.sp-card-badge[data-v-460da989] { background: #fee2e2; color: #b91c1c; border-radius: 6px; padding: 1px 7px; font-size: 12px; font-weight: 800;
}
.sp-bundle-badges[data-v-460da989] { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 5px; margin-top: 7px;
}
.sp-bundle-badge[data-v-460da989] { display: inline-flex; align-items: center; border-radius: 999px; padding: 3px 8px; background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; font-size: 12px; font-weight: 800;
}


.sp-bundle-badges[data-v-7a0f6279] { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 5px; margin-top: 7px;
}
.sp-bundle-badge[data-v-7a0f6279] { display: inline-flex; border-radius: 999px; padding: 3px 8px; background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; font-size: 12px; font-weight: 800;
}


.spp-buy-box[data-v-5bb3ec69] { display:grid; gap:9px; text-align:right;
}
.spp-buy-label[data-v-5bb3ec69] { margin:0; color:#374151; font-size:13px; font-weight:800;
}
.spp-buy-unit[data-v-5bb3ec69] { color:#8b949e; font-size:12px;
}
.spp-quantity[data-v-5bb3ec69] { display:grid; grid-template-columns:52px minmax(70px, 1fr) 52px; align-items:center; min-height:50px; overflow:hidden; border:1px solid #dfe4ea; border-radius:15px; background:#fff; direction:ltr;
}
.spp-quantity-btn[data-v-5bb3ec69] { align-self:stretch; border:0; background:#f7f9fb; color:#1f2937; font-size:24px; font-weight:500; cursor:pointer; transition:background .15s ease, color .15s ease;
}
.spp-quantity-btn[data-v-5bb3ec69]:hover:not(:disabled) { background:#edf8f1; color:#08783f;
}
.spp-quantity-btn[data-v-5bb3ec69]:disabled { color:#c4cbd3; cursor:not-allowed;
}
.spp-quantity-value[data-v-5bb3ec69] { text-align:center; color:#111827; font-size:18px;
}
.btnco[data-v-5bb3ec69] { gap:9px; transition:transform .15s ease, filter .15s ease;
}
.sp-bundle-badges[data-v-5bb3ec69] { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px;
}
.sp-bundle-badge[data-v-5bb3ec69] { border-radius: 999px; padding: 4px 9px; background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; font-size: 13px; font-weight: 800;
}







.so-page[data-v-dc9b732e] { max-width: 1120px; margin: 0 auto; padding: 28px 16px 70px; color: #111827;
}
.so-hero[data-v-dc9b732e] { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 18px;
}
.so-eyebrow[data-v-dc9b732e] { color: #6b7280; font-size: 13px; font-weight: 700;
}
.so-hero h1[data-v-dc9b732e] { margin: 4px 0; font-size: clamp(24px, 4vw, 34px); font-weight: 900;
}
.so-hero p[data-v-dc9b732e] { margin: 0; color: #6b7280;
}
.so-status[data-v-dc9b732e] { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 9px 13px; font-weight: 800; white-space: nowrap;
}
.so-status.received[data-v-dc9b732e], .so-status.picking[data-v-dc9b732e] { background: #fff7ed; color: #c2410c;
}
.so-status.ready[data-v-dc9b732e] { background: #eff6ff; color: #1d4ed8;
}
.so-status.completed[data-v-dc9b732e] { background: #ecfdf5; color: #047857;
}
.so-status.cancelled[data-v-dc9b732e] { background: #fef2f2; color: #b91c1c;
}
.so-card[data-v-dc9b732e] { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; box-shadow: 0 2px 8px rgba(15,23,42,.04);
}
.so-timeline[data-v-dc9b732e] { display: grid; grid-template-columns: repeat(4, 1fr); padding: 18px; margin-bottom: 18px;
}
.so-step[data-v-dc9b732e] { position: relative; display: flex; gap: 9px; color: #9ca3af;
}
.so-step[data-v-dc9b732e]:not(:last-child)::after { content: ''; position: absolute; top: 16px; right: 36px; left: 5px; height: 2px; background: #e5e7eb;
}
.so-step.done[data-v-dc9b732e]:not(:last-child)::after { background: #10b981;
}
.so-dot[data-v-dc9b732e] { position: relative; z-index: 1; display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; background: #f3f4f6;
}
.so-step.done .so-dot[data-v-dc9b732e] { background: #10b981; color: #fff;
}
.so-step div[data-v-dc9b732e] { display: grid; gap: 2px;
}
.so-step strong[data-v-dc9b732e] { font-size: 13px;
}
.so-step small[data-v-dc9b732e] { font-size: 11px;
}
.so-change-alert[data-v-dc9b732e] { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 12px 15px; border: 1px solid #bae6fd; border-radius: 12px; background: #f0f9ff; color: #075985;
}
.so-grid[data-v-dc9b732e] { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .8fr); gap: 18px; align-items: start;
}
.so-items[data-v-dc9b732e], .so-summary[data-v-dc9b732e], .so-details[data-v-dc9b732e] { overflow: hidden;
}
.so-card-head[data-v-dc9b732e] { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; border-bottom: 1px solid #f3f4f6;
}
.so-card-head h2[data-v-dc9b732e] { margin: 0; font-size: 17px; font-weight: 900;
}
.so-card-head span[data-v-dc9b732e] { color: #6b7280; font-size: 12px;
}
.so-item[data-v-dc9b732e] { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 13px; align-items: center; padding: 14px 18px; border-bottom: 1px solid #f3f4f6;
}
.so-image[data-v-dc9b732e] { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 12px; overflow: hidden; background: #f9fafb; color: #9ca3af;
}
.so-image img[data-v-dc9b732e] { width: 100%; height: 100%; object-fit: contain;
}
.so-item-main[data-v-dc9b732e] { display: grid; gap: 4px; min-width: 0;
}
.so-item-main strong[data-v-dc9b732e] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.so-item-main small[data-v-dc9b732e] { color: #7c3aed;
}
.so-item-main span[data-v-dc9b732e] { color: #6b7280; font-size: 13px;
}
.so-item-price[data-v-dc9b732e] { display: grid; justify-items: end; gap: 3px;
}
.so-item-price del[data-v-dc9b732e] { color: #9ca3af; font-size: 12px;
}
.so-item-price strong[data-v-dc9b732e] { font-size: 15px;
}
.so-promo[data-v-dc9b732e], .so-protected[data-v-dc9b732e] { color: #047857; font-size: 11px; font-weight: 800;
}
.so-removed[data-v-dc9b732e] { padding: 15px 18px; background: #f9fafb;
}
.so-removed h3[data-v-dc9b732e] { margin: 0 0 8px; font-size: 14px;
}
.so-removed div[data-v-dc9b732e] { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; color: #6b7280; font-size: 12px;
}
.so-removed strong[data-v-dc9b732e] { color: #047857; white-space: nowrap;
}
aside[data-v-dc9b732e] { display: grid; gap: 14px;
}
.so-summary[data-v-dc9b732e], .so-details[data-v-dc9b732e] { padding-bottom: 14px;
}
.so-row[data-v-dc9b732e] { display: flex; justify-content: space-between; gap: 12px; padding: 8px 18px; color: #6b7280; font-size: 13px;
}
.so-row strong[data-v-dc9b732e] { color: #111827;
}
.so-row.saving[data-v-dc9b732e], .so-row.saving strong[data-v-dc9b732e] { color: #047857;
}
.so-total[data-v-dc9b732e] { display: flex; justify-content: space-between; padding: 14px 18px 5px; margin-top: 6px; border-top: 1px solid #e5e7eb; font-size: 18px; font-weight: 900;
}
.so-saved[data-v-dc9b732e] { margin: 10px 18px 0; padding: 9px; border-radius: 10px; background: #ecfdf5; color: #047857; text-align: center; font-size: 12px; font-weight: 800;
}
.so-invoice[data-v-dc9b732e] { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 12px 18px 0; padding: 10px; border-radius: 10px; background: #111827; color: #fff; font-weight: 800; text-decoration: none;
}
.so-details > div[data-v-dc9b732e]:not(.so-card-head) { display: flex; align-items: center; gap: 9px; padding: 7px 18px; color: #4b5563; font-size: 13px;
}
.so-details i[data-v-dc9b732e] { width: 16px; color: #6b7280; text-align: center;
}
.so-contact[data-v-dc9b732e] { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 11px; border: 1px solid #d1d5db; border-radius: 11px; color: #374151; font-weight: 700; text-decoration: none;
}
@media (max-width: 760px) {
.so-grid[data-v-dc9b732e] { grid-template-columns: 1fr;
}
.so-timeline[data-v-dc9b732e] { grid-template-columns: 1fr 1fr; gap: 16px;
}
.so-step[data-v-dc9b732e]::after { display: none;
}
.so-hero[data-v-dc9b732e] { align-items: center;
}
}
@media (max-width: 480px) {
.so-page[data-v-dc9b732e] { padding-inline: 10px;
}
.so-hero[data-v-dc9b732e] { align-items: flex-start;
}
.so-item[data-v-dc9b732e] { grid-template-columns: 52px minmax(0, 1fr);
}
.so-image[data-v-dc9b732e] { width: 52px; height: 52px;
}
.so-item-price[data-v-dc9b732e] { grid-column: 2; justify-items: start;
}
}





.co-wrapper[data-v-6690427f] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 16px;
}

/* Loading */
.co-loading[data-v-6690427f] {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.co-loading-inner[data-v-6690427f] {
    text-align: center;
}
.co-loading-inner h4[data-v-6690427f] {
    margin: 16px 0 6px;
    color: #111827;
    font-weight: 700;
}
.co-loading-inner p[data-v-6690427f] {
    color: #9ca3af;
    font-size: 0.9rem;
}
.co-spinner[data-v-6690427f] {
    width: 44px;
    height: 44px;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: co-spin-6690427f 0.7s linear infinite;
    margin: 0 auto;
}
@keyframes co-spin-6690427f {
to { transform: rotate(360deg);
}
}

/* Upsell */
.co-upsell[data-v-6690427f] {
    margin-bottom: 24px;
}
.co-upsell-header h3[data-v-6690427f] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px;
}
.co-upsell-header p[data-v-6690427f] {
    font-size: 0.85rem;
    color: #9ca3af;
    margin: 0 0 16px;
}
.co-products-grid[data-v-6690427f] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.co-product-card[data-v-6690427f] {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.co-product-card[data-v-6690427f]:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.co-product-img[data-v-6690427f] {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.co-product-img img[data-v-6690427f] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.co-product-title[data-v-6690427f] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 4px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.co-product-price[data-v-6690427f] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 8px;
}
.co-product-action[data-v-6690427f] {
    margin-top: auto;
}

/* Summary */
.co-summary[data-v-6690427f] {
    margin-bottom: 20px;
}
.co-summary-card[data-v-6690427f] {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.co-summary-row[data-v-6690427f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 0.9rem;
    color: #6b7280;
    border-bottom: 1px solid #f9fafb;
}
.co-summary-row strong[data-v-6690427f] {
    color: #111827;
}
.co-summary-discount[data-v-6690427f],
.co-summary-discount strong[data-v-6690427f] { color: #047857;
}
.co-summary-total[data-v-6690427f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 0;
    margin-top: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    border-top: 2px solid #e5e7eb;
}

/* CTA */
.co-cta[data-v-6690427f] {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.co-btn-back[data-v-6690427f] {
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    background: #f3f4f6;
    text-decoration: none;
    transition: all 0.15s;
}
.co-btn-back[data-v-6690427f]:hover {
    background: #e5e7eb;
    color: #374151;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 640px) {
.co-products-grid[data-v-6690427f] {
        grid-template-columns: repeat(2, 1fr);
}
}

.delivery-option[data-v-51197ee1] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 2px solid transparent;
  padding: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #f9f9f9;
}
.delivery-option[data-v-51197ee1]:hover, .delivery-option.active[data-v-51197ee1] {
  border-color: #4CAF50;
  background-color: #e0ffe0;
}
.icon-container[data-v-51197ee1] {
  margin-bottom: 10px;
}
.fa-4x[data-v-51197ee1] {
  font-size: 4em;
}
.unique-container[data-v-51197ee1] {
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 10px;
}
.unique-iframe[data-v-51197ee1] {
  height: 510px;
  width: 100%;
  border: none;
}
.unique-button[data-v-51197ee1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  background-color: #ffeb3b;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.unique-button[data-v-51197ee1]:hover {
  background-color: #ffc107;
  color: #fff;
}
.unique-button i[data-v-51197ee1] {
  margin-right: 5px;
}
.payment-card[data-v-51197ee1] {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.payment-option-card[data-v-51197ee1] {
  background-color: #f9f9f9;
}
.payment-option-card[data-v-51197ee1]:hover {
  background-color: #e0e0e0;
}
.spinner-border[data-v-51197ee1] {
  display: block;
  margin: 0 auto;
}
/* ──────────────────────────────────────────────────────────────────
   Contact / signup form — refreshed for a cleaner 2026 look.
   Goal: stay clean and uncluttered while feeling modern and credible.
   ────────────────────────────────────────────────────────────────── */
.contact-form[data-v-51197ee1] {
  max-width: 480px;
  margin: 32px auto;
  padding: 32px 28px 28px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.08);
}
.contact-form h2[data-v-51197ee1] {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 1.45rem;
  color: #0f172a;
  letter-spacing: -0.01em;
}

/* Info banner under the title (the alert <div>) — turn the bland card
   into a friendly hint row with a subtle accent edge. */
.contact-form > .alert[data-v-51197ee1] {
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: 12px 14px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0;
  border-inline-start: 3px solid #6366f1;
  border-radius: 10px;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.55;
  text-align: start;
}
.form-group[data-v-51197ee1] {
  position: relative;
  margin-bottom: 16px;
}
.form-group label[data-v-51197ee1] {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  color: #334155;
  letter-spacing: 0.01em;
}
.form-group i[data-v-51197ee1] {
  position: absolute;
  top: auto;
  bottom: 14px;
  left: 14px;
  right: auto;
  transform: none;
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
  transition: color 150ms ease;
}
.form-control[data-v-51197ee1] {
  padding: 12px 14px 12px 40px;
  height: 46px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-size: 0.95rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  box-shadow: none;
}
.form-control[data-v-51197ee1]::placeholder {
  color: #94a3b8;
}
.form-control[data-v-51197ee1]:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}
.form-group:focus-within i[data-v-51197ee1] {
  color: #6366f1;
}
.btn-primary[data-v-51197ee1] {
  background: linear-gradient(180deg, #4f46e5 0%, #4338ca 100%);
  border: 0;
  height: 48px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  box-shadow:
    0 1px 2px rgba(67, 56, 202, 0.20),
    0 6px 16px rgba(67, 56, 202, 0.18);
  transition: transform 120ms ease, box-shadow 150ms ease, filter 150ms ease;
}
.btn-primary[data-v-51197ee1]:hover:not(.disabled):not(:disabled) {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow:
    0 2px 4px rgba(67, 56, 202, 0.22),
    0 10px 24px rgba(67, 56, 202, 0.24);
}
.btn-link[data-v-51197ee1] {
  color: #4f46e5;
  font-weight: 500;
  transition: color 150ms ease;
}
.btn-link[data-v-51197ee1]:hover {
  color: #4338ca;
  text-decoration: none;
}
.text-center i[data-v-51197ee1] {
  margin-left: 5px;
}
.verification-code-container[data-v-51197ee1] {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #f9f9f9;
}
.verification-code-inputs[data-v-51197ee1] {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
}
.verification-code-input[data-v-51197ee1] {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.verification-code-input[data-v-51197ee1]:focus {
  border-color: #007bff;
  outline: none;
}
.verification-code-input.filled[data-v-51197ee1] {
  border-color: #28a745; /* ירוק */
  box-shadow: 0px 0px 5px rgba(40, 167, 69, 0.5); /* ירוק בהיר מסביב */
}
.active-input[data-v-51197ee1] {
  border-color: #007bff;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
}
.resend-timer-container[data-v-51197ee1] {
  margin-top: 20px;
  padding: 10px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.resend-timer-text[data-v-51197ee1] {
  font-size: 16px;
  color: #856404;
  margin: 0;
}
.resend-timer-countdown[data-v-51197ee1] {
  font-weight: 700;
  color: #d9534f;
}
.g4-choice-section[data-v-51197ee1] {
  gap: 20px;
}
.g4-choice-card[data-v-51197ee1] {
  background-color: #ffffff;
  border-radius: 10px;

  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.g4-choice-card[data-v-51197ee1]:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.g4-choice-title[data-v-51197ee1] {
  font-weight: bold;
  color: #333;
}
.g4-choice-btn-container[data-v-51197ee1] {
  width: 100%;
}
.g4-choice-btn[data-v-51197ee1] {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.g4-choice-btn i[data-v-51197ee1] {
  font-size: 20px;
}
.g4-btn-blue-gradient[data-v-51197ee1] {
  background: linear-gradient(45deg, #1e90ff, #00bfff);
  color: #fff;
}
.g4-btn-blue-gradient[data-v-51197ee1]:hover {
  background: linear-gradient(45deg, #1c86ee, #00acee);
}
.g4-btn-green-gradient[data-v-51197ee1] {
  background: linear-gradient(45deg, #28a745, #20c997);
  color: #fff;
}
.g4-btn-green-gradient[data-v-51197ee1]:hover {
  background: linear-gradient(45deg, #218838, #17a2b8);
}
.g4-btn-white[data-v-51197ee1] {
  background-color: #ffffff;
  color: #444;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.g4-btn-white[data-v-51197ee1]:hover {
  background-color: #f8f9fa;
  color: #222;
}
.btn-gradient-warning[data-v-51197ee1] {
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.1rem;
  border-radius: 25px;
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.btn-gradient-warning i[data-v-51197ee1] {
  margin-left: 8px;
}
.btn-gradient-warning[data-v-51197ee1]:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.g4-btn-shine[data-v-51197ee1] {
  position: relative;
  overflow: hidden;
}
.g4-btn-shine[data-v-51197ee1]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 10%, transparent 10.01%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}
.g4-btn-shine[data-v-51197ee1]:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.g4-cart-summary[data-v-51197ee1] {
  border-radius: 10px;
  background-color: #f8f9fa;
}
.g4-summary-title[data-v-51197ee1] {
  font-weight: bold;
  color: #343a40;
  display: flex;
  align-items: center;
}
.g4-summary-title i[data-v-51197ee1] {
  margin-right: 8px;
  color: #007bff;
}
.g4-summary-amount[data-v-51197ee1] {
  font-weight: bold;
  color: #28a745;
}
.alert-warning[data-v-51197ee1] {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  color: #856404;
}
.alert-warning i[data-v-51197ee1] {
  color: #856404;
}
.g5-card[data-v-51197ee1] {
  border-radius: 15px;
  background-color: #ffffff;
  transition: transform 0.2s ease;
}
.g5-card[data-v-51197ee1]:hover {
  transform: scale(1.02);
}
.g5-icon-card[data-v-51197ee1] {
  color: #5a67d8;
}
.g5-card-title[data-v-51197ee1] {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4a5568;
}
.g5-btn-edit[data-v-51197ee1] {
  background-color: #3182ce;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 0.9rem;
}
.g5-btn-edit[data-v-51197ee1]:hover {
  background-color: #2b6cb0;
}
.g5-card-select[data-v-51197ee1] {
  background-color: #edf2f7;
}
.g5-btn-select[data-v-51197ee1] {
  background-color: #38b2ac;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
}
.g5-btn-select[data-v-51197ee1]:hover {
  background-color: #319795;
}
.g5-btn-add[data-v-51197ee1] {
  background-color: #e53e3e;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
}
.g5-btn-add[data-v-51197ee1]:hover {
  background-color: #c53030;
}
.g5-summary[data-v-51197ee1] {
  background-color: #f7fafc;
  border-radius: 15px;
}
.g5-terms[data-v-51197ee1] {
  font-size: 0.85rem;
  color: #718096;
}

/* ── Terms-acceptance checkbox (clearing-company requirement) ── */
.g5-terms-check[data-v-51197ee1] {
  font-size: 0.9rem;
  color: #2d3748;
  cursor: pointer;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: background 150ms ease, border-color 150ms ease;
}
.g5-terms-check[data-v-51197ee1]:hover {
  background: #edf2f7;
  border-color: #cbd5e0;
}
.g5-terms-check__box[data-v-51197ee1] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #48bb78;
  margin: 0;
  flex-shrink: 0;
}
.g5-terms-check__label[data-v-51197ee1] {
  line-height: 1.4;
}
.g5-terms-check__label a[data-v-51197ee1] {
  color: #2563eb;
  text-decoration: underline;
}
.g5-terms-hint[data-v-51197ee1] {
  font-size: 0.8rem;
  color: #c53030;
}

/* Passive note for logged-in users (they already accepted at signup) */
.g5-terms-note[data-v-51197ee1] {
  font-size: 0.85rem;
  color: #2f855a;
  padding: 6px 10px;
  background: #f0fff4;
  border: 1px solid #c6f6d5;
  border-radius: 6px;
  display: inline-block;
}
.g5-terms-note i[data-v-51197ee1] {
  margin-left: 4px;
  color: #38a169;
}
.g5-terms-note a[data-v-51197ee1] {
  color: #2563eb;
  text-decoration: underline;
}
.g5-btn-pay[data-v-51197ee1]:disabled {
  background-color: #cbd5e0 !important;
  cursor: not-allowed;
  opacity: 0.7;
}
.g5-spinner[data-v-51197ee1] {
  color: #4a5568;
}
.g5-btn-pay[data-v-51197ee1] {
  background-color: #48bb78;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 12px 0;
  font-size: 1.2rem;
}
.g5-btn-pay i[data-v-51197ee1] {
  margin-right: 8px;
}
.g5-btn-pay[data-v-51197ee1]:hover {
  background-color: #38a169;
}
.g5-alert-success[data-v-51197ee1], .g5-alert-danger[data-v-51197ee1] {
  margin-top: 15px;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.1rem;
}
.g5-shipping-card[data-v-51197ee1] {
  border-radius: 20px;
  overflow: hidden;

  margin-top: 2rem;
  padding-bottom: 2rem;
}
.g5-shipping-card-header[data-v-51197ee1] {

  color: #000;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}
.g5-shipping-card-header h4[data-v-51197ee1] {
  margin: 0;
  font-weight: bold;
}
.g5-shipping-card-body[data-v-51197ee1] {
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.g5-shipping-card-body .form-label[data-v-51197ee1] {
  font-weight: bold;
  color: #4a4a4a;
}
.g5-shipping-card-body .form-control[data-v-51197ee1] {
  border-radius: 10px;
  border: 1px solid #ced4da;
  padding: 10px;
}
.g5-btn-primary[data-v-51197ee1] {
  background-color: #4a90e2;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}
.g5-btn-primary[data-v-51197ee1]:hover {
  background-color: #357abd;
}
.g5-btn-primary i[data-v-51197ee1] {
  margin-right: 8px;
}
.g5-btn-update-payment[data-v-51197ee1] {
  background-color: #f39c12; /* צבע רקע */
  color: #fff; /* צבע טקסט */
  padding: 12px 24px; /* מרווחים פנימיים */
  border-radius: 30px; /* פינות מעוגלות */
  font-size: 1.2rem; /* גודל טקסט */
  font-weight: bold; /* משקל טקסט */
  cursor: pointer; /* מחוון עכבר */
  display: inline-block; /* תצוגה */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); /* צל */
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* אנימציית מעבר */
}
.g5-btn-update-payment i[data-v-51197ee1] {
  margin-right: 8px; /* מרווח בין האייקון לטקסט */
}
.g5-btn-update-payment[data-v-51197ee1]:hover {
  background-color: #e67e22; /* צבע רקע במעבר עכבר */
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15); /* צל במעבר עכבר */
}


.gd1-deliveries-container[data-v-268eea4b] {
  padding: 0;
}

/* Confirmation state */
.gd1-confirmation[data-v-268eea4b] {
  text-align: center;
  padding: 32px 20px;
}
.gd1-confirmation__icon[data-v-268eea4b] {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f0fdf4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.gd1-confirmation__title[data-v-268eea4b] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}
.gd1-confirmation__text[data-v-268eea4b] {
  font-size: 0.95rem;
  color: #374151;
  margin: 0 0 4px;
}
.gd1-confirmation__subtext[data-v-268eea4b] {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}

/* Delivery info banner */
.gd1-delivery-info[data-v-268eea4b] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  color: #fff;
  padding: 16px 18px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.gd1-delivery-info__icon[data-v-268eea4b] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gd1-delivery-info__content[data-v-268eea4b] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gd1-delivery-info__label[data-v-268eea4b] {
  font-size: 0.8rem;
  opacity: 0.85;
}
.gd1-delivery-info__value[data-v-268eea4b] {
  font-size: 1rem;
}
.gd1-delivery-info__note[data-v-268eea4b] {
  font-size: 0.78rem;
  opacity: 0.75;
  margin-top: 4px;
}

/* Spinner */
.gd1-spinner-container[data-v-268eea4b] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.gd1-spinner[data-v-268eea4b] {
  width: 36px;
  height: 36px;
  border: 3px solid #e5e7eb;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: gd1-spin-268eea4b 0.7s linear infinite;
}
@keyframes gd1-spin-268eea4b {
to { transform: rotate(360deg);
}
}

/* Days container - horizontal scroll */
.gd1-days-container[data-v-268eea4b] {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.gd1-days-container[data-v-268eea4b]::-webkit-scrollbar {
  height: 6px;
}
.gd1-days-container[data-v-268eea4b]::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 3px;
}
.gd1-days-container[data-v-268eea4b]::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

/* Day card */
.gd1-day-card[data-v-268eea4b] {
  min-width: 155px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  scroll-snap-align: start;
  transition: box-shadow 0.2s ease;
}
.gd1-day-card[data-v-268eea4b]:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.gd1-day-card__header[data-v-268eea4b] {
  padding: 12px 14px 10px;
  text-align: center;
  border-top: 3px solid #3b82f6;
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
}
.gd1-day-card__name[data-v-268eea4b] {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
}
.gd1-day-card__date[data-v-268eea4b] {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 2px;
}
.gd1-day-card__slots[data-v-268eea4b] {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Time slot button */
.gd1-time-btn[data-v-268eea4b] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: right;
}
.gd1-time-btn[data-v-268eea4b]:hover {
  background: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(59,130,246,0.3);
}
.gd1-time-btn:hover svg[data-v-268eea4b] {
  stroke: #fff;
}
.gd1-time-btn[data-v-268eea4b]:active {
  transform: translateY(0);
}
.gd1-time-btn svg[data-v-268eea4b] {
  flex-shrink: 0;
  stroke: #9ca3af;
  transition: stroke 0.2s ease;
}

/* Responsive */
@media screen and (max-width: 576px) {
.gd1-day-card[data-v-268eea4b] {
    min-width: 140px;
}
.gd1-time-btn[data-v-268eea4b] {
    padding: 8px 10px;
    font-size: 0.82rem;
}
}



.speedbuy-overlay[data-v-a3feefb0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-a3feefb0 0.2s ease;
}
.speedbuy-modal[data-v-a3feefb0] {
    background: #fff;
    border-radius: 16px;
    width: 94%;
    max-width: 500px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: slideUp-a3feefb0 0.3s ease;
    overflow: hidden;
}

/* Header */
.speedbuy-header[data-v-a3feefb0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
}
.speedbuy-header-title[data-v-a3feefb0] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    color: #111827;
}
.speedbuy-close[data-v-a3feefb0] {
    background: none;
    border: none;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
    color: #9ca3af;
    transition: all 0.15s;
}
.speedbuy-close[data-v-a3feefb0]:hover {
    background: #f3f4f6;
    color: #374151;
}

/* Body */
.speedbuy-body[data-v-a3feefb0] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

/* Hint */
.speedbuy-hint[data-v-a3feefb0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f0f9ff;
    border-radius: 10px;
    font-size: 0.85rem;
    color: #0369a1;
    margin-bottom: 14px;
}

/* Notebook Style */
.speedbuy-notebook[data-v-a3feefb0] {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.speedbuy-notebook-header[data-v-a3feefb0] {
    background: #fef3c7;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #92400e;
    border-bottom: 2px solid #fde68a;
    display: flex;
    align-items: center;
    gap: 8px;
}
.speedbuy-notebook-lines[data-v-a3feefb0] {
    position: relative;
    background: #fffbeb;
    background-image: repeating-linear-gradient(
        transparent,
        transparent 31px,
        #f3e8c7 31px,
        #f3e8c7 32px
    );
    padding: 0;
}
.speedbuy-notebook-lines[data-v-a3feefb0]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    width: 2px;
    background: #f0a0a0;
    opacity: 0.4;
    z-index: 1;
}
.speedbuy-notebook-input[data-v-a3feefb0] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 8px 16px 8px 16px;
    font-size: 1rem;
    line-height: 32px;
    resize: none;
    font-family: inherit;
    direction: rtl;
    color: #374151;
    position: relative;
    z-index: 2;
}
.speedbuy-notebook-input[data-v-a3feefb0]:focus {
    outline: none;
}
.speedbuy-notebook-input[data-v-a3feefb0]::placeholder {
    color: #d4b896;
}
.speedbuy-notebook-count[data-v-a3feefb0] {
    padding: 8px 16px;
    font-size: 0.8rem;
    color: #9ca3af;
    text-align: center;
    border-top: 1px solid #f3e8c7;
    background: #fffdf5;
}

/* Footer */
.speedbuy-footer[data-v-a3feefb0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-top: 1px solid #f3f4f6;
    gap: 10px;
}

/* Buttons */
.speedbuy-btn[data-v-a3feefb0] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.15s;
    font-family: inherit;
    white-space: nowrap;
}
.speedbuy-btn[data-v-a3feefb0]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.speedbuy-btn-primary[data-v-a3feefb0] {
    background: #2563eb;
    color: #fff;
}
.speedbuy-btn-primary[data-v-a3feefb0]:hover:not(:disabled) {
    background: #1d4ed8;
}
.speedbuy-btn-success[data-v-a3feefb0] {
    background: #059669;
    color: #fff;
}
.speedbuy-btn-success[data-v-a3feefb0]:hover {
    background: #047857;
}
.speedbuy-btn-outline[data-v-a3feefb0] {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}
.speedbuy-btn-outline[data-v-a3feefb0]:hover {
    background: #f9fafb;
}
.speedbuy-btn-ghost[data-v-a3feefb0] {
    background: transparent;
    color: #6b7280;
}
.speedbuy-btn-ghost[data-v-a3feefb0]:hover {
    background: #f3f4f6;
    color: #374151;
}
.speedbuy-nav-buttons[data-v-a3feefb0] {
    display: flex;
    gap: 8px;
}

/* Progress */
.speedbuy-progress-wrap[data-v-a3feefb0] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.speedbuy-progress-bar[data-v-a3feefb0] {
    flex: 1;
    height: 6px;
    background: #e5e7eb;
    border-radius: 99px;
    overflow: hidden;
}
.speedbuy-progress-fill[data-v-a3feefb0] {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    border-radius: 99px;
    transition: width 0.4s ease;
}
.speedbuy-progress-text[data-v-a3feefb0] {
    font-size: 0.8rem;
    color: #9ca3af;
    font-weight: 600;
    min-width: 40px;
    text-align: center;
}

/* Search Row - Cards */
.speedbuy-search-row[data-v-a3feefb0] {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}
.speedbuy-current-card[data-v-a3feefb0] {
    flex: 2;
    background: #eff6ff;
    border: 2px solid #bfdbfe;
    border-radius: 12px;
    padding: 10px 14px;
    transition: border-color 0.2s;
}
.speedbuy-current-card--error[data-v-a3feefb0] {
    border-color: #fca5a5;
    background: #fef2f2;
}
.speedbuy-current-card--error .speedbuy-editable-input[data-v-a3feefb0] {
    color: #dc2626;
}
.speedbuy-next-card[data-v-a3feefb0] {
    flex: 1;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 14px;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.speedbuy-next-card[data-v-a3feefb0]:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}
.speedbuy-card-label[data-v-a3feefb0] {
    font-size: 0.7rem;
    color: #9ca3af;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}
.speedbuy-editable-wrap[data-v-a3feefb0] {
    display: flex;
    align-items: center;
    gap: 6px;
}
.speedbuy-editable-input[data-v-a3feefb0] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1d4ed8;
    font-family: inherit;
    padding: 2px 0;
    min-width: 0;
}
.speedbuy-editable-input[data-v-a3feefb0]:focus {
    outline: none;
}
.speedbuy-retry-btn[data-v-a3feefb0] {
    background: none;
    border: none;
    color: #93c5fd;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    display: flex;
    transition: all 0.15s;
}
.speedbuy-retry-btn[data-v-a3feefb0]:hover {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}
.speedbuy-next-name[data-v-a3feefb0] {
    font-size: 1rem;
    color: #374151;
    text-align: center;
    word-break: break-word;
}

/* Loading */
.speedbuy-loading[data-v-a3feefb0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 40px 0;
    color: #9ca3af;
    font-size: 0.9rem;
}
.speedbuy-spinner[data-v-a3feefb0] {
    width: 36px;
    height: 36px;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-a3feefb0 0.8s linear infinite;
}

/* Products Grid */
.speedbuy-products[data-v-a3feefb0] {
    max-height: 50vh;
    overflow-y: auto;
    padding-left: 4px;
}
.speedbuy-products-grid[data-v-a3feefb0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.speedbuy-product-card[data-v-a3feefb0] {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    transition: all 0.15s;
    display: flex;
    flex-direction: column;
}
.speedbuy-product-card[data-v-a3feefb0]:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.speedbuy-product-img[data-v-a3feefb0] {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.speedbuy-product-img img[data-v-a3feefb0] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}
.speedbuy-product-title[data-v-a3feefb0] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 4px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.speedbuy-product-price[data-v-a3feefb0] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 6px;
}
.speedbuy-product-action[data-v-a3feefb0] {
    margin-top: auto;
}
.speedbuy-qty-row[data-v-a3feefb0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
}
.speedbuy-qty-btn[data-v-a3feefb0] {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    font-weight: 700;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.12s;
    line-height: 1;
}
.speedbuy-qty-btn[data-v-a3feefb0]:hover {
    background: #e5e7eb;
}
.speedbuy-qty-btn[data-v-a3feefb0]:active {
    background: #d1d5db;
}
.speedbuy-qty-num[data-v-a3feefb0] {
    min-width: 28px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
}


/* Empty State */
.speedbuy-empty[data-v-a3feefb0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 30px 20px;
    text-align: center;
    color: #9ca3af;
    background: #fefce8;
    border-radius: 12px;
    border: 1px dashed #fde68a;
}
.speedbuy-empty-icon[data-v-a3feefb0] {
    font-size: 2rem;
    margin-bottom: 4px;
}
.speedbuy-empty p[data-v-a3feefb0] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}
.speedbuy-empty span[data-v-a3feefb0] {
    font-size: 0.85rem;
    color: #92400e;
}
.speedbuy-no-more[data-v-a3feefb0] {
    text-align: center;
    padding: 12px;
    color: #9ca3af;
    font-size: 0.85rem;
}

/* Animations */
@keyframes fadeIn-a3feefb0 {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes slideUp-a3feefb0 {
from {
        opacity: 0;
        transform: translateY(20px);
}
to {
        opacity: 1;
        transform: translateY(0);
}
}
@keyframes spin-a3feefb0 {
to { transform: rotate(360deg);
}
}

/* Mobile */
@media (max-width: 480px) {
.speedbuy-modal[data-v-a3feefb0] {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
}
.speedbuy-products-grid[data-v-a3feefb0] {
        grid-template-columns: repeat(2, 1fr);
}
}

.sp-promo-banner[data-v-0d0a3e92] { font-family: inherit; overflow: hidden;
}
.sp-promo-inner[data-v-0d0a3e92] { display: flex; align-items: center; justify-content: center; gap: 16px; max-width: 1200px; margin: 0 auto; padding: 9px 16px; color: inherit; text-decoration: none;
}
.sp-promo-pill[data-v-0d0a3e92] { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; min-width: 0;
}
.sp-promo-ico[data-v-0d0a3e92] { font-size: 16px; flex: 0 0 auto;
}
.sp-promo-text[data-v-0d0a3e92] { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sp-promo-item strong[data-v-0d0a3e92] { font-weight: 800;
}
.sp-promo-sep[data-v-0d0a3e92] { opacity: .7;
}
.sp-promo-cta[data-v-0d0a3e92] { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; font-size: 12px; font-weight: 800; text-decoration: underline;
}

/* solid / gradient: full-width bar, text right-aligned */
.sp-style-solid .sp-promo-inner[data-v-0d0a3e92],
.sp-style-gradient .sp-promo-inner[data-v-0d0a3e92] { justify-content: flex-start;
}
.sp-style-solid .sp-promo-pill[data-v-0d0a3e92],
.sp-style-gradient .sp-promo-pill[data-v-0d0a3e92] { flex: 1;
}
.sp-style-solid .sp-promo-text[data-v-0d0a3e92],
.sp-style-gradient .sp-promo-text[data-v-0d0a3e92] { flex: 1;
}

/* pill: centered rounded badge */
.sp-style-pill .sp-promo-inner[data-v-0d0a3e92] { padding: 10px 16px;
}
.sp-style-pill .sp-promo-pill[data-v-0d0a3e92] { padding: 8px 22px; border-radius: 999px; box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

/* ticker: scrolling text */
.sp-style-ticker .sp-promo-inner[data-v-0d0a3e92] { justify-content: flex-start;
}
.sp-style-ticker .sp-promo-pill[data-v-0d0a3e92] { flex: 1; overflow: hidden;
}
.sp-style-ticker .sp-promo-text[data-v-0d0a3e92] { overflow: visible; animation: sp-ticker-0d0a3e92 16s linear infinite;
}
@keyframes sp-ticker-0d0a3e92 {
0% { transform: translateX(100%);
}
100% { transform: translateX(-100%);
}
}
@media (max-width: 600px) {
.sp-promo-pill[data-v-0d0a3e92] { font-size: 12.5px;
}
.sp-promo-inner[data-v-0d0a3e92] { padding: 7px 12px;
}
.sp-promo-cta[data-v-0d0a3e92] { display: none;
}
}

.sp-offers-page[data-v-82c44171] { max-width: 1240px; margin: 0 auto; padding: 38px 20px 70px; color: #1f2937;
}
.sp-offers-home[data-v-82c44171] { display:inline-flex; align-items:center; gap:7px; margin-bottom:8px; color:var(--maincolor); font-size:13px; font-weight:800; text-decoration:none;
}
.sp-offers-hero[data-v-82c44171] { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px;
}
.sp-offers-kicker[data-v-82c44171] { color: var(--maincolor); font-weight: 800; font-size: 14px;
}
.sp-offers-hero h1[data-v-82c44171] { margin: 6px 0; font-size: clamp(30px, 5vw, 48px); font-weight: 900;
}
.sp-offers-hero p[data-v-82c44171] { margin: 0; max-width: 680px; color: #6b7280;
}
.sp-cart-link[data-v-82c44171] { display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; align-items: center; min-width: 210px; padding: 13px 16px; color: #fff; background: var(--maincolor); border-radius: 14px; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.sp-cart-link i[data-v-82c44171] { grid-row: 1 / 3; font-size: 22px;
}
.sp-cart-link strong[data-v-82c44171] { font-size: 18px;
}
.sp-offers-list[data-v-82c44171] { display: grid; gap: 26px;
}
.sp-offer-card[data-v-82c44171] { overflow: hidden; border: 1px solid #e5e7eb; border-radius: 20px; background: #fff; box-shadow: 0 8px 30px rgba(17,24,39,.06);
}
.sp-offer-header[data-v-82c44171] { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 22px 24px 16px;
}
.sp-offer-header h2[data-v-82c44171] { margin: 9px 0 3px; font-size: 24px; font-weight: 900;
}
.sp-offer-header p[data-v-82c44171] { margin: 0; color: #6b7280;
}
.sp-offer-badge[data-v-82c44171] { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: #dcfce7; color: #166534; font-weight: 900;
}
.sp-offer-progress-copy[data-v-82c44171] { display: grid; min-width: 190px; text-align: left;
}
.sp-offer-progress-copy strong[data-v-82c44171] { color: #166534;
}
.sp-offer-progress-copy span[data-v-82c44171] { color: #6b7280; font-size: 12px;
}
.sp-offer-track[data-v-82c44171] { height: 7px; margin: 0 24px 18px; overflow: hidden; border-radius: 999px; background: #dcfce7;
}
.sp-offer-track span[data-v-82c44171] { display: block; height: 100%; background: #16a34a; transition: width .25s ease;
}
.sp-products-grid[data-v-82c44171] { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 14px; padding: 0 24px 24px;
}
.sp-product-card[data-v-82c44171] { display: grid; grid-template-rows: 145px 1fr auto; gap: 10px; min-width: 0; padding: 12px; border: 1px solid #edf0f3; border-radius: 14px; background: #fff;
}
.sp-product-image[data-v-82c44171] { position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: #f8fafc;
}
.sp-product-image img[data-v-82c44171] { width: 100%; height: 100%; object-fit: contain;
}
.sp-in-cart[data-v-82c44171] { position: absolute; top: 8px; right: 8px; padding: 4px 7px; border-radius: 999px; background: #111827; color: #fff; font-size: 11px; font-weight: 800;
}
.sp-product-copy[data-v-82c44171] { display: grid; align-content: start; gap: 6px;
}
.sp-product-copy a[data-v-82c44171] { color: #1f2937; font-weight: 700; line-height: 1.25; text-decoration: none;
}
.sp-product-copy strong[data-v-82c44171] { color: #166534; font-size: 17px;
}
.sp-add-button[data-v-82c44171] { display: flex; justify-content: center; align-items: center; gap: 7px; width: 100%; min-height: 40px; border: 0; border-radius: 10px; color: #fff; background: var(--maincolor); font-weight: 800; cursor: pointer; transition: transform .16s ease, opacity .16s ease;
}
.sp-add-button[data-v-82c44171]:hover { transform: translateY(-1px);
}
.sp-add-button.added[data-v-82c44171] { background: #16a34a;
}
.sp-offers-state[data-v-82c44171], .sp-no-products[data-v-82c44171] { display: grid; justify-items: center; gap: 10px; padding: 50px 20px; color: #6b7280; text-align: center;
}
.sp-offers-state i[data-v-82c44171] { font-size: 28px; color: var(--maincolor);
}
.sp-offers-state button[data-v-82c44171], .sp-offers-state a[data-v-82c44171] { border: 0; color: var(--maincolor); background: transparent; font-weight: 800; cursor: pointer;
}
.sp-error strong[data-v-82c44171] { color: #b91c1c;
}
@media (max-width: 700px) {
.sp-offers-page[data-v-82c44171] { padding: 24px 12px 60px;
}
.sp-offers-hero[data-v-82c44171], .sp-offer-header[data-v-82c44171] { align-items: stretch; flex-direction: column;
}
.sp-cart-link[data-v-82c44171] { width: 100%;
}
.sp-offer-progress-copy[data-v-82c44171] { text-align: right;
}
.sp-products-grid[data-v-82c44171] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 0 12px 16px;
}
.sp-offer-header[data-v-82c44171] { padding: 18px 16px 13px;
}
.sp-offer-track[data-v-82c44171] { margin-inline: 16px;
}
.sp-product-card[data-v-82c44171] { grid-template-rows: 120px 1fr auto; padding: 9px;
}
}
