@import url('https://fonts.googleapis.com/css2?family=PT+Serif+Caption:ital@0;1&display=swap');
@font-face {
    font-family: 'TildaSans';
    src: local('TildaSans-Light'), local('TildaSans-Light'), url('/assets/fonts/TildaSans-Light.woff2') format('woff2'), url('/assets/fonts/TildaSans-Light.woff') format('woff'), url('/assets/fonts/TildaSans-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: local('TildaSans-Regular'), local('TildaSans-Regular'), url('/assets/fonts/TildaSans-Regular.woff2') format('woff2'), url('/assets/fonts/TildaSans-Regular.woff') format('woff'), url('/assets/fonts/TildaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: local('TildaSans-Medium'), local('TildaSans-Medium'), url('/assets/fonts/TildaSans-Medium.woff2') format('woff2'), url('/assets/fonts/TildaSans-Medium.woff') format('woff'), url('/assets/fonts/TildaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: local('TildaSans-Semibold'), local('TildaSans-Semibold'), url('/assets/fonts/TildaSans-Semibold.woff2') format('woff2'), url('/assets/fonts/TildaSans-Semibold.woff') format('woff'), url('/assets/fonts/TildaSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: local('TildaSans-Bold'), local('TildaSans-Bold'), url('/assets/fonts/TildaSans-Bold.woff2') format('woff2'), url('/assets/fonts/TildaSans-Bold.woff') format('woff'), url('/assets/fonts/TildaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: local('TildaSans-Extrabold'), local('TildaSans-Extrabold'), url('/assets/fonts/TildaSans-Extrabold.woff2') format('woff2'), url('/assets/fonts/TildaSans-Extrabold.woff') format('woff'), url('/assets/fonts/TildaSans-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: local('TildaSans-Black'), local('TildaSans-Black'), url('/assets/fonts/TildaSans-Black.woff2') format('woff2'), url('/assets/fonts/TildaSans-Black.woff') format('woff'), url('/assets/fonts/TildaSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/*-- Common Style --*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'TildaSans';
    font-size: 16px;
}

header {
    background: #fff !important;
    position: sticky;
    width: 100%;
     top: 0;
    width: 100%;
    z-index: 999;
}
/* Скрывает стрелки на большинстве браузеров */
input[type=number] {
  -moz-appearance: textfield; /* Для Firefox */
}

/* Скрывает стрелки на WebKit-браузерах (Chrome, Safari) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Дополнительная мера для полного удаления */
}

.header {
    display: grid;
    grid-template-areas:
        "left-icon heading icons"
        "navigation navigation navigation";
    padding: 27px 5rem 20px;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    margin: auto;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


.bisnes-login {
    display: flex;
    color: #000;
    text-decoration: none;
    font-weight: 100;
    align-items: center;
    grid-area: left-icon;
}

.bisnes-login i {
    font-size: 24px;
    margin-right: 5px;
}

.header-logo {
    justify-self: center;
    text-align: center;
    flex-grow: 1;
    grid-area: heading;
}

.header-logo img {
    max-width: 250px;
    height: auto;
}

.header-action {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 20px;
    grid-area: icons;
}

.header-search-btn i {
    font-size: 24px;
    color: #000;
}

.user-login {
    display: flex;
    color: #000;
    text-decoration: none;
    font-weight: 100;
    align-items: center;
}

.user-login i {
    font-size: 24px;
    margin-right: 5px;
}

.header-cart {
    position: relative;
    font-size: 24px;
    color: #000;
    position: relative;
}

.header-cart-count {
    position: absolute;
    top: 0px;
    right: -3px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 300;
}

.header-nav {
    display: block;
    width: 100%;
    height: 100px;
    justify-self: center;
    margin-top: 10px;
    grid-area: navigation;
    position: relative;
}

.header-nav:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #777;
    width: 100%;
    left: 0;
}

.header-nav::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #777;
    width: 100%;
    left: 0;
    bottom: 0;
}

.header-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 10%;
    margin-inline: auto;
    align-items: center;
}

/* Стиль іконки */
.header-nav .menu-link i {
    margin-left: 6px;
    font-size: 14px;
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Поворот при ховері на li */
.header-nav ul li:hover>a i {
    transform: rotate(180deg);
}

.menu-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
}

.menu-link:hover {
    text-decoration: underline;
    color: #000000;
    transition: all 0.3s ease;
}




.hero-50 {
    width: 50%;
    height: calc(100vh - 212px);
    height: calc(100svh - 212px);
    min-height: 500px
}

.hero-image-with-text-media img,
.hero-image-with-text-media video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-image-with-text-media {
    display: flex
}

.hero-image-with-text {
    display: flex;
    border-bottom: 1px solid #777777
}

.hero-image-with-text-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 20px
}

.hero-image-with-text-content h1 p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
    line-height: 110%
}

.hero-image-with-text-content h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 500px
}

.hero-image-with-text-content .body {
    max-width: 500px
}

.hero-image-with-text-content h1 {
    font-weight: 700;
    line-height: 89%;
    font-size: 50px;
    text-align: center;
}


.hero-image-with-text-content h3 {
    letter-spacing: 1.28px;
    font-size: 15px
}

.hero-image-with-text-content .body p {
    font-weight: 400;
    font-size: 1.8rem;
    max-width: 450px;
    line-height: 150%
}

.hero-image-with-text .button {
    margin-top: 3rem;
    min-height: 60px;
    padding: 0 80px
}

@media (min-width: 1440px) {
    .header-wrapper--border-bottom {
        border-bottom: unset
    }
}

@media (max-width: 989px) {
    .hero-50 {
        width: 100%;
        height: auto;
        min-height: unset
    }

    .hero-image-with-text .button {
        min-height: 50px;
        padding: 0 50px;
        margin-top: 2rem
    }

    .hero-image-with-text-content h1 {
        max-width: 400px
    }

    .hero-image-with-text {
        flex-direction: column-reverse;
                margin-top: 78px;
    }

    .hero-image-with-text-media img,
    .hero-image-with-text-media video {
                height: 325px;
        object-fit: cover;
        max-height: calc(50vh - 110px);
        max-height: calc(50svh - 110px)
    }

    .hero-image-with-text-content {
        padding: 30px 20px 50px
    }

    .hero-image-with-text-content .body p {
        font-size: 1.6rem
    }

    .hero-image-with-text-content h1 p {
        font-size: 3rem
    }

    .hero-image-with-text-content h3 {
        font-size: 1.4rem
    }

    .hero-image-with-text-content h1 {
        margin-top: 1rem;
        margin-bottom: .5rem
    }
}

.hero-image-with-text-content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

@media (max-width: 989px) and (min-width: 769px) {

    .hero-image-with-text-media img,
    .hero-image-with-text-media video {
        min-height: 550px !important
    }
}

/* ==== MEGA MENU ==== */
.menu-mega {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 25px 30px;
    display: flex;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    justify-content: space-around;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 50;
}

/* Показ при наведенні */
ul>li:hover .menu-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* Колонки */
.menu-mega-column {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.menu-mega-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.menu-mega-column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    justify-content: flex-start;
    gap: 5px;
}

.menu-mega-column ul li {
    margin-bottom: 8px;
}

.menu-mega-column ul li a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s;
}

.menu-mega-column ul li a:hover {
    color: #c1b29f;
    padding-left: 4px;
}

/* ==== АДАПТИВ ==== */
@media (max-width: 992px) {
    ul>li {
        display: block;
    }

    .menu-mega {
        position: relative;
        width: 100%;
        flex-direction: column;
        gap: 25px;
        box-shadow: none;
        padding: 20px 0;
        transform: translateY(0);
    }
}

@media (max-width: 576px) {
    .menu-mega {
        padding: 10px 0;
    }

    .menu-mega-title {
        font-size: 16px;
    }

    .menu-mega-column ul li a {
        font-size: 14px;
    }
}

.btn-main {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    border: 1px #000 solid;
}

.btn-main:hover {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    border: 1px #000 solid;
}

.btn-main-bg {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
     display: inline-flex;
    gap: 10px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    border: 1px #000 solid;
}

.btn-main-bg i{
font-size: 23px;
}

.btn-main-bg:hover {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    border: 1px #000 solid;
}

.home-tab {
    padding-top: 40px;
    padding-bottom: 52px;
}

.top-product {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.top-product>.nav-pills {
    width: 50%;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.nav-pills .nav-item .nav-link {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 18px;
    color: #14141466;
    width: fit-content;
    flex-shrink: 0;
}

.nav-pills .nav-item .nav-link.active {
    color: #000;
    position: relative;
}

.nav-pills .nav-item .nav-link.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 3px solid transparent;
    border-bottom-color: #000000;
    z-index: 1;
    visibility: hidden;
    transition: .2s;
    transform: scaleY(0);
}

@media (min-width: 767px) {
    .nav-pills .nav-item .nav-link.active:after {
        visibility: visible;
        transform: scaleY(1);
    }
}

.featproducts-tile {
    width: 75vw;
    position: relative;
    background: #ddd;
    aspect-ratio: 0.75;
    line-height: 1.33;
    color: #fff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.featproducts-tile a {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 767px) {

    .featproducts-products:after {
        content: '';
        /* disable flickity */
    }

    .featproducts-products {
        display: flex;
        transform: scale(0.99);
        transition-delay: 0.1s;
    }

    .featproducts-tile {
        flex-grow: 1;
        flex-basis: 100%;
    }
}

.featproducts-tile_image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.featproducts-tile:hover .featproducts-tile_image {
    transform: scale(1.05);
}

.featproducts-tile_info {
    position: absolute;
    inset: 0;
    top: auto;
    z-index: 1;
    padding: 1.25em 1em;
}

.featproducts-tile_info:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to bottom,
            rgba(66, 66, 66, 0),
            rgba(66, 66, 66, 0.6));
}

@media (min-width: 767px) {
    .featproducts-tile {
        text-align: left;
    }

    .featproducts-tile_info {
        top: 0;
        bottom: auto;
        padding: 1.5em 2em;
    }

    .featproducts-tile_info:after {
        background: linear-gradient(to top,
                rgba(66, 66, 66, 0),
                rgba(66, 66, 66, 0.4),
                rgba(66, 66, 66, 0.6));
    }
}


