/* ============================
   WRAPPER ALIGNMENT
   ============================ */
/*.block-location-switcher-block {
  display: flex;
  align-items: center;       
  gap: 14px;
  padding: 6px 0;
}*/

/* ============================
   LABEL STYLE
   ============================ */
.block-location-switcher-block {margin: 0px 10px;margin-block-end: 0px !important;position:relative;}
.block-location-switcher-block > span {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #1f2937;
  display: flex;
  align-items: center;      /* Vertically center text */
  margin: 8px;
  padding: 0;
}
.block-location-switcher-block .block__title {padding-bottom: 0;font-size: 14px;font-family: var(--font-primary) !important;color: var(--text-color-dark) !important;}
.block-location-switcher-block .js-form-type-select {margin-top: 5px;}
/* ============================
   SELECT2 CONTAINER STYLE
   ============================ */
.block-location-switcher-block .select2-container {
  width: 150px !important;   /* Adjust width */
}
.block-location-switcher-block > .js-form-type-select {margin: 0;}
/* Select box area */
.select2-container .select2-selection--single {
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.20s ease-in-out;
}

/* Hover effect */
.select2-container .select2-selection--single:hover {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 5px rgba(59, 130, 246, 0.35);
}

/* Focus (when clicking) */
.select2-container--open .select2-selection--single {
  border-color: #2563eb !important;
  box-shadow: 0 0 6px rgba(37, 99, 235, 0.45);
}

/* Selected text */
.select2-selection__rendered {
  font-size: 14px !important;
  color: #374151 !important;
}

/* Dropdown arrow spacing */
.select2-selection__arrow {
  margin-right: 0px;top: 6px !important;
}

/* ============================
   DROPDOWN SEARCH BOX
   ============================ */
.select2-dropdown {
  border-radius: 6px !important;
  border-color: #cbd5e1 !important;
  overflow: hidden;
}

.select2-search__field {
  padding: 7px !important;
  border-radius: 4px !important;
}

/* Dropdown options */
.select2-results__option {
  padding: 8px 10px !important;
  font-size: 14px;
}

.select2-results__option--highlighted {
  background: #3b82f6 !important;
  color: #fff !important;
}
@media only screen and (min-width:993px) and (max-width:1660px) {
  .block-location-switcher-block .select2-container {width: 130px !important;}
  .menu-wrapper .menu-item a, .menu-wrapper .menu-item > span {font-size: 13px;}
  .cart-block--summary a {width: 40px;}
  .user-btn .user-icon + span {display: none;}
}