﻿ 
/* =========================================================
           1. ROOT / GLOBAL
           ========================================================= */
/*:root {
    --bg: #f3f4f6;
    --line: #e6e7eb;
    --text: #111827;
    --muted: #6b7280;
    --orange: #ff6a00;
    --orange2: #ff8a00;
    --purple: #4b2b7f;
    --purple2: #2b1a52;
    --gray: rgba(17,24,39,.04);
    --radius: 14px;
    --padX: 12px;
}

* {
    box-sizing: border-box;
}

html, body {
    height: auto !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

.landing-wrap {
    max-width: 1260px;
    margin: auto;
    padding: 16px var(--padX) 50px;
}

.overlay,
.hero-overlay,
.bg-overlay,
.section-overlay,
.k-overlay,
.gradient-overlay {
    pointer-events: none !important;
}*/



/* =========================================================
           2. TOUCH / SCROLL HELPERS
           ========================================================= */
/*.k-row1,
.k-featuredPanel,
.k-graySection,
.k-twoColWrap,
.slider-wrap {
    touch-action: pan-y;
}

.k-popular,
.fc-track,
.k-scroll {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}*/

/* =========================================================
           3. SEARCH BAR
           ========================================================= */
/*.k-searchbar {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 14px;
    border: 2px solid rgba(255,106,0,.45);
    max-width: 100%;
    z-index: 50;
}

@media (min-width:993px) {
    .k-searchbar {
        border-radius: 10px;
    }
}

@media (max-width:992px) {
    .k-searchbar {
        border-radius: 5px 5px 10px 10px;
    }
}

.k-searchrow {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;*/
    /*gap: 12px;*/
/*}*/

/*.k-search-inputwrap {
    position: relative;
    width: 100%;
}*/

/*#landingSearch {
    height: 56px;
    border-radius: 10px;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 52px;
}

    #landingSearch:focus {
        outline: none;
    }*/

/*.k-search-inputwrap:focus-within #landingSearch {
    border-color: rgba(255,106,0,.55);
    box-shadow: 0 0 0 4px rgba(255,106,0,.12);
}
 

.k-search-inputwrap:focus-within #landingSearch {
    animation: kIconPop .28s ease-out;
     box-shadow: 0 5px 15px rgba(255, 106, 0, .26); 
}*/

/*#landingSearchBtn {
    height: 60px;
    min-width: 185px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg,var(--orange),var(--orange2));
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 14px 28px rgba(255,106,0,.22);
    cursor: pointer;
}*/

/*#landingSearchIconBtn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 25px;
    border: none;
    background: linear-gradient(135deg,var(--orange),var(--orange2));
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(255,106,0,.20);
    align-items: center;
    justify-content: center;
    display: flex;
}

.k-search-inputwrap:focus-within #landingSearchIconBtn {
    animation: kIconPop .28s ease-out;
    box-shadow: 0 12px 26px rgba(255,106,0,.26);
}*/

/* =========================================================
   3. SEARCH BAR
   ========================================================= */
/*.k-searchbar {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 14px;
    border: 2px solid rgba(255,106,0,.45);
    max-width: 100%;
    z-index: 50;
}

@media (min-width:993px) {
    .k-searchbar {
        border-radius: 10px;
    }
}

@media (max-width:992px) {
    .k-searchbar {
        border-radius: 5px 5px 10px 10px;
    }
}*/

/*.k-searchrow {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;*/
    /*gap: 12px;*/
/*}*/

/*.k-search-inputwrap {
    position: relative;
    width: 100%;
}

#landingSearch {
    height: 56px;
    border-radius: 10px;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 52px;
    transform-origin: center;
    transition: border-color .18s ease, box-shadow .18s ease;
}

    #landingSearch:focus {
        outline: none;
    }

    #landingSearch:hover {
        border-color: rgba(255,106,0,.45);
    }

.k-search-inputwrap:focus-within #landingSearch {
    border-color: rgba(255,106,0,.65);
    box-shadow: 0 0 0 4px rgba(255,106,0,.12), 0 10px 24px rgba(255,106,0,.15);
    animation: searchInputPop .28s ease-out;
}

#landingSearchBtn {
    height: 60px;
    min-width: 185px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg,var(--orange),var(--orange2));
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 14px 28px rgba(255,106,0,.22);
    cursor: pointer;
}

#landingSearchIconBtn {*/
    /*position: absolute;
    right: 8px;
    top: 50%;*/
    /*transform: translateY(-50%);*/
    /*width: 42px;
    height: 42px;
    border-radius: 50px;
    border: none !important;
    background: linear-gradient(135deg, var(--orange), var(--orange2)) !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(255, 106, 0, 0.2);
    padding: 0;*/
    /*position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50px;
    border: none !important;
    background: linear-gradient(135deg, var(--orange), var(--orange2)) !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(255, 106, 0, 0.2);
    padding: 0;
}

.k-search-inputwrap:focus-within #landingSearchIconBtn {
    animation: searchIconPop .35s ease-out;
    box-shadow: 0 12px 26px rgba(255,106,0,.26);
}*/

