@media (max-width: 1400px) {
  .footer-inner-content {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .footer-inner-content__col-1 {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .archive-product-card__button {
    left: 26px !important;
  }
  .single-product__row-2 {
    flex-direction: column;
    gap: 2rem;
  }

  .compatible_section {
    width: 100%;
  }
  .woocommerce_template_single_meta {
    width: 25rem;
  }
}

@media (max-width: 1100px) {
  .woocommerce ul.products li.product img,
  .woocommerce div.product div.images img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    max-height: 300px !important;
  }
  .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    color: black;
  }
}

@media (max-width: 1024px) {
  .left-side__search {
    width: 15rem !important;
  }
  .home-page-category-container {
    flex-wrap: nowrap !important;
    gap: 2rem !important;
    overflow: auto;
    justify-content: start !important;
  }
  .woo-archive-filter-content {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999;
    top: 0;
    overflow-y: scroll;
    display: none;
  }
  .mobile-archive-filter__content {
    height: 100%;
  }

  .mobile-filter__close-btn {
    top: 10px;
    left: 10px;
    display: inline-block;
    z-index: 999;
  }

  .archive-product-loop__main-wrapper {
    width: 100% !important;
  }
  .woo-archive-product__layout {
    grid-template-columns: repeat(4, minmax(370px, 1fr));
    justify-content: flex-start;
    overflow-x: auto;
  }
  .woo-archive-filter-btn {
    display: flex;
  }
}

@media (max-width: 950px) {
  .footer-inner-content {
    gap: 3rem !important;
  }
  .inner-single-product__content {
    flex-direction: column;
  }
  .single-product__img,
  .single-product-items-main__wrapper {
    width: 100%;
  }
  .woocommerce_template_single_meta {
    display: none !important;
  }
  .woocommerce-single-product__price-mobile,
  .woocommerce-single-product__add-to-cart-mobile {
    display: flex;
  }
  .left-side__search {
    display: none;
  }
  .woocommerce-single-product__add-to-cart-mobile {
    z-index: 999;
    bottom: 6.5rem;
    left: 0;
  }

  .woocommerce-single-product__add-to-cart-mobile .quantity {
    display: flex !important;
    gap: 1rem;
  }
  .woocommerce-single-product__add-to-cart-mobile
    .single-product__quantity-cart-btn-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .woo-quantity-minus-btn,
  .woo-quantity-plus-btn {
    background-color: var(--bg-gray-4);
  }
  .woocommerce-single-product__add-to-cart-mobile .cart {
    margin-top: 0rem !important;
  }
  .home-header__down-section,
  .home-header__register,
  .left-side__cart-section {
    display: none !important;
  }
  .home-header__above-section {
    justify-content: center;
  }
  .mobile-nav-layout {
    display: flex !important;
  }
  .home-header__logo {
    position: static !important;
    transform: translateX(0%) !important;
  }
  .home-header__logo img {
    height: 35px;
  }
  .single-product__additional-information {
    padding: 1rem;
  }
  .footer-inner-content {
    padding-bottom: 8rem;
  }
}

@media (max-width: 850px) {
  .left-side__search {
    width: 11rem !important;
  }
  .home-swiper__slide-content {
    margin-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .swiper {
    margin: 1rem 0 !important;
  }
  .footer-inner-content .fs-1 {
    font-size: 17px !important;
  }
  .footer-nav-item {
    font-size: 14px !important;
  }
  .footer-inner-content__col-1 {
    gap: 3rem !important;
  }
  .single-prduct-box-footer__item {
    flex-direction: column;
  }
  .single-prduct-box-footer__item span {
    text-align: center;
    font-size: 12px;
  }
  .single-prduct-box-footer__wrapper {
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .features-container__col {
    flex-direction: column !important;
  }
  .container-col__text {
    text-align: center;
  }
  .features-container {
    gap: 16px !important;
  }
  .archive-product-card__button {
    display: none;
  }
  .archive-product-card__price-wrapper {
    margin-top: 2.5rem;
  }
}

@media (max-width: 710px) {
  .home-page-category-container {
    margin-top: 0px !important;
  }

  .left-side-search__text {
    font-size: 13px;
  }

  .left-side-search__icon > #header-icons {
    height: 20px;
  }

  .footer-inner-content {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-content: center;
  }
  .woocommerce .woocommerce-breadcrumb {
    padding: 22px 0rem 0rem 0 !important;
  }
}

@media (max-width: 660px) {
  .archive-product-main-container {
    padding: 0 1rem;
  }
  .archive-product-footter__divider {
    display: none;
  }
  .archive-product__primary-title {
    font-size: 19px;
    word-spacing: -3px;
    line-height: 25px;
  }
}

@media (max-width: 500px) {
  .container-col__text {
    font-size: 10px;
    margin-top: 1rem;
  }

  .features-container {
    align-items: flex-start !important;
  }

  .single_add_to_cart_button {
    min-width: auto;
  }

  #body-icons {
    height: 35px !important;
  }
  .features-container__col {
    gap: 0px !important;
  }
  .container-col__img {
    background: #ced4da;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }
  .home-page-category__items img {
    height: 130px !important;
  }

  .home-page-category-container {
    gap: 10px !important;
  }
  .single-product__title h1 {
    font-size: 20px;
  }
  .woo-archive-product__layout {
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    gap: 7px;
  }
  .archive-product-img-wrapper {
    width: 300px;
  }
  .archive-product-card__price-wrapper {
    margin-top: 2rem;
  }
  .archive-product-card__footer {
    justify-content: flex-end;
  }
  .archive-product__primary-title,
  .term-description h1 {
    font-size: 16px;
  }
  .pro-box__tire-info,
  .term-description,
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 14px;
  }
  .archive-product-card__price-label {
    text-align: left;
  }
  .archive-product-loop__main-wrapper {
    margin-bottom: 0px;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    height: 2rem;
    width: 2rem;
  }
  .enamad-logo,
  .samandehi-logo,
  .home-header__logo img {
    height: auto;
  }
}

@media (max-width: 390px) {
  .nav-layout-item__icon > #header-icons {
    height: 25px;
  }
  .nav-layout-item__txt {
    font-size: 11px !important;
  }
  .footer-inner-content__col-2 {
    flex-direction: column;
  }
  .single_add_to_cart_button img {
    display: none;
  }
  .single_add_to_cart_button {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .woocommerce-single-product__add-to-cart-mobile .quantity {
    gap: 1px;
  }
  .single-product__title h1 {
    font-size: 18px;
  }
  .archive-product__primary-title {
    font-size: 14px;
  }
  .pro-box__tire-info,
  .archive-product-card__price-label {
    font-size: 12px;
  }
  .arch-product-box__section-2 {
    padding: 5px;
  }
  .archive-product-img-wrapper {
    padding: 0px;
  }
  .archive-product-card__price {
    font-size: 16px;
  }
  .arch-product-box__brand-wrapper {
    padding-bottom: 5px;
  }
}
