@media (max-width: 1400px) {
  .feature_product_left {
    width: 300px !important;
    padding-bottom: 80px;
  }
  .feature_product_right {
    width: calc(100% - 300px - 20px) !important;
  }
}
@media (max-width: 1350px) {
  .products-swiper .swiper-button-prev,
  .products-swiper .swiper-button-next {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .products-swiper {
    padding-right: 20px !important;
  }
}
@media (max-width: 1024px) {
  .feature_product_left,
  .feature_product_right {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .product-card .product-title {
    font-size: 20px;
  }
  .product-card .product-excerpt p,
  .product-card .explore-button {
    font-size: 16px;
    line-height: 22px;
  }
  .products-swiper {
    padding-right: 0 !important;
  }
  .service_grid .eael-post-grid article {
    width: calc(33% - 11px) !important;
  }
  .service_grid .eael-entry-title,
  .service_grid .eael-entry-title a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .service_grid .eael-grid-post-excerpt p {
    font-size: 16px !important;
  }
  .banner h1 {
    font-size: 52px;
    line-height: 60px;
  }
  .banner img {
    height: 300px;
  }
  .product-details {
    padding: 70px 20px 0;
    flex-direction: column;
  }
  .product-details .product-content,
  .product-details .sidebar {
    width: 100%;
  }
  .feature_product_left {
    padding-bottom: 30px;
  }
  .feature_product_right {
    padding-bottom: 80px;
  }
  .products-swiper .swiper-button-prev {
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    margin-left: -35px !important;
  }
  .products-swiper .swiper-button-next {
    left: 50% !important;
    transform: translate(-50%, 0) rotate(180deg) !important;
    margin-left: 35px !important;
  }
}
@media (max-width: 767px) {
  .trust_organic_img .elementor-widget-image {
    width: 100%;
  }
  .service_grid .eael-post-grid article {
    width: calc(50% - 10px) !important;
  }
  .banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .product-details {
    padding: 50px 20px 0;
  }
  .product-details .sidebar .widget {
    padding: 20px;
  }
  .sidebar .widget .widget-title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .latest-products {
    gap: 10px;
  }
  .latest-products li a {
    font-size: 16px;
  }
  .location-section p,
  .location-section .icon h4 {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .service_grid .eael-post-grid article {
    width: 100% !important;
  }
  .topbar_list .elementor-icon-list-items {
    flex-direction: column;
    align-items: center;
  }
}