/* =========================================================
   4. SEARCH SUGGESTIONS
   ========================================================= */
/*#landingSuggestions {*/
    /*position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid rgba(17,24,39,.08);
    box-shadow: 0 18px 40px rgba(17,24,39,.12), 0 6px 16px rgba(17,24,39,.06);
    max-height: 360px;
    overflow-y: auto;
    z-index: 1200;
    display: none;
    padding: 6px;
    opacity: 0;
    transform: translateY(6px) scale(.98);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    scrollbar-width: thin;
    scrollbar-color: rgba(17,24,39,.18) transparent;*/

    /*position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
    overflow: hidden;
    max-height: 380px;
    overflow-y: auto;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 1200;
}

    #landingSuggestions.is-open {
        display: block;
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

.k-search-inputwrap:focus-within #landingSuggestions.is-open {
    box-shadow: 0 20px 45px rgba(17,24,39,.14), 0 8px 20px rgba(255,106,0,.08);
}

#landingSuggestions::-webkit-scrollbar {
    width: 6px;
}

#landingSuggestions::-webkit-scrollbar-track {
    background: transparent;
}

#landingSuggestions::-webkit-scrollbar-thumb {
    background-color: rgba(17,24,39,.18);
    border-radius: 999px;
}

.s-item,
.s-store {*/
    /*display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;*/

    /*display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
    transition: background .18s ease;
}

    .s-item:hover,
    .s-store:hover {
        background: linear-gradient(135deg, rgba(255,106,0,.08), rgba(255,138,0,.05));
        transform: translateX(3px);
    }

    .s-item:active,
    .s-store:active {
        transform: scale(.99);
    }

    .s-item i {*/
        /*width: 18px;
        text-align: center;
        color: rgba(17,24,39,.55);
        flex: 0 0 18px;*/
        /*color: #ff6a00;
        font-size: 13px;
        width: 16px;
        text-align: center;
        flex-shrink: 0;
    
    }

.s-text {*/
    /*display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex-wrap: nowrap;*/
    /*min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}


    .s-text span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.s-title {*/
    /*font-weight: 700;
    color: #111827;*/
    /*font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.s-in {*/
    /*font-weight: 500;
    color: #6b7280;
    margin: 0 2px;*/
    /*font-size: 12px;
    color: #6b7280;
}

.s-sub {*/
    /*font-weight: 600;
    color: #334155;*/
    /*font-size: 13px;
    color: #374151;
}

.s-noresult {
    padding: 14px 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(249,250,251,.9), rgba(243,244,246,.9));
    border: 1px solid rgba(17,24,39,.06);
    color: #111827;
}

    .s-noresult .t1 {
        font-weight: 700;
        margin-bottom: 4px;
    }

    .s-noresult .t2 {
        font-size: 12px;
        color: rgba(17,24,39,.65);
    }

.s-store .logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(17,24,39,.08);
    background: #fff;
    flex: 0 0 40px;
}

.s-store .meta {
    min-width: 0;
    flex: 1;
}

.s-store .name {
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-store .sub {
    font-size: 12px;
    color: rgba(17,24,39,.62);
    margin-top: 2px;
}*/

/* =========================================================
   SEARCH LOADING STATE
   ========================================================= */
/*.s-loading {
    padding: 8px;
}

.s-skeleton {
    height: 52px;
    border-radius: 12px;
    margin-bottom: 8px;
    background: linear-gradient( 90deg, rgba(243,244,246,1) 0%, rgba(229,231,235,1) 50%, rgba(243,244,246,1) 100% );
    background-size: 200% 100%;
    animation: searchShimmer 1.1s linear infinite;
}

    .s-skeleton:last-child {
        margin-bottom: 0;
    }*/

/* =========================================================
   11. COMMON UTILITIES / ANIMATIONS
   ========================================================= */
/*@keyframes searchInputPop {
    0% {
        transform: scaleX(1);
    }

    55% {
        transform: scaleX(1.02);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes searchIconPop {
    0% {
        transform: translateY(-50%) scale(1);
    }

    40% {
        transform: translateY(-50%) scale(1.12);
    }

    100% {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes searchShimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.k-emptyPulse {
    animation: kPulse .55s ease-out;
}

.k-emptyShake {
    animation: kShake .35s ease-in-out;
}

@keyframes kPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }

    40% {
        box-shadow: 0 0 0 6px rgba(255,106,0,.14);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }
}

@keyframes kShake {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}*/

/* =========================================================
           5. POPULAR SEARCH / CATEGORY PILLS
           ========================================================= */