.featproducts-tile_title {
    display: block;
    text-wrap: balance;
    font-weight: 500;
    margin-bottom: 0.66em;
}

.featproducts-tile_title:hover {
    text-decoration: underline;
}

.featproducts-pill {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    display: inline-block;

    font-family: inherit;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 9px 18px 10px 20px;
    border: 1px solid #fff;
    border-radius: 9em;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);

    transition: 0.2s;
}

.featproducts-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5px);
}

.featproducts-pill:active {
    background: rgba(0, 0, 0, 0.2);
    transition: 0.1s;
    transform: translateY(1px);
}

.featproducts-pill.loading {
    opacity: 0.5;
}

.featproducts-pill svg {
    transition: 0.3s;
    vertical-align: -3px;
    margin: -5px 10px -3.5px -11px;
}

/* Safari plus icon adjustment in pill button */
@supports (-webkit-hyphens:none) {
    .featproducts-pill svg {
        vertical-align: -4.5px;
    }
}

.featproducts-pill:hover svg {
    transform: rotate(180deg)
}

@media (min-width: 767px) {
    .featproducts-tile_title {
        font-size: 1.25em;
    }
}

@media (max-width: 766px) {
    .featproducts-tile_benefits {
        display: none;
    }
}

.featproducts-tile_benefits:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to bottom,
            rgba(66, 66, 66, 0),
            rgba(66, 66, 66, 0.5),
            rgba(66, 66, 66, 0.6));
}

.featproducts-tile_benefits {
    pointer-events: none;
    list-style: none;
    padding: 1.5em 2em;
    margin: 0;
    position: absolute;
    inset: 0;
    top: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(4px);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.featproducts-tile:hover .featproducts-tile_benefits {
    /* .featproducts-tile .featproducts-tile_benefits { */
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.featproducts-tile_benefits li {
    padding: 0.5em 0;
    display: flex;
    align-items: center;
}

.featproducts-tile_benefits li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.featproducts-tile_benefits-icon {
    display: inline-block;
    vertical-align: middle;
    width: 2.25em;
    height: 2.25em;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1em;
    border: 1px solid #fff;
    border-radius: 2em;
    position: relative;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
}

.featproducts-tile_benefits-icon img {
    position: absolute;
    inset: 0;
    max-width: 90%;
    max-height: 66%;
    margin: auto;
    filter: invert(1) brightness(2);
}

.featproducts-tile_benefits-icon img[src*="icon-wrinkles.svg"] {
    transform: scale(1.1);
}

.featproducts-tile_benefits-icon img[src*="icon-firmness.svg"] {
    transform: scale(0.9);
}

.featproducts-tile_benefits-text {
    line-height: 1.2;
    text-wrap: balance;
}

.tab-content {
    width: 100%;
}

.tab-content>.active {
    display: flex;
}

.adv-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.adv-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding: 0px 10px;
}

.adv-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px 0px;
}

.adv-text {
    color: #000;
    text-decoration: none;
}

.concern-intro {
    text-align: center;
    position: relative;
}

.concern-intro .text {
    padding: 0 1.5em 1.5em;
    line-height: 1.5;
}

.concern-intro .h1 {
    font-weight: 300;
    margin-bottom: 0.75rem;
    color: inherit;
}

.concern-intro .desc img.icon-concern-plus {
    --size: 1em;
    border: 1px solid #888;
    border-radius: 9em;
}

.hotspot-icon {
    --size: 1.3em;
    width: var(--size);
    height: var(--size);
    position: relative;
    display: inline-block;
}

img.icon-concern-plus {
    vertical-align: -0.15em;
    width: var(--size);
    height: var(--size);
    position: relative;
    z-index: 2;
    transition: 0.2s;
}

.hotspot-icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
    animation: intermittentGlow 5s infinite;
}

.concern-hotspot:nth-child(2) .hotspot-icon:before {
    animation-delay: 0.25s;
}

.concern-hotspot:nth-child(3) .hotspot-icon:before {
    animation-delay: 0.5s;
}

.concern-hotspot:nth-child(4) .hotspot-icon:before {
    animation-delay: 0.75s;
}

.concern-hotspot:nth-child(5) .hotspot-icon:before {
    animation-delay: 1s;
}

.concern-hotspot:nth-child(6) .hotspot-icon:before {
    animation-delay: 1.25s;
}

@keyframes intermittentGlow {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }

    30%,
    100% {
        opacity: 0;
        transform: scale(3);
    }
}

.cs-shop-by-concern .bg-wrapper {
    position: relative;
    overflow: hidden;
}

.cs-shop-by-concern img.bg {
    display: block;
    width: 200%;
    margin-left: -100%;
    height: auto;
}

.concern-hotspot {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    padding: 4px 10px 4px 5px;
    margin-left: -10px;
    position: absolute;
    top: var(--hotspot-y);
    left: var(--hotspot-x);
    border: 1px solid transparent;
    border-radius: 9em;
    font-family: inherit;
    transition: 0.2s;
}

.concern-hotspot.active,
.concern-hotspot:hover {
    background: #C1B29F;
    border-color: #fff;
}

.concern-hotspot.active {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.concern-hotspot:not(.active):hover {
    background: #afa393;
}

.concern-hotspot.active .icon-concern-plus,
.concern-hotspot:hover .icon-concern-plus {
    transform: rotate(180deg);
}

.hotspot-label {
    display: inline-block;
    padding-left: 4px;
    text-transform: uppercase;
    text-wrap: nowrap;
    color: #fff;
    transition: 0.2s;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.concern-hotspot.active .hotspot-label,
.concern-hotspot:hover .hotspot-label {
    opacity: 1;
    visibility: visible;
    transform: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


@media (min-width: 767px) {

    .hotspot-label {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-2px);
    }



    .concern-intro .text {
        position: absolute;
        inset: 0;
        right: auto;
        z-index: 1;
        padding: 3em 4.5em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
        color: #fff;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .concern-intro .h1 {
        max-width: 8em;
    }

    .concern-intro .desc {
        font-weight: 500;
        max-width: 14em;
        text-wrap: balance;
    }

    .concern-hotspots {
        position: absolute;
        inset: 0;
        left: 50%;
    }

    .concern-hotspot {
        font-size: 16px;
    }

    .hotspot-label {
        padding-left: 6px;
    }

    .cs-shop-by-concern img.bg {
        width: 100%;
        margin-left: auto;
    }

    .hotspot-icon {
        --size: 1.5em;
    }
}


.selected-concern-wrapper {
    padding: 1em 1em 5px;
    scroll-margin-top: 68px;
}

.selected-concern-holder {
    display: grid;
    grid-template-columns: 1fr;
}

.selected-concern {
    grid-row-start: 1;
    grid-column-start: 1;
    display: flex;
    opacity: 0;
    position: relative;
    border: 1px solid #91827B;
    width: 12em;
    height: 12em;
    margin: auto;
    border-radius: 9em;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    visibility: hidden;
    transform: scale(0.97);
    transition: 0.5s;
}

.selected-concern.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}



.selected-concern .bg {
    display: block;
    position: absolute;
    inset: 5px;
    background-size: cover;
    border: 1px solid #91827B;
    border-radius: 9em;
}

.selected-concern .h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.selected-concern-wrapper .mobile-line-1 {
    display: block;
    position: relative;
    margin: auto;
    height: 3em;
    width: 1px;
    background: #91827B;
}

.selected-concern-wrapper .mobile-line-1:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -2.5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 1em;
    background: #91827B;
}

@media (min-width: 767px) {
    .selected-concern-wrapper {
        position: absolute;
        z-index: 1;
        left: 22%;
        top: 23%;
        width: 30vw;
        height: 30vw;
        scroll-margin-top: -25vw;
    }

    .selected-concern {
        width: 25vw;
        height: 25vw;
    }

    .selected-concern .h3 {
        padding: 0 1.5em;
    }

    .selected-concern,
    .selected-concern .bg {
        border-color: #fff;
        border-radius: 100%;
    }

    .selected-concern .bg {
        inset: 4%;
    }

    .selected-concern-wrapper .mobile-line-1 {
        display: none;
    }
}

@media (min-width: 949px) {
    .selected-concern .h3 {
        font-size: 1.5em;
    }
}



.face-products {
    margin: 40px auto;
}

.face-image-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto 30px;
    height: auto;
}

.face-image {
    width: 100%;
    display: block;
}

