﻿.mobile-other-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-other-links-list li {
  width: 100%;
}

.mobile-other-links-list li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: var(--black);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.2s;
}

.mobile-other-links-list li a:hover,
.mobile-other-links-list li a:active {
  background: var(--border-light-grey, #f5f5f5);
}

.store-logo img {
  width: auto;
  height: 100%;
}

.b-icon {
  outline: none;
}

.header-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin: 0 0 2.5rem 0;
  background-color: var(--white);
  z-index: 1040;
}

.header-nav.header-dark {
  background-color: var(--background-grey);
}

.header-nav.header-dark .store-logo img {
  height: auto;
  width: 100%;
}

.header-nav .b-icon.bi {
  font-size: 1.5rem;
}

.navbar-nav {
  align-items: center;
}

.s4d-mobile .navbar-nav {
  justify-content: space-between;
  width: 100%;
}

.navbar-nav .nav-link {
  position: relative;
  cursor: pointer;
}

.navbar .profile-dropdown {
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  transform: translateY(100%);
}

.profile-dropdown {
  z-index: 1060;
}

.qty-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 500;
  background: var(--purple);
  border-radius: 0.5rem 0;
  padding: 0 0.25rem;
  min-width: 1rem;
}

.b-sidebar-header {
  text-align: right;
}

.b-sidebar-body {
  padding: 0.9375rem;
}

.top-header-items {
  gap: 0.5rem;
}

.top-header-items .no-item.lnr {
  color: #6c757d;
  font-size: 7.1875rem;
}

.top-header-items .nav-item .nav-link {
  aspect-ratio: 1/1;
  padding: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.top-header-items .nav-item .nav-link:hover,
.top-header-items .nav-item .nav-link:active,
.top-header-items .nav-item .nav-link:focus {
  background-color: var(--border-light-grey);
}

/* sidebar-cart */
.sidebar-cart {
  padding-left: 0;
}

.sidebar-cart .item {
  position: relative;
  width: 100%;
  margin: 0 0 0.4688rem 0;
  padding: 0 0 0.4688rem 0;
  border-bottom: 0.0625rem solid #efefef;
}

.sidebar-cart .item img {
  max-width: 6.25rem;
  background-color: #f8f9fb;
}

.sidebar-cart .item:last-child,
.sidebar-cart .item:last-child:first-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.sidebar-cart .item .attributes {
  font-size: 0.875rem;
  color: #888;
  border: 0.0625rem solid #ddd;
}

.sidebar-cart .item .deletecartitem {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125rem;
  cursor: pointer;
}

.sidebar-cart .item .col a {
  color: #343a40;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.header-nav .bi-cart-check {
  width: 2.5rem;
  margin: 0.375rem 0 0 0;
}

.user-info-wrapper {
  gap: 0.25rem;
  align-items: center;
}

.user-info-wrapper>.s4d-icon {
  font-size: 1.3125rem;
  color: var(--text-grey);
}

.top-header-items .user-info-wrapper .nav-link {
  border-radius: 100%;
  padding: 0.5rem;
  background-color: var(--background);
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}

.top-header-items .user-info-wrapper .nav-link:hover {
  background-color: var(--background);
}

.top-header-items .login-actions-wrapper {
  display: flex;
  gap: 0.5rem;
}

/* search box */
.nav-item {
  list-style: none;
}

.search-item {
  width: 100%;
  max-width: 28.5rem;
}

.btn-mic {
  display: flex;
  align-items: center;
  height: 2.5rem;
  background-color: #ef5350;
}

.input-group {
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--border-light-grey);
  background-color: var(--background);
  overflow: hidden;
}

.search-item .input-group-append {
  margin-left: 0;
  position: relative;
}

.search-box-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding: 0rem 0.5rem 0rem 1rem;
  font-size: 0.875rem;
  color: var(--gray) !important;
  background-color: inherit;
  font-weight: 400;
  border: 0 !important;
}

.search-box-select {
  max-width: 7.5rem;
  height: 2.5rem;
  border-top: 0;
  border-bottom: 0;
  border-color: var(--t-black);
  font-size: 0.875rem;
  font-weight: 500;
}

.search-box-button,
.search-box-button:hover,
.search-box-button:focus,
.search-box-button:active:focus {
  border: 0;
  box-shadow: none;
  padding: 0 0.5rem 0 1rem;
  height: 2.5rem;
}

.search-box-button .s4d-icon {
  color: var(--gray);
}

.group-search-by-picture-button .s4d-icon {
  color: var(--white);
}

