.type-index .benefitBanner {
    border-bottom: none !important
}

.benefitBanner__item,
.benefitBanner__link {
    align-items: center !important;
    flex-direction: column !important;
    text-align: center !important
}

.benefitBanner__link {
    color: inherit !important;
    flex: 1 !important
}

.benefitBanner__picture {
    align-items: center !important;
    align-self: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    height: 60px !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    margin-right: 0 !important;
    max-width: none !important
}

.benefitBanner__img {
    height: auto !important;
    top: 0 !important;
    width: 56px !important
}

.benefitBanner__content {
    font-size: 15px !important;
    justify-content: flex-start !important;
    line-height: 22px !important;
    padding-left: 16px !important;
    padding-right: 16px !important
}

.benefitBanner__title {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 6px !important
}

.benefitBanner--cart {
    border-bottom: none !important;
    border-top: 1px solid #e4e4e4 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 20px !important;
    padding: 28px 0 12px !important
}

.benefitBanner--cart .benefitBanner__item {
    flex: 0 0 50% !important;
    margin-bottom: 20px !important;
    max-width: 50% !important
}

.benefitBanner--cart .benefitBanner__picture {
    height: 44px !important;
    margin-bottom: 8px !important
}

.benefitBanner--cart .benefitBanner__img {
    width: 40px !important
}

.benefitBanner--cart .benefitBanner__title {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 4px !important
}

.benefitBanner--cart .benefitBanner__content {
    font-size: 13px !important;
    line-height: 19px !important;
    padding-left: 8px !important;
    padding-right: 8px !important
}

.benefitBanner--cart-mobile {
    display: none !important
}

@media screen and (max-width:991px) {
    .benefitBanner--cart-desktop {
        display: none !important
    }

    .benefitBanner--cart-mobile {
        display: flex !important;
        flex-wrap: wrap !important
    }
}

@media screen and (max-width:479px) {
    .benefitBanner--cart .benefitBanner__item {
        margin-bottom: 16px !important
    }
}

@media screen and (min-width:480px) and (max-width:1199px) {
    .benefitBanner__item {
        align-items: center !important;
        flex-direction: column !important;
        margin-bottom: 28px !important;
        text-align: center !important
    }

    .benefitBanner__picture {
        height: 52px !important
    }

    .benefitBanner__img {
        width: 48px !important
    }

    .benefitBanner__title {
        font-size: 18px !important;
        line-height: 24px !important
    }

    .benefitBanner__content {
        font-size: 14px !important;
        line-height: 21px !important;
        padding-left: 12px !important;
        padding-right: 12px !important
    }
}

@media screen and (max-width:479px) {
    .benefitBanner {
        padding: 16px 20px !important
    }

    .benefitBanner__item {
        align-items: center !important;
        flex-direction: column !important;
        margin-bottom: 16px !important;
        text-align: center !important
    }

    .benefitBanner__picture {
        flex: 0 0 auto !important;
        height: 32px !important;
        margin-bottom: 6px !important;
        margin-right: 0 !important;
        max-width: none !important
    }

    .benefitBanner__img {
        width: 28px !important
    }

    .benefitBanner__title {
        font-size: 14px !important;
        line-height: 19px !important;
        margin-bottom: 2px !important
    }

    .benefitBanner__content {
        font-size: 12px !important;
        line-height: 17px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.header-top>div.site-name-wrapper a {
    display: block;
    width: 100%
}

.navigation-buttons span {
    font-size: 13px
}

#header .cart-count {
    border-radius: 0 !important
}

.overall-wrapper {
    overflow: hidden
}

.search-form:before {
    font-size: 18px;
    height: 26px;
    left: 5px;
    width: 26px
}

.compact-form .form-control {
    padding: 12px 80px 12px 40px
}

.compact-form .btn {
    font-size: 12px;
    min-width: 80px;
    width: auto
}

.header-top>div.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.header-top>div.search .form-control {
    border-radius: 28px
}

#header .search-form .btn {
    background-color: #239d38;
    border-color: #239d38;
    border-radius: 0 28px 28px 0 !important;
    font-weight: 600;
    height: 56px;
    right: 0;
    text-transform: none;
    top: 0;
    transition: all .3s ease-in-out
}

#header .search-form .btn:hover {
    background-color: #34bf4c !important;
    border-color: #34bf4c
}

.search-form:before {
    border-right: 0
}

@media (min-width:768px) {
    .navigation-in.menu {
        background-color: #239d38
    }

    .menu-helper:after,
    .navigation-in>ul>li>a,
    .submenu-arrow:after {
        color: #fff
    }

    .header-top {
        gap: 10px;
        justify-content: space-between
    }

    #header .site-name {
        padding: 0
    }

    .header-top>div.site-name-wrapper {
        flex: 0 0 20%
    }
}

.header__wrapper {
    align-items: center;
    display: flex;
    gap: 15px;
    width: max-content
}

.header__image {
    flex-shrink: 0;
    width: 50px
}

.header__image img {
    width: 100%
}

.header__image img.header__image--round {
    aspect-ratio: 1/1;
    border: 2px solid #239d38;
    border-radius: 50%;
    object-fit: cover
}

.header__rating {
    margin-bottom: 5px
}

.header__item,
.header__rating {
    gap: 10px
}

.header__item,
.header__rating,
.header__stars {
    align-items: center;
    display: flex
}

.header__star {
    height: 14px;
    position: relative;
    width: 14px
}

.header__star:before {
    color: #ecb911;
    content: "\e907";
    font-family: ikony;
    font-size: 14px;
    height: 100%;
    left: 0;
    line-height: 13px;
    position: absolute;
    top: 2px;
    width: 100%
}

.header__percent {
    font-size: 17px;
    line-height: 1.2
}

.header__percent,
.header__phone {
    color: #000;
    font-weight: 600;
    margin: 0
}

.header__phone {
    font-size: 16px;
    line-height: .5
}

.header__descr {
    color: #747474;
    font-weight: 300
}

.header__descr,
.header__text {
    font-size: 14px;
    line-height: .5;
    margin: 0
}

.header__text {
    color: #000;
    font-weight: 400
}

.header-top>div.site-name-wrapper {
    flex: 0 0 10%
}

.header-top>div.search {
    flex: 0 0 30%
}

.header-top>div.header__wrapper {
    flex: 0 0 35%
}

.header-top>div.navigation-buttons {
    flex: 0 0 20%
}

@media (max-width:1440px) {
    .header-top>div.search {
        flex: 0 0 25%
    }

    .header-top>div.header__wrapper {
        flex: 0 0 40%
    }
}

