/* Dizi Store — Bootstrap theme overrides */

:root {
  --dizi-primary: #eb9e27;
  --dizi-primary-dark: #c98414;
  --dizi-secondary: #227877;
  --dizi-secondary-dark: #19595a;
  --dizi-dark: #1d1d1d;
  --dizi-muted: #6b6b6b;
  --dizi-bg: #fafafa;
  --dizi-gradient: linear-gradient(135deg, #eb9e27 0%, #227877 100%);
  --dizi-gradient-soft: linear-gradient(135deg, rgba(235, 158, 39, 0.08), rgba(34, 120, 119, 0.08));
  --bs-body-font-family: "Figtree", sans-serif;
  --bs-body-bg: var(--dizi-bg);
  --bs-body-color: var(--dizi-dark);
  --bs-primary: var(--dizi-secondary);
  --bs-primary-rgb: 34, 120, 119;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
}

.bg-dizi-primary { background-color: var(--dizi-primary) !important; }
.bg-dizi-secondary { background-color: var(--dizi-secondary) !important; }
.text-dizi-primary { color: var(--dizi-primary) !important; }
.text-dizi-secondary { color: var(--dizi-secondary) !important; }

.btn-dizi-gradient {
  background: var(--dizi-gradient);
  border: none;
  color: #fff;
  padding: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-dizi-gradient:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1020;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--dizi-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(29, 29, 29, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  color: #fff;
  box-shadow: 0 12px 32px rgba(29, 29, 29, 0.22);
  transform: translateY(-2px);
}
.back-to-top:focus,
.back-to-top:focus-visible {
  outline: 2px solid var(--dizi-dark);
  outline-offset: 3px;
}
@media (max-width: 575.98px) {
  .back-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  color: var(--dizi-dark);
}
.legal-content h1 {
  letter-spacing: -0.02em;
}
.legal-content h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.legal-content p,
.legal-content li {
  color: var(--dizi-muted);
  line-height: 1.75;
  font-size: 0.98rem;
}
.legal-content p {
  margin-bottom: 1rem;
}
.legal-content ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.legal-content li {
  margin-bottom: 0.45rem;
}
.legal-content a {
  text-decoration: none;
  font-weight: 600;
}
.legal-content a:hover {
  text-decoration: underline;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1;
}
.site-logo-img {
  height: 50px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.site-logo-footer {
  height: 80px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.site-header {
  backdrop-filter: saturate(180%) blur(18px);
  background: rgba(255, 255, 255, 0.9) !important;
  transition: box-shadow 0.3s ease;
  z-index: 1030;
}
.site-header.scrolled {
  box-shadow: 0 2px 8px rgba(29, 29, 29, 0.06);
}
.site-header.scrolled .subnav {
  max-height: 0;
  opacity: 0;
  border-bottom-width: 0;
  pointer-events: none;
}

/* Mobile header */
.mobile-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}
.mobile-header-left {
  display: flex;
  align-items: center;
  gap: 2px;
}
.mobile-header-logo {
  justify-self: center;
}
.mobile-location-btn {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.mobile-location-badge {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  max-width: 58px;
  padding: 1px 5px;
  border-radius: 999px;
  background: var(--dizi-secondary);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  box-shadow: 0 0 0 2px #fff;
}
.mobile-location-badge:empty {
  display: none;
}
.mobile-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.mobile-menu-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mobile-menu-btn .bi-list {
  font-size: 1.5rem;
  line-height: 1;
}
.mobile-sub-header-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.mobile-sub-header .location-badge {
  padding: 8px 12px;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fafafa;
  white-space: nowrap;
}
.location-badge-btn {
  border: 1px solid #ececec;
  background: #fafafa;
  color: inherit;
  max-width: 42vw;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.header-search-mobile .header-search-input {
  padding-left: 8px;
  font-size: 0.88rem;
}
.header-search-mobile .header-search-btn {
  width: 34px;
  height: 34px;
  margin: 3px;
}
.header-search-mobile .header-category-toggle {
  padding: 8px 10px 8px 12px;
  font-size: 0.78rem;
  max-width: 118px;
}
.header-search-mobile .header-category-label {
  display: inline-block;
  max-width: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.header-search-mobile .header-category-menu {
  min-width: 180px;
}

/* Mobile offcanvas */
.mobile-offcanvas {
  width: min(320px, 90vw);
  border-right: 0;
  background: #fff;
}
.mobile-offcanvas-header {
  position: relative;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid #ececec;
  background: var(--dizi-gradient-soft);
  overflow: hidden;
}
.mobile-offcanvas-header::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--dizi-gradient);
  opacity: 0.12;
  pointer-events: none;
}
.mobile-offcanvas-tagline {
  margin-top: 6px;
  font-size: 0.82rem;
  color: var(--dizi-muted);
}
.mobile-offcanvas-body {
  padding: 1.25rem;
}
.mobile-offcanvas-eyebrow {
  font-size: 0.72rem;
}
.mobile-offcanvas-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1.25rem;
}
.mobile-offcanvas-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--dizi-dark);
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.mobile-offcanvas-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.mobile-offcanvas-link:hover {
  background: #fafafa;
  border-color: #ececec;
  color: var(--dizi-secondary);
}
.mobile-offcanvas-link:hover .mobile-offcanvas-icon {
  background: var(--dizi-gradient);
  color: #fff;
}
.mobile-offcanvas-link.active {
  background: var(--dizi-dark);
  color: #fff;
  font-weight: 600;
  border-color: var(--dizi-dark);
  box-shadow: 0 8px 20px rgba(29, 29, 29, 0.12);
}
.mobile-offcanvas-link.active .mobile-offcanvas-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.mobile-offcanvas-cta {
  padding: 12px 20px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 28px rgba(235, 158, 39, 0.22);
}
.mobile-offcanvas-contact {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #ececec;
}
.mobile-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.88rem;
  color: var(--dizi-muted);
  line-height: 1.5;
}
.mobile-contact-link {
  text-decoration: none;
  color: var(--dizi-muted);
  transition: color 0.2s ease;
}
.mobile-contact-link:hover {
  color: var(--dizi-secondary);
}
.mobile-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--dizi-gradient-soft);
  color: var(--dizi-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.subnav {
  overflow: hidden;
  max-height: 3.75rem;
  opacity: 1;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease,
    border-color 0.35s ease;
}
.subnav-slider {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  min-width: 0;
}
.subnav-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.55rem 0;
}
.subnav-track::-webkit-scrollbar {
  display: none;
}
.subnav-slider.is-overflow .subnav-track {
  justify-content: flex-start;
}
.subnav-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--dizi-muted);
  line-height: 1;
  font-size: 1.05rem;
  cursor: pointer;
}
.subnav-slider.is-overflow .subnav-arrow {
  display: inline-flex;
}
.subnav-arrow:hover,
.subnav-arrow:focus-visible {
  color: var(--dizi-dark);
  outline: none;
}
.subnav-arrow:disabled {
  opacity: 0.28;
  cursor: default;
  pointer-events: none;
}