.input-group-search-by-picture .group-search-by-picture-button {
  aspect-ratio: 1/1;
  height: 2.5rem;
  background: var(--sourcing-gradient);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: var(--white);
  border: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.input-group-search-by-picture .group-search-by-picture-button:disabled {
  background: var(--sourcing-gradient) !important;
  cursor: not-allowed;
  opacity: 0.7;
}

.input-group-search-by-picture .group-search-by-picture-button:disabled .spinner-border {
  color: var(--white);
}

.input-group-search-by-picture .group-search-by-picture-button:disabled span {
  font-size: 0.875rem;
  font-weight: 500;
}

.login-link,
.register-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 0.75rem 0 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
}

.register-link {
  padding-left: 0.75rem;
}

#small-searchterms+.field-validation-error {
  position: absolute;
  top: 1.75rem;
  left: 1.5625rem;
  font-size: 0.625rem;
  display: block;
  z-index: 3;
}

#small-search-box-form {
  position: relative;
}

.navbar-nav .delivery-link {
  display: block;
  padding: 0 0.75rem;
  height: 2.5rem;

  font-size: 0.75rem;
  color: var(--gray);
  text-align: start;
  font-weight: 400;
}

.navbar-nav .delivery-link span {
  font-size: 0.875rem;
  color: var(--background-grey);
}

.advanced-search-results {
  position: absolute;
  top: 3.375rem;
  left: 0;
  right: 0;
  max-height: calc(100vh - 3.4375rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.9375rem;
  background: #fff;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 3;
  padding: 1rem;
  box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.16);
}

.advanced-search-results .title:first-child {
  margin: 0 0 0.625rem 0;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
}

.advanced-search-results .title:not(:first-child) {
  margin: 0.625rem 0 0.625rem 0;
  padding: 0.625rem 0 0 0;
  border-top: 0.0625rem solid #ddd;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.advanced-search-results .list {
  margin: 0 0 0.625rem 0;
}

.advanced-search-results .products .list .media:not(:last-child) {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.625rem 0;
  border-bottom: 0.0625rem solid #ddd;
}

.advanced-search-results img {
  background: #f8f9fb;
}

.advanced-search-results p {
  color: #666;
  font-size: 0.875rem;
  max-height: 4.0625rem;
  overflow: hidden;
}

.advanced-search-results .price {
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.advanced-search-results .b-rating {
  height: 1.25rem;
}

.advanced-search-results .b-rating .b-rating-star {
  padding: 0 0.1875rem 0 0;
}

.header-nav .advanced-search-results .b-rating .b-rating-star .b-icon.bi {
  font-size: 0.875rem;
}

.loading-overlay {
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
  border-radius: 0.25rem;
  backdrop-filter: blur(0.125rem);
  pointer-events: none;
}

.loader-large {
  width: 3rem;
  height: 3rem;
  border: 0.1875rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.1875rem solid var(--purple);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.platform-switcher {
  border-radius: 0.5rem;
  background: var(--light-grey);
  padding: 0.125rem;
  display: flex;
}

.platform-switcher .platform {
  display: block;
  height: 1.5rem;
  padding: 0 0.75rem 0 0.375rem;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  color: var(--gray);
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 0.375rem;
  cursor: pointer;
}

.platform-switcher .platform:hover,
.platform-switcher .platform:active,
.platform-switcher .platform:focus {
  background-color: var(--border-light-grey);
}

.platform-switcher .platform.active {
  background: var(--sourcing-gradient);
  color: var(--primary-color);
}

.platform-switcher .platform.active:hover,
.platform-switcher .platform.active:active,
.platform-switcher .platform.active:focus {
  background: var(--sourcing-gradient-hover);
}

.platform-switcher .platform .s4d-icon {
  font-size: 1.125rem;
}

/* top-header */
.top-header {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.top-header .dropdown {
  margin: 0.3125rem 0;
  z-index: 1042;
}

.top-header .dropdown .btn,
.top-header .dropdown .dropdown-toggle:active:focus {
  padding: 0.1875rem 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.top-header .dropdown .dropdown-toggle::after {
  content: "\ec3a";
  position: relative;
  top: 0;
  right: 0;
  font-family: "Linearicons";
  border: 0;
  margin: 0 0 0 0.3125rem;
  font-size: 0.5rem;
  vertical-align: middle;
}

.btn-selector+.dropdown-menu {
  border-radius: 0;
  z-index: 1043;
}

.btn-selector+.dropdown-menu .dropdown-item {
  font-size: 0.75rem;
  font-weight: 500;
}

/* top header info */

.swiper-info.swiper-container {
  width: calc(100% - 16.5625rem);
}

.swiper-info .top-header-info {
  width: 100%;
  padding: 0.3125rem 1.25rem;
  text-align: center;
}

.swiper-info .swiper-slide {
  width: 100%;
}

.swiper-info .top-header-info strong {
  color: #ef5350;
  font-weight: 900;
}

.swiper-info .top-header-info span {
  color: #fff;
  font-weight: 500;
}

/* other links container */

.other-link-container>ul,
.other-link-container {
  position: absolute;
  width: 100%;
  display: none;
  padding: 0.5rem 0;
  background-color: var(--white);
  border-bottom: 0.0625rem solid var(--border-light-grey);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1040;
}

.other-links>ul {
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
  align-items: center;
  margin: 0;
}

.other-links .other-links-menu {
  min-width: 100%;
}

.other-links .other-links-menu .btn-profile {
  font-size: 0.75rem;
}

/* contact-banner */
.contact-banner {
  display: inline-flex;
  align-items: center;
  padding: 0 2.5rem 0 0.625rem;
}

.contact-banner .icon {
  display: flex;
  align-items: center;
}

.contact-banner .icon .lnr {
  font-size: 2rem;
  color: #fff;
  margin: 0 0.625rem 0 0;
}

.contact-banner .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contact-banner .content .title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}

.contact-banner .content .number-phone {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

/* menu toogler */

#sidebar-menu .b-sidebar-body {
  padding: 0;
}

.menu-toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 0.75rem 0 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--tertiary-color);
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: var(--tertiary);
}

.menu-toggler:hover,
.menu-toggler:active,
.menu-toggler:focus {
  background-color: var(--tertiary-hover);
}

/* navbar */

.header-nav .navbar {
  background-color: inherit;
  z-index: 1041;
  padding: 1rem 3.75rem;
  border-bottom: 0.0625rem solid var(--border-light-grey);
}

/* fly menu */
#header-container {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.navbar-light .navbar-brand {
  height: 2.5rem;
  padding: 0;
}

