@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-Light.woff2') format('woff2'),
    url('../font/SofiaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html{
    font-family: "Poppins", sans-serif;
}
.top-bar{
    background: var(--clr-dark);
}

.mb-2{
    margin-bottom:2em;
}

.page-header__banner-content{
    font-family: 'Sofia Pro', serif;
}
/* Menu */
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 400!important;
    font-size: var(--12px)!important;
    font-family: 'Sofia Pro', serif!important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
   color: #a1a1a1;
}
.lang-chooser{
    font-weight:300;
}

.logo-wrap{
    padding: 1em 0;
}
br.mobile{
    display: none!important;
}
.page-header__banner img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: top;
}


.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 10px;
    cursor: pointer;
}
.custom-prev svg, .custom-next svg {
    width: 60px;
}
.custom-prev {
    left: 4em;
}
.custom-next {
    right: 4em;
}

/* bestseller */

.bestSeller{
    padding-top:2em;
}
.sections .products-list{
    margin-top: 5em;
}

.sections .slick-arrow{
}

#reviews .reviews-section{
    width: 100%;
    max-width: 100%;

}

.reviews-section .wrapper-left > div{
    justify-content: start!important;
}
.reviews-section .wrapper-right .slick-arrow{
    display: none!important;
}

.reviews-section .client-review{
    border-radius: 0!important;
}

#stats{
    padding: 5em 0;
}
#stats .stats{
    display: flex;
    justify-content: space-between;
    padding: 0 10% 0 5%;
}

#stats .stats .stat{
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}
#stats .stats .stat b{
    font-size: 6em;
    font-weight: 500;
}


#steps{
}

#steps .vide{
    width: 60%;
}


#instantSend{
    background: var(--clr-dark);;
    color: white;
    text-align:center;
    padding:5em 0;
    font-family: "Poppins", sans-serif;
    font-size: var(--19px);


}

#instantSend svg{
    width: 150px;
}
#instantSend h3{
    color: white;
    font-size: var(--36px);
    font-weight: 400;

}

.container-full{
    max-width:100%!important;
}

.container-slider{
    overflow-x: hidden;
}
.products-list__wrapper .tp-image-wrapper img{
    border-radius: 10px;
}
.products-list__content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.products-list__head {
    flex: 0 0 auto;
    max-width: 200px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;

}

.products-list__slider {
    flex: 1 1 auto;
    width: 100%;
}

.products-list__head b {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.products-list__head p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-transform: uppercase;
}


/*

*/

#colorSlider {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 10px;
}
#colorSlider .color-slider__text {
    min-width: 240px;
    font-size: 16px;
    color: #0e1d2c;
    line-height: 1.5;
}

#colorSlider .swiper {
    padding: 20px 0;
}

#colorSlider .swiper-wrapper {
    align-items: center;
}

#colorSlider .swiper-slide {
    width: 120px !important;
    display: flex;
    justify-content: center;
}
#ekw100 .client-review{
    margin-left: 0;
}
#ekw100 .review-date{
    font-size: var(--10px);
}

#ekw100 .review-text,#ekw100 .review-name{
    font-size: var(--14px)!important;
    font-weight: 400!important;
}


#colorSlider .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    flex-shrink: 0;
}


