/* ZaruratGo Brand Colors */
:root {
    --brand-orange: #fe6105;
    --brand-orange-hover: #e55300;
    --brand-orange-light: #fff3ec;
    --brand-orange-border: #fed7aa;
    --brand-navy: #01123f;
    --brand-navy-light: #0a1f59;
}
.sign{
	border-radius:8px !important;
	padding:8px 15px !important;
    font-size: .85rem !important;
    text-transform: uppercase;
}
.text-brand-orange {
    color: var(--brand-orange) !important;
}
.bg-brand-orange {
    background-color: var(--brand-orange) !important;
}
.btn-brand-orange {
    background-color: var(--brand-orange) !important;
    border-color: var(--brand-orange) !important;
    color: #ffffff !important;
    transition: all 0.2s ease;
}
.btn-brand-orange:hover, .btn-brand-orange:focus {
    background-color: var(--brand-orange-hover) !important;
    border-color: var(--brand-orange-hover) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(254, 97, 5, 0.3) !important;
}
.hover-text-orange:hover {
    color: var(--brand-orange) !important;
}

/* Sidebar & Filter Layout */
.sticky-filter-panel {
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}
.sticky-filter-panel::-webkit-scrollbar {
    width: 4px;
}
.sticky-filter-panel::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.filter-section {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px dashed #e2e8f0;
}
.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.filter-section-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Filter Accordion Customization */
.filter-accordion .accordion-item {
    border: none;
    background: transparent;
    border-bottom: 1px dashed #e2e8f0;
}
.filter-accordion .accordion-item:last-child {
    border-bottom: none;
}
.filter-accordion .accordion-header {
    margin: 0;
}
.filter-accordion .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0.8rem 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--brand-navy) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    transition: color 0.2s ease;
}
.filter-accordion .accordion-button:hover {
    color: var(--brand-orange) !important;
}
.filter-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-navy) !important;
}
.filter-accordion .accordion-button::after {
    background-size: 0.8rem;
    transition: transform 0.25s ease;
}
.filter-accordion .accordion-body {
    padding: 0.2rem 0 1rem 0;
}

/* Modern Filter Chips */
.filter-chips-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.2;
    user-select: none;
}
.filter-chip:hover {
    background: var(--brand-orange-light);
    color: var(--brand-orange);
    border-color: var(--brand-orange-border);
    transform: translateY(-1px);
}
.filter-chip.active {
    background: var(--brand-orange);
    color: #ffffff;
    border-color: var(--brand-orange);
    box-shadow: 0 3px 8px rgba(254, 97, 5, 0.3);
}

/* Custom Switch in Brand Orange */
.brand-switch:checked {
    background-color: var(--brand-orange) !important;
    border-color: var(--brand-orange) !important;
    box-shadow: 0 0 0 2px rgba(254, 97, 5, 0.2) !important;
}

/* Active Tags */
.active-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    background: var(--brand-orange-light);
    color: #9a3412;
    border: 1px solid var(--brand-orange-border);
    box-shadow: 0 1px 3px rgba(254, 97, 5, 0.08);
}
.active-tag .btn-close-tag {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-orange-border);
    color: #7c2d12;
    font-size: 11px;
    line-height: 1;
    transition: all 0.15s ease;
    margin-left: 2px;
}
.active-tag .btn-close-tag:hover {
    background: var(--brand-orange);
    color: #ffffff;
    transform: scale(1.15);
}
.btn-clear-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease;
}
.btn-clear-all:hover {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
}