.header-search {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #ececec;
  border-radius: 999px;
  overflow: visible;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.header-search:focus-within {
  background: #fff;
  border-color: var(--dizi-dark);
}
.header-search-input {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
  padding-left: 0.25rem;
}
.header-search-input:focus,
.header-search-input:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.header-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.header-search-btn {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  margin: 4px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-search-btn:focus,
.header-search-btn:focus-visible {
  box-shadow: none !important;
  outline: 2px solid var(--dizi-dark);
  outline-offset: 1px;
}

.header-category-dropdown {
  position: relative;
  flex-shrink: 0;
  border-right: 1px solid #ececec;
}
.header-category-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 18px;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--dizi-dark);
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.2;
}
.header-category-toggle:hover {
  color: var(--dizi-secondary);
}
.header-category-toggle .bi-chevron-down {
  font-size: 0.7rem;
  color: var(--dizi-muted);
  transition: transform 0.25s ease, color 0.25s ease;
}
.header-category-dropdown.is-open .header-category-toggle .bi-chevron-down {
  transform: rotate(180deg);
  color: var(--dizi-dark);
}
.header-category-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 200px;
  max-height: min(70vh, 420px);
  overflow-y: auto;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(29, 29, 29, 0.1);
  z-index: 1100;
}
.header-category-menu[hidden] {
  display: none;
}
.header-category-menu li {
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--dizi-dark);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.header-category-menu li:hover {
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
}
.header-category-menu li.active {
  background: var(--dizi-dark);
  color: #fff;
  font-weight: 600;
}
.header-category-menu li.active:hover {
  background: var(--dizi-secondary);
  color: #fff;
}

