/* ==========================================================================
   Bond Fluidaire — Responsive Overrides
   ========================================================================== */

@media (max-width: 991.98px) {
  .section {
    padding: 60px 0;
  }

  .home-hero {
    min-height: 70vh;
  }

  .home-hero .brand-signal {
    letter-spacing: 2px;
  }

  .bf-navbar .navbar-collapse {
    background: var(--bf-white);
    padding: 15px;
    margin-top: 10px;
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius);
  }

  .bf-navbar .nav-link {
    margin-bottom: 4px;
  }

  .top-bar .top-left,
  .top-bar .top-right {
    text-align: center;
    justify-content: center !important;
  }

  .shop-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form .btn {
    width: 100%;
  }

  .newsletter-split .newsletter-img {
    min-height: 220px;
  }

  .cart-table thead {
    display: none;
  }

  .cart-table tbody td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 8px 16px;
  }

  .cart-table tbody tr {
    display: block;
    border: 1px solid var(--bf-border);
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .cart-table tbody td::before {
    content: attr(data-label);
    font-family: var(--bf-font-heading);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
    color: var(--bf-grey);
  }

  .footer-bottom .row > div {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .process-step {
    margin-bottom: 30px;
  }

  .hero-gradient {
    min-height: auto;
    padding: 60px 0;
    text-align: center;
  }

  .hero-gradient .hero-product-img {
    max-height: 280px;
    margin: 30px auto 0;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 50px 0;
  }

  .page-hero {
    min-height: 240px;
  }

  .stat-item .stat-num {
    font-size: 2.2rem;
  }

  .product-card .card-actions {
    opacity: 1;
    transform: none;
  }

  .coupon-form {
    flex-direction: column;
    max-width: 100%;
  }

  .coupon-form input,
  .coupon-form .btn {
    border-radius: var(--bf-radius-pill);
    width: 100%;
  }

  .shop-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-block {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .btn {
    padding: 10px 24px;
    font-size: 11px;
  }

  .home-hero {
    min-height: 60vh;
  }

  .top-bar {
    font-size: 12px;
  }

  .top-bar .divider {
    margin: 0 6px;
  }
}