/* Product Card */
.product-card {
    border-radius: 16px;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
}
.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1;
}
.product-img-wrapper {
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 12px;
}
.product-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.product-card:hover .product-img-wrapper img {
    transform: scale(1.05);
}
.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;   
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
   
    z-index: 2;
}
.card-variant-select {
    font-size: 0.78rem !important;
    padding: 5px 8px !important;
    border-radius: 8px !important;
    border: 1px solid #cbd5e1 !important;
    background-color: #f8fafc !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    cursor: pointer;
}
.card-variant-select:focus {
    border-color: var(--brand-orange) !important;
    box-shadow: 0 0 0 2px rgba(254, 97, 5, 0.2) !important;
}
.btn-add-cart {
    background-color: var(--brand-orange);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.2s;
}
.btn-add-cart:hover {
    background-color: var(--brand-orange-hover);
    color: #fff;
    box-shadow: 0 3px 8px rgba(254, 97, 5, 0.3);
}
/**************************/

:root {
		--brand-orange: #fe6105;
		--brand-orange-hover: #e55300;
		--brand-orange-light: #fff3ec;
		--brand-navy: #01123f;
		--brand-navy-light: #0a1f59;
		--brand-navy-dark: #000b29;
		--text-dark: #0f172a;
		--text-muted: #64748b;
		--border-color: #e2e8f0;
		--card-shadow: 0 4px 20px -2px rgba(1, 18, 63, 0.06);
		--card-hover-shadow: 0 12px 25px -4px rgba(254, 97, 5, 0.16);
	}
	body {
		font-family: 'Plus Jakarta Sans', sans-serif;
		background-color: #f8fafc;
		color: var(--text-dark);
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		padding-bottom: 75px; /* Space for mobile sticky bottom bar */
	}
	@media (min-width: 768px) {
		body {
			padding-bottom: 0;
		}
	}
	/*.main-content{
		z-index:1;
	}*/
	/* Top Announcement Bar */
	.top-bar {
		background-color: var(--brand-navy);
		color: #cbd5e1;
		font-size: 0.8rem;
		padding: 6px 0;
	}

	/* Brand Colors Helpers */
	.bg-brand-orange { background-color: var(--brand-orange) !important; color: #fff; }
	.text-brand-orange { color: var(--brand-orange) !important; }
	.bg-brand-navy { background-color: var(--brand-navy) !important; color: #fff; }
	.text-brand-navy { color: var(--brand-navy) !important; }

	/* Main Navigation */
	.navbar-main {
		background: #ffffff;
		box-shadow: 0 2px 12px rgba(1, 18, 63, 0.05);
	}
	.search-container {
		position: relative;
		max-width: 580px;
		width: 100%;
	}
	.search-input {
		border-radius: 50px;
		padding: 10px 20px 10px 45px;
		border: 2px solid #e2e8f0;
		font-size: 0.95rem;
		transition: all 0.2s ease;
	}
	.search-input:focus {
		border-color: var(--brand-orange);
		box-shadow: 0 0 0 4px rgba(254, 97, 5, 0.15);
	}
	.search-icon {
		position: absolute;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		color: #94a3b8;
		font-size: 1.1rem;
	}
	#search-results-box, #search-results-box-mobile {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border-radius: 14px;
		box-shadow: 0 15px 35px rgba(1, 18, 63, 0.15);
		z-index: 1055;
		margin-top: 8px;
		max-height: 380px;
		overflow-y: auto;
		display: none;
		border: 1px solid var(--border-color);
	}

	/* Cart Badge Button */
	.cart-btn {
			/*background: var(--brand-orange-light);*/
			color: #071b51;
			border: 1px solid #071b51;
			border-radius: 50px;
			padding: 2px 7px;
			font-weight: 700;
			transition: all 0.2s ease;
			text-decoration: none;
			display: inline-flex;
			align-items: center;
			gap: 8px;
		}
	.cart-btn:hover {
		background: #01123f;
		color: #ffffff;
		transform: translateY(-1px);
	}

	/* Category Secondary Nav Area */
	.category-nav {
		background: var(--brand-navy);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		padding: 7px 0;
	}
	.category-nav.sticky-top {
		top: 0;
		z-index: 1030;
		box-shadow: 0 4px 18px rgba(1, 18, 63, 0.3) !important;
	}
	/* Nav Normal Text Links (Home, Shop) */
	.nav-text-link {
		color: #ffffff;
		font-weight: 600;
		font-size: 0.95rem;
		padding: 6px 10px;
		transition: all 0.2s ease;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		white-space: nowrap;
		position: relative;
		border-radius: 6px;
	}
	.nav-text-link i {
		font-size: 1.05rem;
		color: var(--brand-orange);
		transition: transform 0.2s ease;
	}
	.nav-text-link:hover {
		color: var(--brand-orange);
		text-decoration: none;
	}
	.nav-text-link:hover i {
		transform: scale(1.12);
	}
	.nav-text-link.active {
		color: var(--brand-orange);
		font-weight: 700;
	}
	.nav-text-link.active::after {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 10px;
		right: 10px;
		height: 2.5px;
		background: var(--brand-orange);
		border-radius: 2px;
	}

	/* Nav Pincode Normal Text Style */
	.nav-pincode-text {
		color: #ffffff;
		cursor: pointer;
		padding: 4px 10px;
		border-radius: 8px;
		transition: all 0.2s ease;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		white-space: nowrap;
		user-select: none;
	}
	.nav-pincode-text:hover {
		background: rgba(255, 255, 255, 0.08);
	}
	.nav-pincode-text:hover .nav-pincode-pin {
		text-decoration: underline;
	}
	.nav-pincode-text i.bi-geo-alt-fill {
		transition: transform 0.2s ease;
	}
	.nav-pincode-text:hover i.bi-geo-alt-fill {
		transform: scale(1.12);
	}
	.search-dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border-radius: 14px;
		box-shadow: 0 15px 35px rgba(1, 18, 63, 0.2);
		z-index: 1065;
		margin-top: 6px;
		max-height: 380px;
		overflow-y: auto;
		display: none;
		border: 1px solid #e2e8f0;
	}

	/* Product Cards */
	.product-card {
		background: #ffffff;
		border-radius: 16px;
		border: 1px solid var(--border-color);
		transition: all 0.25s ease;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.product-card:hover {
		transform: translateY(-4px);
		box-shadow: var(--card-hover-shadow);
		border-color: rgba(254, 97, 5, 0.35);
	}
	.product-img-wrapper {
		position: relative;
		background-color: #fff;
		padding: 16px;
		text-align: center;
		/*height: 180px;*/
		display: flex;
		align-items: center;
		justify-content: center;
	}
	@media (max-width: 576px) {
		.product-img-wrapper {
			height: 140px;
			padding: 10px;
		}
	}
	.product-img-wrapper img {
		/*max-height: 140px;*/
		max-width: 100%;
		object-fit: contain;
		transition: transform 0.3s ease;
	}
	@media (max-width: 576px) {
		.product-img-wrapper img {
			max-height: 110px;
		}
	}
	.product-card:hover .product-img-wrapper img {
		transform: scale(1.06);
	}
	.discount-badge {
		position: absolute;
		top: 10px;
		left: 10px;
		background: #01123f;
		color: white;
		font-size: 0.7rem;
		font-weight: 800;
		padding: 3px 8px;
		border-radius: 6px;
		box-shadow: 0 2px 6px rgb(1 18 63 / 13%);
		z-index:9;
	}
	.btn-add-cart {
		background: #ffffff;
		border: 1.5px solid var(--brand-orange);
		color: var(--brand-orange);
		font-weight: 700;
		border-radius: 8px;
		transition: all 0.2s ease;
	}
	.btn-add-cart:hover, .btn-add-cart:active {
		background: var(--brand-orange);
		color: #ffffff;
	}

	.btn-brand-orange {
		background-color: var(--brand-orange);
    color: #ffffff;
    font-weight: 700;
    border: none;
    transition: all 0.2s ease;
     
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    border-radius: 8px !important;
    
	}
	.btn-brand-orange:hover, .btn-brand-orange:focus {
		background-color: var(--brand-orange-hover);
		color: #ffffff;
	}
	th {		
		background: #01123f !important;
		color: #fff !important;
	}
	.progress{
		margin-top:14px;
	}
	/* Mobile E-Commerce Bottom App Bar */
	.mobile-bottom-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 57px;
		background: #ffffff;
		box-shadow: 0 -4px 20px rgba(1, 18, 63, 0.08);
		border-top: 1px solid var(--border-color);
		z-index: 1040;
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 4px 8px;
	}
	.mobile-nav-item {
		flex: 1;
		text-align: center;
		color: #64748b;
		text-decoration: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 0.72rem;
		font-weight: 600;
		padding: 0px 0;
		transition: color 0.15s ease;
		position: relative;
	}
	.mobile-nav-item i {
		font-size: 1.25rem;
		margin-bottom: 2px;
		line-height: 1;
	}
	.mobile-nav-item.active {
		color: var(--brand-orange);
	}
	.mobile-nav-item .badge {
		position: absolute;
		top: 2px;
		right: 25%;
		font-size: 0.65rem;
		padding: 2px 6px;
	}

	.main-content {
		flex: 1;
	}
	.text-success {
		--bs-text-opacity: 1;
		color: rgb(0 17 62) !important;
	}
	.bg-danger {
		z-index: 10;
	}
	.footer-padding{
		padding:30px 0px;
	}
	.footer-address > div{
		display:inline-block;
		margin:0px 10px; 
	}
	.footer-social{
		text-align:center;
	}
	.footer-social {
		text-align: center;
		padding-bottom: 20px;
	}
	.footer-social a{
		display:inline-block;
		margin:0px 10px;
	}
	.footer-social a:hover{
		color:var(--brand-orange) !important;
	}
	.footer-address{
		margin-top:0px;
	}
	header .dropdown-menu.show {
		display: block;
		z-index: 99999;
	}
	.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #01123f;
    --bs-btn-border-color: #01123f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01123f;
    --bs-btn-hover-border-color: #01123f;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01123f;
    --bs-btn-active-border-color: #01123f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #01123f;
    --bs-btn-disabled-border-color: #01123f;
}
.bg-success-subtle {
    background-color: rgb(1 18 63 / 22%) !important;
}
.btn-outline-secondary {
    --bs-btn-color: #01123f;
    --bs-btn-border-color: #01123f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01123f;
    --bs-btn-hover-border-color: #01123f;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01123f;
    --bs-btn-active-border-color: #01123f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #01123f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #01123f;
    --bs-gradient: none;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 23px;
    }
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 20px;
    }
}
/* Modern scrollbar */
::-webkit-scrollbar {
    width: 5px;	
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #01123f;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #01123f;
}

