/* ==========================================================================
   100% EXACT FLIPKART APP REPLICA DESIGN SYSTEM (Based on All 15 Screenshots)
   ========================================================================== */
:root {
    --fk-blue: #2874f0;
    --fk-blue-dark: #0053e2;
    --fk-blue-navy: #0d3880;
    --fk-yellow: #ffd814;
    --fk-yellow-btn: #ffc200;
    --fk-orange-grad-start: #ff4136;
    --fk-orange-grad-end: #ff8a00;
    --fk-green: #388e3c;
    --fk-green-light: #e8f5e9;
    --fk-green-savings: #008744;
    --fk-bg: #f1f2f4;
    --fk-card-bg: #ffffff;
    --fk-text-main: #111112;
    --fk-text-secondary: #717478;
    --fk-border: #e0e0e0;
    --fk-border-light: #f0f0f0;
    --fk-radius-sm: 6px;
    --fk-radius-md: 10px;
    --fk-radius-lg: 16px;
    --fk-radius-pill: 9999px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Roboto', 'Segoe UI', sans-serif;
    font-size: 14px;
    color: var(--fk-text-main);
    background-color: #f1f2f4;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ==========================================================================
   1. HOMEPAGE HEADER & PROMOS (Exact Image 1 Replica)
   ========================================================================== */
.fk-app-body {
    background-color: #f1f2f4;
    padding-bottom: 65px;
    margin: 0;
}

.fk-main-wrapper {
    max-width: 540px;
    margin: 0 auto;
    background: #ffffff;
    min-height: 100vh;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.fk-home-header {
    background: linear-gradient(180deg, #cfe5fc 0%, #e2f0fe 35%, #edf6ff 70%, #ffffff 100%);
    padding: 12px 14px 4px 14px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Service Switcher - Exactly 2 Balanced Pills (Flipkart & Travel) */
.fk-service-switcher {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 10px;
}

.fk-service-pill {
    background: #ffffff;
    border-radius: 9999px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 800;
    color: #1e293b;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border: 1px solid rgba(0,0,0,0.04);
}
.fk-service-pill:active { transform: scale(0.98); }

.fk-service-pill.active {
    background: #ffd814;
    color: #111112;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 216, 20, 0.35);
}

.fk-brand-pill-logo {
    display: flex;
    align-items: center;
    gap: 6px;
}
.fk-brand-name {
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    color: #111112;
    letter-spacing: -0.3px;
}

.fk-travel-icon {
    width: 20px;
    height: 20px;
    color: #ea580c;
    flex-shrink: 0;
}
.fk-travel-text {
    font-size: 15px;
    font-weight: 800;
    font-style: italic;
    color: #1e293b;
    letter-spacing: -0.2px;
}

/* Location Bar */
.fk-location-bar {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #111112;
    margin-bottom: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.fk-location-pin-icon {
    width: 17px;
    height: 17px;
    color: #111112;
    flex-shrink: 0;
}
.fk-location-text {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}
.fk-loc-label {
    font-weight: 700;
    color: #111112;
}
.fk-address-link {
    color: #111112;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

/* Search Bar Row */
.fk-home-search-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.fk-home-search-bar {
    background: #ffffff;
    border: 1.6px solid #0091ea;
    border-radius: 12px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    box-shadow: 0 2px 8px rgba(0, 145, 234, 0.08);
    height: 48px;
}
.fk-search-glass {
    flex-shrink: 0;
    color: #111112;
}
.fk-home-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #111112;
    background: transparent;
}
.fk-home-search-input::placeholder {
    color: #717478;
    font-weight: 400;
}
.fk-lens-btn {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    color: #334155;
}
.fk-qr-btn {
    background: transparent;
    border: none;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    color: #111112;
}

/* Category Sub-Tabs Strip */
.fk-category-tabs-bar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 6px 2px 2px 2px;
    gap: 8px;
}
.fk-category-tabs-bar::-webkit-scrollbar { display: none; }

.fk-tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    flex-shrink: 0;
    min-width: 54px;
    position: relative;
    padding-bottom: 6px;
    text-align: center;
    transition: color 0.15s ease;
}
.fk-tab-icon-wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111112;
}
.fk-tab-item.active {
    font-weight: 800;
    color: #0053e2;
}
.fk-tab-item.active .fk-tab-icon-wrap svg {
    stroke: #0053e2;
}
.fk-tab-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background: #0053e2;
    border-radius: 2px;
}

/* Flipkart-Style Search Suggestions Overlay */
.fk-search-wrapper {
    position: relative;
    flex-grow: 1;
}
.fk-search-suggestions-overlay {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    border: 1px solid #e5e7eb;
    z-index: 1000;
    overflow: hidden;
    max-height: 440px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.fk-sugg-trending-wrap {
    padding: 12px 14px 10px;
    border-bottom: 1px solid #f1f5f9;
}
.fk-sugg-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-bottom: 8px;
}
.fk-sugg-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.fk-sugg-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.15s ease;
}
.fk-sugg-chip:hover, .fk-sugg-chip:active {
    background: #e0f2fe;
    border-color: #0284c7;
    color: #0284c7;
}
.fk-sugg-query-list {
    display: flex;
    flex-direction: column;
}
.fk-sugg-query-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f8fafc;
    transition: background 0.12s ease;
    text-decoration: none;
    color: inherit;
}
.fk-sugg-query-item:hover, .fk-sugg-query-item:active {
    background: #f0f7ff;
}
.fk-sugg-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 500;
    color: #1e293b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fk-sugg-icon {
    flex-shrink: 0;
    color: #94a3b8;
}
.fk-sugg-cat-tag {
    font-size: 11px;
    font-weight: 600;
    color: #0284c7;
    background: #e0f2fe;
    padding: 2px 8px;
    border-radius: 10px;
    flex-shrink: 0;
}
.fk-sugg-products-wrap {
    padding: 10px 14px 12px;
    background: #fafafa;
    border-top: 1px solid #f1f5f9;
}
.fk-sugg-prod-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 6px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.fk-sugg-prod-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.fk-sugg-prod-thumb {
    width: 38px;
    height: 38px;
    object-fit: contain;
    border-radius: 4px;
    flex-shrink: 0;
    background: #f8fafc;
}
.fk-sugg-prod-info {
    flex: 1;
    min-width: 0;
}
.fk-sugg-prod-title {
    font-size: 12.5px;
    font-weight: 600;
    color: #0f172a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fk-sugg-prod-price {
    font-size: 12px;
    font-weight: 800;
    color: #16a34a;
    display: flex;
    align-items: center;
    gap: 6px;
}
.fk-sugg-prod-mrp {
    font-size: 11px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 400;
}