@media (max-width:1200px) {
    .top-nav-button {
        font-size: 12px;
        font-weight: 400;
        padding: 15px 10px 0;
        width: auto
    }

    #header .cart-count {
        font-size: 12px;
        min-width: auto;
        padding: 15px 10px 0
    }

    .header__image {
        width: 30px
    }

    .header__item,
    .header__rating {
        gap: 5px
    }

    .header__star {
        height: 10px;
        width: 10px
    }

    .header__star:before {
        font-size: 12px;
        line-height: 10px
    }

    .header__descr {
        width: max-content
    }

    .compact-form .form-control {
        padding-left: 45px;
        padding-right: 100px
    }

    #header .search-form .btn,
    .form-control {
        height: 45px
    }

    .search-form:before {
        font-size: 18px;
        top: 6px
    }

    .btn.cart-count:before,
    .top-nav-button:before,
    a.btn.cart-count:before {
        font-size: 22px
    }

    .btn.cart-count .cart-price {
        font-weight: 400
    }

    .navigation-buttons span {
        font-size: 12px
    }

    .btn.cart-count .cart-price {
        padding: 0
    }
}

@media (max-width:992px) {
    .header-top {
        height: auto
    }

    .header-top>div.search {
        flex: 0 0 auto;
        order: 10;
        padding: 0 0 10px;
        width: 100% !important
    }

    #header .cart-count,
    .top-nav-button {
        border: 0
    }

    .header-top>div.site-name-wrapper {
        flex: 0 0 20%
    }

    .header-top>div.header__wrapper,
    .header-top>div.navigation-buttons {
        flex: 0 0 auto
    }
}

@media (max-width:767px) {
    .header__wrapper {
        gap: 10px;
        left: 50%;
        position: absolute;
        top: -44px;
        transform: translateX(-50%)
    }

    #header .cart-count {
        padding: 0
    }

    .header__text {
        font-size: 12px !important
    }

    .header__phone {
        font-size: 14px !important
    }

    .header__descr {
        font-size: 12px !important
    }

    #header .site-name a img {
        margin: 0
    }

    #header .site-name {
        width: 20%
    }

    #header .search-form .btn {
        height: 40px;
        width: 100px
    }
}

@media (max-width:650px) {
    .header__wrapper {
        display: none !important
    }
}

.type-product .product .product-appendix:before,
.type-product .product-appendix:before {
    display: none
}

.type-product .product-appendix {
    color: #8b8b8b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.9px;
    line-height: 128.684%
}

.related-yes #productsAlternative,
.type-product .products,
.type-product .products .product {
    border: 0 !important
}

.type-product .slick-next,
.type-product .slick-prev {
    z-index: 1 !important
}

.type-product .p-short-description>p {
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 128.684%
}

.type-product .advanced-parameter-inner {
    border-radius: 50%
}

.type-product .btn.btn-cofidis,
.type-product a.btn.btn-cofidis {
    border-radius: 25px
}

.type-product .availability-value {
    margin-bottom: 20px
}

.type-product .buy-box {
    align-items: flex-start;
    background: #ededed;
    border-radius: 25px;
    flex-direction: column;
    gap: 10px;
    padding: 24px
}

.type-product .social-buttons-wrapper {
    border: 0
}

.p-detail .add-to-cart .quantity {
    border-radius: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0 33px
}

.p-detail .quantity .decrease,
.p-detail .quantity .increase {
    border: 0 !important;
    height: 100%
}

.p-detail .quantity .decrease {
    left: 0;
    right: auto;
    top: 0
}

.type-product .quantity .decrease:before,
.type-product .quantity .increase:before {
    height: auto;
    line-height: 1;
    top: 35%
}

.p-detail .add-to-cart .quantity input {
    height: 40px;
    width: 100%
}

.p-detail .btn.add-to-cart-button {
    align-items: center;
    border-radius: 25px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    width: max-content
}

.type-product .link-icon,
.type-product .link-icon span {
    color: #000;
    text-decoration: none !important
}

.type-product .buy-box .add-to-cart,
.type-product .buy-box .p-final-price-wrapper {
    width: 100%
}

.type-product .buy-box .add-to-cart {
    gap: 10px
}

@media (max-width:480px) {
    .p-detail .add-to-cart .quantity {
        bottom: 50px
    }

    .type-product .buy-box {
        padding: 15px
    }
}

@media (max-width:370px) {
    .p-detail .btn.add-to-cart-button:before {
        display: none !important
    }

    .p-detail .add-to-cart .quantity {
        padding: 0 22px
    }
}

@media (min-width:480px) {
    .buy-box .p-final-price-wrapper {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr
    }

    .price-final {
        grid-column: 1;
        grid-row: 1/3
    }

    .price-standard {
        grid-column: 2;
        grid-row: 1
    }

    .price-save {
        display: block !important;
        grid-column: 2;
        grid-row: 2
    }

    .price-additional {
        grid-column: 1/3;
        grid-row: 3
    }

    #HcCalculater {
        grid-column: 1/3;
        grid-row: 4
    }
}

.newsletter {
    border-radius: 20px;
    padding: 50px 60px
}

.newsletter .newsletter-header {
    background-image: url(/user/documents/upload/newsletter.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 60px 80px;
    padding: 0 50px 0 120px;
    width: 50%;
    min-height: 80px;
}
.newsletter .topic {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1.05px;
    line-height: 127%;
    margin-bottom: 20px
}

.newsletter__descr {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.6px;
    line-height: 127%
}

.newsletter .compact-form {
    padding-left: 50px;
    width: 50%
}

.newsletter .compact-form .btn {
    background: #f2af1f;
    border-radius: 11px !important;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    letter-spacing: -.6px;
    line-height: 127%;
    order: 2;
    position: static;
    text-transform: none !important;
    width: 30%
}

.newsletter .compact-form fieldset {
    display: flex;
    flex-wrap: wrap
}

.newsletter .compact-form .validator-msg-holder {
    order: 1;
    width: 70%
}

.newsletter .compact-form fieldset div:has(.form-group.consents) {
    order: 3;
    width: 100%
}

.newsletter .subscribe-form:before {
    border-right: 0;
    left: 50px
}

.newsletter .compact-form .form-control {
    border-radius: 11px;
    padding: 12px 80px 12px 50px
}

@media (max-width:1200px) {
    .newsletter {
        padding: 50px 40px
    }

    .newsletter .newsletter-header {
        background-size: 60px 70px;
        padding: 0 50px 0 75px
    }

    .newsletter .topic {
        font-size: 20px;
        margin-bottom: 15px
    }

    .newsletter__descr {
        font-size: 14px
    }

    .newsletter .compact-form .form-control {
        height: 56px
    }
}

@media (max-width:992px) {
    .newsletter {
        flex-direction: column
    }

    .newsletter .compact-form,
    .newsletter .newsletter-header {
        border-right: 0;
        text-align: left !important;
        width: 100%
    }

    .newsletter .compact-form {
        padding-left: 0
    }

    .newsletter .subscribe-form:before {
        left: 0
    }

    .newsletter .topic {
        font-size: 26px
    }

    .newsletter__descr {
        font-size: 18px
    }

    .newsletter .newsletter-header {
        background-size: 100px 115px;
        padding: 0 0 0 120px
    }
}

@media (max-width:767px) {
    .newsletter {
        border-radius: 0;
        padding: 50px 60px
    }
}

@media (max-width:550px) {
    .newsletter {
        padding: 50px 20px
    }

    .newsletter .newsletter-header {
        background-size: 50px 60px;
        padding: 0 0 0 60px
    }

    .newsletter .topic {
        font-size: 20px
    }

    .newsletter__descr {
        font-size: 14px
    }

    .newsletter .compact-form .validator-msg-holder {
        width: 60%
    }

    .newsletter .compact-form .form-control {
        padding: 12px 12px 12px 50px
    }

    .newsletter .subscribe-form.compact-form .btn {
        min-width: 80px !important;
        width: 40%
    }
}

#footer .contact-box {
    background: transparent;
    padding: 0 32px 24px 248px
}