/* =====================================================
   ZARURATGO CATEGORY BAR
   Completely isolated CSS
===================================================== */

.zg-category-bar {
    width: 100%;
    height: 105px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    position: relative;
    z-index: 20;
}

.zg-category-inner {
    width: 100%;
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    position: relative;

    padding-left: 42px;
    padding-right: 42px;
}

/* SCROLL AREA */

.zg-category-scroll {
    width: 100%;
    height: 100%;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: center !important;

    gap: 28px;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-behavior: smooth;

    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;
}

.zg-category-scroll::-webkit-scrollbar {
    display: none !important;
}

/* CATEGORY */

.zg-category-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 78px !important;

    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;

    height: 90px !important;

    padding: 0 !important;
    margin: 0 !important;

    text-decoration: none !important;

    color: #212121 !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}

/* IMAGE */

.zg-category-img {
    width: 62px !important;
    height: 62px !important;

    min-width: 62px !important;
    min-height: 62px !important;

    max-width: 62px !important;
    max-height: 62px !important;

    border-radius: 50% !important;

    overflow: hidden !important;

    background: #f5f5f5;

    border: 1px solid #eeeeee;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-bottom: 5px !important;

    box-sizing: border-box !important;

    transition: transform .2s ease,
                box-shadow .2s ease;
}