.nav-link.active {
  color: var(--dizi-primary) !important;
  font-weight: 600;
}

.subnav-link {
  flex-shrink: 0;
}
.subnav-link:hover,
.subnav-link.is-active {
  color: var(--dizi-dark) !important;
}
.subnav-link.is-active {
  font-weight: 700;
}

.site-footer {
  background: var(--dizi-dark);
}
.footer-link {
  color: #bdbdbd;
  text-decoration: none;
}
.footer-link:hover {
  color: var(--dizi-primary);
}
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}
.social-btn:hover {
  background: var(--dizi-gradient);
  color: #fff;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dizi-secondary);
}

.hero-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 19 / 8;
  background: var(--dizi-bg);
  overflow: hidden;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}
.hero-banner-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  user-select: none;
  -webkit-user-drag: none;
}
.hero-banner-img.active {
  opacity: 1;
  z-index: 1;
}
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dizi-dark);
  box-shadow: 0 4px 16px rgba(29, 29, 29, 0.12);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-nav:hover {
  background: #fff;
  box-shadow: 0 6px 20px rgba(29, 29, 29, 0.16);
  transform: translateY(-50%) scale(1.06);
}
.hero-nav:active {
  transform: translateY(-50%) scale(0.98);
}
.hero-nav-prev {
  left: 16px;
}
.hero-nav-next {
  right: 16px;
}
.hero-nav i {
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .hero-nav {
    width: 36px;
    height: 36px;
  }
  .hero-nav-prev {
    left: 10px;
  }
  .hero-nav-next {
    right: 10px;
  }
  .hero-nav i {
    font-size: 1rem;
  }
}

.cat-card {
  aspect-ratio: 3/4;
  border-radius: 1.25rem;
  overflow: hidden;
}
.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.cat-card:hover img {
  transform: scale(1.08);
}
.cat-card .cat-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 55%);
}
@media (max-width: 767px) {
  .cat-card .cat-overlay {
    padding: 10px !important;
  }
  .cat-card .cat-overlay strong {
    font-size: 12px;
  }
}

.product-card {
  border-radius: 1.25rem !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(29, 29, 29, 0.08) !important;
}
.product-img {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #f3f3f3;
}
.product-img > a {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.product-img .badge,
.product-img .wish {
  z-index: 1;
}
.product-img .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.product-card:hover .card-img-top {
  transform: scale(1.06);
}
.product-card-meta {
  min-width: 0;
}
.product-card-seller {
  min-width: 0;
}
.product-card-location {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  flex: 0 1 auto;
  max-width: 58%;
  min-width: 0;
  white-space: nowrap;
  line-height: 1.2;
}
.product-card-location .bi {
  flex-shrink: 0;
  line-height: 1;
}
.product-card-location > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wish.active i {
  color: var(--dizi-primary);
  fill: var(--dizi-primary);
}
.header-wishlist-count {
  font-size: 0.65rem;
  min-width: 1.1rem;
  padding: 0.2em 0.35em;
}

.feature-card {
  border-radius: 1.25rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(29, 29, 29, 0.06) !important;
}
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.testimonial-card {
  border-radius: 1.25rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(29, 29, 29, 0.06);
}
.stars {
  color: var(--dizi-primary);
  letter-spacing: 5px;
  margin-bottom: 0.75rem;
}

.card-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.card-slider-viewport {
  container-type: inline-size;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.card-slider-viewport::-webkit-scrollbar {
  display: none;
}
.card-slider-viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}
.card-slider-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  max-width: none;
}
.card-slider-slide {
  flex: 0 0 100cqw;
  width: 100cqw;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@media (min-width: 768px) {
  .card-slider-slide {
    flex: 0 0 calc((100cqw - 1.5rem) / 2);
    width: calc((100cqw - 1.5rem) / 2);
  }
}
@media (min-width: 992px) {
  .card-slider-slide {
    flex: 0 0 calc((100cqw - 3rem) / 3);
    width: calc((100cqw - 3rem) / 3);
  }
}
.card-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}
.card-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.card-slider-dot.active {
  background: var(--dizi-secondary);
  transform: scale(1.2);
}

