
        body {
            background: #f4f6f9;
        }

        .top-cat {
            background: #fff;
            padding: 10px 15px;
            border-bottom: 1px solid #eee;
        }

        .top-cat .swiper-wrapper .swiper-slide {
            display: flex;
            justify-content: center;
        }

        .cat-item {
            border-radius: 30px;
            border: 1px solid #ddd;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 10px;
            cursor: pointer;
            padding: 6px 14px;
            white-space: nowrap;
        }

        .cat-item img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }

        .cat-item span {
            font-size: 13px;
            font-weight: 600;
            color: #333;
            white-space: wrap;
        }

        .cat-item a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 10px;
            cursor: pointer;
            text-decoration: none;
            white-space: nowrap;
        }

        .cat-item:hover span {
            color: #ff8a00;
        }

        .hero-slide {
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 40px;
        }

        .hero-slide .slide-text p.tag {
            font-size: 13px;
            margin: 0;
            opacity: 0.85;
        }

        .hero-slide .slide-text h2 {
            font-size: 26px;
            font-weight: 800;
            margin: 6px 0;
        }

        .hero-slide .slide-text p.sub {
            font-size: 14px;
            margin: 0 0 14px;
        }

        .hero-slide .slide-text a.cta-btn {
            background: #fff;
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: 700;
            font-size: 13px;
            text-decoration: none;
            display: inline-block;
        }

        .hero-slide img {
            height: 160px;
            opacity: 0.95;
            object-fit: contain;
        }

        .slide-orange {
            background: linear-gradient(135deg, #ff8a00, #ff4e00);
            color: #fff;
        }

        .slide-orange .cta-btn {
            color: #ff4e00;
        }

        .slide-blue {
            background: linear-gradient(135deg, #1a73e8, #0d47a1);
            color: #fff;
        }

        .slide-blue .cta-btn {
            color: #1a73e8;
        }

        .slide-green {
            background: linear-gradient(135deg, #2e7d32, #1b5e20);
            color: #fff;
        }

        .slide-green .cta-btn {
            color: #2e7d32;
        }

        .shopsbycat {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a2e;
            text-align: center;
            padding: 18px 0 4px;
            letter-spacing: 0.3px;
        }

        .shop-container {
            display: flex;
            gap: 12px;
            padding: 12px;
            background: #f4f6f9;
        }

        .left-container {
            flex: 1 1 0;
            width: 70%;
            min-width: 0;
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
             border: 2px solid #e0e0e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
        }

        .right-container {
            width: 42%;
            
            flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 10px;
    background: #fff;
        }

        .shop-card {
            display: flex;
            flex-direction: row;
            gap: 10px;
            padding: 10px;
           height: auto; 
           min-height: 600px;
           padding-top: 0px !important;

        }

      .shop-section {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
    margin: 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}



.coming-soon-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    width: 100%;
    height: 100% !important;
    padding: 28px 16px;
}
        .shop-card-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            margin-bottom: 10px;
            /* background: #fff8f0;
            border-bottom: 2px solid #ffd08a; */
            background: linear-gradient(to Left,#ffe5cc, #ffe5cc, #ff9900) !important;
    border-bottom: 2px solid #ff9900;
}
        

        .shop-card-header h5 {
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            color: #1a1a2e!important;
        }

        .shop-card-header a {
            display: none;
        }

        .shop-card-header img {
            width: 36px;
            height: 36px;
            border-radius: 9px;
            object-fit: cover;
            /* border: 1px solid #eee; */
            flex-shrink: 0;
        }

        .shop-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 14px;
            padding: 14px;
            margin-bottom: 10px;
            place-items: center;  
        }
      

        .explore-more-btn {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            color: #cc6000;
            background: #fff8f0;
            border: 1px solid #ffd08a;
            padding: 9px 0;
            border-radius: 10px;
            text-decoration: none;
            transition: background 0.15s;
            margin-top: auto;
        }

        .explore-more-btn:hover {
            background: #ffe0b2;
            color: #b35200;
        }

        .product-card {
            width: 100%;
            margin: 0;
            display: block;
            border-radius: 14px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
            border: 1px solid #f0f0f0;
            transition: all 0.25s ease;
            cursor: pointer;
        }

        .product-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
        }

        .product-img {
            position: relative;
            height: 160px;
            overflow: hidden;
            background: #f7f7f7;
        }

        .background-blur {
            background-size: cover;
            background-position: center;
            position: absolute;
            width: 100%;
            height: 100%;
            filter: blur(6px);
            transform: scale(1.1);
            opacity: 0.5;
        }

        .product-image {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
            z-index: 1;
            transition: transform 0.35s;
        }

        .product-card:hover .product-image {
            transform: scale(1.06);
        }

        .shop-name {
            text-decoration: none;
        }

        .title {
            margin: 0;
            padding: 7px 6px 8px;
            font-size: 16px;
            font-weight: 600;
            color: #222;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        

        .why-heading {
            font-size: 14px;
            font-weight: 800;
            color: #ff8a00;
            margin: 0 0 6px;
            padding-bottom: 8px;
            border-bottom: 1.5px dashed #ffe0b2;
            text-align: center;
            letter-spacing: 0.2px;
        }

        .why-card {
            background: #fff8f2;
            border-radius: 12px;
            padding: 10px 11px;
            display: flex;
            gap: 10px;
            align-items: flex-start;
            border: 1px solid #ffe0b2;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .why-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 138, 0, 0.12);
        }

        .why-icon {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
        }

        .why-card h4 {
            font-size: 12px;
            font-weight: 700;
            color: #222;
            margin: 0 0 2px;
        }

        .why-card p {
            font-size: 11px;
            color: #888;
            margin: 0;
            line-height: 1.4;
        }

        .promo-strip {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            padding: 0 12px 14px;
            background: #f4f6f9;
        }

        .promo-card {
            border-radius: 14px;
            padding: 16px 14px;
            min-height: 105px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.10);
        }

        .promo-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .promo-card small {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.88);
            display: block;
            margin-bottom: 2px;
        }

        .promo-card h3 {
            font-size: 16px;
            font-weight: 800;
            color: #fff;
            margin: 0 0 8px;
        }

        .promo-card a {
            background: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 5px 13px;
            border-radius: 20px;
            text-decoration: none;
            display: inline-block;
            align-self: flex-start;
            transition: opacity 0.2s;
        }

        .promo-card a:hover {
            opacity: 0.85;
        }

        .p1 {
            background: linear-gradient(135deg, #ff8a00, #ff4e00);
        }

        .p1 a {
            color: #ff5500;
        }

        .p2 {
            background: linear-gradient(135deg, #1a73e8, #0d47a1);
        }

        .p2 a {
            color: #1a73e8;
        }

        .shopSwiper {
            width: 100%;
        }

        .shopSwiper .swiper-slide {
            width: 100%;
        }

        .hero-img {
            object-fit: contain;
            border-radius: 12px;
        }

        .sec-wrap {
            padding: 0 14px 16px;
            background: #f4f6f9;
        }

        .sec-divider {
            height: 1px;
            background: linear-gradient(to right, transparent, #e0e0e0, transparent);
            margin: 6px 0;
        }

        .sec-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0 14px;
        }

        .sec-title-left {
            display: flex;
            align-items: center;
            gap: 11px;
        }

        .sec-icon-box {
            width: 42px;
            height: 42px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
        }

        .sec-title-left h2 {
            font-size: 22px;
            font-weight: 800;
            color: #1a1a1a;
            margin: 0;
            letter-spacing: -0.3px;
        }

        .sec-view-all {
            font-size: 13px;
            font-weight: 600;
            color: #ff8a00;
            text-decoration: none;
            background: #fff4e6;
            border: 1px solid #ffe0b2;
            padding: 6px 15px;
            border-radius: 20px;
            white-space: nowrap;
            transition: background 0.18s;
        }

        .sec-view-all:hover {
            background: #ffe0b2;
        }

        .shop-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 13px;
            margin-bottom: 4px;
        }

        .s-card {
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            text-decoration: none;
            display: block;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
            transition: transform 0.22s, box-shadow 0.22s;
            border: 1px solid #f0f0f0;
        }

        .s-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);
        }

        .s-img-wrap {
            width: 100%;
            height: 250px;
            overflow: hidden;
            background: #f5f5f5;
            position: relative;
        }

        .s-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
            transition: transform 0.35s;
        }

        .s-card:hover .s-img-wrap img {
            transform: scale(1.05);
        }

        .offer-ribbon {
            position: absolute;
            top: 12px;
            left: 0;
            background: #e53935;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 10px 4px 8px;
            border-radius: 0 20px 20px 0;
            display: flex;
            align-items: center;
            gap: 5px;
            z-index: 2;
            line-height: 1.2;
        }

        .offer-ribbon i {
            font-size: 10px;
        }

        .offer-tag {
            justify-content: right;
            background: #fff;
            color: #0a8a1f;
            font-size: 15px;
            font-weight: 600;
            margin-left: auto;
            border-radius: 15px;
            z-index: 2;
        }

        .offer-tag span {
            color: #0a8a1f;
            font-weight: 700;
        }

        .s-body {
            padding: 11px 12px 12px;
        }

        .s-name {
            font-size: 15px;
            font-weight: 700;
            color: #1a1a1a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 3px;
        }

        .s-sub {
            font-size: 12px;
            color: #999;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 8px;
        }

        .s-footer {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .s-badge {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 9px;
            border-radius: 20px;
        }

        .badge-gold {
            background: #fff3cd;
            color: #a0720a;
        }

        .badge-green {
            background: #e6f4ea;
            color: #2a7d32;
        }

        .star-row {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .star {
            color: #ffb300;
            font-size: 12px;
        }

        .rat {
            font-size: 12px;
            color: #555;
            font-weight: 700;
        }

        #area-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-bottom: 4px;
        }

        .area-card {
            background: #fff;
            border-radius: 13px;
            padding: 15px 16px;
            display: flex;
            align-items: center;
            gap: 14px;
            cursor: pointer;
            text-decoration: none;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f0f0;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .area-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 18px rgba(0, 0, 0, 0.10);
        }

        .area-icon-box {
            width: 46px;
            height: 46px;
            border-radius: 12px;
            background: #fff4e6;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #ff8a00;
            flex-shrink: 0;
            border: 1px solid #ffe0b2;
        }

        .area-name {
            font-size: 15px;
            font-weight: 700;
            color: #1a1a1a;
        }

        .area-count {
            font-size: 12px;
            color: #999;
            margin-top: 3px;
        }

        @media (max-width: 576px) {
              .shop-card {
        height: auto !important;
    }
    .coming-soon-wrapper {
        min-height: 250px !important;
    }
    .cs-icon-wrap {
        width: 46px !important;
        height: 46px !important;
        font-size: 18px !important;
    }
    .cs-title {
        font-size: 13px !important;
    }
    .cs-sub {
        font-size: 10px !important;
    }
            .hero-img {
                height: 160px;
                object-fit: cover;
                border-radius: 8px;
            }

            .container-fluid {
                padding: 6px;
            }

            .carousel-indicators button {
                width: 6px;
                height: 6px;
                border-radius: 50%;
            }

            .hero-slide {
                height: 160px;
                padding: 0 14px;
            }

            .hero-slide img {
                height: 90px;
            }

            .hero-slide .slide-text h2 {
                font-size: 16px;
            }

            .cat-item span {
                font-size: 10px;
            }

            .cat-item img {
                width: 30px;
                height: 30px;
            }

            .shopsbycat {
                font-size: 16px;
                padding: 12px 0 4px;
            }

            .shop-container {
                flex-direction: column;
                padding: 8px;
            }

            .left-container {
                width: 100%;
                flex: none;
                min-width: 0;
            }

            .right-container {
                width: 100%;
                flex-shrink: unset;
            }

            .shop-card {
                flex-direction: column;
                gap: 8px;
                padding: 8px;
            }

            .shop-section {
                margin: 0;
            }

            .shop-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 7px;
            }

            .product-img {
                height: 120px;
            }

            .title {
                font-size: 12px;
                padding: 5px 4px 6px;
            }

            .shop-card-header h5 {
                font-size: 13px;
            }

            .promo-strip {
                grid-template-columns: 1fr 1fr;
                gap: 8px;
                padding: 0 8px 10px;
            }

            .promo-card h3 {
                font-size: 13px;
            }

            .promo-card a {
                font-size: 10px;
                padding: 4px 10px;
            }

            .shop-row {
                grid-template-columns: repeat(2, 1fr);
                gap: 9px;
            }

            #area-row {
                grid-template-columns: repeat(2, 1fr);
                gap: 9px;
            }

            .s-img-wrap {
                height: 120px;
            }

            .sec-title-left h2 {
                font-size: 16px;
            }

            .sec-icon-box {
                width: 32px;
                height: 32px;
                font-size: 15px;
            }

            .sec-view-all {
                font-size: 11px;
                padding: 4px 10px;
            }

            .s-name {
                font-size: 12px;
            }

            .s-sub {
                font-size: 11px;
                margin-bottom: 5px;
            }

            .s-body {
                padding: 8px 9px 9px;
            }

            .s-footer {
                flex-wrap: wrap;
                gap: 4px;
            }

            .s-badge {
                font-size: 10px;
                padding: 2px 7px;
            }

            .offer-tag {
                font-size: 11px;
                margin-left: auto;
            }

            .offer-ribbon {
                font-size: 10px;
                padding: 3px 8px 3px 6px;
            }

            .area-card {
                padding: 10px 12px;
                gap: 10px;
            }

            .area-icon-box {
                width: 36px;
                height: 36px;
                font-size: 16px;
            }

            .area-name {
                font-size: 13px;
            }

            .area-count {
                font-size: 11px;
            }

            .why-heading {
                font-size: 13px;
            }

            .sec-wrap {
                padding: 0 8px 12px;
            }
        }

        @media (min-width: 577px) and (max-width: 768px) {
             .shop-card {
        height: auto !important;
    }
    .coming-soon-wrapper {
        min-height: 300px !important;
    }
            .hero-img {
                height: 200px;
                object-fit: cover;
            }

            .shop-container {
                flex-direction: column;
                padding: 10px;
            }

            .left-container {
                width: 100%;
                flex: none;
            }

            .right-container {
                width: 100%;
            }

            .shop-card {
                flex-direction: column;
                gap: 8px;
                padding: 8px;
            }

            .shop-section {
                margin: 0;
            }

            .shop-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 10px;
            }

            .product-img {
                height: 110px;
            }

            .shop-row {
                grid-template-columns: repeat(3, 1fr);
                gap: 11px;
            }

            #area-row {
                grid-template-columns: repeat(3, 1fr);
            }

            .s-img-wrap {
                height: 160px;
            }

            .sec-title-left h2 {
                font-size: 19px;
            }

            .shopsbycat {
                font-size: 19px;
            }
        }

        @media (min-width: 769px) and (max-width: 1024px) {
             .shop-card {
        height: auto !important;
    }
    .coming-soon-wrapper {
        min-height: 350px !important;
    }
            .hero-img {
                height: 240px;
                object-fit: cover;
            }

            .shop-container {
                flex-direction: column;
                padding: 10px;
            }

            .left-container {
                width: 100%;
                flex: none;
            }

            .right-container {
                width: 100%;
            }

            .shop-card {
                flex-direction: column;
                gap: 8px;
                padding: 8px;
            }

            .shop-section {
                margin: 0;
            }

            .shop-grid {
                grid-template-columns: repeat(4, 1fr);
                gap: 12px;
            }

            .product-img {
                height: 120px;
            }

            .shop-row {
                grid-template-columns: repeat(4, 1fr);
                gap: 12px;
            }

            #area-row {
                grid-template-columns: repeat(3, 1fr);
            }

            .s-img-wrap {
                height: 190px;
            }
        }

        @media (min-width: 1025px) {
            .hero-img {
                object-fit: cover;
                max-height: 380px;
            }

            .right-container {
                width: 30%;
            }

            .left-container {
                width: 70%;
            }

            .shop-row {
                grid-template-columns: repeat(4, 1fr);
            }

            #area-row {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .fs-wrap {
            display: flex;
            justify-content: center;
            padding: 18px 20px;
            background: radial-gradient(circle, #004d40, #000f0d) !important;
            border-radius: 20px;
            margin: 0 80px 14px;
            box-shadow: 0 4px 16px rgba(0, 77, 64, 0.40) !important;
            border: none !important;
        }

        .fs-row {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .fs-card {
            display: flex;
            align-items: center;
            gap: 14px;
            background: #fff;
            border: 1px solid #f0f0f0;
            border-radius: 18px;
            padding: 16px 22px;
            min-width: 180px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            /* transition: box-shadow 0.18s, transform 0.18s; */
            cursor: default;
        }

        .fs-card:hover {
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
            /* transform: translateY(-3px); */
        }

        .fs-icon {
            width: 50px;
            height: 50px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .fs-icon svg {
            width: 26px;
            height: 26px;
        }

        .fs-label {
            font-size: 15px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0 0 3px;
            line-height: 1.3;
        }

        .fs-sub {
            font-size: 12px;
            color: #888;
            margin: 0;
        }

@media (max-width: 576px) {
    .fs-wrap {
        margin: 0 8px 10px;
        padding: 12px;
        border-radius: 14px;
    }

    .fs-row {
        display: grid;                         
        grid-template-columns: 1fr 1fr;        
        gap: 8px;
    }

    .fs-card {
        padding: 12px 14px;
        min-width: unset;                      
        border-radius: 14px;
        gap: 10px;
    }

    .fs-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .fs-icon svg {
        width: 22px;
        height: 22px;
    }

    .fs-label {
        font-size: 13px;
    }

    .fs-sub {
        font-size: 11px;
    }
}
        @media (min-width: 577px) and (max-width: 768px) {
            .fs-wrap {
                margin: 0 20px 12px;
            }

            .fs-card {
                min-width: 180px;
                padding: 14px 16px;
            }

            .fs-label {
                font-size: 14px;
            }
        }

        @media (min-width: 769px) and (max-width: 1024px) {
            .fs-wrap {
                margin: 0 60px 14px;
            }
        }



        .sec-wrap {
            padding: 0 14px 16px;
            background: #f4f6f9;
        }

        .sec-divider {
            height: 1px;
            background: linear-gradient(to right, transparent, #e0e0e0, transparent);
            margin: 6px 0;
        }

        .sec-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0 14px;
        }

        .sec-title-left {
            display: flex;
            align-items: center;
            gap: 11px;
        }

        .sec-icon-box {
            width: 42px;
            height: 42px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
        }

        .sec-title-left h2 {
            font-size: 22px;
            font-weight: 800;
            color: #1a1a1a;
            margin: 0;
            letter-spacing: -0.3px;
        }

        .sec-view-all {
            font-size: 13px;
            font-weight: 600;
            color: #ff8a00;
            text-decoration: none;
            background: #fff4e6;
            border: 1px solid #ffe0b2;
            padding: 6px 15px;
            border-radius: 20px;
            white-space: nowrap;
            transition: background 0.18s;
        }

        .sec-view-all:hover {
            background: #ffe0b2;
        }

        .shop-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 13px;
            margin-bottom: 4px;
        }

        .s-card {
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            text-decoration: none;
            display: block;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
            transition: transform 0.22s, box-shadow 0.22s;
            border: 1px solid #f0f0f0;
        }

        .s-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);
        }

        .s-img-wrap {
            width: 100%;
            height: 250px;
            overflow: hidden;
            background: #f5f5f5;
            position: relative;
        }

        .s-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
            transition: transform 0.35s;
        }

        .s-card:hover .s-img-wrap img {
            transform: scale(1.05);
        }

        /* Special Deal Ribbon */
        .offer-ribbon {
            position: absolute;
            top: 12px;
            left: 0;
            background: #e53935;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 10px 4px 8px;
            border-radius: 0 20px 20px 0;
            display: flex;
            align-items: center;
            gap: 5px;
            z-index: 2;
            line-height: 1.2;
        }

        .offer-ribbon i {
            font-size: 10px;
        }

        /* Discount Tag */
        .offer-tag {
            justify-content: right;
            background: #fff;
            color: #0a8a1f;
            font-size: 15px;
            font-weight: 600;
            /* padding: 4px 9px; */
            margin-left: auto;
            border-radius: 15px;
            z-index: 2;
        }

        .offer-tag span {
            color: #0a8a1f;
            ;
            font-weight: 700;
        }

        .s-body {
            padding: 11px 12px 12px;
        }

        .s-name {
            font-size: 15px;
            font-weight: 700;
            color: #1a1a1a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 3px;
        }

        .s-sub {
            font-size: 12px;
            color: #999;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 8px;
        }

        .s-footer {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .s-badge {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 9px;
            border-radius: 20px;
        }

        .badge-gold {
            background: #fff3cd;
            color: #a0720a;
        }

        .badge-green {
            background: #e6f4ea;
            color: #2a7d32;
        }

        .star-row {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .star {
            color: #ffb300;
            font-size: 12px;
        }

        .rat {
            font-size: 12px;
            color: #555;
            font-weight: 700;
        }

        #area-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-bottom: 4px;
        }

        .area-card {
            background: #fff;
            border-radius: 13px;
            padding: 15px 16px;
            display: flex;
            align-items: center;
            gap: 14px;
            text-decoration: none;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f0f0;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .area-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 18px rgba(0, 0, 0, 0.10);
        }

        .area-icon-box {
            width: 46px;
            height: 46px;
            border-radius: 12px;
            background: #fff4e6;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #ff8a00;
            flex-shrink: 0;
            border: 1px solid #ffe0b2;
        }

        .area-name {
            font-size: 15px;
            font-weight: 700;
            color: #1a1a1a;
        }

        .area-count {
            font-size: 12px;
            color: #999;
            margin-top: 3px;
        }

        @media (max-width: 576px) {
            .hero-img {
                height: 160px !important;
                object-fit: cover !important;
                border-radius: 8px !important;
            }

            .container-fluid {
                padding: 6px !important;
            }

            .carousel-indicators button {
                width: 6px !important;
                height: 6px !important;
                border-radius: 50% !important;
            }

            .hero-slide {
                height: 160px;
                padding: 0 14px;
            }

            .hero-slide img {
                height: 90px;
            }

            .hero-slide .slide-text h2 {
                font-size: 16px;
            }

            .cat-item span {
                font-size: 10px;
            }

            .cat-item img {
                width: 30px;
                height: 30px;
            }

            .shopsbycat {
                font-size: 16px;
                padding: 12px 0 4px;
            }

            .shop-container {
                flex-direction: column !important;
                padding: 8px !important;
            }

            .left-container {
                width: 100% !important;
                flex: none !important;
                min-width: 0 !important;
            }

            .right-container {
                width: 100% !important;
                flex-shrink: unset !important;
            }

            .shop-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 7px;
            }

            .product-img {
                height: 120px;
            }

            .title {
                font-size: 12px;
                padding: 5px 4px 6px;
            }

            .shop-card-header h5 {
                font-size: 13px;
            }

            .shop-card-header a {
                font-size: 12px;
                padding: 2px 8px;
            }

            .promo-strip {
                grid-template-columns: 1fr 1fr;
                gap: 8px;
                padding: 0 8px 10px;
            }

            .promo-card h3 {
                font-size: 13px;
            }

            .promo-card a {
                font-size: 10px;
                padding: 4px 10px;
            }

            .shop-row {
                grid-template-columns: repeat(2, 1fr);
                gap: 9px;
            }

            #area-row {
                grid-template-columns: repeat(2, 1fr);
                gap: 9px;
            }

            .s-img-wrap {
                height: 120px;
            }

            .sec-title-left h2 {
                font-size: 16px;
            }

            .sec-icon-box {
                width: 32px;
                height: 32px;
                font-size: 15px;
            }

            .sec-view-all {
                font-size: 11px;
                padding: 4px 10px;
            }

            .s-name {
                font-size: 12px;
            }

            .s-sub {
                font-size: 11px;
                margin-bottom: 5px;
            }

            .s-body {
                padding: 8px 9px 9px;
            }

            .s-footer {
                flex-wrap: wrap;
                gap: 4px;
            }

            .s-footer span[style] {
                font-size: 10px !important;
                width: 100%;
            }

            .s-badge {
                font-size: 10px;
                padding: 2px 7px;
            }

            .offer-tag {
                font-size: 11px;
                margin-left: auto;
            }

            .offer-ribbon {
                font-size: 10px;
                padding: 3px 8px 3px 6px;
            }

            .area-card {
                padding: 10px 12px;
                gap: 10px;
            }

            .area-icon-box {
                width: 36px;
                height: 36px;
                font-size: 16px;
            }

            .area-name {
                font-size: 13px;
            }

            .area-count {
                font-size: 11px;
            }

            .why-heading {
                font-size: 13px;
            }

            .sec-wrap {
                padding: 0 8px 12px;
            }
        }

        @media (min-width: 577px) and (max-width: 768px) {
            .hero-img {
                height: 200px;
                object-fit: cover;
            }

            .shop-container {
                flex-direction: column !important;
                padding: 10px !important;
            }

            .left-container {
                width: 100% !important;
                flex: none !important;
            }

            .right-container {
                width: 100% !important;
            }

            .shop-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 10px;
            }

            .product-img {
                height: 110px;
            }

            .shop-row {
                grid-template-columns: repeat(3, 1fr);
                gap: 11px;
            }

            #area-row {
                grid-template-columns: repeat(3, 1fr);
            }

            .s-img-wrap {
                height: 160px;
            }

            .sec-title-left h2 {
                font-size: 19px;
            }

            .shopsbycat {
                font-size: 19px;
            }
        }

        @media (min-width: 769px) and (max-width: 1024px) {
            .hero-img {
                height: 240px;
                object-fit: cover;
            }

            .shop-container {
                flex-direction: column !important;
                padding: 10px !important;
            }

            .left-container {
                width: 100% !important;
                flex: none !important;
            }

            .right-container {
                width: 100% !important;
            }

            .shop-grid {
                grid-template-columns: repeat(4, 1fr);
                gap: 12px;
            }

            .product-img {
                height: 120px;
            }

            .shop-row {
                grid-template-columns: repeat(4, 1fr);
                gap: 12px;
            }

            #area-row {
                grid-template-columns: repeat(3, 1fr);
            }

            .s-img-wrap {
                height: 190px;
            }
        }

        @media (min-width: 1025px) {
            .hero-img {
                object-fit: cover;
                max-height: 380px;
            }

            .right-container {
                width: 30%;
            }

            .left-container {
                width: 70%;
            }

            .shop-row {
                grid-template-columns: repeat(4, 1fr);
            }

            #area-row {
                grid-template-columns: repeat(3, 1fr);
            }
        }
    
    
    /* ── REELS PANEL ── */
    .reels-panel {
      background: #0d0d0d;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 6px 32px rgba(0,0,0,.28);
      display: flex;
      flex-direction: column;
     
      height: 580px;
    }

    /* Viewport */
    .reels-viewport {
      position: relative;
      flex: 1;
      overflow: hidden;
      background: #000;
    }

    /* Slides */
    .reel-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity .55s ease;
      pointer-events: none;
    }
    .reel-slide.active {
      opacity: 1;
      pointer-events: auto;
    }