/* IMAGE ITSELF */

.zg-category-img img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: cover !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* FALLBACK ICON */

.zg-category-img i {
    font-size: 24px !important;
    color: #fe6105 !important;
}

/* ALL CATEGORY */

.zg-category-all {
    background: #fff2e8 !important;
    border-color: #ffe0cc !important;
}

/* NAME */

.zg-category-item span {
    display: block !important;

    width: 78px !important;
    max-width: 78px !important;

    overflow: hidden !important;

    white-space: nowrap !important;
    text-overflow: ellipsis !important;

    text-align: center !important;

    font-family: inherit !important;

    font-size: 11px !important;
    line-height: 14px !important;

    font-weight: 600 !important;

    color: #212121 !important;
}

/* HOVER */

.zg-category-item:hover .zg-category-img {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border-color: #fe6105;
}

.zg-category-item:hover span {
    color: #fe6105 !important;
}

/* =====================================================
   ARROWS
===================================================== */

.zg-cat-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: 1px solid #dddddd !important;
    background: #ffffff !important;
    color: #333333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    z-index: 50 !important;
    box-shadow: 0 2px 7px rgba(0,0,0,.15) !important;
}

.zg-cat-arrow:hover {
    background: #fe6105 !important;
    border-color: #fe6105 !important;
    color: #ffffff !important;
}

