.common-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
}

.layout-slot-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .layout-slot-container {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.common-breadcrumbs::-webkit-scrollbar {
    display: none;
}

.common-breadcrumbs ol {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.common-breadcrumbs li {
    display: flex;
    align-items: center;
}

.common-breadcrumbs__link,
.common-breadcrumbs__current {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    font-weight: 400;
    color: #353837;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: lowercase;
}

.common-breadcrumbs__link::first-letter,
.common-breadcrumbs__current::first-letter {
    text-transform: uppercase;
}

.common-breadcrumbs__home {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #353837;
    opacity: 0.4;
    transition: opacity 0.2s;
    font-size: 16px;
}

.common-breadcrumbs__home:hover {
    opacity: 0.8;
}

.common-breadcrumbs__link {
    opacity: 0.4;
    transition: opacity 0.2s;
}

.common-breadcrumbs__link:hover {
    opacity: 0.8;
}

.common-breadcrumbs li.common-breadcrumbs__separator {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #353837;
    border-radius: 100px;
    opacity: 0.4;
    flex: 0 0 4px;
    align-self: center;
}

.mfp-bg.mfp-age-verification {
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    opacity: 1 !important;
    z-index: 20002 !important;
}

.mfp-wrap.mfp-age-verification {
    z-index: 20003 !important;
}

.mfp-wrap.mfp-age-verification .mfp-content {
    vertical-align: middle;
}

.header-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.header-mobile-wrapper {
    width: 100%;
    height: auto;
    min-height: 44px;
    position: relative;
    background-color: white;
    z-index: 50;
}

@media (min-width: 768px) {
    .header-mobile-wrapper {
        top: 0;
        background-color: white;
    }
}

.header-mobile-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

@media (min-width: 768px) {
    .header-mobile-content {
        display: none;
    }
}

.header-mobile-left,
.header-mobile-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-mobile-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .header-logo-mobile {
        height: 24px;
        width: auto;
    }
}
.header-cart-btn-mobile {
    position: relative;
}

.header-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #DB313D;
    color: white;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-top-bar {
    display: none;

    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 16px;
}

@media (min-width: 768px) {
    .header-top-bar {
        display: flex;
        flex-wrap: nowrap;
        padding: 12px 64px;
    }
}

.header-nav {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.header-nav-link {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    color: #353837;
    text-decoration: none;
}

.header-top-right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -5px;
    margin-bottom: -5px;
}

.header-account {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.header-icon-small {
    width: 24px;
    height: 24px;
    position: relative;
}

.header-auth-links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
}

.header-auth-link,
.header-auth-btn {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    color: #353837;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
    font-weight: 600;
    text-decoration: none;
}

.header-auth-btn:hover,
.header-auth-link:hover {
    color: #DB313D;
}

.header-divider {
    font-size: 14px;
    color: #353837;
}

.top-banner-popup-btn {
    cursor: pointer;
}

.header-main-desktop-wrapper {
    display: none;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    align-items: flex-start;
    gap: 24px;
    padding: 0 16px;
    position: absolute;
    top: 75px;
    left: 50%;
    /*transform: translateX(-50%);*/
    z-index: 50;
}


body:not(.common-home) .header-main-desktop-wrapper.has-top-banner {
    top: 105px;
}

@media (min-width: 768px) {
    .header-main-desktop-wrapper {
        display: flex;
        padding: 0 64px;
    }
}

.header-main-bar {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: white;
    border-radius: 100px;
}

.header-shadow {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.header-logo-link {
    display: block;
}

.header-logo {
    position: relative;
    width: 194.39px;
    height: 36px;
    display: none;
}

@media (min-width: 1300px) {
    .header-logo {
        display: block;
    }
}

.header-category-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    background-color: white;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #353837;
    height: 48px;
    width: 48px;
    padding: 0;
    transition: all 0.3s;
    cursor: pointer;
}

@media (min-width: 1300px) {
    .header-category-btn {
        width: auto;
        padding: 17px 24px;
        gap: 12px;
    }
}

.header-category-btn-content {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -5px;
    margin-bottom: -5px;
}

.header-category-icon-mobile {
    position: relative;
    width: 24px;
    height: 24px;
}

@media (min-width: 1300px) {
    .header-category-icon-mobile {
        display: none;
    }
}

.header-category-icon-desktop {
    position: relative;
    width: 24px;
    height: 24px;
    display: none;
}

@media (min-width: 1300px) {
    .header-category-icon-desktop {
        display: block;
    }
}

.header-category-text {
    width: fit-content;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
    color: #353837;
    font-size: 16px;
    line-height: 19.2px;
    white-space: nowrap;
    position: relative;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    display: none;
}

@media (min-width: 1300px) {
    .header-category-text {
        display: flex;
    }
}

.header-search-btn-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    position: relative;
    flex: 0 0 auto;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #353837;
}

@media (min-width: 1300px) {
    .header-search-btn-mobile {
        display: none;
    }
}

.header-logo-mobile-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

@media (min-width: 1300px) {
    .header-logo-mobile-wrapper {
        display: none;
    }
}

.header-logo-mobile-wrapper a {
    pointer-events: auto;
}

.header-search-form {
    width: 340px;
    height: 48px;
    gap: 12px;
    padding: 0 24px;
    background-color: white;
    border-radius: 100px;
    border: 1px solid #353837;
    align-items: center;
    position: relative;
    overflow: visible;
    display: none;
}

