/**
 * Masrawy Store - Modern Homepage UI Styles
 * Fully Responsive, High-Performance, Modern Arabic RTL Ecommerce
 *
 * @package Sober_Child
 */

/* ==========================================================================
   1. GLOBAL & CONTAINER UTILITIES
   ========================================================================== */
.masrawy-home-main {
	padding-bottom: 50px;
	overflow-x: hidden;
}

.masrawy-section {
	padding: 36px 0;
	position: relative;
}

.masrawy-section .section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 24px;
	flex-wrap: wrap;
	gap: 16px;
	border-bottom: 2px solid #f1f5f9;
	padding-bottom: 12px;
}

.masrawy-section .section-header.text-center {
	justify-content: center;
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
}

.section-tag {
	display: inline-block;
	background: #f1f5f9;
	color: #0284c7;
	font-size: 13px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 6px;
}

.section-tag.deal-tag {
	background: #fef2f2;
	color: #ef4444;
}

.section-title {
	font-size: 26px;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	line-height: 1.3;
}

.view-all-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #0284c7;
	text-decoration: none;
	transition: all 0.2s ease;
}

.view-all-link:hover {
	color: #0369a1;
	transform: translateX(-3px);
}

.view-all-link.highlight {
	color: #ef4444;
}

.view-all-link.highlight:hover {
	color: #dc2626;
}

/* ==========================================================================
   2. TOP BAR REFINEMENTS
   ========================================================================== */