.zg-cat-prev {
    left: 5px !important;
}

.zg-cat-next {
    right: 5px !important;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .zg-category-bar {
        height: 96px !important;
    }

    .zg-category-inner {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .zg-category-scroll {
        gap: 17px !important;

        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .zg-category-item {
        flex: 0 0 65px !important;

        width: 65px !important;
        min-width: 65px !important;
        max-width: 65px !important;

        height: 82px !important;
    }

    .zg-category-img {
        width: 55px !important;
        height: 55px !important;

        min-width: 55px !important;
        min-height: 55px !important;

        max-width: 55px !important;
        max-height: 55px !important;
    }

    .zg-category-item span {
        width: 65px !important;
        max-width: 65px !important;

        font-size: 10px !important;
        line-height: 13px !important;
    }

    .zg-cat-arrow {
        display: none !important;
    }
}
/*******************************/
/* ================= FLIPKART GROCERY THEME & BRAND TOKENS ================= */
:root {
    --brand-orange: #fe6105;
    --brand-orange-hover: #e55300;
    --brand-orange-light: #fff3ec;
    --brand-orange-border: #fed7aa;
    --brand-navy: #01123f;
    --brand-navy-light: #0a1f59;
    --fk-green: #388e3c;
    --fk-green-bg: #e8f5e9;
    --fk-blue: #2874f0;
    --fk-gray-bg: #f1f3f6;
    --fk-border: #e0e0e0;
}

body {
    background-color: var(--fk-gray-bg) !important;
}

/* Breadcrumb */
.fk-breadcrumb {
    font-size: 0.8rem;
    color: #878787;
    margin-bottom: 1rem;
}
.fk-breadcrumb a {
    color: #878787;
    text-decoration: none;
    transition: color 0.15s;
}
.fk-breadcrumb a:hover {
    color: var(--brand-orange);
}
.fk-breadcrumb .separator {
    margin: 0 6px;
    font-size: 0.75rem;
    color: #b0b0b0;
}
.fk-breadcrumb .active-item {
    color: #212121;
    font-weight: 500;
}

/* ================= FLIPKART STICKY LEFT GALLERY ================= */
@media (min-width: 992px) {
    .fk-sticky-gallery {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 85px !important;
        z-index: 10;
        display: block !important;
    }
}

.fk-image-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.fk-discount-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #01123f;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgb(1 18 63 / 43%);
	z-index: 2;
	letter-spacing: 0.5px;
}

.fk-wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    z-index: 2;
}
.fk-wishlist-btn:hover {
    color: #dc2626;
    border-color: #fca5a5;
    background: #fff5f5;
    transform: scale(1.08);
}

