body {
    font-family: "Jost", sans-serif;
}

@view-transition {
    navigation: auto;
}

.container {
    @media all and (min-width: 1350px) {
        max-width: 1560px;
    }
}

@keyframes shimmerEffect {
    to {
        transform: translateX(700%) translateY(-20%) rotate(45deg);
        opacity: 0;
    }
}

.hide_on_desktop {
    @media all and (min-width: 768px) {
        display: none;
    }
}

.hide_on_mobile {
    @media all and (max-width: 767px) {
        display: none;
    }
}

.free-shipping-info {
    background-color: #B4D6E3;

    p {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;

        svg {
            width: 30px;
            height: 30px;
        }
    }

}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel {
    display: none !important;
}

@media all and (min-width: 768px) {
    .hide_on_desktop {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .hide_on_mobile {
        display: none !important;
    }
}

#_desktop_language_selector {
    display: flex;
    align-items: center;
}

#_mobile_language_selector {
    display: flex;
    padding: 10px;
}

.language-flags {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

.language-flags .flag-icon {
    width: 26px;
    height: auto;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.8;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #d9d9d9;
}

.language-flags li:hover .flag-icon {
    transform: translateY(-2px);
}

.language-flags li.current .flag-icon {
    opacity: 1;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #B4D6E3;
    transform: scale(1.05);
}


header#header {
    margin: 0;
    border: 0;

    .header-top {
        padding-top: 34px;
        border: 0;

        @media all and (max-width: 767px) {
            padding-top: 0;
        }

        .header-top__content {
            .container {
                max-width: 100%;

                @media all and (min-width: 1600px) {
                    max-width: 1580px;
                }

                .row.header-top__row {

                    @media all and (max-width: 991px) {
                        flex-wrap: nowrap;
                    }

                    @media all and (max-width: 767px) {
                        padding: 10px 0;
                    }

                    @media all and (max-width: 575px) {
                        flex-wrap: wrap;
                        justify-content: center;
                    }

                    .header-top__left {
                        display: flex;
                        align-items: center;
                        gap: 18px;

                        @media all and (max-width: 767px) {
                            gap: 0;
                        }

                        .header-top__block--search {
                            padding: 0;
                            flex: 0 0 310px;

                            @media all and (max-width: 991px) {
                                max-width: fit-content;
                                padding-right: 0;
                            }

                            @media all and (max-width: 767px) {
                                flex: auto;
                                padding-right: 10px;
                            }

                            .form-control {
                                border: 1px solid #D0D9E1;
                                border-radius: 0;
                                max-width: 310px;
                                padding: 10px 20px;

                                color: #000;
                                font-size: 17px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                letter-spacing: -0.17px;
                            }

                            .js-search-result {
                                width: 750px;
                                top: 80px;
                                border-radius: 0;

                                .search-result__bottom {
                                    border-radius: 0;

                                    .btn-outline-secondary {
                                        border-radius: 0px;
                                        font-size: 17px;
                                        letter-spacing: -1%;
                                        padding: 17px 21px;
                                        height: auto;
                                        width: 100%;
                                        background-color: #000;
                                        color: #fff;
                                        border: unset;
                                    }
                                }
                            }

                            .search-toggler {
                                span {
                                    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1367 13.6687L12.2041 10.7527C12.9914 9.712 13.4107 8.3 13.4434 6.53333C13.3734 2.47 11.1054 0.218 7.05141 0.191334C2.94875 0.217334 0.666748 2.59933 0.666748 6.53267C0.666748 10.6627 2.95075 12.874 7.05941 12.898C8.81208 12.8873 10.2187 12.4807 11.2614 11.6947L14.1967 14.614C14.5421 14.942 14.9507 14.808 15.1394 14.6113C15.3947 14.346 15.3981 13.928 15.1367 13.6687ZM2.00008 6.54467C2.06475 3.188 3.71941 1.54533 7.05075 1.52467C10.3501 1.546 12.0527 3.23867 12.1101 6.53267C12.0474 9.946 10.4401 11.5447 7.05941 11.5647C3.67475 11.5447 2.06675 9.95 2.00008 6.54467Z' fill='black'/%3E%3C/svg%3E%0A");
                                    width: 19px;
                                    height: 19px;
                                    background-position: center;
                                    font-size: 0;
                                    background-size: contain;
                                }
                            }
                        }

                        .header-top__left-localization {
                            padding: 0 10px;

                            @media all and (max-width: 767px) {
                                display: none;
                            }

                            a {
                                padding: 0 10px;
                            }
                        }
                    }

                    .header-top__center {
                        text-align: center;

                        img {
                            max-width: 220px;
                            width: 100%;
                        }
                    }

                    .header-top__right {
                        display: flex;
                        justify-content: flex-end;
                    }

                    .header-search {
                        @media all and (max-width: 767px) {
                            flex: 0;
                        }

                        @media all and (max-width: 575px) {
                            padding-right: 0;
                        }
                    }

                    .header-logo {
                        @media all and (max-width: 991px) {
                            flex: 1 1 100%;
                            max-width: 100%;
                        }


                        @media all and (max-width: 575px) {
                            flex: 1 1 100%;
                            max-width: 100%;
                            order: -1;
                            padding-bottom: 20px;
                        }
                    }

                    .header-menu {
                        @media all and (max-width: 991px) {
                            order: -1;
                            width: auto;
                            flex: 0;
                            max-width: unset;
                        }

                        .header-top__menu {
                            padding-top: 17px;

                            @media all and (max-width: 991px) {
                                padding-top: 0px;
                            }

                            .ets_prmn_megamenu {
                                border: 0;
                                margin: 0;

                                .prmn_menus_ul {
                                    @media all and (min-width: 1024px) {
                                        display: flex;
                                        justify-content: center;
                                    }

                                    li {
                                        a {
                                            padding: 0px 28px;

                                            @media all and (max-width: 767px) {
                                                padding: 10px 28px;
                                            }

                                            &>span {
                                                color: #000;
                                                font-size: 15px;
                                                font-style: normal;
                                                font-weight: 400 !important;
                                                line-height: normal;
                                                letter-spacing: 0.17px;
                                                text-transform: uppercase;
                                                padding: 0px;
                                                transition: all 0.25s;

                                                &::after {
                                                    content: "";
                                                    position: absolute;
                                                    width: 0;
                                                    bottom: -1px;
                                                    left: 0;
                                                    background-color: #B4D6E3;
                                                    height: 1px;
                                                    transition: all 0.25s;
                                                }

                                                &:hover {

                                                    &::after {
                                                        width: 100%;
                                                    }
                                                }
                                            }
                                        }

                                        .h4 {
                                            a {
                                                padding: 0 !important;
                                            }
                                        }

                                        .prmn_columns_ul {
                                            border: unset;

                                            &::before {
                                                content: "";
                                                position: absolute;
                                                background: #fff;
                                                width: 400vw;
                                                height: 100%;
                                                bottom: 0px;
                                                left: -100vw;
                                                z-index: -1;
                                                box-shadow: 0px 200vh 0px 200vh rgba(0, 0, 0, 0.4);
                                            }

                                            .ets_prmn_block {
                                                margin-bottom: 32px;

                                                .h4 {
                                                    color: #000;
                                                    font-size: 16px;
                                                    font-style: normal;
                                                    font-weight: 500;
                                                    line-height: normal;
                                                    letter-spacing: -0.16px;
                                                    margin-bottom: 12px !important;
                                                    padding: 0 !important;
                                                    border: unset !important;
                                                    text-transform: none;
                                                }

                                                .ets_prmn_block_content {
                                                    color: #000;
                                                    font-size: 14px;
                                                    font-style: normal;
                                                    font-weight: 400;
                                                    line-height: normal;
                                                    letter-spacing: -0.14px;
                                                }

                                                ul {
                                                    list-style: none;
                                                    padding: 0;
                                                    margin: 0;
                                                    width: 100%;

                                                    br {
                                                        display: none;
                                                    }
                                                }

                                                li {
                                                    width: 100%;
                                                    padding: 3px 0px;

                                                    @media all and (max-width: 767px) {
                                                        padding: 5px 0;
                                                    }

                                                    a {
                                                        color: #000;
                                                        font-size: 14px;
                                                        font-style: normal;
                                                        font-weight: 400;
                                                        line-height: normal;
                                                        letter-spacing: -0.14px;
                                                        padding: 0;
                                                        text-align: left;

                                                        &:hover {
                                                            color: #B4D6E3;
                                                        }
                                                    }
                                                }

                                                .menu-box {
                                                    br {
                                                        display: none;
                                                    }

                                                    .menu-box__content {
                                                        display: flex;
                                                        flex-direction: column;
                                                        justify-content: center;




                                                        .inkluz_title {
                                                            font-size: 18px !important;
                                                            font-weight: 500 !important;
                                                            line-height: normal !important;
                                                            letter-spacing: -0.18px !important;
                                                            width: 100%;
                                                            margin-top: 16px;
                                                            margin-bottom: 12px;
                                                            overflow: hidden;
                                                            display: -webkit-box;
                                                            -webkit-line-clamp: 2;
                                                            -webkit-box-orient: vertical;
                                                            text-overflow: ellipsis;
                                                        }

                                                        .inkluz_text {
                                                            font-size: 14px !important;
                                                            font-weight: 300 !important;
                                                            line-height: normal !important;
                                                            letter-spacing: -0.14px !important;
                                                            width: 100%;
                                                            margin-bottom: 12px;
                                                            overflow: hidden;
                                                            display: -webkit-box;
                                                            -webkit-line-clamp: 6;
                                                            -webkit-box-orient: vertical;
                                                            text-overflow: ellipsis;
                                                        }

                                                        .btn.inkluz_button {
                                                            padding: 9.25px 30px;
                                                            font-size: 14px;
                                                            font-weight: 400;
                                                            line-height: normal;
                                                            letter-spacing: -0.14px;
                                                        }
                                                    }
                                                }

                                                .menu_button {
                                                    padding: 9.25px 30px;
                                                    font-size: 14px;
                                                    font-weight: 400;
                                                    line-height: normal;
                                                    letter-spacing: -0.14px;
                                                }
                                            }
                                        }
                                    }
                                }
                            }

                            .main-menu {
                                .main-menu__dropdown {
                                    justify-content: center;

                                    .main-menu__item {
                                        /*.main-menu__item-header {*/

                                        a {
                                            color: #000;
                                            font-size: 17px;
                                            font-style: normal;
                                            font-weight: 400 !important;
                                            line-height: normal;
                                            letter-spacing: -0.17px;
                                            text-transform: uppercase;
                                        }

                                        /*}*/
                                    }
                                }
                            }

                            .ybc-menu-toggle {
                                @media all and (max-width: 991px) {
                                    padding: 0 10px !important;
                                    font-size: 0;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;

                                    .ybc-menu-button-toggle_icon {
                                        margin: 0;
                                    }
                                }

                            }
                        }


                    }

                    .header-icons {
                        @media all and (max-width: 575px) {
                            flex: auto;
                            max-width: fit-content;
                            padding-left: 0;
                        }

                    }
                }
            }
        }
    }
}