#footer .contact-box:before {
    line-height: 1.4
}

#footer .site-name {
    width: 128px
}

.custom-footer__facebook,
.custom-footer__section2 {
    display: none
}

@media (max-width:767px) {
    #footer .contact-box {
        display: flex;
        flex-direction: column;
        padding: 60px 0 24px
    }

    #footer .site-name {
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    #footer .contact-box:before,
    .contact-box ul li {
        text-align: left
    }

    #footer .custom-footer>div:not(.contact) {
        padding: 15px 0
    }

    .custom-footer__banner46 {
        display: none
    }
}

.footer-banners {
    border-bottom: 0
}

.slick-prev {
    left: -20px !important;
    top: 50% !important;
    z-index: 3 !important
}

.slick-next {
    right: -20px !important;
    top: 50% !important
}

.homepage-group-title.h4,
.hp__title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.35px;
    line-height: 112.71%;
    margin: 0 0 40px;
    padding-right: 0 !important;
    padding-top: 20px !important;
    position: relative;
    text-align: center !important
}

.homepage-group-title.h4:before,
.hp__title:before {
    background-image: url(/user/documents/upload/title.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 60px
}

.categories__list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    list-style: none;
    padding: 0
}

.categories__item {
    aspect-ratio: 503/160;
    background-color: #ededed;
    background-position: center right -10%;
    background-repeat: no-repeat;
    background-size: 45%;
    border-radius: 25px;
    position: relative;
    transition: all .3s ease-in-out;
    width: calc(33.33333% - 11.33333px)
}

.categories__item:hover {
    background-color: #239d38
}

.categories__item a {
    display: block;
    height: 100%;
    padding: 25px 34px;
    text-decoration: none;
    width: 100%
}

.categories__item1 {
    background-image: url(/user/documents/upload/categories/categories11.png)
}

.categories__item2 {
    background-image: url(/user/documents/upload/categories/categories22.png)
}

.categories__item3 {
    background-image: url(/user/documents/upload/categories/categories33.png)
}

.categories__item4 {
    background-image: url(/user/documents/upload/categories/categories44.png)
}

.categories__item5 {
    background-image: url(/user/documents/upload/categories/categories55.png)
}

.categories__item6 {
    background-image: url(/user/documents/upload/categories/categories66.png)
}

.categories__item:after {
    background-image: url(/user/documents/upload/categories/categories-el1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 20px;
    content: "";
    display: block;
    height: 20px;
    left: 34px;
    position: absolute;
    width: 30px
}

.categories__item:hover:after {
    filter: brightness(0) invert(1) !important;
    mix-blend-mode: normal !important
}

.categories__item h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.9px;
    line-height: 97%;
    margin: 0;
    width: 60%
}

.categories__item:hover h4 {
    color: #fff
}

@media (max-width:1440px) {

    .homepage-group-title.h4,
    .hp__title {
        font-size: 26px
    }

    .categories__item {
        aspect-ratio: 503/200;
        background-position: center right -25%;
        background-repeat: no-repeat;
        background-size: 60%
    }

    .categories__item h4 {
        width: 55%
    }
}

@media (max-width:1200px) {
    .footer-banner {
        width: 100%
    }

    .categories__item {
        border-radius: 20px
    }

    .categories__item h4 {
        font-size: 18px
    }
}

@media (max-width:992px) {

    .homepage-group-title.h4,
    .hp__title {
        font-size: 26px
    }

    .categories__list {
        gap: 10px
    }

    .categories__item {
        aspect-ratio: 503/161;
        background-position: 100%;
        background-size: 40%;
        border-radius: 15px;
        position: relative;
        width: calc(50% - 5px)
    }

    .categories__item a {
        padding: 20px 25px
    }

    .categories__item h4 {
        font-size: 18px;
        width: 55%
    }

    .categories__item:after {
        bottom: 25px;
        height: 12px;
        left: 25px;
        width: 20px
    }

    .slick-next {
        right: -10px !important
    }

    .slick-prev {
        left: -10px !important
    }
}

@media (max-width:767px) {

    .homepage-group-title.h4,
    .hp__title {
        font-size: 22px
    }

    .categories__list {
        gap: 10px
    }

    .categories__item {
        aspect-ratio: 503/170;
        background-position: center right -10%;
        background-size: 50%;
        border-radius: 15px;
        position: relative;
        width: calc(50% - 5px)
    }

    .categories__item a {
        padding: 15px 20px
    }

    .categories__item h4 {
        font-size: 16px;
        width: 55%
    }

    .categories__item:after {
        bottom: 20px;
        height: 12px;
        left: 25px;
        width: 20px
    }
}

@media (max-width:500px) {

    .homepage-group-title.h4,
    .hp__title {
        font-size: 22px;
        padding-top: 15px
    }

    .hp__title:before {
        height: 8px;
        width: 60px
    }

    .categories__list {
        gap: 10px
    }

    .categories__item {
        aspect-ratio: 503/170;
        background-position: center right -10%;
        background-size: 50%;
        border-radius: 20px;
        position: relative;
        width: 100%
    }

    .categories__item a {
        padding: 20px 25px
    }

    .categories__item h4 {
        font-size: 22px;
        width: 55%
    }

    .categories__item:after {
        bottom: 20px;
        height: 12px;
        left: 25px;
        width: 20px
    }
}

