body {
	font-family: "TikTok Sans", sans-serif;
	/* background-color: rgba(var(--bs-dark-rgb), 1) !important; */
	background: #f9f9f9 !important;
}

.navbar {
	height: 60px;
}

.main-container-class {
	background: #f9f9f9;
	border-radius: 20px 20px 0 0;
	margin-top: 61px;
	margin-bottom: 61px;
}
.main-container-class::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	margin-right: calc(1-(var(--bs-gutter-x) * .5));
	height: 90px;
	background: rgba(var(--bs-dark-rgb), 1) !important;
}

.custom-rounded {
	border-radius: 20px;
	overflow: hidden;
}

.custom-rounded-2 {
	border-radius: 10px;
	overflow: hidden;
}

.category-item img {
	width: 150px;
	height: 150px;
	background: white;
	object-fit: cover;
}
.category-item .position-relative {
	width: 150px;
	height: 150px;
}

.category-item img {
	width: 100%;
	height: 100%;
	background: white;
	object-fit: cover;
	border-radius: 12px;
}

.discount-badge {
	position: absolute;
	top: 6px;
	left: 6px;
	background-color: #dc3545; /* Bootstrap red */
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.outstock-badge {
	position: absolute;
	top: 6px;
	right: 6px;
	background-color: #1f1f1f; /* Bootstrap red */
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.bottom-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 85px;
	background-color: #ffffff;
	box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-top: 1px solid #ddd;
	z-index: 1000;
}

.bottom-nav a {
	flex: 1;
	text-decoration: none;
	color: #555;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	transition: all 0.3s ease;
	text-align: center;
	margin-bottom: 15px;
}

.bottom-nav a i {
	font-size: 18px;
	margin-bottom: 2px;
	transition: transform 0.3s ease;
}

.bottom-nav a.active,
.bottom-nav a:hover {
	color: #deb87a;
}

.bottom-nav a.active i,
.bottom-nav a:hover i {
	transform: scale(1.2);
}

/* Animated top border indicator */
.active-indicator {
	position: absolute;
	top: 0;
	height: 3px;
	width: 20%;
	background-color: #deb87a;
	border-radius: 2px 2px 0 0;
	transition: left 0.3s ease;
}

@media (min-width: 768px) {
	.bottom-nav {
		display: none;
	}
}

.discount-section {
	background: #fff8f5;
	border: 2px dashed #ff7f50;
	border-radius: 15px;
	padding: 20px;
	transition: all 0.3s ease;
}

.discount-section h5 {
	color: #ff4d4d;
}

.discount-section:hover {
	border-color: #ff4d4d;
	box-shadow: 0 0 15px rgba(255, 77, 77, 0.25);
}

.countdown-wrapper {
	padding: 10px 40px;
	border-radius: 20px;
	text-align: center;
}

.countdown-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.countdown {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.countdown-item span.value {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
}

.countdown-item span.label {
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 600px) {
	.countdown {
		gap: 15px;
	}

	.countdown-item span.value {
		font-size: 32px;
	}
}

#adsModal .modal-content {
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#adsModal .btn-close {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.5rem;
	border-radius: 50%;
}
.badge-Male {
	background-color: #2e31e3 !important;
}
.badge-Female {
	background-color: #d21cb7 !important;
}
.badge-Unisex {
	background-color: #17bc59 !important;
}
.badge-small {
	font-size: 11px !important;
}
.pulse {
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
	position: relative;
	animation: animate 3s linear infinite;
}
.pulse i {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	height: 100%;
	cursor: pointer;
}
@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7), 0 0 0 0 rgb(255, 109, 74, 0.7);
	}
	40% {
		box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 rgb(255, 109, 74, 0.7);
	}
	80% {
		box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0);
	}
}
#searchResults::-webkit-scrollbar {
	width: 4px;
}
#searchResults::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.product-page .badge {
	border-radius: 999px;
	padding: 0.5rem 0.75rem;
}
.product-gallery img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 14px;
}
.related-card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 10px;
}
.related-card .price {
	font-weight: 600;
}
.slider--header .slick-slide {
    height: 250px;
}
.slider--header .slick-slide img {
	object-fit: cover;
	height: 250px;
}
/* ---- Skeleton base ---- */
.skel { position: relative; background: #eee; border-radius: .5rem; overflow: hidden; }
.skel::after {
  content: "";
  position: absolute; inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent);
  animation: skel 1.2s infinite;
}
@keyframes skel { 100% { transform: translateX(100%); } }

/* ---- Helpers for common shapes ---- */
.skel-line { height: 12px; }
.skel-line.sm { height: 10px; width: 60%; }
.skel-line.lg { height: 16px; }
.skel-thumb { width: 100px; height: 100px; border-radius: .75rem; }
.skel-banner { width: 100%; height: 160px; border-radius: .75rem; } /* header slider */
.skel-pill  { width: 86px; height: 86px; border-radius: .75rem; }  /* category round cards */

