﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #fff;
    overflow: hidden;
    background-color: #1A7955;
    position: relative;
    line-height: 1.2;
}

.MyLPs .f65 {
    font-size: 65px;
    line-height: 1;
}

.MyLPs .f46 {
    font-size: 46px;
}

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

.MyLPs .f36 {
    font-size: 36px;
}

.MyLPs .f32 {
    font-size: 32px;
}

.MyLPs .f30 {
    font-size: 30px;
}

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

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

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

.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 {
    background-color: #23A170;
}

.MyLPs .header .header_images {
    display: grid;
    padding: 0;
    align-items: self-end;
}


/* ═══════════════════════════════════════════════════════════
   TIPS BOX (transparent — section 1 standalone)
═══════════════════════════════════════════════════════════ */
.MyLPs .tips_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.MyLPs .tips_header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.MyLPs .idea_icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.MyLPs .tips_list {
    list-style: disc;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.MyLPs .tips_list li {
    line-height: 1.4;
}

.MyLPs .tips_list strong {
    font-weight: 700;
    color: #fff;
}

/* ─── TIPS PANEL (rgba bg — sections 6/7/8) ─── */
.MyLPs .tips_panel {
    background: rgba(255, 255, 255, 0.15);
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ─── TIPS OVERLAY (rgba bg — sections 2/5) ─── */
.MyLPs .tips_overlay {
    background: rgba(35, 161, 112, 0.80);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
}

/* ─── IMAGE WITH OVERLAID TIPS ─── */
.MyLPs .section_img_with_tips {
    position: relative;
}

.MyLPs .section_img_with_tips .tips_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 65%;
    min-width: 280px;
}

.MyLPs .title_yellow {
    color: #FFD368;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 1 — Πλυστικά μηχανήματα
═══════════════════════════════════════════════════════════ */
/* ─── Section divider ─── */
.MyLPs .section_divider {
    border: none;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
    margin: 60px 0;
}

.MyLPs .section1 {
    padding-top: 60px;
}

/* Outer row: equal height columns */
.MyLPs .section1 .section_container {
    align-items: stretch;
}

/* Left group fills height */
.MyLPs .section1_left {
    display: flex;
}

.MyLPs .section1_inner_row {
    flex: 1;
    align-items: stretch;
}

/* Title col: vertically centered */
.MyLPs .section1_title_col {
    display: flex;
    align-items: center;
}

/* Image col */
.MyLPs .section1_img_col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.MyLPs .section1_img_col img {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
}

/* Right col: fills height, stacks tips + accessories */
.MyLPs .section1_right {
    display: flex;
    flex-direction: column;
}

/* Accessories box */
.MyLPs .accessories_box {
    background: #23A170;
    border-radius: 60px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    min-height: 200px;
}

.MyLPs .accessories_box:hover {
    background: #46c795;
}

.MyLPs .accessories_imgs {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.MyLPs .accessories_imgs img {
    object-fit: contain;
    flex: 1;
}

.MyLPs .accessories_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.MyLPs .accessories_title {
    padding-left: 30px;
    flex: 1;
}

.MyLPs .accessories_arrow {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    display: block;
}

.MyLPs .accessories_arrow img {
    width: 100%;
    height: 100%;
}

/* ─── Generic: vertically center title column ─── */
.MyLPs .section_title_vcenter {
    display: flex;
    align-items: center;
}

/* ─── Equal-height columns for all text+image sections ─── */
.MyLPs .section2 .section_container,
.MyLPs .section4 .section_container,
.MyLPs .section6 .section_container,
.MyLPs .section7 .section_container,
.MyLPs .section8 .section_container {
    align-items: stretch;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 2 — Χλοοκοπτικά & Χορτοκοπτικά
═══════════════════════════════════════════════════════════ */

.MyLPs .section2 .section_img_col {
    position: relative;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 3 — Αλυσοπρίονα & Κονταροπρίονα
═══════════════════════════════════════════════════════════ */

.MyLPs .product_card {
    padding: 0 10px;
}

.MyLPs .card_img_wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.MyLPs .card_img_wrap.card_rounded {
    border-radius: 60px;
}

.MyLPs .card_img_wrap img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
}

.MyLPs .card_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    background: rgba(35, 161, 112, 0.80);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 4 — Φυσητήρες & Απορροφητήρες
═══════════════════════════════════════════════════════════ */

.MyLPs .blowers_img_wrap {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MyLPs .blowers_img1 {
    position: relative;
    z-index: 2;
    width: 55%;
    height: auto;
    object-fit: contain;
    margin-right: -60px;
}

.MyLPs .blowers_img2 {
    position: relative;
    z-index: 3;
    width: 55%;
    height: auto;
    object-fit: contain;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 5 — Ψαλίδια μπορντούρας
═══════════════════════════════════════════════════════════ */

.MyLPs .section5 .container .section5_inner {
    background-image: url('images/section5_img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 60px;
    justify-content: space-between;
}

.MyLPs .section5_inner {
    min-height: 420px;
    align-items: stretch;
}

.MyLPs .section5_text {
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MyLPs .fun_fact_col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.MyLPs .fun_fact_box {
    background: rgba(35, 161, 112, 0.80);
    border-radius: 60px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 360px;
}

.MyLPs .fun_fact_icon img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 6 — Μηχανές γκαζόν
═══════════════════════════════════════════════════════════ */

.MyLPs .section6_imgs {
    padding: 0 10px;
}

.MyLPs .section6_thumb {
    border-radius: 100px 100px 100px 0;
    overflow: hidden;
    margin-top: 12px;
}

.MyLPs .section6_thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.MyLPs .section6_gloves {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.MyLPs .section6_gloves img {
    width: 140px;
    height: auto;
    object-fit: contain;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 7 — Σκαπτικά & Φρέζες
═══════════════════════════════════════════════════════════ */

.MyLPs .section7_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    gap: 20px;
}

.MyLPs .section7_plant {
    width: 140px;
    height: auto;
    object-fit: contain;
}

.MyLPs .section7_thumb {
    border-radius: 100px 100px 100px 0;
    overflow: hidden;
    width: 100%;
}

.MyLPs .section7_thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.MyLPs .section7_main_img {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

.MyLPs .section7_main_img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 8 — Πότισμα
═══════════════════════════════════════════════════════════ */

.MyLPs .section8_right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    padding: 0 0 0 20px;
}

.MyLPs .section8_tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.MyLPs .tab_btn {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(26, 121, 84, 0.10));
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 22px;
    cursor: pointer;
    transition: background .15s, color .15s;
    font-family: inherit;
}

.MyLPs .tab_btn:hover,
.MyLPs .tab_btn.active {
    background: rgba(255, 255, 255, 0.25);
}

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

/* ═══════════════════════════════════════════════════════════
   SECTION 9 — Οι σωστές λεπτομέρειες
═══════════════════════════════════════════════════════════ */

.MyLPs .section9_title {
    line-height: 1.2;
}

/* Detail card */
.MyLPs .detail_card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 8px 24px;
    position: relative;
}

.MyLPs .detail_card_wrap:hover,
.MyLPs .brands_carousel .owl-item:hover {
    transform: translateY(-8px);
    /* αντί για bottom */
}

.MyLPs .detail_card_wrap,
.MyLPs .brands_carousel .owl-item {
    transition: transform 0.3s ease;
    /* πιο smooth */
}

.MyLPs .detail_card_wrap {
    padding: 0 8px;
    margin-bottom: 0;
}

.MyLPs .offset_top {
    padding-top: 80px;
}

.MyLPs .detail_card_img {
    width: 100%;
    height: 318px;
    object-fit: cover;
    display: block;
}

/* Image corner radius helpers */
.MyLPs .rnd_tl {
    border-top-left-radius: 135px;
}

.MyLPs .rnd_tr {
    border-top-right-radius: 135px;
}

.MyLPs .rnd_tl_tr {
    border-top-left-radius: 135px;
    border-top-right-radius: 135px;
}

.MyLPs .detail_card_body {
    padding: 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #23A170;
}

/* Special "Συμπλήρωσε" card */
.MyLPs .detail_card_special {
    padding: 30px 24px;
    border-radius: 160px 160px 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-height: 407px;
    justify-content: center;
}

.MyLPs .bg_midgreen {
    background-color: #5C9982;
}

.MyLPs .pruning_icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

/* Desktop grid vs mobile carousel toggle */
.MyLPs .section9_mobile {
    display: none;
}

.MyLPs .section9_desktop {
    display: block;
}

/* Details grid alignment on desktop */
.MyLPs .details_grid {
    align-items: flex-start;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 10 — Brands
═══════════════════════════════════════════════════════════ */

.MyLPs .brands_title {
    line-height: 1.2;
    padding: 0 20px;
}

.MyLPs .brands_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    padding: 0 0 20px;
}

.MyLPs .brand_bubble {
    justify-content: center;
    display: flex;
}

.MyLPs .brand_bubble img {
    width: 214px;
    height: 214px;
    object-fit: contain;
    display: block;
}

.MyLPs .brand_arrow {
    width: 43px;
    height: 43px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}

.MyLPs .brand_arrow img {
    width: 12px;
    height: 12px;
}

.MyLPs .brand_arrow_left {
    border: 2px solid #8F9199;
    background: transparent;
    opacity: 0.5;
}

.MyLPs .brand_arrow_right {
    background: #FFC439;
    border: 2px solid #FFC439;
}

/* ═══════════════════════════════════════════════════════════
   OWL CAROUSEL OVERRIDES
═══════════════════════════════════════════════════════════ */
.MyLPs .owl-nav button.owl-prev,
.MyLPs .owl-nav button.owl-next {
    color: #fff !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    transition: background .15s;
}

.MyLPs .btnCommon {
    width: fit-content;
}

.MyLPs a.btnCommon,
.MyLPs .btnCommon {
    font-size: 16px;
    font-weight: 700 !important;
    border-radius: 6px;
    padding: 16px 40px 17px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.MyLPs .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -18px;
}

.MyLPs .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -18px;
}

.MyLPs .owl-nav .owl-prev,
.MyLPs .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -50px;
}

.MyLPs .owl-nav .owl-next,
.MyLPs .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -50px;
}


.MyLPs .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    text-decoration: none;
}

.MyLPs .brands_carousel {
    margin-bottom: 40px;
}

/* ═══════════════════════════════════════════════════════════
   BACKGROUND SHAPES
   Shape1 (Shape2.png) — header through section5
   Shape2 (Shape1.png) — section6 through section10
   Both use position:absolute inside .MyLPs (already position:relative)
   z-index:0 so all content stays on top
═══════════════════════════════════════════════════════════ */

.MyLPs .bg_shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

/* Shape 1: anchored top-left, covers header → section 5 */
.MyLPs .bg_shape_1 {
    top: 8%;
    left: 0;
    width: 100%;
    /* tall enough to reach bottom of section 5 — uses % so it scales */
    height: 100%;
    background-image: url('images/Shape1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    mix-blend-mode: multiply;
}

/* Shape 2: anchored bottom-right, covers section 6 → section 10 */
.MyLPs .bg_shape_2 {
    bottom: 14%;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/Shape2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

/* Ensure all direct children of MyLPs sit above the shapes */
.MyLPs>*:not(.bg_shape) {
    position: relative;
    z-index: 1;
}

.MyLPs .section_bosch img {
    border-radius: 60px;
}

.MyLPs .section_bosch .posRelative:hover img {
    box-shadow: 10px 5px 5px rgb(20, 78, 39);
}

@media (max-width: 1800px) {
    .MyLPs .header .header_images {
        display: block;
        align-content: end;
    }
}

@media (max-width: 1500px) {
    .MyLPs .f65 {
        font-size: 52px;
    }

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

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

    .MyLPs .f36 {
        font-size: 28px;
    }

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

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

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

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

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

    .MyLPs .header .logo_garden {
        width: 400px;
        height: auto;
    }

    .MyLPs .brand_bubble img {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 1440px) {
    .MyLPs .f65 {
        font-size: 50px;
    }

    .MyLPs .f46 {
        font-size: 36px;
    }

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

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

    .MyLPs .section1_img_col img {
        max-height: 380px;
        width: auto;
    }
}

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

@media (max-width: 991px) {

    /* Section1: smaller image, columns same height */
    .MyLPs .section1 .section_container {
        align-items: stretch;
    }

    .MyLPs .section1_inner_row {
        align-items: center;
    }

    .MyLPs .section1_img_col {
        justify-content: flex-start;
    }

    .MyLPs .section1_title_col {
        margin-bottom: 30px;
    }

    .MyLPs .section1_img_col img {
        height: 160px;
        width: 100% !important;
        object-fit: cover;
    }

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

    .MyLPs .section1_img_col img {
        max-height: 260px;
        width: auto;
        border-radius: 20px;
    }

    /* Sections 2,4,6,7,8: reset stretch on mobile */
    .MyLPs .section2 .section_container,
    .MyLPs .section4 .section_container,
    .MyLPs .section6 .section_container,
    .MyLPs .section7 .section_container,
    .MyLPs .section8 .section_container {
        align-items: center;
    }

    /* Reduce image heights at tablet */
    .MyLPs .section2_img_col img {
        max-height: 320px;
    }

    .MyLPs .section_img_with_tips .tips_overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        min-width: 280px;
    }

    .MyLPs .section2 .section_img_col {
        padding-right: 40px;
    }

    .MyLPs .section4 .blowers_img_wrap {
        min-height: 280px;
    }

    .MyLPs .card_img_wrap img {
        height: 300px;
        width: auto;
    }

    .MyLPs .f65 {
        font-size: 42px;
    }

    .MyLPs .f46 {
        font-size: 32px;
    }

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

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

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

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

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

    .MyLPs .header .display_none_991 {
        display: none;
    }

    .MyLPs .header .logo_garden {
        width: 350px;
        height: auto;
    }

    .MyLPs .header .margin_auto {
        margin: 0;
        text-align: left;
    }

    .MyLPs .header .header_text {
        padding-left: 20px;
    }

    /* Section 3 cards stack */
    .MyLPs .card_img_wrap img {
        height: 280px;
    }

    /* Blowers simplified */
    .MyLPs .blowers_img_wrap {
        min-height: 280px;
    }

    /* Section 9: switch to carousel */
    .MyLPs .section9_desktop {
        display: none;
    }

    .MyLPs .section9_mobile {
        display: block;
    }

    /* Section 9 mobile carousel adjustments */
    .MyLPs .section9_mobile .detail_card {
        margin: 0 4px;
    }

    .MyLPs .section9_mobile .detail_card_img {
        height: 223px;
        width: auto;
    }

    .MyLPs .section9_mobile .section9_text {
        height: 65px;
    }

    .MyLPs .section9_mobile .section9_title {
        height: 45px;
    }

    .MyLPs .section_divider {
        margin: 40px 0;
    }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 767px
═══════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

    /* Section1 inner row: fit content */
    .MyLPs .section1_inner_row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    /* All sections: reset stretch so columns fit their own content */
    .MyLPs .section2 .section_container,
    .MyLPs .section4 .section_container,
    .MyLPs .section6 .section_container,
    .MyLPs .section7 .section_container,
    .MyLPs .section8 .section_container {
        align-items: flex-start;
    }

    .MyLPs .section6 .section_container,
    .MyLPs .section7 .section_container,
    .MyLPs .section8 .section_container {
        padding: 0 20px;
    }

    /* Title columns: reset flex centering (stack naturally) */
    .MyLPs .section_title_vcenter {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .MyLPs .section_title_vcenter .tips_panel {
        text-align: left;
    }

    /* Reduce image heights on mobile */
    .MyLPs .section2_img_col {
        padding: 0 20px;
    }

    .MyLPs .section2 .section_container,
    .MyLPs .section6 .section_container {
        flex-direction: column-reverse;
    }

    .MyLPs .section6 .section_container img,
    .MyLPs .section7 .section_container img {
        margin-bottom: 10px;
    }

    .MyLPs .section4 .blowers_img_wrap {
        min-height: 200px;
    }

    .MyLPs .section1_left {
        margin: 20px;
    }

    .MyLPs .section1_right {
        margin-top: 40px;
        background-color: #2f624f;
        padding: 20px 20px;
        border-radius: 30px;
        margin: 20px;
    }

    /* Accessories box */
    .MyLPs .accessories_box {
        border-radius: 30px;
        min-height: 160px;
        margin-top: 20px;
    }

    .MyLPs .accessories_imgs img {
        height: 100px;
    }

    .MyLPs .accessories_title {
        padding-left: 15px;
        flex: 1;
    }

    .MyLPs .section2 .section_img_col {
        padding: 0 20px;
    }

    .MyLPs .section2 .align_center {
        align-items: center;
    }

    .MyLPs .section_title {
        text-align: center;
    }

    .MyLPs .section3 .marging-bottom-20 {
        margin-bottom: 20px;
    }

    .MyLPs .section5 .section5_text {
        background: rgba(35, 161, 112, 0.80);
        padding: 20px;
        border-radius: 20px;
        height: fit-content;
    }

    .MyLPs .section5 .container .section5_inner {
        border-radius: 20px;
        margin: 30px auto;
    }

    .MyLPs .fun_fact_col {
        display: none;
    }

    /* Reduce section padding on tablet/mobile */
    .MyLPs .section1,
    .MyLPs .section2,
    .MyLPs .section3,
    .MyLPs .section4,
    .MyLPs .section5,
    .MyLPs .section6,
    .MyLPs .section7,
    .MyLPs .section8,
    .MyLPs .section9,
    .MyLPs .section10 {
        padding: 10px 0 0 0;
    }

    .MyLPs .header .margin_auto {
        margin: auto;
        text-align: center;
    }

    .MyLPs .section1 .section1_inner_row {
        display: contents;
    }

    .MyLPs .product_card,
    .MyLPs .section5 {
        padding: 0 20px;
    }

    /* Section 8 */
    .MyLPs .section8_right {
        padding: 10px 0 20px 0;
        align-items: center;
    }

    .MyLPs .section8_tabs {
        justify-content: flex-start;
    }

    .MyLPs .section8_right .section_img_rounded img {
        justify-content: center;
    }

    /* Section 9 mobile carousel */
    .MyLPs .section9_desktop {
        display: none;
    }

    .MyLPs .section9_mobile {
        display: block;
    }

    .MyLPs .section9_mobile .detail_card_img {
        height: 149px;
        width: auto;
    }

    .MyLPs .section9_mobile .detail_card_body {
        padding: 16px;
    }

    .MyLPs .section9_mobile .f30 {
        font-size: 18px;
    }

    .MyLPs .section9_mobile .f24 {
        font-size: 14px;
    }

    .MyLPs .section9_mobile .section9_title {
        height: 20px;
    }

    .MyLPs .section9_mobile .section9_text {
        height: 38px;
    }

    .MyLPs .detail_card_special {
        min-height: 257px;
    }

    /* Tips box */
    .MyLPs .tips_panel {
        border-radius: 20px;
        padding: 20px;
        margin-top: 20px;
    }

    .MyLPs .section7 .tips_panel,
    .MyLPs .section8 .tips_panel {
        margin-top: 30px !important;
    }

    .MyLPs .tips_overlay {
        border-radius: 20px;
        padding: 20px;
    }

    /* Card overlay */
    .MyLPs .card_overlay {
        width: 100%;
        border-top-right-radius: 0;
        align-items: center;
        text-align: center;
        padding: 15px 10px;
        border-radius: 20px;
    }

    .MyLPs .card_img_wrap.card_rounded {
        border-radius: 20px;
    }

    .MyLPs .mb-3,
    .MyLPs .my-3 {
        margin-bottom: 0px !important;
    }

    .MyLPs .header .mb-3 {
        margin-bottom: 10px !important;
    }

    .MyLPs .section_divider {
        margin: 20px 0;
    }

    .MyLPs .tab_btn {
        font-size: 14px;
        padding: 6px 15px;
    }

    .MyLPs .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }

    .MyLPs .section_bosch img {
        border-radius: 30px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
    }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 576px
═══════════════════════════════════════════════════════════ */
@media (max-width: 576px) {
    .MyLPs .section1_left {
        flex-direction: column;
    }

    .MyLPs .section1_title_col {
        justify-content: center;
        text-align: center;
    }

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

    .MyLPs .section9_mobile .section9_title {
        height: 35px;
    }

    .MyLPs .detail_card_special {
        min-height: 272px;
    }

}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 480px
═══════════════════════════════════════════════════════════ */
@media (max-width: 480px) {

    .MyLPs .f65 {
        font-size: 30px;
    }

    .MyLPs .f65.mb-4 {
        margin-bottom: 14px !important;
    }

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

    .MyLPs .idea_icon {
        width: 36px;
        height: 36px;
    }

    .MyLPs .card_img_wrap i.MyLPs .f65 {
        font-size: 38px;
    }

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

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

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

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

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

    .MyLPs .header .logo_garden {
        width: 180px;
        height: auto;
    }

    .MyLPs .header .header_text {
        padding-left: 0;
    }

    /* Hide desktop-only elements */
    .MyLPs .display_none_767 {
        display: none !important;
    }

    /* Section tips overlay becomes static below image */
    .MyLPs .section_img_with_tips .tips_overlay {
        position: static;
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-radius: 0 0 20px 20px;
    }

    .MyLPs .tips_overlay {
        border-radius: 20px !important;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    /* Section 5 */
    .MyLPs .section5_text {
        padding: 30px 16px;
    }

    .MyLPs .fun_fact_box {
        max-width: 100%;
    }

    /* Section 6 */
    .MyLPs .section6_thumb img {
        height: 160px;
        width: auto;
    }

    mg {
        height: 220px;
        width: auto;
    }

    .MyLPs .section_divider {
        margin: 20px 12px;
    }

    .MyLPs .section9_mobile .section9_title {
        height: 20px;
    }

    .MyLPs .section9_mobile .section9_text {
        height: 33px;
    }

    .MyLPs .detail_card_special {
        min-height: 268px;
    }

    .MyLPs .section10 .container {
        padding: 0;
    }

    .MyLPs .mb-5,
    .MyLPs .my-5 {
        margin-bottom: 15px !important;
    }

    .MyLPs .mt-5 {
        margin-top: 25px !important;
    }

    .MyLPs .accessories_box {
        padding: 0 20px 20px;
    }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 480px
═══════════════════════════════════════════════════════════ */
@media (max-width: 400px) {

    .MyLPs .section1,
    .MyLPs .section3,
    .MyLPs .section9,
    .MyLPs .section10 {
        padding: 10px 0;
    }

    .MyLPs .section2,
    .MyLPs .section4,
    .MyLPs .section6,
    .MyLPs .section7,
    .MyLPs .section8 {
        padding-top: 0;
    }

    .MyLPs .section1_left {
        margin: 12px;
    }

    .MyLPs .section1_right {
        margin: 12px;
    }

    .MyLPs .section2 .section_img_col {
        padding: 0 12px;
    }

    .MyLPs .product_card {
        padding: 0 12px;
    }

    .MyLPs .section5,
    .MyLPs .section6 .section_container,
    .MyLPs .section7 .section_container,
    .MyLPs .section8 .section_container {
        padding: 0 12px;
    }

}