/*.k-popular-wrap {
    position: relative;
    margin-top: 10px;
    padding: 0 34px;
}

.k-popular-label {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 6px;
}

.k-popular {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 2px 0;
    touch-action: pan-x;
}

    .k-popular::-webkit-scrollbar {
        display: none;
    }

    .k-popular a {
        text-decoration: none;
        color: var(--text);
        font-size: 13px;
        white-space: nowrap;
        padding: 6px 10px;
        border-radius: 999px;
        border: 1px solid rgba(17,24,39,.10);
        background: #fff;
    }

        .k-popular a:hover {
            color: var(--orange);
            border-color: rgba(255,106,0,.35);
            background: rgba(255,106,0,.06);
        }

.ps-btn {
    position: absolute;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(17,24,39,.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(17,24,39,.10);
    user-select: none;
    z-index: 5;
}

    .ps-btn.left {
        left: 0;
    }

    .ps-btn.right {
        right: 0;
    }*/



/* =========================================================
   6. FEATURED SECTION
   ========================================================= */
/*.k-row1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
    max-width: 100%;
}

.k-featuredPanel {
    background: linear-gradient(135deg, #427aa1, #ebf2fa);
    border-radius: var(--radius);
    padding: 14px;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
}

.k-featuredInner {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 12px;
    align-items: stretch;
    max-width: 100%;
    min-width: 0;
}

.k-fast-left {
    background: rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    min-height: 210px;
}

    .k-fast-left p {
        font-size: 13px;
        margin-top: 6px;
        color: rgba(255,255,255,.90);
    }

    .k-fast-left a {
        display: inline-block;
        margin-top: 10px;
        background: #fff;
        color: #111;
        padding: 8px 14px;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
    }

.k-fast-right {
    position: relative;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    min-height: 210px;
}

.fc-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    z-index: 5;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 8px 18px rgba(17,24,39,.12);
}

    .fc-btn.left {
        left: 4px;
    }

    .fc-btn.right {
        right: 4px;
    }

.fc-viewport {
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.fc-track {
    display: flex;
    gap: 12px;
    padding: 6px 28px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    min-width: 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    align-items: stretch;
}

    .fc-track::-webkit-scrollbar {
        display: none;
    }

.fc-card {
    flex: 0 0 170px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    color: #111;
    border: 1px solid rgba(17,24,39,.08);
    cursor: pointer;
    scroll-snap-align: start;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    flex-direction: column;
}

.fc-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    background: #fff;
    display: block;
    pointer-events: none;
}

.fc-body {
    padding: 8px;
}

.fc-title {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 6px;
    color: #111;
    font-weight: 600;
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fc-price {
    font-weight: 700;
    color: #111;
    font-size: 13px;
}*/

/* =========================================================
   LARGE DESKTOP
   ========================================================= */
/*@media (min-width: 1200px) {
    .k-featuredPanel {
        min-height: 238px;
    }

    .k-featuredInner {
        grid-template-columns: 220px minmax(0,1fr);
    }

    .k-fast-left,
    .k-fast-right {
        min-height: 210px;
    }

    .fc-viewport {
        height: 100%;
    }

    .fc-track {
        height: 100%;
        align-items: center;
        padding: 6px 28px;
    }

    .fc-card {
        flex: 0 0 170px;
    }

    .fc-img {
        height: 100px;
    }
}*/

/* =========================================================
   TABLET / SMALL LAPTOP / MOBILE
   compact top bar pattern
   ========================================================= */
/*@media (max-width: 1199px) {
    .k-row1 {
        grid-template-columns: 1fr;
        height: auto;
    }

    .k-featuredPanel {
        padding: 12px;
    }

    .k-featuredInner {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k-fast-left {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 10px 12px !important;
        height: 44px !important;
        min-height: 44px !important;
        border-radius: 8px !important;
    }

        .k-fast-left p,
        .k-fast-left a {
            display: none !important;
            visibility: hidden !important;
        }

        .k-fast-left h3 {
            margin: 0 !important;
            padding: 0 !important;
            border-radius: 0 !important;
            font-size: 18px !important;
            font-weight: 700 !important;
            line-height: 1 !important;
        }

    .k-fast-right {
        min-height: unset !important;
        height: auto !important;
        overflow: hidden;
    }

    .fc-viewport {
        max-width: 100%;
        overflow: hidden;
        height: auto;
    }

    .fc-track {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 38px;
        gap: 12px;
        align-items: stretch;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }

    .fc-card {
        flex: 0 0 170px;
    }

    .fc-img {
        height: 115px;
    }

    .fc-body {
        padding: 8px;
    }

    .fc-btn {
        width: 34px;
        height: 34px;
        top: 58%;
    }

        .fc-btn.left {
            left: 2px;
        }

        .fc-btn.right {
            right: 2px;
        }
}*/

/* =========================================================
   SMALL MOBILE
   ========================================================= */
/*@media (max-width: 576px) {
    .k-fast-left {
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 6px !important;
        padding: 8px 10px !important;
    }

        .k-fast-left h3 {
            font-size: 16px !important;
        }

    .fc-track {
        padding: 0 34px;
    }

    .fc-card {
        flex: 0 0 160px;
    }

    .fc-img {
        height: 110px;
    }

    .fc-btn {
        width: 32px;
        height: 32px;
    }
}*/