.in-index .banners-content.body-banners>div {
    padding: 0 !important;
    width: 100% !important
}

.top-banner {
    display: flex;
    gap: 20px;
    margin: 0 auto 70px;
    padding: 0 12px
}

.top-banner *,
.top-banner :after,
.top-banner :before {
    box-sizing: border-box
}

@media (min-width:768px) {
    .top-banner {
        max-width: 742px;
        padding: 0
    }
}

@media (min-width:992px) {
    .top-banner {
        max-width: 972px
    }
}

@media (min-width:1200px) {
    .top-banner {
        max-width: 1178px
    }
}

@media (min-width:1440px) {
    .top-banner {
        max-width: 1394px
    }
}

.top-banner__left {
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    width: 55%
}

.top-banner__video {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.top-banner__right {
    background-color: #239d38;
    background-image: url(/user/documents/upload/aboutus/aboutus1.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 35px;
    width: 42%
}

.top-banner__title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1.05px;
    line-height: 112.71%;
    margin: 0 0 20px
}

.top-banner__title span {
    color: #f8c844
}

.top-banner__description {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.75px;
    line-height: 134%;
    margin: 0 0 30px
}

.top-banner__link {
    align-items: center;
    background: #efbb2d;
    border-radius: 41.5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 112.71%;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    width: max-content
}

.top-banner__link:after {
    background-image: url(/user/documents/upload/arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 5px;
    width: 7px
}

@media (max-width:1200px) {
    .top-banner__title {
        font-size: 22px
    }

    .top-banner__description {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width:992px) {
    .top-banner {
        flex-direction: column;
        margin-bottom: 50px
    }

    .top-banner__left,
    .top-banner__right {
        width: 100%
    }
}

@media (max-width:768px) {
    .top-banner__right {
        padding: 20px
    }

    .top-banner__title {
        font-size: 24px
    }

    .top-banner__description {
        font-size: 17px
    }
}

@media (max-width:576px) {
    .top-banner {
        gap: 15px
    }

    .top-banner__right {
        padding: 15px
    }

    .top-banner__title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .top-banner__description {
        font-size: 15px;
        margin-bottom: 15px
    }

    .top-banner__link {
        font-size: 16px;
        padding: 8px 16px
    }
}

.sticky-bar {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    display: none;
    font-family: Nunito Sans, sans-serif;
    left: 0;
    position: fixed;
    right: 0;
    top: env(safe-area-inset-top, 0);
    -webkit-transform: translateZ(0);
    z-index: 99999
}

.sticky-bar__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 24px
}

.sticky-bar__product {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin-right: 20px;
    min-width: 0
}

.sticky-bar__img {
    border-radius: 4px;
    flex: 0 0 52px;
    height: 52px;
    margin-right: 16px;
    object-fit: contain;
    width: 52px
}

.sticky-bar__info {
    min-width: 0
}

.sticky-bar__name {
    color: #24242e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sticky-bar__price-wrap {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px
}

.sticky-bar__price {
    color: #24242e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3
}

.sticky-bar__price-standard {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    white-space: nowrap
}

.sticky-bar__price-save {
    background: #e31e53;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    white-space: nowrap
}

.sticky-bar__action {
    align-items: center;
    display: flex;
    flex: 0 0 auto
}

.sticky-bar__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    padding: 0 28px;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease;
    white-space: nowrap
}

.sticky-bar__btn:before {
    content: "\e900";
    font-family: ikony;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    margin-right: 8px;
    vertical-align: middle
}

.sticky-bar__btn:hover {
    background-color: var(--color-secondary-hover);
    border-color: var(--color-secondary-hover)
}

.sticky-bar__btn--disabled {
    color: #888;
    cursor: default
}

.sticky-bar__btn--disabled,
.sticky-bar__btn--disabled:hover {
    background-color: #ccc;
    border-color: #ccc
}

.sticky-bar__variants {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
    margin-right: 20px
}

.sticky-bar__swatch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    flex: 0 0 auto;
    height: 24px;
    outline: none;
    padding: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 24px
}

.sticky-bar__swatch:hover {
    border-color: #999
}

.sticky-bar__swatch--active {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 2px var(--color-primary)
}

.sticky-bar__swatch--text {
    background: #f5f5f5;
    border-radius: 4px;
    color: #24242e;
    font-family: Nunito Sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    line-height: 1.3;
    padding: 4px 10px;
    white-space: nowrap;
    width: auto
}

.sticky-bar__swatch--text:hover {
    background: #e8e8e8;
    border-color: #999
}

.sticky-bar__swatch--text.sticky-bar__swatch--active {
    background: #e8f5e9;
    color: var(--color-primary)
}

@media screen and (max-width:1199px) {
    .sticky-bar__name {
        font-size: 14px;
        max-width: 260px
    }

    .sticky-bar__price {
        font-size: 18px
    }

    .sticky-bar__price-standard {
        font-size: 13px
    }

    .sticky-bar__price-save {
        font-size: 11px;
        padding: 1px 5px
    }

    .sticky-bar__price-wrap {
        gap: 6px
    }

    .sticky-bar__btn {
        font-size: 15px;
        height: 44px;
        line-height: 44px;
        padding: 0 20px
    }

    .sticky-bar__variants {
        margin-right: 14px
    }

    .sticky-bar__swatch {
        height: 22px;
        width: 22px
    }

    .sticky-bar__swatch--text {
        font-size: 12px;
        padding: 3px 8px
    }
}

@media screen and (max-width:767px) {
    .sticky-bar {
        bottom: 0;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, .12);
        top: auto
    }

    .sticky-bar__inner {
        flex-wrap: wrap;
        gap: 6px 0;
        padding: 8px 14px
    }

    .sticky-bar__product {
        justify-content: center;
        margin-right: 0;
        width: 100%
    }

    .sticky-bar__img,
    .sticky-bar__name {
        display: none
    }

    .sticky-bar__info {
        width: 100%
    }

    .sticky-bar__price-wrap {
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: center
    }

    .sticky-bar__price {
        font-size: 18px
    }

    .sticky-bar__price-standard {
        font-size: 13px
    }

    .sticky-bar__price-save {
        font-size: 12px
    }

    .sticky-bar__variants {
        flex: 1 1 auto;
        gap: 8px;
        justify-content: center;
        margin-right: 10px
    }

    .sticky-bar__action {
        flex: 1 1 auto
    }

    .sticky-bar__variants~.sticky-bar__action {
        flex: 0 0 auto
    }

    .sticky-bar__variants~.sticky-bar__action .sticky-bar__btn {
        width: auto
    }

    .sticky-bar__btn {
        font-size: 14px;
        height: 42px;
        line-height: 42px;
        padding: 0 16px;
        width: 100%
    }

    .sticky-bar__swatch {
        height: 32px;
        width: 32px
    }

    .sticky-bar__swatch--text {
        font-size: 13px;
        padding: 6px 10px
    }
}

