@media (max-width: 992px) {
  .footer-section {
    padding: 3rem 0 2rem;
  }
  
  .footer-heading {
    font-size: 1.15rem;
    margin-top: 1.5rem;
  }
  
  .footer-logo img {
    max-height: 55px;
  }
  
  .social-icons {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-section {
    padding: 2rem 0;
  }
  
  .footer-heading {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  
  .hours-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .day-hours {
    text-align: left;
    width: 100%;
  }
  
  .split-hours {
    align-items: flex-start;
  }
  
  .split-shift {
    white-space: normal;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .footer-bottom-links {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    margin-top: 1rem;
  }
  
  .footer-bottom {
    text-align: center;
  }
  
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
  
  .payment-methods-section {
    padding: 1rem 0;
  }
  
  .payment-title {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
  
  .payment-icons {
    gap: 0.75rem;
  }
  
  .payment-icon-item {
    width: 48px;
    height: 48px;
    padding: 0.4rem;
  }
  
  .payment-icon-img {
    max-width: 38px;
    max-height: 30px;
  }
  
  .payment-note {
    font-size: 0.65rem;
    margin-top: 0.5rem;
  }
  
  .footer-section .row {
    display: flex;
    flex-direction: column;
  }
  
  .footer-section [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  
  .footer-bottom .row {
    display: flex;
    flex-direction: column;
  }
  
  .footer-bottom [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (max-width: 576px) {
  .cart-drawer {
    width: 100vw;
    max-width: 100vw;
  }
  
  .cart-drawer-header {
    padding: 1rem 1.25rem;
  }
  
  .cart-drawer-body {
    padding: 0.75rem;
  }
  
  .cart-drawer-footer {
    padding: 1rem 1.25rem;
  }
  
  .cart-drawer-item {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  
  .cart-drawer-item-image {
    width: 65px;
    height: 65px;
    border-radius: 10px;
  }
  
  .cart-drawer-item-name {
    font-size: 0.85rem;
  }
  
  .footer-logo img {
    max-height: 45px;
  }
  
  .footer-description {
    font-size: 0.85rem;
  }
  
  .contact-item {
    font-size: 0.85rem;
  }
  
  .social-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
  
  .payment-icons {
    gap: 0.5rem;
  }
  
  .payment-icon-item {
    width: 42px;
    height: 42px;
  }
  
  .payment-icon-img {
    max-width: 32px;
    max-height: 26px;
  }
  
  .payment-title {
    font-size: 0.8rem;
  }
  
  .payment-title i {
    font-size: 0.85rem;
  }
}