<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'Roboto Condensed';
    src: local('../fonts/RobotoCondensed-Regular.ttf'), url('../fonts/RobotoCondensed-Regular.ttf');
}

body {
    margin-bottom: 60px;
    height: 100%;
}
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/*header {
    padding: 1px 0px 10px 0px;
}*/

.header-menu-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 15px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    /*    margin: 24px 10px 0px 10px;
*/
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* РЈР±РµРґРёС‚РµСЃСЊ, С‡С‚Рѕ РїРµСЂРµРїРѕР»РЅРµРЅРёРµ СЃРєСЂС‹С‚Рѕ */
}

.carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.carousel-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute; /* РСЃРїРѕР»СЊР·СѓРµРј absolute РґР»СЏ С‚РѕРіРѕ, С‡С‚РѕР±С‹ СЃР»Р°Р№РґС‹ РЅРµ Р·Р°РЅРёРјР°Р»Рё РјРµСЃС‚Рѕ */
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
    -o-transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s; /* РџР»Р°РІРЅРѕ СЃРєСЂС‹РІР°С‚СЊ */
}

.carousel-item.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; /* Р’РёРґРёРјРѕСЃС‚СЊ Рё РїР»Р°РІРЅРѕСЃС‚СЊ РїРµСЂРµРєР»СЋС‡РµРЅРёСЏ */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* РЈР±РµРґРёС‚РµСЃСЊ, С‡С‚Рѕ РёР·РѕР±СЂР°Р¶РµРЅРёРµ РїРѕРєСЂС‹РІР°РµС‚ РІРµСЃСЊ РєРѕРЅС‚РµР№РЅРµСЂ */
    -o-object-position: center;
       object-position: center; /* Р¦РµРЅС‚СЂРёСЂСѓРµРј РёР·РѕР±СЂР°Р¶РµРЅРёРµ */
}

.dot-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    height: 32px;
    width: 24px;
    background-size: cover;
    background-image: url(../img/arrow.png);
    cursor: pointer;
}

.arrow-right {
    right: 54px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.arrow-left {
    left: 54px;
}

.dot-item {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    opacity: 50%;
    cursor: pointer;
}

.dot-item.active {
    opacity: 100%;
}
footer {
    margin: 50px 20px 0 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}

.footer-inner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    padding-bottom: 67px;
}

.footer-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 260px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer-menu-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
}

.footer-menu-info button {
    text-wrap: nowrap;
}

.footer-menu-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.footer-contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 260px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3px;
}

.contact-adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.contact-adress span a, .mail-adress a{
    color: #000 !important;
}

.phones-container {
    display: -ms-grid;
    display: grid;
}

.media-inner-desktop {
    padding-left: 19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    padding: 18px;
}

.media-inner-mobile {
    display: none;
}

.header-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
}

.header-navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.header-logo {
    left: 50%;
}

.logo-wrapper {
    width: 100%;
}

.logo-container {
    position: absolute;
}

.logo-container,
.mobile-logo-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 32px;
}

.mobile-logo-container {
    display: none;
    padding: 20px 0;
    height: auto;
}

.mobile-menu-title {
    display: none
}

.logo-container img,
.mobile-logo-container img {
    height: 100%;
}

@-webkit-keyframes slide {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slide {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logos {
    height: 132px;
    background-color: black;
}

.info {
    height: 22px;
    background-color: #CACACA;

}
/*stop logos slider on hover*/
/* .logos:not(:hover) .logos-slide {
    animation-play-state:unset;
}
.logos:hover .logos-slide {
    animation-play-state: paused;
} */

.marquee-slide {
    display: inline-block;
    -webkit-animation: 30s slide infinite linear;
            animation: 30s slide infinite linear;
}

.logos-slide {
    height: 100%;
    padding: 7px 0;
    -webkit-animation-duration: 100s;
            animation-duration: 100s
}

.logos:hover button:not(:hover) {
    opacity: 0.5;
    filter: alpha(opacity=40);
}

.info-slide {
    -webkit-animation-duration: 120s;
            animation-duration: 120s;
    height: 100%;
}

.info-slide .slide {
    height: 100%;
    color: #ffff; 
    margin: auto 32px;
    height: 100%;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    font-variant: all-small-caps;
    margin: auto 15px;

}

.logos-slide .slide {
    margin: auto 32px;
    height: 100%;
}

.slide-image {
    display: inline-block;
    max-width: 220px;
    max-height: 90px;
}


#search-input-wrapper,
#search-input-wrapper-mobile {
    display: none;
    width: 470px;
    padding: 5px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--grey, #AAAAAE);
    background: #FFF;
}

#search-input-wrapper-mobile {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#search-input-wrapper .icon-container {
    margin-bottom: unset;
}