@media screen and (max-width:379px) {
    .sticky-bar__price {
        font-size: 16px
    }

    .sticky-bar__price-standard {
        font-size: 12px
    }

    .sticky-bar__price-save {
        font-size: 11px;
        padding: 1px 4px
    }

    .sticky-bar__btn {
        font-size: 13px;
        padding: 0 12px
    }

    .sticky-bar__swatch {
        height: 24px;
        width: 24px
    }

    .sticky-bar__swatch--text {
        font-size: 11px;
        padding: 3px 6px
    }
}

.product-icons {
    background: #f5f5f5;
    border-radius: 16px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    padding: 20px
}

.product-icons__card {
    align-items: center;
    display: flex;
    gap: 12px
}

.product-icons__icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px
}

.product-icons__text {
    display: flex;
    flex-direction: column
}

.product-icons__label {
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.product-icons__value {
    color: #555;
    font-size: 14px
}

@media (max-width:576px) {
    .product-icons {
        grid-template-columns: 1fr 1fr;
        padding: 15px
    }

    .product-icons__card {
        flex-direction: column
    }

    .product-icons__label,
    .product-icons__value {
        text-align: center
    }
}

.middle-banner {
    aspect-ratio: 1720/587;
    background-image: url(/user/documents/upload/middle-banner-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.middle-banner__top {
    padding-bottom: 30px
}

.middle-banner__title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2.1px;
    line-height: 121%;
    margin: 0;
    text-align: center
}

.middle-banner__title span {
    color: #f8c844
}

.middle-banner__description {
    font-weight: 300;
    margin: 0
}

.middle-banner__cta,
.middle-banner__description {
    color: #fff;
    font-size: 28px;
    letter-spacing: -1.2px;
    line-height: 121%;
    text-align: center
}

.middle-banner__cta {
    font-weight: 600;
    margin: 0 0 10px
}

.middle-banner__link {
    background: #239d38;
    border-radius: 41.5px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 112.71%;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: max-content
}

@media (max-width:992px) {
    .middle-banner {
        aspect-ratio: 1720/650
    }

    .middle-banner__top {
        padding-bottom: 20px
    }

    .middle-banner__title {
        font-size: 32px
    }

    .middle-banner__cta,
    .middle-banner__description {
        font-size: 20px
    }

    .middle-banner__link {
        font-size: 18px;
        padding: 5px 15px
    }
}

@media (max-width:767px) {
    .middle-banner {
        aspect-ratio: 1720/700;
        border-radius: 0
    }

    .middle-banner__title {
        font-size: 28px
    }

    .middle-banner__cta,
    .middle-banner__description {
        font-size: 18px
    }

    .middle-banner__link {
        font-size: 16px
    }
}

@media (max-width:500px) {
    .middle-banner {
        aspect-ratio: 1/.8
    }

    .middle-banner__title {
        font-size: 28px
    }

    .middle-banner__cta,
    .middle-banner__description {
        font-size: 18px
    }

    .middle-banner__link {
        font-size: 16px
    }
}

.products-block .p-bottom .p-desc {
    font-size: 16px !important;
    line-height: 24px !important
}

.availability,
.product .availability {
    font-size: 14px !important
}

.availability-value {
    font-size: 16px !important
}

.price-wrapper .price-label {
    font-size: 14px !important
}

.p-info-wrapper .price-final .pr-list-unit,
.p-info-wrapper .price-save,
.p-info-wrapper .price-standard {
    font-size: 15px !important
}

.p-info-wrapper>.p-short-description {
    font-size: 16px !important;
    line-height: 24px !important
}

.p-info-wrapper .detail-parameters td,
.p-info-wrapper .detail-parameters th {
    font-size: 16px !important
}

.filter-label {
    font-size: 14px !important
}

#filters h4 {
    font-size: 15px !important
}

.breadcrumbs>span>a,
.breadcrumbs>span>span,
.pagination>a,
.pagination>strong,
.pagination__currentPage,
.pagination__link,
.shp-tabs-holder ul.shp-tabs li a {
    font-size: 14px !important
}

.cart-item>div.cart-item-name,
.cart-table .main-link {
    font-size: 16px !important
}

.cart-item>div.cart-item-amount,
.cart-table .p-price .price-final {
    font-size: 14px !important
}

.form-group label {
    font-size: 15px !important
}

.next-step-back,
.validator-msg {
    font-size: 14px !important
}

.order-button-suffix {
    font-size: 13px !important
}

.extra.delivery,
.extra.gift,
.id--9 .delivery-time {
    font-size: 14px !important
}

.btn,
a.btn {
    font-size: 12px !important
}

#footer ul a {
    font-size: 15px !important
}

select {
    font-size: 14px !important
}

@media (min-width:768px) {
    .navigation-in {
        font-size: 15px !important
    }
}

#productsAlternative:before {
    content: "Alternativy"
}

.slick-next,
.slick-prev {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 50px !important;
    justify-content: center;
    width: 50px !important
}

@media (max-width:992px) {
    .menu-helper {
        top: 160px
    }

    .slick-next,
    .slick-prev {
        height: 40px !important;
        width: 40px !important
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 10px
    }
}

.btn.cart-count .cart-price {
    margin-top: 17px !important
}

body.ordering-process #header:after,
body.ordering-process #navigation,
body.ordering-process .header-top .navigation-buttons,
body.ordering-process .header-top .search,
body.ordering-process .navigation-wrapper:after,
body.ordering-process .navigation-wrapper:before,
body.ordering-process .top-navigation-bar {
    display: none !important
}

@media (min-width:768px) {
    body.ordering-process .header-top {
        justify-content: space-between !important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    body.ordering-process .header-top {
        height: auto !important;
        padding: 12px 0 !important
    }

    body.ordering-process #header .site-name,
    body.ordering-process .header-top>div {
        height: auto !important
    }
}

body.ordering-process #header {
    border-bottom: 1px solid #eee !important
}