.sections-list__head{
    flex: 0 0 auto;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 10% 0 15%;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.sections-list__head b{
    font-weight: 700;
}
.sections{
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 10px;
}

/*

 */

#steps {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}

.video {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.video-thumbnail {
    width: 60%;
    aspect-ratio: 16 / 9;
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    margin-left: 0;
    flex-shrink: 0;
    position:relative;
    border-radius: 0 15px 15px 0;
}

.video-text {
    flex: 1;
    justify-items: center;
}

.t-center{
    text-align:center;
}

.video-loaded iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .video {
        flex-direction: column;
        align-items: stretch;
    }

    .video-thumbnail {
        width: 100%;
    }

    .video-text {
        max-width: 100%;
    }
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 32px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-loaded iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}


.steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

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

.step img {
    height: auto;
    margin-bottom: 12px;
}

.step-image{

    width: 200px;
    height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;

}
.step-number {
    font-size: 20px;
    margin-bottom: 8px;
    width: 32px;
    height: 32px;
    border: 1px solid #1d2b3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-title {
    font-weight: bold;
    font-size: var(--14px);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.step-desc {
    font-size: var(--14px);
    color: var(--clr-dark-text);
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
}

.collection-label{
    font-weight: 100;
    font-size: var(--11px);
}

.cta-button {
    margin-top: 40px;
    background-color: #1d2b3a;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}
.cta-button-radius-6{
    border-radius: 6px;
}

.cta-button:hover {
    background-color: #2f4052;
}

.d-flex{
    display:flex;
}
.d-flex-center{
    justify-content: center;
}

@media (max-width: 1024px) {
    .video-thumbnail {
        width: 100%;
    }

    .video {
        flex-direction: column;
        align-items: stretch;
    }

    .video h2 {
        max-width: 100%;
    }

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

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

/* END STEPS */


/****/


#categorySlider {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 10px;
}
#categorySlider .color-slider__text {
    min-width: 240px;
    font-size: 16px;
    color: #0e1d2c;
    line-height: 1.5;
}

#categorySlider .swiper {
    padding: 20px 0;
}

#categorySlider .swiper-wrapper {
    align-items: center;
}

#categorySlider .swiper-slide {
    width: 27% !important;
    display: flex;
    justify-content: center;
    margin-right:20px;
}

.categories-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

.category-box {
    width: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
}

.category-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.category-label {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #1a2a38;
    font-weight: bold;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
}



.category-slide-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
}

.category-slide-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.category-slide-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #1a2a38;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: normal;
    max-width: 90%;
    text-transform:uppercase;
}




/*** genialne zespoły ***/
.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    gap: 2rem;
}

.left,
.right {
    flex: 1 1 45%;
    min-width: 300px;
}

.left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.text-block h3 {
    font-weight: bold;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.text-block p {
    font-size: 0.85rem;
    line-height: 1.4;
}

.home .separator {
    width: 40px;
    height: 2px;
    background-color: var(--clr-dark);;
    margin: 0.5rem 0;
}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    /*width: 100%;*/
    max-width: 250px;
}

.cta-button {
    display: block;
    text-align: center;
    margin: 2rem auto 0;
    padding: 1rem 2rem;
    background-color: var(--clr-dark);;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
}

.dots {
    display: none;
    justify-content: center;
    margin-top: 1rem;
}

.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--clr-dark);;
    margin: 0 5px;
    opacity: 0.3;
}

.dots span.active {
    opacity: 1;
}

@media (max-width: 1200px) {
    .slider-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .left,
    .right {
        flex: 0 0 100%;
        scroll-snap-align: center;
        min-width: 100%;
    }

    .dots {
        display: flex;
    }
    /* MAX */

    .home section
    {
        display: flex!important;
        flex-direction: column!important;
    }

    #colorSlider .swiper-slide {
        width: 80px !important;
    }

    #colorSlider .circle {
        width: 80px;
        height: 80px;
    }


.stats{
    flex-direction: column;
}