.blog-card {
  border-radius: 1.25rem;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(29, 29, 29, 0.06) !important;
}
.blog-card .blog-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.blog-card:hover img {
  transform: scale(1.06);
}
.blog-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(29, 29, 29, 0.08);
}
.blog-card-author {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--dizi-dark);
  font-weight: 600;
  text-align: right;
  flex-shrink: 0;
}
.blog-card-author i {
  font-size: 0.95rem;
  opacity: 0.65;
}
.blog-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.blog-detail-img {
  aspect-ratio: 16/10;
  background: #f3f3f3;
}
.blog-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail-body p {
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.blog-detail-body h2,
.blog-detail-body h3,
.blog-detail-body h4 {
  color: var(--dizi-dark);
  font-weight: 700;
  margin: 1.75rem 0 0.85rem;
}
.blog-detail-body ul,
.blog-detail-body ol {
  margin: 0 0 1.25rem 1.2rem;
}
.blog-detail-body li {
  margin-bottom: 0.4rem;
}
.blog-detail-body a {
  color: var(--dizi-secondary);
}
.blog-detail-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.85rem;
  margin: 0.5rem 0 1.25rem;
}
.blog-detail-body iframe,
.blog-detail-body .blog-embed {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 0.85rem;
  margin: 1rem 0 1.5rem;
  background: #111;
}
.blog-detail-body table {
  width: 100%;
  margin: 0 0 1.25rem;
  border-collapse: collapse;
}
.blog-detail-body th,
.blog-detail-body td {
  border: 1px solid #e6e6e6;
  padding: 0.55rem 0.7rem;
  vertical-align: top;
}
.blog-detail-body blockquote {
  margin: 0 0 1.25rem;
  padding: 0.4rem 0 0.4rem 1rem;
  border-left: 3px solid var(--dizi-primary);
  color: var(--dizi-dark);
}

.pagination-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.newsletter-box {
  background: var(--dizi-dark);
  border-radius: 1.75rem;
  position: relative;
  overflow: hidden;
}
.newsletter-box::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--dizi-gradient);
  opacity: 0.18;
  filter: blur(40px);
}

.page-hero {
  background: var(--dizi-gradient-soft);
  border-bottom: 1px solid #ececec;
  overflow-x: clip;
}

.about-section-white {
  background: #fff;
  overflow-x: clip;
}
.about-section-alt {
  background: var(--dizi-bg);
  overflow-x: clip;
}

.about-story-img {
  aspect-ratio: 4/5;
}
.about-story-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.92rem;
  color: #444;
}
.about-story-points li i {
  flex-shrink: 0;
  margin-top: 2px;
}