#search-input-wrapper-mobile .icon-container {
    margin-bottom: unset;
}

.search-icon-container {
    height: 20px;
    width: 20px;
}

.search-icon-container .icon {
    width: inherit;
    height: inherit;
}

#search-input,
#search-input-mobile {
    border: unset;
    padding: unset;
    margin: 0 10px;
    outline-style: none;
    width: -webkit-fill-available
}

#search-input:focus-visible {
    outline-style: none;
    border: none !important;
}

#search-input-mobile:focus-visible {
    outline-style: none;
    border: none !important;
}


.category-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background: #FFF;
    color: #000;
    text-align: center;
    /* 18 regular */
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.action-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20px;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
}

input[type=text],
input[type=password], input[type=email], input[type=tel], input[type=name]{
    border: 1px solid #ababab;
    border-radius: 0px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 15 regular caps */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
}

textarea {
    border: 1px solid #ababab;
    border-radius: 0px;
    padding: 10px;
    resize: none;
    width: 100%;
    /* 15 regular small */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
    letter-spacing: 1.2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

input[type=text]:focus-visible,
textarea:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible {
    outline-style: unset;
    border: 1px solid #000 !important;
}

.incorrect-input {
    border: 1px solid #f00 !important;
}


.required:after {
    content: " *";
    color: red;
}

button,
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/*    button:active {
        background: #000;
        color: #fff;
    }

        button:active span {
            color: #fff;
        }*/

.inactive-button {
    border: 1px solid #ababab !important;
    color: #ababab !important;
    background: #fff !important;
}

.inactive-button:hover {
    border: 1px solid #ababab !important;
    color: #ababab !important;
    background: #fff !important;
}


.category-with-icon-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20px;
    padding: 5px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.icon {
    width: 20px;
    height: 20px;
    background-position: center !important;
    background-size: cover !important;
    display: block;
}

.icon-container {
    margin-bottom: 2px;
}

.icon-footer {
    height: 34px;
    width: 34px;
    display: block;
}
.info-page-wrapper{
    min-height: 500px;
    height: max-content;
}
.text-regular {
    color: #000;
    /* 15regular */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
}

.text-regular-lowercase {
    font-family: Roboto Condensed;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
}
.text-medium-caps {
    color: #000;
    /* 15 regular caps */
    font-family: Roboto Condensed;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.text-medium {
    color: #000;
    /* 18regular */
    font-family: Roboto Condensed;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.text-regular-caps {
    color: #000;
    /* 15 regular caps */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.text-small-caps {
    color: #000;
    /* 15 small caps */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
    letter-spacing: 1.2px;
}

.text-regular-small {
    color: #000;
    /* 15 regular small */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
    letter-spacing: 1.2px;
}

.text-very-small-caps {
    color: var(--grey, #ababab);
    /* 12 s caps */
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
    letter-spacing: 0.96px;
}

.text-twelve-small {
    /* 12 small */
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.button-container-inner {
    gap: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hidden-or-inactive {
    display: none !important;
}

.search-icon {
    background: url('../img/search_icon.svg');
}

.bag-icon {
    background: url('../img/bag_icon.svg');
}

.info-icon {
    background: url('../img/info_icon.svg');
}

.acc-icon {
    background: url('../img/acc_icon.svg');
}

.category-button:hover .search-icon {
    background: url('../img/search_icon_white.svg');
}

.category-button:hover .bag-icon {
    background: url('../img/bag_icon_white.svg');
}

.category-button:hover .info-icon {
    background: url('../img/info_icon_white.svg');
}

.category-button:hover .acc-icon {
    background: url('../img/acc_icon_white.svg');
}

.whatsapp-icon {
    background: url('../img/whatsapp-logo.svg');
}

.instagram-icon {
    background: url('../img/instagram-logo.svg');
}

.telegram-icon {
    background: url('../img/telegram-logo.svg');
}

.dicount-icon {
    background: url('../img/widget_discount_icon.svg');
}

.helpchat-icon {
    background: url('../img/widget_helpchat_icon.svg');
}

.apply-search-icon {
    cursor: pointer;
    background: url('/img/apply_search_icon.svg');
}

.menu-icon {

    background: url('../img/menu_icon.svg');
}

.menu-icon-white {
    height: 20px;
    background: url('../img/menu_icon_white.svg');
}

.close-icon {
    width: 20px;
    height: 20px;
    background: url('../img/close_icon.svg');
}

.pencil-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../img/pencil_icon.svg');
}

.widgets-inner {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    z-index: 1;
}

.widget-icon {
    width: 42px;
    height: 42px;
}

.widget-icon i {
    width: 100%;
    height: 100%;
    display: block;
}


.filter-icon {
    background: url('../img/filters_icon.svg');
}

.category-with-icon-button:hover .filter-icon {
    background: url('../img/filters_icon_white.svg');
}

.filter-icon-white {
    background: url('../img/filters_icon_white.svg');
}

.button-active {
    color: #FFF;
    background: #000;
}

.button-active span {
    color: #fff;
}


.collapsible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0px 10px 0px;
}

.collapsible-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}


.collapsible-icon {
    background: url("../img/collapsible_icon.svg");
    width: 16px;
    height: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.active {
    display: initial !important;
}

.collapsible-content {
    display: none;
}

.collapsible-active {
    display: initial;
}

.collapsible-active-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsible-wrapper button:hover span {
    color: #000;
}

hr {
    margin: 10px 0px 0px 0px;
    border: 1px solid #ababab;
    width: 100%;
}

.input-with-label-wrapper label {
    margin-bottom: 5px;
    color: #000;
    display: block;
}

/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
/*.collapsible-wrapper button:active {
    background: #fff;
    color: #000;
}

    .collapsible-wrapper button:active span {
        color: #000;
    }*/
.close-icon-wrapper {
    margin: 15px 5px 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.close-icon-wrapper i {
    left: 0;
}

.email-and-media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.empty {
    width: 100%;
    height: 100%;
}

/* cart menu*/


.cart-mark {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 20px;
    padding: 5px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.cart-mark .bag-icon {
    background: url('../img/bag_icon_white.svg');
}

.cart-menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.cart-menu-inner .close-icon-wrapper {
    margin: 15px 0px 4px auto;
}

.cart-mark span {
    color: #fff;
}

#clear-cart-button {
    all: unset;
    color: #000;
    text-align: right;
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-variant: all-small-caps;
    line-height: normal;
    letter-spacing: 1.2px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    cursor: pointer;
}

#cart-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.30);
}

.cart-menu-inner {
    max-width: 345px;
    overflow-y: auto;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
}

.cart-menu-content-wrapper {
    overflow-y: auto;
    width: 100%;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.cart-menu-content-wrapper::-webkit-scrollbar {
    width: 0px;
}


#cart-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    width: -webkit-fill-available;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
}

#cart-menu-content::-webkit-scrollbar {
    width: 0px;
    /* width of the entire scrollbar */
}

#cart-menu-content::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

#cart-menu-content::-webkit-scrollbar-thumb {
    background-color: #000;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #000;
    /* creates padding around scroll thumb */
}

.cart-menu-navigation-buttons {
    margin: auto auto 0 auto;
    width: 100%;
}

.cart-menu-navigation-buttons button {
    width: 100%;
}

.cart-menu-navigation-buttons-wrapper {
    padding: 30px 20px 20px 20px;
}

#proceed-to-cart-button {
    margin-bottom: 10px;
}

.cart-menu-sumprice-wrapper {
    padding: 20px;
}

#cart-menu-sumprice {
    color: #000;
    /* 15 medium */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

#empty-cart-notification {
    display: block;
    padding: 0 20px;
}

/* widgets */
/* notifications */
#notifications-wrapper {
    display: none;
    width: 436px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    border: 1px solid #000;
    background: #FFF;
    top: 20vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.popup-window-wrapper-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    background: #000;
}