footer#footer {
    background: #B4D6E3;
    padding: 32px 0;

    @media all and (max-width: 767px) {
        padding: 24px 0;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .footer-bottom {
        padding-top: 30px;

        .link-block {
            .link-block__title {
                .h4 {
                    color: #000;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                    letter-spacing: -0.16px;
                }
            }

            .link-block__links {
                .links-list {
                    .links-list__elem {
                        margin-bottom: 5px;

                        a {
                            color: #000;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 430;
                            line-height: normal;
                            letter-spacing: -0.14px;
                        }
                    }
                }
            }
        }
    }

    .footer-copyright {
        padding-top: 10px;

        .footer-copyright__text {
            text-align: center;
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.16px;
        }

        .footer-copyright__links {
            display: flex;
            gap: 35px;
            justify-content: flex-end;
            margin-bottom: 1px;
            display: none;
        }
    }

    .footer-copyright__links {
        display: flex;
        gap: 15px;
        justify-content: flex-start;
        margin-bottom: 1px;
        margin-top: 24px;
    }
}

#index {
    div#content-wrapper {
        padding: 0;
    }

    section#wrapper {

        @media all and (max-width: 767px) {
            overflow: hidden;
        }
    }
}

section.home_hero {
    padding: 0px;
    max-width: 100%;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1s forwards;
    margin-bottom: 1px;

    .homeslider {
        padding-bottom: 50px;
        background: transparent !important;
        /*aspect-ratio: 160 / 63;*/
        /*aspect-ratio: 192 / 85;*/
        aspect-ratio: 192 / 100;
        /*max-width: 1600px;*/
        max-width: 100vw;
        overflow: hidden;

        @media all and (max-width: 767px) {
            aspect-ratio: unset;
        }

        .swiper-button-custom {
            bottom: 15px;
            transform: unset;
            top: unset;

            &.swiper-button-next {
                right: 80px;

                @media all and (max-width: 767px) {
                    right: 0px;
                }
            }

            &.swiper-button-prev {
                right: 120px;
                left: unset;

                @media all and (max-width: 767px) {
                    left: 0px;
                    right: unset;
                }
            }
        }

        .homeslider__slide {
            overflow: hidden;

            @media all and (max-width: 767px) {
                &>a {
                    display: flex;
                    flex-direction: column;

                    &>img {
                        width: 100% !important;
                    }

                    .homeslider__caption {
                        width: 100% !important;
                        z-index: 999;
                    }
                }
            }

        }

        .homeslider__video-container {
            position: static !important;
            width: 100%;
            height: 100%;
            padding: 0;

            .homeslider__video {
                width: 102%;
                margin-left: -1%;
            }

            @media all and (max-width: 767px) {
                width: 100%;
                position: static;
                aspect-ratio: auto 960 / 1200;

                .homeslider__video {
                    position: static;
                    width: 102%;
                    height: 100%;
                    margin-left: -1%;
                }
            }
        }

        .img-fluid {
            object-fit: cover;
            object-position: center;
            /*transform: scale(1.2);*/
            width: 100%;
            height: 100%;
        }

        .swiper-slide-active .img-fluid {
            /*animation: scaleDown 12s ease-out 1s forwards;*/
        }

        .homeslider__slide:has(.homeslider__caption) {
            .homeslider__caption {
                width: 35%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #fff;
                flex-direction: column;
                text-align: center;
                padding: 36px;
                top: 0px;
                left: 0px;
                transform: unset;

                @media all and (max-width: 767px) {
                    width: 100%;
                    position: static !important;
                }
            }

            .img-fluid {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 65%;
                height: 100%;
                object-fit: cover;
                /*transform: scale(1.2);*/
            }

            .homeslider__title {
                font-size: 28px;
                font-weight: 500;
                line-height: normal;
                letter-spacing: -0.28px;
                margin-bottom: 38px;
                opacity: 0;
                transform: translateY(10px);
                animation: fadeInUp 1s ease-out 1s forwards;
                animation-delay: 1s;
            }

            ;

            .homeslider__desc {
                font-size: 19px;
                font-weight: 300;
                line-height: normal;
                letter-spacing: -0.19px;
                opacity: 0;
                transform: translateY(10px);
                animation: fadeInUp 1s ease-out 1s forwards;
                animation-delay: 1.5s;
            }

            ;

            .homeslider__button {
                padding: 10px 30px;
                border: 1px solid #000;
                border-radius: 0px;
                background-color: #fff;
                font-size: 17px;
                color: #000;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.17px;
                margin-top: 18px;
                opacity: 0;
                transform: translateY(10px);
                animation: fadeInUp 1s ease-out 1s forwards;
                animation-delay: 2s;

                overflow: hidden;

                &:hover {
                    border-color: #B4D6E3;
                }

                &::after {
                    content: "";
                    position: absolute;
                    width: 280%;
                    background-color: #B4D6E3;
                    height: 500%;
                    transition: all 1s;
                    transform: translate(-190%, -39%) skewX(-25deg);
                    filter: blur(10px);
                    z-index: -1;
                }

                &:hover {
                    &::after {
                        transform: translate(-50%, -39%) skewX(-25deg);
                    }
                }
            }
        }
    }
}