/* =========================================================
           7. COMMON SECTION SLIDER
           ========================================================= */
/*.k-graySection {
    background: var(--gray);
    border-radius: 16px;
    padding: 12px;
    margin-top: 18px;
    margin-bottom: 5px;
}

.k-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 10px;
}

.slider-wrap {
    position: relative;
}

.k-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    padding-bottom: 2px;
    touch-action: pan-x;
}

    .k-scroll::-webkit-scrollbar {
        display: none;
    }

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(17,24,39,.12);
    cursor: pointer;
    z-index: 4;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(17,24,39,.10);
}

    .slider-btn.left {
        left: 6px;
    }

    .slider-btn.right {
        right: 6px;
    }

.k-prod,
.k-rank {
    flex: 0 0 220px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--line);
    overflow: hidden;
    cursor: pointer;
}

    .k-prod img,
    .k-rank img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        display: block;
    }

    .k-prod .pbody,
    .k-rank .pbody {
        padding: 10px;
        font-weight: 600;
        font-size: 13px;
    }*/

/* =========================================================
           8. TWO COLUMN SECTION
           ========================================================= */
/*@media (min-width:851px) {
    .k-twoColWrap {
        display: grid;
        grid-template-columns: minmax(0,1fr) minmax(0,1fr);
        gap: 14px;
        margin-top: 18px;
    }

        .k-twoColWrap > section {
            min-width: 0;
        }

        .k-twoColWrap .k-graySection {
            margin-top: 0;
        }
}

@media (max-width:850px) {
    .k-twoColWrap {
        display: block;
    }

        .k-twoColWrap .k-graySection {
            margin-top: 18px;
        }
}*/

/* =========================================================
           9. TOP ADS SLIDER
           ========================================================= */
/*.k-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: clamp(160px, 22vw, 260px);
    background: #fff;
}

.k-slider-track {
    display: flex;
    height: 100%;
    transition: transform .6s ease-in-out;
}

.k-slide {
    min-width: 100%;
    height: 100%;
}

    .k-slide img {
        width: 100%;
        height: 100%;
        display: block;
        object-position: center;
        object-fit: contain;
    }

.k-prev,
.k-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
    z-index: 5;
}

.k-prev {
    left: 15px;
}

.k-next {
    right: 15px;
}

    .k-prev:hover,
    .k-next:hover {
        background: rgba(0,0,0,.8);
    }*/

/* =========================================================
           10. REWARD SECTION
           ========================================================= */
/*.k-reward {
    margin: 26px 0;
    padding: 18px 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(17, 24, 39, .06);
}

.k-reward-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.k-reward-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #111827;
}

.k-reward-sub {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 14px;
}

.k-reward-actions {
    display: flex;
    gap: 10px;
}

.k-reward-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #111827;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .k-reward-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(0,0,0,.08);
    }

.k-reward-slider {
    overflow: hidden;
    border-radius: 14px;
}

.k-reward-track {
    display: flex;
    gap: 12px;
    transition: transform .55s ease-in-out;
    will-change: transform;
    padding: 4px;
}

.k-reward-card {
    flex: 0 0 calc(33.333% - 8px);
    border: 1px solid #eef0f3;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border-radius: 14px;
    padding: 14px;
    min-height: 150px;
}

.k-reward-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #fff7ed;
    border: 1px solid #ffedd5;
    font-size: 20px;
    margin-bottom: 10px;
}

.k-reward-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #111827;
}

.k-reward-card p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.k-reward-tag {
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
}

.k-reward-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.k-reward-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: transparent;
    cursor: pointer;
}

    .k-reward-dot.active {
        background: #111827;
        border-color: #111827;
    }*/

/* =========================================================
           11. COMMON UTILITIES / ANIMATIONS
           ========================================================= */
/*@keyframes kIconPop {
    0% {
        transform: translateY(-50%) scale(1);
    }

    55% {
        transform: translateY(-50%) scale(1.08);
    }

    100% {
        transform: translateY(-50%) scale(1);
    }
}

.k-emptyPulse {
    animation: kPulse .55s ease-out;
}

.k-emptyShake {
    animation: kShake .35s ease-in-out;
}

@keyframes kPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }

    40% {
        box-shadow: 0 0 0 6px rgba(255,106,0,.14);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }
}

@keyframes kShake {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}*/

/* =========================================================
           12. RESPONSIVE
           ========================================================= */
/* =========================================================
   12. RESPONSIVE
   ========================================================= */
