
.user-menu-container[data-v-29b01589] {
  position: relative;
}
.custom-dropdown-menu[data-v-29b01589] {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: block;
  min-width: 160px;
  padding: 5px 0;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.custom-dropdown-item[data-v-29b01589] {
  padding: 8px 16px;
  color: #333 !important;
  text-decoration: none;
  display: block;
}
.custom-dropdown-item[data-v-29b01589]:hover {
  background-color: #f8f9fa;
  color: #007bff;
  text-decoration: none;
}

.paynaow[data-v-668680a6]{ background-color: var(--maincolor) !important;}
.checkout-bar-final[data-v-668680a6],
.checkout-bar[data-v-668680a6] {
  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-668680a6] {
  background-color: var(--maincolor) !important;
  color: #fff;
}
.checkout-btn-final[data-v-668680a6],
.checkout-btn[data-v-668680a6] {
  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-668680a6] {
  background-color: #28a745;
  color: #fff;
}
.checkout-btn-final[data-v-668680a6]:hover {
  background-color: #218838;
}
.checkout-btn[data-v-668680a6] {
  background-color: #ffc107;
  color: #000;
}
.checkout-btn[data-v-668680a6]:hover {
  background-color: #e0a800;
}
.checkout-btn-final i[data-v-668680a6],
.checkout-btn i[data-v-668680a6] {
  margin-left: 10px;
  font-size: 22px;
}
.price[data-v-668680a6] {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.checkout-bar-final .price[data-v-668680a6] {
  color: #fff;
}
@media (max-width: 450px) {
.etx1-pulsate-arrow i[data-v-668680a6] {
    animation: etx1-pulsate-668680a6 1s infinite;
}
@keyframes etx1-pulsate-668680a6 {
0%, 100% {
      transform: translateX(0);
}
50% {
      transform: translateX(5px); /* תזוזה קטנה ימינה */
}
}
#super .boxSuper aside .checkout-bar[data-v-668680a6] {
    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-668680a6]{
    margin-top: 100px;
}
#super .boxSuper.show-cart aside .cart-shop[data-v-668680a6] {
    position: relative !important;
    height: calc(100vh - 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 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;
}


















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

/* Loading */
.co-loading[data-v-8736574a] {
    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-8736574a] {
    text-align: center;
}
.co-loading-inner h4[data-v-8736574a] {
    margin: 16px 0 6px;
    color: #111827;
    font-weight: 700;
}
.co-loading-inner p[data-v-8736574a] {
    color: #9ca3af;
    font-size: 0.9rem;
}
.co-spinner[data-v-8736574a] {
    width: 44px;
    height: 44px;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: co-spin-8736574a 0.7s linear infinite;
    margin: 0 auto;
}
@keyframes co-spin-8736574a {
to { transform: rotate(360deg);
}
}

/* Upsell */
.co-upsell[data-v-8736574a] {
    margin-bottom: 24px;
}
.co-upsell-header h3[data-v-8736574a] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px;
}
.co-upsell-header p[data-v-8736574a] {
    font-size: 0.85rem;
    color: #9ca3af;
    margin: 0 0 16px;
}
.co-products-grid[data-v-8736574a] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.co-product-card[data-v-8736574a] {
    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-8736574a]:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.co-product-img[data-v-8736574a] {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.co-product-img img[data-v-8736574a] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.co-product-title[data-v-8736574a] {
    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-8736574a] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 8px;
}
.co-product-action[data-v-8736574a] {
    margin-top: auto;
}

/* Summary */
.co-summary[data-v-8736574a] {
    margin-bottom: 20px;
}
.co-summary-card[data-v-8736574a] {
    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-8736574a] {
    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-8736574a] {
    color: #111827;
}
.co-summary-total[data-v-8736574a] {
    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-8736574a] {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.co-btn-back[data-v-8736574a] {
    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-8736574a]:hover {
    background: #e5e7eb;
    color: #374151;
    text-decoration: none;
}

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

.delivery-option[data-v-903d2fe7] {
  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-903d2fe7]:hover, .delivery-option.active[data-v-903d2fe7] {
  border-color: #4CAF50;
  background-color: #e0ffe0;
}
.icon-container[data-v-903d2fe7] {
  margin-bottom: 10px;
}
.fa-4x[data-v-903d2fe7] {
  font-size: 4em;
}
.unique-container[data-v-903d2fe7] {
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 10px;
}
.unique-iframe[data-v-903d2fe7] {
  height: 510px;
  width: 100%;
  border: none;
}
.unique-button[data-v-903d2fe7] {
  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-903d2fe7]:hover {
  background-color: #ffc107;
  color: #fff;
}
.unique-button i[data-v-903d2fe7] {
  margin-right: 5px;
}
.payment-card[data-v-903d2fe7] {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.payment-option-card[data-v-903d2fe7] {
  background-color: #f9f9f9;
}
.payment-option-card[data-v-903d2fe7]:hover {
  background-color: #e0e0e0;
}
.spinner-border[data-v-903d2fe7] {
  display: block;
  margin: 0 auto;
}
.contact-form[data-v-903d2fe7] {
  max-width: 500px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.contact-form h2[data-v-903d2fe7] {
  margin-bottom: 20px;
  font-weight: 600;
}
.form-group[data-v-903d2fe7] {
  position: relative;
  margin-bottom: 20px;
}
.form-group label[data-v-903d2fe7] {
  font-weight: 600;
  color: #333;
}
.form-group i[data-v-903d2fe7] {
  position: absolute;
  top: 70%;
  left: 10px;
  transform: translateY(-50%);
  color: #666;
}
.form-control[data-v-903d2fe7] {
  padding-left: 40px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.form-control[data-v-903d2fe7]:focus {
  border-color: #007bff;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
}
.btn-primary[data-v-903d2fe7] {
  background-color: #007bff;
  border: none;
  height: 45px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.btn-primary[data-v-903d2fe7]:hover {
  background-color: #0056b3;
}
.btn-link[data-v-903d2fe7] {
  color: #007bff;
  transition: color 0.3s ease;
}
.btn-link[data-v-903d2fe7]:hover {
  color: #0056b3;
}
.text-center i[data-v-903d2fe7] {
  margin-left: 5px;
}
.verification-code-container[data-v-903d2fe7] {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #f9f9f9;
}
.verification-code-inputs[data-v-903d2fe7] {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
}
.verification-code-input[data-v-903d2fe7] {
  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-903d2fe7]:focus {
  border-color: #007bff;
  outline: none;
}
.verification-code-input.filled[data-v-903d2fe7] {
  border-color: #28a745; /* ירוק */
  box-shadow: 0px 0px 5px rgba(40, 167, 69, 0.5); /* ירוק בהיר מסביב */
}
.active-input[data-v-903d2fe7] {
  border-color: #007bff;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
}
.resend-timer-container[data-v-903d2fe7] {
  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-903d2fe7] {
  font-size: 16px;
  color: #856404;
  margin: 0;
}
.resend-timer-countdown[data-v-903d2fe7] {
  font-weight: 700;
  color: #d9534f;
}
.g4-choice-section[data-v-903d2fe7] {
  gap: 20px;
}
.g4-choice-card[data-v-903d2fe7] {
  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-903d2fe7]:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.g4-choice-title[data-v-903d2fe7] {
  font-weight: bold;
  color: #333;
}
.g4-choice-btn-container[data-v-903d2fe7] {
  width: 100%;
}
.g4-choice-btn[data-v-903d2fe7] {
  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-903d2fe7] {
  font-size: 20px;
}
.g4-btn-blue-gradient[data-v-903d2fe7] {
  background: linear-gradient(45deg, #1e90ff, #00bfff);
  color: #fff;
}
.g4-btn-blue-gradient[data-v-903d2fe7]:hover {
  background: linear-gradient(45deg, #1c86ee, #00acee);
}
.g4-btn-green-gradient[data-v-903d2fe7] {
  background: linear-gradient(45deg, #28a745, #20c997);
  color: #fff;
}
.g4-btn-green-gradient[data-v-903d2fe7]:hover {
  background: linear-gradient(45deg, #218838, #17a2b8);
}
.g4-btn-white[data-v-903d2fe7] {
  background-color: #ffffff;
  color: #444;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.g4-btn-white[data-v-903d2fe7]:hover {
  background-color: #f8f9fa;
  color: #222;
}
.btn-gradient-warning[data-v-903d2fe7] {
  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-903d2fe7] {
  margin-left: 8px;
}
.btn-gradient-warning[data-v-903d2fe7]:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.g4-btn-shine[data-v-903d2fe7] {
  position: relative;
  overflow: hidden;
}
.g4-btn-shine[data-v-903d2fe7]::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-903d2fe7]:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.g4-cart-summary[data-v-903d2fe7] {
  border-radius: 10px;
  background-color: #f8f9fa;
}
.g4-summary-title[data-v-903d2fe7] {
  font-weight: bold;
  color: #343a40;
  display: flex;
  align-items: center;
}
.g4-summary-title i[data-v-903d2fe7] {
  margin-right: 8px;
  color: #007bff;
}
.g4-summary-amount[data-v-903d2fe7] {
  font-weight: bold;
  color: #28a745;
}
.alert-warning[data-v-903d2fe7] {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  color: #856404;
}
.alert-warning i[data-v-903d2fe7] {
  color: #856404;
}
.g5-card[data-v-903d2fe7] {
  border-radius: 15px;
  background-color: #ffffff;
  transition: transform 0.2s ease;
}
.g5-card[data-v-903d2fe7]:hover {
  transform: scale(1.02);
}
.g5-icon-card[data-v-903d2fe7] {
  color: #5a67d8;
}
.g5-card-title[data-v-903d2fe7] {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4a5568;
}
.g5-btn-edit[data-v-903d2fe7] {
  background-color: #3182ce;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 0.9rem;
}
.g5-btn-edit[data-v-903d2fe7]:hover {
  background-color: #2b6cb0;
}
.g5-card-select[data-v-903d2fe7] {
  background-color: #edf2f7;
}
.g5-btn-select[data-v-903d2fe7] {
  background-color: #38b2ac;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
}
.g5-btn-select[data-v-903d2fe7]:hover {
  background-color: #319795;
}
.g5-btn-add[data-v-903d2fe7] {
  background-color: #e53e3e;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
}
.g5-btn-add[data-v-903d2fe7]:hover {
  background-color: #c53030;
}
.g5-summary[data-v-903d2fe7] {
  background-color: #f7fafc;
  border-radius: 15px;
}
.g5-terms[data-v-903d2fe7] {
  font-size: 0.85rem;
  color: #718096;
}
.g5-spinner[data-v-903d2fe7] {
  color: #4a5568;
}
.g5-btn-pay[data-v-903d2fe7] {
  background-color: #48bb78;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 12px 0;
  font-size: 1.2rem;
}
.g5-btn-pay i[data-v-903d2fe7] {
  margin-right: 8px;
}
.g5-btn-pay[data-v-903d2fe7]:hover {
  background-color: #38a169;
}
.g5-alert-success[data-v-903d2fe7], .g5-alert-danger[data-v-903d2fe7] {
  margin-top: 15px;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.1rem;
}
.g5-shipping-card[data-v-903d2fe7] {
  border-radius: 20px;
  overflow: hidden;

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

  color: #000;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}
.g5-shipping-card-header h4[data-v-903d2fe7] {
  margin: 0;
  font-weight: bold;
}
.g5-shipping-card-body[data-v-903d2fe7] {
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.g5-shipping-card-body .form-label[data-v-903d2fe7] {
  font-weight: bold;
  color: #4a4a4a;
}
.g5-shipping-card-body .form-control[data-v-903d2fe7] {
  border-radius: 10px;
  border: 1px solid #ced4da;
  padding: 10px;
}
.g5-btn-primary[data-v-903d2fe7] {
  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-903d2fe7]:hover {
  background-color: #357abd;
}
.g5-btn-primary i[data-v-903d2fe7] {
  margin-right: 8px;
}
.g5-btn-update-payment[data-v-903d2fe7] {
  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-903d2fe7] {
  margin-right: 8px; /* מרווח בין האייקון לטקסט */
}
.g5-btn-update-payment[data-v-903d2fe7]:hover {
  background-color: #e67e22; /* צבע רקע במעבר עכבר */
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15); /* צל במעבר עכבר */
}


.gd1-deliveries-container[data-v-03887e9f] {
  padding: 0;
}

/* Confirmation state */
.gd1-confirmation[data-v-03887e9f] {
  text-align: center;
  padding: 32px 20px;
}
.gd1-confirmation__icon[data-v-03887e9f] {
  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-03887e9f] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}
.gd1-confirmation__text[data-v-03887e9f] {
  font-size: 0.95rem;
  color: #374151;
  margin: 0 0 4px;
}
.gd1-confirmation__subtext[data-v-03887e9f] {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}

/* Delivery info banner */
.gd1-delivery-info[data-v-03887e9f] {
  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-03887e9f] {
  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-03887e9f] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gd1-delivery-info__label[data-v-03887e9f] {
  font-size: 0.8rem;
  opacity: 0.85;
}
.gd1-delivery-info__value[data-v-03887e9f] {
  font-size: 1rem;
}
.gd1-delivery-info__note[data-v-03887e9f] {
  font-size: 0.78rem;
  opacity: 0.75;
  margin-top: 4px;
}

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

/* Days container - horizontal scroll */
.gd1-days-container[data-v-03887e9f] {
  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-03887e9f]::-webkit-scrollbar {
  height: 6px;
}
.gd1-days-container[data-v-03887e9f]::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 3px;
}
.gd1-days-container[data-v-03887e9f]::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

/* Day card */
.gd1-day-card[data-v-03887e9f] {
  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-03887e9f]:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.gd1-day-card__header[data-v-03887e9f] {
  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-03887e9f] {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
}
.gd1-day-card__date[data-v-03887e9f] {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 2px;
}
.gd1-day-card__slots[data-v-03887e9f] {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Time slot button */
.gd1-time-btn[data-v-03887e9f] {
  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-03887e9f]: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-03887e9f] {
  stroke: #fff;
}
.gd1-time-btn[data-v-03887e9f]:active {
  transform: translateY(0);
}
.gd1-time-btn svg[data-v-03887e9f] {
  flex-shrink: 0;
  stroke: #9ca3af;
  transition: stroke 0.2s ease;
}

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



.speedbuy-overlay[data-v-4d8d0ab3] {
    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-4d8d0ab3 0.2s ease;
}
.speedbuy-modal[data-v-4d8d0ab3] {
    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-4d8d0ab3 0.3s ease;
    overflow: hidden;
}

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

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

/* Hint */
.speedbuy-hint[data-v-4d8d0ab3] {
    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-4d8d0ab3] {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.speedbuy-notebook-header[data-v-4d8d0ab3] {
    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-4d8d0ab3] {
    position: relative;
    background: #fffbeb;
    background-image: repeating-linear-gradient(
        transparent,
        transparent 31px,
        #f3e8c7 31px,
        #f3e8c7 32px
    );
    padding: 0;
}
.speedbuy-notebook-lines[data-v-4d8d0ab3]::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-4d8d0ab3] {
    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-4d8d0ab3]:focus {
    outline: none;
}
.speedbuy-notebook-input[data-v-4d8d0ab3]::placeholder {
    color: #d4b896;
}
.speedbuy-notebook-count[data-v-4d8d0ab3] {
    padding: 8px 16px;
    font-size: 0.8rem;
    color: #9ca3af;
    text-align: center;
    border-top: 1px solid #f3e8c7;
    background: #fffdf5;
}

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

/* Buttons */
.speedbuy-btn[data-v-4d8d0ab3] {
    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-4d8d0ab3]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.speedbuy-btn-primary[data-v-4d8d0ab3] {
    background: #2563eb;
    color: #fff;
}
.speedbuy-btn-primary[data-v-4d8d0ab3]:hover:not(:disabled) {
    background: #1d4ed8;
}
.speedbuy-btn-success[data-v-4d8d0ab3] {
    background: #059669;
    color: #fff;
}
.speedbuy-btn-success[data-v-4d8d0ab3]:hover {
    background: #047857;
}
.speedbuy-btn-outline[data-v-4d8d0ab3] {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}
.speedbuy-btn-outline[data-v-4d8d0ab3]:hover {
    background: #f9fafb;
}
.speedbuy-btn-ghost[data-v-4d8d0ab3] {
    background: transparent;
    color: #6b7280;
}
.speedbuy-btn-ghost[data-v-4d8d0ab3]:hover {
    background: #f3f4f6;
    color: #374151;
}
.speedbuy-nav-buttons[data-v-4d8d0ab3] {
    display: flex;
    gap: 8px;
}

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

/* Search Row - Cards */
.speedbuy-search-row[data-v-4d8d0ab3] {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}
.speedbuy-current-card[data-v-4d8d0ab3] {
    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-4d8d0ab3] {
    border-color: #fca5a5;
    background: #fef2f2;
}
.speedbuy-current-card--error .speedbuy-editable-input[data-v-4d8d0ab3] {
    color: #dc2626;
}
.speedbuy-next-card[data-v-4d8d0ab3] {
    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-4d8d0ab3]:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}
.speedbuy-card-label[data-v-4d8d0ab3] {
    font-size: 0.7rem;
    color: #9ca3af;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}
.speedbuy-editable-wrap[data-v-4d8d0ab3] {
    display: flex;
    align-items: center;
    gap: 6px;
}
.speedbuy-editable-input[data-v-4d8d0ab3] {
    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-4d8d0ab3]:focus {
    outline: none;
}
.speedbuy-retry-btn[data-v-4d8d0ab3] {
    background: none;
    border: none;
    color: #93c5fd;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    display: flex;
    transition: all 0.15s;
}
.speedbuy-retry-btn[data-v-4d8d0ab3]:hover {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}
.speedbuy-next-name[data-v-4d8d0ab3] {
    font-size: 1rem;
    color: #374151;
    text-align: center;
    word-break: break-word;
}

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

/* Products Grid */
.speedbuy-products[data-v-4d8d0ab3] {
    max-height: 50vh;
    overflow-y: auto;
    padding-left: 4px;
}
.speedbuy-products-grid[data-v-4d8d0ab3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.speedbuy-product-card[data-v-4d8d0ab3] {
    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-4d8d0ab3]:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.speedbuy-product-img[data-v-4d8d0ab3] {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.speedbuy-product-img img[data-v-4d8d0ab3] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}
.speedbuy-product-title[data-v-4d8d0ab3] {
    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-4d8d0ab3] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 6px;
}
.speedbuy-product-action[data-v-4d8d0ab3] {
    margin-top: auto;
}
.speedbuy-qty-row[data-v-4d8d0ab3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
}
.speedbuy-qty-btn[data-v-4d8d0ab3] {
    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-4d8d0ab3]:hover {
    background: #e5e7eb;
}
.speedbuy-qty-btn[data-v-4d8d0ab3]:active {
    background: #d1d5db;
}
.speedbuy-qty-num[data-v-4d8d0ab3] {
    min-width: 28px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
}


/* Empty State */
.speedbuy-empty[data-v-4d8d0ab3] {
    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-4d8d0ab3] {
    font-size: 2rem;
    margin-bottom: 4px;
}
.speedbuy-empty p[data-v-4d8d0ab3] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}
.speedbuy-empty span[data-v-4d8d0ab3] {
    font-size: 0.85rem;
    color: #92400e;
}
.speedbuy-no-more[data-v-4d8d0ab3] {
    text-align: center;
    padding: 12px;
    color: #9ca3af;
    font-size: 0.85rem;
}

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

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