.masrawy-topbar {
	background: #0f172a;
	color: #e2e8f0;
	font-size: 12.5px;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.masrawy-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.masrawy-topbar-text {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.masrawy-topbar-text .sep {
	color: #64748b;
}

.topbar-wa-link {
	color: #38bdf8;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	transition: color 0.2s ease;
}

.topbar-wa-link:hover {
	color: #7dd3fc;
}

/* ==========================================================================
   DESKTOP HEADER & HORIZONTAL NAVIGATION
   ========================================================================== */
.masrawy-header-main {
	background: #ffffff;
	border-bottom: 1px solid #f1f5f9;
}

.masrawy-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	gap: 20px;
}

.masrawy-logo-wrap .masrawy-logo {
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.masrawy-logo-text {
	font-size: 26px;
	font-weight: 900;
	color: #0f172a;
	line-height: 1.1;
}

.masrawy-logo-text .accent {
	color: #0284c7;
}

.masrawy-logo-sub {
	font-size: 11px;
	color: #64748b;
	font-weight: 600;
	margin-top: 2px;
}

.masrawy-search-box {
	flex: 1;
	max-width: 520px;
	margin: 0 20px;
}

.masrawy-search-form {
	display: flex;
	align-items: center;
	background: #f8fafc;
	border: 2px solid #e2e8f0;
	border-radius: 30px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.masrawy-search-form:focus-within {
	border-color: #0284c7;
	box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
	background: #ffffff;
}

.masrawy-search-input {
	flex: 1;
	border: none;
	background: transparent;
	padding: 10px 18px;
	font-size: 14px;
	outline: none;
	color: #0f172a;
}

.masrawy-search-btn {
	background: #0284c7;
	border: none;
	color: #ffffff;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: background 0.2s ease;
}

.masrawy-search-btn:hover {
	background: #0369a1;
}

.masrawy-header-actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.header-action-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #1e293b;
	transition: color 0.2s ease;
	position: relative;
}

.header-action-item:hover {
	color: #0284c7;
}

.header-action-item .action-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-action-item .action-badge {
	position: absolute;
	top: -7px;
	left: -9px;
	background: #ef4444;
	color: #ffffff;
	font-size: 10.5px;
	font-weight: 800;
	min-width: 18px;
	height: 18px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
}

.header-action-item .action-badge.is-empty {
	display: none;
}

.header-action-item .action-text {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.header-action-item .action-sub {
	font-size: 11px;
	color: #64748b;
	font-weight: 600;
}

.header-action-item .action-label {
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
}

/* Horizontal Navigation Bar */
.masrawy-header-nav {
	background: #ffffff;
	border-bottom: 1px solid #e2e8f0;
	position: relative;
	z-index: 50;
	width: 100%;
}

.masrawy-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.masrawy-main-menu-nav {
	display: flex;
	align-items: center;
	flex: 1;
}

.masrawy-main-menu {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 4px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	flex-wrap: wrap !important;
}

.masrawy-main-menu li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	float: none !important;
}

.masrawy-main-menu li a {
	display: inline-flex !important;
	align-items: center !important;
	padding: 13px 13px !important;
	font-size: 13.5px !important;
	font-weight: 700 !important;
	color: #334155 !important;
	text-decoration: none !important;
	border-bottom: 2px solid transparent !important;
	transition: all 0.2s ease !important;
	white-space: nowrap !important;
}

.masrawy-main-menu li:hover a,
.masrawy-main-menu li.current-menu-item a {
	color: #0284c7 !important;
	border-bottom-color: #0284c7 !important;
}

.masrawy-main-menu li.highlight-deal a {
	color: #ef4444 !important;
	background: #fef2f2 !important;
	border-radius: 6px !important;
	border-bottom: none !important;
	padding: 6px 12px !important;
	margin-right: 6px !important;
}

.masrawy-main-menu li.highlight-deal a:hover {
	background: #fee2e2 !important;
}

.masrawy-nav-extra .nav-extra-link {
	font-size: 13px;
	font-weight: 700;
	color: #059669;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #ecfdf5;
	padding: 6px 14px;
	border-radius: 20px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.masrawy-nav-extra .nav-extra-link:hover {
	background: #d1fae5;
}

/* ==========================================================================
   3. HERO SLIDER SECTION
   ========================================================================== */
.masrawy-hero-section {
	padding: 20px 0 16px 0;
}

.masrawy-hero-slider-wrap {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0369a1 100%);
}

.masrawy-hero-slider {
	position: relative;
	min-height: 380px;
}

.hero-slide {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
	padding: 44px 38px;
}

.hero-slide.is-active {
	display: block;
	opacity: 1;
}

.hero-slide-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	color: #ffffff;
}

.hero-content {
	flex: 1.3;
	position: relative;
	z-index: 2;
}

.hero-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 6px 14px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	color: #38bdf8;
	margin-bottom: 16px;
}

.hero-title {
	font-size: 38px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 16px 0;
	color: #ffffff;
}

.hero-title .text-gradient {
	color: #f59e0b;
	text-shadow: 0 2px 10px rgba(245, 158, 11, 0.25);
}

.hero-subtitle {
	font-size: 15.5px;
	line-height: 1.7;
	color: #cbd5e1;
	margin: 0 0 28px 0;
	max-width: 580px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.masrawy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 30px;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
}

.btn-primary-hero {
	background: #f59e0b;
	color: #0f172a !important;
	box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
}

.btn-primary-hero:hover {
	background: #d97706;
	color: #0f172a !important;
	transform: translateY(-2px);
}