#instantSend{
    align-items: center;
    font-size: var(--12px);
}
    #heroesSlider .hero-left-svg{
        height: 40%!important;
    }
    #instantSend h3 {
        font-size: var(--18px);
        margin-top: 1em;
    }

    .page-header__banner-content{
        display: flex;
        flex-direction: column;
        align-self: flex-end;
        padding: 10% 0!important;
    }
    .container-slider{
        padding-left: 5%;
    }

    #topSeller{
        margin-top: 15%;
    }

    .slick-dots{
        display:none!important;
    }

    #ekw46v2 .widget-right {
        float: left;
        width: 100%!important;
        padding-top: 4px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: anchor-center;
    }
    #reviews,#stats{
        background: #f2f2f2;
    }
    .steps-container{
        max-width: 100%;
        overflow-x: scroll;
        display: flex;
    }
    .video h2{
       font-size: var(--16px)!important;
    }
    .video h2 br:last-of-type{
        display:none;
    }
    br.mobile{
        display:block!important;
    }
    #heroesSlider .hero-image-box img {
        max-width: 40vw!important;
    }

    .personalize-it .slide{
        display:flex!important;
        border-radius: 0!important;
        flex-direction: row!important;
        padding:0!important;
        border: none!important;
    }

    .left{ gap:0;}
}

/***Personalize it **/

