.benefitBanner.position--benefitHomepage :is(.benefitBanner__link,.benefitBanner__item) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefitBanner.position--benefitHomepage .benefitBanner__content {
    text-align: center;
}

.benefitBanner.position--benefitHomepage .benefitBanner__content * {
    color: #3C3C3B;
}

@media (min-width: 768px) {
    .menu-level-1 > li > a {
        position: relative;
    }

    .menu-level-1 > li > a b {
        transition: all .3s;
    }

    .menu-level-1 > li > a:hover {
        background-color: var(--color-primary) !important;
        color: #fff !important;
    }

    .menu-level-1 > li > a:hover b, .menu-level-1 > li > a.active b {
        font-weight: 700 !important;
    }

    .menu-level-1 > li > a:hover:after, .menu-level-1 > li > a.active:after {
        content: '';
        background: url(/user/documents/upload/code/img/text-underline.svg) center center repeat-x;
        left: 50%;
        bottom: 9px;
        position: absolute;
        width: calc(100% - 42px);
        transform: translateX(-50%);
        height: 7px;
        overflow: hidden;
    }

    .navigation-in > ul > li {
        border: none;
    }

    .fitted .navigation-in ul {
        justify-content: center
    }

    .navigation-in {
        font-size: 12px;
        font-weight: 500;
        line-height: 32px;
    }

    #navigation {
        height: 50px;
    }

    .site-name-wrapper {
        position: relative;
    }

    .header-top {
        padding-bottom: 0;
        padding-top: 0;
        height: 100px;
    }

    #header .site-name a img {
        max-height: 70px;
        top: 11px;
        position: relative;
        z-index: 2;
    }

    .navigation-in ul li a {
        padding: 9px 15px;
    }
}

@media (min-width: 1440px) {
    .site-name-wrapper:after {
        content: '';
        background: url(/user/documents/upload/code/img/logo-sub.svg) bottom left no-repeat;
        left: -33px;
        bottom: -34px;
        position: absolute;
        width: 160px;
        height: 35px;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    #carousel:before {
        content: '';
        background: url(/user/documents/upload/code/img/logo-sub.svg) bottom left no-repeat;
        left: -35px;
        top: -14px;
        position: absolute;
        width: 160px;
        height: 35px;
        z-index: 1;
        transition: transform .15s;
    }
}

.footer-bottom:before {
    content: '';
    background: url(/user/documents/upload/code/img/vlna-footer.svg) center top repeat-x;
    width: 100vw;
    height: 21px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-bottom {
    padding-top: 40px;
    position: relative;
}

#signature > * {
    display: none !important;
}

#carousel:after {
    content: '';
    background: url(/user/documents/upload/code/img/vlna-slider.svg) center center repeat-x;
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    height: 35px;
}

.before-carousel {
    padding-top: 0;
    border: none;
}

.carousel-indicators {
    position: absolute;
    top: 50%;
    right: 24px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border-radius: 15px;
    width: auto;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #9b9b9b;
    cursor: pointer;
    transition: background-color .2s ease;
}

.carousel-indicators li.active {
    margin: 0;
    background: var(--color-primary);
}

#carousel .carousel-control {
    display: none !important;
}

.search-input {
    background: #ECECEC;
    border: none;
    border-radius: 20px;
    outline: none !important;
}

#formSearchForm button {
    border-radius: 20px;
    border: none;
    padding: 8px 40px;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 1200px) {
    .cart-count:before,
    .cart-count i {
        display: none !important;
    }

    .cart-count .sr-only {
        display: inline;
    }

    .header-top .btn.cart-count .cart-price {
        font-weight: bold;
        font-size: 14px;
        top: -1px;
        position: relative;
    }

    .mjs-cart-text {
        color: #000;
        font-size: 12px;
    }

    #header .cart-count {
        border: 2px solid var(--color-primary);
        border-radius: 30px;
        padding: 10px 15px;
        width: 200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header .cart-count > span {
        line-height: 14px;
    }
}


.product .image:after {
    content: '';
    background: url(/user/documents/upload/code/img/vlna-produkt.svg) center top repeat-x;
    left: 50%;
    bottom: -16px;
    position: absolute;
    width: calc(100% + 1px);
    transform: translateX(-50%);
    height: 28px;
}

.product .image {
    margin-bottom: 15px;
}

.product .flags-default {
    top: 50% !important;
    transform: translateY(-50%);
}

.product .flag {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 15px;
    padding: 10px 15px;
    background: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
}

.products-block .product .p {
    box-shadow: inset 0 0 0 2px #959596;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 30px;
}

.products-block > div {
    border: none !important;
}

.products-block .p-bottom > div,
.products-block .ratings-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.products-block .p-in-in .name {
    text-align: center;
}

