﻿.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 1.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;
}

.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;
    position: relative;
}

.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 {
    aspect-ratio: 1/1;
    border: 0;
    box-shadow: none;
    padding: 0 0.5rem;
    height: 2.5rem;
    justify-content: center;
}

.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.25rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    border: 0;
    padding: 0;
    transition: all 0.3s ease;
    background: var(--sourcing-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.input-group-search-by-picture .group-search-by-picture-button::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    height: 1rem;
    width: 0.0625rem;
    background-color: var(--border-light-grey);
}

.input-group-search-by-picture .group-search-by-picture-button:disabled {
    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;
}

.input-group-search-by-picture .search-by-picture-button.btn-black {
    background-color: var(--grey-90);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: var(--primary-color);
    gap: .625rem;
    white-space: nowrap;
}

.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;
}

[id^="small-search-box-form"] {
    position: relative;
}

[id^="small-search-box-form"] .validation-wrapper {
    display: flex;
    gap: 2rem 1rem;
}

.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.7rem;
    background: #fff;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 3;
    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;
}

.searchbox-request-product-separator {
    margin: 1rem 0;
    height: 0.0625rem;
    background-color: var(--grey-20);
}

.searchbox-request-product-section {
    margin-top: 1rem;
}

.searchbox-request-product-title {
    color: var(--grey-90);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.25rem;
}

.searchbox-request-product-subtitle {
    overflow: hidden;
    color: var(--grey-60);
    text-align: center;
    text-overflow: ellipsis;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}

.searchbox-request-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: calc(100% - 1rem);
    margin: 0 0.5rem 0.5rem 0.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: var(--grey-10);
    border: none;
    cursor: pointer;
    color: var(--black);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.searchbox-request-product-btn:hover {
    background: var(--grey-10-hover);
}

.searchbox-request-product-btn .s4d-icon {
    font-size: 1rem;
    color: var(--black);
}

.searchbox-request-product-text {
    color: var(--black);
}

.searchbox-no-results-icon .s4d-feature-search,
.s4d-icon.s4d-feature-search {
    color: var(--search-icon-purple);
}

.searchbox-no-results {
    text-align: center;
}

.searchbox-no-results-icon {
    margin-top: calc(1rem + 0.5rem);
    margin-bottom: 1rem;
}

.searchbox-no-results-icon .s4d-icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 3.5rem;
    color: var(--search-icon-purple);
}

.searchbox-no-results-title {
    color: var(--grey-90);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.searchbox-no-results-subtitle {
    color: var(--grey-90);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}

.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%);
}

.search-loader {
    width: 2rem;
    height: 2rem;
    display: inline-block;
}

.search-loader-sm {
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

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

.platform-switcher .platform {
    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;
}

@media (max-width: 75rem) {
    .platform-switcher .platform {
        padding-right: 0.375rem;
    }

    .platform-switcher .platform .platform__text {
        display: none;
    }
}

/* 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%;
    padding: 0.25rem 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);
}


@media (max-width: 75rem) {
    .menu-toggler .menu-toggler__text {
        display: none;
    }
}


/* navbar */

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

@media (max-width: 75rem) {
    .header-nav .navbar {
        padding: 1rem 1.5rem;
    }
}


.s4d-mobile .header-nav .navbar {
    padding: 0;
    border-bottom: none;
}

/* fly menu */

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

.s4d-mobile #header-container {
    display: flex;
    flex-flow: column;
    gap: 0;
    align-items: stretch;
}

.s4d-mobile #header-container .mobile-header__section {
    padding: 0.5rem 1rem;
    border-bottom: 0.0625rem solid var(--border-light-grey);
    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: 48rem) {
    .header-nav .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) .header-nav .Menu.dropdown-menu-wrapper {
        transform: translate(0, 3.625rem) !important;
    }

    body.scroll-down:not(.onTop) .delivery-menu {
        transform: translate(-19rem, 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 - 13rem);
        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-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(--grey-90);
    font-weight: 500;
}