section.home-2 {
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 20px;

    @media all and (max-width: 767px) {
        margin-top: 0px !important;
        margin-bottom: 24px !important;
    }

    .featured-products {

        @media all and (max-width: 767px) {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

        .featured-products__header {
            .featured-products__title {
                display: none !important;
            }


            .featured-products__navigation {
                position: absolute;
                top: calc(50% - 80px);
                transform: translateY(-50%);
                z-index: 9;
                width: 100%;
                left: 0;

                .swiper-button-prev {
                    left: -20px;
                    position: absolute !important;
                    top: 0;
                }

                .swiper-button-next {
                    right: -20px;
                    position: absolute !important;
                    top: 0;
                }
            }

            /*display: none !important;*/
        }

        .featured-products__footer {
            text-align: center !important;

            @media all and (max-width: 767px) {
                margin-top: 20px !important;
            }
        }

        .product-miniature {
            opacity: 0;
            transform: translateX(30px);
            transition: opacity .5s ease-out, transform .5s ease-out;
        }
    }
}

section.home-3 {
    padding: 50px 0;

    @media all and (max-width: 767px) {
        padding: 24px 0;
    }

    .col-xs-12:last-child {
        .home-box {
            padding-bottom: 0px !important;
        }
    }

    .home-box {
        /*opacity: 0;
        transform: translateY(30px);
        animation: fadeInUp 0.8s ease-out forwards;*/
        position: relative;
        opacity: 0;
        transform: translateX(30px);
        transition: opacity .5s ease-out, transform .5s ease-out;

        @media all and (max-width: 767px) {
            padding: 24px 0;

            &:first-child {
                padding-top: 0px;
            }


        }

        .home-box__toplink {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 1;
        }


        .home-box__image {
            position: relative;
            overflow: hidden;

            &::before {
                content: "";
                position: absolute;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
                width: 45%;
                height: 300%;
                top: 0;
                left: 0;
                opacity: 1;
                transform: translateX(-700%) translateY(-20%) rotate(45deg);
                transition: none;
                filter: blur(10px);
                animation-play-state: paused;
            }

            &:hover {
                &::before {
                    animation: shimmerEffect 1.5s forwards linear;
                    animation-play-state: running;
                }
            }


            img {
                width: 100%;
                height: auto;
            }
        }

        &:hover {
            .home-box__image {
                img {
                    width: 100%;
                    height: auto;
                }
            }
        }

        .home-box__content {
            padding-top: 30px;
            text-align: center;

            @media all and (max-width: 767px) {
                padding-top: 20px;
            }

            h3 {
                color: #000;
                font-size: 28px;

                @media all and (max-width: 767px) {
                    font-size: min(7vw, 2.75rem) !important;
                    margin-bottom: 1rem !important;
                }

                font-style: normal;
                font-weight: 500;
                line-height: normal;
                letter-spacing: -0.28px;

                span {
                    position: relative;
                }
            }

            p {
                color: #000;
                font-size: 19px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.19px;

                @media all and (max-width: 767px) {
                    font-size: 1rem !important;
                    margin-bottom: 1rem !important;
                }
            }

            @media all and (max-width: 767px) {
                .btn.inkluz_button {
                    margin-top: 0px !important;
                }
            }
        }

    }
}

section.home-4 {
    padding: 50px 0 50px;

    @media all and (max-width: 767px) {
        padding: 24px 0 24px;

        .section-title {
            padding-bottom: 20px !important;
        }
    }

    .col-xs-12 {
        opacity: 0;
        transform: translateX(30px);
        transition: opacity .5s ease-out, transform .5s ease-out;
    }

    .home-box__link {
        text-decoration: none;
        position: relative;

        .home-box__small {
            .home-box__image {
                background: #fff;
                padding: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                object-fit: contain;
                aspect-ratio: 1 / 1;
                border: 1px solid #fff;

                @media all and (max-width: 767px) {
                    padding: 0px;
                }

                &:hover {
                    border-color: #efefef;
                }

                img {
                    transition: all .5s ease-in-out;
                }


            }

            .home-box__content {
                padding-top: 25px;

                h3 {
                    margin: 0;
                    color: #000;
                    font-size: 19px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    letter-spacing: -0.19px;
                    text-align: center;

                    span {
                        position: relative;

                        &::after {
                            content: "";
                            position: absolute;
                            width: 0;
                            bottom: -1px;
                            left: 0;
                            background-color: #B4D6E3;
                            height: 1px;
                            transition: all 0.25s;
                        }
                    }
                }
            }
        }

        &:hover {
            .home-box__small {
                .home-box__image {
                    img {
                        transform: scale(1.1);
                    }
                }

                .home-box__content {
                    h3 {
                        span {
                            &::after {
                                width: 100%;
                            }
                        }

                    }
                }
            }
        }
    }


}

section.home-5 {
    position: relative;
    padding: 50px 0 50px;

    @media all and (max-width: 767px) {
        padding: 24px 0 24px;
    }

    .home-about__container {

        &>.container {
            height: 100%;


            &>.row {
                height: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
                flex-wrap: wrap;

                @media all and (max-width: 767px) {
                    flex-direction: column;
                }

                .home-about__right {
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    width: 35%;

                    @media all and (max-width: 767px) {
                        width: 100%;
                    }

                    .home-about__right-wrap {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background: #fff;
                        flex-direction: column;
                        text-align: center;
                        padding: 36px;
                        top: 0px;
                        left: 0px;
                        transform: unset;

                        @media all and (max-width: 767px) {
                            padding: 10px 10px 0 10px;
                        }

                        h2 {
                            color: #000;
                            text-align: center;
                            margin-bottom: 38px;

                            @media all and (max-width: 767px) {
                                font-size: min(7vw, 2.75rem) !important;
                                line-height: 1.2 !important;
                                margin-bottom: 1rem !important;
                            }
                        }

                        p {
                            color: #000;
                            text-align: center;

                            @media all and (max-width: 767px) {
                                font-size: 1rem !important;
                                margin-bottom: 1rem !important;
                            }
                        }

                        .inkluz_button {
                            display: inline-block;
                            overflow: hidden;
                            position: relative;
                            z-index: 1;
                            margin-top: 38px;

                            &:hover {
                                text-decoration: none;
                                color: #000;
                            }

                            @media all and (max-width: 767px) {
                                margin-top: 0 !important;
                            }
                        }
                    }
                }

                .home-about__left {
                    width: 65%;
                    overflow: hidden;

                    @media all and (max-width: 767px) {
                        width: 100%;
                    }

                    video {
                        width: 101%;
                        max-width: 101%;
                        height: auto;
                        margin-left: -1px;
                    }
                }
            }
        }
    }
}

section.home-6 {
    padding: 50px 0 50px;

    @media all and (max-width: 767px) {
        padding: 24px 0 24px;

        .section-title {
            margin-bottom: 14px;
        }
    }

    .col-xs-12 {
        opacity: 0;
        transform: translateX(30px);
        transition: opacity .5s ease-out, transform .5s ease-out;
    }

    .home-why__item {
        text-align: center;

        .home-why__icon {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            height: 65px;
            position: relative;
            overflow: hidden;
            z-index: 1;

            svg {
                height: 100%;
                width: auto;
            }


        }

        .home-why__content {
            h3 {
                color: #000;
                text-align: center;
                font-size: 19px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                letter-spacing: -0.17px;
                margin-bottom: 5px;
            }

            p {
                color: #000;
                text-align: center;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.19px;
            }
        }
    }

    .animated {
        .home-why__icon::after {
            content: "";
            position: absolute;
            width: 280%;
            background-color: #fff;
            height: 500%;
            transition: all 6s;
            transform: translate(0%, 19%) skewX(-25deg);
            filter: blur(10px);
            z-index: 1;
            animation: showIcon 6s forwards;
        }

        .home-why__icon {
            &::after {
                animation-delay: 0s;
            }
        }

        &:nth-child(2) .home-why__icon {
            &::after {
                animation-delay: 0.2s;
            }
        }

        &:nth-child(3) .home-why__icon {
            &::after {
                animation-delay: 0.4s;
            }
        }

        &:nth-child(4) .home-why__icon {
            &::after {
                animation-delay: 0.6s;
            }
        }
    }
}

section.home-7 {
    padding: 50px 0;

    @media all and (max-width: 767px) {
        padding: 24px 0;
    }

    .prestablogswip.prestablogswip {
        h2.title {
            color: #000;
            text-align: center;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
            margin-bottom: 35px;

            @media all and (max-width: 767px) {
                font-size: min(7vw, 1.75rem) !important;
                line-height: 1.2 !important;
                margin-bottom: 1rem !important;
            }
        }

        .bloggridswip {
            margin-top: 0;

            .bloggridswip-wrapper {
                display: flex;
                gap: 20px;

                @media all and (max-width: 767px) {
                    flex-direction: column;
                    gap: 40px;
                }

                .blog-grid {
                    position: relative;
                    opacity: 0;
                    transform: translateX(30px);
                    transition: opacity .5s ease-out, transform .5s ease-out;
                    width: 33.33333333%;

                    @media all and (max-width: 767px) {
                        width: 100%;
                    }

                    .block_cont {
                        border: 0 !important;
                        padding: 0 !important;

                        .block_top {
                            padding: 0 !important;

                            a {
                                display: block;
                            }

                            position: relative;
                            overflow: hidden;

                            &::before {
                                content: "";
                                position: absolute;
                                background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
                                width: 45%;
                                height: 300%;
                                top: 0;
                                left: 0;
                                opacity: 1;
                                transform: translateX(-700%) translateY(-20%) rotate(45deg);
                                transition: none;
                                filter: blur(10px);
                                animation-play-state: paused;
                            }

                            &:hover {
                                &::before {
                                    animation: shimmerEffect 1.5s forwards linear;
                                    animation-play-state: running;
                                }
                            }
                        }

                        .block_bas {
                            padding: 30px 0 0 0 !important;

                            @media all and (max-width: 767px) {
                                padding: 16px 0 0 0 !important;
                            }

                            h3 {
                                a {
                                    color: #000 !important;
                                    text-align: center;
                                    font-size: 28px;
                                    font-style: normal;
                                    font-weight: 500;
                                    line-height: normal;
                                    letter-spacing: -0.28px;
                                    margin: 0 0 25px 0;
                                    display: block;
                                    text-decoration: none !important;

                                    @media all and (max-width: 767px) {
                                        font-size: min(7vw, 1.75rem) !important;
                                        line-height: 1.2;
                                        margin-bottom: 1rem !important;
                                    }
                                }

                            }

                            p.prestablog_desc {
                                color: #000;
                                text-align: center;
                                font-size: 19px;
                                font-style: normal;
                                font-weight: 300;
                                line-height: normal;
                                letter-spacing: -0.19px;
                                margin: 0 !important;

                                @media all and (max-width: 767px) {
                                    font-size: 1rem !important;
                                }
                            }
                        }

                        .prestablog_show_more {
                            text-align: center;
                            padding-top: 20px !important;

                            a {
                                color: #000 !important;
                                padding: 10px 30px !important;
                                border: 1px solid #000;
                                border-radius: 0px;
                                background-color: transparent;
                                font-size: 17px;
                                color: #000;
                                font-weight: 400;
                                line-height: normal;
                                letter-spacing: -0.17px;
                                margin-top: 18px;
                                display: inline-block;
                                overflow: hidden;
                                z-index: 1;


                                &::after {
                                    content: "";
                                    position: absolute;
                                    width: 280%;
                                    background-color: #B4D6E3;
                                    height: 500%;
                                    transition: all 1s;
                                    transform: translate(-190%, 19%) skewX(-25deg);
                                    filter: blur(10px);
                                    z-index: -1;
                                }

                                &:hover {
                                    border-color: #B4D6E3;

                                    &::after {
                                        transform: translate(-50%, 19%) skewX(-25deg);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

section.home-8 {
    padding: 50px 0;

    @media all and (max-width: 767px) {
        padding: 24px 0 0 0;
    }

    .home-newsletter__content {
        background: rgba(224, 231, 237, 0.30);

        .home-newsletter__text {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            .home-newsletter__text-wrap {
                max-width: 645px;
                padding: 20px;

                @media all and (max-width: 767px) {
                    padding: 16px 20px 24px 20px;
                }

                h2.block-newsletter-title {
                    color: #000;
                    text-align: left;
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                    letter-spacing: -0.28px;
                    margin-bottom: 17px !important;

                    @media all and (max-width: 767px) {
                        font-size: min(7vw, 1.75rem) !important;
                        line-height: 1.2;
                        margin-bottom: 1rem !important;
                    }
                }

                p.block-newsletter-text {
                    color: #000;
                    font-size: 19px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: normal;
                    letter-spacing: -0.19px;
                    margin: 0 0 40px 0 !important;
                    opacity: 0;
                    transform: translateY(1em);
                    transition: opacity 0.5s ease, transform 0.5s ease;

                    @media all and (max-width: 767px) {
                        font-size: 1rem !important;
                        margin-bottom: 20px !important;
                    }
                }

                .block-newsletter-form {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 25px;

                    .input-group {
                        display: flex;
                        flex-direction: column;
                        align-items: center;

                        .form-control {
                            width: 100%;
                        }
                    }

                    .form-control {
                        color: #000;
                        font-size: 17px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        letter-spacing: -0.17px;
                        box-shadow: unset;

                        height: 45px;
                        background: transparent;
                        padding: 0 0 23px 0;
                        border: none;
                        border-bottom: 1px solid #000;
                        border-radius: 0;
                    }
                }

                .block-newsletter-form__gdpr {
                    margin-bottom: 32px;

                    small {
                        color: #000;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;

                        strong {
                            font-weight: 500;
                        }

                        a {
                            color: inherit;
                            font-size: 14px;
                            font-style: normal;
                            line-height: normal;
                            letter-spacing: -0.14px;
                            text-decoration: none;
                        }
                    }
                }
            }
        }
    }
}

.home-9.home-instagram {
    padding: 50px 0;

    @media all and (max-width: 767px) {
        padding: 24px 0px 10px 0px !important;

        .ybc_ins_full_width {
            max-width: 100%;

            .ybc_ins_medias {
                padding: 0px;
            }
        }

    }

    .ybc_ins_full_width.card {
        padding: unset;
        margin: unset;
        border: unset;

        .ybc_instagram_header {
            margin: unset;
            padding: unset;

            .h3 {
                color: #000;
                text-align: left;
                font-size: 28px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                letter-spacing: -0.28px;

                @media all and (max-width: 767px) {
                    font-size: min(7vw, 1.75rem) !important;
                    line-height: 1.2;
                }
            }
        }

        .ybc_ins_item {
            aspect-ratio: 370 / 500;

            @media all and (max-width: 767px) {
                padding-right: 0px !important;
            }
        }

        .ybc_ins_images {
            height: auto !important;
        }

        .ybc_ins_square .ybc_ins_cover {
            aspect-ratio: 370 / 500;
        }

        .ybc_instagram_info {
            display: none;
        }

        .ybc_ins_img_node {
            overflow: hidden;
        }

        .ybc_instagram_video_autoplay {
            position: absolute;
            left: 0px;
            top: -20%;
            width: 100%;
            height: 140%;
        }
    }

    .ybc_ins_video .ybc_ins_img_node:before {
        display: none;
    }
}

.swiper-button-custom {
    &.swiper-button-next {
        .material-icons {
            font-size: 0;
            background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.62506 6.17501L6.75631 3.30626C6.63921 3.18985 6.4808 3.12451 6.31568 3.12451C6.15057 3.12451 5.99216 3.18985 5.87506 3.30626C5.81648 3.36436 5.76998 3.43348 5.73825 3.50965C5.70652 3.58581 5.69019 3.6675 5.69019 3.75001C5.69019 3.83251 5.70652 3.91421 5.73825 3.99037C5.76998 4.06653 5.81648 4.13566 5.87506 4.19376L8.75006 7.05626C8.80864 7.11436 8.85514 7.18348 8.88687 7.25965C8.9186 7.33581 8.93493 7.4175 8.93493 7.50001C8.93493 7.58251 8.9186 7.66421 8.88687 7.74037C8.85514 7.81653 8.80864 7.88566 8.75006 7.94376L5.87506 10.8063C5.75737 10.9231 5.69092 11.0819 5.69034 11.2478C5.68975 11.4136 5.75507 11.5729 5.87194 11.6906C5.9888 11.8083 6.14762 11.8748 6.31347 11.8754C6.47933 11.8759 6.63862 11.8106 6.75631 11.6938L9.62506 8.82501C9.97619 8.47344 10.1734 7.99688 10.1734 7.50001C10.1734 7.00313 9.97619 6.52657 9.62506 6.17501Z' fill='black'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 15px;
            width: 20px;
            height: 20px;
        }
    }

    &.swiper-button-prev {
        .material-icons {
            font-size: 0;
            background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.37494 8.82499L8.24369 11.6937C8.36079 11.8101 8.5192 11.8755 8.68432 11.8755C8.84943 11.8755 9.00784 11.8101 9.12494 11.6937C9.18352 11.6356 9.23002 11.5665 9.26175 11.4904C9.29348 11.4142 9.30981 11.3325 9.30981 11.25C9.30981 11.1675 9.29348 11.0858 9.26175 11.0096C9.23002 10.9335 9.18352 10.8643 9.12494 10.8062L6.24994 7.94374C6.19136 7.88564 6.14486 7.81652 6.11313 7.74035C6.0814 7.66419 6.06507 7.5825 6.06507 7.49999C6.06507 7.41749 6.0814 7.33579 6.11313 7.25963C6.14486 7.18347 6.19136 7.11434 6.24994 7.05624L9.12494 4.19374C9.24263 4.07688 9.30908 3.91806 9.30966 3.7522C9.31025 3.58635 9.24493 3.42706 9.12807 3.30937C9.0112 3.19168 8.85238 3.12523 8.68653 3.12465C8.52067 3.12406 8.36138 3.18938 8.24369 3.30624L5.37494 6.17499C5.02381 6.52656 4.82659 7.00312 4.82659 7.49999C4.82659 7.99687 5.02381 8.47343 5.37494 8.82499Z' fill='black'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 15px;
            width: 20px;
            height: 20px;
        }
    }
}

.btn {
    text-decoration: none !important;
    position: relative;

    &.btn-secondary {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;

        border: 1px solid #000;
        padding: 9.25px 30px;
        border-radius: 0;
        background-color: transparent;
        transition: all 0.2s;
        overflow: hidden;


        &::after {
            content: "";
            position: absolute;
            width: 280%;
            background-color: #B4D6E3;
            height: 500%;
            transition: all 1s;
            transform: translate(-190%, -39%) skewX(-25deg);
            filter: blur(10px);
            z-index: -1;
        }

        &:hover {
            border-color: #B4D6E3;

            &::after {
                transform: translate(-50%, -39%) skewX(-25deg);
            }
        }
    }

    &.btn-link {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;

        padding: 0 0 10px 0;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #000;
        transition: all 0.2s;

        &::after {
            content: "";
            position: absolute;
            width: 0;
            bottom: -1px;
            left: 0;
            background-color: #B4D6E3;
            height: 1px;
            transition: all 0.25s;
        }

        &:hover {
            &::after {
                width: 100%;
            }
        }

    }
}

.section-title {
    padding-bottom: 30px;

    h2 {
        color: #000;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
    }
}

.product-miniature {

    .product-miniature__thumb {
        background: #FAFAFA;
        margin-bottom: 18px;

        a.product-miniature__thumb-link {
            width: 100%;
            height: 100%;
            display: block;

            img {
                width: 100%;
            }

            position: relative;
            overflow: hidden;

            &::before {
                content: "";
                position: absolute;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
                width: 45%;
                height: 300%;
                top: 0;
                left: 0;
                opacity: 1;
                transform: translateX(-700%) translateY(-20%) rotate(45deg);
                transition: none;
                filter: blur(10px);
                animation-play-state: paused;
            }

            &:hover {
                text-decoration: none;

                &::before {
                    animation: shimmerEffect 1.5s forwards linear;
                    animation-play-state: running;
                }
            }
        }

        .product-miniature__functional-btn {
            width: 18px;
            height: 18px;
            top: 14px;
            right: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-miniature__actions {
            position: absolute;
            bottom: 16px;
            right: 16px;

            .btn {
                padding: 13px;
                height: 50px;
                width: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #000;
                background: #FFF;
                border-radius: 0;
                opacity: 0;
                transition: all 0.4s;
                transform: translateY(20px);
            }
        }
    }

    .product-miniature__title {
        color: #000;
        height: auto;

        a {
            color: #000;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.17px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all 0.4s ease-in-out;

            &:hover {
                text-decoration: none;
                color: #A5CEDB !important;
            }
        }
    }

    .product-miniature__pricing {
        margin-top: 14px;

        @media all and (max-width: 768px) {
            margin-bottom: 0px;
        }

        .price {
            color: #000;
            font-size: 17px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.17px;
        }
    }

    .product-flags {
        left: 8px;
        top: 8px;

        .product-flags__flag {
            padding: 4px 15px;
            border-radius: 0px !important;
            background: #B1D2DF;
            color: #000;
            letter-spacing: -0.17px;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;

            &.product-flags__flag--new {
                background: #fff;
                color: #000;
            }
        }
    }


    @media (hover: hover) {
        &:hover {
            .product-miniature__thumb {
                .product-miniature__actions {
                    .btn {
                        opacity: 1;
                        transform: translateY(0px);
                    }
                }
            }
        }
    }
}

.header-top__badge {
    background: #000;
}

.search-form__btn {
    position: absolute;
}

.inkluz_title {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: -0.28px !important;
    animation-delay: 1s !important;

    @media all and (max-width: 768px) {
        font-size: min(7vw, 2.75rem) !important;
    }
}

.inkluz_text {
    font-size: 19px !important;
    font-weight: 300 !important;
    line-height: normal !important;
    letter-spacing: -0.19px !important;

    @media all and (max-width: 768px) {
        font-size: 1rem !important;
    }
}

.inkluz_button {
    padding: 10px 30px;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: transparent;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-top: 18px;
    overflow: hidden;


    &::after {
        content: "";
        position: absolute;
        width: 280%;
        background-color: #B4D6E3;
        height: 500%;
        transition: all 1s;
        transform: translate(-190%, -39%) skewX(-25deg);
        filter: blur(10px);
        z-index: -1;
    }

    &:hover {
        border-color: #B4D6E3;

        &::after {
            transform: translate(-50%, -39%) skewX(-25deg);
        }
    }
}

/* Uniwersalny offcanvas (panel wysuwany z prawej) */
.offcanvas-custom {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    max-width: 100vw;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 18px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    flex-direction: column;
    overflow: auto;

    h5 {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.22px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;

        th {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.14px;
            color: #000;
            padding: 10px 10px;
            border: 1px solid #000;
            text-align: center;
        }

        td {
            font-size: 14px;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.14px;
            color: #000;
            padding: 10px 10px;
            border: 1px solid #000;
            text-align: center;
        }
    }

    .more-info__tabs--container {
        background-color: #fafafa;

        #measureTabs {
            display: flex;
            flex-direction: row;
            gap: 24px;
            margin-bottom: 32px;

            li {
                a {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: normal;
                    letter-spacing: -0.16px;
                    color: #000;
                    padding: 0px 0px 3px 0px;
                    border: unset;
                    border-bottom: 1px solid #fafafa;

                    &.active {
                        border-color: #000;
                        background-color: transparent;
                    }
                }
            }
        }

        .tab-pane {

            ol {
                width: 100%;
            }

            &.active {
                display: flex;
                flex-direction: column;
                gap: 24px;
                align-items: center;
                justify-content: center;
            }

        }
    }
}

.offcanvas-custom.active {
    transform: translateX(0);
}

.offcanvas-custom__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1049;
    opacity: 1;
    transition: opacity 0.2s;
}

.offcanvas-custom__close {
    background: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
    color: #222;
}

@media (max-width: 400px) {
    .offcanvas-custom {
        width: 95vw;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes showIcon {
    0% {
        transform: translate(0%, 19%) skewX(-25deg);
    }

    100% {
        transform: translate(100%, 19%) skewX(-25deg);
    }
}

/*.animate-on-load {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/

.product-miniature__thumb-link .product-thumbnail-first {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.product-miniature__thumb-link .product-thumbnail-second {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
    .product-miniature__thumb-link:hover .product-thumbnail-first {
        opacity: 0;
    }

    .product-miniature__thumb-link:hover .product-thumbnail-second {
        opacity: 1;
    }
}

.digigemsets_filter {
    margin: 35px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    span {
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: -0.17px;
        color: #BEB8B8;
        padding: 15px;
        display: inline-block;
        border: 1px solid #BEB8B8;
        position: relative;

        @media all and (max-width: 767px) {
            font-size: 12px;
        }

        &:after {
            content: '';
            display: block;
            height: 73%;
            width: auto;
            aspect-ratio: 1 / 1;
            border-top: 1px solid #BEB8B8;
            border-right: 1px solid #BEB8B8;
            transform: rotate(45deg);
            position: absolute;
            top: 6px;
            right: -20px;
            z-index: 1;
            background: #fff;
        }

        &.active {
            border-color: #000;
            color: #000;
            font-weight: 700;

            &:after {
                border-top: 1px solid #000;
                border-right: 1px solid #000;
            }
        }

    }
}

#category-description {
    .certyfikat_opis_wrap {
        display: flex;
        gap: 32px;
        margin-bottom: 32px;
        flex-direction: row;
        flex-wrap: wrap;

        .certyfikat_logo {
            width: 400px;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            border: 1px solid #D0D5DB;
            border-radius: 2px;

            @media all and (max-width: 1340px) {
                width: 200px;
            }

            @media all and (max-width: 1200px) {
                width: 100%;
            }
        }

        .certyfikat_opis {
            width: calc(100% - 440px);

            @media all and (max-width: 1340px) {
                width: calc(100% - 240px);
            }

            @media all and (max-width: 1200px) {
                width: 100%;
            }
        }
    }
}

/* CART */
body#cart {
    ol.breadcrumb {
        display: none !important;
    }

    section#main {
        padding: 100px 0;

        .btn-backshop {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            border: 0;
            margin-bottom: 9px;

            &::before {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73249 9.91411L8.79249 12.9741C8.9174 13.0983 9.08636 13.168 9.26249 13.168C9.43861 13.168 9.60758 13.0983 9.73249 12.9741C9.79497 12.9121 9.84457 12.8384 9.87842 12.7572C9.91226 12.6759 9.92969 12.5888 9.92969 12.5008C9.92969 12.4128 9.91226 12.3256 9.87842 12.2444C9.84457 12.1631 9.79497 12.0894 9.73249 12.0274L6.66582 8.97411C6.60334 8.91213 6.55374 8.8384 6.51989 8.75716C6.48605 8.67592 6.46862 8.58878 6.46862 8.50077C6.46862 8.41277 6.48605 8.32563 6.51989 8.24439C6.55374 8.16315 6.60334 8.08942 6.66582 8.02744L9.73249 4.97411C9.85803 4.84945 9.9289 4.68004 9.92953 4.50313C9.93015 4.32622 9.86047 4.15631 9.73582 4.03077C9.61117 3.90524 9.44176 3.83436 9.26485 3.83374C9.08794 3.83311 8.91802 3.90279 8.79249 4.02744L5.73249 7.08744C5.35795 7.46244 5.14758 7.97077 5.14758 8.50077C5.14758 9.03077 5.35795 9.53911 5.73249 9.91411Z' fill='black'/%3E%3C/svg%3E%0A");
                width: 16px;
                height: 16px;
                display: block;
            }

        }

        .cart-grid {
            .cart-grid-body {
                .card {
                    border-radius: 0;
                    border: 0;

                    .card-header {
                        border-radius: 0;
                        background: transparent;
                        border: 0;

                        .card-title {
                            color: #000;
                            font-size: 28px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: normal;
                            letter-spacing: -0.28px;
                        }
                    }

                    .cart-overview {
                        .cart-items {
                            .product-line-grid {
                                border: 0;
                                border-top: 1px solid #000;
                                padding: 35px 0;
                                margin: 0;
                                position: relative;

                                &:not(:first-child) {
                                    border-bottom: 1px solid #000;
                                }

                                .product-line-grid__row--content {
                                    align-items: flex-start;

                                    .product-line-grid__block--image {
                                        flex: 0 0 215px;
                                        max-width: 215px;
                                    }

                                    .product-line-grid__block--ct {
                                        flex: 1 1 100%;

                                        .product-line-grid__block--prod {
                                            padding-bottom: 30px;

                                            .product-line-grid__title {
                                                padding-right: 50px;

                                                @media all and (max-width: 575px) {
                                                    padding-right: 0;
                                                }

                                                a {
                                                    color: #000;
                                                    font-size: 17px;
                                                    font-style: normal;
                                                    font-weight: 400;
                                                    line-height: normal;
                                                    letter-spacing: -0.17px;
                                                }
                                            }

                                            .product-line-grid__block--delete {
                                                position: absolute;
                                                top: 35px;
                                                right: 35px;
                                            }

                                            @media all and (max-width: 575px) {
                                                width: 100%;
                                                max-width: 100%;
                                            }
                                        }

                                        .product-line-grid__block--attrs {
                                            flex: 1;

                                            ul {
                                                display: flex;
                                                gap: 20px;
                                                align-items: flex-start;

                                                li {
                                                    flex: 1 1 50%;

                                                    .title {
                                                        color: #000;
                                                        font-size: 17px;
                                                        font-style: normal;
                                                        font-weight: 400;
                                                        line-height: normal;
                                                        letter-spacing: -0.17px;
                                                        margin-bottom: 12px;
                                                    }

                                                    .value {
                                                        color: #000;
                                                        font-size: 17px;
                                                        font-style: normal;
                                                        font-weight: 400;
                                                        line-height: normal;
                                                        letter-spacing: -0.17px;

                                                        .input-group {
                                                            margin: 0;
                                                            border: 0;

                                                            .input-group-btn {
                                                                display: none !important;
                                                            }

                                                            input {
                                                                border: 0;
                                                                padding: 0;
                                                                color: #000;
                                                                text-align: left;
                                                                font-size: 17px;
                                                                font-style: normal;
                                                                font-weight: 400;
                                                                line-height: normal;
                                                                letter-spacing: -0.17px;
                                                                height: auto;
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }

                                        .product-line-grid__block--total {
                                            .price {
                                                color: #000;
                                                font-size: 17px;
                                                font-style: normal;
                                                font-weight: 500;
                                                line-height: normal;
                                                letter-spacing: -0.17px;
                                            }
                                        }


                                    }
                                }

                            }
                        }
                    }
                }
            }

            .cart-grid-right {
                padding-top: 70px;

                .card {
                    background: rgba(180, 214, 227, 0.29);
                    border: 0;
                    border-radius: 0;
                    padding: 30px;

                    .card-header {
                        border: 0;
                        background-color: transparent;
                        padding: 0;

                        .cart-title {
                            color: #000;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: normal;
                            letter-spacing: -0.18px;
                        }
                    }

                    .card-body {
                        padding: 20px 0;

                        .cart-detailed-totals {
                            .cart-summary-line {
                                span.label {
                                    color: #000;
                                    font-size: 17px;
                                    font-style: normal;
                                    font-weight: 400;
                                    line-height: normal;
                                    letter-spacing: -0.17px;
                                }

                                span.value {
                                    color: #000;
                                    font-size: 17px;
                                    font-style: normal;
                                    font-weight: 400;
                                    line-height: normal;
                                    letter-spacing: -0.17px;
                                }

                                &:not(:last-child) {
                                    margin-bottom: 20px;
                                }
                            }
                        }

                        .cart-detailed-actions {
                            a {
                                border: 1px solid #000;
                                width: 100%;
                                background: #000;
                                color: #FFF;
                                border-radius: 0;
                                padding: 16px 30px;
                                font-size: 17px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                letter-spacing: -0.17px;
                            }
                        }
                    }
                }
            }
        }
    }
}

body#checkout {
    * {
        font-family: "Jost", sans-serif;
    }

    #main {
        padding: 0 0 100px 0;
    }

    [type="checkbox"] {
        opacity: 0;
        position: absolute;
    }

    .custom-checkbox {
        input[type=checkbox] {
            &+span {
                border: 1px solid #000;
            }
        }
    }

    .custom-radio {
        border: 1px solid #000;

        input[type=radio] {
            &:checked {
                &+span {
                    background: #000 !important;
                }
            }
        }
    }

    #thecheckout-cart-summary {
        background: transparent;

        .shopping-cart-header {
            color: #000;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
            margin-bottom: 30px;
        }

        .cart-inner-wrapper {
            .cart-items {
                .product-line-grid {
                    border: 0;
                    border-top: 1px solid #000;
                    padding: 35px 0;
                    margin: 0;
                    position: relative;

                    &:not(:first-child) {
                        border-bottom: 1px solid #000;
                    }

                    .product-line-grid__row--content {
                        align-items: flex-start;

                        .product-line-grid__block--image {
                            flex: 0 0 215px;
                            max-width: 215px;
                        }

                        .product-line-grid__block--ct {
                            flex: 1 1 100%;

                            .product-line-grid__block--prod {
                                padding-bottom: 30px;

                                .product-line-grid__title {
                                    padding-right: 50px;

                                    @media all and (max-width: 575px) {
                                        padding-right: 0;
                                    }

                                    a {
                                        color: #000;
                                        font-size: 17px;
                                        font-style: normal;
                                        font-weight: 400;
                                        line-height: normal;
                                        letter-spacing: -0.17px;
                                    }
                                }

                                .product-line-grid__block--delete {
                                    position: absolute;
                                    top: 35px;
                                    right: 35px;
                                }

                                @media all and (max-width: 575px) {
                                    width: 100%;
                                    max-width: 100%;
                                }
                            }

                            .product-line-grid__row--bottom {
                                max-width: 60%;

                                @media all and (max-width: 575px) {
                                    max-width: 100%;
                                }

                                .product-line-grid__block--attrs {
                                    flex: 1;

                                    ul {
                                        display: flex;
                                        gap: 20px;
                                        align-items: flex-start;

                                        li {
                                            flex: 1 1 50%;

                                            .title {
                                                color: #000;
                                                font-size: 17px;
                                                font-style: normal;
                                                font-weight: 400;
                                                line-height: normal;
                                                letter-spacing: -0.17px;
                                                margin-bottom: 12px;
                                            }

                                            .value {
                                                color: #000;
                                                font-size: 17px;
                                                font-style: normal;
                                                font-weight: 400;
                                                line-height: normal;
                                                letter-spacing: -0.17px;

                                                .js-cart-line-product-quantity {
                                                    border: 0;
                                                    padding: 0;
                                                    color: #000;
                                                    text-align: left;
                                                    font-size: 17px;
                                                    font-style: normal;
                                                    font-weight: 400;
                                                    line-height: normal;
                                                    letter-spacing: -0.17px;
                                                    height: auto;
                                                    opacity: 1;
                                                }

                                                .input-group {
                                                    margin: 0;
                                                    border: 0;

                                                    .input-group-btn {
                                                        display: none !important;
                                                    }

                                                    input {
                                                        border: 0;
                                                        padding: 0;
                                                        color: #000;
                                                        text-align: left;
                                                        font-size: 17px;
                                                        font-style: normal;
                                                        font-weight: 400;
                                                        line-height: normal;
                                                        letter-spacing: -0.17px;
                                                        height: auto;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }

                                .product-line-grid__block--total {
                                    .price {
                                        color: #000;
                                        font-size: 17px;
                                        font-style: normal;
                                        font-weight: 500;
                                        line-height: normal;
                                        letter-spacing: -0.17px;
                                    }
                                }
                            }


                        }
                    }

                }
            }

            .card.cart-summary {
                border: 0;
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
                border-radius: 0;
                padding: 30px 0;

                .cart-detailed-totals {
                    border: 0;

                    .card-block {
                        padding: 0;

                        &:not(:last-child) {
                            margin-bottom: 20px;
                        }

                        .cart-summary-line {
                            margin-bottom: 20px;

                            span.label {
                                color: #000;
                                font-size: 17px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                letter-spacing: -0.17px;
                            }

                            span.value {
                                color: #000;
                                font-size: 17px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                letter-spacing: -0.17px;
                            }

                            &.cart-total {
                                margin-bottom: 0;
                            }
                        }
                    }
                }
            }
        }
    }

    div#thecheckout-login-form {
        .inner-area {
            padding-top: 20px !important;
            padding-bottom: 20px !important;

            .classic-login {
                padding: 0;
                margin: 0;

                a {
                    color: #000;
                }
            }
        }
    }

    .checkout-block.main-block .inner-area {
        border: 0 !important;
        border-radius: 0 !important;

        .offer-login {
            justify-content: flex-start !important;
        }


        .already-account-label,
        .block-header {
            color: #000;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.18px;
            padding: 0;
        }


        .form-group {

            .form-control {
                color: #000;
                font-family: "Jost", sans-serif;
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.17px;
                padding: 0 0 20px;
                border: 0;
                border-bottom: 1px solid #000;
                border-radius: 0;

                &::placeholder {
                    color: #000;
                    font-family: "Jost", sans-serif;
                    font-size: 17px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    letter-spacing: -0.17px;
                    opacity: 1;
                    visibility: visible;
                }


            }

            span.field-label {
                display: none !important;
            }
        }
    }

    div#thecheckout-payment {
        .tc-main-title {
            p {
                color: #000;
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }
    }

    form#conditions-to-approve {
        label {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;

            a {
                color: #000;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: auto;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }
        }
    }

    button#confirm_order {
        display: block;
        border: 1px solid #000;
        background: #000;
        color: #FFF;
        border-radius: 0;
        padding: 16px 30px;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 0;
        letter-spacing: -0.17px;
        margin-right: auto;
    }

    textarea#delivery_message {
        color: #000;
        font-family: "Jost", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;
        padding: 0 0 20px;
        border: 0;
        border-bottom: 1px solid #000;
        border-radius: 0;
    }

    div#static-customer-info-container {
        border: 1px solid #BEB8B8;
        padding: 20px;

        &:not(:has(a)) {
            display: none;
        }

        a {
            color: #000;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;

            .static-customer-info {
                margin: 0;
            }
        }
    }

    a.custom-link {
        color: #000;
        font-family: Jost;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .payment-option label[for|="payment-option"] img[src*="klarna"][src*="svg"],
    .payment-option label[for|="payment-option"] img[src*="png"] {
        width: 120px;
        height: 2em;
    }
}

body#authentication,
body#registration,
body#identity,
.page-customer-account,
.page-addresses,
body#module-ps_emailalerts-account,
body#order-detail,
#module-x13withdrawals-withdrawals {
    ol.breadcrumb {
        display: none;
    }

    #main,
    .page-content--module-x13withdrawals-withdrawals {
        padding: 30px 0 100px 0;

        h1 {
            color: #000;
            text-align: center;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
        }

        .btn {
            display: block;
            border: 1px solid #000;
            background: #000;
            color: #FFF;
            border-radius: 0;
            padding: 16px 30px;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.17px;
            width: 100%;

            &[data-action="show-password"] {
                padding: 6px 15px;
            }
        }

        .forgot-password {
            a {
                color: #000;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: auto;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }

        }

        p {
            color: #000 !important;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .form-control,
        .custom-select {
            color: #000;
            font-family: "Jost", sans-serif;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.17px;
            padding: 0 0 20px;
            border: 0;
            border-bottom: 1px solid #000;
            border-radius: 0;
            background: transparent;

            &::placeholder {
                color: #000;
                font-family: "Jost", sans-serif;
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.17px;
                opacity: 1;
                visibility: visible;
            }


        }

        .custom-checkbox,
        .custom-checkbox-color {
            .custom-control-label {
                &::before {
                    border: 1px solid #000;
                    border-radius: 0;
                    background: transparent;
                }

                &::after {
                    filter: brightness(0);
                }
            }
        }

        .card-footer {
            background: transparent;

            a {
                color: #000;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: auto;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }
        }

        .card.user-form {
            background: transparent;
            border-radius: 0;
            border: 0;

            .user-form__row {
                h4 {
                    color: #000;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                    letter-spacing: -0.18px;
                }


                .user-form__content {}
            }
        }

        .orders {
            .card {
                .card-footer {
                    a {
                        padding: 10px 30px;
                        background: transparent;
                    }
                }
            }
        }

        .product-table {
            tr {
                .product-line__cell {

                    div,
                    span.price.product-line__price {
                        color: #000;
                        font-size: 17px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: -0.17px;
                    }
                }
            }
        }
    }


}

body#identity,
.page-customer-account,
.page-addresses,
body#module-ps_emailalerts-account,
body#order-detail,
body#module-x13withdrawals-withdrawals {

    .breadcrumb {
        display: none !important;
    }

    section#main {
        max-width: 1320px;
        margin: auto;

        p.alert.alert-warning {
            border: 1px solid #000;
            border-radius: 0;
            color: #000;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.17px;
            padding: 10px 30px;
            background: transparent;
        }

        .user-form--sm {
            max-width: 757px;
        }

        .customer-links {
            .customer-links__list {

                @media all and (max-width: 767px) {
                    gap: 20px;
                }

                a {
                    color: #000;
                    font-size: 19px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    letter-spacing: -0.19px;
                    background: transparent !important;
                    border: 0;
                    padding: 18px 0;
                    border-radius: 0;
                    margin-bottom: 12px;

                    i {
                        display: none;
                    }

                    &.active {
                        color: #000;
                        font-size: 19px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: -0.19px;

                        border-bottom: 2px solid #000 !important;
                    }

                    &:not(:last-child) {
                        border-bottom: 1px solid #BEB8B8;
                    }
                }
            }

            .customer-links__footer {
                text-align: left !important;
                padding-top: 12px;

                a {
                    text-align: left !important;
                    color: #000;
                    font-size: 17px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    letter-spacing: -0.17px;
                    width: auto;
                    padding: 0 0 10px 0;
                    border-bottom: 1px solid #000;
                    display: inline-block;
                    border-radius: 0;
                }
            }
        }


        .table {
            thead {
                tr {
                    th {
                        color: #000;
                        font-size: 15px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;

                        border-left: 0;
                        border-right: 0;
                        border-bottom: 0;
                    }
                }
            }

            tbody {
                tr {
                    background: transparent !important;

                    th {
                        color: #000;
                        font-size: 15px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        border-left: 0;
                        border-right: 0;
                        border-bottom: 0;

                        .text-primary {
                            color: #000 !important;
                            font-weight: 400 !important;
                        }
                    }

                    td {
                        color: #000;
                        font-size: 15px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        border-left: 0;
                        border-right: 0;
                        border-bottom: 0;

                        .text-primary {
                            color: #000 !important;
                            font-weight: 400 !important;
                        }

                        .label {
                            padding: 0;
                            background: transparent !important;
                            color: #000 !important;
                            font-size: 15px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                        }

                        &.order-actions {

                            a {
                                color: #000;
                                font-size: 15px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                padding: 0;
                                background: transparent;
                                border: 0;
                                width: max-content;
                                display: inline-flex;
                                align-items: center;
                                gap: 5px;
                                margin-left: 0;
                                margin-right: auto;

                                &.view-order-details-link {
                                    &::before {
                                        content: '';
                                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15.8806 7.454C15.2952 6.174 12.9999 2 7.99991 2C2.99991 2 0.704581 6.174 0.119247 7.454C0.040673 7.62553 0 7.81199 0 8.00067C0 8.18934 0.040673 8.3758 0.119247 8.54733C0.704581 9.826 2.99991 14 7.99991 14C12.9999 14 15.2952 9.826 15.8806 8.546C15.959 8.37466 15.9996 8.18843 15.9996 8C15.9996 7.81157 15.959 7.62534 15.8806 7.454ZM7.99991 12.6667C3.79525 12.6667 1.83325 9.08933 1.33325 8.00733C1.83325 6.91067 3.79525 3.33333 7.99991 3.33333C12.1946 3.33333 14.1572 6.89533 14.6666 8C14.1572 9.10467 12.1946 12.6667 7.99991 12.6667Z' fill='%23B4D6E3'/%3E%3Cpath d='M8.0013 4.66675C7.34203 4.66675 6.69757 4.86224 6.1494 5.22852C5.60124 5.59479 5.174 6.11538 4.92171 6.72447C4.66941 7.33356 4.6034 8.00378 4.73202 8.65038C4.86064 9.29699 5.17811 9.89093 5.64428 10.3571C6.11046 10.8233 6.7044 11.1407 7.351 11.2694C7.99761 11.398 8.66783 11.332 9.27692 11.0797C9.886 10.8274 10.4066 10.4001 10.7729 9.85198C11.1391 9.30382 11.3346 8.65935 11.3346 8.00008C11.3336 7.11635 10.982 6.26912 10.3572 5.64423C9.73226 5.01934 8.88503 4.66781 8.0013 4.66675ZM8.0013 10.0001C7.60574 10.0001 7.21906 9.88278 6.89016 9.66302C6.56126 9.44326 6.30492 9.1309 6.15354 8.76545C6.00217 8.4 5.96256 7.99786 6.03973 7.6099C6.1169 7.22194 6.30738 6.86557 6.58709 6.58587C6.86679 6.30616 7.22316 6.11568 7.61112 6.03851C7.99909 5.96134 8.40122 6.00095 8.76667 6.15232C9.13212 6.3037 9.44448 6.56004 9.66424 6.88894C9.88401 7.21784 10.0013 7.60452 10.0013 8.00008C10.0013 8.53051 9.79059 9.03922 9.41552 9.4143C9.04044 9.78937 8.53174 10.0001 8.0013 10.0001Z' fill='%23B4D6E3'/%3E%3C/svg%3E");
                                        width: 16px;
                                        height: 16px;
                                        display: block;
                                    }
                                }
                            }


                        }
                    }
                }
            }


        }

        .page-content--module-psgdpr-gdpr {
            .card {
                border: 0;
                border-radius: 0;

                .card-header {
                    background: transparent;
                    padding: 0;
                    padding-bottom: 24px;
                    border-bottom: 1px solid #BEB8B8;

                    p {
                        color: #000;
                        font-size: 19px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        letter-spacing: -0.19px;

                    }

                }

                .card-body {
                    padding: 20px 0;

                    .psgdprgetdatabtn17 {
                        width: auto;
                        display: inline-block;
                        color: #000;
                        font-size: 17px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        letter-spacing: -0.17px;
                        padding: 10px 30px;
                        border: 1px solid #000;
                        background: transparent;
                        text-transform: unset !important;
                    }

                    p {
                        color: #000;
                        font-family: Jost;
                        font-size: 19px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        letter-spacing: -0.19px;

                        a {
                            color: #000;
                            font-size: 19px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                            letter-spacing: -0.19px;
                            text-decoration-line: underline;
                            text-decoration-style: solid;
                            text-decoration-skip-ink: auto;
                            text-decoration-thickness: auto;
                            text-underline-offset: auto;
                            text-underline-position: from-font;
                        }
                    }
                }
            }
        }
    }

}

.page-customer-account {
    #main {
        h1 {
            text-align: left !important;
        }

        h6 {
            color: #000;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.17px;
        }
    }
}

/* FAQ */
.cms-id-6 {

    ol.breadcrumb {
        display: none !important;
    }

    #main {
        padding: 100px 0;

        h1 {
            color: #000;
            text-align: center;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
        }

        #policyAccordion {
            .card {
                border-radius: 0px;
                background-color: transparent;
                border: unset;
                border-bottom: 1px solid #000;
                font-size: 19px;
                letter-spacing: -0.19px;
                line-height: 1.2;
                color: #000;
                margin: 0px;

                .card-header {
                    padding: 20px 0px;
                    border: unset;
                    background-color: transparent;
                    font-size: 19px;
                    letter-spacing: -0.19px;
                    line-height: 1.2;
                    color: #000;
                }

                .card-body {
                    padding: 0px;
                    border: unset;
                    background-color: transparent;
                    font-size: 19px;
                    letter-spacing: -0.19px;
                    line-height: 1.2;
                    color: #000;
                }

                button {
                    padding: 20px 0px;
                    border: unset;
                }
            }
        }
    }


}

/* CONTACT */

.page-contact {
    ol.breadcrumb {
        display: none !important;
    }

    #main {
        padding: 100px 0;

        h1 {
            color: #000;
            text-align: center;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
        }

        .contact_wrap-text {
            font-weight: 600;
            font-size: 19px;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: -0.19px;
            margin-bottom: 80px !important;
        }

        .contact_wrap {
            h2 {
                color: #000;
                font-size: 22px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                letter-spacing: -0.22px;
            }

            .custom-file-label::after {
                background-color: #e9ecef;
                border-left: inherit;
                border-radius: 0 .4rem .4rem 0;
                bottom: 0;
                content: "Wybierz plik";
                display: block;
                height: calc(1.5em + 1rem);
                z-index: 3;
            }

            .contact_wrap--left {
                &>div {
                    margin-bottom: 40px;

                    a {
                        padding: 0px 0;
                        color: #000;
                        font-size: 17px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        letter-spacing: -0.17px;
                        display: block;
                    }

                    p {
                        color: #000;
                        font-size: 17px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        letter-spacing: -0.17px;
                    }
                }
            }

            .contact_wrap--right {
                section.contact-form {
                    .card {
                        padding: 0;
                        border: 0;
                        border-radius: 0;

                        .card-body {
                            padding: 0;
                            border: 0;
                            border-radius: 0;
                        }

                        .form-control,
                        .custom-select,
                        .custom-file-label {
                            color: #000;
                            font-family: "Jost", sans-serif;
                            font-size: 17px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                            letter-spacing: -0.17px;
                            padding: 0 0 20px;
                            border: 0;
                            border-bottom: 1px solid #000;
                            border-radius: 0;

                            &::placeholder {
                                color: #999;
                                font-family: "Jost", sans-serif;
                                font-size: 17px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                letter-spacing: -0.17px;
                                opacity: 1;
                                visibility: visible;
                            }

                        }

                        .form-control-label {
                            display: inline-flex;
                            align-items: center;
                            gap: 32px;

                            small {
                                margin-top: 0px;
                            }
                        }

                        .rodo-group .form-control-label {
                            display: inline-block;
                        }



                        .form-footer {
                            text-align: left !important;

                            .btn {
                                color: #000;
                                font-size: 17px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                letter-spacing: -0.17px;
                                padding: 10px 30px;
                                border: 1px solid #000;
                                border-radius: 0;
                                background: transparent;
                            }
                        }



                        .rodo-group {
                            display: flex;
                            align-items: flex-start;
                            flex-direction: row;
                            gap: 20px;

                            .form-control-label {
                                a {
                                    color: #000;
                                    font-weight: 500;
                                }
                            }
                        }

                        .custom-checkbox {
                            position: relative;
                            width: 14px;
                            height: 14px;
                            display: inline-block;
                            margin-top: 6px;


                            span {
                                border: 1px solid #000;
                                background: #fff;
                                background-position-x: 0%;
                                background-position-y: 0%;
                                background-size: auto;
                                background-size: 110% !important;
                                background-position: center left !important;
                                width: 14px;
                                height: 14px;
                                display: inline-block;
                                position: absolute;
                                left: 0;
                                top: 0;
                                padding: 0;
                                margin: 0;

                                i {
                                    display: none;
                                }
                            }

                            input {
                                opacity: 0.000001;
                                z-index: 1 !important;
                                cursor: pointer;
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 14px;
                                height: 14px;
                                padding: 0;
                                margin: 0;
                            }

                            &:has(input:checked) span {

                                background: url(../img/baseline-check-24px.svg) no-repeat !important;
                                background-size: 110% !important;
                                background-position: center left !important;

                            }
                        }

                        .inkluz_button {
                            background: transparent;
                            box-shadow: inset 0px 0px 0px #b4d6e3;
                            transition: all 0.3s ease-in-out;

                            &:hover {
                                box-shadow: inset 300px 0px 10px #b4d6e3;
                            }

                        }
                    }
                }
            }
        }
    }
}

#cms {

    #content {
        a {
            color: #000;
            text-decoration: underline;
            font-weight: 500;
        }

        .polityka h2 {
            margin-top: 3.5em;
            margin-bottom: 2em;
        }

        .polityka strong {
            margin-top: 2em;
            margin-bottom: 0.7em;
        }

        .polityka h4 {
            margin-top: 1.5em;
            margin-bottom: 0.5em;
        }

        .polityka ol {
            margin-left: 2em;
        }

        .polityka ul li {
            margin-bottom: 0.5em;
        }

        .polityka-punkt {
            margin-bottom: 2em;
            padding-bottom: 2em;
            border-bottom: 1px solid #000;

            p:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
            }
        }
    }
}


/* digigemsets START */

#digigemsets-summary {
    .gallery-row {
        .gallery-item {
            img {
                width: 100%;
                height: auto;
                aspect-ratio: 1;
                object-fit: cover;
            }
        }
    }

    .col-md-4 {
        padding-left: 120px;
    }

    .summary-item {
        gap: 24px;

        .summary-icon {
            margin-right: 8px;
        }

        .summary-item-details {

            .summary-item-name {
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.17px;
                margin-bottom: 10px;
            }
        }

        .summary-price {
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.22px;
        }
    }

    form {
        display: flex !important;
        flex-direction: column;
        gap: 15px;

        select {
            border: 1px solid #000;
            border-radius: 0px;
            font-size: 17px;
            letter-spacing: -1%;
            padding: 13px 16px;
            height: auto;
            width: 100%;
        }

        .add-to-cart {
            width: 100%;
            border-radius: 0px;
            font-size: 17px;
            letter-spacing: -1%;
            height: auto;
            width: 100%;
            background-color: #000;
            color: #fff;
            border: unset;
            padding: 17px 21px;
        }
    }
}

/* digigemsets END */


#blockcart-modal {
    .modal-content {
        border-radius: 0px;

        .modal-title {
            font-size: 28px !important;
            font-weight: 500 !important;
            line-height: normal !important;
            letter-spacing: -0.28px !important;
        }

        .modal-body {

            .cart-products__thumb {
                flex: 0 0 9rem;
                max-width: 9rem;
                padding-right: 12px;
            }

            .cart-products {
                display: flex;
                flex-direction: row;
                align-items: center;

                .cart-products__desc {
                    .h6 {
                        font-size: 19px !important;
                        font-weight: 500 !important;
                        line-height: normal !important;
                        letter-spacing: -0.19px !important;
                    }

                    .price {
                        font-size: 17px !important;
                        font-weight: 400 !important;
                        line-height: normal !important;
                        letter-spacing: -0.17px !important;
                        color: #000;
                    }
                }
            }
        }

        .modal-footer {
            .btn-primary {
                border-radius: 0px;
                font-size: 17px;
                letter-spacing: -1%;
                padding: 17px 21px;
                height: auto;
                width: 100%;
                background-color: #000;
                color: #fff;
                border: unset;
            }
        }
    }
}

.cart-preview {
    .blockcart__dropdown {
        border-radius: 0px;

        .cart-products {
            .price {
                font-size: 17px !important;
                font-weight: 400 !important;
                line-height: normal !important;
                letter-spacing: -0.17px !important;
                color: #000;
            }

            .remove-from-cart.text-danger {
                color: #000 !important;
            }
        }

        .btn-primary {
            border-radius: 0px;
            font-size: 15px;
            letter-spacing: -1%;
            padding: 17px 21px;
            height: auto;
            width: 100%;
            background-color: #000;
            color: #fff;
            border: unset;
        }

        .alert.alert-warning {
            background-color: rgba(180, 214, 227, 0.29);
            color: #000;
            border: unset;
            text-align: center;
            border-radius: 0px;
        }
    }
}

.breadcrumb {
    margin: 60px 0px 15px 0px;
    background: #fff;
    padding: 0px;

    li,
    li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: -0.14px;
        color: #000;
    }

    .active {}
}

/* Apple Safari fix for homepage slider issue START */
@supports (-webkit-appearance:none) {
    .safari .home-products {
        margin-top: 50px;
    }

    .safari .home-instagram .h3>span {
        display: inline-flex;
        margin: 0px 3px;
    }
}

/* Apple Safari fix for homepage slider issue END */

/* Favourite products START */

#module-is_favoriteproducts-favorite {
    #js-product-list-header {
        margin-top: 50px;
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: normal !important;
        letter-spacing: -0.28px !important;
    }

    #js-product-list-top {}

    .display-toggle {
        display: none !important;
    }

    .custom-select {
        border: 1px solid #000;
        border-radius: 0px;
        font-size: 17px;
        letter-spacing: -1%;
        padding: 13px 24px 13px 16px;
        height: auto;
    }
}

.alert-toast--success {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    border: unset;
    padding: 17px 21px;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

/* Favourite products END */


/* Search results START */

#search {
    #js-product-list-header {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.28px;
        margin: 20px 0px 30px 0px;
        width: 100%;
    }

    #js-product-list-top {
        .display-toggle {
            display: none !important;
        }

        .custom-select {
            border: 1px solid #000;
            border-radius: 0px;
            font-size: 17px;
            letter-spacing: -1%;
            padding: 13px 24px 13px 16px;
            height: auto;
        }
    }

    nav {
        ul.pagination {
            margin-bottom: 50px !important;

            .page-item {
                border-radius: 0px !important;
                border: 1px solid #000;
                border-right: 0px;
                overflow: hidden;

                &:last-child {
                    border-right: 1px solid #000;
                }

                &.active {
                    a {
                        background-color: #A5CEDB;
                        color: #000;
                        font-weight: 500 !important;
                    }
                }

                a {
                    color: #000;
                    border: unset !important;
                    border-radius: 0px !important;
                    width: 103%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: 400;
                }


            }
        }
    }
}