.about-purpose-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.about-purpose-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(29, 29, 29, 0.08);
}
.about-purpose-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}
.about-purpose-mission .about-purpose-icon {
  background: rgba(34, 120, 119, 0.12);
  color: var(--dizi-secondary);
}
.about-purpose-vision .about-purpose-icon {
  background: rgba(235, 158, 39, 0.15);
  color: var(--dizi-primary-dark);
}
.about-purpose-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dizi-secondary);
  margin-bottom: 0.5rem;
}
.about-purpose-vision .about-purpose-label {
  color: var(--dizi-primary-dark);
}
.about-purpose-card h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.about-purpose-list {
  margin: 1.25rem 0 0;
  padding-left: 1.15rem;
  color: var(--dizi-muted);
  font-size: 0.92rem;
}
.about-purpose-list li {
  margin-bottom: 0.5rem;
}
.about-purpose-list li::marker {
  color: var(--dizi-secondary);
}
.about-purpose-vision .about-purpose-list li::marker {
  color: var(--dizi-primary);
}

.about-faq-wrap {
  max-width: 760px;
  margin-inline: auto;
}
.about-faq-accordion {
  --bs-accordion-border-color: #ececec;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: var(--dizi-dark);
  --bs-accordion-active-bg: #fff;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-bg: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-faq-accordion .accordion-item {
  border: 1px solid #ececec;
  border-radius: 14px !important;
  overflow: hidden;
  background: #fff;
}
.about-faq-accordion .accordion-button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1.1rem 1.25rem;
  color: var(--dizi-dark);
  box-shadow: none;
}
.about-faq-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--dizi-secondary);
  border-bottom: 1px solid #ececec;
}
.about-faq-accordion .accordion-button::after {
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.about-faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.about-faq-accordion .accordion-body {
  padding: 1rem 1.25rem 1.25rem;
  font-size: 0.92rem;
  line-height: 1.65;
}

.stat-card strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.2rem;
  background: var(--dizi-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.auth-visual {
  background: url("../images/about/1.png") center/cover;
  position: relative;
  min-height: 400px;
}
.auth-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(235, 158, 39, 0.35), rgba(34, 120, 119, 0.55));
}

.profile-cover {
  height: 240px;
  background: var(--dizi-gradient);
  position: relative;
}
.profile-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/breadcrumb.jpg") center/cover;
  mix-blend-mode: overlay;
  opacity: 0.4;
  pointer-events: none;
}
.profile-avatar {
  width: 140px;
  height: 140px;
  margin-top: -70px;
  border: 6px solid var(--dizi-bg);
  background: var(--dizi-gradient);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3rem;
  overflow: hidden;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.public-seller-page .profile-avatar {
  margin-top: -70px;
}
.public-seller-page a.fw-semibold:hover {
  color: var(--dizi-secondary) !important;
}

.profile-avatar-sm {
  width: 96px;
  height: 96px;
  margin-top: 0;
  border-width: 4px;
  font-size: 2rem;
}
.profile-avatar-upload {
  cursor: pointer;
}
.profile-avatar-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--dizi-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  border: 2px solid #fff;
}
.profile-seller-badge {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.profile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.profile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--dizi-dark);
  font-size: 0.92rem;
  font-weight: 500;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
}
.profile-nav-link:hover {
  background: #f7f7f7;
}
.profile-nav-link.active {
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
  font-weight: 600;
}
.profile-nav-link.profile-nav-logout {
  color: #b42318;
}
.profile-nav-link.profile-nav-logout:hover {
  background: #fef3f2;
}
.profile-nav-link.profile-nav-logout.active {
  background: #fee4e2;
  color: #b42318;
}

.profile-panel {
  display: none;
}
.profile-panel.is-active {
  display: block;
}

.profile-detail-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.35rem;
}
.profile-detail-value {
  font-size: 0.95rem;
  color: var(--dizi-dark);
  line-height: 1.5;
}

.profile-stat-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.profile-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(29, 29, 29, 0.06);
}
.profile-stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profile-activity-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.profile-activity-list li:last-child {
  border-bottom: 0;
}

.profile-register-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

