/* =============================================
   GLOBAL RESPONSIVE OVERRIDES
   Loaded last — only rules that ADD to per-component CSS.
   Per-component breakpoints live in their own CSS files.
   ============================================= */

/* Shopping Cart — full-width on mobile */
@media only screen and (max-width: 768px) {
  .shopping-cart .cartTab {
    width: 100%;
  }

  .shopping-cart .btnTotal__buttons-wrapper button {
    width: 100%;
    margin-bottom: 10px;
  }
}
