
.diaa-footer[data-v-86991170] {
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 80px 0 30px;
  color: #252525;
  font-family: 'Inter', 'Outfit', sans-serif;
}
.footer-grid[data-v-86991170] {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 60px;
}
.footer-col[data-v-86991170] {
  display: flex;
  flex-direction: column;
}
.footer-logo[data-v-86991170] {
  text-decoration: none;
  margin-bottom: 24px;
  display: inline-block;
}
.logo-text[data-v-86991170] {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.brand-desc[data-v-86991170] {
  font-size: 14px;
  line-height: 1.6;
  color: #757575;
  margin-bottom: 24px;
  max-width: 320px;
}
.social-links[data-v-86991170] {
  display: flex;
  gap: 16px;
}
.social-icon[data-v-86991170] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252525;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}
.social-icon[data-v-86991170]:hover {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
}
.col-title[data-v-86991170] {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000;
  position: relative;
}
.footer-links[data-v-86991170] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li[data-v-86991170] {
  margin-bottom: 12px;
}
.footer-links a[data-v-86991170] {
  text-decoration: none;
  color: #757575;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-links a[data-v-86991170]:hover {
  color: #000;
  padding-inline-start: 4px;
}
.newsletter-desc[data-v-86991170] {
  font-size: 14px;
  color: #757575;
  margin-bottom: 20px;
}
.newsletter-form[data-v-86991170] {
  display: flex;
  gap: 8px;
  background: #f8f8f8;
  padding: 6px;
  border-radius: 30px;
  border: 1px solid #eee;
}
.newsletter-form input[data-v-86991170] {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
  color: #252525;
}
.btn-subscribe[data-v-86991170] {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-subscribe[data-v-86991170]:hover:not(:disabled) {
  background: #333;
}
.btn-subscribe[data-v-86991170]:disabled {
  opacity: 0.7;
}
.payment-methods[data-v-86991170] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.payment-icon[data-v-86991170] {
  height: 20px;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s;
}
.payment-icon[data-v-86991170]:hover {
  filter: none;
  opacity: 1;
}
.footer-bottom[data-v-86991170] {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright[data-v-86991170] {
  font-size: 13px;
  color: #999;
}
.bottom-links[data-v-86991170] {
  display: flex;
  gap: 24px;
}
.bottom-links a[data-v-86991170] {
  text-decoration: none;
  font-size: 13px;
  color: #999;
  transition: color 0.2s;
}
.bottom-links a[data-v-86991170]:hover {
  color: #000;
}
.mini-spinner[data-v-86991170] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin-86991170 0.8s linear infinite;
  display: inline-block;
}
@keyframes spin-86991170 {
to { transform: rotate(360deg);
}
}

/* RTL Adjustments */
[dir="rtl"] .footer-links a[data-v-86991170]:hover {
  padding-inline-start: 0;
  padding-inline-end: 4px;
}
@media (max-width: 1024px) {
.footer-grid[data-v-86991170] {
    grid-template-columns: 1.5fr 1fr 1fr;
}
.newsletter-col[data-v-86991170] {
    grid-column: span 3;
    max-width: 500px;
}
}
@media (max-width: 768px) {
.diaa-footer[data-v-86991170] {
    padding: 60px 0 30px;
}
.footer-grid[data-v-86991170] {
    grid-template-columns: 1fr;
    gap: 30px;
}
.newsletter-col[data-v-86991170] {
    grid-column: span 1;
}
.footer-bottom[data-v-86991170] {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.bottom-links[data-v-86991170] {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
}

.ali-drawer[data-v-a16253f4] { position: fixed; inset: 0; z-index: 10001;
}
.ali-drawer__overlay[data-v-a16253f4] { position: absolute; inset: 0; background: rgba(0,0,0,0.5);
}
.ali-drawer__content[data-v-a16253f4] {
  position: absolute; top: 0; bottom: 0; width: 300px;
  background: #fff; display: flex; flex-direction: column;
}
.ali-drawer__content.is-end[data-v-a16253f4] { right: 0;
}
.ali-drawer__content.is-start[data-v-a16253f4] { left: 0;
}
.ali-drawer__header[data-v-a16253f4] {
  padding: 16px; border-bottom: 1px solid var(--color-border);
  display: flex; align-items: center; justify-content: space-between;
}
.ali-drawer__header h3[data-v-a16253f4] { font-size: 16px; font-weight: var(--fw-bold); margin: 0;
}
.close-btn[data-v-a16253f4] { background: none; border: none; cursor: pointer; color: var(--color-text-light);
}
.ali-drawer__body[data-v-a16253f4] { flex: 1; overflow-y: auto; padding: 16px;
}

/* Transitions */
.drawer-fade-enter-active[data-v-a16253f4], .drawer-fade-leave-active[data-v-a16253f4] { transition: opacity 0.3s;
}
.drawer-fade-enter-from[data-v-a16253f4], .drawer-fade-leave-to[data-v-a16253f4] { opacity: 0;
}
.drawer-slide-enter-active[data-v-a16253f4], .drawer-slide-leave-active[data-v-a16253f4] { transition: transform 0.3s ease;
}
.drawer-slide-enter-from[data-v-a16253f4], .drawer-slide-leave-to[data-v-a16253f4] { transform: translateX(100%);
}
.is-start.drawer-slide-enter-from[data-v-a16253f4], .is-start.drawer-slide-leave-to[data-v-a16253f4] { transform: translateX(-100%);
}

.ali-cart-item[data-v-c2eeef27] { border-bottom: 1px solid var(--color-border);
}
.item-img[data-v-c2eeef27] { width: 80px; height: 80px; border-radius: 8px; overflow: hidden; background: #f5f5f5; flex-shrink: 0;
}
.item-img img[data-v-c2eeef27] { width: 100%; height: 100%; object-fit: cover;
}
.item-name[data-v-c2eeef27] { font-size: 14px; font-weight: var(--fw-bold); color: var(--color-text-dark); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.item-variant[data-v-c2eeef27] { font-size: 12px; color: var(--color-text-muted); margin: 0;
}
.item-price[data-v-c2eeef27] { font-size: 14px; font-weight: var(--fw-bold); color: var(--color-primary);
}
.btn-remove[data-v-c2eeef27] { border: none; background: none; color: var(--color-text-muted); padding: 4px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.btn-remove[data-v-c2eeef27]:hover { background: #fee2e2; color: var(--color-deal-red);
}
.qty-stepper[data-v-c2eeef27] { display: flex; align-items: center; border: 1px solid var(--color-border); border-radius: 4px; overflow: hidden;
}
.qty-stepper button[data-v-c2eeef27] { width: 28px; height: 28px; border: none; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.qty-stepper button[data-v-c2eeef27]:hover { background: #f5f5f5;
}
.qty-stepper span[data-v-c2eeef27] { min-width: 32px; text-align: center; font-size: 13px; font-weight: bold;
}

.cart-content[data-v-a5e23cb7] { height: 100%;
}
.cart-items[data-v-a5e23cb7] { scrollbar-width: thin;
}
.cart-footer[data-v-a5e23cb7] { background: #fff;
}

.qv-overlay[data-v-ec851174] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(20, 18, 20, 0.58);
  backdrop-filter: blur(4px);
}
.qv-shell[data-v-ec851174] {
  position: relative;
  width: min(1100px, calc(100vw - 32px));
  max-height: 85vh;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}
.qv-close[data-v-ec851174] {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}
.qv-loading[data-v-ec851174] {
  min-height: 420px;
  display: grid;
  place-items: center;
}
.qv-spinner[data-v-ec851174] {
  width: 42px;
  height: 42px;
  border: 3px solid #f0f0f0;
  border-top-color: var(--rk-cta);
  border-radius: 50%;
  animation: qv-spin-ec851174 0.8s linear infinite;
}
.qv-layout[data-v-ec851174] {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  padding: 24px;
  max-height: calc(85vh - 4px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}
.qv-layout[data-v-ec851174]::-webkit-scrollbar {
  width: 6px;
}
.qv-layout[data-v-ec851174]::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.qv-media[data-v-ec851174] {
  min-width: 0;
}
.qv-info[data-v-ec851174] {
  direction: rtl;
  text-align: right;
  min-width: 0;
  padding: 8px 4px 8px 10px;
}
.qv-gallery[data-v-ec851174] {
  align-items: stretch;
}
.ll-product-gallery[data-v-ec851174] {
  display: flex;
  gap: 10px;
}
.ll-gallery-thumbs[data-v-ec851174] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 560px;
  overflow-y: auto;
}
.ll-thumb-btn[data-v-ec851174] {
  width: 68px;
  height: 84px;
  flex-shrink: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f8fa;
  cursor: pointer;
}
.ll-thumb-btn img[data-v-ec851174],
.ll-main-img[data-v-ec851174] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ll-thumb-btn.active[data-v-ec851174] {
  border-color: var(--rk-cta);
}
.ll-gallery-main[data-v-ec851174] {
  flex: 1;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #f7f8fa;
}
.ll-sale-badge[data-v-ec851174] {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--rk-cta);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 50px;
  padding: 4px 10px;
}
.ll-product-type[data-v-ec851174] {
  margin: 0 0 6px;
  color: #888;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ll-product-name[data-v-ec851174] {
  margin: 0 0 10px;
  color: #000;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
}
.ll-product-name a[data-v-ec851174],
.qv-details-link[data-v-ec851174] {
  color: inherit;
  text-decoration: none;
}
.ll-price-row[data-v-ec851174] {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.ll-price-current[data-v-ec851174] {
  color: #000;
  font-size: 1.7rem;
  font-weight: 800;
}
.ll-price-original[data-v-ec851174] {
  color: #aaa;
  font-size: 1.05rem;
  text-decoration: line-through;
}
.ll-option-section[data-v-ec851174] {
  margin-bottom: 20px;
}
.ll-option-label[data-v-ec851174] {
  margin: 0 0 10px;
  color: #333;
  font-size: 0.88rem;
  font-weight: 600;
}
.ll-option-label-row[data-v-ec851174] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.ll-size-guide-btn[data-v-ec851174] {
  flex-shrink: 0;
  color: var(--rk-cta);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
}
.ll-color-swatches[data-v-ec851174],
.ll-size-chips[data-v-ec851174] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ll-color-dot[data-v-ec851174] {
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5px #ddd;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
}
.ll-color-dot.active[data-v-ec851174] {
  box-shadow: 0 0 0 2.5px var(--rk-cta);
  transform: scale(1.08);
}
.ll-color-dot.unavailable[data-v-ec851174],
.ll-size-chip.unavailable[data-v-ec851174] {
  opacity: 0.35;
  cursor: not-allowed;
}
.ll-size-chip[data-v-ec851174] {
  min-height: 40px;
  padding: 8px 18px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #222;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 700;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.ll-size-chip[data-v-ec851174]:hover:not(:disabled) {
  border-color: #000;
}
.ll-size-chip.active[data-v-ec851174] {
  border-color: #000;
  background: #000;
  color: #fff;
}
.ll-stock-status[data-v-ec851174] {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 0.84rem;
  font-weight: 700;
}
.ll-stock-dot[data-v-ec851174] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.ll-ok[data-v-ec851174] { color: #3a8735;
}
.ll-low[data-v-ec851174] { color: #e67700;
}
.ll-out[data-v-ec851174] { color: var(--rk-cta);
}
.qv-feature-list[data-v-ec851174] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}
.qv-feature-item[data-v-ec851174] {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  background: #fafafa;
  color: #333;
  font-size: 0.78rem;
  font-weight: 700;
}
.qv-feature-item i[data-v-ec851174] {
  color: #3a8735;
}
.ll-atc-row[data-v-ec851174] {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.ll-qty-picker[data-v-ec851174] {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
}
.ll-qty-picker button[data-v-ec851174] {
  width: 40px;
  height: 48px;
  border: 0;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 800;
}
.ll-qty-picker button[data-v-ec851174]:hover {
  background: #f5f5f5;
}
.ll-qty-picker span[data-v-ec851174] {
  min-width: 40px;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
}
.ll-atc-btn[data-v-ec851174] {
  flex: 1;
  height: 48px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(to right, #FF851A, #FFAC2C);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  transition: all 0.2s, transform 0.15s;
}
.ll-atc-btn[data-v-ec851174]:hover:not(:disabled) {
  background: linear-gradient(to right, #e67515, #e69c28);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 133, 26, 0.35);
}
.ll-atc-btn[data-v-ec851174]:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
.qv-add-error[data-v-ec851174] {
  margin: -4px 0 14px;
  color: var(--rk-cta-dark);
  font-size: 0.85rem;
  font-weight: 800;
}
.ll-meta-row[data-v-ec851174] {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  color: #888;
  font-size: 0.8rem;
}
.qv-specs[data-v-ec851174] {
  margin-bottom: 16px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}
.qv-specs h3[data-v-ec851174] {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: #111;
}
.qv-specs dl[data-v-ec851174] {
  margin: 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px 12px;
}
.qv-specs dt[data-v-ec851174] {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}
.qv-specs dd[data-v-ec851174] {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}
.qv-details-link[data-v-ec851174] {
  display: block;
  text-align: center;
  padding: 12px;
  background: #f7f8fa;
  border-radius: 10px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s;
}
.qv-details-link[data-v-ec851174]:hover {
  background: #eee;
}
@keyframes qv-spin-ec851174 {
to { transform: rotate(360deg);
}
}

/* Transitions */
.qv-fade-enter-active[data-v-ec851174], .qv-fade-leave-active[data-v-ec851174] { transition: opacity 0.3s;
}
.qv-fade-enter-from[data-v-ec851174], .qv-fade-leave-to[data-v-ec851174] { opacity: 0;
}
.qv-slide-enter-active[data-v-ec851174], .qv-slide-leave-active[data-v-ec851174] { transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
}
.qv-slide-enter-from[data-v-ec851174], .qv-slide-leave-to[data-v-ec851174] { transform: translateY(30px) scale(0.95); opacity: 0;
}
.no-scrollbar[data-v-ec851174]::-webkit-scrollbar { display: none;
}
.no-scrollbar[data-v-ec851174] { -ms-overflow-style: none; scrollbar-width: none;
}

/* Mobile */
@media (max-width: 991px) {
.qv-overlay[data-v-ec851174] { padding: 0; align-items: flex-end;
}
.qv-shell[data-v-ec851174] { width: 100%; max-height: 92vh; border-radius: 20px 20px 0 0;
}
.qv-layout[data-v-ec851174] { grid-template-columns: 1fr; gap: 20px; padding: 20px; max-height: calc(92vh - 40px);
}
.ll-product-gallery[data-v-ec851174] { flex-direction: column-reverse;
}
.ll-gallery-thumbs[data-v-ec851174] { flex-direction: row; max-height: none; overflow-x: auto;
}
.ll-thumb-btn[data-v-ec851174] { width: 60px; height: 75px;
}
.qv-feature-list[data-v-ec851174] { grid-template-columns: 1fr;
}
}

.ali-search-bar[data-v-9a21ebaf] { position: relative; width: 100%; max-width: 720px;
}
.ali-search-bar__main[data-v-9a21ebaf] {
  display: flex; height: 42px; background: #fff; border: 2px solid #FF4646;
  border-radius: 22px; overflow: hidden; transition: box-shadow 0.2s;
}
.ali-search-bar__main.is-focused[data-v-9a21ebaf] { box-shadow: 0 0 0 4px rgba(255, 70, 70, 0.15);
}
.ali-search-bar__input-wrap[data-v-9a21ebaf] { flex: 1; display: flex; align-items: center; padding: 0 16px;
}
.ali-search-bar__input-wrap input[data-v-9a21ebaf] {
  flex: 1; border: none; outline: none; font-size: 14px; background: transparent; height: 100%; color: #333;
}
.ali-search-bar__input-wrap input[data-v-9a21ebaf]::placeholder { color: #999;
}
.ali-search-bar__camera[data-v-9a21ebaf] { background: none; border: none; color: #999; cursor: pointer; padding: 4px;
}
.ali-search-bar__camera[data-v-9a21ebaf]:hover { color: #FF4646;
}
.ali-search-bar__submit[data-v-9a21ebaf] {
  width: 56px; background: #FF4646; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: all 0.2s;
}
.ali-search-bar__submit[data-v-9a21ebaf]:hover { background: #E63E3E;
}
.ali-search-bar__trending[data-v-9a21ebaf] { display: flex; gap: 12px; margin-top: 6px; padding: 0 16px;
}
.ali-search-bar__trending a[data-v-9a21ebaf] { font-size: 11px; color: rgba(0,0,0,0.5); text-decoration: none;
}
.ali-search-bar__trending a[data-v-9a21ebaf]:hover { color: #FD384F;
}
.ali-search-bar__dropdown[data-v-9a21ebaf] {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #fff;
  border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); z-index: 1000;
  padding: 16px; overflow: hidden;
}
.ali-search-section h6[data-v-9a21ebaf] { font-size: 12px; color: #999; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px;
}
.ali-search-section ul[data-v-9a21ebaf] { list-style: none; padding: 0; margin: 0;
}
.ali-search-section li[data-v-9a21ebaf] {
  display: flex; align-items: center; gap: 12px; padding: 8px 0; cursor: pointer;
  font-size: 14px; color: #252525; transition: color 0.2s;
}
.ali-search-section li[data-v-9a21ebaf]:hover { color: #FF4646;
}
.sug-img[data-v-9a21ebaf] { width: 32px; height: 32px; border-radius: 4px; overflow: hidden; background: #f5f5f5;
}
.sug-img img[data-v-9a21ebaf] { width: 100%; height: 100%; object-fit: cover;
}
.sug-name[data-v-9a21ebaf] { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sug-price[data-v-9a21ebaf] { font-weight: 700; color: #FF4646; font-size: 13px;
}
.del-btn[data-v-9a21ebaf] { background: none; border: none; color: #999; cursor: pointer; padding: 4px;
}
.del-btn[data-v-9a21ebaf]:hover { color: #FD374F;
}

/* Transitions */
.fade-enter-active[data-v-9a21ebaf], .fade-leave-active[data-v-9a21ebaf] { transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-9a21ebaf], .fade-leave-to[data-v-9a21ebaf] { opacity: 0;
}

.ali-mega-menu[data-v-06e4b539] {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  background: #fff;
  min-height: 400px;
  max-height: 550px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-top: 1px solid var(--color-border);
  z-index: 1100;
  color: var(--color-text-dark);
  display: flex;
  overflow: hidden;
}
.ali-mega-menu[data-v-06e4b539]::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
.ali-mega-menu > .container-xl[data-v-06e4b539] {
  display: flex;
  width: 100%;
}
.ali-mega-menu__content[data-v-06e4b539] {
  display: flex;
  width: 100%;
  height: 100%;
}
.ali-mega-menu__sidebar[data-v-06e4b539] {
  width: 260px;
  border-inline-end: 1px solid var(--color-border);
  padding: 12px 0;
  overflow-y: auto;
  max-height: 550px;
  background: var(--color-bg-soft);
}
.ali-mega-menu__sidebar ul[data-v-06e4b539] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ali-mega-menu__sidebar li a[data-v-06e4b539] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: var(--color-text-dark);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
  border-radius: 0;
}
.ali-mega-menu__sidebar li.active a[data-v-06e4b539],
.ali-mega-menu__sidebar li a[data-v-06e4b539]:hover {
  background: #fff;
  color: var(--color-primary);
  font-weight: 600;
}
.cat-icon-wrapper[data-v-06e4b539] {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
}
.cat-icon[data-v-06e4b539] {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 4px;
  filter: grayscale(1);
}
.ali-mega-menu__sidebar li.active .cat-icon[data-v-06e4b539],
.ali-mega-menu__sidebar li a:hover .cat-icon[data-v-06e4b539] {
  filter: grayscale(0);
}
.ali-mega-menu__main[data-v-06e4b539] {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
  background: #fff;
}
.ali-mega-menu__inner-content[data-v-06e4b539] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sub-images-grid[data-v-06e4b539] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 16px;
}
.sub-image-item[data-v-06e4b539] {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s;
}
.sub-image-item[data-v-06e4b539]:hover {
  transform: translateY(-4px);
}
.sub-image-box[data-v-06e4b539] {
  width: 80px;
  height: 80px;
  background: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-image-box img[data-v-06e4b539] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-image-name[data-v-06e4b539] {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-dark);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.trending-list[data-v-06e4b539] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.trending-item[data-v-06e4b539] {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--color-text-medium);
  font-size: 13px;
  transition: color 0.2s;
}
.trending-item[data-v-06e4b539]:hover {
  color: var(--color-primary);
}
.trending-dot[data-v-06e4b539] {
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
}
.ali-mega-menu__promo[data-v-06e4b539] {
  width: 300px;
  padding: 24px;
  border-inline-start: 1px solid var(--color-border);
  overflow-y: auto;
  background: #fafafa;
}
.promo-title[data-v-06e4b539] {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--color-text-dark);
}
.brands-grid[data-v-06e4b539] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.brand-item[data-v-06e4b539] {
  text-decoration: none;
  text-align: center;
}
.brand-img[data-v-06e4b539] {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #111827, #f00633);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.brand-img--light[data-v-06e4b539] {
  background: linear-gradient(135deg, #f7d154, #111827);
}
.brand-name[data-v-06e4b539] {
  font-size: 11px;
  color: var(--color-text-medium);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.divider[data-v-06e4b539] {
  height: 1px;
  background: var(--color-border);
  margin: 16px 0;
}
.ali-mega-menu__placeholder[data-v-06e4b539] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--color-text-light);
  font-style: italic;
}
.ali-mega-menu__sidebar[data-v-06e4b539]::-webkit-scrollbar,
.ali-mega-menu__main[data-v-06e4b539]::-webkit-scrollbar,
.ali-mega-menu__promo[data-v-06e4b539]::-webkit-scrollbar {
  width: 6px;
}
.ali-mega-menu__sidebar[data-v-06e4b539]::-webkit-scrollbar-thumb,
.ali-mega-menu__main[data-v-06e4b539]::-webkit-scrollbar-thumb,
.ali-mega-menu__promo[data-v-06e4b539]::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
}

.ali-cats-bar[data-v-4d51551f] { display: flex; align-items: center; height: 100%; gap: 4px; position: relative;
}
.ali-cats-bar__trigger[data-v-4d51551f] {
  display: flex; align-items: center; gap: 8px; height: 100%; cursor: pointer;
  font-weight: 600; color: #252525; position: relative;
  padding: 0 12px; border-radius: 20px;
}
.ali-cats-bar__trigger[data-v-4d51551f]:hover { background: rgba(0,0,0,0.04);
}
.ali-cats-bar__icon[data-v-4d51551f] { filter: none;
}
.ali-cats-bar__nav[data-v-4d51551f] { display: flex; align-items: center; gap: 4px;
}
.ali-cats-bar__nav a[data-v-4d51551f] {
  text-decoration: none; color: rgba(0,0,0,0.75); font-size: 13px;
  font-weight: 500; transition: all 0.2s; padding: 4px 12px; border-radius: 20px;
}
.ali-cats-bar__nav a[data-v-4d51551f]:hover { color: #FD384F; background: rgba(0,0,0,0.04);
}
.ali-cats-bar__nav .more-link[data-v-4d51551f] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ali-cats-bar__extra[data-v-4d51551f] { gap: 4px; align-items: center;
}
.ali-cats-bar__extra a[data-v-4d51551f] {
  text-decoration: none; color: rgba(0,0,0,0.75); font-size: 13px;
  font-weight: 500; padding: 4px 12px; border-radius: 20px; transition: all 0.2s;
}
.ali-cats-bar__extra a[data-v-4d51551f]:hover { background: rgba(0,0,0,0.04); color: #FD384F;
}
.ali-cats-bar__extra .super-deal[data-v-4d51551f] {
  color: #FD384F;
  font-weight: 700;
}
.ali-cats-bar__extra .super-deal[data-v-4d51551f]:hover {
  background: rgba(253,56,79,0.06);
}

/* Transitions */
.fade-enter-active[data-v-4d51551f], .fade-leave-active[data-v-4d51551f] { transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-4d51551f], .fade-leave-to[data-v-4d51551f] { opacity: 0;
}

.ali-region[data-v-4d3f75bd] {
  position: relative;
}
.ali-region__trigger[data-v-4d3f75bd] {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ededed;
  border-radius: 22px;
  background: #fff;
  color: #191919;
  padding: 0 12px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.ali-region__trigger[data-v-4d3f75bd]:hover {
  border-color: #d8d8d8;
  background: #fafafa;
}
.ali-region__summary[data-v-4d3f75bd] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  line-height: 1.15;
}
[dir="rtl"] .ali-region__summary[data-v-4d3f75bd] {
  align-items: flex-end;
}
.ali-region__summary strong[data-v-4d3f75bd] {
  font-size: 11px;
  font-weight: 800;
}
.ali-region__summary span[data-v-4d3f75bd] {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}
.ali-region__menu[data-v-4d3f75bd] {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-end: 0;
  width: 286px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
  padding: 18px;
  z-index: 1200;
}
.ali-region__field[data-v-4d3f75bd] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  color: #191919;
  font-size: 14px;
  font-weight: 800;
}
.ali-region__field select[data-v-4d3f75bd] {
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  color: #222;
  padding: 0 10px;
  font-size: 13px;
}
.ali-region__field select[data-v-4d3f75bd]:focus {
  outline: 0;
  border-color: #111;
}
.ali-region__save[data-v-4d3f75bd] {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 20px;
  background: #191919;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.ali-region__save[data-v-4d3f75bd]:hover {
  background: #333;
}
.region-menu-enter-active[data-v-4d3f75bd],
.region-menu-leave-active[data-v-4d3f75bd] {
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.region-menu-enter-from[data-v-4d3f75bd],
.region-menu-leave-to[data-v-4d3f75bd] {
  opacity: 0;
  transform: translateY(-6px);
}
@media (max-width: 1199px) {
.ali-region__summary span[data-v-4d3f75bd] {
    max-width: 120px;
}
}
@media (max-width: 767px) {
.ali-region__trigger[data-v-4d3f75bd] {
    width: 38px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
}
.ali-region__summary[data-v-4d3f75bd],
  .ali-region__trigger > .ali-icon[data-v-4d3f75bd]:last-child {
    display: none;
}
.ali-region__menu[data-v-4d3f75bd] {
    position: fixed;
    top: 58px;
    inset-inline: 12px;
    width: auto;
    max-width: 360px;
    margin-inline-start: auto;
    border-radius: 0 0 18px 18px;
}
}

.ali-account-dropdown[data-v-2bd3aa2f] {
  position: absolute; top: 100%; right: 0; background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12); padding: 16px; z-index: 100;
  min-width: 260px; border-radius: 12px;
  color: #252525; text-align: start;
  border: 1px solid #f0f0f0;
}
[dir="rtl"] .ali-account-dropdown[data-v-2bd3aa2f] { right: auto; left: 0;
}

/* Guest View */
.ali-account-dropdown__guest[data-v-2bd3aa2f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}
.btn-signin[data-v-2bd3aa2f] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-signin[data-v-2bd3aa2f]:hover {
  background: #333;
}
.link-register[data-v-2bd3aa2f] {
  font-size: 13px;
  color: #757575;
  text-decoration: none;
  transition: color 0.2s;
}
.link-register[data-v-2bd3aa2f]:hover {
  color: #FF4646;
}

/* Logged-in User Header */
.user-header[data-v-2bd3aa2f] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.ali-account-avatar[data-v-2bd3aa2f] {
  width: 40px; height: 40px; border-radius: 50%; background: #f5f5f5;
  display: flex; align-items: center; justify-content: center; color: #999;
  flex-shrink: 0;
}
.ali-account-info[data-v-2bd3aa2f] {
  min-width: 0;
}
.user-name[data-v-2bd3aa2f] {
  font-weight: 700;
  font-size: 14px;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.user-email[data-v-2bd3aa2f] {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
hr[data-v-2bd3aa2f] {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 8px 0;
}

/* Menu Links */
.ali-account-dropdown__menu[data-v-2bd3aa2f] { list-style: none; padding: 0; margin: 0;
}
.ali-account-dropdown__menu li a[data-v-2bd3aa2f], 
.ali-account-dropdown__menu li button[data-v-2bd3aa2f] {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 9px 0; color: #555; text-decoration: none;
  background: none; border: none; font-size: 14px; transition: all 0.2s;
  cursor: pointer; font-weight: 500;
}
.ali-account-dropdown__menu li a[data-v-2bd3aa2f]:hover, 
.ali-account-dropdown__menu li button[data-v-2bd3aa2f]:hover { color: #FF4646;
}
.bottom-links li a[data-v-2bd3aa2f] {
  color: #999;
  font-size: 13px;
}
.logout-btn[data-v-2bd3aa2f] {
  display: flex; align-items: center; gap: 12px;
  width: 100%; padding: 9px 0;
  color: #999; background: none; border: none;
  font-size: 14px; cursor: pointer; transition: color 0.2s;
  font-weight: 500;
}
.logout-btn[data-v-2bd3aa2f]:hover { color: #FD374F;
}

.ali-header[data-v-1face74b] {
  width: 100%;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.ali-header.is-sticky[data-v-1face74b] {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown-1face74b 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.ali-header__main[data-v-1face74b] {
  padding: 10px 0;
}
.ali-header__row[data-v-1face74b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.ali-header__logo img[data-v-1face74b] {
  width: auto;
  height: 45px;
  object-fit: contain;
}
.ali-header__logo-text[data-v-1face74b] {
  color: #fd384f;
  font-size: 1.4rem;
  font-weight: 800;
  white-space: nowrap;
}
.ali-header__search-wrap[data-v-1face74b] {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 240px;
  max-width: 680px;
  margin: 0 auto;
}
.ali-header__actions[data-v-1face74b] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ali-header__action[data-v-1face74b] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #252525;
  cursor: pointer;
  padding: 6px 10px;
  text-decoration: none;
  transition: all 0.2s;
}
.ali-header__action[data-v-1face74b]:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #fd384f;
}
.ali-header__icon-wrap[data-v-1face74b] {
  position: relative;
}
.ali-header__badge[data-v-1face74b] {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #fd384f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 10px;
  border: 2px solid #fff;
  line-height: 1;
}
.ali-header__label[data-v-1face74b] {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
}
.ali-header__account[data-v-1face74b] {
  position: relative;
}
.ali-header__nav[data-v-1face74b] {
  height: 40px;
  display: flex;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}
@keyframes slideDown-1face74b {
from { transform: translateY(-100%);
}
to { transform: translateY(0);
}
}
@media (max-width: 768px) {
.ali-header__logo img[data-v-1face74b] {
    height: 32px;
}
.ali-header__main[data-v-1face74b] {
    padding: 8px 0;
}
}

.ali-lang-switcher[data-v-49b8da0a] { position: relative;
}
.ali-lang-btn[data-v-49b8da0a] {
  display: flex; align-items: center; gap: 4px; background: none; border: none;
  color: inherit; font-size: inherit; cursor: pointer; padding: 0;
}
.ali-lang-dropdown[data-v-49b8da0a] {
  position: absolute; top: 100%; right: 0; background: #fff; border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md); list-style: none; padding: 8px 0; margin: 0; z-index: 100;
  min-width: 120px; border-radius: var(--radius-md);
}
[dir="rtl"] .ali-lang-dropdown[data-v-49b8da0a] { right: auto; left: 0;
}
.ali-lang-dropdown li[data-v-49b8da0a] {
  padding: 8px 16px; cursor: pointer; display: flex; align-items: center; gap: 8px;
  color: var(--color-text-dark); transition: background 0.2s;
}
.ali-lang-dropdown li[data-v-49b8da0a]:hover { background: var(--color-bg-soft);
}
.flag[data-v-49b8da0a] { font-size: 1.2em;
}

.ali-curr-switcher[data-v-f0cdc3b8] { position: relative;
}
.ali-curr-btn[data-v-f0cdc3b8] {
  display: flex; align-items: center; gap: 4px; background: none; border: none;
  color: inherit; font-size: inherit; cursor: pointer; padding: 0;
}
.ali-curr-dropdown[data-v-f0cdc3b8] {
  position: absolute; top: 100%; right: 0; background: #fff; border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md); list-style: none; padding: 8px 0; margin: 0; z-index: 100;
  min-width: 80px; border-radius: var(--radius-md);
}
[dir="rtl"] .ali-curr-dropdown[data-v-f0cdc3b8] { right: auto; left: 0;
}
.ali-curr-dropdown li[data-v-f0cdc3b8] {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 8px 16px; cursor: pointer; color: var(--color-text-dark); transition: background 0.2s;
}
.ali-curr-dropdown li[data-v-f0cdc3b8]:hover { background: var(--color-bg-soft);
}
.ali-curr-dropdown li.active[data-v-f0cdc3b8] { color: var(--color-primary); font-weight: 700;
}

.ali-mobile-drawer[data-v-d6adebf1] { position: fixed; inset: 0; z-index: 2000;
}
.ali-mobile-drawer__overlay[data-v-d6adebf1] { position: absolute; inset: 0; background: rgba(0,0,0,0.5);
}
.ali-mobile-drawer__content[data-v-d6adebf1] {
  position: absolute; top: 0; left: 0; bottom: 0; width: 280px;
  background: #fff; display: flex; flex-direction: column;
}
[dir="rtl"] .ali-mobile-drawer__content[data-v-d6adebf1] { left: auto; right: 0;
}
.ali-mobile-drawer__header[data-v-d6adebf1] {
  padding: 20px; border-bottom: 1px solid var(--color-border);
  display: flex; align-items: center; justify-content: space-between;
}
.user-info[data-v-d6adebf1] { display: flex; align-items: center;
}
.guest-info[data-v-d6adebf1] { flex: 1; padding-inline-end: 40px;
}
.close-btn[data-v-d6adebf1] { background: none; border: none; cursor: pointer; color: var(--color-text-light);
}
.ali-mobile-drawer__body[data-v-d6adebf1] { flex: 1; overflow-y: auto; padding: 20px;
}
.nav-section h6[data-v-d6adebf1] {
  font-size: 11px; color: var(--color-text-muted); text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 16px;
}
.category-list[data-v-d6adebf1], .sub-category-list[data-v-d6adebf1], .menu-list[data-v-d6adebf1] { list-style: none; padding: 0; margin: 0;
}
.cat-item[data-v-d6adebf1] {
  display: flex; align-items: center; gap: 12px; padding: 12px 0;
  cursor: pointer; color: var(--color-text-dark); font-weight: var(--fw-medium);
}
.sub-category-list[data-v-d6adebf1] { padding-inline-start: 30px; background: var(--color-bg-soft); border-radius: var(--radius-md);
}
.sub-category-list li a[data-v-d6adebf1] {
  display: block; padding: 8px 0; color: var(--color-text-medium); text-decoration: none; font-size: 14px;
}
.setting-row[data-v-d6adebf1] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; font-size: 14px;
}
.menu-list li a[data-v-d6adebf1] {
  display: flex; align-items: center; gap: 12px; padding: 12px 0;
  color: var(--color-text-dark); text-decoration: none; font-weight: var(--fw-medium);
}
.ali-mobile-drawer__footer[data-v-d6adebf1] { padding: 20px; border-top: 1px solid var(--color-border);
}

/* Transitions */
.slide-fade-enter-active[data-v-d6adebf1], .slide-fade-leave-active[data-v-d6adebf1] { transition: all 0.3s ease;
}
.slide-fade-enter-from .ali-mobile-drawer__content[data-v-d6adebf1],
.slide-fade-leave-to .ali-mobile-drawer__content[data-v-d6adebf1] { transform: translateX(-100%);
}
[dir="rtl"] .slide-fade-enter-from .ali-mobile-drawer__content[data-v-d6adebf1],
[dir="rtl"] .slide-fade-leave-to .ali-mobile-drawer__content[data-v-d6adebf1] { transform: translateX(100%);
}
.slide-fade-enter-from .ali-mobile-drawer__overlay[data-v-d6adebf1],
.slide-fade-leave-to .ali-mobile-drawer__overlay[data-v-d6adebf1] { opacity: 0;
}
.expand-enter-active[data-v-d6adebf1], .expand-leave-active[data-v-d6adebf1] { transition: all 0.2s ease; max-height: 500px; overflow: hidden;
}
.expand-enter-from[data-v-d6adebf1], .expand-leave-to[data-v-d6adebf1] { max-height: 0; opacity: 0;
}

.ali-mobile-footer[data-v-944475bc] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
  z-index: 1000;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid var(--color-border);
}
.footer-tab[data-v-944475bc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--color-text-medium);
  flex: 1;
  background: none;
  border: none;
  padding: 8px 0;
  transition: color 0.2s;
}
.footer-tab.is-active[data-v-944475bc] {
  color: var(--color-primary);
}
.tab-label[data-v-944475bc] {
  font-size: 10px;
  font-weight: 600;
}
.icon-wrap[data-v-944475bc] {
  position: relative;
}
.tab-badge[data-v-944475bc] {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 1px 4px;
  border-radius: 10px;
  border: 1.5px solid #fff;
  line-height: 1;
}
.choice-icon[data-v-944475bc] {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  box-shadow: 0 2px 5px rgba(255, 165, 0, 0.4);
}

.smart-image-wrapper[data-v-19dd6541] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-image-picture[data-v-19dd6541] {
  display: block;
  width: 100%;
  height: 100%;
}
.smart-image[data-v-19dd6541] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.smart-image.loaded[data-v-19dd6541] {
  opacity: 1;
}
.smart-image-fallback[data-v-19dd6541] {
  opacity: 1;
}
.smart-image-placeholder[data-v-19dd6541] {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer-19dd6541 1.2s infinite;
}
@keyframes shimmer-19dd6541 {
0% { background-position: 200% 0;
}
100% { background-position: -200% 0;
}
}

.ali-product-card[data-v-5b7e3f9e] {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ali-product-card[data-v-5b7e3f9e]:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border-color: #e5e5e5;
  transform: translateY(-4px);
  z-index: 10;
}
.ali-product-card__link[data-v-5b7e3f9e] {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ali-product-card__image-wrap[data-v-5b7e3f9e] {
  position: relative;
  aspect-ratio: 1;
  background: #fafafa;
  overflow: hidden;
}
.ali-product-card__image[data-v-5b7e3f9e] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.ali-product-card:hover .ali-product-card__image[data-v-5b7e3f9e] {
  transform: scale(1.08);
}

/* Cart button - circular, top-left */
.ali-product-card__cart-btn[data-v-5b7e3f9e] {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  color: #000;
}
.ali-product-card__cart-btn[data-v-5b7e3f9e]:hover:not(:disabled) {
  background: #000;
  color: #fff;
  transform: scale(1.1);
}
.ali-product-card__cart-btn[data-v-5b7e3f9e]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f0f0f0;
  color: #999;
}

/* Wishlist button - top-right */
.ali-product-card__wishlist[data-v-5b7e3f9e] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  color: #333;
}
.ali-product-card__wishlist[data-v-5b7e3f9e]:hover {
  background: #fff;
  transform: scale(1.1);
  color: #FF4646;
}
.ali-product-card__wishlist.is-active[data-v-5b7e3f9e] {
  color: #FF4646;
}

/* Discount badge */
.ali-product-card__discount-badge[data-v-5b7e3f9e] {
  position: absolute;
  top: 48px;
  left: 8px;
  background: #FD374F;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
}
.ali-product-card__discount-pct[data-v-5b7e3f9e] {
  font-size: 11px;
}

/* Choice tag - RED */
.ali-product-card__choice-tag[data-v-5b7e3f9e] {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #FD374F;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
}

/* Welcome deal banner */
.ali-product-card__welcome-banner[data-v-5b7e3f9e] {
  background: linear-gradient(90deg, #FFF0F0, #FFE5E8);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #FD374F;
  margin-bottom: 4px;
  display: inline-block;
}
.ali-product-card__body[data-v-5b7e3f9e] {
  padding: 10px 12px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ali-product-card__title-wrap[data-v-5b7e3f9e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.ali-product-card__title-badge[data-v-5b7e3f9e] {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  background: #fd374f;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  flex-shrink: 0;
}
.ali-product-card__title-badge--green[data-v-5b7e3f9e] {
  background: #009a66;
}
.ali-product-card__title[data-v-5b7e3f9e] {
  font-size: 13px;
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 34px;
  line-height: 1.35;
  font-weight: 400;
  transition: color 0.2s;
  margin: 0;
  flex: 1;
}
.ali-product-card:hover .ali-product-card__title[data-v-5b7e3f9e] {
  color: #FF4646;
}
.ali-product-card__rating-row[data-v-5b7e3f9e] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}
.ali-product-card__stars[data-v-5b7e3f9e] {
  display: flex;
  align-items: center;
  gap: 1px;
}
.ali-product-card__star[data-v-5b7e3f9e] {
  color: #ffb400;
  font-size: 12px;
  line-height: 1;
}
.ali-product-card__star.is-muted[data-v-5b7e3f9e] {
  color: #d7d7d7;
}
.ali-product-card__rating-value[data-v-5b7e3f9e] {
  font-size: 11px;
  color: #252525;
  font-weight: 600;
  margin-right: 4px;
  margin-left: 2px;
}
.ali-product-card__sold[data-v-5b7e3f9e] {
  font-size: 11px;
  color: #757575;
}
.ali-product-card__price-row[data-v-5b7e3f9e] {
  display: flex;
  align-items: baseline;
  gap: 1px;
  margin-top: 2px;
  flex-wrap: wrap;
}
.ali-product-card__currency[data-v-5b7e3f9e] {
  font-size: 12px;
  color: rgb(240, 6, 51);
  font-weight: 600;
  margin-left: 2px;
}
.ali-product-card__currency.is-rtl[data-v-5b7e3f9e] {
  order: 10;
  margin-inline-start: 4px;
  margin-inline-end: 0;
}
.ali-product-card__price-whole[data-v-5b7e3f9e] {
  font-size: 18px;
  color: rgb(240, 6, 51);
  font-weight: 700;
  line-height: 1;
}
.ali-product-card__price-decimal[data-v-5b7e3f9e] {
  font-size: 18px;
  color: rgb(240, 6, 51);
  font-weight: 700;
}
.ali-product-card__price-fraction[data-v-5b7e3f9e] {
  font-size: 18px;
  color: rgb(240, 6, 51);
  font-weight: 700;
}
.ali-product-card__old-price[data-v-5b7e3f9e] {
  font-size: 12px;
  color: rgb(96, 100, 114);
  text-decoration: line-through;
  margin-right: 6px;
}
.ali-product-card__discount-tag[data-v-5b7e3f9e] {
  font-size: 11px;
  color: rgb(240, 6, 51);
  background: rgba(240, 6, 51, 0.08);
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 600;
}
.ali-product-card__shipping[data-v-5b7e3f9e] {
  font-size: 11px;
  color: #009A66;
  font-weight: 600;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.ali-product-card__info-tags[data-v-5b7e3f9e] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
}
.ali-product-card__info-tag[data-v-5b7e3f9e] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: rgb(211, 3, 28);
}

/* Bottom Action Buttons */
.ali-product-card__bottom-actions[data-v-5b7e3f9e] {
  padding: 0 12px 12px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* Desktop Interaction */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.ali-product-card.has-actions:hover .ali-product-card__bottom-actions[data-v-5b7e3f9e] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.ali-product-card__btn-summary[data-v-5b7e3f9e] {
  width: 100%;
  height: 32px;
  border: none;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ali-product-card__btn-summary[data-v-5b7e3f9e]:hover {
  background: #333;
}
.ali-product-card__btn-similar[data-v-5b7e3f9e] {
  width: 100%;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  color: #252525;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ali-product-card__btn-similar[data-v-5b7e3f9e]:hover {
  border-color: #000;
}

/* Desktop */
@media (min-width: 992px) {
.ali-product-card__bottom-actions[data-v-5b7e3f9e] {
    gap: 8px;
}
.ali-product-card__btn-summary[data-v-5b7e3f9e],
  .ali-product-card__btn-similar[data-v-5b7e3f9e] {
    height: 34px;
    font-size: 13px;
}
}

/* On mobile, hide completely as requested */
@media (max-width: 991px) {
.ali-product-card__bottom-actions[data-v-5b7e3f9e] {
    display: none !important;
}
}

.sp-overlay[data-v-75e490f5] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.sp-shell[data-v-75e490f5] {
  position: relative;
  width: min(1100px, calc(100vw - 40px));
  max-height: 85vh;
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.sp-header[data-v-75e490f5] {
  padding: 20px 24px;
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.sp-title[data-v-75e490f5] {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #111;
  display: flex;
  flex-direction: column;
}
.sp-subtitle[data-v-75e490f5] {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  margin-top: 2px;
}
.sp-close[data-v-75e490f5] {
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  padding: 5px;
  border-radius: 50%;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-close[data-v-75e490f5]:hover {
  background: #f0f0f0;
}
.sp-body[data-v-75e490f5] {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}
.sp-grid[data-v-75e490f5] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.sp-loading[data-v-75e490f5] {
  min-height: 300px;
  display: grid;
  place-items: center;
}
.sp-spinner[data-v-75e490f5] {
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  border-top-color: #fd374f;
  border-radius: 50%;
  animation: sp-spin-75e490f5 0.8s linear infinite;
}
.sp-empty[data-v-75e490f5] {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #757575;
  text-align: center;
}
.no-scrollbar[data-v-75e490f5]::-webkit-scrollbar {
  display: none;
}
.no-scrollbar[data-v-75e490f5] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@keyframes sp-spin-75e490f5 {
to { transform: rotate(360deg);
}
}

/* Transitions */
.sp-fade-enter-active[data-v-75e490f5], .sp-fade-leave-active[data-v-75e490f5] { transition: opacity 0.3s;
}
.sp-fade-enter-from[data-v-75e490f5], .sp-fade-leave-to[data-v-75e490f5] { opacity: 0;
}
.sp-slide-enter-active[data-v-75e490f5], .sp-slide-leave-active[data-v-75e490f5] { transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
}
.sp-slide-enter-from[data-v-75e490f5], .sp-slide-leave-to[data-v-75e490f5] { transform: translateY(30px) scale(0.95); opacity: 0;
}

/* Mobile */
@media (max-width: 767px) {
.sp-overlay[data-v-75e490f5] {
    padding: 0;
    align-items: flex-end;
}
.sp-shell[data-v-75e490f5] {
    width: 100%;
    max-height: 90vh;
    border-radius: 20px 20px 0 0;
}
.sp-grid[data-v-75e490f5] {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.sp-body[data-v-75e490f5] {
    padding: 12px;
}
}

/* Global Transitions */
.rk-page-enter-active, .rk-page-leave-active { transition: opacity 0.2s ease, transform 0.2s ease;
}
.rk-page-enter-from { opacity: 0; transform: translateY(10px);
}
.rk-page-leave-to { opacity: 0; transform: translateY(-10px);
}

/* Layout adjustments */
.main-layout {
  width: 100%;
  min-width: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.main-layout:not(.admin-layout-wrapper) {
  height: auto;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: clip;
}
.main-content {
  flex: 1;
  width: 100%;
  min-width: 0;
  overflow-x: clip;
}
.admin-layout-wrapper { background: #f8f9fa;
}
@media (max-width: 991px) {
.main-layout,
  .main-content {
    background: #fff;
}
.main-layout {
    padding-bottom: 60px; /* Space for AliMobileFooter */
}
}
body.modal-open {
  overflow: hidden !important;
  height: 100vh;
}

.ali-skeleton[data-v-fd5bacd7] { position: relative; overflow: hidden; background: #eee; border-radius: 4px;
}
.ali-skeleton--hero[data-v-fd5bacd7] { height: 400px; border-radius: 16px;
}
.ali-skeleton--product-card[data-v-fd5bacd7] { background: transparent;
}
.ali-skeleton__pulse[data-v-fd5bacd7] {
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: pulse-fd5bacd7 1.5s infinite;
}
@keyframes pulse-fd5bacd7 {
0% { background-position: 200% 0;
}
100% { background-position: -200% 0;
}
}

.home-page[data-v-1b119bd7] { min-height: 100vh; background: var(--color-bg-soft); padding-bottom: 50px;
}
.home-page__loading[data-v-1b119bd7] { min-height: 80vh;
}

.auth-page[data-v-0e0fb39a] {
  background: #fff;
  color: #111;
  min-height: 58vh;
  padding-bottom: 74px;
}
.auth-hero[data-v-0e0fb39a] {
  text-align: center;
  padding: 78px 20px 84px;
}
.auth-hero h1[data-v-0e0fb39a] {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
}
.auth-breadcrumb[data-v-0e0fb39a] {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #111;
  font-size: 15px;
}
.auth-breadcrumb a[data-v-0e0fb39a] {
  color: inherit;
  text-decoration: none;
}
.auth-breadcrumb i[data-v-0e0fb39a] {
  font-size: 11px;
  color: #777;
}
.auth-shell[data-v-0e0fb39a] {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
}
.auth-shell--login[data-v-0e0fb39a] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 80px;
  align-items: start;
}
.auth-column h2[data-v-0e0fb39a] {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 400;
}
.auth-staff-link[data-v-0e0fb39a] {
  margin-top: 8px;
  text-align: center;
}
.auth-staff-link a[data-v-0e0fb39a] {
  color: #697386;
  font-size: 14px;
  text-decoration: underline;
}
.auth-column--new p[data-v-0e0fb39a] {
  margin: -4px 0 24px;
  color: #5d5a56;
  line-height: 1.7;
  font-size: 15px;
}
.auth-form[data-v-0e0fb39a] {
  display: grid;
  gap: 15px;
}
.auth-form input[data-v-0e0fb39a] {
  width: 100%;
  height: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 14px;
  color: #111;
  background: #fff;
  font-size: 15px;
}
.auth-form input[data-v-0e0fb39a]::placeholder {
  color: #8d96a8;
}
.auth-form input[data-v-0e0fb39a]:focus {
  outline: none;
  border-color: #111;
}
.auth-text-btn[data-v-0e0fb39a] {
  width: fit-content;
  border: 0;
  padding: 8px 0 14px;
  color: #111;
  background: transparent;
  text-decoration: underline;
  font-size: 15px;
}
.auth-primary[data-v-0e0fb39a],
.auth-pill[data-v-0e0fb39a] {
  border: 0;
  background: var(--rk-cta, #f42543);
  color: #fff;
  min-height: 46px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.auth-primary[data-v-0e0fb39a] {
  width: 100%;
}
.auth-pill[data-v-0e0fb39a] {
  min-width: 132px;
  border-radius: 999px;
  padding: 0 30px;
}
.auth-primary[data-v-0e0fb39a]:hover,
.auth-pill[data-v-0e0fb39a]:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.auth-primary[data-v-0e0fb39a]:disabled {
  opacity: 0.65;
  transform: none;
}
.auth-error[data-v-0e0fb39a],
.auth-notice[data-v-0e0fb39a] {
  margin: 0;
  padding: 11px 13px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.auth-error[data-v-0e0fb39a] {
  background: #fff1f1;
  color: #b42318;
}
.auth-notice[data-v-0e0fb39a] {
  background: #f5f5f5;
  color: #333;
}
.auth-spinner[data-v-0e0fb39a] {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: authSpin-0e0fb39a 0.8s linear infinite;
}
@keyframes authSpin-0e0fb39a {
to { transform: rotate(360deg);
}
}
@media (max-width: 767px) {
.auth-page[data-v-0e0fb39a] {
    padding-bottom: 44px;
}
.auth-hero[data-v-0e0fb39a] {
    padding: 44px 18px 46px;
}
.auth-hero h1[data-v-0e0fb39a] {
    font-size: 29px;
}
.auth-shell--login[data-v-0e0fb39a] {
    grid-template-columns: 1fr;
    gap: 42px;
}
}
