.flipkart-offer-banner {
    background: url('https://static-assets-web.flixcart.com/fk-p-linchpin-web/fk-cp-zion/img/today-s-deals_4f4c5a.png') center center no-repeat;
    height: 65px;
    width: 100%;
    background-size: cover;
}

.flipkart-category-section {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.flipkart-product-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.flipkart-product-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flipkart-yellow-button {
    background: #b38626;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 2px;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
}

.flipkart-blue-button {
    background: #0d1a2b;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 2px;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
}

.flipkart-ad {
    width: 100%;
    border-radius: 2px;
}

.price-color {
    color: #0d1a2b;
    font-weight: bold;
}

.category-hover:hover {
    color: #0d1a2b;
}

.offer-badge {
    background: #ff6161;
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.featured-section {
    background: linear-gradient(135deg, #0d1a2b 0%, #1e3a8a 100%);
    color: white;
    border-radius: 8px;
}

.testimonial-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.brand-logo {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.brand-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

.newsletter-input {
    border: 2px solid #0d1a2b;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 12px 16px;
    outline: none;
    width: 100%;
}

.newsletter-btn {
    background: #0d1a2b;
    color: white;
    border: 2px solid #0d1a2b;
    border-radius: 0 4px 4px 0;
    padding: 12px 24px;
    cursor: pointer;
    transition: background 0.3s;
}

.newsletter-btn:hover {
    background: #0a1423;
}

@media(max-width:425px) {
    .hero-text .hero-content {
        text-align: left;
    }

    .hero-text h1 {
        font-size: .6rem;
    }

    .hero-text p {
        font-size: .6rem;
    }

    .hero-text a {
        font-size: .6rem;
    }
}