.p-in {
    padding: 0 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.p-bottom {
    margin-top: auto;
}

.p-tools .btn {
    border-radius: 30px;
}

.btn.add-to-cart-button:before {
    display: none;
}

.products-block .product .flag-action {
    color: #eda22d;
}

.products-block .product .flag-tip {
    color: #5a5a80;
}

.products-block .product .flag-custom1 {
    color: #ffc702;
}

.products-block .product .flag-new {
    color: var(--colors-tags-green);
}

#formNewsletterWidget input {
    border-radius: 15px;
}

.products-block .product .name > span {
    font-weight: 800;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 1;
}

.products-block .product .product-appendix {
    font-size: 14px;
    color: #3c3c3b;
    font-weight: 400;
    display: block;
    text-align: center;
}


.products-block .product .widget-parameter-wrapper {
    padding: 5px;
    justify-content: center;
}

.widget-parameter-value {
    text-transform: lowercase;
}

.widget-parameter-value:after {
    content: '/';
}

.widget-parameter-value:last-child:after {
    display: none;
}

.widget-parameter-wrapper .widget-parameter-more a, .widget-parameter-wrapper .widget-parameter-more span, .widget-parameter-wrapper .widget-parameter-value a, .widget-parameter-wrapper .widget-parameter-value span {
    padding: 0 3px;
    font-size: 15px;
    color: #3c3c3b;
    font-weight: 400;
}

.products-block .product .availability {
    font-size: 15px;
    font-weight: 500;
}

.products-block .p-bottom .price-additional {
    font-size: 20px;
    font-weight: 800;
    color: #3c3c3b;
}

.products-block .p-bottom .price-additional span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.p-tools .btn {
    padding: 12px 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 10%;
    line-height: 1;
}

.products-block.products .p .name {
    text-align: center !important;
}

.btn.btn-primary, a.btn.btn-primary {
    border-width: 3px;
}

.btn.btn-primary:hover, a.btn.btn-primary:hover {
    background: #fff;
    color: var(--color-primary);
}

@media (max-width: 1199px) {
    .mjs-cart-text {
        display: none;
    }
}


@media (min-width: 350px) and (max-width: 480px) {
    .benefitBanner__item {
        flex: 0 0 50%;
        width: 50%;
    }

    .benefitBanner {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .products-block .product .flag {
        font-size: 12px;
        padding: 3px 15px;
    }

    .products-block .product .name > span {
        font-size: 14px;
        text-align: center;
    }

    .products-block .product .product-appendix {
        font-size: 10px;

    }

    .widget-parameter-wrapper .widget-parameter-more a, .widget-parameter-wrapper .widget-parameter-more span, .widget-parameter-wrapper .widget-parameter-value a, .widget-parameter-wrapper .widget-parameter-value span {
        font-size: 10px;
    }

    .products-block .product .availability {
        font-size: 10px;
    }

    .products-block .p-bottom .price-additional {
        font-size: 14px;
    }

    .products-block .p-bottom .price-additional span {
        font-size: 10px;
    }

    .products-block .product .p {
        padding-bottom: 12px;
    }

    .p-tools .btn {
        font-size: 10px;
        letter-spacing: 0;
        padding: 6px 24px;
    }

    .top-navigation-bar {
        background-color: #fff;
    }

    :where(.ums_mobile_header_v1--on).type-index .overall-wrapper {
        padding-top: 130px
    }

    :where(.ums_mobile_header_v1--on) #header .cart-count {
        top: -55px;
    }

    .top-navigation-bar {
        min-height: 80px;
    }

    .top-navigation-tools,
    :where(.ums_mobile_header_v1--on) #header .site-name > a {
        height: 80px;
    }

    .responsive-tools {
        height: 100%;
    }

    .scrolled-down body:where(.ums_mobile_header_v1--on):not(.ordering-process):not(.search-window-visible) #header .cart-count {
        transform: translateY(-180px);
    }

    :where(.ums_mobile_header_v1--on) #header {
        top: 130px;
    }

    :where(.ums_mobile_header_v1--on) #header .site-name {
        top: -80px;
    }

    .responsive-tools > a[data-target=navigation]:before, .responsive-tools > a[data-target=navigation]:hover:before {
        content: '';
        background: url(/user/documents/upload/code/img/hamburger.svg) center center no-repeat;
        left: 50%;
        position: absolute;
        top: -1px;
        width: 100%;
        transform: translateX(-50%);
        height: 100%;
    }

    .top-navigation-contacts {
        display: block !important;
        margin: 0 -20px;
        padding-left: 10px;
    }

    .scrolled-down body:where(.ums_mobile_header_v1--on):not(.ordering-process):not(.search-window-visible) #header .site-name {
        transform: translateY(-180px)

    }
}