.s4d-mobile .header-secure-checkout {
    font-size: .875rem;
}

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

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

.header-return-to-cart {
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--grey-90);
    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);
}

.header-return-to-cart > .s4d-icon {
    color: var(--grey-90);
}

/* 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;
}


.shop-by-collection-card {
    border-radius: 0.5rem;
    border: 0.0625rem solid var(--border-light-grey);
    background-color: var(--white);
    padding: 1rem;
}

@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;
        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: 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;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        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;
        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 {
    color: var(--grey-90);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.5rem 1rem;
}

.sidebar-close-btn {
    background: none;
    border: none;
    color: var(--grey-90);
    cursor: pointer;
    padding: 0;
    margin: 0 0.5rem 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 2rem;
    min-height: 2rem;
    text-decoration: none;
}

.sidebar-close-btn:hover,
.sidebar-close-btn:focus,
.sidebar-close-btn:active {
    color: var(--grey-90, #21272a);
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.sidebar-close-btn .s4d-icon {
    font-size: 1.5rem;
    display: block;
}

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

.mobile-other-links-list {
    gap: 0 !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;
    font-weight: 500;
    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;
}

.sourcing-mobile-logo {
    width: 1.875rem !important;
    height: 1.875rem !important;
}

.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 {
    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;
}

.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: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: flex-end;
        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: flex-end;
        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%;
        position: relative;
    }

    .mobile-header-item .s4d-icon,
    .mobile-header-categories #mobile-categories-menu-vue {
        margin-bottom: 0.25rem;
    }

    .mobile-header-item .qty-indicator {
        position: absolute;
        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;
    }

    .mobile-header-item .cart-qty,
    .mobile-header-item .wishlist-qty {
        top: 0;
        bottom: auto;
        transform: translate(75%, -50%);
    }

    .hide-counter {
        display: none !important;
    }
}

.mobile-header-categories {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}

.mobile-header-categories #mobile-categories-menu-vue {
    border-radius: 0.5rem;
    color: var(--grey-60);
    font-size: 0.875rem;
    cursor: pointer;
    margin: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-header-categories .mobile-header-label {
    color: var(--grey-60);
    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: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
    height: 1em;
    text-align: center;
}


.s4d-mobile #sidebar-services {
    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;
}

.autocomplete-suggestions-section {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.autocomplete-suggestion-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 0.875rem;
    color: var(--grey-90);
    gap: 0.75rem;
}

.autocomplete-suggestion-item:hover {
    background-color: var(--background);
}

.autocomplete-icon {
    width: 1.3125rem;
    height: 1.3125rem;
    color: var(--gray);
    flex-shrink: 0;
}

.autocomplete-text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autocomplete-text .match {
    color: var(--grey-90);
    font-weight: normal;
}

.autocomplete-text em {
    font-style: italic;
    color: var(--grey-60);
}

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

@media (max-width: 75rem) {
    #header-container .search-item {
        max-width: 100%;
    }
}

.search-by-image__wrapper {
    display: flex;
    width: 100%;
    padding: .5rem;
    flex-direction: column;
    gap: .25rem;
    background: var(--white);
    outline: none;
}

.search-by-image__wrapper:focus,
.search-by-image__wrapper *:focus {
    outline: none;
}

.dropdown-menu.search-by-image__menu-wrapper {
    max-width: 28.5rem;
    width: 100%;
    outline: none;
    z-index: 2100;
}

.search-by-image__wrapper .search-by-image__text-wrapper {
    text-align: center;
    padding: 0.25rem 0.5rem;
}

.search-by-image__wrapper .search-by-image__text-wrapper p {
    font-size: .875rem;
    font-weight: 500;
    color: var(--tertiary-color);
    margin-bottom: .25rem;
}

.search-by-image__wrapper .search-by-image__text-wrapper span {
    font-size: .625rem;
    color: var(--gray);
    font-weight: 400;
    margin: 0;
}

.search-by-image__wrapper .search-by-image__content-wrapper {
    overflow: hidden;
    padding: .75rem;
    border-radius: .5rem;
    border: .0625rem solid #d1d5db;
    background: var(--background);
    position: relative;
    outline: none;
}

.search-by-image__wrapper .search-by-image__content-wrapper .search-by-image__content {
    display: flex;
    padding: .25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .25rem;
}

.search-by-image__wrapper .search-by-image__content-wrapper .search-by-image__content .upload-icon {
    font-size: 1.5rem;
    color: var(--gray);
}

.search-by-image__wrapper .search-by-image__content-wrapper .search-by-image__content p {
    font-size: .75rem;
    color: var(--gray);
    margin: 0;
}

.search-by-image__wrapper .search-by-image__content-wrapper .search-by-image__content button {
    font-size: .875rem;
}

.search-by-image__wrapper .search-by-image__content-wrapper .search-by-image__content.drop-zone {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

    background: inherit;
    padding: inherit;

    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    outline: none;
}

.search-by-image__wrapper .search-by-image__content-wrapper .search-by-image__content.drop-zone.active {
    z-index: 1;
    opacity: 1;
}

.search-by-image-rollup__wrapper .search-by-image-rollup__header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: .875rem;
    color: var(--tertiary-color);
    font-weight: 500;
}

.search-by-image-rollup__wrapper .search-by-image-rollup__content label {
    padding: .5rem 1rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    font-size: .875rem;
    color: var(--tertiary-color);
    font-weight: 500;
}

.search-by-image-rollup__container .rollup-dialog-container {
    height: 12.5rem;
}

.header-category-mobile-navigation {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    padding: .5rem 1rem;
}

.header-category-mobile-navigation::-webkit-scrollbar {
    display: none;
}

.header-category-mobile-navigation li {
    flex: 0 0 auto;
}

.header-category-mobile-navigation li a {
    display: inline-flex;
    align-items: center;
    padding: 0.1875rem 0.75rem;
    border-radius: 0.25rem;
    border: solid 0.0625rem var(--border-light-grey);
    background-color: var(--white);
    text-decoration: none;
    color: var(--black, #222);
    white-space: nowrap;
    font-size: 0.75rem;
}

.header-category-mobile-navigation li a.header-category-mobile-navigation__category {
    height: 100%;
    width: 1.625rem;
    aspect-ratio: 1 / 1;
    justify-content: center;
    color: var(--gray);
}

.header-category-mobile-navigation .title {
    font-weight: 500;
    line-height: normal;
    gap: 0.5rem;
}

.header-category-mobile-navigation .category-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
}

.s4d-mobile .category-navigation-container {
    position: static;
    width: 100%;
    display: block;
    background-color: var(--light-grey);
}

.s4d-mobile .category-navigation-container .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.search-box__loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 3;
    align-items: center;
    justify-content: center;
}

.header-user-links__authorization-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
}

.header-user-links__authorization-wrapper .authorization-wrapper__login-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: var(--background);
    border-radius: 0.5rem;
    width: 100%;
    text-align: center;
}

.header-user-links__authorization-wrapper .authorization-wrapper__login-wrapper h4 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    color: var(--tertiary-color);
    margin-bottom: 0;
}

.header-user-links__authorization-wrapper .authorization-wrapper__login-wrapper p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    color: var(--gray);
    margin-bottom: 0;
}

.header-user-links__authorization-wrapper .authorization-wrapper__sign-up-wrapper {
    display: flex;
    justify-content: center;
    gap: 0.5rem;

    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    color: var(--tertiary-color);
}

.header-user-links__authorization-wrapper .authorization-wrapper__sign-up-wrapper a {
    color: var(--primary);
    font-weight: 500;
}