.btn-secondary-hero {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-secondary-hero:hover {
	background: rgba(255, 255, 255, 0.22);
	transform: translateY(-2px);
}

.hero-visual {
	flex: 0.9;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 2;
}

.hero-visual-card {
	background: rgba(255, 255, 255, 0.1);
	border: 2px dashed rgba(255, 255, 255, 0.3);
	padding: 24px 34px;
	border-radius: 20px;
	text-align: center;
	backdrop-filter: blur(8px);
}

.hero-big-badge {
	display: block;
	font-size: 40px;
	font-weight: 900;
	color: #f59e0b;
	line-height: 1.1;
}

.hero-sub-badge {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 6px;
}

.hero-floating-pill {
	background: rgba(15, 23, 42, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 9px 18px;
	border-radius: 20px;
	font-size: 13.5px;
	font-weight: 700;
	backdrop-filter: blur(6px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
	animation: heroFloat 3.5s ease-in-out infinite alternate;
}

.pill-1 { animation-delay: 0s; }
.pill-2 { animation-delay: 0.7s; }
.pill-3 { animation-delay: 1.4s; }

@keyframes heroFloat {
	0% { transform: translateY(0); }
	100% { transform: translateY(-7px); }
}

.hero-slider-nav {
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 10;
}

.hero-arrow {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.2s ease;
	line-height: 1;
}

.hero-arrow:hover {
	background: #f59e0b;
	color: #0f172a;
}

.hero-dots {
	display: flex;
	gap: 8px;
}

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

.hero-dot.active {
	background: #f59e0b;
	width: 24px;
	border-radius: 12px;
}

/* ==========================================================================
   4. _CATEGORY_CAROUSEL SECTION
   ========================================================================== */
.category-carousel-section {
	padding: 24px 0 32px 0;
}

.carousel-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.carousel-nav-btn {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	color: #334155;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.carousel-nav-btn:hover {
	background: #0284c7;
	color: #ffffff;
	border-color: #0284c7;
}

.masrawy-carousel-wrap {
	position: relative;
	width: 100%;
}

.masrawy-categories-track {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 6px 2px 14px 2px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
}

.masrawy-categories-track::-webkit-scrollbar {
	height: 5px;
}

.masrawy-categories-track::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

.cat-pill-card {
	flex: 0 0 215px;
	min-width: 195px;
	scroll-snap-align: start;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.cat-pill-card:hover {
	transform: translateY(-3px);
	border-color: #0284c7;
	box-shadow: 0 8px 20px rgba(2, 132, 199, 0.12);
}

.cat-icon-wrap {
	font-size: 28px;
	width: 48px;
	height: 48px;
	background: #f0f9ff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.cat-pill-card:hover .cat-icon-wrap {
	transform: scale(1.1);
}

.cat-info {
	flex: 1;
	min-width: 0;
}

.cat-title {
	font-size: 14.5px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 3px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cat-count {
	font-size: 12px;
	color: #64748b;
	display: block;
}

.cat-arrow {
	font-size: 15px;
	color: #94a3b8;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.cat-pill-card:hover .cat-arrow {
	color: #0284c7;
	transform: translateX(-4px);
}

/* ==========================================================================
   5 & 6. PRODUCTS CAROUSEL / GRID WRAPPER
   ========================================================================== */
.products-carousel-wrapper {
	position: relative;
	width: 100%;
}

.products-carousel-wrapper .woocommerce ul.products {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.products-carousel-wrapper .woocommerce ul.products li.product {
	padding: 0 10px;
	margin-bottom: 24px;
	list-style: none;
}

/* Modern Card Polish */
.products-carousel-wrapper .woocommerce ul.products li.product .product-inner {
	background: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	padding: 14px;
	transition: all 0.25s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.products-carousel-wrapper .woocommerce ul.products li.product:hover .product-inner {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border-color: #e2e8f0;
}

/* ==========================================================================
   7. _BRAND_CAROUSEL SECTION
   ========================================================================== */
.brand-carousel-section {
	background: #f8fafc;
	border-top: 1px solid #edf2f7;
	border-bottom: 1px solid #edf2f7;
	padding: 36px 0;
}

.masrawy-brands-track {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 6px 2px 14px 2px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
}

.masrawy-brands-track::-webkit-scrollbar {
	height: 5px;
}

.masrawy-brands-track::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

.brand-carousel-card {
	flex: 0 0 185px;
	min-width: 165px;
	scroll-snap-align: start;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 16px 14px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.25s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.brand-carousel-card:hover {
	transform: translateY(-3px);
	border-color: #0284c7;
	box-shadow: 0 8px 20px rgba(2, 132, 199, 0.1);
}

.brand-card-top {
	margin-bottom: 12px;
}

.brand-name {
	display: block;
	font-size: 16px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.brand-badge {
	display: inline-block;
	background: #f0fdf4;
	color: #16a34a;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
}

.brand-card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #f1f5f9;
	padding-top: 8px;
}

.brand-prod-count {
	font-size: 11.5px;
	color: #64748b;
}

.brand-cta {
	font-size: 11.5px;
	font-weight: 700;
	color: #0284c7;
	transition: transform 0.2s ease;
}

.brand-carousel-card:hover .brand-cta {
	transform: translateX(-3px);
}

/* ==========================================================================
   8. PRODUCT CATEGORY SECTIONS
   ========================================================================== */
.cat-showcase-section {
	padding: 32px 0;
}

/* ==========================================================================
   9. STORE ADVANTAGES / TRUST SECTION
   ========================================================================== */
.trust-section {
	padding: 44px 0 36px 0;
	background: #ffffff;
}

.trust-cards-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}

.trust-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 24px 20px;
	text-align: center;
	transition: all 0.25s ease;
}

.trust-card:hover {
	transform: translateY(-3px);
	border-color: #0284c7;
	box-shadow: 0 8px 20px rgba(2, 132, 199, 0.08);
}

.trust-card .card-icon {
	font-size: 36px;
	margin-bottom: 12px;
}

.trust-card h3 {
	font-size: 17px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 8px 0;
}

.trust-card p {
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
	margin: 0;
}

.wholesale-banner-card {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	border-radius: 20px;
	padding: 30px 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: #ffffff;
	box-shadow: 0 8px 25px rgba(15, 23, 42, 0.1);
}

.wb-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.12);
	color: #38bdf8;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 8px;
}

.wb-content h3 {
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 6px 0;
}

.wb-content p {
	font-size: 13.5px;
	color: #cbd5e1;
	line-height: 1.6;
	margin: 0;
	max-width: 680px;
}

.wb-btn {
	background: #22c55e;
	color: #ffffff !important;
	padding: 13px 24px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 4px 15px rgba(34, 197, 94, 0.35);
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.wb-btn:hover {
	background: #16a34a;
	transform: translateY(-2px);
}

/* ==========================================================================
   10. LABEL_FOOTER SECTION
   ========================================================================== */
.masrawy-label-footer-section {
	padding: 24px 0 36px 0;
}

.label-footer-card {
	background: linear-gradient(135deg, #0369a1 0%, #0f172a 100%);
	border-radius: 20px;
	padding: 36px 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: #ffffff;
	box-shadow: 0 10px 30px rgba(3, 105, 161, 0.2);
}

.lf-tag {
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	color: #f59e0b;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 12px;
	border-radius: 20px;
	margin-bottom: 8px;
}

.lf-title {
	font-size: 24px;
	font-weight: 900;
	color: #ffffff;
	margin: 0 0 6px 0;
}

.lf-desc {
	font-size: 14px;
	color: #e0f2fe;
	margin: 0;
	max-width: 580px;
	line-height: 1.6;
}

.lf-action .masrawy-btn {
	white-space: nowrap;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (TABLET & MOBILE)
   ========================================================================== */
@media (max-width: 1024px) {
	.trust-cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hero-title {
		font-size: 30px;
	}
	.masrawy-search-box {
		max-width: 380px;
		margin: 0 12px;
	}
}

@media (max-width: 767px) {
	.masrawy-topbar-inner {
		justify-content: center;
		text-align: center;
	}
	.masrawy-topbar-contact {
		display: none;
	}
	.masrawy-topbar-text {
		justify-content: center;
		font-size: 11px;
		gap: 8px;
	}

	.masrawy-hero-section {
		padding: 12px 0;
	}
	.hero-slide {
		padding: 32px 18px 24px 18px !important;
	}
	.hero-slide-inner {
		flex-direction: column;
		text-align: center;
		gap: 14px;
	}
	.masrawy-hero-badge {
		margin-bottom: 6px;
		display: inline-block;
	}
	.hero-title {
		font-size: 20px !important;
		line-height: 1.35 !important;
		margin: 4px 0 10px 0 !important;
	}
	.hero-subtitle {
		font-size: 13px !important;
		margin-bottom: 16px !important;
	}
	.hero-actions {
		justify-content: center;
		width: 100%;
	}
	.masrawy-btn {
		width: 100%;
		padding: 12px 18px;
		font-size: 13.5px;
	}
	.hero-visual {
		width: 100%;
		margin-top: 10px;
	}
	.hero-visual-card {
		padding: 14px 20px;
		width: 100%;
	}
	.hero-big-badge {
		font-size: 28px;
	}
	.hero-slider-nav {
		bottom: 12px;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-title {
		font-size: 20px;
	}
	.section-tag {
		font-size: 11.5px;
	}

	.cat-pill-card {
		flex: 0 0 165px;
		min-width: 150px;
		padding: 12px 10px;
	}
	.cat-icon-wrap {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	.cat-title {
		font-size: 13px;
	}
	.cat-count {
		font-size: 11px;
	}

	.brand-carousel-card {
		flex: 0 0 150px;
		min-width: 135px;
		padding: 12px 10px;
	}
	.brand-name {
		font-size: 14px;
	}

	/* Mobile 2-column balanced product grid */
	html body .products-carousel-wrapper .woocommerce ul.products,
	html body .products-carousel-wrapper ul.products {
		display: flex !important;
		flex-wrap: wrap !important;
		flex-direction: row !important;
		margin: 0 -4px !important;
		padding: 0 !important;
		width: calc(100% + 8px) !important;
		box-sizing: border-box !important;
	}
	html body .products-carousel-wrapper .woocommerce ul.products li.product,
	html body .products-carousel-wrapper ul.products li.product {
		width: 50% !important;
		max-width: 50% !important;
		min-width: 0 !important;
		flex: 0 0 50% !important;
		padding: 0 4px !important;
		margin: 0 0 14px 0 !important;
		box-sizing: border-box !important;
		float: none !important;
		clear: none !important;
	}
	html body .products-carousel-wrapper ul.products li.product .product-header {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 8px !important;
		border-radius: 10px !important;
		overflow: hidden !important;
	}
	html body .products-carousel-wrapper ul.products li.product .product-header a {
		display: block !important;
		width: 100% !important;
	}
	html body .products-carousel-wrapper ul.products li.product .product-header img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1 !important;
		object-fit: cover !important;
		display: block !important;
	}
	html body .products-carousel-wrapper ul.products li.product h2.woocommerce-loop-product__title,
	html body .products-carousel-wrapper ul.products li.product h3.woocommerce-loop-product__title,
	html body .products-carousel-wrapper ul.products li.product h3 {
		font-size: 12.5px !important;
		line-height: 1.4 !important;
		margin: 4px 0 6px 0 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		height: 35px !important;
	}
	html body .products-carousel-wrapper ul.products li.product .price {
		font-size: 13px !important;
		font-weight: 800 !important;
		margin-bottom: 6px !important;
	}

	.trust-cards-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.wholesale-banner-card {
		flex-direction: column;
		text-align: center;
		padding: 22px 18px;
	}
	.wb-btn {
		width: 100%;
	}

	.label-footer-card {
		flex-direction: column;
		text-align: center;
		padding: 26px 20px;
		gap: 18px;
	}
	.lf-title {
		font-size: 20px;
	}
	.lf-action {
		width: 100%;
	}
	.lf-action .masrawy-btn {
		width: 100%;
	}

	/* Prevent body clipping by fixed bottom nav */
	body {
		padding-bottom: 65px !important;
	}
}
