body.ecomm-body {
  font-family: 'Albert Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f8f9fc;
}

/* Global site preloader */
.site-preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  z-index: 2000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.site-preloader-hide {
  opacity: 0;
  visibility: hidden;
}

.site-preloader-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
}

.site-preloader-logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15,23,42,0.18);
  position: relative;
  z-index: 2;
}

.site-preloader-logo {
  height: 56px;
  width: auto;
  object-fit: contain;
}

.site-preloader-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111827;
}

.site-preloader-welcome {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.site-preloader-spinner {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  border: 4px solid rgba(191,219,254,0.9); /* light blue ring */
  border-top-color: #2563eb;              /* primary blue arc */
  border-right-color: #2563eb;
  border-bottom-color: rgba(191,219,254,0.9);
  border-left-color: rgba(191,219,254,0.9);
  animation: sitePreloaderSpin 0.9s linear infinite;
  z-index: 1;
}

@keyframes sitePreloaderSpin {
  to { transform: rotate(360deg); }
}

/* Preloader responsive sizing for small devices */
@media (max-width: 575.98px) {
  .site-preloader-logo-wrapper {
    width: 96px;
    height: 96px;
  }
  .site-preloader-logo {
    height: 44px;
  }
  .site-preloader-spinner {
    width: 104px;
    height: 104px;
    border-width: 3px;
  }
}

.navbar-brand {
  letter-spacing: 0.08em;
}

.page-wrapper {
  min-height: 80vh;
}

/* Global custom scrollbar (entire site) */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #2563eb #ffffff; /* thumb | track */
}

/* WebKit */
::-webkit-scrollbar-track {
  background: #ffffff; /* white track like page background */
}

::-webkit-scrollbar-thumb {
  background-color: #2563eb; /* solid blue thumb */
  border-radius: 999px;
}

/* Top offer marquee bar */
.top-offer-marquee {
  width: 100%;
  background-color: #e11d48; /* rose/red like reference */
  color: #fff;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
}

.top-offer-track {
  display: inline-block;
  padding-block: 6px;
  animation: topOfferScroll 20s linear infinite;
}

.top-offer-item {
  display: inline-block;
  padding-inline: 1.75rem;
}

.top-offer-sep {
  display: inline-block;
  opacity: 0.7;
}

@keyframes topOfferScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hero-section {
  min-height: 100vh;
  position: relative;
  color: #111827;
  background-color: #fffaf2;
}

.hero-carousel .carousel-item {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-overlay {
  min-height: 100vh;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
}

.hero-content {
  opacity: 0;
  animation: heroFadeUp 0.8s ease-out forwards;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.hero-subtitle {
  color: #4b5563;
}

.hero-buttons {
  opacity: 0;
  animation: heroFadeUp 0.8s ease-out forwards;
  animation-delay: 0.15s;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-cta-primary,
.hero-cta-secondary {
  border-radius: 999px;
  padding-inline: 1.75rem;
  padding-block: 0.75rem;
}

.hero-cta-primary {
  background-color: #111827;
  border: 1px solid #111827;
  color: #f9fafb;
}

.hero-cta-primary:hover {
  background-color: transparent;
  color: #111827;
}

.hero-cta-secondary {
  background-color: transparent;
  border: 1px solid #111827;
  color: #111827;
}

.hero-cta-secondary:hover {
  background-color: #111827;
  color: #f9fafb;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
  background-color: #000;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 60% 60%;
  filter: invert(0) brightness(0); /* black arrow on light bg */
}

.hero-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-carousel .carousel-control-next:hover .carousel-control-next-icon {
  filter: invert(1) brightness(2); /* white arrow on black hover */
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.35);
}

.hero-carousel .carousel-indicators .active {
  background-color: #111827;
}

.product-card {
  transition: all 0.25s ease;
  border-radius: 0.75rem;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
}

.badge-pill-soft {
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.08);
  color: #2563eb;
  font-size: 0.75rem;
  padding: 0.35rem 0.9rem;
}

.btn-rounded {
  border-radius: 999px;
}

.section-title {
  font-weight: 600;
}

.toast-container {
  z-index: 1055;
}

.why-card {
  border-radius: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.why-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #6366f1);
  color: #fff;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
}

@media (max-width: 767.98px) {
  .hero-section {
    text-align: center;
  }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 12%;
  }
}