.s4d-mobile .navbar-light .navbar-brand {
  color: var(--white);
  margin: 0;
}

.header-dark .navbar-light .navbar-brand {
  max-width: 6.25rem;
}

@media (min-width: 36rem) {
  .b-sidebar {
    width: 33.125rem;
  }
}

@media (min-width: 62rem) {
  .Menu.dropdown-menu-wrapper {
    transform: translate(0, 6.1875rem) !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

    body.scroll-down:not(.onTop) .Menu.dropdown-menu-wrapper {
    transform: translate(0, 3.625rem) !important;
  }

  body.scroll-down:not(.onTop) .delivery-menu {
    transform: translate(-8rem, 3.625rem) !important;
  }

  body.scroll-down:not(.onTop) .other-link-container {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .menu-container {
    align-items: flex-start;
  }

  .navbar-light .navbar-brand {
    text-align: center;
  }
}

@media (min-width: 87.5rem) {
  ul.Menu.-vertical.fly-menu {
    min-width: 19.2188rem;
  }
}

@media (max-width: 61.9375rem) {
  .search-box-text {
    padding: 0.625rem;
    font-size: 0.75rem;
  }

  .search-box-text::placeholder {
    font-size: 0.75rem;
  }

  .advanced-search-results {
    max-height: calc(100vh - 5rem);
    min-width: 31.25rem;
    border-radius: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .search-item {
    padding: 0 0.3125rem 0 0;
  }

  .search-box-select {
    max-width: 3.625rem;
  }

  .other-link-container>ul,
  .other-link-container {
    position: static;
  }

  .other-link-container {
    position: absolute;
    transform: rotateY(0);
  }

  body.scroll-down .other-link-container {
    transform: translateY(-100%);
  }

  .menu-toggler {
    margin: 0;
  }

  .top-header {
    max-height: 1.25rem;
    justify-content: flex-start;
  }

  .swiper-info.swiper-container,
  .contact-banner {
    display: none;
  }

  .other-links ul {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
  }

  .other-links ul li a {
    white-space: nowrap;
  }

  .header-nav>.navbar {
    height: 3.625rem;
  }

  .header-nav .navbar-brand img {
    max-height: 2.8125rem;
  }

  .header-nav .top-header-items.navbar-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--purple);
    padding: 0.625rem;
    display: inline-flex;
    justify-content: space-around;
    box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.16),
      0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
  }

  .header-nav .navbar {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-nav .navbar>* {
    margin-right: 0;
  }
}

@media (max-width: 35.9375rem) {
  .advanced-search-results {
    min-width: 26.25rem;
  }

  .sidebar-cart .item img {
    max-width: 4.6875rem;
  }

  .sidebar-cart .item .col a {
    display: table;
    max-width: calc(100% - 0.9375rem);
    font-size: 0.875rem;
    line-height: 1;
  }

  .sidebar-cart .item .price,
  .sidebar-cart .item .quantity {
    font-size: 0.875rem;
  }

  .sidebar-cart .item .attributes {
    font-size: 0.75rem;
  }

  .sidebar-cart .b-sidebar-footer .h4 {
    font-size: 1.25rem;
  }

  .sidebar-cart .b-sidebar-footer .h5 {
    font-size: 1rem;
  }
}

@media (max-width: 27.5rem) {
  .advanced-search-results {
    min-width: 22.5rem;
  }
}

@media (max-width: 23.75rem) {
  .header-nav .navbar-brand img {
    max-width: 7.5rem;
  }

  .advanced-search-results {
    min-width: 20rem;
  }

  .btn-mic {
    padding: 0 0.5rem;
  }

  .top-header-items .lnr {
    font-size: 1.25rem;
  }
}

.header-secure-checkout {
  gap: 0.5rem;
  font-size: 1.3125rem;
  color: var(--white);
  font-weight: 500;
}

.header-secure-checkout>.s4d-icon {
  font-size: 2rem;
}

.header-return-to-cart {
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--white);
  font-weight: 500;
  padding: 0rem 0.75rem 0rem 0.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.header-return-to-cart:hover,
.header-return-to-cart:active,
.header-return-to-cart:focus {
  background-color: var(--tertiary-hover);
  color: var(--tertiary-color);
}

/* dark header */
[dark-theme="true"] .header-nav {
  background-color: #2d3133;
  border-bottom: none;
}

[dark-theme="true"] .menu-toggler span {
  background: #fff;
}

[dark-theme="true"] .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

[dark-theme="true"] .qty-indicator {
  background: #1fb0c7;
}

[dark-theme="true"] .sidebar-cart .item img {
  background-color: #2d3133;
  border: 0.0625rem solid #555;
}

.searchbox-products-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.searchbox-product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.searchbox-product-pic {
  width: 1.3125rem;
  height: 1.3125rem;
  object-fit: cover;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
}

.searchbox-product-name {
  overflow: hidden;
  color: var(--grey-90);
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1 1 auto;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}

.searchbox-product-price {
  font-size: 0.875rem;
  color: var(--grey-90);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 1rem;
  white-space: nowrap;
}

.searchbox-categories-title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--grey-90);
  margin-bottom: 1rem;
}