/* Search results END */


#menu-mobile {
    background: #000;
}

#cms {
    .o_nas_wrapper {
        .container {
            margin-bottom: 100px;
            overflow: hidden;

            .container-spacing {
                display: flex;
                gap: 32px;

                img:first-child {
                    width: 33%;
                }

                img:nth-child(2) {
                    width: calc(67% - 32px)
                }
            }

            .o_nas_video {
                width: 100%;
                aspect-ratio: 16 / 9;
                height: auto;
            }

            .inkluz_title {
                margin-bottom: 38px !important;
            }

            .inkluz_text {
                padding: 0px 24px;
            }

            .inkluz_button {
                text-decoration: none !important;
                overflow: hidden !important;
                position: relative !important;
                margin-top: 38px !important;
            }

            .o_nas_link_list ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                gap: 40px;
                list-style: none;
                padding: 0px;
                margin: 0px;

                li {
                    a {
                        padding-bottom: 10px;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        flex-direction: column;
                        font-size: 17px;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: -0.17px;
                        color: #000;
                        text-decoration: none !important;
                        gap: 8px;

                        &:after {
                            content: '';
                            display: block;
                            height: 1px;
                            background-color: #000;
                            width: 100%;
                        }
                    }
                }
            }

            @media all and (max-width: 767px) {
                .row {
                    gap: 32px;
                }

                .mobile-reverse {
                    flex-direction: column-reverse;
                }

                .container-spacing {
                    flex-direction: column;
                    gap: 32px;

                    img {
                        width: 100% !important;
                    }
                }
            }
        }
    }
}

