﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #2D2C42;
    overflow: hidden;
    background-color: #F0F0F0;
    position: relative;
    line-height: 1.2;
}

.MyLPs .clrWhite {
    color: white !important;
}

.MyLPs .f38 {
    font-size: 38px;
}

.MyLPs .f26 {
    font-size: 26px;
}

.MyLPs .f24 {
    font-size: 24px;
}

.MyLPs .f22 {
    font-size: 22px;
}

.MyLPs .f16 {
    font-size: 16px;
}

.MyLPs .w700 {
    font-weight: 700;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .w900 {
    font-weight: 900;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.margin_0_auto {
    margin: 0 auto;
}

.margin_auto {
    margin: auto;
}

.MyLPs .header {
    display: grid;
    background-color: #E4DDD8;
}

/* Layer the header image and the existing .flexRow wrapper in the same grid cell
   so the image defines the height and the content can be centered without
   using position:absolute. */
.MyLPs .header>picture,
.MyLPs .header>img.header_image {
    grid-area: 1 / 1;
    display: block;
    width: 100%;
    height: auto;
    justify-self: stretch;
}

/* ensure the img inside a picture fills its container */
.MyLPs .header img.header_image {
    width: 100%;
    height: auto;
    display: block;
}

.MyLPs .header>.flexRow {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    /* vertical centering inside the image height */
    justify-content: center;
}

/* keep header_content layout as-is but ensure it appears above the image */
.MyLPs .header .header_content {
    z-index: 1;
    padding: 40px 0;
}

.MyLPs .header .header_text {
    margin: 40px 0;
}

.MyLPs .section1 {
    background-image: url('images/Smartphones_background.png');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 40px;
}

.MyLPs .section2 {
    background-image: url('images/Werables_background.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.MyLPs .section2 .section2_1,
.MyLPs .section2 .section2_2 {
    background-color: rgb(39, 145, 132, 0.75);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
}

.MyLPs .section2 .section2_title {
    margin-bottom: 20px;
}

.MyLPs .section2 .buds {
    display: none;
}

.MyLPs .section3 .section_title {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    text-align: start;
}

.MyLPs .section4 {
    background-image: url('images/Tablet_background.png');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 40px;
}

.MyLPs .section5 {
    background-image: url('images/Tvs_background.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.MyLPs .section5 .display_none_till_576 {
    display: none;
}

.MyLPs .section5 .section5_1,
.MyLPs .section5 .section5_2 {
    background-color: rgb(4, 68, 88, 0.70);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
}

.MyLPs .section6 {
    background-image: url('images/home_background.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 30px;
    padding-bottom: 40px;
}

.MyLPs .section6 .section6_2 {
    margin-top: 40px;
    width: 100%;
}

.MyLPs .section6 .section_title {
    margin-bottom: 60px;
}

.MyLPs .section_carousel_wrapper {
    position: relative;
}

.MyLPs .section6 .section_home {
    display: flex;
    align-items: center;
    justify-content: center;
}

.MyLPs .flexCol_md_6:nth-child(2) .section_home {
    justify-content: flex-end;
}

.MyLPs .section6 .section6_title1 {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    text-align: center;
}

.MyLPs .section6 .section6_title2 {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    text-align: center;
}

.MyLPs .section_Network {
    display: flex;
    justify-content: flex-end;
}

.MyLPs .section6_1 {
    background-image: url('images/Vacuums_background.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 20px;
}

.MyLPs .section7 {
    background-image: url('images/Scooter_background.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 40px;
}

.MyLPs .section7 .trompa_title {
    margin-bottom: 24px;
}

.MyLPs .section8 {
    background-image: url('images/Poco_background.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 40px;
}

.MyLPs .section_title {
    padding-top: 30px;
}

.MyLPs .section_title .btnCommon {
    background-color: #4960F2;
    color: #fff;
}

.MyLPs .section_title .btnCommon:hover {
    opacity: 0.9;
}

.MyLPs .section_title .subtitle {
    margin: 12px 0;
}

.MyLPs .section_container {
    justify-content: space-between;
}

.MyLPs .section_carousel_wrapper {
    max-width: 1220px;
    padding-inline: 30px;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
}

.MyLPs .item {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
}

.MyLPs .item .content {
    padding: 15px 25px 25px 25px;
    position: relative;
}

/* Make carousel items equal height with flex layout */
.MyLPs .section_carousel .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 380px;
}

.MyLPs .section_carousel .item .content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

/* Image and title take variable space */
.MyLPs .section_carousel .item .img-wrapper {
    flex: 0 0 auto;
}

.MyLPs .section_carousel .item .title {
    flex: 0 0 auto;
}

/* Push price and button to bottom */
.MyLPs .section_carousel .item .price {
    margin-top: auto;
}

.MyLPs .section_carousel .item .content:hover .btnCommon {
    opacity: 0.8;
}

.MyLPs .item .content:hover img {
    transform: scale(0.96);
}

.MyLPs .item .title {
    font-size: 18px;
    font-weight: 700;
    color: #2d2c42;
    height: 47px;
    overflow: hidden;
}

.MyLPs .item .img-wrapper {
    margin: auto;
    max-width: 170px;
    width: 100%;
    aspect-ratio: 1/1;
    margin-block: 5px;
}

.MyLPs .item .img-wrapper img {
    width: 100%;
    max-width: 100%;
    transition: all linear 0.1s;
}

.MyLPs .item .price {
    font-size: 40px;
    font-weight: 800;
}

.MyLPs .item .btnCommon {
    transition: all linear 0.1s;
    font-size: 16px;
    font-weight: 700 !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.MyLPs .owl-item {
    transition: all linear 0.1s;
}

.MyLPs .owl-item:not(.owl-item.active.center) {
    transform: scale(0.95);
}

.MyLPs .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.MyLPs .owl-nav button {
    background-color: #2d2c42 !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
    position: relative;
}

.MyLPs .owl-nav button span {
    display: none;
}

.MyLPs .owl-nav button.owl-prev {
    left: -26px;
}

.MyLPs .owl-nav button.owl-next {
    right: -26px;
}

.MyLPs .owl-nav button::after {
    content: '';
    height: 30px !important;
    width: 30px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('https://support3.you.gr/you/redesign/landing_pages/2025_Xmas/left-arrow.svg');
    background-repeat: no-repeat;
    background-position: -2px center;
    background-size: 18px;
    /*filter: invert(1);*/
}

.MyLPs .owl-nav button.owl-prev:after {
    background-image: url('https://support3.you.gr/you/redesign/landing_pages/2025_Xmas/left-arrow.svg');
    background-size: 18px;
}

.MyLPs .owl-nav button.owl-next:after {
    transform: translate(-50%, -50%) scale(-1);
}

.MyLPs .owl-stage-outer {
    z-index: 3;
}

.MyLPs .section2 .arrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.MyLPs .section2 .arrow img {
    margin-left: 8px;
    vertical-align: middle;
}

@media (max-width: 1560px) {
    .MyLPs .f38 {
        font-size: 32px;
    }

    .MyLPs .f26 {
        font-size: 22px;
    }

    .MyLPs .f22 {
        font-size: 20px;
    }

    .MyLPs .header .header_logo {
        width: 50px;
        height: auto;
    }

    .MyLPs .header .header_sign {
        width: 150px;
        height: auto;
    }

    .MyLPs .header .header_text {
        margin: 24px 0;
    }

    .MyLPs .section_carousel .item .price {
        font-size: 36px;
    }
}

@media (max-width: 1440px) {
    .MyLPs .section1 {
        background-image: none;
        background-color: #E1E1DD;
        margin-top: 40px;
    }

    .MyLPs .section4 {
        background-image: none;
        background-color: #C0CCD6;
        margin-top: 40px;
    }

    .MyLPs .section7 {
        background-image: url(images/Scooter_background_t.jpg);
        background-color: #030303;
    }

    .MyLPs .section8 {
        background-image: none;
        background-color: #140F10;
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .MyLPs .f38 {
        font-size: 26px;
    }

    .MyLPs .f26 {
        font-size: 18px;
    }

    .MyLPs .f22 {
        font-size: 16px;
    }

    .MyLPs .header .header_logo {
        width: 40px;
    }

    .MyLPs .header .header_sign {
        width: 120px;
    }

    .MyLPs .header .header_text {
        margin: 16px 0;
    }

    .MyLPs .section_carousel .item .price {
        font-size: 32px;
    }

    .MyLPs .section2 .arrow img {
        width: 25px;
    }
}

@media (max-width: 991px) {
    .MyLPs .f38 {
        font-size: 24px;
    }

    .MyLPs .header {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .MyLPs .header>.flexRow {
        display: block;
        width: 100%;
    }

    .MyLPs .header .header_content {
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .MyLPs .header .header_text {
        margin: 20px 0;
    }

    .MyLPs .section_carousel .item .price {
        font-size: 28px;
    }

    .MyLPs .section6 .section6_1 {
        background-image: none;
        background-color: #000;
    }
}

@media (max-width: 768px) {
    .MyLPs .section_carousel_wrapper {
        padding-inline: 0;
    }

    .MyLPs .section_title {
        margin: auto auto 30px auto;
        text-align: center;
        padding-top: 0;
    }

    .MyLPs .section_container {
        justify-content: center;
    }

    .MyLPs .section1 {
        background-image: none;
    }

    .MyLPs .section2 {
        background-image: url(images/Werables_background_m.jpg);
        background-position: top right;
        background-color: #69ADA8;
    }

    .MyLPs .section2 .section2_1,
    .MyLPs .section2 .section2_2 {
        background-color: #59A99F;
        box-shadow: 0 7px 6.9px 0 rgba(0, 0, 0, 0.13);
        border-radius: 0;
        padding: 40px 0;
    }

    .MyLPs .section2 .section2_1 {
        margin-top: 0px;
    }

    .MyLPs .section2 .container,
    .MyLPs .section2 .flexCol_md_6 {
        padding: 0;
    }

    .MyLPs .section2 .buds {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .MyLPs .section3 {
        padding-top: 30px;
    }

    .MyLPs .section4 {
        background-image: none;
    }

    .MyLPs .section6 {
        background-image: none;
    }

    .MyLPs .section6 .section6_title1,
    .MyLPs .section6 .section6_title2 {
        left: 20px;
    }

    .MyLPs .section6 .section6_2 .section_Network {
        margin-top: 30px;
    }

    .MyLPs .section7 {
        background-image: url(images/Scooter_background_m.png);
        background-color: #030303;
    }

    .MyLPs .display_none_768 {
        display: none;
    }

    .MyLPs .section8 {
        background-image: unset;
        background-position: top right;
    }

}

@media (max-width: 576px) {
    .MyLPs .container {
        padding-inline: 0;
    }

    .MyLPs .section_carousel_wrapper {
        max-width: 1220px;
        padding-inline: 0;
        width: 100%;
        margin: 0 auto;
    }

    .MyLPs .section_carousel .item .title {
        font-size: 16px;
        height: 40px;
    }

    .MyLPs .section_carousel .item .price {
        font-size: 22px;
    }

    .MyLPs .section_carousel .item .btnCommon {
        font-size: 14px;
        padding: 11px 10px;
    }

    /* Allow owl carousel stage to show partial neighboring items when using stagePadding */
    .MyLPs .owl-stage-outer {
        overflow: visible;
    }

    .MyLPs .section2 .buds {
        right: -20px;
        top: 20px;
        width: 120px;
    }

    .MyLPs .section5 .section5_1,
    .MyLPs .section5 .section5_2 {
        display: none;
    }

    .MyLPs .section5 {
        background-image: none;
        background-color: #010204;
    }

    .MyLPs .section5 .section_title {
        margin-bottom: 0;
    }

    .MyLPs .section5 .display_none_till_576 {
        display: block;
    }

    .MyLPs .section5 .display_none_till_576 .btnCommon {
        background-color: #fff;
        color: #2D2C42;
        min-width: 340px;
    }

    .MyLPs .section6 .section6_1 {
        border-radius: 0;
    }
}

@media (max-width: 440px) {
    .MyLPs .f38 {
        font-size: 22px;
    }

    .MyLPs .f26 {
        font-size: 16px;
    }

    .MyLPs .section3 .section_title {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .MyLPs .section3 .section3_picture .margin_auto {
        margin: 0;
    }

    .MyLPs .section3 .section_Sound {
        padding: 0;
    }
}