.popup-window-wrapper-header .close-icon-wrapper {
    all: unset;
    cursor: pointer;
}

.close-icon-white {
    background: url('../img/cross_icon_white.svg');
}

.popup-window-wrapper-header-inner span {
    color: #FFF;
    /* 15 medium */
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.notifications-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.notifications-content-info {
    color: #000;
    /* 12 small */
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.notifications-content-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}


.notificaitons-subscribe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.notificaiton-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.notificaiton-input-wrapper span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    color: #000;
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
    letter-spacing: 1.2px;
}

.notificaiton-input-wrapper input {
    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;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.privacy-warning-text {
    color: #000;
    /* 12 small */
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.widget-icon:hover {
    cursor: pointer;
}

.subscribe-to-notifications-button {
    width: 100%;
}

.media-logo {
    cursor: pointer;
}

.window-priveledges-program-info {
    text-decoration: underline;
    color: #000;
    /* 12 s caps */
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
    letter-spacing: 0.96px;
}

.gratitude-cover {
    display: none;
    height: 334px;
}

.gratitude-content {
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.gratitude-text-info {
    color: #000;
    /* 12 small */
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.gratitude-header {
    color: #000;
    /* 18 medium */
    font-family: Roboto Condensed;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.unsubscribe-notification {
    margin-top: 5px;
    color: var(--grey, #ababab);
    /* 12 small */
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.price span:first-of-type {
    margin-right: 5px;
}

.sale-price {
    color: #f00;
}

.old-price {
    color: var(--grey, #ababab);
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
}

/* help-content*/

#help-wrapper {
    display: none;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    border: 1px solid #000;
    background: #FFF;
    left: 0;
    right: 20px;
    margin-left: auto;
    bottom: 63px;
    z-index: 1;
}

.help-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.help-wrapper-content button {
    width: 100%;
}

.help-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.help-data-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.help-data-input input{
    width: 100%;
}

#help-text-input {
    height: 72px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: thin;
}

#help-text-input::-webkit-scrollbar {
    width: 15px;
}

.help-content-initial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.help-success-wrapper {
    display: none;
    width: 275px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin: 169px 0;
}

/* mobile */
#mobile-menu-button {
    height: 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    display: block
}

#mobile-menu-wrapper {
    overflow-y: scroll;
    display: none;
    padding: 37px 16px 10px 16px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 1;
}

#mobile-menu-wrapper .close-icon-wrapper {
    position: absolute;
    top: 0px;
    right: 10px;
}


.mobile-menu-header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background: #000;
}

.mobile-menu-header span {
    color: #fff;
}


.mobile-collapsibles-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.collapsible-button:active {
    background: #fff;
}

.collapsible-button:active span {
    color: #000;
}

.collapsible-button:hover {
    background: #fff;
}

.collapsible-button:hover span {
    color: #000;
}

.mobile-side-menu-collapsible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}