.profile-listing-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex-shrink: 0;
}
.profile-listings-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  white-space: nowrap;
}
.profile-listing-edit,
.profile-listing-delete,
.profile-listing-sold {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profile-listing-edit {
  background: #f4f4f4;
  color: #333;
}
.profile-listing-edit:hover:not(:disabled) {
  background: #ececec;
}
.profile-listing-edit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.profile-listing-delete {
  background: #fef3f2;
  color: #b42318;
}
.profile-listing-delete:hover {
  background: #fee4e2;
}
.profile-listing-sold {
  background: #ecfdf3;
  color: #027a48;
}
.profile-listing-sold:hover {
  background: #d1fadf;
}
.profile-status-badge {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: capitalize;
}
.profile-status-approved {
  background: #ecfdf3;
  color: #027a48;
}
.profile-status-pending {
  background: #fffaeb;
  color: #b54708;
}
.profile-status-rejected {
  background: #fef3f2;
  color: #b42318;
}
.profile-status-sold {
  background: #fef9c3;
  color: #a16207;
}

.profile-enquiry-card {
  transition: box-shadow 0.25s ease;
}
.profile-enquiry-card:hover {
  box-shadow: 0 8px 24px rgba(29, 29, 29, 0.06);
}

.upload-approval-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.95rem;
  border-radius: 14px;
  background: var(--dizi-gradient-soft);
  border: 1px solid rgba(34, 120, 119, 0.18);
  color: var(--dizi-secondary);
  font-size: 0.88rem;
  line-height: 1.45;
}
.upload-approval-note i {
  margin-top: 0.1rem;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.upload-approval-note strong {
  color: var(--dizi-dark);
}

.seller-guidelines {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff8eb;
  border: 1px solid #f0d9a3;
  color: #7a4d00;
}
.seller-guidelines-head {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.seller-guidelines-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  color: #b45309;
  font-size: 1.1rem;
}
.seller-guidelines-head strong {
  display: block;
  color: #7a4d00;
  font-size: 0.95rem;
}
.seller-guidelines-head p {
  margin-top: 0.15rem;
  font-size: 0.82rem;
  color: #9a6700;
}
.seller-guidelines-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.86rem;
  line-height: 1.55;
}
.seller-guidelines-list li + li {
  margin-top: 0.3rem;
}
.seller-guidelines--compact {
  margin-bottom: 1.25rem;
  padding: 0.85rem 0.95rem;
}
.seller-guidelines--compact .seller-guidelines-head {
  margin-bottom: 0.45rem;
}
.seller-guidelines--compact .seller-guidelines-icon {
  width: 28px;
  height: 28px;
  font-size: 0.95rem;
}

.upload-images-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}
.upload-image-slot {
  position: relative;
  aspect-ratio: 1;
  border: 1.5px dashed #d8d8d8;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #fafafa;
  margin: 0;
}
.upload-image-slot.has-image {
  border-style: solid;
  border-color: #ececec;
  cursor: default;
}
.upload-image-slot.is-main {
  border-color: var(--dizi-secondary);
  box-shadow: 0 0 0 2px rgba(34, 120, 119, 0.18);
}
.upload-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #999;
}
.upload-image-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.upload-image-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  z-index: 2;
}
.upload-image-main {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #555;
  font-size: 0.7rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
}
.upload-image-main input {
  margin: 0;
  accent-color: var(--dizi-secondary);
}
.upload-image-slot.is-main .upload-image-main {
  background: var(--dizi-secondary);
  color: #fff;
}

@media (max-width: 991.98px) {
  .profile-nav {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    position: static;
    padding: 0.5rem;
    -webkit-overflow-scrolling: touch;
  }
  .profile-nav-link {
    width: auto;
    flex-shrink: 0;
  }
  .upload-images-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .profile-avatar {
    width: 108px;
    height: 108px;
    margin-top: -54px;
    font-size: 2.25rem;
  }
}

.thumb-img {
  width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .thumb-img {
    height: 80px;
  }
}
.thumb-img.active {
  border-color: var(--dizi-dark);
}