.personalize-it {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* --- MOBILE --- */

.steps-container::-webkit-scrollbar,
.personalize-it .mobile-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
.personalize-it .mobile-carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.steps-container{
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.personalize-it .slide {
    flex: 0 0 100%;
    scroll-snap-align: start;

    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.personalize-it .svg-half {
    width: 100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 15px;
}
.personalize-it .svg-half.left img {
    margin-left:50%;
}


.personalize-it .svg-half.right img {
    margin-left:-50%;
}

.personalize-it .svg-half img {
    width: 100%;
    height: auto;
    display: block;
}

.personalize-it .svg-half.left img {
    object-fit: contain;
    object-position: left center;
    clip-path: inset(0 50% 0 0);
}

.personalize-it .column.left{
    text-align:right;
}
.personalize-it .svg-half.right img {
    object-fit: contain;
    object-position: right center;
    clip-path: inset(0 0 0 50%);
}

.personalize-it .slide h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--clr-dark);
    margin: 10px 0 5px;
}

.personalize-it .slide p {
    font-size: 14px;
    margin: 0;
}

/* --- DESKTOP --- */
.personalize-it .desktop-layout {
    display: none;
}

.personalize-it .svg-half svg{
    max-width: fit-content;
}


.item::before {
    content: "";
    display: block;
    width: 73px;
    height: 1px;
    margin: 0 auto 0px auto;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='73' height='1' viewBox='0 0 73 1' fill='none'><path d='M72.5001 0.612793H0.102051' stroke='%2322384B' stroke-width='0.709' stroke-miterlimit='10'/></svg>");
    background-repeat: no-repeat;
}
.item{position: relative;}

.left .item::before{
    position: absolute;
    top: 50%;
    right: -20%;
}

.right .item::before{
    position: absolute;
    top: 50%;
    left: -20%;
}
/*Start mobile */
@media (min-width: 1200px) {
    .personalize-it .mobile-carousel {
        display: none;
    }
    .personalize-it .desktop-layout {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .personalize-it .column {
        width: 30%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-self: self-start;
    }

    .personalize-it .item h3 {
        font-size: var(--14px);
        font-weight: bold;
        color: var(--clr-dark);
        margin-bottom: 5px;
    }

    .personalize-it .item p {
        font-size: var(--14px);
        margin: 0;
    }

    .svg-center {
        display: flex;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .svg-half {
        width: 50%;
        overflow: hidden;
        line-height: 0;
    }

    .svg-half img {
        width: 200%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .svg-half.left img {
        object-position: 0% center;
        clip-path: inset(0 50% 0 0);
    }

    .svg-half.right img {
        object-position: 100% center;
        clip-path: inset(0 0 0 50%);
    }






}

@media (max-width: 1200px) {
    .seo-text p {
        font-size: var(--11px) !important;
    }

    .page-header__banner_first .slogan {
        display: inline-block;
        font-size: var(--21px) !important;
        line-height: 1.5 !important;
        font-weight: 400;
        letter-spacing: 0.05em;

    }

    .page-header__banner_first .page-title {

    }

    .personalize-it {
        padding: 0;
    }

    .personalize-it .svg-half.left img {
        margin: 0;
    }

    .personalize-it .content {
        display: flex;
    }

    .separator {
        width: 100%;
        height: 2px;
        background: var(--clr-dark);
        align-self: anchor-center;
        max-width: 60px;
        margin: 10px;
    }

    .personalize-it .slide.left .content-text {
        text-align: right;
        margin-left: 1em;
    }

    .personalize-it .slide.left {
        margin-left: 1em;

    }

    .personalize-it .content-text {
        flex: 0 0 70%;
    }

    .personalize-it .slider-contents {
        flex: 0 0 60%;
    }

    .page-header__banner .cta-button {
        background-color: white !important;
        color: var(--clr-dark);
        margin: 0 !important;
    }

    .custom-prev svg, .custom-next svg {
        width: 40px;
    }

    .custom-next {
        right: 1em;
    }

    .custom-prev {
        left: 1em;
    }

    .woocommerce ul.products li.product .title {
        flex-direction: column;
    }

    .collection-info {
        flex-direction: column;
    }

    .mega-menu-header-menu-mobile-open #mega-menu-header-menu {
        width: 100% !important;
    }

    .mega-menu-header-menu-mobile-open .mega-menu-item {
        padding: 0 1em !important;
    }

    .mega-menu-header-menu-mobile-open #mega-menu-wrap-header-menu {
        position: absolute !important;
        top: 1em !important;
        right: 1em !important;
        z-index: 9999999999 !important;
    }

    #mega-menu-header-menu {
        /* width: 100%;*/
    }

    .d-sm-none {
        display: none !important;
    }

    .d-md-none {
        display: flex !important;
    }

    .sections .products-list {
        margin-top: 1em;
    }


    .personalize-it .content-text h3 {
        font-size: var(--12px) !important;
    }

    .personalize-it .content-text p {
        font-size: var(--11px) !important;
    }

    .personalize-it .svg-half.left img {
        object-fit: contain;
        object-position: left center;
        clip-path: none !important;
    }

    .personalize-it .right .content {
        flex-direction: row-reverse;
    }

    .personalize-it .slide.right .content-text {
        text-align: left;
        margin-left: 1em;
    }

    .personalize-it img {
        width: 70%;
    }

    .slider-contents-right .content-text {
        text-align: left !important;
    }

    .slider-contents-right .content {
        flex-direction: row-reverse;
        margin-right: 1em;
        text-align: left;
    }

    .slider-contents {
        align-content: center;
    }

    .video-thumbnail {
        .video-text {
            padding-top: 1em;
        }
    }

    br.m {
        display: block;
    }

    .sections-list__head {
        text-align: center;
    }

    .video-thumbnail {
        border-radius: 0 !important;
        margin-bottom: 1em;
    }

    .home .separator {
        width: 30px;
        margin-left: 10px;
    }

    .mega-menu-header-menu-mobile-open li > a {
        text-transform: uppercase;
    }

    .mega-menu-header-menu-mobile-open #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        text-transform: uppercase !important;
        border-bottom: 1px solid #cdcdcd;
        margin: 0 1.5em;
    }

    .page-header__banner-content .self-start {
        margin: 1em auto !important;

    }

    .page-header__banner-content .cta-button {
        text-align: center !important;
    }

    #heroesSlider .hero-left-svg {
        width: 25px !important;
        min-width: 25px !important;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        writing-mode: vertical-rl;
        opacity: 1;
        margin-right: 10px !important;
    }

    .container-slider {
        padding-left: 0 !important;
    }

    .mega-custom-icon.mega-menu-link {
        font-weight: bold;
    }

    .home main {
        padding-top: 1rem;
    }

    #colorSlider .circle {
        width: 60px !important;
        height: 60px !important;
    }

    #colorSlider .swiper-slide {
        width: 60px !important;
        margin-right: 10px !important;
    }

    .container-slider {
        padding-left: 15px !important;
    }

    .products-list {
        margin-bottom: 1em !important;
    }

    .products-list__wrapper .tp-image-wrapper img {
        border-radius: 5px !important;
    }

    #stats {
        padding: 1em 0;
    }

    .sections-list__head {
        font-size: var(--14px);
    }

    .step-image {
        width: 160px;
        height: 120px;
    }

    .d-xs-none {
        display: none !important;
    }

    #categorySlider .swiper-slide {
        width: 40% !important;
        margin-right: 15px !important;
    }

    .category-slide-box img, .category-slide-box {
        border-radius: 0 !important;
    }

    .category-slide-label {
        font-size: var(--11px);
        width: 100%;
    }

    .personalize-mobile-btn {
        flex-direction: column;
        padding: 1em;
        text-align: center;
        align-items: center;
    }

    .personalize-mobile-btn svg {
        max-width: 30px;
        margin-bottom: 1em;
    }

    .video {
        margin-bottom: 30px;
    }

    .page-footer__info {
        text-align: center;
        margin: 0 auto;
    }

    .page-footer__logo {
        margin: 0 auto;
    }

    html .tnp-subscription button.needsclick {
        margin: 0 auto !important;
    }

    footer {
        display: flex;
        flex-direction: column;
    }

    footer .page-footer__info {
        order: -2;
    }

    footer .footer-address {
        order: -1;
        display: block;
    }

    .footer-nav__item .footer-title {
        width: 100%;
        border-bottom: 1px solid white;
    }

    footer .container {
        width: calc(100% - 5rem);
    }

    .page-footer {
        margin-top: 0;
        padding-top: 2em;
    }

    #stats .stats .stat b {
        font-size: 4em;
    }

    #stats .stats {
        margin-bottom: 2em;
    }

    .page-header__banner .container{
    width: 100%;
    padding-bottom:0!important;
    background: linear-gradient(
            to top,
            rgba(36, 56, 72, 1) 0%,
            rgba(45, 64, 79, 0.94) 23%,
            rgba(74, 89, 101, 0.77) 47%,
            rgba(121, 131, 139, 0.49) 71%,
            rgba(187, 189, 190, 0.09) 95%,
            rgba(203, 203, 203, 0) 100%
    );
}
    .page-header__banner_first .slogan{
        width:90%;
        margin:0 auto!important;
        color:white!important;
    }
    .page-header__banner_first .page-title{
        color:white!important;
        width:90%!important;
        margin:0 auto!important;
    }

    .page-header__banner-content b{
        font-weight: lighter!important;
        font-size: 24px!important;
        line-height: 1em!important;
    }
    .page-header__banner_first .page-title{
        font-weight: 400!important;
        font-size: var(--12px)!important;
    }
    .sections-list__head{
        font-size: var(--12px)!important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
        font-family: 'Poppins', serif!important;
        font-size: var(--12px)!important;
        font-weight: bold!important;

    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        font-family: 'Poppins', serif!important;
        font-size: var(--12px)!important;
        font-weight: 400!important;
    }

    .footer-newsletter h2{
        font-family: 'Poppins', serif!important;
        font-size: var(--12px)!important;
        font-weight: 400!important;
        line-height: 15px;
    }


    .tnp-subscription input.needsclick{
        font-family: 'Sofia Pro', serif!important;
        font-size: 9px!important;
        font-weight: 400!important;
        line-height: 15px;
        width: 80vw !important;
    }

    .mega-sub-menu{
        margin-bottom: 1.5em!important;
    }





























    /* END Mobile */
}
br.m{ display:none!important; }
/*end mobile */
.collection-info{
    display: flex;
    justify-content: space-between;
}
#heroesSlider .hero-slide-wrapper {
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 10% 0;
}

