/**
 * CoreBuild Essential Pro - Ultra-Clean Sports Nutrition Design System
 * Engineered by Method Commerce
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

:root {
	--cb-black: #080900;
	--cb-dark: #111827;
	--cb-white: #ffffff;
	--cb-bg-gray: #f9fafb;
	--cb-border: #e5e7eb;
	--cb-border-subtle: #f3f4f6;
	--cb-text: #111827;
	--cb-text-muted: #6b7280;
	
	--cb-gold: #f59e0b;
	--cb-orange: #f97316;
	--cb-teal: #059669;
	--cb-blue: #334fb4;
	
	--font-primary: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	
	--radius-xs: 4px;
	--radius-sm: 8px;
	--radius-md: 12px;
	--radius-lg: 16px;
	--radius-pill: 40px;
}

/* Reset & Global Typography (Natural Case - No Forced Uppercase) */
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	overflow-x: hidden !important;
	max-width: 100vw !important;
	width: 100% !important;
}

body {
	font-family: var(--font-primary);
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1.6;
	color: #374151;
	background-color: var(--cb-white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden !important;
	max-width: 100vw !important;
	width: 100% !important;
	position: relative;
}

.site-wrapper,
#page,
.site-content,
main,
.site-main {
	overflow-x: hidden !important;
	max-width: 100vw !important;
	width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-primary);
	color: var(--cb-black);
	font-weight: 700; /* Clean elegant bold, not overly thick */
	line-height: 1.25;
	text-transform: none;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

button, input, select, textarea {
	font-family: inherit;
}

.corebuild-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Section Header Styles */
.section-header-center {
	text-align: center;
	margin-bottom: 30px;
}

.section-badge {
	display: inline-block;
	font-size: 1.15rem;
	font-weight: 600; /* Lighter badge weight */
	letter-spacing: 0.08em;
	color: var(--cb-blue);
	margin-bottom: 6px;
	text-transform: uppercase;
}

.section-title {
	font-size: 3.2rem;
	font-weight: 700; /* Reduced from 800/900 */
	color: #000000;
	line-height: 1.25;
	text-transform: none;
}

.section-subtitle {
	font-size: 1.5rem;
	font-weight: 400; /* Clean & light weight */
	color: #6b7280;
	margin-top: 6px;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

/* 1. Top Scrolling Marquee Ticker */
.corebuild-top-ticker {
	background: #000000;
	color: #ffffff;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 8px 0;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.ticker-track {
	display: flex;
	width: max-content;
	animation: tickerLoop 32s linear infinite;
}

.ticker-content {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-right: 24px;
}

.ticker-dot {
	color: #f5c518;
	font-size: 1.4rem;
}

@keyframes tickerLoop {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* 2. Sleek Minimalist Header (Logo | Search Icon | User Icon | Cart Icon) */
.corebuild-header-wrapper {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
}

.corebuild-main-header {
	padding: 16px 0;
}

.header-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding {
	display: flex;
	align-items: center;
}

.site-title-logo {
	display: inline-flex;
	align-items: center;
	font-size: 2.3rem;
	line-height: 1;
	letter-spacing: -0.02em;
}

.site-brand-img,
.custom-logo-link img,
.site-branding .custom-logo {
	height: 58px;
	max-height: 58px;
	width: auto;
	object-fit: contain;
	display: block;
}

.footer-brand-img,
.footer-logo img {
	height: 50px;
	max-height: 50px;
	width: auto;
	object-fit: contain;
	display: block;
}

@media (max-width: 767px) {
	.site-brand-img,
	.custom-logo-link img,
	.site-branding .custom-logo {
		height: 46px;
		max-height: 46px;
	}

	.footer-brand-img,
	.footer-logo img {
		height: 42px;
		max-height: 42px;
	}
}

.site-title-logo .logo-bold {
	font-weight: 900;
	color: #080900;
}

.site-title-logo .logo-light {
	font-weight: 600;
	color: var(--cb-blue);
	margin-left: 4px;
}

/* Header Action Icons */
.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.header-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #111827;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	transition: all 0.2s ease;
}

.header-action-btn:hover {
	background: #f3f4f6;
	color: #000000;
	transform: translateY(-1px);
}

.header-svg-icon {
	width: 22px;
	height: 22px;
	stroke: #111827;
	stroke-width: 2px;
	display: block;
	transition: stroke 0.2s ease;
}

.header-action-btn:hover .header-svg-icon {
	stroke: #000000;
}

.cart-icon-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-icon-wrap .badge {
	position: absolute;
	top: -6px;
	right: -8px;
	background: #000000;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 800;
	min-width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
}

/* Row 2: Clean Category Navigation Bar (UPPERCASE) */
.corebuild-main-navigation-bar {
	background: #ffffff;
	border-top: 1px solid #f3f4f6;
	padding: 10px 0;
	text-align: center;
}

.main-nav-links-list {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	gap: 28px;
	flex-wrap: wrap;
}

.main-nav-links-list a {
	font-size: 1.3rem;
	font-weight: 700;
	color: #111827;
	text-transform: uppercase; /* UPPERCASE Navigation Menu */
	letter-spacing: 0.05em;
	padding: 4px 0;
	position: relative;
	transition: color 0.2s ease;
}

.main-nav-links-list a:hover {
	color: var(--cb-blue);
}

.main-nav-links-list a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #111827;
	transition: width 0.2s ease;
}

.main-nav-links-list a:hover::after {
	width: 100%;
}

.main-nav-links-list .highlight-link {
	color: var(--cb-blue);
	font-weight: 800;
}

/* Mobile Nav Drawer */
.mobile-nav-drawer {
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.mobile-nav-drawer.is-open {
	display: block !important;
}

.drawer-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.drawer-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	max-width: 320px;
	height: 100%;
	background: #ffffff;
	z-index: 2;
	padding: 20px;
	overflow-y: auto;
}

.drawer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

.drawer-title {
	font-size: 1.6rem;
	font-weight: 800;
}

.drawer-close-btn {
	font-size: 2.4rem;
	background: none;
	border: none;
	cursor: pointer;
}

.mobile-nav-menu {
	list-style: none;
}

.mobile-nav-menu li {
	margin-bottom: 12px;
}

.mobile-nav-menu a {
	font-size: 1.4rem;
	font-weight: 600;
	color: #111827;
}

.mobile-menu-toggle {
	display: none;
	color: #111827;
	background: none;
	border: none;
	padding: 4px;
	cursor: pointer;
}

/* Instant Search Modal Overlay */
.search-modal-overlay {
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.search-modal-overlay.is-open {
	display: flex !important;
}

.search-modal-container {
	position: relative;
	width: 90%;
	max-width: 600px;
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 24px;
	z-index: 10;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.search-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.search-modal-title {
	font-size: 1.8rem;
	font-weight: 800;
	color: #111827;
}

.search-close-btn {
	font-size: 2.6rem;
	background: none;
	border: none;
	cursor: pointer;
	color: #6b7280;
	line-height: 1;
}

.search-close-btn:hover {
	color: #000000;
}

.search-input-box {
	position: relative;
	display: flex;
	align-items: center;
}

.search-box-icon {
	position: absolute;
	left: 16px;
	color: #9ca3af;
	pointer-events: none;
}

.search-field-input {
	width: 100%;
	padding: 14px 100px 14px 48px;
	font-size: 1.45rem;
	border: 2px solid #e5e7eb;
	border-radius: 40px;
	background: #f9fafb;
	color: #111827;
	outline: none;
	transition: all 0.2s;
}

.search-field-input:focus {
	background: #ffffff;
	border-color: #000000;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}

.search-submit-btn {
	position: absolute;
	right: 6px;
	background: #000000;
	color: #ffffff;
	border: none;
	border-radius: 40px;
	padding: 9px 20px;
	font-size: 1.3rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s;
}

.search-submit-btn:hover {
	background: #27272a;
}

/* 3. Full-Width Responsive Hero Slider */
.corebuild-hero-slider-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #090c13;
}

.hero-slider-wrapper {
	position: relative;
	width: 100%;
}

.hero-slides-track {
	position: relative;
	width: 100%;
}

.hero-slide {
	display: none;
	width: 100%;
}

.hero-slide.active {
	display: block;
}

.slide-link {
	display: block;
	width: 100%;
	line-height: 0;
}

.hero-picture-tag {
	display: block;
	width: 100%;
	line-height: 0;
}

.hero-banner-image {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

.hero-default-slide-graphic {
	width: 100%;
	min-height: 520px;
	display: flex;
	align-items: center;
	padding: 70px 0;
	position: relative;
}

.hero-default-slide-graphic.slide-one {
	background: radial-gradient(circle at 75% 45%, #1e293b 0%, #090c13 100%);
}

.hero-default-slide-graphic.slide-two {
	background: radial-gradient(circle at 75% 45%, #292524 0%, #0c0a09 100%);
}

.slide-inner-content {
	position: relative;
	z-index: 2;
}

.slide-text-group {
	max-width: 720px;
}

.slide-badge-pill {
	display: inline-block;
	background: rgba(245, 158, 11, 0.15);
	color: #f59e0b;
	border: 1px solid #f59e0b;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 6px 16px;
	border-radius: 40px;
	margin-bottom: 16px;
}

.slide-heading-large {
	font-size: 5.2rem;
	font-weight: 800;
	line-height: 1.15;
	color: #ffffff;
	margin-bottom: 16px;
	text-transform: none;
}

.slide-heading-large .yellow-text {
	color: #f59e0b;
}

.slide-heading-large .green-text {
	color: #f59e0b;
}

.slide-subtext {
	font-size: 1.7rem;
	font-weight: 400;
	color: #d1d5db;
	line-height: 1.6;
	margin-bottom: 28px;
}

.slide-cta-row {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.slide-btn-solid {
	background: #f59e0b;
	color: #080900;
	font-size: 1.35rem;
	font-weight: 700;
	padding: 14px 28px;
	border-radius: 4px;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
}

.slide-btn-solid:hover {
	background: #eab308;
	transform: translateY(-2px);
}

.slide-btn-outline {
	background: transparent;
	color: #ffffff;
	border: 1.5px solid #ffffff;
	font-size: 1.35rem;
	font-weight: 700;
	padding: 14px 28px;
	border-radius: 4px;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
}

.slide-btn-outline:hover {
	background: #ffffff;
	color: #080900;
}

.hero-nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	z-index: 10;
	transition: all 0.2s;
}

.hero-nav-arrow:hover {
	background: #f59e0b;
	color: #080900;
}

.hero-prev-btn { left: 20px; }
.hero-next-btn { right: 20px; }

.hero-slider-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.slider-dot {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.25s ease;
}

.slider-dot.active {
	width: 28px;
	border-radius: 10px;
	background: #f59e0b;
}

/* 4. EXACT SCREENSHOT BESTSELLERS SECTION */
.corebuild-bestsellers-section-screenshot {
	padding: 55px 0 45px;
	background: #f9f9fb;
}

/* Prominent "Trusted by 400,000+ Customers" Header */
.bestsellers-trust-header-center {
	text-align: center;
	margin-bottom: 24px;
}

.trust-rating-pill-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	padding: 5px 14px;
	border-radius: 40px;
	margin-bottom: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.trust-rating-stars {
	color: #f59e0b;
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.trust-rating-score {
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f172a;
	letter-spacing: 0.04em;
}

.trust-rating-divider {
	color: #cbd5e1;
	font-size: 1.2rem;
}

.trust-verified-count {
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--cb-blue);
}

.bestsellers-main-heading {
	font-size: 3.2rem;
	font-weight: 700;
	color: #080900;
	letter-spacing: -0.01em;
	text-transform: none;
	margin-bottom: 6px;
}

.bestsellers-sub-heading {
	font-size: 1.45rem;
	font-weight: 400;
	color: #64748b;
	max-width: 620px;
	margin: 0 auto;
}

.screenshot-filter-pills-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.filter-pill-btn {
	background: #ffffff;
	border: 1px solid #dcdfe4;
	color: #111827;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 8px 22px;
	border-radius: 40px;
	cursor: pointer;
	text-transform: none; /* Exact natural case */
	transition: all 0.2s ease;
}

.filter-pill-btn:hover {
	border-color: #000000;
	background: #fdfdfd;
}

.filter-pill-btn.active {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
	font-weight: 600;
}

.screenshot-carousel-container {
	position: relative;
}

.screenshot-products-track {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.screenshot-product-card {
	background: #ffffff;
	border: 1px solid #eef0f3;
	border-radius: 12px;
	padding: 20px 18px;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.screenshot-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
	border-color: #d1d5db;
}

.card-image-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	border-radius: 10px;
	height: 220px;
	padding: 14px;
	margin-bottom: 14px;
	text-decoration: none;
	overflow: hidden;
}

.corebuild-real-product-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
	display: block;
	margin: 0 auto;
}

.screenshot-product-card:hover .corebuild-real-product-img {
	transform: scale(1.06);
}

.product-placeholder-box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
}

.mockup-brand {
	font-size: 1rem;
	font-weight: 800;
	color: #f59e0b;
	letter-spacing: 0.08em;
	display: block;
}

.mockup-title {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 4px 0;
	display: block;
	color: #ffffff;
	text-transform: none;
}

.mockup-spec {
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff;
	background: #111827;
	padding: 2px 6px;
	border-radius: 3px;
	display: inline-block;
}

.card-product-name {
	font-size: 1.7rem; /* Clean, prominent title */
	font-weight: 700;
	color: #111827;
	line-height: 1.35;
	margin-bottom: 10px;
	text-transform: none; /* Exact natural case */
	min-height: 46px;
}

.card-product-name a:hover {
	color: #2563eb;
}

.card-stars-row {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}

.stars-gold {
	color: #f59e0b; /* Exact gold/orange stars */
	font-size: 1.5rem;
	letter-spacing: 1px;
}

.reviews-count {
	font-size: 1.35rem;
	font-weight: 500;
	color: #111827;
}

.card-deal-badge {
	margin-bottom: 10px;
}

.card-deal-badge span {
	display: inline-block;
	background: linear-gradient(90deg, #fef3c7 0%, #fde68a 100%);
	color: #92400e;
	border: 1px solid #fde68a;
	font-size: 1.15rem;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 4px;
	text-transform: none;
}

.card-pricing-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px 8px;
	margin-bottom: 4px;
}

.mrp-strikethrough {
	font-size: 1.35rem !important;
	color: #94a3b8 !important;
	text-decoration: line-through !important;
	text-decoration-color: #94a3b8 !important;
	font-weight: 500 !important;
}

.bold-price {
	font-size: 2.1rem !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	text-decoration: none !important;
}

.discount-pill-orange {
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	color: #ea580c !important;
}

.best-price-row {
	margin-top: 2px;
	margin-bottom: 8px;
}

.best-price-teal {
	font-size: 1.25rem;
	font-weight: 700;
	color: #059669;
	display: inline-block;
}

.card-info-box {
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
	justify-content: space-between !important;
}

.mobile-card-action-wrap {
	margin-top: 10px !important;
	width: 100% !important;
	display: flex !important;
}

.card-quick-buy-btn {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #0f172a !important;
	color: #ffffff !important;
	font-size: 1.22rem !important;
	font-weight: 800 !important;
	height: 38px !important;
	min-height: 38px !important;
	border-radius: 8px !important;
	border: none !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	box-sizing: border-box !important;
	padding: 0 12px !important;
	cursor: pointer !important;
	transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
}

.card-quick-buy-btn:hover {
	background: #1e293b !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25) !important;
}

/* View More Bestsellers Button */
.bestsellers-view-more-wrap {
	text-align: center;
	margin-top: 36px;
}

.bestsellers-view-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #0f172a;
	color: #ffffff !important;
	font-size: 1.35rem;
	font-weight: 800;
	padding: 12px 36px;
	border-radius: 30px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 0.2s ease;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
}

.bestsellers-view-more-btn:hover {
	background: #1e293b;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.3);
}

.carousel-nav-btn {
	position: absolute;
	top: 45%;
	right: -14px;
	width: 38px;
	height: 38px;
	background: #000000;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	z-index: 5;
	border: none;
	transition: transform 0.2s;
}

.carousel-nav-btn:hover {
	transform: scale(1.08);
}

.screenshot-slider-progress-bar {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}

.progress-track-line {
	width: 380px;
	height: 3px;
	background: #e2e8f0;
	border-radius: 4px;
	position: relative;
}

.progress-handle-pill {
	width: 140px;
	height: 3px;
	background: #000000;
	border-radius: 4px;
	position: absolute;
	left: 0;
}

/* 5. Category Circles ("What's Your Move?") */
.corebuild-category-circles-section {
	padding: 45px 0 32px;
	background: #ffffff;
}

.category-circles-grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	max-width: 900px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.category-circle-card {
	flex: 0 0 128px;
	min-width: 128px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.category-circle-card:hover {
	transform: translateY(-5px);
}

.circle-icon-wrapper {
	width: 92px;
	height: 92px;
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f0f3fa 100%);
	border: 1.5px solid #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	transition: all 0.25s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.category-circle-card:hover .circle-icon-wrapper {
	border-color: #000000;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.category-emoji {
	font-size: 3.4rem;
}

.category-custom-circle-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	border-radius: 16px;
	display: block;
	transition: transform 0.25s ease;
}

.category-circle-card:hover .category-custom-circle-img {
	transform: scale(1.08);
}

.circle-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
}

.category-tag-pill {
	font-size: 1.15rem;
	font-weight: 700;
	color: #2563eb;
	margin-bottom: 4px;
	text-transform: none;
	white-space: nowrap;
	display: block;
	line-height: 1.2;
	height: 18px;
}

.category-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #111827;
	text-transform: none;
	line-height: 1.25;
	min-height: 36px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	width: 100%;
}

