.weltpixel_multistore .current-store {
                      cursor: pointer;
                      display: flex;
                      align-items: center;
                      gap: 8px;
                      padding: 6px 0 0;
                    }

                    .weltpixel_multistore .current-store span {
                      font-size: 12px;
                      padding-left: 5px;
                      font-weight: 700;
                      color: #fff;
                    }

                    .weltpixel_multistore .store-switcher-dropdown {
                      list-style: none;
                      margin: 0;
                      padding: 0;
                      display: none;
                      position: absolute;
                      background: #fff;
                      border: 1px solid #ddd;
                      z-index: 1000;
                      min-width: 160px;
                    }

                    .weltpixel_multistore.open .store-switcher-dropdown {
                      display: block;
                    }

                    .weltpixel_multistore .store-switcher-dropdown li {
                      padding: 5px 10px;
                      display: flex;
                      align-items: center;
                      gap: 8px;
                    }

                    .weltpixel_multistore .store-switcher-dropdown li:hover {
                      background-color: #f1f1f1;
                    }

                    .weltpixel_multistore img {
                      width: 21px;
                      height: 21px;
                      object-fit: cover;
                      border-radius: 50%;
                    }
