/*
 * Page Panier - Responsive styles
 * Les media queries sont déjà incluses dans cart.css
 * Ce fichier est gardé pour compatibilité
 */

@media (max-width: 768px) {
  .cart-empty__wrapper {
    padding : 3rem 1.5rem;
  }

  .cart-empty__illustration {
    width  : 96px;
    height : 96px;
  }
}

@media (max-width: 480px) {
  .cart-empty__wrapper {
    padding : 2.5rem 1rem;
  }

  .cart-empty__btn {
    width : 100%;
  }
}
