.gp {
            margin: 0 auto;
            padding: 0 15px;
        }

        /* Top Banner */
		.top-banner {
			background: linear-gradient(135deg, #19479e 0%, #19479e 100%);
			color: white;
			text-align: center;
			padding: 10px 0;
			font-weight: 500;
			font-size: 16px;
			margin-bottom: 20px;
			letter-spacing: 0.5px;
		}

        /* Category Icons */
        .category-section {
            display: flex;
            justify-content: flex-start;;
            align-items: center;
            margin-bottom: 25px;
            flex-wrap: wrap;
            gap: 15px;
        }

        .category-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: #333;
            flex: 1;
            min-width: 100px;
            max-width: 120px;
        }

		.category-icon {
			width: 70px;
			height: 70px;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			margin-bottom: 8px;
			position: relative;
			overflow: hidden;
			border: 2px solid #19469c;
		}

        .category-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        .category-badge {
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            background: #333;
            color: white;
            font-size: 8px;
            padding: 2px 6px;
            border-radius: 10px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .category-label {
            font-size: 12px;
            font-weight: 500;
            text-align: center;
            line-height: 1.2;
        }

        /* Hero Banner */
        .hero-banner {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            height: 350px;
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
        }

        .hero-content {
            position: absolute;
            top: 50%;
            left: 50px;
            transform: translateY(-50%);
            color: white;
            z-index: 2;
        }

        .hero-tagline {
            font-size: 28px;
            font-style: italic;
            margin-bottom: 10px;
            color: #bdc3c7;
        }

        .hero-title {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #f1c40f;
        }

        .hero-subtitle {
            font-size: 18px;
            margin-bottom: 25px;
            color: #ecf0f1;
        }

        .hero-btn {
            background: #f1c40f;
            color: #2c3e50;
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .hero-btn:hover {
            background: #f39c12;
            transform: translateY(-2px);
        }

        .hero-image {
            position: absolute;
            right: 50px;
            top: 50%;
            transform: translateY(-50%);
            width: 300px;
            height: 200px;
            z-index: 1;
        }

        .hero-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .hero-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }

        .hero-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .hero-dot.active {
            background: #f1c40f;
        }

        /* Navigation Arrows */
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .nav-arrow:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        .nav-arrow.prev {
            left: 15px;
        }

        .nav-arrow.next {
            right: 15px;
        }

        /* Brand Section */
        .brand-section {
            margin-top:15px;
            margin-bottom: 30px;
        }

        .section-title {
            font-size: 24px;
            font-weight: bold;
            color: #232d3b;
            margin-bottom: 5px;
        }
        .home-slidez {
			border-radius: 10px;
		}

		.brand-grid {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
			gap: 15px;
			margin-bottom: 30px;
		}

		.brand-item {
			background: white;
			border-radius: .5rem;
			padding: 2px 2px;
			text-align: center;
			transition: all 0.3s ease;
			text-decoration: none;
			color: #333;
			border: 1px solid #cfcfcf;
		}

        .brand-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        } 

.brand-logo {
    width: 100%;
    height: auto;
    margin: 0 auto 0px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.brand-logo img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    border-radius: 0px;
    margin: 10px auto;
}
.brand-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -2px;
    line-height: normal;
}