img.news {
    margin-right: 24px;
    margin-bottom: 24px;
}

#prestablogfont ol,
#prestablogfont ul {
    width: 100%;
    float: left;
}

#prestablogfont ol li {
    color: #000;
}

.titre_product_blog a {
    color: #000;
}

time.date::before,
.info_blog::before {
    display: none;
}

#prestablogfront .info_blog {
    margin-bottom: 48px;
}

.prestablogtitle,
#prestablogfront,
.prestablogExtra {
    border: unset;
}

div.prestablog_pagination {
    text-align: center;
    margin: 32px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    span,
    a {
        display: flex;
        height: 100%;
        aspect-ratio: 1 / 1;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        min-width: 32px;
        min-height: 32px;
        border: 1px solid #efefef;

        &.current {
            background-color: #000;
            color: #fff;
            border: 1px solid #000
        }
    }
}

#module-prestablog-blog {
    #blog_list_1-7.blog_list_1-7-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        margin-bottom: 64px;
        height: auto !important;

        @media all and (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media all and (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }

        .blog-grid {
            position: static !important;
            width: 100% !important;
        }
    }

    #prestablogfront {

        ul,
        ol {
            li {
                color: #000;
            }
        }

        table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #efefef;
            margin: 24px 0px;

            p {
                margin: 0;
            }

            td,
            th {
                border: 1px solid #efefef;
                padding: 8px 12px;
            }

        }
    }
}



