/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1200px) {

    .product-grid {

        grid-template-columns: repeat(3, 1fr);

    }

}


@media(max-width:991px) {

    .category-dropdown {

        position: static;

        width: 100%;

        transform: none;

        opacity: 1;

        visibility: visible;

        padding: 20px;

        margin-top: 20px;

        display: none;

        box-shadow: none;

    }

    .dropdown-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .has-dropdown.active .category-dropdown {

        display: block;

    }

    /* DESKTOP */
    .earthona-mobile-header {
        display: none;
    }



    .earthona-header {
        display: none;
    }

    .earthona-mobile-header {
        display: block;
        background: var(--primary-green);
        border-top: 4px solid var(--primary-green);
        padding: 12px 15px;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .mobile-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu-toggle {
        border: 0;
        background: transparent;
        font-size: 22px;
        color: #FFF7B2;
    }

    .mobile-logo img {
        height: 55px;
        object-fit: contain;
        padding-left: 70px;
    }

    .mobile-actions {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .mobile-icon {
        color: #FFF7B2;
        font-size: 22px;
        position: relative;
    }

    .mobile-badge {
        position: absolute;
        top: -7px;
        right: -8px;
        width: 18px;
        height: 18px;
        background: var(--primary-green);
        color: #fff;
        border-radius: 50%;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Sidebar */

    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 1001;
        transition: 0.3s ease;
        overflow-y: auto;
    }

    .mobile-sidebar.active {
        left: 0;
    }

    .mobile-sidebar-header {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

    .close-mobile-menu {
        border: none;
        background: transparent;
        font-size: 22px;
    }

    .mobile-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu li a {
        display: block;
        padding: 14px 20px;
        border-bottom: 1px solid #f1f1f1;
        color: #333;
        text-decoration: none;
    }

    .mobile-category-title {
        padding: 15px 20px;
        font-weight: 700;
        background: #fafafa;
    }

    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        visibility: hidden;
        opacity: 0;
        z-index: 1000;
        transition: .3s;
    }

    .mobile-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .video-next{
        right: 0;
    }

    .video-prev{
        left: 0;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 36px;
    }

    .section-padding {
        padding: 80px 0;
    }

    .announcement-group {

        gap: 50px;

        padding-right: 50px;

    }

    .announcement-item span {

        font-size: 14px;

    }

    .earthona-menu {

        gap: 24px;

    }

    .hero-grid {

        grid-template-columns: 1fr;

    }

    .hero-left {

        height: 500px;

    }

    .hero-small-card {

        height: 250px;

    }

    .category-title {

        font-size: 52px;

    }

    .trust-group {

        gap: 50px;

        padding-right: 50px;

    }

    .trust-item span {

        font-size: 16px;

    }

    .product-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .product-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .trust-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .trust-heading h2 {

        font-size: 52px;

    }

    .about-image {

        height: 420px;

        margin-bottom: 40px;

    }

    .about-content h2 {

        font-size: 48px;

    }

    .video-banner-content h2 {

        font-size: 52px;

    }

    .video-play-btn {

        left: 50%;

    }

    .filter-body {

        display: none;

    }

    .filter-body.active {

        display: block;

    }

    .product-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .wishlist-card {

        grid-template-columns: 1fr;

    }

    .wishlist-trust {

        grid-template-columns: 1fr 1fr;

    }

    .auth-wrapper {

        grid-template-columns: 1fr;

    }

    .auth-left {

        min-height: 350px;

    }

    .blog-wrapper {

        grid-template-columns: 1fr;

    }

    .blog-card {

        grid-template-columns: 1fr;

    }

    .blog-image {

        height: 260px;

    }

    .contact-cards {

        grid-template-columns: 1fr;

    }

    .contact-trust {

        grid-template-columns: 1fr 1fr;

    }

    .contact-heading h1 {

        font-size: 48px;

    }

    .hero-left{
        width: 100%;
    }
    .hero-section{
        padding-bottom: 0;
    }

    .main-product-image{
        width: 100%;
        height: auto;
    }

    .product-gallery-wrap{
        flex-direction: column-reverse;
        padding: 0;
    }

}


@media(max-width:767px) {

    .search-wrapper h2 {

        font-size: 38px;

    }


    .search-product-list {

        grid-template-columns: 1fr;

    }



    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    .section-padding {
        padding: 70px 0;
    }

    .top-announcement-bar {

        padding: 8px 0;

    }

    .announcement-item img {

        width: 15px;

        height: 15px;

    }

    .earthona-menu {

        display: none;

    }

    .hero-left {

        height: auto;

    }

    .hero-prev,
    .hero-next {

        width: 50px;
        height: 50px;

    }

    .category-title {

        font-size: 38px;

    }

    .category-desc {

        font-size: 16px;

    }

    .trust-item i {

        font-size: 22px;

    }

    .trust-item span {

        font-size: 15px;

    }

    .product-grid {

        grid-template-columns: 1fr;

    }

    .product-grid {

        grid-template-columns: 1fr;

    }

    .category-wrapper {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .category-card {
        width: 110px;
        height: 115px;
    }

    .label {
        font-size: 15px;
    }

    .trust-grid {

        grid-template-columns: 1fr;

    }

    .trust-heading h2 {

        font-size: 30px;

    }

    .about-content{
        padding-left: 0;
    }

    .trust-image img {

        width: 180px;

    }

    .about-content h2 {

        font-size: 38px;

    }

    .about-content p {

        font-size: 16px;

    }

    .about-image {

        height: 320px;

        border-radius: 22px;

    }

    .earthona-video-banner {

        height: 420px;

    }

    .video-banner-content h2 {

        font-size: 35px;

    }

    .video-play-btn {

        width: 65px;

        height: 65px;

    }

    .product-grid {

        grid-template-columns: 1fr;

    }

    .blog-content h2 {

        font-size: 28px;

    }

    .blog-image{
        height: auto;
    }
    .blog-details-image{
        height: auto;
    }
    .blog-details-content{
        padding: 10px;
    }

    .blog-content p {

        font-size: 18px;

    }

    .blog-category {

        font-size: 18px;

    }

    .contact-trust {

        grid-template-columns: 1fr;

    }

    .footer-menu {

        flex-direction: column;

        gap: 20px;

    }

    .product-filter{
        gap: 10px;
        padding: 5px;
    }

    .product-filter {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-bottom: 8px;

        /* Smooth scrolling */
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

        /* Show scrollbar */
        scrollbar-width: thin;
        scrollbar-color: var(--primary-green) #f1f1f1;
    }

    .product-filter::-webkit-scrollbar {
        height: 5px;
    }

    .product-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 20px;
    }

    .product-filter::-webkit-scrollbar-thumb {
        background: var(--primary-green);
        border-radius: 20px;
    }

    .category-tab-card {
        flex: 0 0 calc(33.333% - 8px);
        min-width: calc(33.333% - 8px);
    }

    .product-filter {
        scroll-snap-type: x mandatory;
    }

    .category-tab-card {
        scroll-snap-align: start;
    }

    .trust-shape{
        width: 120px;
    }

    .process-heading h2{
        font-size: 30px;
    }

    .process-heading p{
        padding: 0 20px;
    }

    .process-tab{
        min-width: auto;
    }

    .process-nav {
        left: -10px;
        right: -10px;
        width: unset;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }

    .process-prev, .process-next, .oil-prev, .oil-next{
        background-color: var(--primary-green);
        border-radius: 50%;
        padding: 20px;
    }

    .process-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-bottom: 6px;

        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: thin;
        scrollbar-color: #d32f2f #f1f1f1;
    }

    .process-tabs::-webkit-scrollbar {
        height: 4px;
    }

    .process-tabs::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .process-tabs::-webkit-scrollbar-thumb {
        background: #d32f2f;
        border-radius: 20px;
    }

    .process-tab {
        padding: 0 10px;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .process-tabs {
        scroll-snap-type: x mandatory;
    }

    .video-banner-content{
        padding-left: 0;
    }

    .testimonial-next {
        right: 10px;
    }
    .testimonial-prev {
        left: 10px;
    }
    .insta-heading h2{
        font-size: 30px;
    }

    .testimonial-heading{
        width: 100%;
    }
    .foundation-card{
        padding: 0;
    }

    .earthona-auth-page{
        height: auto;
        padding: 0;
    }
    .auth-left{
        height: auto;
    }
    .auth-right{
        padding: 0 !important;
    }

    .gallery-left{
        width: 100%;
    }
    .gallerySwiper{
        height: auto;
    }

    .product-gallery-wrap{
        gap: 0;
    }
    .product-desc-card{
        padding: 0;
    }
    .spec-grid{
        display: block;
    }
    .spec-card{
        padding:0 ;
    }

}

@media(max-width:575px) {

    .earthona-side-cart {

        width: 100%;

    }

    .trust-shape{
        width: 110px;
    }

    .shop-topbar{
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .shop-topbar form{
        width: 100%;
    }

    .shop-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .search-box{
        height: 60px;
        padding: 0 5px;
    }
    .search-box input{
        font-size: 15px;
        padding: 0 10px;
    }
    .search-box button{
        width: 60px;
        height: 60px;
        position: relative;
        right: -8px;
    }

    .order-item{
        display: block;
    }
    .order-page-header{
        display: block;
    }

}