/* Pozitionare Swym Wishlist in Header SS #1 */
.swym-wishlist-button,
.swym-wishlist-icon,
#swym-custom-btn,
.swym-button-bar {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* Integrare in header utilities */
.header__icons,
.header-utilities,
.ss-header-utilities {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

/* Pozitionare specifica pentru SS Header #1 */
.ss-header-1 .swym-wishlist-button,
.ss-header-1 #swym-custom-btn {
  order: 2 !important; /* Search = 1, Wishlist = 2, Cart = 3 */
  margin: 0 0.25rem !important;
  padding: 0 !important;
}

/* Desktop */
@media screen and (min-width: 750px) {
  .ss-header-1 .swym-wishlist-button,
  .ss-header-1 #swym-custom-btn {
    margin: 0 0.5rem !important;
  }
}

/* Mobile - spacing compact */
@media screen and (max-width: 749px) {
  .ss-header-1 .swym-wishlist-button,
  .ss-header-1 #swym-custom-btn {
    margin: 0 0.2rem !important;
  }
}