.fk-product-img-wrapper {
    /*height: 360px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fk-product-main-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}
.fk-image-card:hover .fk-product-main-img {
    transform: scale(1.05);
}

/* Flipkart Action Buttons under Image */
.fk-action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.fk-btn-cart {
    flex: 1;
    background-color: var(--brand-orange);
    border: 1px solid var(--brand-orange);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(254, 97, 5, 0.25);
    transition: all 0.2s ease;
}
.fk-btn-cart:hover {
    background-color: var(--brand-orange-hover);
    border-color: var(--brand-orange-hover);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(254, 97, 5, 0.35);
    transform: translateY(-1px);
}

.fk-btn-buy {
    flex: 1;
    background-color: var(--brand-navy);
    border: 1px solid var(--brand-navy);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(1, 18, 63, 0.2);
    transition: all 0.2s ease;
}
.fk-btn-buy:hover {
    background-color: var(--brand-navy-light);
    border-color: var(--brand-navy-light);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(1, 18, 63, 0.3);
    transform: translateY(-1px);
}

/* Trust Badges under Actions */
.fk-trust-strip {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 16px;
}
.fk-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fk-trust-icon {
    font-size: 1.4rem;
    color: var(--brand-orange);
}
.fk-trust-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}
.fk-trust-sub {
    font-size: 0.7rem;
    color: #64748b;
}

/* ================= RIGHT COLUMN FLIPKART DETAILS ================= */
.fk-detail-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.fk-category-tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 6px;
    display: block;
}

.fk-product-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin-bottom: 10px;
}

/* Flipkart Rating Badge */
.fk-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.fk-rating-pill {
    background-color: var(--fk-green);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.fk-rating-count {
    color: #878787;
    font-size: 0.82rem;
    font-weight: 500;
}
.fk-assured-badge {
    background: var(--brand-orange-light);
    color: var(--brand-orange);
    border: 1px solid var(--brand-orange-border);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Flipkart Special Price Block */
.fk-price-block {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.fk-special-tag {
    color: var(--fk-green);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.fk-price-main {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
}
.fk-price-mrp {
    font-size: 1.05rem;
    color: #878787;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 500;
}
.fk-price-off {
    font-size: 1rem;
    color: var(--fk-green);
    font-weight: 700;
    margin-left: 10px;
}
.fk-savings-text {
    font-size: 0.82rem;
    color: #15803d;
    font-weight: 600;
    margin-top: 4px;
}

/* Available Offers (Flipkart Signature Box) */
.fk-offers-box {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}
.fk-offers-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.fk-offer-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: #334155;
    margin-bottom: 8px;
}
.fk-offer-icon {
    color: var(--fk-green);
    font-size: 0.95rem;
    line-height: 1.4;
}
.fk-offer-highlight {
    font-weight: 700;
    color: #0f172a;
}

/* Flipkart Pack / Size Variant Selector */
.fk-variant-box {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}
.fk-variant-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}
.fk-variant-chips-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.fk-variant-pill {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 16px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 100px;
    user-select: none;
}
.fk-variant-pill:hover {
    border-color: var(--brand-orange);
    background: var(--brand-orange-light);
}
.fk-variant-pill.active {
    border-color: var(--brand-orange);
    background: var(--brand-orange-light);
    box-shadow: 0 2px 8px rgba(254, 97, 5, 0.2);
}
.fk-variant-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}
.fk-variant-pill.active .fk-variant-name {
    color: var(--brand-orange);
}
.fk-variant-price {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
}
.fk-variant-pill.active .fk-variant-price {
    color: #1e293b;
}

/* Quantity & Stock Status */
.fk-qty-stock-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.fk-qty-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}
.fk-qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f8fafc;
    color: #1e293b;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
}
.fk-qty-btn:hover {
    background: #e2e8f0;
}
.fk-qty-input {
    width: 48px;
    height: 36px;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0f172a;
    background: #ffffff;
}