/*@media (max-width: 992px) {
    .k-searchrow {
        grid-template-columns: 1fr;
    }

    #landingSearchBtn {
        display: none;
    }

    #landingSearchIconBtn {
        display: inline-flex;
    }
}

@media (max-width:900px) {
    .k-reward-card {
        flex-basis: calc(50% - 6px);
    }
}

@media (max-width:576px) {
    .fc-card {
        flex: 0 0 160px;
    }

    .fc-btn {
        width: 34px;
        height: 34px;
    }
}

@media (max-width:560px) {
    .k-reward-head {
        align-items: flex-start;
    }

    .k-reward-card {
        flex-basis: 100%;
    }
}*/

/* =========================================================
           1. ROOT / GLOBAL
           ========================================================= */
:root {
    --bg: #f3f4f6;
    --line: #e6e7eb;
    --text: #111827;
    --muted: #6b7280;
    --orange: #ff6a00;
    --orange2: #ff8a00;
    --purple: #4b2b7f;
    --purple2: #2b1a52;
    --gray: rgba(17,24,39,.04);
    --radius: 14px;
    --padX: 12px;
}

* {
    box-sizing: border-box;
}

html, body {
    height: auto !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

.landing-wrap {
    max-width: 1260px;
    margin: auto;
    /*padding: 16px var(--padX) 50px;*/
    padding: 16px var(--padX) 0px;
}

.overlay,
.hero-overlay,
.bg-overlay,
.section-overlay,
.k-overlay,
.gradient-overlay {
    pointer-events: none !important;
}

/* =========================================================
           2. TOUCH / SCROLL HELPERS
           ========================================================= */
.k-row1,
.k-featuredPanel,
.k-graySection,
.k-twoColWrap,
.slider-wrap {
    touch-action: pan-y;
}

.k-popular,
.fc-track,
.k-scroll {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    touch-action: auto;
}

/* =========================================================
           3. SEARCH BAR
           ========================================================= */
.k-searchbar {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 14px;
    border: 2px solid rgba(255,106,0,.45);
    max-width: 100%;
    z-index: 50;
}

@media (min-width:993px) {
    .k-searchbar {
        border-radius: 10px;
    }
}

@media (max-width:992px) {
    .k-searchbar {
        border-radius: 5px 5px 10px 10px;
    }
}

.k-searchrow {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

#landingSearch {
    height: 56px;
    border-radius: 10px;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 52px;
}

    #landingSearch:focus {
        outline: none;
    }

#landingSearchBtn {
    height: 60px;
    min-width: 185px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg,var(--orange),var(--orange2));
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 14px 28px rgba(255,106,0,.22);
    cursor: pointer;
}

/* =========================================================
   3. SEARCH BAR
   ========================================================= */
.k-searchbar {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 14px;
    border: 2px solid rgba(255,106,0,.45);
    max-width: 100%;
    z-index: 50;
}

@media (min-width:993px) {
    .k-searchbar {
        border-radius: 10px;
    }
}

@media (max-width:992px) {
    .k-searchbar {
        border-radius: 5px 5px 10px 10px;
    }
}

.k-search-inputwrap {
    position: relative;
    width: 100%;
}

#landingSearch {
    height: 56px;
    border-radius: 10px;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 52px;
    transform-origin: center;
    transition: border-color .18s ease, box-shadow .18s ease;
}

    #landingSearch:focus {
        outline: none;
    }

    #landingSearch:hover {
        border-color: rgba(255,106,0,.45);
    }

.k-search-inputwrap:focus-within #landingSearch {
    border-color: rgba(255,106,0,.65);
    box-shadow: 0 0 0 4px rgba(255,106,0,.12), 0 10px 24px rgba(255,106,0,.15);
    animation: searchInputPop .28s ease-out;
}

#landingSearchBtn {
    height: 60px;
    min-width: 185px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg,var(--orange),var(--orange2));
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 14px 28px rgba(255,106,0,.22);
    cursor: pointer;
}

#landingSearchIconBtn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50px;
    border: none !important;
    background: linear-gradient(135deg, var(--orange), var(--orange2)) !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(255, 106, 0, 0.2);
    padding: 0;
}

.k-search-inputwrap:focus-within #landingSearchIconBtn {
    animation: searchIconPop .35s ease-out;
    box-shadow: 0 12px 26px rgba(255,106,0,.26);
}

/* =========================================================
   4. SEARCH SUGGESTIONS
   ========================================================= */
#landingSuggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
    overflow: hidden;
    max-height: 380px;
    overflow-y: auto;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 1200;
}

    #landingSuggestions.is-open {
        display: block;
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

.k-search-inputwrap:focus-within #landingSuggestions.is-open {
    box-shadow: 0 20px 45px rgba(17,24,39,.14), 0 8px 20px rgba(255,106,0,.08);
}

#landingSuggestions::-webkit-scrollbar {
    width: 6px;
}

#landingSuggestions::-webkit-scrollbar-track {
    background: transparent;
}

#landingSuggestions::-webkit-scrollbar-thumb {
    background-color: rgba(17,24,39,.18);
    border-radius: 999px;
}

