@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mozilla+Headline:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&amp;display=swap');

/* ----------------------------------------------------
   Typography
---------------------------------------------------- */
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="num"],
textarea,
button,
body, p, select, a {
font-family: 'Rubik', sans-serif !important;
font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Syne', sans-serif !important;
font-weight: 600 !important;
}

/* .hdr-title {
font-family: 'Syne', sans-serif !important;
}

.rounded {
border-radius: 6px !important;
} */

.text-sm { font-size: 13px !important; }
.text-xs { font-size: 12px !important; }
.text-bold { font-weight: 600 !important; }
.maincolor { color: #6336e3 !important; }
.maincolor2 { color: #825de6 !important; }
.muted { color: #666; opacity: 0.7 !important; }

/* .parent-center {
  display: flex;
  justify-content: center;
} */

/* #liveClock {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
} */

/* .date-time {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
} */

/* ----------------------------------------------------
   Logo (Responsive)
---------------------------------------------------- */
/* Desktop */
/* .navbar-left .logo-area {
  margin-left: -48px;
} */

/* Tablets */
/* @media (max-width: 992px) {
  .navbar-left .logo-area {
    margin-left: -24px;
  }
}

.banner-feature__shape {
  width: 225px;
} */

/* Mobile */
/* @media (max-width: 576px) {
  .navbar-left .logo-area {
    margin-left: -24px;
  }
  .banner-feature__shape {
  display: none;
}
} */

/* ----------------------------------------------------
   Badges
---------------------------------------------------- */
.d-badge {
  display: inline-block;
  background: #51cea2;
  color: #fff !important;
  padding: 1px 5px 1px 5px;
  margin-right: 3px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
}

.badge-green {
  display: inline-block;
  background: #51cea2;
  color: hsl(0, 0%, 100%) !important;
  padding: 3px 10px 2px 10px;
  font-size: 11px;
  font-weight: 550;
  border-radius: 3px;
  text-align: center;
}

.badge-orange {
  display: inline-block;
  background: #ff9223;
  color: hsl(0, 0%, 100%) !important;
  padding: 3px 10px 2px 10px;
  font-size: 11px;
  font-weight: 550;
  border-radius: 3px;
  text-align: center;
}

.badge-red {
  display: inline-block;
  background: #dc2626;
  color: #fff !important;
  padding: 3px 10px 2px 10px;
  font-size: 11px;
  font-weight: 550;
  border-radius: 3px;
  text-align: center;
}

.badge-purple {
  display: inline-block;
  background: #825de6;
  color: #fff !important;
  padding: 3px 10px 2px 10px;
  font-size: 11px;
  font-weight: 550;
  border-radius: 3px;
  text-align: center;
}

.badge-new {
  display: inline-block;
  background: #825de6;
  color: #fff !important;
  padding: 0 5px 0 5px;
  margin-left: 5px;
  font-size: 9px;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
}

.badge-dark {
  display: inline-block;
  background: #666;
  color: #fff !important;
  padding: 3px 15px 2px 15px;
  font-size: 11px;
  font-weight: 550;
  border-radius: 3px;
  text-align: center;
}

.badge-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #888;
  color: #fff !important;

  width: 20px;
  height: 17px;

  font-size: 10px !important;
  font-weight: 550;
  border-radius: 3px;
}

.badge-gray {
  display: inline-block;
  background: #888;
  color: #fff !important;
  padding: 3px 10px 2px 10px;
  font-size: 11px;
  font-weight: 550;
  border-radius: 3px;
  text-align: center;
}

.badge-hover:hover, .badge-hover:active {
  background: #825de6;
  color: #fff !important;
}

/* .rounded-circle {
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.3);
} */

/* ----------------------------------------------------
   Soft HR line
---------------------------------------------------- */
/* Simple and soft */
/* hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 10px 0;
} */

/* Extra soft (Modern UI) */
/* hr {
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0,0,0,0.6),
    transparent
  );
  margin: 28px 0;
} */

/* Dark & friendly */
/* hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 24px 0;
} */

/* ------------------------------------------------
   Lazy Image Fade-In (CLEAN)
------------------------------------------------ */
/* img.lazy-img {
    opacity: 0;
    transform: scale(0.97);
    transition: opacity .45s ease, transform .45s ease;
}

img.lazy-img.img-loaded {
    opacity: 1;
    transform: scale(1);
}

img.lazy-img.img-error {
    opacity: 1;
    filter: grayscale(1);
} */

/* ----------------------------------------------------
   TOAST
---------------------------------------------------- */
#toast-container {
  position: fixed;
  bottom: 30px;             /* distance from bottom */
  left: 50%;                /* center horizontally */
  transform: translateX(-50%);  /* perfect left-right centering */
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;

  animation: toastIn 0.45s cubic-bezier(.21,1.02,.73,1),
             toastOut 0.35s ease-in forwards;
  animation-delay: 0s, 3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); /* slide UP from below */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px); /* slide DOWN */
  }
}

/* ----------------------------------------------------
   CART
---------------------------------------------------- */
/* .line {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid rgba(15,23,31,0.04);
  font-size: 15px;
}

.faint-bar {
  height: 8px;
  border-radius: 6px;
  background: linear-gradient(90deg,#f4f6f8,#f0f3f6);
  margin: 12px 0;
}

.total-row .label {
  font-size: 16px;
  font-weight: normal;
  color: #888;
}

.total-row .value {
  font-size: 16px;
  font-weight: 600;
} */