/* Delivery & Service Info Widget */
.fk-delivery-widget {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.fk-delivery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.fk-delivery-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 6px;
}
.fk-delivery-eta {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--fk-green);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.fk-delivery-meta {
    font-size: 0.78rem;
    color: #64748b;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Highlights List */
.fk-highlights-box {
    margin-bottom: 24px;
}
.fk-section-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
}
.fk-highlight-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.fk-highlight-list li {
    font-size: 0.85rem;
    color: #334155;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.fk-highlight-list li i {
    color: var(--brand-orange);
    font-size: 0.9rem;
}

/* Flipkart Structured Specifications Table */
.fk-spec-table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}
.fk-spec-table tr {
    border-bottom: 1px solid #f1f5f9;
}
.fk-spec-table tr:last-child {
    border-bottom: none;
}
.fk-spec-key {
    width: 32%;
    padding: 12px 14px;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
    background-color: #f8fafc;
    vertical-align: middle;
}
.fk-spec-val {
    width: 68%;
    padding: 12px 16px;
    font-size: 0.88rem;
    color: #0f172a;
    font-weight: 600;
    vertical-align: middle;
}

/* Related Products Grid */
.fk-related-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.fk-related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border-color: #cbd5e1;
}
.fk-related-img-box {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: #f8fafc;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.fk-related-img-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
#stock-status-container{
	margin-top: 16px;
}
.slot-bedge{
	font-size: 0.7rem;
    background: #01123f !important;
    border: 1px solid #01123f !important;
    color: #fff !important;
}
/* Mobile Sticky Bottom CTA Bar */
@media (max-width: 767.98px) {
    .fk-mobile-bottom-bar {
        position: fixed;
        bottom: 56px; /* Right above mobile bottom nav */
        left: 0;
        right: 0;
        background: #ffffff;
        border-top: 1px solid #e2e8f0;
        padding: 10px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
        box-shadow: 0 -3px 12px rgba(0,0,0,0.08);
    }
    .fk-mobile-bottom-bar .btn-group {
        display: flex;
        gap: 8px;
        flex: 1;
        margin-left: 12px;
    }
	.fk-spec-key {
		padding: 5px 7px;
		font-size: 11px;
	   
	}
	.fk-spec-val {
		padding: 7px 10px;
		font-size: 11px;
	}
	.fk-section-heading {
		font-size: 13px;
	}
	.fk-product-title {
		font-size: 15px;
	}
	.fk-price-block {	
		padding: 10px 9px;
	}
	.fk-price-main {
		font-size: 21px;
	}
	.fk-price-mrp {
		font-size: 15px;		
	}
	#stock-status-container{
		font-size: 10px;
		padding-top: 21px;
	}
	.fk-delivery-title {
		font-size: 12px;
	}
	.fk-delivery-eta {
		font-size: 12px;
	}
	.fk-delivery-widget {
		padding: 16px 8px;
	}
	.fk-btn-cart, .fk-btn-buy{		
		font-size: 13px !important;
		padding: 6px 13px;
	}
	.fk-trust-strip {
		padding: 5px 8px;
	}
	.fk-trust-sub {
		font-size: 7px;
	}
	.fk-trust-title {
		font-size: 11px;
	}
	.fk-trust-icon {
		font-size: 17px;
	}
	.fk-breadcrumb{
		display:none;
	}
}

#btn-detect-location, #btn-check-pincode{
	background: #01123f;
	border: 1px solid #01123f;
	color: #fff;
}
#btn-check-modal-pin{
	border-radius:0px 8px 8px 0px !importamt;
}
.notification-item.border-warning{
	border:0px !important;
	background: rgb(1 18 62 / 20%) !important;
    margin-bottom: 2px;
}
.account-avatar {   
    min-width: 64px;
}
.form-check-input {   
    min-width: 1rem;
}