.video-js .vjs-tech {
    background-color: #fff !important;
}

/* Menu modification for 768px START */

@media all and (max-width: 1230px) and (min-width: 768px) {

    #header .prmn_menus_ul {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    #header .prmn_menus_li>a {
        padding: 0px !important;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    #header {
        .ets_prmn_megamenu_content {
            .ybc-menu-toggle {
                display: none !important;
            }
        }

        .header-top__content {
            .header-top__row {
                flex-wrap: wrap !important;

                .header-menu {
                    flex: 0 0 100% !important;
                    max-width: 100% !important;
                    width: 100% !important;
                    order: 4 !important;
                }

                .header-logo,
                .header-search,
                .header-icons {
                    flex: 0 0 33.33333% !important;
                    max-width: 33.33333% !important;
                }
            }
        }
    }

    #header .prmn_menus_li>a {
        span {
            font-size: 13px !important;
        }
    }
}

@media all and (max-width: 767px) {}


/* Menu modification for 768px END */

body.logos-on-the-right#checkout .delivery-option-detail .name-and-delay .delivery-option-price {
    display: none !important;
}



/* Footer Trust Section */
footer#footer {
    padding-top: 0px;
}

.footer-trust-section {
    background: #fff;
    padding: 60px 0 0;
    font-family: "Jost", sans-serif;
    color: #000;
    margin-bottom: 52px;
}