/* 6. Exact Screenshot Video Reels Section (4-Card Sliding Carousel) */
.corebuild-reels-screenshot-section {
	padding: 55px 0 45px;
	background: #ffffff;
	position: relative;
}

.reels-header-top-center {
	text-align: center;
	margin-bottom: 26px;
}

.reels-insta-handle {
	font-size: 1.35rem;
	font-weight: 600;
	color: #6b7280;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 8px;
}

.reels-title-with-lines {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.reels-title-with-lines .flank-line {
	height: 1px;
	background: #e5e7eb;
	flex-grow: 1;
	max-width: 320px;
}

.reels-main-heading {
	font-size: 3.2rem;
	font-weight: 800;
	color: #080900;
	letter-spacing: -0.01em;
	text-transform: none;
	white-space: nowrap;
}

.reels-screenshot-carousel-container {
	position: relative;
	width: 100%;
}

.reels-slider-viewport {
	overflow: hidden;
	width: 100%;
	border-radius: 12px;
}

.reels-cards-track {
	display: flex;
	gap: 18px;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}

/* 4 Visible Cards per View */
.reel-vertical-card {
	flex: 0 0 calc((100% - (18px * 3)) / 4);
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #090c13;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reel-vertical-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.reel-media-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 9 / 16;
	min-height: 400px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reel-hover-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
}

.reel-default-athlete-visual {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.athlete-avatar-emoji {
	font-size: 4.8rem;
	opacity: 0.7;
}

/* Centered Translucent Play Button */
.reel-play-circle-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transition: opacity 0.2s, transform 0.2s;
	z-index: 3;
}

.reel-vertical-card:hover .reel-play-circle-center {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.15);
}