.searchbox-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.searchbox-category-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: var(--grey-90);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
  border: 0.0625rem solid var(--divider-bg);
  border-radius: 4rem;
  text-decoration: none;
  transition: background 0.2s;
}

.searchbox-category-bubble:hover {
  background: var(--divider-bg);
}

.searchbox-showall-btn {
  overflow: hidden;
  color: var(--Grey-60);
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 1rem auto;
  padding: 0.5rem 0;
}

@media (max-width: 61.9375rem) {
  #sidebar-right.b-sidebar {
    width: 100vw;
    max-width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    z-index: 2000;
    background: var(--white, #fff);
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  #sidebar-right .b-sidebar-header {
    position: sticky;
    top: 0;
    background: var(--white, #fff);
    z-index: 2010;
    padding: 1.25rem 1rem 1rem 1rem;
    border-bottom: 0.0625rem solid var(--border-light-grey, #eee);
  }

  #sidebar-right .b-sidebar-body {
    background: white;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.5rem 0 0 0;
  }

  .mobile-other-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }

  .mobile-other-links-list li {
    width: 100%;
  }

  .mobile-other-links-list li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    color: var(--black, #222);
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.2s;
  }

  .mobile-other-links-list li a:hover,
  .mobile-other-links-list li a:active {
    background: var(--border-light-grey, #f5f5f5);
  }

  .header-nav {
    position: sticky;
    top: 0;
    z-index: 2100;
    margin: 0;
  }
}

.options-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.option-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  color: var(--black, #222);
  background: none;
  border: none;
  border-radius: 0.5rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}

.option-btn:active,
.option-btn:focus,
.option-btn:hover {
  background: var(--border-light-grey, #f5f5f5);
  outline: none;
}

.sidebar-header-nav {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--white, #fff);
  padding: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 0.0625rem solid var(--border-light-grey, #eee);
  margin-bottom: 0.5rem;
}

.option-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.option-group-title {
  font-weight: 500;
  font-size: 1.05rem;
  background: var(--border-light-grey, #f5f5f5);
  cursor: default;
  color: var(--black, #222);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.option-group-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-left: 1.5rem;
}

.sidebar-menu-title {
  overflow: hidden;
  color: var(--grey-90, #21272a);
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1rem;
}

.mobile-other-links-list .title,
.mobile-other-links-list a,
.mobile-other-links-list span,
.mobile-other-links-list b-dropdown,
.mobile-other-links-list b-dropdown-item {
  font-size: 0.875rem !important;
}

.mobile-other-links-list {
  gap: 1rem !important;
}

.mobile-other-links-list li {
  margin-bottom: 0 !important;
}

.other-links-list-desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.other-links-list-desktop li {
  margin: 0;
}

.other-links-list-desktop a,
.other-links-list-desktop .title {
  font-size: 0.75rem;
  color: var(--background-grey);
  text-decoration: none;
  padding: 0 0.25rem;
  transition: color 0.2s;
}

.other-links-list-desktop a:hover,
.other-links-list-desktop a:active {
  color: var(--primary, #007bff);
}

.mobile-other-links-list,
.other-links-list-desktop,
.other-links-list-desktop ul,
.mobile-other-links-list ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.mobile-other-links-list .other-links-menu .user-info-wrapper {
  padding: 0.5rem 1rem;
}

.mobile-other-links-list .other-links-menu .b-dropdown.nav-item {
  display: flex;
}

.mobile-other-links-list .other-links-menu .s4d-icon {
  margin-left: auto;
  font-size: 1rem;
}

.mobile-other-links-list .other-links-menu .s4d-direction-right:before {
  color: var(--grey-90);
  font-size: 1.313rem;
}

.s4d-sourcing-alt.header-logo-gradient {
  background: var(--sourcing-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

ul,
ol,
li,
.mobile-other-links-list,
.other-links-list-desktop,
.other-links-list-desktop ul,
.mobile-other-links-list ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.Menu li>a,
.mobile-other-links-list li a,
.sidebar-menu-title,
.mobile-other-links-list .title {
  overflow: hidden;
  color: var(--grey-90);
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-info-wrapper.other-link {
  color: var(--grey-90);

  font-size: 0.75rem;
  font-weight: 400;
}

.s4d-mobile .user-info-wrapper.other-link {
  font-size: 0.875rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--background);
  color: var(--black);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  box-shadow: 0 0 0 0.063rem rgba(0, 0, 0, 0.03);
}

.s4d-mobile .user-avatar {
  padding: 0;
  font-size: 0.5rem;
  width: 1.3125rem;
  height: 1.3125rem;
}

.mobile-header-item .dropdown-toggle:focus,
.mobile-header-item .dropdown-toggle:active,
.mobile-header-item .dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
}

.mobile-header-icon .s4d-close-alt,
.mobile-header-icon .s4d-menu {
  color: var(--grey-60) !important;
}

.mobile-header-bottom-bar,
.mobile-header-wishlist-cart-bar {
  gap: 0.5rem;
}

@media (max-width: 61.99875rem) {
  .mobile-header-bottom-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -0.0625rem;
    height: auto;
    background: var(--white);
    z-index: 1050;
    gap: 0.5rem;
    padding: 1rem;
    border-top: .0625rem solid var(--border-light-grey);
  }

  .mobile-header-bottom-bar>* {
    margin: 0;
  }

  .mobile-header-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-decoration: none;
    font-size: 0.875rem;
    color: var(--grey-60);
    background: none;
    border: none;
    box-sizing: border-box;
    max-width: 100%;
  }
}

.mobile-header-categories .mobile-header-icon {
  border-radius: 0.5rem;
  color: var(--white) !important;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  background: var(--purple);
  cursor: pointer;
  margin: 0 0.5rem;
}

.mobile-header-categories .mobile-header-label {
  color: var(--grey-60);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0.25rem;
  text-align: center;
}

.mobile-categories-menu-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 3.75rem;
  z-index: 1100;
  background: var(--white);
  box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.05);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1rem 0.5rem;
  max-height: 60vh;
  overflow-y: auto;
}

.menu-headline {
  color: var(--grey-90);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-header-label {
  color: var(--grey-60);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0.25rem;
}

.more-items-text {
  overflow: hidden;
  color: var(--grey-60);
  text-overflow: ellipsis;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.s4d-mobile .header-return-to-cart {
  color: var(--white) !important;
}