.face-point {
    position: absolute;
    width: 36px;
    height: 36px;
    background: rgba(83, 83, 83, 0.334);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .25s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.face-point .plus {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.face-point .label {
    position: absolute;
    top: 6px;
    left: 60px;
    transform: translateX(-50%);
    padding: 3px 6px;
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    display: none;
    width: 65px;
    text-align: center;
}

.face-point:hover {
    transform: translate(-50%, -50%) scale(1.15);
}

/* Активная */
.face-point.active {
    background: #000;
}

.face-point.active .plus {}

.face-point.active .label {
    display: block;
}


.face-point::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgb(109 109 109 / 35%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.8s infinite ease-out;
    z-index: -1;
}

/* Пульсация для активной кнопки — другой цвет */
.face-point.active::after {
    background: rgba(0, 0, 0, 0.45);
}

/* Ключевые кадры */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.focus {
    margin: 100px 0px 50px;
}

.focus-item {
    display: flex;
    color: #000;
    text-decoration: none;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
}

/* Контейнер для фото — щоб збільшення не виходило за межі */
.focus-item .img-wrap {
    width: 100%;
    height: 350px;
    overflow: hidden;
    /* тримає фото в рамках */
    position: relative;
}

/* Фото */
.img-focus {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* Затемнення */
.img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(145, 130, 123, 0);
    transition: 0.4s ease;
}

/* Текст */
.focus-item span {
    display: flex;
    margin: 16px 0px;
    align-items: center;
    transition: 0.3s ease;
}

.focus-item i {
    transition: 0.3s ease;
    margin: 3px 0px 0px 5px;
}

/* Ефекти при наведенні */
.focus-item:hover .img-focus {
    transform: scale(1.08);
    /* Невелике збільшення фото */
}

.focus-item:hover .img-wrap::after {
    background: rgba(228, 243, 248, 0.3);
    /* Легке затемнення */
}

.focus-item:hover i {
    transform: translateX(5px) scaleX(1.3);
    /* Стрілка довша */
}

.section-title {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.section-title p {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.section-title p::after {
    background-color: #000;
    content: '';
    position: absolute;
    width: 230px;
    height: 1px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.section-title span {
    font-size: 18px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.products-grid-shop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
/* планшет */
@media (max-width: 991px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .products-grid-shop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
}

/* мобілка */
@media (max-width: 575px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .products-grid-shop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
}

.product-card {
    background: #fff;
    max-width: 520px;
    transition: .3s ease;
    text-align: center;
    position: relative;
}

.product-card:hover {

}

/* блок із зображенням */
.product-image {
    position: relative;
    width: 100%;
    display: flex;
}

.product-image img {
    width: 100%;
    transition: opacity .4s ease;
}

/* друга картинка — поверх першої */
.product-image .img-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

/* при наведенні — міняємо */
.product-card:hover .img-default {
    opacity: 0;
}

.product-card:hover .img-hover {
    opacity: 1;
}

.product-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 15px 0 5px;
}

.product-desc {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.product-price {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: flex-end;
}

.product-price .current {
    font-size: 14px;
    font-weight: 200;
    color: #000;
}

.product-price .old {
    font-size: 11px;
    color: #777;
    font-weight: 200;
    text-decoration: line-through;
}

.product-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 200;
    transition: .3s ease;
    border: 1px solid #000;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 200px;
    text-transform: uppercase;
}

.product-card:hover .product-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 200;
    width: 200px;
    text-transform: uppercase;
    transition: .3s ease;
    border: 1px solid #000;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.product-btn i {
    font-size: 20px;
    color: #fff;
    transition: .3s ease;
}
.product-content {
    text-align: left;
}

.prise-and-add {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.consult {
    padding: 135px 0px;
    margin: 50px 0px 0px 0px;
    background-color: #f8f8f8;
    /* background-image: url(../img/bg-review.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #777777;
}

.consult-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.consult-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.consult-info p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.consult-info .btn-main-bg {
    margin-top: 30px;
}

/* .section-title>p::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 126px;
    height: 64px;
    background-image: url(../img/heading-decoration.png);
    z-index: -1;
} */

.products-tabs-section {
    padding: 40px 0;
}

.products-tabs-nav {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.products-tabs-nav .tab-btn {
    border: 1px solid #000;
    background: #fff;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 0px;
    font-size: 20px;
    transition: 0.3s;
    text-transform: uppercase;
}

.products-tabs-nav .tab-btn.active {
    background: #000;
    color: #fff;
}

.products-tabs-content .tab-pane {
    display: none;
}

.products-tabs-content .tab-pane.active {
    display: block;
}

/* Слайдер на всю ширину контейнера */
.products-slider {
    width: 100%;
}

.product-slide {
    padding: 0 10px;
}

/* Адаптивність */
@media (max-width: 768px) {
    .products-tabs-nav {
        justify-content: center;
    }

    .products-tabs-nav .tab-btn {
        flex: 1 1 auto;
        text-align: center;
    }
}

/* Квадратні стрілки */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    /* гострі кути */
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Іконки стрілок */
.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 20px;
    opacity: 1;
    display: none;
}


/* Позиції */
.slick-prev {
    left: 50px;
}

.slick-next {
    right: 50px;
}

/* Ефект при наведенні */
.slick-prev:hover,
.slick-next:hover {
    background: #fff !important;
    border-color: #000 !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

/* Базовий стиль стрілок */
.custom-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 0;
    /* гострі кути */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.custom-arrow i {
    font-size: 22px;
    color: #000;
    transition: 0.3s;
}

/* Позиції */
.slick-prev {
    left: 50px !important;
    transform: rotate(180deg);
    /* розвертаємо іконку */
}

.slick-next {
    right: 50px !important;
}

/* Ефект наведення */
.custom-arrow:hover {
    background: #fff;
    border-color: #000;
}

.custom-arrow:hover i {
    color: #000;
}

.video-hero {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

/* Відео */
.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Легке затемнення */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.video-content {
    position: relative;
    z-index: 3;
    max-width: 600px;
    padding: 40px;
    color: #fff;
    text-align: left;
    background: rgba(77, 77, 77, 0.55);
    backdrop-filter: blur(10px);
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: -20px;
    margin-left: 30px;
}
.video-content p{
font-size: 25px;
font-weight: 600;
text-align: center;
}
/* Заголовок */
.video-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Адаптивність */
@media (max-width: 1200px) {
    .video-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .video-hero {
        height: 60vh;
    }

    .video-content {
        padding: 20px;
        max-width: 90%;
    }

    .video-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .video-hero {
        height: 50vh;
    }

    .video-content h1 {
        font-size: 26px;
    }
}


.blog-section {
    padding: 60px 0;
}

.blog-grid-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* Великий пост */
.blog-big {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}

.blog-big .blog-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.blog-big .blog-body {
    position: relative;
    z-index: 2;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2) 50%, transparent);
}

.blog-big h2 {
    font-size: 28px;
    margin: 15px 0;
}

.blog-tag {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: uppercase;
}

/* Праві маленькі пости */
.blog-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.blog-small {
    display: flex;
    gap: 15px;
    overflow: hidden;
    background: #f8f8f8;
    transition: transform .3s ease;
    text-decoration: none;
    color: #000000;
}

.blog-small:hover {
    transform: translateY(-4px);
}

.blog-small .blog-img img {
    width: 150px;
    height: 110px;
    object-fit: cover;
}

.blog-small h3 {
    margin: 10px 0 8px;
    font-size: 17px;
    font-weight: 600;
}

.blog-date {
    font-size: 13px;
    color: #888;
}

/* Адаптив */
@media (max-width: 992px) {
    .blog-grid-main {
        grid-template-columns: 1fr;
    }

    .blog-right {
        grid-template-columns: 1fr 1fr;
    }

    .blog-small {
        flex-direction: column;
    }

    .blog-small .blog-img img {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 600px) {
    .blog-right {
        grid-template-columns: 1fr;
    }

    .blog-big {
        min-height: 380px;
    }

    .blog-big h2 {
        font-size: 22px;
    }
}



.seo-block {
    position: relative;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seo-text-clip {
    position: relative;
    overflow: hidden;
    max-height: 175px;
    transition: max-height 0.6s ease;
}


.seo-text {
    opacity: 1;
    transition: opacity 0.3s ease;
}


.seo-fader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}


/* открытое состояние */
.seo-text-clip.is-open {
    max-height: 2000px;
}

.seo-text-clip.is-open .seo-text {
    opacity: 1;
}

.seo-text-clip.is-open .seo-fader {
    display: none;
}

.seo-toggle {
    display: block;
    margin-top: 12px;
    padding: 10px 16px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    color: #000000;
    border: none;

}

.footer {
    background: radial-gradient(circle at top left, #1f2430 0, #0b0c11 45%, #050509 100%);
    color: #fff;
    padding: 60px 0 30px;
    font-family: "Inter", sans-serif;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo img {
    width: 160px;
    margin-bottom: 20px;
}

.footer-logo p {
    color: #bbb;
    font-size: 14px;
    line-height: 1.5;
    max-width: 250px;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #fff;
}

/* Нижня смуга */
.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    color: #777;
    font-size: 13px;
}

/* Адаптив */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-logo img {
        width: 140px;
    }
}

.footer-social {
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    margin-top: 30px;
}

.social-link {
    width: 40px;
    height: 40px;
    border: 1px solid #444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.social-icon {
    width: 20px;
    height: 20px;
}

.social-link:hover {
    border-color: #fff;
    background: #fff;
    transform: translateY(-3px);
}

.social-link:hover .social-icon rect,
.social-link:hover .social-icon circle,
.social-link:hover .social-icon path {
    stroke: #000000;
}

.product-page {
    padding: 60px 0;
}

/* Галерея */
.product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
}

/* робимо всі 4 блоки квадратними й однаковими */
.product-gallery-grid .pg-item {
    position: relative;
    overflow: hidden;
}

.product-gallery-grid .pg-item::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* квадрат 1:1 */
}

.product-gallery-grid .pg-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* адаптив: на мобілці однією колонкою */
@media (max-width: 576px) {
    .product-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Інфо */
.product-info {
    max-width: 560px;
    margin-left: auto;
}

.product-label {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 999px;
    padding: 4px 10px;
    background: #000;
    color: #fff;
    margin-bottom: 10px;
}

.product-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-subtitle {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 0px;
}

.price-current {
    font-size: 24px;
    font-weight: 700;
}

.price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

/* Об’єм */
.product-volume {
    margin-bottom: 20px;
}

.product-volume-label {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.volume-btn {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 13px;
    margin-right: 6px;
    cursor: pointer;
}

.volume-btn.active {
    border-color: #000;
}

/* Кнопка + кількість */
.product-cart-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.qty {
    display: flex;
    align-items: center;
    border-radius: 0px;
    border: 1px solid #000000;
    overflow: hidden;
    height: 47px;
}

.qty input {
    width: 46px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
}

.qty-btn {
    width: 32px;
    height: 47px;
    border: none;
    background: #f3f3f3;
    cursor: pointer;
    font-size: 16px;
}

.btn-main.btn-add-cart {
    padding: 10px 26px;
}

/* Метадані */
.product-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #555;
}

.product-meta li {
    margin-bottom: 4px;
}

.product-meta span {
    font-weight: 600;
}

/* Адаптив */
@media (max-width: 991.98px) {
    .product-info {
        margin: 0 auto;
    }
}

.product-accordion {
    margin: 30px 0px;
}

/* стилізація під твій мінімалістичний стиль */
.product-accordion .accordion-item {
    border: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-accordion .accordion-button {
    background-color: #fafafa;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 16px;
}

.product-accordion .accordion-button:not(.collapsed) {
    background-color: #f0f0f0;
    color: #000;
    box-shadow: none;
}

.product-accordion .accordion-button:focus {
    box-shadow: none;
}

.product-accordion .accordion-body {
    font-size: 16px;
    color: #555;
    padding: 12px 16px 16px;
}


.marquee {
    background: #000;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 14px 0;
}

.marquee-inner {
    display: inline-flex;
    gap: 40px;
    animation: marquee 20s linear infinite;
}

.marquee-inner p {
    margin: 0;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.06em;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.rating-badge-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
}

.rating-badge-text {
    font-size: 13px;
    color: #777;
}

/* Зірки */
.star {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.star::before {
    content: "★";
    font-size: 14px;
    line-height: 1;
    color: #ddd;
    /* порожня зірка */
}

.star--on::before {
    color: #f5b300;
    /* заповнена зірка */
}

/* напівзаповнена, якщо раптом знадобиться */
.star--half::before {
    color: #f5b300;
    background: linear-gradient(to right, #f5b300 50%, #ddd 50%);
    -webkit-background-clip: text;
    color: transparent;
}
.payments-icons {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}
.payments-icons a{
margin: 0px 10px;
}
.crumb-section{
padding:60px 0px;

}
.crumb-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.crumb-title p {
    text-align: center;
    font-size: 18px;
}

.video-hero-crumb {
    position: relative;
    width: 100%;
    min-height: 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: center;
background-color: #efefef;
}
.video-overlay-crumb {
    position: absolute;
    inset: 0;
    background: rgb(6 6 6 / 69%);
    z-index: 2;
}

.breadcrumb{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.breadcrumb-item a{
color:#000000;
}
.breadcrumb-item.active {
    color: rgba(0, 0, 0, 0.75);
}

.crumb-str{
padding-top:60px;
}

.crumb-str .breadcrumb-item a{
color:#000;
}
.crumb-str .breadcrumb{
margin:0px;
display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.crumb-str .breadcrumb-item.active {
    color: #000;
}
.my-filter-area {
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0px 0px 7px 0px #bfbfbf;
}

.mf-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #767676;
    font-size: 17px;
    font-weight: 100;
    position: relative;
    margin-bottom: 15px;
}

.mf-checkbox input[type="checkbox"] {
    display: none;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mf-checkbox::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #767676;
    border-radius: 0px;
    transition: all .25s ease;
    flex-shrink: 0;
}

/* При hover квадрат теж реагує */
.mf-checkbox:hover::before {
    border-color: #767676;
}

/* Стиль активного чекбоксу */
.mf-checkbox input[type="checkbox"]:checked + span::before {
    content: "";
}

/* Відмітка галочки */
.mf-checkbox input[type="checkbox"]:checked ~ * ~ * {}

.mf-checkbox input[type="checkbox"]:checked ~ span {
    color: #000;
    font-weight: 600;
}

/* Галочка всередині квадрату */
.mf-checkbox input[type="checkbox"]:checked ~ span::after {
    content: "";
    position: absolute;
    left: 0px;
    font-size: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg width='11' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(-5 -5)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M15.575 5.729l-.971-.632a.607.607 0 00-.818.148l-4.763 6.72-2.19-2.095a.607.607 0 00-.83 0l-.832.796a.547.547 0 000 .796l3.367 3.22c.188.18.485.318.751.318.267 0 .536-.16.71-.401l5.733-8.09a.546.546 0 00-.157-.78z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat #000;
    border-color: #000 !important;
    width: 20px;
    height: 20px;
}

/* Активний фон */
.mf-checkbox input[type="checkbox"]:checked ~ span {
    color: #000000;
    font-weight: 300;
}

.mf-checkbox input[type="checkbox"]:checked {
    /* нічого не треба тут */
}


/* Робимо плавну анімацію тексту */
.mf-checkbox span {
    transition: .25s ease;
}
.lable-product {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 8px;
}
.product-pop {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 999px;
    padding: 4px 10px;
    background: #000;
    color: #fff;
}
.product-new {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 999px;
    padding: 4px 10px;
    background: #fec9c9;
    color: #000000;
}
.catalog-sort__select {
    padding: 8px 14px;
    border-radius: 0px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    color: #222;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}
#mse2_sort {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.checkout-title {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}


/*-- Checkout Form --*/

.checkout-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.checkout-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #000000;
    margin-bottom: 15px;
}

.checkout-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}

.checkout-form input[type=checkbox] {
    width: auto;
}

.checkout-form .check-box {
    float: left;
    margin-right: 70px;
}

@media only screen and (max-width: 479px) {
    .checkout-form .check-box {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.checkout-form .check-box:last-child {
    margin-right: 0;
}

.checkout-form .check-box input[type=checkbox] {
    display: none;
}

.checkout-form .check-box input[type=checkbox]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.checkout-form .check-box input[type=checkbox]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type=checkbox]+label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #000000;
    width: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type=checkbox]:checked+label::before {
    border: 2px solid #000000;
}

.checkout-form .check-box input[type=checkbox]:checked+label::after {
    opacity: 1;
}


/*-- Shipping Form --*/

#shipping-form {
    display: none;
}


/*-- Checkout Cart Total --*/

.checkout-cart-total {
    background-color: #000000;
    padding: 45px;
}

@media only screen and (max-width: 575px) {
    .checkout-cart-total {
        padding: 30px;
    }
}

.checkout-cart-total h4 {
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #ffffff;
}

.checkout-cart-total h4:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-cart-total h4 span {
    float: right;
    display: block;
}

.checkout-cart-total ul {
    border-bottom: 1px solid #ffffff;
    padding: 0px;
}

.checkout-cart-total ul li {
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
}

.checkout-cart-total ul li span {
    color: #ffffff;
    float: right;
}

.checkout-cart-total p {
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    margin: 0;
}

.checkout-cart-total p span {
    float: right;
}


/*-- Checkout Payment Method --*/

.checkout-payment-method {
    background-color: #000000;
    padding: 25px 15px;
}

@media only screen and (max-width: 575px) {
    .checkout-payment-method {
        padding: 30px;
    }
}


/*-- Single Payment Method --*/

.single-method {
    margin-bottom: 20px;
}

.single-method:last-child {
    margin-bottom: 0;
}

.single-method input[type=radio] {
    display: none;
}

.single-method input[type=radio]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.single-method input[type=radio]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #ffffff;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type=radio]+label::after {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #ffffff;
    width: 10px;
    text-align: center;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type=radio]:checked+label::before {
    border: 2px solid #ffffff;
}

.single-method input[type=radio]:checked+label::after {
    opacity: 1;
}

.single-method input[type=checkbox] {
    display: none;
}

.single-method input[type=checkbox]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.single-method input[type=checkbox]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #ffffff;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type=checkbox]+label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #ffffff;
    width: 8px;
    text-align: center;
    height: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type=checkbox]:checked+label::before {
    border: 2px solid #ffffff;
}

.single-method input[type=checkbox]:checked+label::after {
    opacity: 1;
}

.single-method p {
    display: none;
    margin-top: 8px;
    color: #ffffff;
    line-height: 23px;
}


/*-- Place Order --*/

.place-order {
    margin-top: 40px;
    float: left;
}

#mse2_filters .mse2_number_slider {
    font-size: .6em;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    padding-top: 2px !important;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    margin: 0px 0px 40px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.scroll-filtr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-height: 200px;
    overflow-y: auto;
}

.filter_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.scroll-filtr::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.scroll-filtr::-webkit-scrollbar-thumb {
    width: 10px;
    background: #333;
    cursor: pointer;
    transition: background .2s ease-in-out;
    border-radius: 50px;
}

.scroll-filtr::-webkit-scrollbar-track {
    background: #E3E2E7;
    box-shadow: inset 4px 0 0 #E3E2E7, inset -4px 0 0 #E3E2E7;
    border-radius: 50px;
}

::selection {
    background: #333;
    color: #fff;
}

.sidebar__item-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #000000;
    background-repeat: no-repeat;
    background-position: center center;
}

.sidebar__item-checkbox+label {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    margin-bottom: 10px;
}

.sidebar__item-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.sidebar__item-checkbox:checked+label::before {
    background-image: url(/assets/images/checkbox.svg);
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.cart-items {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
    padding-left: 10px;
}

.cart-items::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.cart-items::-webkit-scrollbar-thumb {
    width: 10px;
    background: #333;
    cursor: pointer;
    transition: background .2s ease-in-out;
    border-radius: 50px;
}

.cart-items::-webkit-scrollbar-track {
    background: #E3E2E7;
    box-shadow: inset 4px 0 0 #E3E2E7, inset -4px 0 0 #E3E2E7;
    border-radius: 50px;
}

.single-product-sharing::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.single-product-sharing::-webkit-scrollbar-thumb {
    width: 10px;
    background: #333;
    cursor: pointer;
    transition: background .2s ease-in-out;
    border-radius: 50px;
}

.single-product-sharing::-webkit-scrollbar-track {
    background: #E3E2E7;
    box-shadow: inset 4px 0 0 #E3E2E7, inset -4px 0 0 #E3E2E7;
    border-radius: 50px;
}

.table-cart {
    margin-bottom: 61px;
    color: #321204;
}

.table-cart__top {
    display: flex;
    padding: 10px 0;
    font-weight: 700;
}

.table-cart__body {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.table-cart__column {
    display: flex;
    align-items: center;
    text-align: center;
}

.table-cart__column:first-child {
    justify-content: space-between;
    margin-right: 8%;
    width: 40%;
}

.table-cart__column:last-child {
    flex: 1 1 60%;
    justify-content: space-between;
}

.table-cart__column p {
    width: 100%;
    margin: 0 0 0 114px;
}

.table-cart__column span {
    width: 25%;
}

.table-cart__column span:last-child {
    margin-right: 60px;
}

.table-cart__column .cart-popup__del {
    display: block;
    width: 25px;
}

.table-cart__image {
    flex: 0 0 100px;
}

.table-cart__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.table-cart__product-name {
    flex: 1 1 auto;
    padding: 0 0 0 25px;
    min-width: 250px;
    color: #321204;
    text-align: left;
}

.table-cart__product-name:hover {
    color: rgba(50, 18, 4, 0.8);
}

.table-cart__footer {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 19px 15px;
    display: flex;
    font-weight: 700;
}

.table-cart__footer span:nth-child(1) {
    margin-right: 8%;
    width: 40%;
}

.table-cart__footer span:nth-child(2) {
    width: 8%;
    text-align: center;
}

.table-cart__footer span:nth-child(3) {
    width: 23%;
    text-align: center;
    margin-left: 20%;
}

.forms-cart__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 52px;
}

.forms-cart__item {
    background: #fff;
    padding: 27px 30px 10px;
}

.forms-cart__title {
    font-size: 22px;
    color: #714b32;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 19px;
}

.forms-cart__inputs {
    padding: 0 40px;
}

.forms-cart__dflex {
    display: flex;
    gap: 15px;
}

.forms-cart__dflex .question__input:nth-child(1) {
    width: 200%;
}

.forms-cart__wrap-item {
    display: flex;
    font-family: FuturaPT;
    font-size: 16px;
}

.forms-cart__sub-title {
    color: #bd906c;
    min-width: 184px;
}

.forms-cart__radio {
    margin-bottom: 16px;
    display: block;
    color: #714b32;
}

.forms-cart__custom-radio {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.forms-cart__custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.forms-cart__custom-radio+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #714b32;
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
    transition: 0.2s;
}

.forms-cart__custom-radio:not(:disabled):not(:checked)+label:hover::before {
    box-shadow: 0 0 5px #714b32;
}

.forms-cart__custom-radio:disabled+label {
    cursor: default;
}

.forms-cart__custom-radio:disabled+label::before {
    background-color: rgba(113, 75, 50, 0.1);
    cursor: default;
}

.forms-cart__to-pay {
    color: #714b32;
    font-size: 22px;
    font-weight: 350;
}

.forms-cart__to-pay span {
    font-weight: 700;
    margin-left: 22px;
}

@media (max-width: 992px) {
    .table-cart__top {
        display: none;
    }

    .table-cart__column:first-child {
        width: 50%;
        justify-content: start;
    }

    .table-cart__column:last-child {
        max-width: 100%;
    }

    .table-cart__product-name {
        max-width: 250px;
    }

    .table-cart__column span {
        margin-right: 2px;
    }

    .table-cart__footer span:nth-child(1) {
        width: 0%;
    }

    .table-cart__footer span:nth-child(2) {
        width: 50%;
    }

    .table-cart__footer span:nth-child(3) {
        width: 20%;
    }

    .forms-cart__list {
        grid-gap: 15px;
    }

    .forms-cart__inputs {
        padding: 0;
    }

    .forms-cart__wrap-item {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .table-cart {
        margin-bottom: 30px;
    }

    .table-cart__body {
        flex-direction: column;
        position: relative;
    }

    .table-cart__column span {
        width: 33.333%;
    }

    .table-cart__column:first-child {
        margin: 0 0 20px 0;
        width: 100%;
        justify-content: start;
    }

    .table-cart .cart-popup__del {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .forms-cart__list {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .forms-cart__footer {
        margin-bottom: 30px;
        padding: 15px;
    }
}

@media (max-width: 640px) {
    .table-cart__footer span:nth-child(1) {
        width: 20%;
    }

    .forms-cart__footer {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 425px) {
    .table-cart__body {
        padding: 10px;
    }

    .table-cart__image {
        flex: 0 0 80px;
    }

    .table-cart__product-name {
        min-width: 180px;
    }
}

.single-product .product-content .noratting i {
    color: #d7d7d7;
    letter-spacing: -2px;
    line-height: 1;
}

.single-product .product-img .recommendation {
    right: auto;
    left: 10px;
    color: #ffffff;
    border: 2px solid #f44336;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    padding: 0 10px;
    position: absolute;
    background: #f44336;
    min-width: 60px;
    top: 10px;
    right: 10px;
    text-transform: capitalize;
    font-size: 16px;
    z-index: 1;
    border-radius: 0;
}

.cv-login .modal-dialog {
    max-width: 740px;
}

.cv-login .modal-content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    border: none;
}

.cv-login .modal-body {
    padding: 0px;
}

.cv-login .modal {
    overflow-y: auto;
}

.cv-login-box {
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.cv-login button.close {
    position: absolute;
    top: 0px;
    right: 9px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    opacity: 1;
    color: #252525;
    border-radius: 100%;
    border: none;
    font-size: 30px;
    z-index: 9;
}

.cv-login .close:not(:disabled):not(.disabled):focus,
.cv-login .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.cv-login-wlcm-box {
    width: 280px;
    padding: 30px;
    background: #9943AA;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cv-login-form {
    width: calc(100% - 280px);
    padding: 42px 50px 50px;
}

.cv-login-wlcm h2,
.cv-login-form h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.cv-login-wlcm {
    padding-bottom: 8px;
    z-index: 1;
    position: relative;
}

.cv-login-wlcm p {
    color: #fff;
    margin-bottom: 23px;
}

.cv-login-wlcm .cv-btn {
    background: transparent;
    border: 1px solid;
    line-height: 48px;
}

.cv-login-form h2 {
    color: #333;
    margin-bottom: 5px;
}

.cv-login-form input,
.pa-forgot-password {
    margin-top: 12px;
    display: block;
}

.cv-login-form .cv-btn {
    display: block;
    margin: 23px auto 0;
}

.cv-login-form p {
    margin-bottom: 0;
    font-size: 14px;
}

.cv-login-wlcm-box:after,
.cv-login-wlcm-box:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #2C2255;
    border-radius: 100%;
    bottom: -50px;
    left: -50px;
    z-index: 0;
}

.cv-login-wlcm-box:before {
    left: auto;
    bottom: 0;
    right: -50px;
    top: -50px;
}

div#signUpModal .cv-login-form .cv-btn,
div#forgotModal .cv-login-form .cv-btn {
    margin-top: 30px;
}

.cv-login .modal-dialog {
    max-width: 740px;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.cv-btn {
    background: #fff !important;
    border: #fff !important;
    border-radius: 50px;
    color: #333;
    padding: 15px 40px;
}

.cv-btn:hover {
    background: #fff !important;
    border: #fff !important;
    border-radius: 50px;
    color: #333;
    padding: 15px 40px;
}

.tab-pane form .form-group .control-label {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
}

.user-area {
    font-size: 22px;
    color: #ffffff;
    padding: 80px;
    text-align: center;
    border: 2px solid #ffffff;
}

.user-area-icon {
    font-size: 45px;
    margin-bottom: 15px;
}

.brend-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #dbdbdb;
    height: 200px;
    margin-bottom: 28px;
    padding: 15px;
}

.single-product {
    position: relative;
    height: 512px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.single-product:hover {
    z-index: 50;
    box-shadow: 0 7px 15px rgb(59 55 43 / 25%);
}

.catalogCard-extra {
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    padding: 10px;
    margin-top: -76px;
    border-top: 0;
    background: #ffffff;
    color: #fff;
}

@media (max-width: 1000px) {
    .page-breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.mobile_menu_overlay,
.mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile_menu_container,
.mobile_menu_container ul li ul {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container {
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #ffffff;
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container .mobile_menu_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}

.mobile_menu_container ul {
    margin: 0;
    padding: 0;
}

.mobile_menu_container ul li {
    list-style: none;
}

.mobile_menu_container ul li a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    background: #ffffff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.mobile_menu_container {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.mobile_menu_container ul li a.parent {
    padding-right: 50px;
    background: #ffffff url("../img/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a.parent:hover {
    background: #ffffff url("../img/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a.back {
    padding-left: 50px;
    background: #ffffff url("../img/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}

.mobile_menu_container ul li a.back:hover {
    background: #ffffff url("../img/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a:hover {
    background: #ffffff;
}

.mobile_menu_container ul li ul {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
}

.mobile_menu_container ul li ul.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 320px) {
    .mobile_menu_container {
        width: 240px;
    }
}

.cookieconsent {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999999999 !important;
    text-align: center !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}



div.cookieconsent {
    border-color: #f5e79e;
}

div.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.cookieconsent p {
    line-height: 2;
}

.cookieconsent p.text-center {
    text-align: center;
}

.cookieconsent .btn-info {
    border-color: #965cc5;
    color: #fff;
    background-color: #b891d8;
    border-color: #b891d8;
}

.blogger-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 29px 20px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    float: left;
    margin: 0px 12px;
  }
  
  .blogger-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #142A2D;
    margin-bottom: 2px;
  }
  
  .blogger-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .blogger-stats {
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-top: 8px;
  }
  
  .blogger-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .blogger-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #142A2D;
  }
  
  .blogger-video {
    position: relative;
    height: 622px;
    margin-top: 18px;
    border-radius: 0px;
    border: 3px solid #ffffff;
    overflow: hidden;
}
  .blogger-video.active video, .blogger-video.active iframe, .blogger-video.active .blogger-yt-video {
    opacity: 1;
    pointer-events: all;
  }
  .blogger-video.active .blogger-preview {
    opacity: 0;
    pointer-events: none;
  }
  .blogger-video.active .blogger-play {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 622px;
    border-radius: 5px;
    position: relative;
    margin-top: 18px;
  }
  .blogger-video video, .blogger-video iframe, .blogger-video .blogger-yt-video {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .blogger-play {
    width: 54px;
    height: 54px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: rgba(255, 255, 255, 0.74);
            border: 1px solid #ffffff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 235px;
  }
  
  .blogger-preview {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.display-no{
position: absolute;
width: 0px;
height: 0px;
opacity: 0;
z-index: -99999999;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .single-product .product-img .descount-sticker {
        right: auto;
        left: 4px;
        color: #ffffff;
        border-color: #ffffff;
        top: 51px;
    }
    
}


/* Smartphones (горизонтальная) ----------- */

@media only screen and (min-width: 321px) {
    .single-product .product-img .descount-sticker {
        right: auto;
        left: 4px;
        color: #ffffff;
        border-color: #ffffff;
        top: 51px;
    }
    
}


/* Smartphones (вертикальная) ----------- */

@media only screen and (max-width: 320px) {
    .single-product .product-img .descount-sticker {
        right: auto;
        left: 4px;
        color: #ffffff;
        border-color: #ffffff;
        top: 51px;
    }
    
}


/* md-устройства (больше или равно 768px) */

@media (min-width: 768px) {
    .single-product .product-img .descount-sticker {
        right: auto;
        left: 4px;
        color: #ffffff;
        border-color: #ffffff;
        top: 51px;
    }
    
 }
 input[type="radio" i]:disabled {
    background-color: initial;
    color: #6b6b6b;
}
.single-method input[type=radio]:disabled+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    margin: 0;
}
.single-method input[type=radio]:disabled+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #6b6b6b;
    content: "";
    -webkit-transition: all 0.3s 
ease 0s;
    transition: all 0.3s 
ease 0s;
}
#msMiniCart, .msMiniCart {
    font-size: 24px !important;
}

.header-cart-wrapper {
    position: relative; /* якщо обгорнеш кнопку і дропдаун в один контейнер */
}

/* Базово — сховано */
.header-cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 320px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    padding: 15px;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

/* Коли відкрита */
.header-cart-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.single-cart-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    margin: 15px 0px;
    align-items: center;
}
.cart-img img{
width: 50px;
height: auto;
}
.cart-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 200;
    align-items: center;
}
.product-name{
font-size: 14px;
}

.cart-total h5 {
    margin: 20px 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.cart-btn{
text-align: center;
}
.top-search {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    transition: 0.35s 
ease;
}

.top-search.open {
    top: 0;
}
.top-search-inner form{
display: contents;
}

.top-search-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-search input {
    width: 100%;
    padding: 12px 18px;
    border-radius: 0px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.top-search-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.top-search-icon {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.forms-cart__footer{
margin-bottom: 80px;
}

.video-about-page {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-about-page .video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.6); /* затемнення фону */
}

/* кнопка Play */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.video-play-btn span {
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.video-play-btn:hover {
    background: rgba(255,255,255,0.35);
    transform: translate(-50%, -50%) scale(1.1);
}
.about-text{
background-color: #ededed;
}
.about-text-content{
padding: 70px 0px;
}

.brand-section {
    padding: 80px 0;
    background: #ededed;
    color: #ffffff;
}

.brand-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.brand-card {
    position: relative;
    padding: 32px 28px;
    border-radius: 0px;
    background: radial-gradient(circle at top left, #1f2430 0, #0b0c11 45%, #050509 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

/* легкий декоративний акцент */
.brand-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.07), transparent 60%);
    opacity: 0.8;
    pointer-events: none;
}

.brand-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.brand-label::before {
    content: "";
    width: 26px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.brand-title {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.brand-text {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* адаптив */
@media (max-width: 992px) {
    .brand-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .brand-card {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .brand-title {
        font-size: 16px;
    }

    .brand-text {
        font-size: 13px;
    }
}
.values-section {
    background-color: #000;
    padding: 0;
}

.values-wrapper {
    margin: 0 auto;
    display: flex;
    min-height: 420px;
    align-items: center;
}

/* Левая колонка с фото */
.values-image {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}

.values-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* filter: grayscale(100%); */
}

/* Правая колонка */
.values-content {
    flex: 0 0 60%;
    padding: 60px 70px;
    box-sizing: border-box;
    color: #fff;
}

.values-title {
    font-size: 32px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: #fff;
}

/* Ряды с Q1–Q4 */
.values-rows {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.values-row {
    display: flex;
    gap: 40px;
}

.values-row--border {
    padding-top: 30px;
    border-top: 1px solid #fff;
}

/* Один элемент (Q1 + текст) */
.values-item {
    flex: 1 1 50%;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.values-number {
   font-family: "PT Serif Caption", serif;
    font-size: 52px;
    line-height: 1;
    color: #fff;
    flex: 0 0 auto;
}

.values-text h3 {
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 5px 0 10px;
    color: #fff;
}

.values-text p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    max-width: 320px;
    color: #fff;
}

/* Адаптив */
@media (max-width: 1024px) {
    .values-wrapper {
        flex-direction: column;
    }

    .values-image {
        flex: 0 0 auto;
        height: 320px;
    }

    .values-content {
        flex: 0 0 auto;
        padding: 40px 20px 50px;
    }

    .values-row {
        flex-direction: column;
        gap: 24px;
    }

    .values-text p {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .values-image {
        height: 260px;
    }

    .values-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .values-number {
        font-size: 42px;
    }

    .values-text h3 {
        font-size: 12px;
    }

    .values-text p {
        font-size: 12px;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: 56px;
    padding: .375rem .75rem;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0px !important;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #000000;
    outline: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
 .auth-wrapper {
            background: #ffffff;
            border-radius: 0px;
            padding: 30px 25px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }

        .auth-title {
            margin: 0 0 20px;
            font-size: 22px;
            text-align: center;
        }

        .form-group {
            margin-bottom: 15px;
        }

        label {
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
        }

        input[type="text"],
        input[type="email"],
        input[type="password"],
        input[type="tel"] {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ccc;
            font-size: 14px;
            box-sizing: border-box;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="password"]:focus,
         input[type="tel"]:focus{
            outline: none;
            border-color: #000000;
            box-shadow: 0 0 0 2px rgba(76,111,255,0.2);
        }

        .form-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 13px;
            margin-top: 10px;
        }

        .form-footer a {
            text-decoration: none;
            color: #ffffff;
        }

        .form-footer a:hover {
            text-decoration: underline;
        }

        .remember-me {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .btn-submit {
            width: 100%;
            margin-top: 20px;
            padding: 10px 15px;
            font-size: 15px;
            border-radius: 0px;
            border: none;
            background: #000000;
            color: #ffffff;
            cursor: pointer;
            font-weight: 600;
             border: 1px solid #000;
        }

        .btn-submit:hover {
            background: #ffffff;
              color: #000;
              border: 1px solid #000;
        }

        .auth-note {
            margin-top: 15px;
            font-size: 13px;
            text-align: center;
            color: #666;
        }

        .auth-note a {
            color: #4c6fff;
            text-decoration: none;
        }

        .auth-note a:hover {
            text-decoration: underline;
        }
        .cosmetolog-login{
        margin: 40px 0px;
        }
 .cosmetolog-login-textarea {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/fon-cosm.png);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(63px);
    padding: 70px 0px;
}
.cosmetolog-login-text {
    position: relative;
    z-index: 3;
    max-width: 600px;
    padding: 40px;
    color: #fff;
    text-align: left;
    background: rgba(77, 77, 77, 0.55);
    backdrop-filter: blur(10px);
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: -20px;
    margin-left: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cosmetolog-login-text-title {
    font-size: 32px;
    font-weight: 700;
}
.cosmetolog-login-text-text{
font-size: 19px;
}
.content-page{
margin: 70px 0px;
}
.content-page h1{
font-size: 36px;
font-weight: 700;
margin-bottom: 40px;
}

.bw-style {
    padding: 25px;
}

.form-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.form-group {
    margin-bottom: 18px;
}

.form-group input:focus {
    border-color: #000;
    background: #f7f7f7;
    outline: none;
}

.form-submit {
    width: 100%;
    padding: 14px;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.25s;
}

.form-submit:hover {
    background: #fff;
    color: #000;
}
.bess-home{
position: relative;
background: #000;
    display: flex;
}
.bess-home img{
opacity: 0.8;
transition: 0.25s;
}
.bess-home:hover img{
opacity: 0.5;
transition: 0.25s;
}
.bess-home span {
    background: #ffffff;
    color: #000000;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 200;
    transition: .3s 
ease;
    border: 1px solid #ffffff;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
.blog-item {
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: .3s;
    height: 350px;
}
.blog-item:hover {
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin-top: -5px;
    transition: .3s 
}
.blog-item-info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    flex-direction: column-reverse;
}
.blog-item-info span:first-child{
    font-size: 18px;
    font-weight: 600;
}
.blog-item-info span:last-child{
    font-size: 11px;
    font-weight: 200;
}

.products-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

/* 1400px → 4 колонки */
@media (max-width: 1400px) {
    .products-grid-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* 1200px → 3 колонки */
@media (max-width: 1200px) {
    .products-grid-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* 768px → 2 колонки */
@media (max-width: 768px) {
    .products-grid-5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* 480px → 1 колонка */
@media (max-width: 480px) {
    .products-grid-5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.brend-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #dbdbdb;
    height: 200px;
    margin-bottom: 28px;
    padding: 15px;
}
.fancybox__content.regg {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
    width: 320px;
    background: radial-gradient(circle,rgba(189, 189, 189, 1) 0%, rgba(0, 0, 0, 1) 100%);
    box-shadow: 0px 0px 11px 1px #fffdea;
}
.regg .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.regg .popup-content > h1{
text-align: center;
color: #fff;
}
.regg .popup-content > h3{
text-align: center;
color: #fff;
}
.regg .popup-content > h2{
text-align: center;
color: #fff;
}
.regg .popup-content > p{
text-align: center;
color: #fff;
}
.complect-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.complect-item{
display: flex;
flex-direction: row;
gap: 7px;
}
.complect-item__title{
color: #fff;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
}
.complect-item__image img{
border-radius: 100%;
}
.product-complect-block{
    position: relative;
    padding: 32px 28px;
    border-radius: 0px;
    background: radial-gradient(circle at top left, #1f2430 0, #0b0c11 45%, #050509 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}
.product-complect-block h3{
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 20px;
}
.complect-item__weight{
font-size: 11px;
color: #777777;
}
.mse2_number_inputs{
position: relative;
}
.prise-num label:last-child::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 132px;
    width: 9px;
    height: 1px;
    background: #000;
}
.footer-bottom p a span {
    color: yellow;
    font-size: 44px;
    line-height: 0;
}
.bg-and-text {
    background-image: url(../img/woman-doing.jpg);
    padding: 250px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.big-text p{
font-size: 19px !important;
text-align: center;
}
.header-sm {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    display: flex;
    background: #fff;
    padding: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 4px 0px #9d9d9d;
}
.header-sm a img{
width: 200px;
}
.dop-action-mob {
    background: #e8e8e8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}
.mob-menu-action {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
}
.mobile_menu i{
font-size: 24px;
    color: #000;
    position: relative;
}
.title-big-text{
font-size: 30px;
font-weight: 700;
text-align: center;
}
.subtitle-big-text{
font-size: 23px;
font-weight: 500;
text-align: center;
}
.dop-action-mom{
display: flex;
}
.dop-action-mom a{
display: flex;
}
.btn-filter {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 30px;
    align-items: center;
    border: 1px solid #dddddd;
    padding: 6px 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
}


.program-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
        flex-wrap: wrap;
}


.program-link {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    border: 1px #000 solid;
}

.program-link:hover {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    border: 1px #000 solid;
}
.program-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program-title span{
display: block;
}
.program-title :nth-child(1){
font-size: 28px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
}
.program-title :nth-child(2){
font-size: 19px;
font-weight: 700;
text-transform: uppercase;
}
.program-section {
    padding: 70px 20px;
    box-shadow: 0px 0px 9px 0px #c4c4c4;
    transition: all .5s;
    margin-bottom: 30px;
}
.program-section:hover{
    padding: 70px 20px;
box-shadow: 0px 0px 9px 5px #c4c4c4;
transition: all .5s;
margin-bottom: 30px;
}
.hidden{
display: none;
}

.mssetincart-product {
    margin: 0;
    padding: 0;

}
.product-program-text{

}
.mssetincart-cost{
font-size: 30px;
font-weight: 700;
}
.cabinet {
  display: flex;
  gap: 30px;
}

/* tabs */
.cabinet-tabs {
  display: flex;
  flex-direction: column;
  min-width: 220px;
  gap: 10px;
}

.cabinet-tab {
  background: transparent;
  border: 1px solid #000;
  padding: 14px 18px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  transition: .25s;
}



.cabinet-tab:hover {
  background: #f5f5f5;
}

.cabinet-tab.active {
  background: #000;
  color: #fff;
}

/* content */
.cabinet-content {
  flex: 1;
}

.cabinet-pane {
  display: none;
}

.cabinet-pane.active {
  display: block;
}

/* mobile */
@media (max-width: 768px) {
  .cabinet {
    flex-direction: column;
  }

  .cabinet-tabs {
    flex-direction: row;
    min-width: 100%;
  }

  .cabinet-tab {
    flex: 1;
    text-align: center;
    border-bottom: 1px solid #000;
  }

  .cabinet-tab:not(:last-child) {
    border-right: none;
  }
}
.x-grid3-cell-inner, .x-grid3-hd-inner {
    padding: 13px 20px 13px 14px !important;
    color: #000 !important;
    font-family: 'TildaSans' !important;
    font-size: 12px !important;
    background: #ffffff !important;
}
.x-panel.main-wrapper {
    background-color: #fff;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    overflow: visible;
}
.x-panel-tbar-noheader .x-toolbar {
    background-color: transparent;
    background-image: none;
    border: 0;
    padding: 0px 0px 0px 10px !important;
}
.mspc2-form {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100% !important;
    margin-right: 0px !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    overflow: hidden;
}

.mspc2-form__button {
    background-color: #000000 !important;
    padding: .7rem .75rem;
    border: 0;
    border-radius: 0 0px 0px 0 !important;
    color: #ffffff !important;
    font-size: 1em;
    line-height: 1em;
}
.forms-cart__footer{
background-color: #000;
padding: 20px;
color: #fff;
}
/* по умолчанию подменю скрыто */
.header-menu li > ul {
  display: none;
}

/* если пункт открыт — показываем */
.header-menu li.is-open > ul {
  display: block;
}

/* курсор/поведение для parent */
.header-menu a.parent {
  cursor: pointer;
}
#munu-mob{
height: 100vh;
    left: 0px;
    position: absolute;
    width: 320px;
}
a.parent {
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
}
.header-menu{
    padding-left: 0px;
}
.cosmetolog-info {
    padding: 30px;
    border: 1px solid #dddddd;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.cosmetolog-info span a{
color: #000;
    font-weight: 700;
}
.contact-map {
    height: 400px;
    width: 100%;
}


/*-- Contact Information --*/

.contact-information h3 {
    margin-bottom: 30px;
}

.contact-information ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact-information ul li:last-child {
    margin-bottom: 0;
}

.contact-information ul li .icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-information ul li .icon i {
    font-size: 30px;
}

.contact-information ul li .text {
    max-width: calc(100% - 50px);
}

.contact-information ul li .text span,
.contact-information ul li .text a {
    display: block;
    line-height: 24px;
    max-width: 230px;
    color: #000;
}


/*-- Contact Form --*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrap.margin-0 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-wrap.margin-0 {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrap {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-wrap {
        margin-top: 40px;
    }
}

.contact-form-wrap h3 {
    margin-bottom: 30px;
}

.contact-form-wrap input {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 5px 20px;
    color: #333333;
    border-radius: 0px;
    height: 65px;
}

.contact-form-wrap input:focus {
    border-color: #777777;
    color: #111111;
}

.contact-form-wrap textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    color: #333333;
    resize: none;
    border-radius: 5px;
}

.contact-form-wrap textarea:focus {
    border-color: #777777;
    color: #111111;
}

.contact-form-wrap button {
    margin-top: 20px;
}

.form-messege.success {
    color: #1dbc51;
    font-weight: 700;
}

.form-messege.error {
    color: #ff1313;
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../fonts/Pe-icon-7-stroke%EF%B9%96d7yf1v.eot');
    src: url('../fonts/Pe-icon-7-stroke%EF%B9%96.eot#iefixd7yf1v') format('embedded-opentype'), url('../fonts/Pe-icon-7-stroke%EF%B9%96d7yf1v.woff') format('woff'), url('../fonts/Pe-icon-7-stroke%EF%B9%96d7yf1v.ttf') format('truetype'), url('../fonts/Pe-icon-7-stroke%EF%B9%96d7yf1v.svg#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="pe-7s-"],[class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pe-7s-album:before {
    content: "\e6aa"
}

.pe-7s-arc:before {
    content: "\e6ab"
}

.pe-7s-back-2:before {
    content: "\e6ac"
}

.pe-7s-bandaid:before {
    content: "\e6ad"
}

.pe-7s-car:before {
    content: "\e6ae"
}

.pe-7s-diamond:before {
    content: "\e6af"
}

.pe-7s-door-lock:before {
    content: "\e6b0"
}

.pe-7s-eyedropper:before {
    content: "\e6b1"
}

.pe-7s-female:before {
    content: "\e6b2"
}

.pe-7s-gym:before {
    content: "\e6b3"
}

.pe-7s-hammer:before {
    content: "\e6b4"
}

.pe-7s-headphones:before {
    content: "\e6b5"
}

.pe-7s-helm:before {
    content: "\e6b6"
}

.pe-7s-hourglass:before {
    content: "\e6b7"
}

.pe-7s-leaf:before {
    content: "\e6b8"
}

.pe-7s-magic-wand:before {
    content: "\e6b9"
}

.pe-7s-male:before {
    content: "\e6ba"
}

.pe-7s-map-2:before {
    content: "\e6bb"
}

.pe-7s-next-2:before {
    content: "\e6bc"
}

.pe-7s-paint-bucket:before {
    content: "\e6bd"
}

.pe-7s-pendrive:before {
    content: "\e6be"
}

.pe-7s-photo:before {
    content: "\e6bf"
}

.pe-7s-piggy:before {
    content: "\e6c0"
}

.pe-7s-plugin:before {
    content: "\e6c1"
}

.pe-7s-refresh-2:before {
    content: "\e6c2"
}

.pe-7s-rocket:before {
    content: "\e6c3"
}

.pe-7s-settings:before {
    content: "\e6c4"
}

.pe-7s-shield:before {
    content: "\e6c5"
}

.pe-7s-smile:before {
    content: "\e6c6"
}

.pe-7s-usb:before {
    content: "\e6c7"
}

.pe-7s-vector:before {
    content: "\e6c8"
}

.pe-7s-wine:before {
    content: "\e6c9"
}

.pe-7s-cloud-upload:before {
    content: "\e68a"
}

.pe-7s-cash:before {
    content: "\e68c"
}

.pe-7s-close:before {
    content: "\e680"
}

.pe-7s-bluetooth:before {
    content: "\e68d"
}

.pe-7s-cloud-download:before {
    content: "\e68b"
}

.pe-7s-way:before {
    content: "\e68e"
}

.pe-7s-close-circle:before {
    content: "\e681"
}

.pe-7s-id:before {
    content: "\e68f"
}

.pe-7s-angle-up:before {
    content: "\e682"
}

.pe-7s-wristwatch:before {
    content: "\e690"
}

.pe-7s-angle-up-circle:before {
    content: "\e683"
}

.pe-7s-world:before {
    content: "\e691"
}

.pe-7s-angle-right:before {
    content: "\e684"
}

.pe-7s-volume:before {
    content: "\e692"
}

.pe-7s-angle-right-circle:before {
    content: "\e685"
}

.pe-7s-users:before {
    content: "\e693"
}

.pe-7s-angle-left:before {
    content: "\e686"
}

.pe-7s-user-female:before {
    content: "\e694"
}

.pe-7s-angle-left-circle:before {
    content: "\e687"
}

.pe-7s-up-arrow:before {
    content: "\e695"
}

.pe-7s-angle-down:before {
    content: "\e688"
}

.pe-7s-switch:before {
    content: "\e696"
}

.pe-7s-angle-down-circle:before {
    content: "\e689"
}

.pe-7s-scissors:before {
    content: "\e697"
}

.pe-7s-wallet:before {
    content: "\e600"
}

.pe-7s-safe:before {
    content: "\e698"
}

.pe-7s-volume2:before {
    content: "\e601"
}

.pe-7s-volume1:before {
    content: "\e602"
}

.pe-7s-voicemail:before {
    content: "\e603"
}

.pe-7s-video:before {
    content: "\e604"
}

.pe-7s-user:before {
    content: "\e605"
}

.pe-7s-upload:before {
    content: "\e606"
}

.pe-7s-unlock:before {
    content: "\e607"
}

.pe-7s-umbrella:before {
    content: "\e608"
}

.pe-7s-trash:before {
    content: "\e609"
}

.pe-7s-tools:before {
    content: "\e60a"
}

.pe-7s-timer:before {
    content: "\e60b"
}

.pe-7s-ticket:before {
    content: "\e60c"
}

.pe-7s-target:before {
    content: "\e60d"
}

.pe-7s-sun:before {
    content: "\e60e"
}

.pe-7s-study:before {
    content: "\e60f"
}

.pe-7s-stopwatch:before {
    content: "\e610"
}

.pe-7s-star:before {
    content: "\e611"
}

.pe-7s-speaker:before {
    content: "\e612"
}

.pe-7s-signal:before {
    content: "\e613"
}

.pe-7s-shuffle:before {
    content: "\e614"
}

.pe-7s-shopbag:before {
    content: "\e615"
}

.pe-7s-share:before {
    content: "\e616"
}

.pe-7s-server:before {
    content: "\e617"
}

.pe-7s-search:before {
    content: "\e618"
}

.pe-7s-film:before {
    content: "\e6a5"
}

.pe-7s-science:before {
    content: "\e619"
}

.pe-7s-disk:before {
    content: "\e6a6"
}

.pe-7s-ribbon:before {
    content: "\e61a"
}

.pe-7s-repeat:before {
    content: "\e61b"
}

.pe-7s-refresh:before {
    content: "\e61c"
}

.pe-7s-add-user:before {
    content: "\e6a9"
}

.pe-7s-refresh-cloud:before {
    content: "\e61d"
}

.pe-7s-paperclip:before {
    content: "\e69c"
}

.pe-7s-radio:before {
    content: "\e61e"
}

.pe-7s-note2:before {
    content: "\e69d"
}

.pe-7s-print:before {
    content: "\e61f"
}

.pe-7s-network:before {
    content: "\e69e"
}

.pe-7s-prev:before {
    content: "\e620"
}

.pe-7s-mute:before {
    content: "\e69f"
}

.pe-7s-power:before {
    content: "\e621"
}

.pe-7s-medal:before {
    content: "\e6a0"
}

.pe-7s-portfolio:before {
    content: "\e622"
}

.pe-7s-like2:before {
    content: "\e6a1"
}

.pe-7s-plus:before {
    content: "\e623"
}

.pe-7s-left-arrow:before {
    content: "\e6a2"
}

.pe-7s-play:before {
    content: "\e624"
}

.pe-7s-key:before {
    content: "\e6a3"
}

.pe-7s-plane:before {
    content: "\e625"
}

.pe-7s-joy:before {
    content: "\e6a4"
}

.pe-7s-photo-gallery:before {
    content: "\e626"
}

.pe-7s-pin:before {
    content: "\e69b"
}

.pe-7s-phone:before {
    content: "\e627"
}

.pe-7s-plug:before {
    content: "\e69a"
}

.pe-7s-pen:before {
    content: "\e628"
}

.pe-7s-right-arrow:before {
    content: "\e699"
}

.pe-7s-paper-plane:before {
    content: "\e629"
}

.pe-7s-delete-user:before {
    content: "\e6a7"
}

.pe-7s-paint:before {
    content: "\e62a"
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8"
}

.pe-7s-notebook:before {
    content: "\e62b"
}

.pe-7s-note:before {
    content: "\e62c"
}

.pe-7s-next:before {
    content: "\e62d"
}

.pe-7s-news-paper:before {
    content: "\e62e"
}

.pe-7s-musiclist:before {
    content: "\e62f"
}

.pe-7s-music:before {
    content: "\e630"
}

.pe-7s-mouse:before {
    content: "\e631"
}

.pe-7s-more:before {
    content: "\e632"
}

.pe-7s-moon:before {
    content: "\e633"
}

.pe-7s-monitor:before {
    content: "\e634"
}

.pe-7s-micro:before {
    content: "\e635"
}

.pe-7s-menu:before {
    content: "\e636"
}

.pe-7s-map:before {
    content: "\e637"
}

.pe-7s-map-marker:before {
    content: "\e638"
}

.pe-7s-mail:before {
    content: "\e639"
}

.pe-7s-mail-open:before {
    content: "\e63a"
}

.pe-7s-mail-open-file:before {
    content: "\e63b"
}

.pe-7s-magnet:before {
    content: "\e63c"
}

.pe-7s-loop:before {
    content: "\e63d"
}

.pe-7s-look:before {
    content: "\e63e"
}

.pe-7s-lock:before {
    content: "\e63f"
}

.pe-7s-lintern:before {
    content: "\e640"
}

.pe-7s-link:before {
    content: "\e641"
}

.pe-7s-like:before {
    content: "\e642"
}

.pe-7s-light:before {
    content: "\e643"
}

.pe-7s-less:before {
    content: "\e644"
}

.pe-7s-keypad:before {
    content: "\e645"
}

.pe-7s-junk:before {
    content: "\e646"
}

.pe-7s-info:before {
    content: "\e647"
}

.pe-7s-home:before {
    content: "\e648"
}

.pe-7s-help2:before {
    content: "\e649"
}

.pe-7s-help1:before {
    content: "\e64a"
}

.pe-7s-graph3:before {
    content: "\e64b"
}

.pe-7s-graph2:before {
    content: "\e64c"
}

.pe-7s-graph1:before {
    content: "\e64d"
}

.pe-7s-graph:before {
    content: "\e64e"
}

.pe-7s-global:before {
    content: "\e64f"
}

.pe-7s-gleam:before {
    content: "\e650"
}

.pe-7s-glasses:before {
    content: "\e651"
}

.pe-7s-gift:before {
    content: "\e652"
}

.pe-7s-folder:before {
    content: "\e653"
}

.pe-7s-flag:before {
    content: "\e654"
}

.pe-7s-filter:before {
    content: "\e655"
}

.pe-7s-file:before {
    content: "\e656"
}

.pe-7s-expand1:before {
    content: "\e657"
}

.pe-7s-exapnd2:before {
    content: "\e658"
}

.pe-7s-edit:before {
    content: "\e659"
}

.pe-7s-drop:before {
    content: "\e65a"
}

.pe-7s-drawer:before {
    content: "\e65b"
}

.pe-7s-download:before {
    content: "\e65c"
}

.pe-7s-display2:before {
    content: "\e65d"
}

.pe-7s-display1:before {
    content: "\e65e"
}

.pe-7s-diskette:before {
    content: "\e65f"
}

.pe-7s-date:before {
    content: "\e660"
}

.pe-7s-cup:before {
    content: "\e661"
}

.pe-7s-culture:before {
    content: "\e662"
}

.pe-7s-crop:before {
    content: "\e663"
}

.pe-7s-credit:before {
    content: "\e664"
}

.pe-7s-copy-file:before {
    content: "\e665"
}

.pe-7s-config:before {
    content: "\e666"
}

.pe-7s-compass:before {
    content: "\e667"
}

.pe-7s-comment:before {
    content: "\e668"
}

.pe-7s-coffee:before {
    content: "\e669"
}

.pe-7s-cloud:before {
    content: "\e66a"
}

.pe-7s-clock:before {
    content: "\e66b"
}

.pe-7s-check:before {
    content: "\e66c"
}

.pe-7s-chat:before {
    content: "\e66d"
}

.pe-7s-cart:before {
    content: "\e66e"
}

.pe-7s-camera:before {
    content: "\e66f"
}

.pe-7s-call:before {
    content: "\e670"
}

.pe-7s-calculator:before {
    content: "\e671"
}

.pe-7s-browser:before {
    content: "\e672"
}

.pe-7s-box2:before {
    content: "\e673"
}

.pe-7s-box1:before {
    content: "\e674"
}

.pe-7s-bookmarks:before {
    content: "\e675"
}

.pe-7s-bicycle:before {
    content: "\e676"
}

.pe-7s-bell:before {
    content: "\e677"
}

.pe-7s-battery:before {
    content: "\e678"
}

.pe-7s-ball:before {
    content: "\e679"
}

.pe-7s-back:before {
    content: "\e67a"
}

.pe-7s-attention:before {
    content: "\e67b"
}

.pe-7s-anchor:before {
    content: "\e67c"
}

.pe-7s-albums:before {
    content: "\e67d"
}

.pe-7s-alarm:before {
    content: "\e67e"
}

.pe-7s-airplay:before {
    content: "\e67f"
}
.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #f7f7f7;
}

.faq-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 20px;
}

.faq-answer p {
  margin: 15px 0 20px;
  line-height: 1.6;
}
.blog-wrapper{
position: relative;
}
.cat-link {
    top: 0px;
    left: 12px;
    position: absolute;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.discount-percent {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 999px;
    padding: 4px 10px;
    background: #fec9c9;
    position: absolute;
    z-index: 1;
    bottom: 55px;
    left: 9px;
    color: #000;
}
.inf-marquee {
    width: 100%;
    background: #9eb6c9;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.inf-marquee__viewport {
    width: 100%;
    height: 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.inf-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    animation-name: infMarqueeMove;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 20s;
}

.inf-marquee__unit {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.inf-marquee__item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    padding: 0 10px;
}

.inf-marquee__sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    opacity: 0.75;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.inf-marquee:hover .inf-marquee__track {
    animation-play-state: paused;
}

@keyframes infMarqueeMove {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(calc(-1 * var(--inf-marquee-shift, 0px)), 0, 0);
    }
}

@media (max-width: 768px) {
    .inf-marquee__viewport {
        height: 36px;
    }

    .inf-marquee__item,
    .inf-marquee__sep {
        font-size: 12px;
    }
}