.yt-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
}

.yt-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
 
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}

    /* Gradient overlay */
    .reel-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0,0,0,0)   0%,
        rgba(0,0,0,0)   45%,
        rgba(0,0,0,.75) 75%,
        rgba(0,0,0,.92) 100%
      );
      z-index: 2;
      pointer-events: none;
    }

    /* Progress bars */
    .reel-progress-row {
      position: absolute;
      top: 10px; left: 10px; right: 10px;
      display: flex;
      gap: 4px;
      z-index: 4;
    }
    .reel-prog-bar {
      flex: 1;
      height: 3px;
      border-radius: 2px;
      background: rgba(255,255,255,.25);
      overflow: hidden;
    }
    .reel-prog-bar .fill {
      height: 100%;
      width: 0%;
      background: #fff;
      border-radius: 2px;
    }
    .reel-prog-bar.done .fill { width: 100%; }
    /* .reel-prog-bar.active .fill {
      animation: progFill var(--dur, 6s) linear forwards;
    }
    @keyframes progFill { from { width: 0% } to { width: 100% } } */

    /* Mute button */
    .mute-toggle {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 38px;
      height: 38px;
      border: none;
      border-radius: 50%;
      background: rgba(0,0,0,.45);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 5;
      transition: .2s;
    }
    .mute-toggle:hover {
      background: rgba(255,138,0,.9);
      transform: scale(1.06);
    }
    .mute-toggle i { font-size: 15px; }

    /* Bottom info */
    .reel-info {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      z-index: 3;
      padding: 14px 14px 16px;
    }
    .reel-store-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .reel-store-avatar {
      width: 42px; height: 42px;
      border-radius: 50%;
      border: 2px solid #fff;
      object-fit: cover;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgba(0,0,0,.4);
    }
    .reel-store-name { font-size: 15px; font-weight: 800; color: #fff; line-height: 1.2; }
    .reel-store-cat  { font-size: 11px; color: rgba(255,255,255,.65); margin-top: 1px; }
.reel-desc {
  font-size: 12px;
  color: rgba(255,255,255,.8);
  line-height: 1.5;
  margin-bottom: 10px;
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  
  line-clamp: 2; 
}

    .reel-visit-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #ff8a00;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      padding: 8px 18px;
      border-radius: 999px;
      text-decoration: none;
      box-shadow: 0 4px 16px rgba(255,138,0,.45);
      transition: background .2s, transform .15s, box-shadow .2s;
    }
    .reel-visit-btn:hover {
      background: #ff6f00;
      transform: translateY(-1px);
      box-shadow: 0 6px 22px rgba(255,138,0,.55);
      color: #fff;
    }
    .reel-visit-btn i { font-size: 11px; }

    /* Bottom nav */
    .reels-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 14px;
      background: #111;
      flex-shrink: 0;
      border-top: 1px solid rgba(255,255,255,.06);
    }
    .reels-nav-btn {
      width: 36px; height: 36px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,.7);
      font-size: 14px;
      cursor: pointer;
      transition: background .2s, color .2s;
    }
    .reels-nav-btn:hover { background: rgba(255,138,0,.25); color: #ff8a00; }

    .reels-nav-dots { display: flex; gap: 6px; align-items: center; }
    .reels-nav-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: rgba(255,255,255,.25);
      cursor: pointer;
      transition: background .25s, transform .25s;
    }
    .reels-nav-dot.active { background: #ff8a00; transform: scale(1.35); }
    
.coming-soon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 16px 24px;
    text-align: center;
}
.cs-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff4e6;
    border: 2px dashed #ffb74d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ff8a00;
    margin-bottom: 12px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
.cs-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}
.cs-sub {
    font-size: 11px;
    color: #aaa;
    margin: 0 0 10px;
    line-height: 1.5;
}
.cs-badge {
    background: linear-gradient(135deg, #ff8a00, #ff4e00);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}
.ecf-wrap{padding:16px 20px 12px;background:#fff;border-top:1px solid #eee;}
.ecf-label{font-size:11px;color:#bbb;letter-spacing:.4px;margin:0 0 12px;text-transform:uppercase;}
.ecf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px 24px;}
.ecf-col-head{font-size:12px;font-weight:600;color:#1a1a1a;padding-bottom:5px;border-bottom:1px solid #f0f0f0;margin-bottom:5px;}
.ecf-col-head a{color:inherit;text-decoration:none;}
.ecf-col-head a:hover{color:#ff8a00;}
.ecf-sub-link{display:block;font-size:11px;color:#777;text-decoration:none;line-height:1.7;}
.ecf-sub-link:hover{color:#185fa5;}
.ecf-more{font-size:11px;color:#ff8a00;text-decoration:none;}
@media(max-width:576px){
  .ecf-grid{grid-template-columns:repeat(2,1fr);gap:10px 16px;}
}