.s-item,
.s-store {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
    transition: background .18s ease;
}

    .s-item:hover,
    .s-store:hover {
        background: linear-gradient(135deg, rgba(255,106,0,.08), rgba(255,138,0,.05));
        transform: translateX(3px);
    }

    .s-item:active,
    .s-store:active {
        transform: scale(.99);
    }

    .s-item i {
        color: #ff6a00;
        font-size: 13px;
        width: 16px;
        text-align: center;
        flex-shrink: 0;
    }

.s-text {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

    .s-text span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.s-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.s-in {
    font-size: 12px;
    color: #6b7280;
}

.s-sub {
    font-size: 13px;
    color: #374151;
}

.s-noresult {
    padding: 14px 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(249,250,251,.9), rgba(243,244,246,.9));
    border: 1px solid rgba(17,24,39,.06);
    color: #111827;
}

    .s-noresult .t1 {
        font-weight: 700;
        margin-bottom: 4px;
    }

    .s-noresult .t2 {
        font-size: 12px;
        color: rgba(17,24,39,.65);
    }

.s-store .logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(17,24,39,.08);
    background: #fff;
    flex: 0 0 40px;
}

.s-store .meta {
    min-width: 0;
    flex: 1;
}

.s-store .name {
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-store .sub {
    font-size: 12px;
    color: rgba(17,24,39,.62);
    margin-top: 2px;
}

/* =========================================================
   SEARCH LOADING STATE
   ========================================================= */
.s-loading {
    padding: 8px;
}

.s-skeleton {
    height: 52px;
    border-radius: 12px;
    margin-bottom: 8px;
    background: linear-gradient( 90deg, rgba(243,244,246,1) 0%, rgba(229,231,235,1) 50%, rgba(243,244,246,1) 100% );
    background-size: 200% 100%;
    animation: searchShimmer 1.1s linear infinite;
}

    .s-skeleton:last-child {
        margin-bottom: 0;
    }

/* =========================================================
   11. COMMON UTILITIES / ANIMATIONS
   ========================================================= */
@keyframes searchInputPop {
    0% {
        transform: scaleX(1);
    }

    55% {
        transform: scaleX(1.02);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes searchIconPop {
    0% {
        transform: translateY(-50%) scale(1);
    }

    40% {
        transform: translateY(-50%) scale(1.12);
    }

    100% {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes searchShimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.k-emptyPulse {
    animation: kPulse .55s ease-out;
}

.k-emptyShake {
    animation: kShake .35s ease-in-out;
}

@keyframes kPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }

    40% {
        box-shadow: 0 0 0 6px rgba(255,106,0,.14);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }
}

@keyframes kShake {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

/* =========================================================
           5. POPULAR SEARCH / CATEGORY PILLS
           ========================================================= */
.k-popular-wrap {
    position: relative;
    margin-top: 10px;
    padding: 0 34px;
}

.k-popular-label {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 6px;
}

.k-popular {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 2px 0;
    touch-action: auto;
}

    .k-popular::-webkit-scrollbar {
        display: none;
    }

    .k-popular a {
        text-decoration: none;
        color: var(--text);
        font-size: 13px;
        white-space: nowrap;
        padding: 6px 10px;
        border-radius: 999px;
        border: 1px solid rgba(17,24,39,.10);
        background: #fff;
    }

        .k-popular a:hover {
            color: var(--orange);
            border-color: rgba(255,106,0,.35);
            background: rgba(255,106,0,.06);
        }

.ps-btn {
    position: absolute;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(17,24,39,.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(17,24,39,.10);
    user-select: none;
    z-index: 5;
}

    .ps-btn.left {
        left: 0;
    }

    .ps-btn.right {
        right: 0;
    }

/* =========================================================
   6. FEATURED SECTION
   ========================================================= */
.k-row1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
    max-width: 100%;
}

.k-featuredPanel {
    background: linear-gradient(135deg, #427aa1, #ebf2fa);
    border-radius: var(--radius);
    padding: 14px;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
}

.k-featuredInner {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 12px;
    align-items: stretch;
    max-width: 100%;
    min-width: 0;
}

.k-fast-left {
    background: rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    min-height: 210px;
}

    .k-fast-left p {
        font-size: 13px;
        margin-top: 6px;
        color: rgba(255,255,255,.90);
    }

    .k-fast-left a {
        display: inline-block;
        margin-top: 10px;
        background: #fff;
        color: #111;
        padding: 8px 14px;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
    }

.k-fast-right {
    position: relative;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    min-height: 210px;
}

.fc-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    z-index: 5;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 8px 18px rgba(17,24,39,.12);
}

    .fc-btn.left {
        left: 4px;
    }

    .fc-btn.right {
        right: 4px;
    }

.fc-viewport {
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.fc-track {
    display: flex;
    gap: 12px;
    padding: 6px 28px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    min-width: 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    align-items: stretch;
}

    .fc-track::-webkit-scrollbar {
        display: none;
    }

.fc-card {
    flex: 0 0 170px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    color: #111;
    border: 1px solid rgba(17,24,39,.08);
    cursor: pointer;
    scroll-snap-align: start;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    flex-direction: column;
    touch-action: auto;
}

.fc-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    background: #fff;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: auto;
}

.fc-body {
    padding: 8px;
}

.fc-title {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 6px;
    color: #111;
    font-weight: 600;
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fc-price {
    font-weight: 700;
    color: #111;
    font-size: 13px;
}

/* =========================================================
   LARGE DESKTOP
   ========================================================= */
@media (min-width: 1200px) {
    .k-featuredPanel {
        min-height: 238px;
    }

    .k-featuredInner {
        grid-template-columns: 220px minmax(0,1fr);
    }

    .k-fast-left,
    .k-fast-right {
        min-height: 210px;
    }

    .fc-viewport {
        height: 100%;
    }

    .fc-track {
        height: 100%;
        align-items: center;
        padding: 6px 28px;
    }

    .fc-card {
        flex: 0 0 170px;
    }

    .fc-img {
        height: 100px;
    }
}

/* =========================================================
   TABLET / SMALL LAPTOP / MOBILE
   compact top bar pattern
   ========================================================= */
@media (max-width: 1199px) {
    .k-row1 {
        grid-template-columns: 1fr;
        height: auto;
    }

    .k-featuredPanel {
        padding: 12px;
    }

    .k-featuredInner {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k-fast-left {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 10px 12px !important;
        height: 44px !important;
        min-height: 44px !important;
        border-radius: 8px !important;
    }

        .k-fast-left p,
        .k-fast-left a {
            display: none !important;
            visibility: hidden !important;
        }

        .k-fast-left h3 {
            margin: 0 !important;
            padding: 0 !important;
            border-radius: 0 !important;
            font-size: 18px !important;
            font-weight: 700 !important;
            line-height: 1 !important;
        }

    .k-fast-right {
        min-height: unset !important;
        height: auto !important;
        overflow: hidden;
    }

    .fc-viewport {
        max-width: 100%;
        overflow: hidden;
        height: auto;
    }

    .fc-track {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 38px;
        gap: 12px;
        align-items: stretch;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
    }

    .fc-card {
        flex: 0 0 170px;
    }

    .fc-img {
        height: 115px;
    }

    .fc-body {
        padding: 8px;
    }

    .fc-btn {
        width: 34px;
        height: 34px;
        top: 58%;
    }

        .fc-btn.left {
            left: 2px;
        }

        .fc-btn.right {
            right: 2px;
        }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */
@media (max-width: 576px) {
    .k-fast-left {
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 6px !important;
        padding: 8px 10px !important;
    }

        .k-fast-left h3 {
            font-size: 16px !important;
        }

    .fc-track {
        padding: 0 34px;
    }

    .fc-card {
        flex: 0 0 160px;
    }

    .fc-img {
        height: 110px;
    }

    .fc-btn {
        width: 32px;
        height: 32px;
    }
}

/* =========================================================
           7. COMMON SECTION SLIDER
           ========================================================= */
.k-graySection {
    background: var(--gray);
    border-radius: 16px;
    padding: 12px;
    margin-top: 18px;
    margin-bottom: 5px;
}

.k-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 10px;
}

.slider-wrap {
    position: relative;
}

.k-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    scrollbar-width: none;
    padding-bottom: 2px;
    touch-action: auto;
}

    .k-scroll::-webkit-scrollbar {
        display: none;
    }

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(17,24,39,.12);
    cursor: pointer;
    z-index: 4;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(17,24,39,.10);
}

    .slider-btn.left {
        left: 6px;
    }

    .slider-btn.right {
        right: 6px;
    }

.k-prod,
.k-rank {
    flex: 0 0 220px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--line);
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: auto;
}

    .k-prod img,
    .k-rank img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        display: block;
        pointer-events: none;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: auto;
    }

    .k-prod .pbody,
    .k-rank .pbody {
        padding: 10px;
        font-weight: 600;
        font-size: 13px;
    }

/* =========================================================
           8. TWO COLUMN SECTION
           ========================================================= */
@media (min-width:851px) {
    .k-twoColWrap {
        display: grid;
        grid-template-columns: minmax(0,1fr) minmax(0,1fr);
        gap: 14px;
        margin-top: 18px;
    }

        .k-twoColWrap > section {
            min-width: 0;
        }

        .k-twoColWrap .k-graySection {
            margin-top: 0;
        }
}

@media (max-width:850px) {
    .k-twoColWrap {
        display: block;
    }

        .k-twoColWrap .k-graySection {
            margin-top: 18px;
        }
}

/* =========================================================
           9. TOP ADS SLIDER
           ========================================================= */
/*.k-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: clamp(160px, 22vw, 260px);
    background: #fff;
}

.k-slider-track {
    display: flex;
    height: 100%;
    transition: transform .6s ease-in-out;
}

.k-slide {
    min-width: 100%;
    height: 100%;
}

    .k-slide img {
        width: 100%;
        height: 100%;
        display: block;
        object-position: center;
        object-fit: contain;
    }

.k-prev,
.k-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    padding: 7px 14px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
    z-index: 5;
}

.k-prev {
    left: 15px;
}

.k-next {
    right: 15px;
}

    .k-prev:hover,
    .k-next:hover {
        background: rgba(0,0,0,.8);
    }*/
/* =========================================================
   9. TOP ADS SLIDER (FINAL)
   ========================================================= */

.k-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: clamp(160px, 22vw, 260px);
    background: #000;
    touch-action: pan-y;
}

.k-slider-track {
    display: flex;
    height: 100%;
    transition: transform .6s ease-in-out;
    will-change: transform;
}

/* each slide */
.k-slide {
    position: relative;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-drag: none;
}

    /* blurred background layer */
    .k-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: var(--bg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(22px);
        transform: scale(1.12);
        z-index: 1;
    }

    /* dark overlay (cinematic look) */
    .k-slide::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to right, rgba(0,0,0,0.75), rgba(0,0,0,0.25), rgba(0,0,0,0.75) );
        z-index: 2;
    }

    /* main image */
    .k-slide img {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
        user-select: none;
        -webkit-user-drag: none;
    }