@media (max-width:767px) {
    body.ordering-process .header-top {
        align-items: center !important;
        display: flex !important;
        justify-content: space-between !important;
        min-height: 54px;
        padding: 8px 12px !important
    }

    body.ordering-process #header .site-name {
        font-size: inherit !important;
        height: auto !important;
        max-width: 200px;
        position: static !important;
        width: auto !important
    }

    body.ordering-process .header__wrapper {
        display: flex !important;
        gap: 0 !important;
        margin-top: 0 !important;
        position: static !important;
        transform: none !important;
        width: auto !important
    }

    body.ordering-process .header__wrapper .header__item:first-child,
    body.ordering-process .header__wrapper .header__item:last-child .header__descr,
    body.ordering-process .header__wrapper .header__item:last-child .header__image,
    body.ordering-process .header__wrapper .header__item:last-child .header__text {
        display: none !important
    }

    body.ordering-process .header__wrapper .header__phone {
        font-size: 0 !important;
        line-height: 1 !important
    }

    body.ordering-process .header__wrapper .header__phone:before {
        color: #a3a3af;
        content: "\e902";
        font-family: ikony !important;
        font-size: 24px;
        font-weight: 400
    }
}

.homepage-blog-wrapper .news-item {
    padding: 12px !important;
    width: 25% !important
}

.homepage-blog-wrapper .h4.homepage-group-title {
    display: none
}

.homepage-blog-wrapper .news-item .image {
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    overflow: hidden !important
}

.homepage-blog-wrapper .news-item .image img {
    display: block !important;
    height: 200px !important;
    object-fit: cover !important;
    transition: transform .3s ease !important;
    width: 100% !important
}

.homepage-blog-wrapper .news-item>a {
    color: #24242e !important;
    text-decoration: none !important
}

.homepage-blog-wrapper .news-item>a:hover {
    text-decoration: none !important
}

.homepage-blog-wrapper .news-item>a:hover .image img {
    transform: scale(1.03) !important
}

.homepage-blog-wrapper .news-item .text {
    padding-right: 44px !important;
    position: relative !important
}

.homepage-blog-wrapper .news-item a .title {
    color: #24242e !important;
    display: -webkit-box !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    -webkit-line-clamp: 2 !important;
    line-height: 24px !important;
    text-decoration: none !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 6px !important;
    overflow: hidden !important
}

.homepage-blog-wrapper .news-item a .title:hover {
    text-decoration: none !important
}

.homepage-blog-wrapper .news-item .text .description {
    color: #24242e !important;
    display: -webkit-box !important;
    font-size: 15px !important;
    -webkit-line-clamp: 3 !important;
    line-height: 22px !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important
}

.homepage-blog-wrapper .read-article {
    bottom: 6px !important;
    color: var(--color-primary) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    position: absolute !important;
    right: 0 !important;
    text-decoration: none !important;
    top: auto !important;
    transform: none !important;
    transition: right .2s ease !important
}

.homepage-blog-wrapper .news-item>a:hover .read-article {
    right: -4px !important
}

.homepage-blog-wrapper .read-article:after {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-left: 0 !important;
    transform: rotate(270deg) !important;
    -webkit-text-stroke: 1px var(--color-primary) !important
}

.homepage-blog-wrapper .read-article:hover {
    text-decoration: none !important
}

.homepage-blog-wrapper .cely-clanek {
    display: none !important
}

@media screen and (min-width:480px) and (max-width:991px) {
    .homepage-blog-wrapper .news-item {
        width: 50% !important
    }

    .homepage-blog-wrapper .news-item:nth-child(4),
    .homepage-blog-wrapper .news-item:nth-child(5) {
        display: block !important
    }

    .homepage-blog-wrapper .news-item .image img {
        height: 180px !important
    }
}

@media screen and (max-width:479px) {
    .homepage-blog-wrapper {
        padding: 0 16px !important
    }

    .homepage-blog-wrapper .news-item {
        padding: 8px 0 !important;
        width: 100% !important
    }

    .homepage-blog-wrapper .news-item .image img {
        border-radius: 10px !important;
        height: 180px !important
    }

    .homepage-blog-wrapper .news-item .text {
        padding-right: 32px !important
    }

    .homepage-blog-wrapper .news-item a .title {
        font-size: 16px !important;
        line-height: 22px !important
    }

    .homepage-blog-wrapper .news-item .text .description {
        font-size: 14px !important;
        line-height: 20px !important
    }
}

.type-post .news-item-detail time {
    color: #888 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important
}

.type-post .news-item-detail .text {
    margin-bottom: 48px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px
}

.type-post .news-item-detail .text span[style*=font-family] {
    font-family: Nunito Sans, sans-serif !important
}

.type-post .news-item-detail .text p {
    color: #24242e !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 24px !important
}

.type-post .news-item-detail .text>p:first-of-type {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px !important
}

.type-post .news-item-detail .text h4 {
    font-size: 22px !important;
    margin: 36px 0 20px !important
}

.type-post .news-item-detail .text h3,
.type-post .news-item-detail .text h4 {
    border-left: 4px solid #239d38;
    color: #24242e !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    padding-left: 16px
}

.type-post .news-item-detail .text h3 {
    font-size: 24px !important;
    margin: 40px 0 22px !important
}

.type-post .news-item-detail .text h5,
.type-post .news-item-detail .text h6 {
    border-left: 3px solid #239d38;
    color: #24242e !important;
    font-weight: 700 !important;
    margin: 28px 0 16px !important;
    padding-left: 14px
}

.type-post .news-item-detail .text img {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    display: block;
    height: auto !important;
    margin: 28px 0 !important;
    width: 100% !important
}

.type-post .news-item-detail .text img[width] {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: auto !important
}

.type-post .news-item-detail .text ul {
    list-style: none !important;
    margin: 20px 0 28px !important;
    padding-left: 0 !important
}

.type-post .news-item-detail .text ul li {
    color: #24242e !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative
}

.type-post .news-item-detail .text ul li:before {
    background: #239d38;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px
}

.type-post .news-item-detail .text ul li p {
    margin-bottom: 4px !important
}

.type-post .news-item-detail .text ol {
    margin: 20px 0 28px !important;
    padding-left: 24px !important
}

.type-post .news-item-detail .text ol li {
    color: #24242e !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 10px;
    padding-left: 4px
}

.type-post .news-item-detail .text a {
    color: #239d38 !important;
    text-decoration: underline !important;
    transition: color .2s ease
}

.type-post .news-item-detail .text a:hover {
    color: #1a7a2a !important
}

.type-post .news-item-detail .text b,
.type-post .news-item-detail .text strong {
    color: #24242e;
    font-weight: 700
}

