@media (min-width: 767px) {
  .form-box {
    width: 50% !important;
  }
}
@media (max-width: 575px) {
  .banner-big h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .banner-big h1 {
    font-size: 34px;
    line-height: 53px;
  }
  .wrapper.show {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .banner-big h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner-big h1 {
    font-size: 35px;
    line-height: 48px;
  }
  .banner-image {
    aspect-ratio: 9/6;
    object-fit: cover;
  }
  .position-breadcrumb h4 {
    font-size: 1rem !important;
  }
  .pagination-back img {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 992px) {
  .banner-row {
    gap: 20px;
  }
  .banner-text-content {
    padding: 0 0 0 10px;
  }
  .big-title {
    font-size: 45px;
  }
  .banner-section {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .slick-next::before,
  .slick-prev::before {
    display: none;
  }


  .product-info {
    padding-top: 0;
  }
  .filters-column {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100vh;
    background: white;
    z-index: 1000;
    transition: 0.3s;
    padding: 20px;
    overflow-y: auto;
    width: 280px;
  }

  .filters-column.active {
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .filter-overlay.active {
    display: block;
  }
  .featured-icon .block-top-link {
    gap: 12px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cart-table th,
  .cart-table td {
    font-size: 14px;
  }
  .product-image {
    width: 60px;
    height: 60px;
  }
  .heading-title {
    font-size: 30px;
  }
  .related-product-img{
    width: 100%;
  }
  .related-products .heading-title{
    font-size: 20px !important;
  }
  .product-shop-container{
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .sliding-cart-panel {
    width: 100%;
    right: -100%;
  }
}
@media (max-width: 1024px) {
  .featured-icon .block-top-link > * {
    padding: 0 5px;
  }
}