.trust-block {
    margin-bottom: 30px;

    &:nth-child(1) {
        border-bottom: 1px solid #d0d9e1;
        padding-bottom: 30px;
    }
}

.trust-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.trust-header-icon svg {
    color: #000;
}

.trust-header-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.trust-header-content p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.trust-logos-grid {
    display: grid;
    gap: 0px;
    margin-bottom: 30px;
}

.payments-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.delivery-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.trust-logo-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #d0d9e1;
    padding: 0px 15px;

}

.logo-placeholder {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #999;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 12px;

    img {
        height: 50%;
        width: auto;
        object-fit: contain;
    }
}

.logo-placeholder.square {
    height: 80px;
    width: 80px;
    font-size: 24px;

    img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    svg {
        color: #000;
        fill: #000;

        path {
            fill: #000;
        }
    }
}

.logo-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.2;
}

.logo-sublabel {
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}

.trust-info-bar {
    background: #f6f8fa;
    padding: 15px 25px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    transition: all 0.3s ease;
}


.trust-info-bar .info-icon {
    background: #B4D6E3;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-style: italic;
    flex-shrink: 0;
}

.trust-info-bar p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.trust-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-features-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: #000;
    background: #B4D6E3;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    margin: 0;
    padding: 0;

    svg {
        width: 20px;
    }
}