.type-post .news-item-detail .text blockquote {
    background: #f8f8f8;
    border-left: 4px solid #239d38;
    border-radius: 0 8px 8px 0;
    color: #444;
    font-size: 17px !important;
    font-style: italic;
    line-height: 28px !important;
    margin: 28px 0;
    padding: 16px 20px
}

@media screen and (max-width:991px) {
    .type-post .news-item-detail .text h4 {
        font-size: 20px !important
    }

    .type-post .news-item-detail .text h3 {
        font-size: 22px !important
    }

    .type-post .news-item-detail .text>p:first-of-type {
        font-size: 17px !important;
        line-height: 28px !important
    }
}

@media screen and (max-width:767px) {
    .type-post .news-item-detail .text h4 {
        border-left-width: 3px;
        font-size: 19px !important;
        margin: 30px 0 16px !important;
        padding-left: 14px
    }

    .type-post .news-item-detail .text h3 {
        border-left-width: 3px;
        font-size: 21px !important;
        margin: 34px 0 18px !important;
        padding-left: 14px
    }

    .type-post .news-item-detail .text h5,
    .type-post .news-item-detail .text h6 {
        border-left-width: 3px;
        padding-left: 12px
    }

    .type-post .news-item-detail .text img {
        border-radius: 10px;
        margin: 22px 0 !important
    }

    .type-post .news-item-detail .text {
        margin-bottom: 36px !important
    }
}

@media screen and (max-width:479px) {
    .type-post .news-item-detail .text h4 {
        font-size: 18px !important;
        margin: 26px 0 14px !important
    }

    .type-post .news-item-detail .text h3 {
        font-size: 20px !important;
        margin: 30px 0 16px !important
    }

    .type-post .news-item-detail .text p {
        font-size: 15px !important;
        line-height: 26px !important;
        margin-bottom: 20px !important
    }

    .type-post .news-item-detail .text>p:first-of-type {
        font-size: 16px !important;
        line-height: 26px !important
    }

    .type-post .news-item-detail .text ul li {
        font-size: 15px !important;
        line-height: 26px !important
    }

    .type-post .news-item-detail .text ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }

    .type-post .news-item-detail .text ol li {
        font-size: 15px !important;
        line-height: 26px !important
    }
}

