/* =================== SPECIFIC TABLET ADJUSTMENTS =================== */

/* Landscape Tablet (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .product-image {
        height: 240px;
    }

    .sidebar {
        grid-template-columns: repeat(3, 1fr);
    }

    .filter-section {
        grid-column: span 3;
    }

    .filter-body {
        grid-template-columns: repeat(3, 1fr);
    }

    .d-tab-none {
        display: none !important;
    }

    .filter-buttons {
        grid-column: span 3;
    }

    .promo-banner {
        grid-column: span 3;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .hero-illustration {
        padding: 20px 0;
    }

    .product-card-a,
    .product-card-b {
        max-width: 260px;
        padding: 25px;
    }

    .vs-badge {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }

    .products-badge,
    .compare-time {
        display: none;
    }

    .pills-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Portrait Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .d-tab-none {
        display: none !important;
    }

    .product-image {
        height: 250px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 42px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .view-all-btn {
        width: 100%;
        text-align: center;
    }

    .hero-section {
        padding: 50px 0;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        margin: 0 auto 30px;
    }

    .trust-badges {
        justify-content: center;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin: 0 auto 30px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .people-compared {
        justify-content: center;
    }

    .hero-illustration {
        margin-top: 40px;
    }

    .product-card-a,
    .product-card-b {
        max-width: 240px;
        margin: 0 auto;
    }

    .product-card-b {
        margin-top: 40px;
    }

    .vs-badge {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .products-badge,
    .compare-time {
        display: none;
    }

    .pills-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .vs-badge {
        top: 54% !important;
    }

    .mobile-filter-btn {
        width: 64px;
        height: 64px;
        bottom: 30px;
        right: 30px;
    }

    .mobile-filter-btn i {
        font-size: 26px;
    }

    .filter-popup-body .filter-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .filter-popup-body .price-buttons {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1199px) {
    .category-pills {
        display: none !important;
    }

    .browse-filters-btn {
        display: block;
    }
}

@media (max-width: 991px) {

    .testimonials-section,
    .cta-section {
        padding: 50px 0;
    }

    .testimonials-title,
    .cta-title {
        font-size: 32px;
    }
}