.feature-text strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.feature-text span {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    display: block;
}

.trust-free-delivery-bar {
    background: #f6f8fa;
    padding: 15px 25px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.trust-free-delivery-bar p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.trust-free-delivery-bar p a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.trust-benefits-bar {
    background: #111;
    color: #fff;
    padding: 30px 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.benefit-icon {
    color: #B4D6E3;
    flex-shrink: 0;

    img,
    svg {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
}

.benefit-text strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.benefit-text span {
    font-size: 12px;
    color: #aaa;
}

@media (max-width: 991px) {
    .trust-delivery .col-lg-3 {
        margin-bottom: 40px;
    }

    .benefit-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer-trust-section {
        padding: 40px 0 0;
    }

    .trust-header h3 {
        font-size: 20px;
    }

    .trust-header p {
        font-size: 14px;
    }

    .payments-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .delivery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Refinements for Trust Section */
.trust-logo-item:hover .logo-placeholder {
    transform: translateY(-5px);
}

.logo-placeholder {
    transition: all 0.3s ease;
}

.benefit-item {
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(5px);
}

.trust-free-delivery-bar {
    transition: all 0.3s ease;
}

.trust-free-delivery-bar:hover {
    transform: scale(1.01);
}

.block-category:has(img) h1 {
    position: absolute;
    left: -200vw
}

/* Ukrycie elementow na konfiguratorze pierscionkow */

.product-id-887 {
    .product-container {


        .stemmach-hide {
            display: none;
        }

        .displayFooterProduct {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            margin-bottom: 180px;
        }

        #ws-ring-configurator {
            order: 1;
            width: 100%;
        }

        .si-product-info-blocks {
            order: 2;
        }



        .featured-products {
            order: 3;
        }
    }
}

/* cross-sell module START */

#cart,
#product {
    .product-accessories.pm-csoc {
        .products-list__block.products-list__block--grid {
            max-width: 100%;
        }
    }

    .pm-csoc.page-product-box.product-accessories {
        border: 0px solid #fff;
        padding: 0px;
        background: transparent;
        margin-top: 80px;

        .h5.text-uppercase {
            text-transform: none !important;
            font-size: 28px !important;
            font-weight: 500 !important;
            line-height: normal !important;
            letter-spacing: -0.28px !important;
            animation-delay: 1s !important;
            width: 100% !important;
            text-align: center !important;
            margin-bottom: 30px !important;
        }
    }
}

#product {
    .featured-products {
        display: noqne;
    }

    .modal-footer {
        .product-accessories.pm-csoc {
            padding: 20px 0px 0px 0px;
            margin: 0px;
            width: 100%;
        }
    }
}


/* cross-sell module END */