.aboutus {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.aboutus *,
.aboutus :after,
.aboutus :before {
    box-sizing: border-box
}

.aboutus__top {
    display: flex;
    gap: 20px
}

.aboutus-top__left {
    background-color: #239d38;
    background-image: url(/user/documents/upload/aboutus/aboutus1.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px;
    padding: 25px 35px !important;
    width: 100%
}

.aboutus__title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1.05px;
    line-height: 112.71%;
    margin: 0 0 20px
}

.aboutus__descr {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.75px;
    line-height: 134%;
    margin: 0 0 30px
}

.aboutus__link {
    align-items: center;
    background: #efbb2d;
    border-radius: 41.5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 112.71%;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    width: max-content
}

.aboutus__link:after {
    background-image: url(/user/documents/upload/arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 5px;
    width: 7px
}

.aboutus__bottom {
    display: flex;
    gap: 20px
}

.aboutus-bottom__left {
    aspect-ratio: 700/710;
    background-image: url(/user/documents/upload/aboutus/aboutus6.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 42%
}

.aboutus-bottom__title {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 124%;
    margin: 0;
    text-align: center
}

.aboutus-bottom__title span {
    color: #f8c844
}

.aboutus-bottom__right {
    background: #ededed;
    border-radius: 25px;
    padding: 35px !important;
    width: 55%
}

.aboutus-bottom__descr {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.6px;
    line-height: 120%;
    margin: 0 0 30px
}

.aboutus__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.aboutus__item,
.aboutus__item--eco,
.aboutus__item--mobility,
.aboutus__item--safety,
.aboutus__item--support {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 35px 32px;
    padding-top: 40px;
    width: calc(50% - 7.5px)
}

.aboutus__item--safety {
    background-image: url(/user/documents/upload/aboutus/aboutus7.svg)
}

.aboutus__item--mobility {
    background-image: url(/user/documents/upload/aboutus/aboutus8.svg)
}

.aboutus__item--support {
    background-image: url(/user/documents/upload/aboutus/aboutus9.svg)
}

.aboutus__item--eco {
    background-image: url(/user/documents/upload/aboutus/aboutus10.svg)
}

.aboutus-item__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.75px;
    line-height: 120%;
    margin: 0 0 5px
}

.aboutus-item__descr {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.6px;
    line-height: 120%;
    margin: 0
}

.aboutus-bottom__right .aboutus__link {
    background: #239d38
}

@media screen and (max-width:1439px) {

    .welcome div,
    .welcome h1 {
        padding: 0
    }
}

@media (max-width:1200px) {
    .aboutus__title {
        font-size: 22px
    }

    .aboutus__descr {
        font-size: 16px;
        margin-bottom: 20px
    }

    .aboutus__link {
        font-size: 18px
    }

    .aboutus-bottom__title {
        font-size: 32px
    }

    .aboutus-bottom__descr {
        font-size: 16px
    }

    .aboutus-item__title {
        font-size: 18px
    }

    .aboutus-item__descr {
        font-size: 15px
    }
}

@media (max-width:992px) {
    .aboutus__bottom {
        flex-direction: column
    }

    .aboutus-bottom__left,
    .aboutus-bottom__right {
        width: 100%
    }

    .aboutus-bottom__left {
        aspect-ratio: 16/9
    }

    .aboutus-bottom__title {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .aboutus-top__left {
        background-size: 40%;
        padding: 20px
    }

    .aboutus__title {
        font-size: 24px
    }

    .aboutus__descr {
        font-size: 17px
    }

    .aboutus-bottom__right {
        padding: 20px
    }

    .aboutus-bottom__title {
        font-size: 30px
    }

    .aboutus__item,
    .aboutus__item--eco,
    .aboutus__item--mobility,
    .aboutus__item--safety,
    .aboutus__item--support {
        padding-top: 35px;
        width: 100%
    }
}

@media (max-width:576px) {
    .aboutus {
        gap: 15px
    }

    .aboutus-top__left {
        background-image: none;
        padding: 15px
    }

    .aboutus__title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .aboutus__descr {
        font-size: 15px;
        margin-bottom: 15px
    }

    .aboutus__link {
        font-size: 16px;
        padding: 8px 16px
    }

    .aboutus-bottom__left {
        aspect-ratio: 4/3;
        border-radius: 15px
    }

    .aboutus-bottom__title {
        font-size: 24px
    }

    .aboutus-bottom__right {
        border-radius: 15px;
        padding: 15px !important
    }

    .aboutus-bottom__descr {
        font-size: 14px;
        margin-bottom: 20px
    }

    .aboutus-item__title {
        font-size: 16px
    }

    .aboutus-item__descr {
        font-size: 14px
    }
}

.type-page .content-inner {
    max-width: none
}

#navigation {
    border: 0
}

.custom-footer__contact h3 {
    padding-left: 248px
}

@media (min-width:768px) {
    #header .navigation-wrapper {
        position: relative
    }

    .navigation-wrapper:before {
        right: 100%
    }

    .navigation-wrapper:after,
    .navigation-wrapper:before {
        background-color: #239d38;
        bottom: 0;
        content: "";
        display: block;
        height: 62px;
        pointer-events: none;
        position: absolute;
        width: 50vw;
        z-index: 1
    }

    .navigation-wrapper:after {
        left: 100%
    }
}

.banners-row .col-sm-8 {
    width: 100%
}

.type-product .p-info-wrapper .cofidis-wrap {
    display: flex;
    gap: 20px
}

.type-product .p-info-wrapper .btn-cofidis {
    justify-content: center;
    min-width: 140px
}

.type-product .order-phone-btn,
.type-product .store-location-btn {
    align-items: center;
    background: #efbb2d;
    border-radius: 39px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    height: 48px;
    justify-content: center;
    line-height: 112.71%;
    padding: 0 20px;
    text-align: center;
    text-decoration: none !important
}

.type-product .order-phone-btn {
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    text-transform: uppercase
}

.type-product .store-location-btn:before {
    background-image: url(/user/documents/upload/product-icons/6.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    width: 15px
}

.type-product .p-info-wrapper .btn-cofidis span {
    font-size: 18px;
    text-transform: none
}

.type-product .p-info-wrapper .btn-cofidis:before {
    display: none
}

.in-index .homepage-box.before-carousel .container,
.in-index .homepage-box.middle-banners-wrapper .container {
    width: 100%
}

.in-index .footer-banner {
    padding: 0;
    width: 100% !important
}

.btn-conversion,
.flag,
.product .btn,
.product .btn-cart {
    border-radius: 25px !important
}

#productsAlternative:before {
    content: "Alternativas"
}

@media (max-width:992px) {
    .menu-helper {
        top: 160px
    }
}

@media (max-width:780px) {
    .in-index .products {
        margin-left: 0;
        margin-right: 0
    }

    .custom-footer__contact h3 {
        display: none
    }
}

.btn.cart-count .cart-price {
    margin-top: 10px !important
}

body {
    overflow-x: hidden
}

.homepage-box.before-carousel {
    padding: 0
}

:root {
    --template-font: "Alexandria", sans-serif !important;
    --template-headings-font: "Alexandria", sans-serif !important
}

#footer .contact-box:before,
#productsAlternative:before,
#register-form>fieldset .form-group:not(.consents) label,
#variants:before,
.all-param span,
.availability-value,
.blank-mode,
.box-bg-variant .categories a,
.box-filters:before,
.btn:not(.cart-count),
.cart-item-name,
.cart-item-price,
.cart-table tr td.p-name a,
.cart-widget .popup-widget-inner:before,
.cart-widget-product-name a,
.cart-widget-product>span,
.category-header label,
.dropdown-menu>li>a,
.empty-cart-boxes ul li a,
.empty-content-404 h1,
.external-fonts-loaded,
.external-fonts-loaded body,
.fav-cat li a,
.filtrovat,
.free-gift-name,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header-top .btn.cart-count .cart-price,
.header-top .oblibeneBtn em,
.id--15 .cart-table .p-name,
.id--15 .cart-table .p-price,
.id--9 .free-product-gifts-wrapper:before,
.menu-helper>ul>li a,
.name,
.navigation-buttons>a[data-target=cart] i,
.navigation-in a,
.news-item-widget h5,
.order-summary-item.helper,
.p-gift-name,
.p-gifts-heading,
.pagination>a,
.pagination>strong,
.param-filter-top:before,
.payment-info,
.payment-shipping-price,
.price strong,
.price-final,
.price-wrapper,
.product-appendix,
.products-block.products .p .price span,
.quantity .decrease:before,
.quantity .increase:before,
.rate-average,
.reca-number,
.recapitulation-single,
.search-box:before,
.search-results-groups #search-group-categories .search-results-group-list ul li a,
.search-whisperer .p-info span,
.search-whisperer .price,
.search-whisperer ul:before,
.search-whisperer-documents a,
.search-whisperer-empty,
.shp-tabs-holder ul.shp-tabs li a,
.subcategories.with-image li a .text,
.tab-mobil,
.user-action-tabs li a,
.var-dostupnost,
.variant-name,
.vote-form:before,
.vote-form>form:before,
.vote-title,
a.btn:not(.cart-count),
a.cart-related-name,
a.login-btn.facebook,
a.login-btn.google,
a.login-btn.seznam,
body,
body.blank-mode,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol.cart-header li a,
ol.cart-header li strong,
ul.manufacturers ul li {
    font-family: Alexandria, sans-serif !important
}

.ec-v-form-holder.ec-v-form-holder-popup {
    overflow: hidden !important
}

.contact-box strong::after {
    content: "Kundenservice" !important
}

#footer .contact-box strong::after {
    content: ", Kundenservice" !important
}

/* === Klarna footer pas === */
.footer-platby {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    text-align: center
}

.footer-platby__inner {
    max-width: 1178px;
    margin: 0 auto;
    padding: 0 16px
}

.footer-platby__label {
    font-size: 13px;
    color: #888;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.footer-platby__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 14px
}

.footer-platby__icons a,
.footer-platby__icons span {
    display: inline-flex;
    align-items: center;
    opacity: .85;
    transition: opacity .2s ease, transform .2s ease
}

.footer-platby__icons a:hover {
    opacity: 1;
    transform: translateY(-2px)
}

.footer-platby__icons img {
    height: 24px;
    width: auto;
    display: block
}

.footer-platby__icons img[alt="Klarna"] {
    height: 28px
}

.footer-platby__link {
    font-size: 14px;
    color: #239D38;
    text-decoration: none;
    font-weight: 600
}

.footer-platby__link:hover {
    text-decoration: underline
}

.footer-platby__link::before {
    content: "▸ ";
    font-weight: 800
}

@media screen and (max-width:575px) {
    .footer-platby__icons {
        gap: 16px
    }

    .footer-platby__icons img {
        height: 20px
    }

    .footer-platby__icons img[alt="Klarna"] {
        height: 22px
    }

    .footer-platby__label {
        font-size: 12px
    }
}