.mobile-collapsibles-wrapper .collapsible {
    margin: unset;
}

.collapsible .collapsible-content {
    margin-top: 15px;
    margin-bottom: 10px;
}

.collapsible hr {
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #ababab;
    width: 100%;
}

.mobile-menu-footer {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 20px;
}
.mobile-menu-footer-inner{
    display: flex;
    align-items: start;
    gap:20px;
    flex-direction: column;
}
.mobile-menu-footer-inner .category-button{
    padding: 0;
}

.mobile-menu-footer .footer-menu-info {
    margin-bottom: 60px;
}

.mobile-menu-footer .media-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.mobile-menu-footer .media-logo {
    height: 34px;
    width: 34px;
}

.collapsible-column {
    gap: 20px;
    margin: 0 20px;
}

.collapsible-column button {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
}

.footer-sign-to-priveledges-wrapper {
    margin-left: auto;
}

.footer-sign-to-priveledges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
}

.priveledges-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.priveledges-form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.priveledges-form-input input {
    padding: 10px;
}

.subscribe-to-priveledges-button {
    border: 1px solid #000;
    padding: 10px 15px;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: white;
        color: black;
    }
}
/* media 1280 */
@media (max-width: 1280px) {
    .header-navigation-inner .button-container-inner .text-medium {
        display: none;
    }

    #user-cart-counter {
        display: block;
    }

    #header-brands-button {
        display: none;
    }
}