/* navigation buttons */
.k-prev,
.k-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all .2s ease;
}

.k-prev {
    left: 15px;
}

.k-next {
    right: 15px;
}

    .k-prev:hover,
    .k-next:hover {
        background: rgba(0,0,0,0.8);
    }

/* tablet */
@media (max-width: 991.98px) {
    .k-slider {
        height: clamp(150px, 24vw, 220px);
    }

    .k-prev,
    .k-next {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .k-prev {
        left: 10px;
    }

    .k-next {
        right: 10px;
    }
}

/* mobile */
@media (max-width: 575.98px) {
    .k-slider {
        height: clamp(140px, 42vw, 190px);
        border-radius: 10px;
    }

    .k-prev,
    .k-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .k-prev {
        left: 8px;
    }

    .k-next {
        right: 8px;
    }
}

/* =========================================================
           10. REWARD SECTION
           ========================================================= */
.k-reward {
    margin: 26px 0;
    padding: 18px 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(17, 24, 39, .06);
}

.k-reward-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.k-reward-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #111827;
}

.k-reward-sub {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 14px;
}

.k-reward-actions {
    display: flex;
    gap: 10px;
}

.k-reward-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #111827;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .k-reward-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(0,0,0,.08);
    }

.k-reward-slider {
    overflow: hidden;
    border-radius: 14px;
}