#heroesSlider .hero-left-svg {
    width: 50px;
    min-width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    writing-mode: vertical-rl;
    opacity: 1;
    margin-right: 20px;
}

#heroesSlider .hero-image-box {
    position: relative;
}

#heroesSlider .hero-image-box img {
    max-width: 19vw;
    height: auto;
    border-radius: 15px;
}

#heroesSlider .hero-text-overlay {
    position: absolute;
    top: 50%;
    color: white;
    width: 100%;
    text-align: center;
}

#heroesSlider .hero-text-overlay strong {
    display: block;
    font-size: 1.2em;
}


#heroesSlider .hero-text-overlay span {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#heroesSlider .hero-left-svg svg *{
    fill:#f2f2f2;
    color: #f2f2f2;
    stroke:#f2f2f2;
}





.products .product .color-product {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.products .product  .color-product.active {
    box-shadow: none;
}

.bg-g{
    background: #f2f2f2;
}

.footer-title{
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.footer-newsletter h2{
    font-size: var(--19px);
    text-transform: uppercase;
    padding-top: calc(16px + 0.83em);
}
.footer-menu{
    font-size: 16px;
}

.seo-text p{
    font-size: var(--17px);
}
.footer-address__number a{
    font-size: 12px!important;
}
.footer-address__location{
    font-family: 'Sofia Pro', serif!important;

}

.cta-button-small{
    padding: 0.5rem 1rem;
}

.cta-button-white,.cta-button-white:hover{
    background: var(--clr-accent);
    color: var(--clr-dark);
}

.video h2{
    font-weight: 400;
    font-size: var(--36px);
    color: var(--clr-dark);
}

.products .product .color-variants .more{
    font-size: var(--11px);
}


.mega-menu-wrap{
    color: #243848!important;
}
a.mega-custom-icon.mega-menu-link{
    color: #243848!important;
    text-transform:uppercase!important;
}

.mega-sub-menu .mega-menu-item,.mega-sub-menu a{
    text-transform:lowercase!important;
    color: #243848!important;
}
.self-start{
    justify-self: flex-start;
}
.moodsy-preorder-image {
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    left: 10px;
    top: 10px;
    z-index: 5;
}

.tnp-subscription input.needsclick{
    border-radius: 25px!important;
    margin-top:1em!important;
}
.tnp-subscription button.needsclick{
    display: block!important;
    text-align: center!important;
    padding: 0.5rem 1rem!important;
    border: none!important;
    font-weight: bold!important;
    font-size: var(--13px)!important;
    border-radius: 25px!important;
    cursor: pointer!important;
    text-decoration: none!important;
    background: var(--clr-accent)!important;
    color: var(--clr-dark)!important;
    width: auto !important;
    height: auto !important;
    margin: 2rem 0!important;
    letter-spacing: 0!important;

}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: bold;
    font-size: var(--14px);
}
.mega-sub-menu .woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: flex!important;
    align-self: center!important;
}

.mega-sub-menu .color-product{
    width:6px;
    height:6px;
}
.mega-menu-item .tp-image{
    border-radius: 15px;
}
.mega-sub-menu .woocommerce-loop-product__title,
.mega-sub-menu .price
{

}
.page-header__banner-content .cta-button{
    display:block;
    float:left;
    text-align:left;
}
.video-text div{
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.mega-sub-menu .collection-label{
    font-family: 'Poppins'!important;
    font-size: 8px!important;
    text-transform: uppercase!important;
}

#ekw100{
    max-width:100%!important;
}
#ekw100 .wrapper-left{
    width: calc(20% - 10px)!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center!important;
    margin: 0 auto!important;
}

.d-md-none{
    display:none;
}
#ekw100 .wrapper-left #ekw46v2{
    display: block;
}
#ekw100 .wrapper-right{
    width:80%!important;
    padding:0!important;
}

#bestSellerSlider .container{
    max-width:100% !important;
    width:100%!important;
}

.footer-menu a, .footer-address a{
    font-size: var(--14px);
}
/* Mobile */