/* Bottom Attached Dark Product Box */
.reel-bottom-product-strip {
	position: absolute;
	bottom: 10px;
	left: 8px;
	right: 8px;
	background: rgba(8, 9, 0, 0.95);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 5;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: background 0.2s;
}

.reel-bottom-product-strip:hover {
	background: #000000;
}

.product-white-thumb {
	width: 36px;
	height: 36px;
	background: #ffffff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.thumb-emoji {
	font-size: 1.8rem;
}

.product-strip-info {
	flex-grow: 1;
	min-width: 0;
}

.product-strip-title {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
}

.product-strip-prices {
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin-top: 2px;
}

.strip-bold-price {
	font-size: 1.3rem;
	font-weight: 800;
	color: #ffffff;
}

.strip-mrp-price {
	font-size: 1.1rem;
	color: #9ca3af;
	text-decoration: line-through;
}

/* Navigation Arrow Controls */
.reels-carousel-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #000000;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	z-index: 10;
	transition: transform 0.2s, background 0.2s;
}

.reels-carousel-nav-btn.prev {
	left: -16px;
}

.reels-carousel-nav-btn.next {
	right: -16px;
}

.reels-carousel-nav-btn:hover {
	transform: translateY(-50%) scale(1.08);
	background: #1e293b;
}

