@layer components {
  #cart_form {
    /* &[aria-busy] { */
      opacity: 0.8;

      &::after {
        content: "";
      }

    /* } */
  }

  .cart-country-select {
    /* tom_select styles */
    --ts-font-size: var(--text-base);
    --ts-value-background: none;
    --ts-dropdown-option-gap: 1ch;
  }
}