.product-detail-section {
  overflow-x: clip;
  max-width: 100%;
}
.product-detail-gallery,
.product-detail-info,
.product-detail-media,
.product-detail-main-img {
  min-width: 0;
}
.product-detail-thumbs {
  width: 64px;
}
@media (min-width: 768px) {
  .product-detail-thumbs {
    width: 80px;
  }
}
.product-detail-seller .btn {
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .product-detail-seller .btn {
    width: 100%;
    margin-left: 0;
  }
}

.products-grid.list-mode .col {
  width: 100%;
}
.products-grid.list-mode .product-card {
  flex-direction: row;
}

.products-filters-sticky {
  z-index: 1;
}
.products-filter-cats {
  max-height: none;
}

.products-filters-offcanvas {
  width: 80vw !important;
  max-width: 80vw;
  border-right: 0;
}
.products-filters-toggle {
  font-weight: 600;
  white-space: nowrap;
}

.products-filters .form-control:focus,
.products-filters .form-control:focus-visible {
  border-color: var(--dizi-dark);
  box-shadow: none;
  outline: none;
}

.products-filters .form-check-input {
  border-color: #cfcfcf;
  cursor: pointer;
}
.products-filters .form-check-input:focus {
  border-color: var(--dizi-dark);
  box-shadow: none;
}
.products-filters .form-check-input:checked {
  background-color: var(--dizi-secondary);
  border-color: transparent;
  background-image:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"),
    var(--dizi-gradient);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, cover;
}
.products-filters .form-check-input:checked:focus {
  border-color: transparent;
  box-shadow: none;
}

.products-toolbar {
  position: relative;
  z-index: 10;
}

.products-sort-dropdown {
  position: relative;
}
.products-sort-dropdown.is-open {
  z-index: 20;
}
.products-sort-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 31px;
  padding: 0.25rem 0.75rem 0.25rem 0.875rem;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background: #fff;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dizi-dark);
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(29, 29, 29, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.products-sort-toggle:hover {
  border-color: #d4d4d4;
}
.products-sort-toggle:focus,
.products-sort-toggle:focus-visible {
  border-color: var(--dizi-dark);
  outline: none;
  box-shadow: none;
}
.products-sort-toggle .bi-chevron-down {
  font-size: 0.7rem;
  color: #888;
  transition: transform 0.25s ease, color 0.25s ease;
}
.products-sort-dropdown.is-open .products-sort-toggle .bi-chevron-down {
  transform: rotate(180deg);
  color: var(--dizi-dark);
}
.products-sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 100%;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(29, 29, 29, 0.1);
  z-index: 30;
}
.products-sort-menu[hidden] {
  display: none;
}
.products-sort-menu li {
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  font-size: 0.875rem;
  color: var(--dizi-dark);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.products-sort-menu li:hover {
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
}
.products-sort-menu li.active {
  background: var(--dizi-dark);
  color: #fff;
  font-weight: 600;
}
.products-sort-menu li.active:hover {
  background: var(--dizi-secondary);
  color: #fff;
}

.price-range-wrap {
  position: relative;
  padding-top: 1.75rem;
}
.price-range-value {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--dizi-dark);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}
.price-range-value::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--dizi-dark);
}
.products-filters .price-range-input {
  --range-thumb-size: 16px;
  margin: 0;
  accent-color: var(--dizi-primary);
}
.products-filters .price-range-input:focus {
  outline: none;
}
.products-filters .price-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  border-radius: 50%;
  background: var(--dizi-gradient);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(34, 120, 119, 0.35);
  cursor: pointer;
}
.products-filters .price-range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 120, 119, 0.2);
}
.products-filters .price-range-input::-moz-range-thumb {
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  border-radius: 50%;
  background: var(--dizi-gradient);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(34, 120, 119, 0.35);
  cursor: pointer;
}
.products-filters .price-range-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 120, 119, 0.2);
}
.products-grid.list-mode .product-img {
  aspect-ratio: auto;
  width: 240px;
  flex-shrink: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .auth-visual {
    display: none;
  }
}

.location-badge{
  padding:10px !important;
}