@media (min-width: 1300px) {
    .header-search-form {
        display: flex;
    }
}

.header-search-icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.header-search-loader {
    display: none;
    width: 24px;
    height: 24px;
    margin-top: -5px;
    margin-bottom: -5px;
    flex-shrink: 0;
    color: #DB313D;
}

.header-search-input {
    flex: 1;
    width: 100%;
    background: transparent;
    border: 0;
    outline: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
    color: #353837;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0;
}

.header-live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    margin-top: 16px;
    display: none;
    flex-direction: column;
    z-index: 50;
    overflow: hidden;
    border: 1px solid #EBEBEB;
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.header-phone-link {
    display: none;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 17px 24px;
    position: relative;
    flex: 0 0 auto;
    background-color: white;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #353837;
    text-decoration: none;
}

@media (min-width: 1300px) {
    .header-phone-link {
        display: inline-flex;
    }
}

.header-phone-content {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -5px;
    margin-bottom: -5px;
}

.header-phone-text {
    color: #353837;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19.2px;
    white-space: nowrap;
}

.header-categories-dropdown {
    display: none;
    flex-direction: row;
    width: 100%;
    background-color: white;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    z-index: 10;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    min-height: 500px;
    margin-top: -60px;
    padding-top: 38px;
    opacity: 0;
    transform: translateY(-20px);
    transform-origin: top;
    transition: opacity 0.28s ease, transform 0.28s ease;
    will-change: opacity, transform;
}

.header-categories-dropdown.is-open {
    opacity: 1;
    transform: translateY(0);
}

.header-categories-list-wrapper {
    width: 340px;
    flex-shrink: 0;
    border-right: 1px solid #EBEBEB;
    padding: 0;
    background-color: white;
    overflow-y: auto;
    max-height: 600px;
    scrollbar-width: thin;
    scrollbar-color: #CFCFCF transparent;
}

.header-categories-list-wrapper::-webkit-scrollbar {
    width: 6px;
}

.header-categories-list-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.header-categories-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #CFCFCF;
    border-radius: 999px;
}

.header-categories-list-wrapper--last {
    flex: 1;
}

.header-categories-list-wrapper--last {
    border-right: 0;
}

.header-categories-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 18px 28px;
    border-bottom: 1px solid #EBEBEB;
    color: #353837;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    background: transparent;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.header-categories-item:last-child {
    border-bottom: 0;
}

.header-categories-item:hover {
    background-color: #F9F9F9;
    color: #111111;
}

.header-categories-item.is-active {
    background-color: #F9F9F9;
}

.header-categories-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.header-categories-item-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.75;
}

.header-categories-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-categories-item-arrow {
    width: 22px;
    height: 22px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.header-categories-item.has-children .header-categories-item-arrow {
    opacity: 1;
}

.header-categories-empty {
    padding: 24px 28px;
    color: #9CA3AF;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
}

.section-header-nav .nav-arrow-hover {
    display: none;
}

.section-header-nav button:hover .nav-arrow-default {
    display: none;
}

.section-header-nav button:active .nav-arrow-default {
    display: none;
}

.section-header-nav button:hover .nav-arrow-hover {
    display: block;
}

.section-header-nav button:active .nav-arrow-hover {
    display: block;
}

.section-header-nav .group-hover\:block {
    display: none;
}

.section-header-nav button:hover .group-hover\:block {
    display: block;
}

.section-header-nav button:active .group-hover\:block {
    display: block;
}

.section-header-nav button:hover .group-hover\:hidden {
    display: none;
}

.section-header-nav button:active .group-hover\:hidden {
    display: none;
}

.section-header-nav button:active {
    background-color: #DB313D !important;
    border-color: #DB313D !important;
}

.fixed-side-actions {
    position: fixed;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px;
    background: #fff;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: right 0.35s ease;
}

.fixed-side-actions.is-expanded {
    right: 0;
}

.fixed-side-actions-toggle {
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 56px;
    border: 0;
    background: #FCE9EA;
    color: #000;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    box-shadow: -6px 0 16px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.35s ease, color 0.35s ease;
}

.fixed-side-actions.is-expanded .fixed-side-actions-toggle {
    background: #fff;
    color: #DB313D;
}

.fixed-side-actions-toggle-icon {
    font-size: 22px;
    line-height: 1;
    transition: transform 0.35s ease;
}

.fixed-side-actions.is-expanded .fixed-side-actions-toggle-icon {
    transform: rotate(180deg);
}

.fixed-side-action-btn {
    width: 40px;
    height: 40px;
}

.fixed-side-action-icon {
    width: 20px;
    height: 20px;
}

.fixed-side-action-count {
    width: 16px;
    height: 16px;
    border-width: 1.5px;
    font-size: 9px;
}

@media (min-width: 768px) {
    .fixed-side-actions {
        gap: 16px;
        padding: 12px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        right: 0;
    }

    .fixed-side-actions-toggle {
        display: none;
    }

    .fixed-side-action-btn {
        width: 50px;
        height: 50px;
    }

    .fixed-side-action-icon {
        width: 24px;
        height: 24px;
    }

    .fixed-side-action-count {
        width: 20px;
        height: 20px;
        border-width: 2px;
        font-size: 10px;
    }
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}