/* Horizontal strip container matches your overflow-auto rails */
.skel-rail { display: flex; gap: 12px; overflow: hidden; }

.slider--gapped .slick-slide { margin: 0 8px; }
.slider--gapped .slick-list  { margin: 0 -8px; }

.offcanvas { padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom); }

/* Swatch row */
.swatch-row { margin-top: .25rem; }
.category-item .swatch-row {
  max-width: 160px;   /* match your image width */
  margin-left: auto;
  margin-right: auto;
}

/* Base swatch (circle button) */
.swatch {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}

.swatch:focus { outline: 2px solid rgba(0,0,0,.15); outline-offset: 2px; }
.variant-swatch { padding: 0; border: 1px solid rgba(0,0,0,.12); }
.variant-swatch.active { box-shadow: 0 0 0 2px #212529 inset; border-color: #212529; }

/* When a swatch has text, dim the background a bit so text stays readable over colors */
.swatch-has-text { position: relative; }
.swatch-has-text .swatch-label {
	font-weight: 600;
	font-size: 11px;
	padding: 0 2px;
	background: rgba(255,255,255,.75);
	border-radius: 10px;
}

/* "+N" more link looks like a muted swatch */
.swatch-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
	background: #f3f3f3;
	border: 1px dashed rgba(0,0,0,.2);
	min-width: 28px;
}
.placeholder {
  opacity: 0.3 !important;
  border-radius: 5px;
}
/* ---- Birthday Celebration Bottom Sheet ---- */
#birthday-backdrop {
  position: fixed; inset: 0;
  background: rgba(15, 15, 20, 0.45);
  opacity: 0; pointer-events: none; z-index: 1098;
  transition: opacity .25s ease;
}

#birthday-sheet {
  position: fixed; left: 0; right: 0; bottom: -100%;
  margin: 0 auto; max-width: 520px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border-top-left-radius: 18px; border-top-right-radius: 18px;
  box-shadow: 0 -12px 40px rgba(0,0,0,.18);
  z-index: 1099;
  transition: transform .35s ease, bottom .35s ease;
  transform: translateY(24px);
  font-family: inherit;
}

#birthday-sheet.open { bottom: 0; transform: translateY(0); }
#birthday-backdrop.open { opacity: 1; pointer-events: auto; }

#birthday-sheet .sheet-close {
  position: absolute; top: 10px; right: 10px;
  width: 36px; height: 36px; border-radius: 999px;
  border: none; background: transparent; font-size: 18px; opacity: .6;
}
#birthday-sheet .sheet-close:active { transform: scale(.98); }

#birthday-sheet .sheet-hero {
  padding: 24px 20px 8px; text-align: center; position: relative;
  overflow: hidden;
}
#birthday-sheet .spark {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120px 60px at 50% -10%, rgba(255,215,0,.35), transparent 60%),
              radial-gradient(120px 60px at 0% 0%, rgba(77,150,255,.15), transparent 60%),
              radial-gradient(120px 60px at 100% 0%, rgba(255,107,107,.15), transparent 60%);
}

#birthday-sheet .sheet-emoji { font-size: 40px; margin-bottom: 8px; }
#birthday-sheet h3 { margin: 0 0 6px; font-size: 20px; font-weight: 700; }
#birthday-sheet p { margin: 0; color: #5b5b5b; }

#birthday-sheet .sheet-card {
  padding: 16px 16px 20px; margin: 12px 12px 16px;
  background: #fff; border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

#birthday-sheet .coupon-row {
  display: flex; align-items: center; justify-content: center;
  background: #f6f7fb; border-radius: 10px; padding: 10px 12px; gap: 12px;
  margin-bottom: 12px;
  border: dashed 2px #212121;

}
#birthday-sheet code {
  font-weight: 700; letter-spacing: .4px;
  background: transparent; color: #222; font-size: 15px;
  text-align: center;
}
#birthday-sheet .btn-ghost {
  border: 1px solid #e6e6e9; background: #fff; border-radius: 10px;
  padding: 8px 12px; font-weight: 600; font-size: 14px;
}
#birthday-sheet .btn-ghost:active { transform: scale(.98); }

#birthday-sheet .btn-primary {
  width: 100%; border: none; border-radius: 12px;
  padding: 12px 14px; font-weight: 700; font-size: 16px;
  background: linear-gradient(135deg, #6BCB77, #4CAF50);
  color: #fff; box-shadow: 0 8px 22px rgba(76,175,80,.25);
}
#birthday-sheet .btn-primary:active { transform: translateY(1px); }

#birthday-sheet .tiny-note {
  text-align: center; color: #888; margin-top: 10px; font-size: 12px;
}

/* Motion-respect */
@media (prefers-reduced-motion: reduce) {
  #birthday-sheet, #birthday-backdrop { transition: none; }
}