.brand-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.375rem;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #78b933;
    font-family: system-ui;
    font-style: italic;
}
.starting-text {
    font-size: 12px;
    color: gray;
}

        /* Flash Sale Banner */
        .flash-sale-banner {
            color: white;
            padding: 0px;
            border-radius: 0px;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
        }

        .flash-sale-content {
            z-index: 2;
        }

        .flash-sale-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .flash-sale-btn {
            background: #e74c3c;
            color: white;
            padding: 10px 25px;
            border: none;
            border-radius: 20px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .flash-sale-btn:hover {
            background: #c0392b;
        }

        .flash-sale-logo {
            font-size: 60px;
            font-weight: bold;
            color: #f1c40f;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        /* Product Grid */
        .product-section {
            margin-bottom: 30px;
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 5px;
        }

        .view-all {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
        }

        .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .product-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .product-image {
            width: 100%;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8f9fa;
            position: relative;
        }

        .product-image img {
            width: 80%;
            height: 80%;
            object-fit: contain;
        }

        .product-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #27ae60;
            color: white;
            padding: 4px 8px;
            border-radius: 15px;
            font-size: 10px;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 3px;
        }

        .discount-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #e74c3c;
            color: white;
            padding: 4px 8px;
            border-radius: 15px;
            font-size: 10px;
            font-weight: bold;
        }

        .product-info {
            padding: 15px;
        }

        .product-name {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 8px;
            color: #2c3e50;
        }

        .product-rating {
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 10px;
        }

        .rating-badge {
            background: #27ae60;
            color: white;
            padding: 2px 6px;
            border-radius: 10px;
            font-size: 10px;
            font-weight: bold;
        }

        .product-price {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
        }

        .current-price {
            font-size: 16px;
            font-weight: bold;
            color: #e74c3c;
        }

        .original-price {
            font-size: 12px;
            color: #7f8c8d;
            text-decoration: line-through;
        }

        .emi-info {
            font-size: 11px;
            color: #7f8c8d;
        }

        /* Responsive Design */
        @media (max-width: 767px) {
            .category-item {
                min-width: 80px;
                max-width: 90px;
            }

            .category-icon {
                width: 60px;
                height: 60px;
            }

            .hero-banner {
                height: 280px;
            }

            .hero-content {
                left: 30px;
            }

            .hero-tagline {
                font-size: 20px;
            }

            .hero-title {
                font-size: 32px;
            }

            .hero-subtitle {
                font-size: 16px;
            }

            .hero-image {
                width: 200px;
                height: 150px;
                right: 30px;
            }


            .flash-sale-banner {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .flash-sale-title {
                font-size: 24px;
            }

            .product-grid {
                grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            }
			.category-label {
				text-align: center;
				font-size: .625rem;
				font-weight: 500;
				line-height: 0.8rem;
			}
			
						  
			  .category-section {
				display: flex;
				gap: 8px;
				overflow-x: auto;
				overflow-y: hidden;
				scroll-snap-type: x mandatory;
				-webkit-overflow-scrolling: touch;
				scrollbar-width: none;
				-ms-overflow-style: none;
				padding: 0 16px; /* Add horizontal padding */
				flex-wrap: nowrap;
				margin-bottom: 5px;
			  }
			  
			  .category-section::-webkit-scrollbar {
				display: none;
			  }
			  
			  .category-section > *,
			  .category-section .category-item {
				flex: 0 0 calc((100vw - 60px) / 4.5); /* Use viewport width */
				scroll-snap-align: start;
				min-width: 0;
				max-width: calc((100vw - 60px) / 4.5);
			  }
			  
					  
		 
			.brand-grid {
				display: flex;
				flex-wrap: nowrap; /* CRITICAL: Prevents wrapping */
				overflow-x: auto;
				overflow-y: hidden;
				scroll-snap-type: x mandatory;
				-webkit-overflow-scrolling: touch;
				scrollbar-width: none;
				-ms-overflow-style: none;
				gap: 8px;
				padding: 0 16px;
				margin-bottom: 10px;
			}
			
			.brand-grid::-webkit-scrollbar {
				display: none;
			}
			
			.brand-grid > * {
				flex: 0 0 calc((100vw - 44px) / 2.5); /* (2.5-1)*8px gaps + 32px padding = 44px */
				scroll-snap-align: start;
				min-width: 0;
				max-width: calc((100vw - 44px) / 2.5);
			}
			
		.section-title {
			font-size: 20px;
			margin-bottom: 0px;
		}
		
		
		   .flash-sale-banner {
				position: relative;
				left: 50%;
				right: 50%;
				margin-left: -50vw;
				margin-right: -50vw;
				width: 100vw;
				max-width: 100vw;
				margin-bottom: 0px;
			}
    
			.flash-sale-banner img {
				width: 100%;
				height: auto;
				display: block;
			}
 
			.top-banner {
				padding: 5px 0;
				font-size: 10px;
				margin-bottom: 10px;
			}
        }

        @media (max-width: 480px) {
    

            .category-item {
                min-width: 70px;
                max-width: 80px;
            }

            .hero-banner {
                height: 250px;
            }

            .hero-content {
                left: 20px;
            }

            .hero-tagline {
                font-size: 18px;
            }

            .hero-title {
                font-size: 28px;
            }

            .hero-image {
                width: 150px;
                height: 120px;
                right: 20px;
            }

            .product-grid {
                grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
                gap: 15px;
            }
        }
        .main_box{
            margin-top:128px;
        }