/* Category Filter Feedback Bar */
.fk-cat-feedback-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 8px 12px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #1e40af;
}
.fk-cat-clear-btn {
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

/* 2. Main Body Container */
.fk-curved-sheet {
    background: #ffffff;
    padding: 10px 12px 24px;
}

/* 3. Big Bachat Days Hero Banner Card */
.fk-bachat-banner-card {
    background: linear-gradient(135deg, #7fe4c7 0%, #99ebd2 40%, #b2f2df 100%);
    border-radius: 20px;
    padding: 14px 14px 12px 14px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(110, 231, 183, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

/* Subtle background grid pattern */
.fk-bachat-banner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.18) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.18) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.fk-bachat-left {
    flex: 1;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fk-bachat-badge {
    margin-bottom: 6px;
}
.fk-badge-3d {
    background: #ffd814;
    border: 2px solid #0053e2;
    border-radius: 8px;
    padding: 3px 7px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    box-shadow: 0 2px 0 #003699;
}
.fk-badge-3d .b-big {
    font-size: 9px;
    font-weight: 900;
    color: #0053e2;
    letter-spacing: 0.5px;
}
.fk-badge-3d .b-bachat {
    font-size: 11.5px;
    font-weight: 900;
    color: #0053e2;
    letter-spacing: 0.2px;
}
.fk-badge-3d .b-days {
    font-size: 8.5px;
    font-weight: 900;
    color: #0053e2;
    letter-spacing: 0.5px;
}

.fk-bachat-heading {
    font-size: 17.5px;
    font-weight: 900;
    color: #111112;
    line-height: 1.2;
    margin: 4px 0 2px 0;
    letter-spacing: -0.2px;
}
.fk-bachat-price {
    font-size: 18px;
    font-weight: 900;
    color: #111112;
}
.fk-bachat-sub {
    font-size: 12px;
    font-weight: 500;
    color: #134e4a;
    margin-bottom: 8px;
}

.fk-pnb-strip {
    background: #ffffff;
    border-radius: 7px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    max-width: fit-content;
}
.fk-pnb-logo-box {
    background: #a31d24;
    color: #fedb00;
    font-size: 8.5px;
    font-weight: 900;
    padding: 1px 3px;
    border-radius: 3px;
    line-height: 1.1;
    text-transform: lowercase;
}
.fk-pnb-details {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.fk-pnb-details strong {
    font-size: 9px;
    color: #111112;
    font-weight: 800;
}
.fk-pnb-details span {
    font-size: 8px;
    color: #64748b;
}

.fk-bachat-right {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fk-furnishing-frame {
    width: 100%;
    height: 125px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.fk-furnishing-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dynamic Banner Carousel */
.fk-banner-carousel-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    background: #f1f3f6;
}

.fk-carousel-track {
    display: flex;
    width: 100%;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

.fk-carousel-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    display: block;
    line-height: 0;
}

.fk-carousel-slide a,
.fk-banner-slide-inner {
    display: block;
    width: 100%;
    line-height: 0;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.fk-slider-banner-img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.15 / 1;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

/* Dots Carousel Indicator */
.fk-carousel-dots-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 8px 0 16px 0;
}
.fk-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1;
    display: inline-block;
    cursor: pointer;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                border-radius 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.fk-carousel-dot.active-bar,
.fk-carousel-dot.fk-dot-pill,
.fk-dot-pill {
    width: 28px;
    height: 5px;
    border-radius: 4px;
    background: #111112;
    display: inline-block;
}
.fk-dot-circle {
    width: 5.5px;
    height: 5.5px;
    border-radius: 50%;
    background: #cbd5e1;
    display: inline-block;
}

/* 4. 3-Grid Promotional Ad Cards */
.fk-ads-tri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.fk-ad-tri-card {
    border-radius: 16px;
    overflow: hidden;
    padding: 8px 6px 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: transform 0.15s ease;
}
.fk-ad-tri-card:active { transform: scale(0.97); }

.fk-card-mint { background: #d1fae5; }
.fk-card-lavender { background: #ede9fe; }
.fk-card-iceblue { background: #e0f2fe; }

.fk-tri-ad-tag {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
    font-size: 8px;
    font-weight: 800;
    padding: 1px 4px;
    border-radius: 3px;
    backdrop-filter: blur(4px);
    z-index: 5;
}

.fk-tri-img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fk-tri-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.fk-brand-pill-overlay {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 9999px;
    padding: 2px 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
    line-height: 1.1;
    z-index: 4;
}

.fk-tri-info {
    width: 100%;
}
.fk-tri-title {
    font-size: 12.5px;
    font-weight: 800;
    color: #111112;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fk-tri-sub {
    font-size: 10.5px;
    color: #475569;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 5. "Popular picks" Section */
.fk-popular-picks-card {
    background: #d5f4eb;
    border-radius: 20px;
    padding: 14px 12px 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.fk-popular-title {
    font-size: 18px;
    font-weight: 900;
    color: #111112;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}
.fk-popular-scroll-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
}
.fk-popular-scroll-row::-webkit-scrollbar { display: none; }

.fk-popular-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 10px 8px 10px;
    min-width: 130px;
    max-width: 130px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease;
}
.fk-popular-card:active { transform: scale(0.97); }

.fk-popular-img-box {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.fk-popular-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.fk-popular-meta-title {
    font-size: 12px;
    font-weight: 700;
    color: #111112;
    line-height: 1.25;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.fk-popular-meta-price {
    font-size: 12px;
    font-weight: 800;
    color: #059669;
}

/* "Still looking for these?" Promo Section */
.fk-still-looking-card {
    background: linear-gradient(135deg, #ff6e26 0%, #ff8f3d 100%);
    border-radius: 20px;
    padding: 14px 12px 16px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(255, 110, 38, 0.2);
    color: #ffffff;
}
.fk-still-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}
.fk-still-badge {
    display: inline-block;
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 9.5px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.fk-still-title {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.2px;
}
.fk-still-viewall {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 8px;
    border-radius: 6px;
}
.fk-still-viewall:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3);
}
.fk-still-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.fk-still-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.15s ease;
}
.fk-still-item:active { transform: scale(0.96); }
.fk-still-img-box {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.fk-still-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.fk-still-name {
    font-size: 11px;
    font-weight: 700;
    color: #111112;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 2px;
}
.fk-still-price {
    font-size: 11px;
    font-weight: 800;
    color: #d97706;
}

/* 2-Column Grid */
.fk-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 4px 0 14px;
}
.fk-product-card {
    background: #ffffff;
    border-radius: var(--fk-radius-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    position: relative;
    content-visibility: auto;
    contain-intrinsic-size: 0 280px;
}
.fk-wishlist-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #878787;
    z-index: 5;
    cursor: pointer;
}
.fk-card-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #ffffff;
}
.fk-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.fk-card-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.fk-card-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--fk-text-main);
    line-height: 1.35;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 35px;
}
.fk-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.fk-selling-price { font-size: 16px; font-weight: 800; color: var(--fk-text-main); }
.fk-mrp { font-size: 12px; color: var(--fk-text-secondary); text-decoration: line-through; }
.fk-discount-tag { font-size: 12px; font-weight: 700; color: var(--fk-green); }
.fk-card-footer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 4px;
}
.fk-rating-badge {
    background-color: var(--fk-green);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.fk-rating-count {
    font-size: 11px;
    color: var(--fk-text-secondary);
    margin-left: 3px;
}
.fk-fassured-img {
    height: 14px;
    width: auto;
    object-fit: contain;
}
.fk-delivery-text {
    font-size: 11px;
    font-weight: 600;
    color: #111112;
    margin-top: 2px;
}

/* Live Sale Countdown & People Watching (Classic Style) */
.timer-section-custom {
    background: #ffffff;
    padding: 16px 10px 14px 10px;
    text-align: center;
    border-bottom: 8px solid #f1f2f4;
    margin: 4px 0 6px 0;
}
.timer-live-title {
    font-size: 19px;
    font-weight: 700;
    color: #424242;
    display: block;
    line-height: 1.2;
    font-family: 'Roboto', 'Inter', -apple-system, sans-serif;
}
#countdown {
    color: #f47b20;
    font-weight: 700;
}
.timer-people-watching {
    font-size: 12.5px;
    color: #388e3c;
    margin-top: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'Roboto', 'Inter', -apple-system, sans-serif;
}
.timer-blink-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #388e3c;
    animation: blinkDot 1s infinite;
}
@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.15; }
}

/* Deals Header */
.fk-deals-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0 10px 0;
    padding: 0 2px;
}
.fk-deals-title-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.fk-deals-title {
    font-size: 16px;
    font-weight: 900;
    color: #111112;
    margin: 0;
}
.fk-deals-timer {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #ef4444;
    background: #fef2f2;
    padding: 2px 8px;
    border-radius: 6px;
    border: 1px solid #fee2e2;
}
.fk-sale-badge {
    background: linear-gradient(135deg, #102a6b, #003db3);
    color: #ffd814;
    font-size: 10px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   2. PRODUCT VIEW PAGE (Screenshots 1, 3, 4, 5, 6, 8)
   ========================================================================== */
.fk-pv-top-ad-banner {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
}
.fk-pv-top-ad-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    min-width: 0;
    overflow: hidden;
}
.fk-pv-top-ad-img { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }
.fk-pv-top-ad-title {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
}
.fk-pv-ad-badge {
    background: #e2e8f0;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    padding: 1px 4px;
    border-radius: 3px;
    flex-shrink: 0;
    margin-left: 6px;
}

.fk-pv-header-bar {
    background: #ffffff;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 1000;
    max-width: 100%;
    overflow: hidden;
}
.fk-pv-search-box {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: var(--fk-radius-md);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    margin: 0 10px;
    font-size: 13px;
    color: #64748b;
    min-width: 0;
    overflow: hidden;
}
.fk-pv-search-box span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fk-pv-wrapper-grid {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.fk-pv-gallery {
    background: #f8fafc;
    position: relative;
    padding: 16px 0;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}
.fk-pv-floating-rating {
    position: absolute;
    bottom: 16px;
    left: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--fk-radius-pill);
    padding: 3px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.fk-pv-floating-rating span.star { color: var(--fk-green); font-size: 11px; }
.fk-pv-floating-rating span.count { color: #64748b; font-size: 11px; font-weight: 500; }

.fk-pv-floating-tools {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}
.fk-pv-circle-btn {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    font-size: 15px;
}

.fk-variant-box {
    background: #ffffff;
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
    max-width: 100%;
    overflow: hidden;
}
.fk-variant-title { font-size: 13.5px; font-weight: 700; color: #111; margin-bottom: 10px; }
.fk-variant-title span { font-weight: 500; color: #555; }
.fk-variant-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
    padding-bottom: 6px;
}
.fk-variant-list::-webkit-scrollbar { display: none; }
.fk-variant-thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1.5px solid #cbd5e1;
    padding: 4px;
    object-fit: contain;
    cursor: pointer;
}
.fk-variant-thumb.active { border-color: #111; box-shadow: 0 0 0 1px #111; }

.fk-pv-info-card {
    background: #ffffff;
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.fk-pv-brand-link {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.fk-pv-brand-link a { color: var(--fk-blue); font-size: 12.5px; font-weight: 600; }
.fk-pv-main-title {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    line-height: 1.4;
    margin-bottom: 8px;
}

.fk-pv-price-container {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}
.fk-pv-discount-arrow { color: var(--fk-green); font-size: 17px; font-weight: 900; }
.fk-pv-mrp-cut { color: #717478; text-decoration: line-through; font-size: 17px; font-weight: 500; }
.fk-pv-live-price { font-size: 20px; font-weight: 900; color: #111; }
.fk-pv-protect-fee { font-size: 12px; color: #64748b; display: flex; align-items: center; gap: 4px; }

.fk-wow-deal-card {
    margin: 10px 0;
    border-radius: var(--fk-radius-md);
    overflow: hidden;
}
.fk-wow-deal-top {
    background: #0053e2;
    color: #ffffff;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    font-size: 14px;
}
.fk-wow-deal-bottom {
    background: #e8f0fe;
    color: #1a73e8;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
}

.fk-emi-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--fk-radius-md);
    padding: 12px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fk-emi-left { display: flex; align-items: center; gap: 10px; }
.fk-emi-badge {
    background: #ffe11b;
    color: #0053e2;
    font-weight: 900;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 4px;
    font-style: italic;
}

.fk-delivery-card {
    background: #ffffff;
    padding: 14px;
    margin: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.fk-delivery-heading { font-size: 15px; font-weight: 800; color: #111; margin-bottom: 10px; }
.fk-pincode-select {
    background: #f0f7ff;
    padding: 8px 12px;
    border-radius: var(--fk-radius-sm);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.fk-express-delivery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.fk-express-title { font-size: 13.5px; font-weight: 800; color: #111; }
.fk-express-title span { font-style: italic; font-weight: 900; color: #000; }

.fk-peace-card {
    background: #ffffff;
    padding: 14px;
    margin: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.fk-peace-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
    text-align: center;
}
.fk-peace-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #333;
}
.fk-peace-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.fk-similar-card {
    background: #ffffff;
    padding: 14px 10px;
    margin: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.fk-similar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
    padding: 0 4px;
}
.fk-similar-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
}
.fk-similar-grid::-webkit-scrollbar { display: none; }
.fk-similar-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--fk-radius-md);
    padding: 8px;
    min-width: 140px;
    max-width: 140px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.fk-trending-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #ff5722;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 3px;
    z-index: 2;
}
.fk-ad-badge-corner {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #cbd5e1;
    color: #475569;
    font-size: 9px;
    font-weight: 800;
    padding: 1px 4px;
    border-radius: 2px;
    z-index: 2;
}

.fk-highlights-card {
    background: #ffffff;
    padding: 14px;
    margin: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.fk-highlight-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

/* All Details & Tabs (Screenshot 1 & 6) */
.fk-all-details-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 10px 0;
}
.fk-all-details-tabs::-webkit-scrollbar { display: none; }
.fk-detail-pill {
    padding: 6px 14px;
    border-radius: var(--fk-radius-sm);
    font-size: 12.5px;
    font-weight: 700;
    color: #333;
    background: #f1f2f4;
    cursor: pointer;
    white-space: nowrap;
}
.fk-detail-pill.active {
    background: #111112;
    color: #ffffff;
}

/* Protection Plans Carousel (Screenshot 6) */
.fk-protection-card {
    border: 1px solid #cbd5e1;
    border-radius: var(--fk-radius-md);
    padding: 12px;
    background: #ffffff;
    min-width: 260px;
}

/* Ratings & Reviews Details (Screenshot 8) */
.fk-reviews-overview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.fk-rating-badge-large {
    background: #ffffff;
    border: 1px solid var(--fk-green);
    border-radius: var(--fk-radius-pill);
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 800;
    color: var(--fk-green);
}
.fk-attribute-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 12px 0;
}
.fk-attribute-chips::-webkit-scrollbar { display: none; }
.fk-attr-chip {
    background: #f0f7ff;
    border: 1px solid #d0e3ff;
    border-radius: var(--fk-radius-sm);
    padding: 5px 10px;
    font-size: 11.5px;
    font-weight: 700;
    color: #1e40af;
    white-space: nowrap;
}
.fk-review-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: var(--fk-radius-md);
    padding: 14px;
    margin: 10px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

/* Customer Photos Strip */
.fk-customer-photos-wrap {
    margin: 12px 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f3f6;
}
.fk-customer-photos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.fk-customer-photos-title {
    font-size: 13px;
    font-weight: 700;
    color: #212121;
}
.fk-customer-photos-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 2px 0;
}
.fk-customer-photos-scroll::-webkit-scrollbar { display: none; }
.fk-cust-photo-thumb {
    position: relative;
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    background: #f8fafc;
}
.fk-cust-photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}
.fk-cust-photo-thumb:hover img {
    transform: scale(1.08);
}
.fk-cust-photo-more {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Review Attached Product Images */
.fk-review-images-row {
    display: flex;
    gap: 8px;
    margin: 10px 0;
    flex-wrap: wrap;
}
.fk-review-img-box {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    cursor: pointer;
    background: #f8fafc;
    transition: all 0.2s ease;
}
.fk-review-img-box:hover {
    border-color: #2874f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(40,116,240,0.18);
}
.fk-review-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Review Header & Footer */
.fk-review-star-badge {
    background: #16a34a;
    color: #ffffff;
    font-weight: 800;
    font-size: 10.5px;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.fk-review-headline {
    font-weight: 700;
    color: #212121;
    font-size: 13px;
}
.fk-review-time {
    color: #878787;
    font-size: 11px;
    margin-left: auto;
}
.fk-review-text {
    font-size: 12.5px;
    color: #333333;
    line-height: 1.5;
    margin: 7px 0 2px;
}
.fk-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: #878787;
    border-top: 1px solid #f7fafc;
    padding-top: 8px;
    margin-top: 6px;
}
.fk-review-author {
    font-weight: 600;
    color: #555555;
    display: flex;
    align-items: center;
    gap: 4px;
}
.fk-certified-tick {
    color: #2874f0;
    font-size: 12px;
}

/* Lightbox Modal */
.fk-photo-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    backdrop-filter: blur(4px);
}
.fk-photo-lightbox.active {
    display: flex;
}
.fk-lightbox-content {
    max-width: 95vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fk-lightbox-content img {
    max-width: 100%;
    max-height: 72vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    background: #fff;
}
.fk-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fk-lightbox-caption {
    color: #f1f3f6;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}

/* ==========================================================================
   3. ORDER SUMMARY (Screenshots 9 & 10)
   ========================================================================== */
.fk-os-header {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.fk-os-title { font-size: 17px; font-weight: 700; color: #111; }

.fk-3step-tracker {
    background: #ffffff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}
.fk-tracker-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #717478;
}
.fk-tracker-node.active { color: #111; font-weight: 800; }
.fk-tracker-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    background: #f1f2f4;
    color: #64748b;
}
.fk-tracker-circle.done {
    background: #e8f5e9;
    color: var(--fk-green);
    border: 1.5px solid var(--fk-green);
}
.fk-tracker-circle.active {
    background: #0053e2;
    color: #ffffff;
}
.fk-tracker-line {
    flex-grow: 1;
    height: 2px;
    background: #cbd5e1;
    margin: 0 10px;
    margin-bottom: 16px;
}

.fk-deliver-to-box {
    background: #ffffff;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}
.fk-home-tag {
    background: #e2e8f0;
    color: #475569;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
}

.fk-os-product-box {
    background: #ffffff;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}
.fk-qty-dropdown {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: var(--fk-radius-sm);
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0;
}

.fk-open-box-card {
    background: #ffffff;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}
.fk-open-box-title {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.fk-donate-card {
    background: #ffffff;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}
.fk-donate-chips {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.fk-donate-chip {
    flex: 1;
    padding: 8px;
    border: 1px solid #cbd5e1;
    border-radius: var(--fk-radius-pill);
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.fk-donate-chip:hover { border-color: var(--fk-blue); color: var(--fk-blue); }

.fk-price-details-card {
    background: #ffffff;
    padding: 16px;
    margin-bottom: 14px;
}
.fk-pd-title { font-size: 15px; font-weight: 800; color: #111; margin-bottom: 12px; }
.fk-pd-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
    margin-bottom: 10px;
    color: #333;
}
.fk-pd-row.total {
    border-top: 1px dashed #e2e8f0;
    padding-top: 12px;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 900;
    color: #111;
}

.fk-savings-banner-green {
    background: #e8f5e9;
    color: var(--fk-green-savings);
    font-weight: 800;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: var(--fk-radius-sm);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

/* ==========================================================================
   4. PAYMENTS PAGE (Screenshot 7)
   ========================================================================== */
.fk-pay-total-summary-card {
    background: #eef5ff;
    border-radius: var(--fk-radius-md);
    padding: 12px 16px;
    margin: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
}
.fk-pay-cashback-strip {
    background: #e8f5e9;
    border-radius: var(--fk-radius-md);
    padding: 10px 16px;
    margin: 0 12px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fk-pay-method-accordion {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.fk-pay-method-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.fk-pay-method-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #111;
}
.fk-pay-method-sub {
    font-size: 11.5px;
    color: #717478;
}

/* ==========================================================================
   5. ORDER SUCCESS ANIMATION & THANK YOU DASHBOARD (New Screenshots 1-5)
   ========================================================================== */
.fk-success-fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22c55e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    transition: opacity 0.5s ease;
}

.fk-pulse-ring-outer {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    animation: fkPulse 2s infinite ease-in-out;
}
.fk-pulse-ring-inner {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.fk-pulse-check {
    font-size: 48px;
    font-weight: 900;
    color: #22c55e;
}

@keyframes fkPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    50% { transform: scale(1.08); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
}

.fk-ty-header {
    background: #ffffff;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.fk-ty-hero-card {
    background: #ffffff;
    padding: 18px 16px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fk-ty-check-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #dcfce7;
    border: 6px solid #bbf7d0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 32px;
    font-weight: 900;
    flex-shrink: 0;
}

.fk-supercoin-chance-card {
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    cursor: pointer;
}
.fk-supercoin-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fk-supercoin-icon {
    width: 36px;
    height: 36px;
    background: #fef08a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.fk-ty-btn-primary {
    background: #2874f0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: var(--fk-radius-sm);
    padding: 14px;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(40, 116, 240, 0.3);
}

.fk-fraud-warning-card {
    background: #ffffff;
    padding: 14px 16px;
    border-top: 1px solid #f0f0f0;
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* ==========================================================================
   6. STICKY BOTTOM ACTION BARS (Screenshots 1, 3, 4, 5)
   ========================================================================== */
.fk-exact-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 10px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
}
.fk-exact-btn-cart {
    flex: 1;
    height: 44px;
    background: #ffffff;
    color: #111112;
    font-weight: 800;
    font-size: 14px;
    border: 1.5px solid #d1d5db;
    border-radius: var(--fk-radius-pill);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fk-exact-btn-buy {
    flex: 1;
    height: 44px;
    background: #ffd814;
    color: #111112;
    font-weight: 900;
    font-size: 14.5px;
    border: none;
    border-radius: var(--fk-radius-pill);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    box-shadow: 0 2px 6px rgba(255, 216, 20, 0.4);
}
.fk-exact-btn-buy:active { background: #ffc200; }

.fk-sticky-continue-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}
.fk-sticky-savings-ribbon {
    background: #e8f5e9;
    color: var(--fk-green-savings);
    font-size: 12px;
    font-weight: 800;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-top: 1px solid #c8e6c9;
}
.fk-sticky-continue-bar {
    background: #ffffff;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fk-sticky-cont-btn {
    background: #ffd814;
    color: #111112;
    border: none;
    font-weight: 900;
    font-size: 15px;
    padding: 12px 32px;
    border-radius: var(--fk-radius-pill);
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(255, 216, 20, 0.4);
}
.fk-sticky-cont-btn:active { background: #ffc200; }

.fk-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 540px;
    height: 56px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-top: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
    padding: 0 4px;
}
.fk-nav-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #717478;
    font-size: 11px;
    font-weight: 600;
    flex: 1;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.15s ease;
    gap: 3px;
}
.fk-nav-tab.active {
    color: #0053e2;
    font-weight: 800;
}
.fk-nav-tab.active svg {
    stroke: #0053e2;
    fill: #0053e2;
}
.fk-nav-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.fk-cart-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffffff;
}

/* ==========================================================================
   DYNAMIC ADMIN BANNER CAROUSEL
   ========================================================================== */
.fk-banner-slider-wrapper {
    margin-bottom: 14px;
    position: relative;
}
.fk-carousel-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #f8fafc;
    touch-action: pan-y;
}
.fk-carousel-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}
.fk-carousel-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    aspect-ratio: 16 / 9;
    max-height: 230px;
    overflow: hidden;
    background: #f1f5f9;
}
.fk-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}
.fk-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}
.fk-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
    cursor: pointer;
}
.fk-carousel-dot.active-bar {
    width: 22px;
    height: 5px;
    border-radius: 4px;
    background: #111112;
}

/* ==========================================================================
   PRODUCT VIEW EXACT FLIPKART BOTTOM ACTION BAR
   ========================================================================== */
.fk-exact-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 54px;
    background: #ffffff;
    z-index: 1000;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
}
.fk-exact-btn-cart {
    flex: 1;
    height: 100%;
    background: #ffffff;
    color: #111112;
    font-size: 14.5px;
    font-weight: 800;
    border: none;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    transition: background 0.15s ease;
}
.fk-exact-btn-cart:active {
    background: #f1f5f9;
}
.fk-exact-btn-buy {
    flex: 1.1;
    height: 100%;
    background: #ffc200;
    color: #111112;
    font-size: 14.5px;
    font-weight: 900;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1.15;
    transition: background 0.15s ease;
}
.fk-exact-btn-buy:active {
    background: #eab308;
}
.fk-exact-btn-buy .price-sub {
    font-size: 11px;
    font-weight: 700;
    color: #333333;
}

/* ==========================================================================
   TOUCH & SWIPE PRODUCT IMAGE GALLERY SLIDER
   ========================================================================== */
.fk-slider-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
}
.fk-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}
.fk-slider-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 12px;
}
.fk-slider-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}
.fk-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0 6px;
}
.fk-slider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.25s ease;
}
.fk-slider-dot.active {
    width: 20px;
    border-radius: 4px;
    background: #2874f0;
}

/* Flipkart Infinite Scroll Loader & Spinner */
.fk-infinite-loader {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 10px;
    color: #2874f0;
    font-size: 13px;
    font-weight: 700;
    background: #f1f3f6;
    border-radius: 8px;
    margin: 8px 0 14px;
}
.fk-infinite-spinner {
    width: 22px;
    height: 22px;
    border: 2.5px solid #dbeafe;
    border-top-color: #2874f0;
    border-radius: 50%;
    animation: fkInfiniteSpin 0.7s linear infinite;
}
@keyframes fkInfiniteSpin {
    to { transform: rotate(360deg); }
}
.fk-infinite-end {
    grid-column: 1 / -1;
    text-align: center;
    padding: 16px 10px 24px;
    font-size: 12.5px;
    color: #878787;
    font-weight: 600;
}

/* Flipkart Product View Delivery & Pincode Checker */
.fk-delivery-pincode-box {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #d0e3ff;
    border-radius: 6px;
    padding: 4px 8px;
    margin: 8px 0 6px;
}
.fk-pin-icon {
    font-size: 16px;
    margin-right: 6px;
}
.fk-pin-input {
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    outline: none;
    flex: 1;
    letter-spacing: 0.5px;
}
.fk-pin-check-btn {
    background: #2874f0;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 11.5px;
    font-weight: 800;
    padding: 5px 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.fk-pin-check-btn:hover {
    background: #125ece;
}
.fk-pincode-status-text {
    font-size: 12px;
    color: #333;
    padding: 2px 4px 6px;
}

/* Flipkart Quantity Selector Row */
.fk-qty-selector-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0 6px;
    border-top: 1px dashed #e2e8f0;
    margin-top: 8px;
}
.fk-qty-label {
    font-size: 13px;
    font-weight: 700;
    color: #212121;
}
.fk-qty-ctrl {
    display: flex;
    align-items: center;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background: #ffffff;
}
.fk-qty-btn {
    background: #f1f3f6;
    border: none;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fk-qty-btn:active {
    background: #e0e0e0;
}
.fk-qty-num {
    padding: 0 12px;
    font-size: 13px;
    font-weight: 800;
    color: #212121;
}
.fk-qty-subtotal {
    font-size: 13px;
    font-weight: 800;
    color: #16a34a;
    margin-left: auto;
}

/* Flipkart Bank Offers Card */
.fk-offers-card {
    background: #ffffff;
    padding: 14px;
    margin: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.fk-offers-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.fk-offer-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12.5px;
    line-height: 1.45;
}
.fk-offer-item:last-child {
    margin-bottom: 0;
}
.fk-offer-tag-icon {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}
.fk-offer-desc {
    color: #212121;
}
.fk-offer-desc b {
    font-weight: 700;
    color: #16a34a;
    margin-right: 4px;
}

/* Flipkart Specifications Table */
.fk-specs-table-wrap {
    margin-top: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}
.fk-specs-group-title {
    background: #f8fafc;
    font-size: 13px;
    font-weight: 800;
    color: #212121;
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
}
.fk-specs-table {
    width: 100%;
    border-collapse: collapse;
}
.fk-specs-table tr {
    border-bottom: 1px solid #f1f3f6;
}
.fk-specs-table tr:last-child {
    border-bottom: none;
}
.fk-spec-name {
    width: 38%;
    padding: 9px 12px;
    font-size: 12.5px;
    color: #878787;
    font-weight: 600;
    vertical-align: top;
    background: #fafafa;
}
.fk-spec-val {
    width: 62%;
    padding: 9px 12px;
    font-size: 12.5px;
    color: #212121;
    font-weight: 600;
    vertical-align: top;
    background: #ffffff;
}

/* Flipkart Rating Breakdown Bars */
.fk-rating-bars-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 12px 0 16px;
    padding: 10px;
    background: #f8fafc;
    border-radius: 8px;
}
.fk-rating-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 700;
    color: #333;
}
.fk-rating-bar-label {
    width: 32px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.fk-rating-bar-track {
    flex: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}
.fk-rating-bar-fill {
    height: 100%;
    border-radius: 3px;
}
.fk-rating-bar-fill.star5 { background: #388e3c; }
.fk-rating-bar-fill.star4 { background: #388e3c; }
.fk-rating-bar-fill.star3 { background: #8bc34a; }
.fk-rating-bar-fill.star2 { background: #ff9800; }
.fk-rating-bar-fill.star1 { background: #f44336; }
.fk-rating-bar-count {
    width: 50px;
    text-align: right;
    color: #666;
    font-size: 11px;
}