.header-location-picker {
  position: relative;
  flex-shrink: 0;
}
.header-location-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 200px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fff;
  color: var(--dizi-muted);
  font-family: inherit;
  font-size: 0.9rem;
  white-space: nowrap;
  cursor: pointer;
}
.header-location-toggle:hover {
  border-color: #d7d7d7;
  color: var(--dizi-dark);
}
.header-location-picker.is-open .header-location-toggle {
  border-color: var(--dizi-dark);
  color: var(--dizi-dark);
}
.header-location-label {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--dizi-dark);
  font-weight: 600;
}
.header-location-toggle .bi-chevron-down {
  font-size: 0.7rem;
  color: var(--dizi-muted);
  transition: transform 0.25s ease;
}
.header-location-picker.is-open .header-location-toggle .bi-chevron-down {
  transform: rotate(180deg);
}
.header-location-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1100;
  width: min(280px, 80vw);
  padding: 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(29, 29, 29, 0.1);
}
.header-location-menu[hidden] {
  display: none;
}
.header-location-search {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 8px;
  padding: 0 10px;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fafafa;
  color: var(--dizi-muted);
}
.header-location-search--modal {
  margin-bottom: 12px;
}
.header-location-search-input {
  width: 100%;
  min-width: 0;
  padding: 8px 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
}
.header-location-list {
  max-height: min(50vh, 280px);
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}
.header-location-list--modal {
  max-height: min(50vh, 360px);
}
.header-location-list li {
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 0.92rem;
  color: var(--dizi-dark);
  cursor: pointer;
}
.header-location-list li:hover,
.header-location-list li.is-active {
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
}
.header-location-empty {
  margin: 0.5rem 0 0;
  color: var(--dizi-muted);
  font-size: 0.85rem;
}
.location-modal .modal-content {
  border: 0;
  border-radius: 20px;
}
.contact-seller-modal .modal-content {
  border: 0;
  border-radius: 20px;
}
.contact-seller-modal .modal-header,
.contact-seller-modal .modal-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.contact-seller-modal .form-check-input:checked {
  background-color: var(--dizi-secondary);
  border-color: var(--dizi-secondary);
}
.inquiry-message-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 280px;
}

.bg-white {
  background-color:#ffffff !important;
}

.contact-success-modal {
  border: 0;
  border-radius: 20px;
}

.contact-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--dizi-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.contact-form {
  position: relative;
}

.contact-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.kyc-preview {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 2rem);
  max-height: calc(100dvh - 2rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-content > form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-content > form .modal-header,
.modal-dialog-scrollable .modal-content > form .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-content > form .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.seller-dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.seller-stat-card {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1rem 1.05rem;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
}

.seller-stat-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.45rem;
  background: var(--dizi-gradient-soft);
  color: var(--dizi-secondary);
}

.seller-stat-card--ok .seller-stat-icon {
  background: #ecfdf3;
  color: #027a48;
}

.seller-stat-card--warn .seller-stat-icon {
  background: #fffaeb;
  color: #b54708;
}

.seller-stat-card--sold .seller-stat-icon {
  background: #fef9c3;
  color: #a16207;
}

.seller-stat-card--info .seller-stat-icon {
  background: #eef6f6;
  color: var(--dizi-secondary);
}

.seller-stat-card strong {
  font-size: 1.45rem;
  line-height: 1.1;
}

.seller-stat-card span {
  color: var(--dizi-muted);
  font-size: 0.82rem;
}

.seller-status-row + .seller-status-row {
  margin-top: 0.85rem;
}

.seller-status-track {
  height: 8px;
  border-radius: 999px;
  background: #f3f4f6;
  overflow: hidden;
}

.seller-status-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.seller-status-fill.is-approved {
  background: #027a48;
}

.seller-status-fill.is-pending {
  background: #d97706;
}

.seller-status-fill.is-rejected {
  background: #b42318;
}

.seller-status-fill.is-sold {
  background: #ca8a04;
}

.seller-dash-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.seller-dash-list li:first-child {
  padding-top: 0;
}

.seller-dash-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.seller-dash-note {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .seller-dash-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}