/* Bottom Progress Track */
.reels-slider-progress-track {
	margin-top: 26px;
	display: flex;
	justify-content: center;
}

.reels-progress-line-bar {
	width: 420px;
	height: 3px;
	background: #e2e8f0;
	border-radius: 4px;
	position: relative;
}

.reels-progress-handle-pill {
	width: 140px;
	height: 3px;
	background: #000000;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition: left 0.35s ease;
}

@media (max-width: 1199px) {
	.reel-vertical-card { flex: 0 0 calc((100% - (18px * 2)) / 3); }
}

@media (max-width: 767px) {
	.reel-vertical-card { flex: 0 0 calc((100% - 14px) / 2); }
}

/* 7. Shop by Goal ("What's Your Target?") with Visual Image Cards */
.corebuild-shop-by-goal-section {
	padding: 60px 0 50px;
	background: #ffffff;
}

.goal-cards-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 32px;
}

.goal-card-item {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.goal-card-item:hover {
	transform: translateY(-6px);
	border-color: #cbd5e1;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.09);
}

.goal-card-img-wrap {
	position: relative;
	width: 100%;
	height: 175px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goal-cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.goal-card-item:hover .goal-cover-image {
	transform: scale(1.06);
}

.goal-visual-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goal-hero-emoji {
	font-size: 5rem;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.goal-floating-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(4px);
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.goal-card-body {
	padding: 22px 20px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.goal-title {
	font-size: 1.8rem;
	font-weight: 800;
	color: #111827;
	margin-bottom: 8px;
	text-transform: none;
}

.goal-description {
	font-size: 1.35rem;
	font-weight: 400;
	color: #6b7280;
	margin-bottom: 16px;
	flex-grow: 1;
	line-height: 1.5;
}

.goal-popular-products {
	background: #f8fafc;
	border: 1px solid #edf0f8;
	border-radius: 8px;
	padding: 12px 14px;
	margin-bottom: 18px;
	font-size: 1.25rem;
}

.goal-subheading {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--cb-blue);
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.goal-popular-products ul {
	list-style: none;
	color: #374151;
	font-weight: 500;
}

.goal-popular-products li {
	margin-bottom: 4px;
}

.goal-popular-products .bullet-dot {
	color: #059669;
	font-weight: 800;
}

.goal-cta-btn {
	display: block;
	text-align: center;
	background: #000000;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 12px;
	border-radius: 6px;
	text-transform: none;
	transition: background 0.2s, transform 0.2s;
}

.goal-cta-btn:hover {
	background: #27272a;
	color: #ffffff;
	transform: translateY(-2px);
}

/* 8. EXACT SCREENSHOT REVIEWS SECTION */
.corebuild-reviews-screenshot-section {
	padding: 60px 0 50px;
	background: #f4f6fb;
}

.reviews-header-center {
	text-align: center;
	margin-bottom: 28px;
}

.reviews-main-title {
	font-size: 3.6rem;
	font-weight: 800;
	color: #000000;
	letter-spacing: -0.02em;
	max-width: 960px;
	margin: 0 auto;
	line-height: 1.25;
	text-transform: none;
}

.reviews-topic-pills-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 34px;
}

.topic-pill-btn {
	background: #ffffff;
	border: 1px solid #d1d5db;
	color: #111827;
	font-size: 1.35rem;
	font-weight: 500;
	padding: 7px 20px;
	border-radius: 40px;
	cursor: pointer;
	text-transform: none;
	transition: all 0.2s ease;
}

.topic-pill-btn:hover {
	background: #f9fafb;
	border-color: #9ca3af;
}

.topic-pill-btn.active {
	background: #738be7;
	color: #ffffff;
	border-color: #738be7;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(115, 139, 231, 0.35);
}

.reviews-cards-track-container {
	position: relative;
}

.reviews-cards-track {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 4 Cards Grid on Desktop */
	gap: 20px;
}

.screenshot-review-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px 20px;
	border: 1px solid #e9edf5;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease;
}

.screenshot-review-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.review-stars-gold {
	color: #f59e0b;
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.review-card-text {
	font-size: 1.38rem;
	font-weight: 400;
	color: #374151;
	line-height: 1.6;
	margin-bottom: 18px;
	flex-grow: 1;
}

.review-tags-wrapper {
	margin-bottom: 16px;
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.pink-topic-tag {
	background: #fee2e2;
	color: #991b1b;
	font-size: 1.15rem;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 4px;
	display: inline-block;
	text-transform: none;
}

.reviewer-signature-box {
	border-top: 1px solid #f3f4f6;
	padding-top: 12px;
}

.reviewer-person-name {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 2px;
	text-transform: none;
}

.verified-buyer-badge {
	font-size: 1.2rem;
	font-weight: 400;
	color: #6b7280;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.reviews-slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
}

.review-dot {
	width: 8px;
	height: 8px;
	background: #cbd5e1;
	border-radius: 50%;
	cursor: pointer;
}

.review-dot.active {
	background: #000000;
}

/* 9. Royal Blue Trust Bar & Authenticity Section (Seamless Flat Pillars, No Card Boxes) */
.corebuild-trust-bar-section-blue {
	padding: 24px 0;
	background: #ffffff;
}

.trust-bar-rounded-wrapper {
	background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);
	border-radius: 20px;
	padding: 26px 28px;
	box-shadow: 0 10px 30px rgba(30, 58, 138, 0.16);
}

.trust-pillars-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.trust-pillar-item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: transparent;
	border: none;
	padding: 0;
	transition: transform 0.2s ease;
}

.trust-pillar-item:hover {
	transform: translateY(-2px);
}

.trust-icon-box-seamless {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 1;
}

.trust-emoji-seamless {
	font-size: 2.8rem;
}

.trust-text-box-seamless .trust-title-seamless {
	font-size: 1.45rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 3px;
	line-height: 1.25;
}

.trust-text-box-seamless .trust-desc-seamless {
	font-size: 1.2rem;
	font-weight: 400;
	color: #bfdbfe;
	line-height: 1.35;
}

/* Mobile Card Action Wrap & Quick Buy Button */
.mobile-card-action-wrap {
	margin-top: 10px;
}

.card-quick-buy-btn {
	display: block;
	text-align: center;
	background: #080900;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 9px 12px;
	border-radius: 6px;
	transition: background 0.2s, transform 0.2s;
	text-decoration: none;
}

.card-quick-buy-btn:hover {
	background: #27272a;
	color: #ffffff;
	transform: translateY(-1px);
}

/* 10. Ultra-Premium FAQ Accordion Section */
.corebuild-faqs-section {
	padding: 65px 0 55px;
	background: #f8fafc;
}

.faq-container-narrow {
	max-width: 820px;
	margin: 0 auto;
}

.faq-accordion-wrapper {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faq-item {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.faq-item:hover {
	border-color: #cbd5e1;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.faq-item.is-active {
	border-color: #3b82f6;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.08);
}

.faq-question-btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 22px;
	text-align: left;
	background: transparent;
	border: none;
	cursor: pointer;
	gap: 16px;
	transition: background 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.faq-q-text {
	font-size: 1.55rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.4;
	flex-grow: 1;
	transition: color 0.2s;
}

.faq-item.is-active .faq-q-text {
	color: #1e40af;
}

.faq-icon-circle {
	width: 32px;
	height: 32px;
	background: #f1f5f9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #475569;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s, color 0.25s;
}

.faq-item.is-active .faq-icon-circle {
	background: #1e40af;
	color: #ffffff;
	transform: rotate(180deg);
}

.faq-answer-panel {
	padding: 0 22px 20px;
	font-size: 1.4rem;
	color: #475569;
	line-height: 1.65;
	border-top: 1px dashed #e2e8f0;
	padding-top: 14px;
}

.faq-answer-panel p {
	margin: 0;
}

/* 11. Infinite Moving Marquee Ticker & Clean Simple Footer */
@keyframes marqueeScroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.footer-marquee-ticker-wrap {
	background: #000000;
	border-top: 1px solid #1e293b;
	border-bottom: 1px solid #1e293b;
	padding: 12px 0;
	overflow: hidden;
	position: relative;
}

.footer-marquee-track {
	display: flex;
	width: max-content;
	animation: marqueeScroll 25s linear infinite;
}

.footer-marquee-track:hover {
	animation-play-state: paused;
}

.marquee-content {
	display: flex;
	align-items: center;
	gap: 32px;
	padding-right: 32px;
	white-space: nowrap;
}

.marquee-content span {
	font-size: 1.25rem;
	font-weight: 700;
	color: #e2e8f0;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Simple Clean 3-Column Footer */
.corebuild-site-footer-dark {
	background: #080900;
	color: #94a3b8;
}

.footer-main-columns-simple {
	padding: 45px 0 30px;
}

.footer-simple-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr;
	gap: 40px;
}

.footer-logo {
	font-size: 2.1rem;
	margin-bottom: 10px;
}

.footer-logo .logo-bold { font-weight: 800; color: #ffffff; }
.footer-logo .logo-light { font-weight: 500; color: #f59e0b; }

.footer-tagline {
	font-size: 1.35rem;
	color: #94a3b8;
	line-height: 1.6;
	margin-bottom: 16px;
	max-width: 360px;
}

.footer-social-icons {
	display: flex;
	gap: 10px;
}

.footer-social-icons a {
	width: 36px;
	height: 36px;
	background: #171923;
	border: 1px solid #2d3748;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cbd5e1;
	transition: all 0.2s ease;
}

.footer-social-icons a:hover {
	background: #f59e0b;
	color: #080900;
	border-color: #f59e0b;
	transform: translateY(-2px);
}

.footer-simple-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.06em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.footer-clean-links {
	list-style: none;
}

.footer-clean-links li {
	margin-bottom: 9px;
}

.footer-clean-links a {
	font-size: 1.35rem;
	color: #94a3b8;
	transition: color 0.2s;
}

.footer-clean-links a:hover {
	color: #ffffff;
	padding-left: 2px;
}

.footer-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #25d366;
	color: #000000;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 10px 18px;
	border-radius: 6px;
	margin-bottom: 12px;
	transition: opacity 0.2s, transform 0.2s;
	text-decoration: none;
}

.footer-whatsapp-btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
	color: #000000;
}

.footer-contact-details span {
	display: block;
	font-size: 1.25rem;
	color: #94a3b8;
	margin-bottom: 4px;
}

/* Horizontal Policy Links Strip */
.footer-policy-strip {
	border-top: 1px solid #1e293b;
	padding: 16px 0;
	background: #000000;
	text-align: center;
}

.footer-policy-links-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.footer-policy-links-row a {
	font-size: 1.3rem;
	color: #e2e8f0;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}

.footer-policy-links-row a:hover {
	color: #f59e0b;
	text-decoration: underline;
}

.policy-divider {
	color: #64748b;
	font-size: 1.2rem;
}

/* Simple Bottom Copyright Bar */
.footer-bottom-bar-simple {
	border-top: 1px solid #141822;
	padding: 18px 0;
	font-size: 1.25rem;
	color: #718096;
}

.footer-bottom-inner-simple {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.copyright-clean a {
	color: #cbd5e1;
	text-decoration: underline;
}

.payment-badges-clean {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.payment-badges-clean span {
	font-size: 1.05rem;
	font-weight: 600;
	background: #171923;
	color: #94a3b8;
	padding: 3px 8px;
	border-radius: 3px;
	border: 1px solid #2d3748;
}

/* ==========================================================================
   ULTRA-OPTIMIZED MOBILE RESPONSIVE ENGINE (< 768px)
   ========================================================================== */
@media (max-width: 991px) {
	.corebuild-main-navigation-bar { display: none; }
	.mobile-menu-toggle { display: inline-flex; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.newsletter-form { min-width: 100%; }
}

@media (max-width: 767px) {
	/* Global Mobile Reset - Scaled to Balanced Proportions (-20%) */
	html { font-size: 62.5%; } /* Balanced 1rem = 10px Base */
	body { padding-bottom: 0 !important; font-size: 1.45rem; }
	.corebuild-container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		box-sizing: border-box !important;
	}
	.section-header-center { margin-bottom: 20px; text-align: center; width: 100% !important; }
	.section-badge { font-size: 1.1rem; font-weight: 700; margin-left: auto !important; margin-right: auto !important; }
	
	/* Unified Section Headline Size Across All Sections */
	.section-title,
	.bestsellers-main-heading,
	.reels-main-heading,
	.reviews-main-title {
		font-size: 2.2rem !important;
		font-weight: 700 !important;
		line-height: 1.25 !important;
		letter-spacing: -0.01em !important;
		text-align: center !important;
		margin-bottom: 6px !important;
		width: 100% !important;
	}

	.section-subtitle,
	.bestsellers-sub-heading {
		font-size: 1.3rem !important;
		font-weight: 400 !important;
		color: #64748b !important;
		line-height: 1.4 !important;
		text-align: center !important;
		width: 100% !important;
	}

	/* 1. Header (Equal 1fr auto 1fr Grid: 100% Dead Center Logo) */
	.corebuild-main-header { padding: 10px 0; width: 100% !important; }
	.header-top-row {
		display: grid !important;
		grid-template-columns: 1fr auto 1fr !important;
		align-items: center !important;
		width: 100% !important;
		min-height: 38px !important;
		gap: 0 !important;
		position: static !important;
	}
	.mobile-menu-toggle {
		grid-column: 1 !important;
		justify-self: start !important;
		width: 32px !important;
		height: 32px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-shrink: 0 !important;
		position: static !important;
		margin: 0 !important;
		background: transparent !important;
		border: none !important;
		padding: 0 !important;
	}
	.site-branding {
		grid-column: 2 !important;
		justify-self: center !important;
		text-align: center !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
		position: static !important;
		transform: none !important;
		left: auto !important;
		top: auto !important;
		width: auto !important;
	}
	.site-title-logo,
	.custom-logo-link {
		font-size: 1.55rem !important;
		font-weight: 900 !important;
		letter-spacing: 0.05em !important;
		text-align: center !important;
		margin: 0 auto !important;
		display: inline-flex !important;
		justify-content: center !important;
		align-items: center !important;
		white-space: nowrap !important;
	}
	.site-branding img,
	.site-branding .custom-logo {
		max-height: 22px !important;
		width: auto !important;
		margin: 0 auto !important;
		display: block !important;
	}
	.header-actions {
		grid-column: 3 !important;
		justify-self: end !important;
		gap: 6px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		flex-shrink: 0 !important;
		position: static !important;
		margin: 0 !important;
	}
	.header-action-btn { width: 32px !important; height: 32px !important; }
	.header-svg-icon { width: 18px !important; height: 18px !important; }

	/* 2. Hero Banner (100% EQUAL HEIGHT FOR BOTH SLIDES ON MOBILE) */
	.corebuild-hero-slider-section {
		width: 100% !important;
		overflow: hidden !important;
	}
	.hero-slider-wrapper {
		position: relative !important;
		width: 100% !important;
		overflow: hidden !important;
	}
	.hero-slides-track,
	.hero-slide,
	.hero-default-slide-graphic,
	.hero-slide .slide-link,
	.hero-slide picture,
	.hero-banner-image {
		height: 310px !important;
		min-height: 310px !important;
		max-height: 310px !important;
		box-sizing: border-box !important;
	}
	.hero-default-slide-graphic {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 16px 14px !important;
		width: 100% !important;
	}
	.hero-default-slide-graphic .slide-inner-content {
		padding: 0 !important;
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.slide-text-group {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center !important;
		margin: 0 auto !important;
	}
	.slide-badge-pill {
		font-size: 1.05rem !important;
		padding: 3px 8px !important;
		margin-bottom: 6px !important;
		display: inline-block !important;
	}
	.slide-heading-large {
		font-size: 2.1rem !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
		margin: 6px 0 !important;
		text-align: center !important;
	}
	.slide-subtext {
		font-size: 1.15rem !important;
		font-weight: 400 !important;
		line-height: 1.35 !important;
		margin: 0 auto 12px !important;
		max-width: 290px !important;
		text-align: center !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}
	.slide-cta-row {
		display: flex !important;
		gap: 8px !important;
		justify-content: center !important;
		align-items: center !important;
	}
	.slide-btn-solid, .slide-btn-outline {
		padding: 8px 14px !important;
		font-size: 1.15rem !important;
		border-radius: 4px !important;
	}
	.hero-banner-image {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block !important;
	}

	/* 3. Category Circles: Horizontal Touch-Scroll Row (4 Cards Per Screen) */
	.corebuild-category-circles-section { padding: 26px 0 16px; overflow: hidden !important; width: 100% !important; }
	.category-circles-grid {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
		gap: 12px !important;
		padding: 4px 20px 10px 16px !important;
		margin-left: -16px !important;
		margin-right: -16px !important;
		width: calc(100% + 32px) !important;
		box-sizing: border-box !important;
		justify-content: flex-start !important;
	}
	.category-circles-grid::-webkit-scrollbar { display: none; }
	.category-circles-grid::after {
		content: '' !important;
		flex: 0 0 16px !important;
		display: block !important;
	}
	.category-circle-card {
		flex: 0 0 24% !important;
		min-width: 78px !important;
		scroll-snap-align: start !important;
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	.circle-icon-wrapper {
		width: 60px !important;
		height: 60px !important;
		margin-bottom: 6px !important;
		border-radius: 14px !important;
	}
	.category-custom-circle-img {
		border-radius: 12px !important;
		padding: 6px !important;
	}
	.category-emoji { font-size: 2.2rem !important; }
	.circle-info {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important;
		text-align: center !important;
	}
	.category-tag-pill {
		font-size: 0.95rem !important;
		font-weight: 700 !important;
		color: #2563eb !important;
		margin-bottom: 2px !important;
		white-space: nowrap !important;
		display: block !important;
		line-height: 1.2 !important;
		height: 14px !important;
	}
	.category-title {
		font-size: 1.15rem !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		min-height: 28px !important;
		display: flex !important;
		align-items: flex-start !important;
		justify-content: center !important;
		text-align: center !important;
		width: 100% !important;
	}

	/* 4. BESTSELLERS: 2x2 Clean Grid with 1-Tap Add-to-Cart */
	.corebuild-bestsellers-section-screenshot { padding: 30px 0 22px; overflow: hidden !important; width: 100% !important; }
	.trust-rating-pill-badge { padding: 5px 12px; margin-bottom: 8px; margin-left: auto !important; margin-right: auto !important; }
	.trust-rating-stars { font-size: 1.2rem; }
	.trust-rating-score { font-size: 1.15rem; }
	.trust-verified-count { font-size: 1.15rem; }
	
	.screenshot-filter-pills-row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		gap: 8px;
		padding: 0 16px 8px !important;
		margin-left: -16px !important;
		margin-right: -16px !important;
		width: calc(100% + 32px) !important;
		box-sizing: border-box !important;
		scrollbar-width: none;
	}
	.screenshot-filter-pills-row::-webkit-scrollbar { display: none; }
	.filter-pill-btn { font-size: 1.15rem; font-weight: 600; padding: 6px 14px; white-space: nowrap; flex-shrink: 0; }
	
	.screenshot-products-track {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	.screenshot-product-card {
		padding: 10px 8px !important;
		border-radius: 12px !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.card-image-box {
		height: 145px !important;
		padding: 8px !important;
		margin-bottom: 8px !important;
		background: #f8fafc !important;
		border-radius: 8px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.corebuild-real-product-img {
		max-height: 130px !important;
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
		display: block !important;
		margin: 0 auto !important;
	}
	
	.card-product-name {
		font-size: 1.3rem !important;
		font-weight: 700 !important;
		line-height: 1.3 !important;
		min-height: 34px !important;
		margin-bottom: 4px !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}
	.stars-gold { font-size: 1.2rem !important; }
	.reviews-count { font-size: 1.1rem !important; font-weight: 500 !important; color: #6b7280 !important; }
	.card-deal-badge { margin-bottom: 4px !important; }
	.card-deal-badge span { font-size: 1rem !important; font-weight: 700 !important; padding: 2px 5px !important; }
	.bold-price { font-size: 1.6rem !important; font-weight: 800 !important; }
	.mrp-strikethrough { font-size: 1.15rem !important; font-weight: 400 !important; }
	.discount-pill-orange { font-size: 1.1rem !important; font-weight: 700 !important; }
	.best-price-teal { font-size: 1.1rem !important; font-weight: 700 !important; }
	.carousel-nav-btn { display: none !important; }
	.card-quick-buy-btn { font-size: 1.2rem; font-weight: 700; padding: 7px 10px; border-radius: 6px; }

	/* 5. ATHLETE REELS: 1 Full Card + 0.25 (25%) Peeking Card */
	.corebuild-reels-screenshot-section { padding: 30px 0 22px; overflow: hidden !important; width: 100% !important; }
	.reels-title-with-lines .flank-line { max-width: 40px; }
	.reels-slider-viewport {
		overflow-x: auto !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
		width: calc(100% + 32px) !important;
		margin-left: -16px !important;
		margin-right: -16px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		box-sizing: border-box !important;
		scroll-padding-left: 16px !important;
	}
	.reels-slider-viewport::-webkit-scrollbar { display: none; }
	.reels-cards-track {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 12px !important;
		transform: none !important;
		padding: 4px 0 14px !important;
		width: max-content !important;
	}
	.reels-cards-track::after {
		content: '' !important;
		flex: 0 0 24px !important;
		display: block !important;
	}
	.reel-vertical-card {
		flex: 0 0 66vw !important; /* 1 Full Card + ~30% Peeking 2nd Card */
		min-width: 66vw !important;
		max-width: 66vw !important;
		scroll-snap-align: start !important;
		height: 380px !important;
		min-height: 380px !important;
		max-height: 380px !important;
		border-radius: 16px !important;
		overflow: hidden !important;
		position: relative !important;
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16) !important;
	}
	.reel-media-wrapper {
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		aspect-ratio: unset !important;
		position: relative !important;
		overflow: hidden !important;
	}
	.reel-hover-video,
	.reel-default-athlete-visual {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}
	.athlete-avatar-emoji { font-size: 4.5rem !important; }
	.reel-play-circle-center {
		width: 44px !important;
		height: 44px !important;
		background: rgba(0, 0, 0, 0.55) !important;
	}
	.reel-bottom-product-strip {
		position: absolute !important;
		bottom: 10px !important;
		left: 10px !important;
		right: 10px !important;
		background: rgba(8, 9, 13, 0.94) !important;
		backdrop-filter: blur(8px) !important;
		border-radius: 10px !important;
		padding: 8px 10px !important;
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		border: 1px solid rgba(255, 255, 255, 0.15) !important;
	}
	.product-white-thumb {
		width: 34px !important;
		height: 34px !important;
		border-radius: 6px !important;
	}
	.thumb-emoji { font-size: 1.5rem !important; }
	.product-strip-title {
		font-size: 1.15rem !important;
		font-weight: 700 !important;
		color: #ffffff !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}
	.strip-bold-price { font-size: 1.3rem !important; font-weight: 800 !important; color: #ffffff !important; }
	.strip-mrp-price { font-size: 1.05rem !important; color: #9ca3af !important; }
	.reels-carousel-nav-btn { display: none !important; }
	.reels-progress-line-bar { width: 160px; margin: 0 auto !important; }

	/* 6. WHAT'S YOUR TARGET: Horizontal Scroll Track (1 Full Card + 25% Peek) */
	.corebuild-shop-by-goal-section { padding: 30px 0 22px; overflow: hidden !important; width: 100% !important; }
	.goal-cards-grid {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
		gap: 12px !important;
		width: calc(100% + 32px) !important;
		margin-left: -16px !important;
		margin-right: -16px !important;
		padding: 4px 20px 16px 20px !important;
		box-sizing: border-box !important;
		scroll-padding-left: 20px !important;
		scroll-padding-right: 20px !important;
	}
	.goal-cards-grid::-webkit-scrollbar { display: none; }
	.goal-cards-grid::after {
		content: '' !important;
		flex: 0 0 24px !important;
		display: block !important;
	}
	.goal-card-item {
		flex: 0 0 74% !important;
		min-width: 74% !important;
		max-width: 74% !important;
		scroll-snap-align: start !important;
		border-radius: 12px !important;
	}
	.goal-card-img-wrap { height: 110px !important; }
	.goal-hero-emoji { font-size: 3.5rem !important; }
	.goal-floating-badge { font-size: 1rem !important; font-weight: 700 !important; padding: 3px 8px !important; }
	.goal-card-body { padding: 12px 10px !important; }
	.goal-title { font-size: 1.4rem !important; font-weight: 700 !important; margin-bottom: 4px !important; }
	.goal-description { font-size: 1.15rem !important; font-weight: 400 !important; margin-bottom: 8px !important; line-height: 1.35 !important; }
	.goal-popular-products { display: block !important; margin-bottom: 8px !important; }
	.goal-subheading { font-size: 1.1rem !important; font-weight: 700 !important; }
	.goal-popular-products ul li { font-size: 1.05rem !important; }
	.goal-cta-btn { font-size: 1.2rem !important; font-weight: 700 !important; padding: 8px 12px !important; }

	/* 7. REVIEWS: CLEAN VERTICAL STACK ON MOBILE */
	.corebuild-reviews-screenshot-section { padding: 30px 0 22px; width: 100% !important; }
	.reviews-topic-pills-row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		gap: 8px;
		padding: 0 0 10px !important;
		margin: 0 !important;
		width: 100% !important;
		box-sizing: border-box !important;
		scrollbar-width: none;
	}
	.reviews-topic-pills-row::-webkit-scrollbar { display: none; }
	.reviews-topic-pills-row::after {
		content: '' !important;
		flex: 0 0 12px !important;
		display: block !important;
	}
	.topic-pill-btn { font-size: 1.15rem; font-weight: 600; padding: 6px 14px; white-space: nowrap; flex-shrink: 0; }

	.reviews-cards-track-container {
		width: 100% !important;
		overflow: visible !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.reviews-cards-track {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		padding: 4px 0 !important;
		width: 100% !important;
	}
	.screenshot-review-card {
		width: 100% !important;
		flex: 1 1 auto !important;
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
		background: #ffffff !important;
		border: 1.5px solid #e2e8f0 !important;
		border-radius: 12px !important;
		padding: 16px !important;
		display: flex !important;
		flex-direction: column !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
		box-sizing: border-box !important;
	}
	.review-stars-gold { font-size: 1.2rem !important; color: #f59e0b !important; margin-bottom: 6px !important; }
	.review-card-text {
		font-size: 1.22rem !important;
		font-weight: 400 !important;
		line-height: 1.45 !important;
		color: #334155 !important;
		margin-bottom: 8px !important;
		display: block !important;
		-webkit-line-clamp: unset !important;
	}
	.review-tags-wrapper {
		display: flex !important;
		gap: 6px !important;
		margin-bottom: 8px !important;
	}
	.pink-topic-tag {
		font-size: 1rem !important;
		padding: 3px 8px !important;
		border-radius: 20px !important;
		background: #eff6ff !important;
		color: #1d4ed8 !important;
		font-weight: 600 !important;
	}
	.review-author-bottom {
		font-size: 1.15rem !important;
		color: #64748b !important;
		border-top: 1px solid #f1f5f9 !important;
		padding-top: 8px !important;
	}
	.review-author-bottom strong { color: #0f172a !important; }
	.reviewer-signature-box {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		border-top: 1px solid #f1f5f9 !important;
		padding-top: 5px !important;
		width: 100% !important;
	}
	.reviewer-person-name { font-size: 1.15rem !important; font-weight: 700 !important; color: #0f172a !important; }
	.verified-buyer-badge {
		font-size: 1rem !important;
		color: #16a34a !important;
		font-weight: 600 !important;
		display: inline-flex !important;
		align-items: center !important;
		gap: 3px !important;
	}

	/* 8. Trust Bar: 1*4 Vertical Stack on Mobile */
	.corebuild-trust-bar-section-blue { padding: 18px 0; width: 100% !important; }
	.trust-bar-rounded-wrapper { border-radius: 14px; padding: 16px 14px; width: 100% !important; box-sizing: border-box !important; }
	.trust-pillars-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	.trust-pillar-item {
		display: flex !important;
		align-items: center !important;
		gap: 12px !important;
		width: 100% !important;
		padding: 10px 12px !important;
		background: rgba(255, 255, 255, 0.08) !important;
		border-radius: 10px !important;
		box-sizing: border-box !important;
	}
	.trust-icon-box-seamless { flex-shrink: 0 !important; }
	.trust-emoji-seamless { font-size: 2.3rem !important; display: block !important; }
	.trust-text-box-seamless { text-align: left !important; flex-grow: 1 !important; }
	.trust-text-box-seamless .trust-title-seamless { font-size: 1.3rem !important; font-weight: 700 !important; margin-bottom: 2px !important; color: #ffffff !important; }
	.trust-text-box-seamless .trust-desc-seamless { font-size: 1.15rem !important; font-weight: 400 !important; line-height: 1.25 !important; color: rgba(255, 255, 255, 0.85) !important; }
	
	.footer-main-columns-simple { padding: 28px 0 18px; width: 100% !important; }
	.footer-simple-grid {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		gap: 22px !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	.footer-col-brand,
	.footer-col-links,
	.footer-col-contact {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	.footer-logo { text-align: center !important; margin-bottom: 6px !important; font-size: 2rem !important; width: 100% !important; }
	.footer-tagline { text-align: center !important; margin: 0 auto 12px !important; max-width: 300px !important; font-size: 1.3rem !important; }
	.footer-social-icons { justify-content: center !important; margin: 0 auto !important; }
	.footer-simple-title { text-align: center !important; margin-bottom: 10px !important; font-size: 1.35rem !important; font-weight: 700 !important; width: 100% !important; }
	.footer-clean-links { text-align: center !important; padding: 0 !important; width: 100% !important; list-style: none !important; margin: 0 auto !important; }
	.footer-clean-links li { text-align: center !important; margin-bottom: 9px !important; width: 100% !important; }
	.footer-clean-links a { font-size: 1.35rem !important; text-align: center !important; display: inline-block !important; }
	.footer-whatsapp-btn { margin: 0 auto 12px !important; font-size: 1.35rem !important; padding: 10px 18px !important; }
	.footer-contact-details { text-align: center !important; font-size: 1.25rem !important; width: 100% !important; }
	.footer-contact-details span { text-align: center !important; margin-bottom: 4px !important; display: block !important; }

	.footer-policy-strip {
		padding: 14px 16px !important;
		background: #000000 !important;
		text-align: center !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.footer-policy-links-row {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 6px 14px !important;
		text-align: center !important;
		margin: 0 auto !important;
	}
	.footer-policy-links-row a {
		font-size: 1.2rem !important;
		color: #e2e8f0 !important;
		font-weight: 500 !important;
	}
	
	.footer-bottom-bar-simple {
		padding: 16px 16px !important;
		text-align: center !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.footer-bottom-inner-simple {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		gap: 10px !important;
		margin: 0 auto !important;
	}
	.copyright-clean { text-align: center !important; font-size: 1.2rem !important; width: 100% !important; }
	.payment-badges-clean { justify-content: center !important; margin: 0 auto !important; }
	.payment-badges-clean span { font-size: 1.05rem !important; }

	/* 9. EXACT SCREENSHOT FLOATING MOBILE STICKY BOTTOM BAR */
	body { padding-bottom: 68px !important; }

	.screenshot-mobile-sticky-navbar {
		display: flex !important;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 62px;
		background: #ffffff;
		border-top: 1px solid #e2e8f0;
		border-left: 1px solid #e2e8f0;
		border-right: 1px solid #e2e8f0;
		border-top-left-radius: 24px;  /* Rounded Top Left Corner */
		border-top-right-radius: 24px; /* Rounded Top Right Corner */
		z-index: 9999;
		box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1);
		padding: 0 8px;
		justify-content: space-around;
		align-items: center;
	}

	.mobile-nav-btn {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
		text-decoration: none;
		color: #64748b;
		-webkit-tap-highlight-color: transparent;
	}

	.mobile-nav-icon-wrap {
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.mobile-nav-label {
		font-size: 1.05rem;
		font-weight: 500;
		color: #64748b;
		margin-top: 2px;
		line-height: 1;
		letter-spacing: -0.01em;
	}

	.mobile-nav-btn:hover .mobile-nav-label,
	.mobile-nav-btn:active .mobile-nav-label {
		color: #111827;
	}

	/* Center Big Orange Floating Action Button (FAB) */
	.center-search-fab {
		position: relative;
		top: -14px;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.fab-orange-circle {
		width: 52px;
		height: 52px;
		background: #ff5500;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 0 0 6px rgba(219, 234, 254, 0.8), 0 6px 16px rgba(255, 85, 0, 0.35);
		transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.fab-orange-circle:active {
		transform: scale(0.92);
	}

	.cart-icon-box .badge {
		position: absolute;
		top: -4px;
		right: -7px;
		background: #000000;
		color: #ffffff;
		font-size: 0.95rem;
		font-weight: 800;
		min-width: 15px;
		height: 15px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1.5px solid #ffffff;
	}
}

/* Hide on Desktop */
@media (min-width: 768px) {
	.screenshot-mobile-sticky-navbar {
		display: none !important;
	}
}