/* media 768*/

@media(max-width:1000px) {
    #search-input-wrapper {
        width: 315px;
    }

    .footer-sign-to-priveledges-wrapper {
        position: initial;
        padding-bottom: 0;
    }

    footer {
        display: block;
    }
}

@media(min-width: 768px) {

    #mobile-menu-button {
        display: none;
    }

    .collapsible-content button:hover {
        background: #000;
        color: #fff;
    }

    .collapsible-wrapper button:hover {
        background: #fff;
        color: #000;
    }

    button:hover {
        background: #000;
        color: #fff;
    }

    button:hover span {
        color: #fff;
    }
}

@media(max-width: 768px) {

    /*button:hover {
        background: #fff !important;
        color: #000 !important;
    }*/


    .logo-container {
        display: none;
    }

    .mobile-menu-title {
        display: block;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }

    .mobile-logo-container {
        display: block;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }

    .start-shopping-buton:hover {
        background: #000 !important;
    }

    .sale-button:hover {
        background: #FFF !important;
        color: #F00 !important;
    }

    .widget-mobile-container {
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.30);
    }


    .header-menu-wrapper {
        padding: 15px 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #help-wrapper {
        top: 16vh;
        bottom: unset;
        width: unset;
        right: unset;
    }

    .brands-collapsible-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }


    .category-button {
        padding: 5px 15px;

    }

    .header-navigation-inner .category-button:last-of-type {
        padding-right: 0;
    }

    .big-screen-visible {
        display: none;
    }

    #account-button {
        display: none;
    }

    .cart-menu-inner {
        max-width: unset;
        padding: 0 16px;
    }

    .empty {
        width: 0%;
        height: 0%;
    }

    footer {
        padding: 24px 16px 15px 16px;
    }

    #mobile-menu-button {
        padding: 0;
    }

    #mobile-menu-button span {
        display: none;
    }

    .footer-inner-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: unset;
        gap: 60px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }

    .header-navigation-inner {
        gap: 10px;
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset;
    }

    .footer-sign-to-priveledges-wrapper {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0;
    }

    .footer-sign-to-priveledges-wrapper {
        padding: 0;
    }

    .footer-contacts-inner {
        height: unset;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        gap: 30px
    }

    .footer-menu-inner {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        height: unset;

    }

    .footer-menu-info {
        height: unset;
        margin-top: -15px;
        gap: 10px
    }

    .contact-name,
    .contact-adress,
    .adress,
    .phones-container,
    .mail-adress,
    .priveledges-form-input span{
        font-size: 15px !important;
    }

    #mobile-menu-wrapper {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .media-inner-mobile {
        margin-top: -30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 15px;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;

    }

    .media-inner-desktop {
        display: none
    }

    #cart-menu-wrapper {
        position: fixed;
    }

    .onepage-window-wrapper {
        margin: 0 16px;
    }
}


/* media 480*/
@media(max-width: 480px) {


    #notifications-wrapper {
        width: unset;
        margin: unset;
    }
}</pre></body></html>