.luna-footer__inner
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 16px 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
}




#myCarousel picture {
    display: block;
    width: 100%;
}

/* Desktop */
#myCarousel picture img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Mobile */
@media (max-width: 767px) {

    #myCarousel picture {
        aspect-ratio: 4 / 5;
        overflow: hidden;
    }

    #myCarousel picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

}

.site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #c43878;
    background-color: #c43878
    font-size: 0.875rem;
}


/* ซ่อน submenu ไว้ก่อน */
#masthead #primary-menu li .sub-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 200px;

    margin: 0;
    padding: 10px 0;

    background: #fff;

    list-style: none;

    box-shadow: 0 4px 12px rgba(0,0,0,.10);

    z-index: 9999;
}


/* โชว์ตอน hover */
#masthead #primary-menu li:hover > .sub-menu {
    display: block !important;
}


/* parent ต้องเป็น relative */
#masthead #primary-menu > li {
    position: relative !important;
}


/* submenu item */
#masthead #primary-menu .sub-menu li {
    display: block !important;
    width: 100%;

    margin: 0;
    padding: 0;

    list-style: none !important;
}


/* submenu link */
#masthead #primary-menu .sub-menu li a {
    display: block;

    padding: 12px 16px;

    color: #222;

    font-size: 14px;

    text-decoration: none;

    white-space: nowrap;
}


/* hover submenu */
#masthead #primary-menu .sub-menu li a:hover {
    background: #f7f7f7;
}


/* =========================================================
   LUNA WOMEN PAGE
========================================================= */

.luna-women-hero {
        width: 100%;
        padding: 75px 20px 55px;
        background: #fdfde8;
        text-align: center;
        box-sizing: border-box;
}


.luna-women-hero-inner {
    width: 100%;

    max-width: 1450px;

    margin: 0 auto;
}


/* TITLE */

.luna-women-title {
    margin: 0 0 20px;

    color: #e91e78;

    font-size: 42px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 6px;
}


/* DESCRIPTION */

.luna-women-description {
    margin: 0 auto 28px;

    color: #333;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.6;
}


/* CATEGORY MENU */

.luna-women-category {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 35px;
}


.luna-women-category a {
    color: #333;

    font-size: 15px;
    font-weight: 400;

    letter-spacing: 3px;

    text-decoration: none;

    transition: color .2s ease;
}


.luna-women-category a:hover,
.luna-women-category a.active {
    color: #e91e78;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .luna-women-hero {
        padding: 50px 20px 40px;
    }


    .luna-women-title {
        font-size: 35px;

        letter-spacing: 4px;
    }


    .luna-women-description {
        font-size: 14px;

        line-height: 1.6;
    }


    .luna-women-category {
        gap: 15px 22px;
    }


    .luna-women-category a {
        font-size: 12px;

        letter-spacing: 2px;
    }

}

/* =========================================
   LUNA WOMEN
   ซ่อน title จาก template เดิม
========================================= */

.luna-women-page-content .entry-header {
    display: none !important;
}

.luna-women-page-content .entry-header,
.luna-women-page-content .entry-footer {
    display: none !important;
}