.k-reward-track {
    display: flex;
    gap: 12px;
    transition: transform .55s ease-in-out;
    will-change: transform;
    padding: 4px;
}

.k-reward-card {
    flex: 0 0 calc(33.333% - 8px);
    border: 1px solid #eef0f3;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border-radius: 14px;
    padding: 14px;
    min-height: 150px;
}

.k-reward-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #fff7ed;
    border: 1px solid #ffedd5;
    font-size: 20px;
    margin-bottom: 10px;
}

.k-reward-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #111827;
}

.k-reward-card p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.k-reward-tag {
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
}

.k-reward-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.k-reward-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: transparent;
    cursor: pointer;
}

    .k-reward-dot.active {
        background: #111827;
        border-color: #111827;
    }

/* =========================================================
           11. COMMON UTILITIES / ANIMATIONS
           ========================================================= */
@keyframes kIconPop {
    0% {
        transform: translateY(-50%) scale(1);
    }

    55% {
        transform: translateY(-50%) scale(1.08);
    }

    100% {
        transform: translateY(-50%) scale(1);
    }
}

.k-emptyPulse {
    animation: kPulse .55s ease-out;
}

.k-emptyShake {
    animation: kShake .35s ease-in-out;
}

@keyframes kPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }

    40% {
        box-shadow: 0 0 0 6px rgba(255,106,0,.14);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,106,0,.0);
    }
}

@keyframes kShake {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

/* =========================================================
           12. RESPONSIVE
           ========================================================= */
/* =========================================================
   12. RESPONSIVE
   ========================================================= */
@media (max-width: 992px) {
    .k-searchrow {
        grid-template-columns: 1fr;
    }

    #landingSearchBtn {
        display: none;
    }

    #landingSearchIconBtn {
        display: inline-flex;
    }
}

@media (max-width:900px) {
    .k-reward-card {
        flex-basis: calc(50% - 6px);
    }
}

@media (max-width:576px) {
    .fc-card {
        flex: 0 0 160px;
    }

    .fc-btn {
        width: 34px;
        height: 34px;
    }
}

@media (max-width:560px) {
    .k-reward-head {
        align-items: flex-start;
    }

    .k-reward-card {
        flex-basis: 100%;
    }
}


