/* Mobiele en responsive stijlen komen hier */
@media (max-width: 960px) {
  /* Tablet layout */
  .main-content {
    flex-direction: column;
  }
  .checkout {
    width: 100%;
    margin-top: 24px;
  }
  .footer-cols, .footer-row {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  /* Mobile layout */
  .container-main {
    padding: 16px;
  }
  .usp-slider {
    height: 28px;
    padding: 0 16px;
  }
  .usp-slide {
    font-size: 13px;
    gap: 6px;
  }
  .usp-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }
  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .item-info-wrapper {
    width: 100%;
  }
  .cart-item-img {
    height: auto;
    width: 120px;
  }
  .checkout-btn {
    font-size: 1em;
    padding: 14px 0;
  }
  .cross-sell-list {
    gap: 16px;
  }
  .product-card {
    flex: 0 0 180px;
  }
  .footer-cols, .footer-row {
    flex-direction: column;
    gap: 24px;
  }
  .footer-top {
    padding: 32px 16px 0 16px;
  }
  .footer-bottom {
    padding: 24px 16px;
  }
  .footer-payments {
    gap: 16px;
    justify-content: center;
  }
  .footer-payments img {
    height: 28px;
  }
}
