/* header */
.header__top-content {
    padding: var(--padding-block);
}

header.hidden {
    display: none; /* Adjust this according to your layout */
}

.js-header.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.js-header {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header__nav-link > span {
    border-radius: 0;
    height: 30px; /* add for special button */
}


.header .select-promotion .select__list span {
    height: 100%;
}

.header .select-promotion .select__list .is-current span{
    color: white!important;
}

.header .g-icon--store {
    --_icon-size: min(1.7rem, 6vw);
}

.header__bottom-content .select__item a span{
    height:auto;
}

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

    .header__bottom-content .header__nav-link {
        height:auto;
    }
    .header__bottom-content .header__nav-link > span{
        height:auto!important;
    }
    .header__bottom-content .header__nav-link.select__button > span{
        height:30px!important;
    }
    .header__bottom-content .header__nav-link.select__button{
        width: 100%;
        text-align: left;
    }


    /*.header__bottom-content .select__item{*/
    /*	width: 90%;*/
    /*	margin-left: 10%;*/
    /*}*/
}

.banner__button--outline{
    border-radius: 0px;
    border: solid 1px transparent;
}
.banner__button--outline:hover{
    border: solid 1px #000000;
}


.header__nav-link.is-current, .header__nav-link.is-current > *, .header__nav-link.is-current .current{
    /* 	background-color: #da8064 !important;
        color: rgb(255, 255, 255) !important; */

    font-weight: 400!important;
    width: 100%;
}

@media screen and (max-width:768px){
    .header__nav-link.is-current, .header__nav-link.is-current > *, .header__nav-link.is-current .current {
        height: auto;
    }
}

.header__nav-link.select__button.js-select-button.is-open {
    font-weight: 400!important;
    width: 100%;
    text-align: left;
}

/* for special dropdown menu (header) */
.select__list.is-open {
    display: grid;
    gap: 1rem;
    text-wrap: nowrap;
}

/* page_image-title */
.page_image {
    width: min(1240px, 100% - 40px);
    margin: 0 auto;
    padding-bottom: 1rem;
}

/* dialog notification popup */
.notification__text-content {
    align-items: center;
}

/* pop up */
.modal .button--full {
    background-color: transparent !important;
    color: black !important;
    border-radius: 0;
    border-color: black !important;
}

.modal .button--full:hover {
    background-color: black !important;
    color: white !important;
}

.modal .modal__button {
    width: min(13rem, 24vw);
}

/* GO to top */
#gototop{
    z-index: 10;
}

/* icon */
/* .g-icon-social--fb.g-icon-bg {
    --_icon: url(../images/icon_2/icon_facebook.svg);
} */

/* cookie */
.cookie .button--full{
    background-color: transparent !important;
    color: black !important;
    border-radius: 0;
    border-color: black !important;
}

.cookie .button--full:hover {
    background-color: black !important;
    color: white !important;
}

/* homepage */
.part-image{
    aspect-ratio: 16/9;
    width: 100%;
}

.disabled-link {
    pointer-events: none!important;
}

@media (min-width: 768px) {
    .home-happening .disabled-link {
        pointer-events: auto!important; /* Re-enable pointer events */
    }
}

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

.clickable-image {
    display: flex;
    width: 100%;
    height: 100%;
}

.home-insfeed__img{
    display: flex;
}

.home-insfeed__img .instagram-media {
    min-width: 100%!important;
    margin: 4vw auto 50px !important;
}

.slider__column-wrap {
    display: flex;
    flex-wrap: wrap-reverse;
    clear: both;
}

/* (all swiper-dot) */
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    opacity: 1;
}

/* #homepage-slider1 .swiper {
        padding-block: 0 1rem;
} */

#homepage-slider1 .slider__content {
	max-width: 100%;
}

#homepage-slider1 .slider__item-image, #homepage-slider1 .slider__item-elem-center .slider__item-image{
	max-width: 100%;
	width: 100vw;
	height: auto;
}

#homepage-slider1 .slider__item-text-wrap {
	inset: auto;
}

#homepage-slider1 .mySwiperMobile{
    display: none;
}

#homepage-slider1 .swiper-pagination-bullet
{
    opacity: 1;
    border: none;
}

#homepage-slider1 .swiper-pagination
{
    padding-top: 20px;
    transform: none !important;
    position: static;
}

#homepage-slider1-item-2 .slider__item-promo-code span, #homepage-slider1-item-2 .slider__item-promo-code .slider__item-promocode {
    border-radius: 0;
    cursor: pointer;
    width: auto;
}

.animateslide__slide.swiper-slide-active .animateslide__item-2 {
    transition: 0.4s ease;
}

.slider__button.banner__button--outline.animateslide__item-2[data-animate]:hover {
    transform: scale(1.1);
}

.slider__button.banner__button--full:hover {
    transform: scale(1.1);
}

/* part-2-btm */
.section2 {
    padding-block: 1rem min(3rem, 14vw);
}

.button-test {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-link {
    display: inline-block;
    position: relative;
}
.img-link.mobile{
    display: none;
}
@media screen and (max-width: 767px) {
    .img-link{
        display:none;
    }
    .img-link.mobile{
        display: inline-block;
        position: relative;
    }
}

.img-link img {
    display: block;
    transition: opacity 0.3s ease;
    max-width: 266.27px;
}

.img-link img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
}

/* part 3 - brands */
.homepage-brand .section-brand__content {
    padding-block: min(3rem, 14vw);
}

/* part 4 */
#homepage-slider2 {
    padding-bottom: min(3rem, 14vw);
}

#homepage-slider2 .slider__content {
    width: 100%;
}

#homepage-slider2 .swiper {
    display: flex;
}

#homepage-slider2 .slider__item-text-wrap {
    width: 100%
}

#homepage-slider2 .swiper.mySwiper2Thumb .swiper-slide-active {
    width: 100% !important;
}

.test-part4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage-slider2 .slider__item-title-wrap {
    margin-bottom: 0;
}

.section__happening .home-happening__content {
    background-color: white;
}

/*.section__happening .section__container .aside {*/
/*	z-index: 0;*/
/*}*/

.section__happening .swiper .swiper-button-next, .section__happening .swiper .swiper-button-prev {
    /* 	top: var(--swiper-navigation-top-offset, 20%); */
    top: 19.5vw!important;
}

.section-3{
    margin-bottom:0px;
    padding-block: 0px;
    overflow: hidden;
}
.section-3 .section__container{
    padding-bottom: min(6rem, 14vw);
}

.hide-asides .aside,
.hide-asides .aside-bg {
    display: none;
}

@media (min-width: 768px) {
    .hide-asides .aside,
    .hide-asides .aside-bg {
        display: block;
    }
}

.aside {
    width: min(11vw, 100%);
    z-index: 8;
}
.aside-bg{
    z-index: 7;
    position: absolute;
    /*bottom:0;*/
    width: 15vw;
    background-color:#FFFFFF;
}
.aside-left-bg{
    left:0;
}

.aside-right-bg{
    right:0;
}

.aside-left {
    position: absolute;
    left: 2vw;
}

.aside-right {
    position: absolute;
    right: 2vw;
}

.part_4_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    gap: 20px;
    margin: 0 auto;
}

.section__happening .swiper-happening-image .swiper-wrapper {
    margin-bottom: 40px;
}

/* #swiper-happening-image-1 {
        padding-top: 1.25rem;
} */

.mobile-p4 {
    display: none;
}

/* part 5 */
.homepage-trending{
    padding: 0;
}

.part_5_title {
    aspect-ratio: 16/9;
}

.part_5-content {
    margin: 0;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    width: min(850px, 100% - min(5rem, 10vw));
    align-items: center;
}

/* part_5_background-image */
.homepage-trending .swiper-button-next, .homepage-trending .swiper-button-prev {
    background-color: rgba(55, 29, 36, 0.2);
    width: var(--swiper-navigation-size);
}

.homepage-trending .swiper-button-prev {
    left: 0;
}

.homepage-trending .swiper-button-next {
    right: 0;
}

.homepage-trending .swiper-button-next:after, .homepage-trending .swiper-button-prev:after {
    --swiper-navigation-size: 0.8rem;
    color: #ffffff;
}

.homepage-trending .banner__content--left-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 7/3;
    position: relative;
}


.homepage-trending .banner__button--full {
    border-radius: 0;
    width: 220px;
}

.homepage-trending .banner__button--outline {
    width: 220px;
}

.discover_button {
    position: absolute;
    bottom: 12vw;
    left: 0;
    right: 0;
    z-index: 10;
}

.homepage-trending .discover_button-m {
    display: none;
}

/* align left and right */
.align-left {
    position: absolute;
    left: 32vw;
    transform: translateX(-50%);
}

.align-right {
    position: absolute;
    right: 32vw;
    transform: translateX(50%);
}

/* part 6 */
.part_6-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16/9;
    position: relative;
}

.homepage-banner .block-content-wrapper {
    position: absolute;
    bottom: 8vw;
}

.part_6-background .banner__button-wrap{
    display: flex;
    /* 	position: absolute;
        left: 4vw;
        bottom: 10vw; */
}

.part_6_title {
    aspect-ratio: 16/9;
}

.part_6-content {
    margin: 0;
}

.part_6-background .banner__button--full {
    width: 220px;
}
.part_6-background .banner__button--outline {
    width: 220px;
    border: 1px solid transparent;
}

/* banner image */
.part_7 {
    padding-top: 0;
}

/* part 7 */
.part_6{
    padding: 0;
}

.homepage-banner .part_image {
    aspect-ratio: 16/7;
}

/* .banner__button--outline {
        border: none;
} */

.banner__button--full {
    background-color: transparent!important;
    border-radius: 0;
    border-color: black!important;
}

/*homepage social */
.share-social__content-box {
    width: min(670px, 100% - min(5rem, 10vw));
    padding-block: 5vw 0vw;
}

.share-social__button {
    display: none;
}

#swiperInsFeed .swiper-pagination {
    padding-top: 1rem;
}

/* happening */
.happening.section {
    padding-top: 0;
}

.happening__list{
    padding-block: 0 2rem;
}

.happening__filter-list{
    justify-content: center;
    padding-block: 2.5rem min(1.5rem, 4vw);
}

.happening__filter-item.active > * {
    border: 1px solid black;
    padding: 4px 30px;
    font-weight: normal;
    color: black;
}

.happening__filter-item span::after {
    display: none;
}

.happening__filter-item span{
    padding: 4px 30px;
    text-transform: uppercase;
    color: black;
}

.service__filter-item.active > * {
    border: 1px solid black;
    padding: 4px 30px;
    font-weight: normal;
}

.service__filter-item span::after {
    display: none;
}

.service__filter-item span{
    padding: 4px 30px;
    text-transform: uppercase;
}

.blogSwiper .swiper-pagination {
    display: none;
}

/* load button for happening */
.load-more {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    /* 	display:none!important; */
}

.hidden {
    display: none!important;
}

.load-button {
    background-color: black;
    color: white;
    padding: 5px 15px;
    /*     min-width: 100px; */
    min-width: 85px;
    display: flex;
    justify-content: center;
}

/* homepage-hashtag */
.share-social__hashtag-list {
    align-items: center;
}

.share-social__hashtag-list > span {
    background-color: transparent !important;
}

.share-social__hashtag-item {
    background-color: transparent;
    padding: 0;
}

/* last part slider css */
#homepage-slider4 .swiper-pagination-bullet
{
    opacity: 1;
    border: none;
    background-color: black;
    padding: 7.5px;
    margin-inline: 10px;
}

#homepage-slider4 .swiper-pagination-bullet-active
{
    background-color: #DA8162;
}

#homepage-slider4 .swiper-pagination
{
    padding-top: 20px;
    transform: none !important;
    position: static;
}

/* special-page */
.special_page_image {
    padding-block: 1.5rem;
}

.event__header-content {
    padding-block: 0 1.5rem;
}

.specialbtm_btn {
    display: flex;
    justify-content: center;
    gap: min(1rem, 5vw);
    padding-block: 0 min(2rem, 100%);
}

.event__item.active div {
    box-shadow: none;
}

#estore-fixed {
    text-decoration: none;
    gap: 2px;
}

#estore-fixed .g-icon--store {
    --_icon-size: 2rem;
    margin-top: 0;
}

#eleaflet {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

#eleaflet .g-icon-bg {
    transform: none;
}

.g-icon--store.dark-filter {
    filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(340deg) brightness(103%) contrast(100%);
}

/* brands */
.brands.section {
    padding-top: 0;
}

.brand .swiper {
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .brand .brandImagesSlider:hover .swiper-navigation {
        display: none;
    }
}

/* experience */
.services__filter-item.active{
    /* 	border: 1px solid black; */
    font-weight: normal;
}

.services__filter-item.active > * {
    border: 1px solid black;
    color: black;
}

.services__filter-item {
    padding-inline: 0;
}

.services__filter-item:first-child {
    padding-left: 0;
}

.services__filter-item:last-child {
    padding-right: 0;
}

.services__header-content {
    gap: 1.8rem;
}

.services__filter-list {
    padding-block: 2.5rem min(1.5rem, 4vw);
}

.services__filter-item span{
    padding: 4px 30px;
    font-family: var(--_font-serif);
    text-transform: uppercase;
}

.services__filter-item, .services__filter-item span {
    border: 1px solid transparent;
    font-size: clamp(1.08rem, 2.4vw, 1.1rem);
    color: black;
}


.services__filter-item span::after {
    display: none;
}

.services__description {
    overflow-wrap: break-word;
}

.service__brandname {
    font-weight: bold;
    font-size: clamp(1.45rem, 2.8vw, 1.6rem);
}

/* #services .button--outline{
        border: 1px solid transparent;
} */

/*#services .button--outline {*/
/*	width: auto;*/
/*	border-radius: 0;*/
/*}

/*#services .button--outline:hover {*/
/*	border: 1px solid #371D24;*/
/*	border-radius: 0;*/
/*}*/
/*#services .button--full {*/
/*	background-color: transparent;*/
/*    color: black;*/
/*    border-radius: 0;*/
/*    border: 1px solid transparent;*/
/*}*/

/*#services .button--full:hover {*/
/*	border: 1px solid #371D24;*/
/*	border-radius: 0;*/
/*}*/

.service__details-row.button:hover {
    transform: none;
}

.service__details-button.button--full {
    background-color: transparent;
    color: black;
    border-radius: 0;
    border-color: black;
    width: 220px;
}

.service__details-button.button--full:hover {
    background-color: black;
    color: white;
}

/* about */
.about__header-content {
    padding-block: 5rem;
}

.about__wrap {
    /* 	width: min(2000px, 100%); */
    width: min(1030px, 100% - 40px);
    margin: 0 auto;
}

.about__video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#about-page .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 44%);
}

/* contact */
.contact__wrap {
    width: min(2000px, 100%);
}

.contact__content{
    padding-bottom: 3rem;
}

.contact__location-item{
    grid-template-columns: repeat(1, 1fr);
}

.contact__location-list {
    padding-block: 4rem;
}

.contact__details .page-title {
    display: none;
}

.contact__details-list {
    justify-content: center;
}

.contact__details-item {
    font-size: large;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: center;
}

.contact__details-item:last-child {
    align-items: flex-start;
}

.contact__details-item [class*=g-icon] {
    --_icon-size: 1.7rem;
}

.contact__details-item > a{
    font-size: large;
    font-weight: bold;
}

.contact__details-item > a:link{
    text-decoration: none;
}

.contact__details-text {
    font-size: large;
}

.contact__details-date strong {
    font-size: large;
}

.contact__details-date {
    text-align: end;
}

/* footer */
.footer {
    /* 	background-color: white;
            position: fixed;
            bottom: 0;
            z-index: 0;
            width:100%;
            opacity: 0; */
}

/* footer svg icon */
.footer__social-media svg {
    width: var(--_icon-size, 2rem);
    height: var(--_icon-size, 2rem);
}

a svg[class^=g-icon] {
    transition: 0.4s ease;
}

a:hover svg[class^=g-icon], a:focus-visible svg[class^=g-icon] {
    transform: scale(1.1) var(--_transform, translate(0));
}

.footer__logo-wrap {
    display: none;
}
.footer__logo {
    padding-block: min(3.5rem, 100%);
    width: 10rem;
}
.footer__label{
    font-size: x-large;
    padding-block: 1rem;
    letter-spacing: 1px;
    font-family:var(--_font-coral-blush-serif);
}

.footer__form label {
    font-weight: bold;
}

.footer__social-media{
    /* 	width: 28rem; */
    width: 100%;
}

.footer__social-media-list{
    gap: 10rem;
    padding-top: 2rem;
    flex-wrap: nowrap;
}

.footer__form input{
    padding: 1.5rem;
    border-radius: 0;
}

.footer__form-item {
    width: min(24rem, 100%);
    display: flex;
}

.footer__form button {
    font-size: 15px;
    border: none;
    padding: 1.25rem;
    transform: none;
}

.footer__submit-btn {
    text-transform: uppercase;
    font-weight: 500;
}

/* .footer__form button {
        display: none;
} */

.footer__link-list {
    gap: 3rem;
}

.footer__link-list li::after {
    content: "";
}

.footer__bottom {
    border: none;
    padding: min(0rem, 6vw) 0 min(4rem, 6vw);
}

.footer__form-item .js-input-enewsletter::placeholder {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    font-weight: 100;
    text-transform: uppercase;
}

.footer__form-item.js-input-enewsletter:focus::placeholder {
    opacity: 0;
}


/* tnc */
.privacy-policy.section {
    padding-block: 0 min(4rem, 10vw);
}

/* for happening and beauty blog ig embedded */
.instagram-media{
    margin: 0 auto 12px!important;
}

/* single-blog */
.blog__recommend-category {
    font-weight: 300;
}


/* .blog__content-top {
        padding-bottom: 2rem;
} */

.blog__date-separate{
    display:flex;
    align-items: center;
    gap: 1.5rem;
}

/* blog__share-button desktop*/
.blog__share-desktop {
    background-color: transparent;
    border: none;
}

/* beauty blog */
#blogs .blogs__header {
    /*margin-right: 5vw;*/
    display: flex;
    justify-content: end;
    width:40%;
}
#blogs .blogs__header.is-open{
    display: flex;
    height: auto;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    #blogs .blogs__header .beauty__tag{
        display: none;
    }
}
#blogs .blogs__header.is-open .beauty__tag{
    display: flex;
    width: 100%;
}

#blogs .blogs__header.is-open .blogs__filter-list-wrap-mobile{
    display: none;
}
#blogs .blogs__content {
    flex-direction: row-reverse;
    display: flex;
    padding-block: 2rem;
}


@media screen and (max-width: 767px) {
    #blogs .blogs__content {
        padding-block: 0rem 2rem;
    }
}

#blogs .blogs__filter-list {
    flex-direction: column;
    align-items: start;
    text-align: start;

}

#blogs .blogs__list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    margin-block: 0 auto;
    /*margin-inline: 5vw auto;*/
}

.blog_grid{
    display: grid;
    grid-template-columns: auto auto;
}

.blogs__title {
    font-size: clamp(1.08rem, 2vw, 2rem);
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-weight: 700;
}

.blog__recommend-title {
    font-weight: 600;
}

.blog_link-title {
    font-size: clamp(1.08rem, 2vw, 2rem);
    letter-spacing: 0.25vw;
    margin-bottom: 5px;
    font-weight: bold;
}

.blog_link-desc {
    font-weight: 300;
}

@media (min-width: 1265px) {
    .blog_grid{
        column-gap: 20px;
    }
}

#blogs .blog .swiper-slide {
    width: 100% !important;
}

#blogs .blogs__filter-list {
    padding-block: 0 min(1.5rem,4vw);
}

#blogs .blogs__filter-item {
    padding: 0 10px 0 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 0;
    font-weight: 600;
    color: black;
}
#blogs .blogs__filter-item.active, .blogs__filter-item.active > * {
    /* 	font-weight:300; */
    font-weight:400;
}

#blogs .blogs__filter-item > span {
    font-size: small;
    /* 	font-style: italic; */
}

#blogs .blogs__filter-item span::after {
    transform: scaleX(0);
}

#blogs .blogs__filter-list-wrap {
    word-break: break-word;
    white-space: normal;
}

.blog__title {
    font-weight: bold;
    letter-spacing: 3px;
}

.blog__title-wrap {
    padding-block: min(1.5rem, 8vw);
}

.blog__date-wrap {
    flex-wrap: wrap;
}

.blog__content-bottom p {
    margin-bottom: 0;
}

/* .blog__content-column[data-type="img_title_group"] .blog__content-text{
        width:100%;
} */

.blog__content-text {
    margin: 0 auto;
    word-break: break-word;
}

.blog__content-text .section{
    padding-block:unset;
}

.single-beauty {
    width: min(40vw, 100%) !important;
}

.blogs__mobile {
    display: none;
}

/* .share-link.blog__share {
    position: relative;
}
*/

.blogs__header-mobile {
    display: none;
}

@media (min-width: 768px) {
    .productSwiper .swiper-pagination-bullets{
        display: none;
    }
}

/* side navbar */
/* .blogs__right.s-top-right {
        display: none;
}

.blogs__right .g-icon--close {
        display: none;
} */

.beauty__overlay-bg {
    display: none;
    z-index: 8;
}
.beauty__overlay-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
}

.blogs__header .beauty__tag {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .blogs__header .beauty__tag {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}
.blogs__header .blogs__filter-list{
    width:100%;
}



/* beauty-blog text-alignment-vertical */
.align-up {
    display: block;
}

.align-middle {
    display: flex;
    height: 100%;
    align-items: center;
}

.align-bottom {
    display: flex;
    height: 100%;
    align-items: end;
}

/* Styling for the dropdown menu */
.dropdown-menu {
    display: none; /* Initially hide dropdown */
    background-color: transparent;
    z-index: 1;
    text-align: left;
    text-decoration: underline;
    text-decoration-thickness: 0.2rem;
}

.dropdown-menu li {
    padding: 10px;
    list-style: none;
}

.dropdown-menu {
    display: none;
    padding-left: 0;
    padding-top: 0.5rem;
}

.dropdown-menu.show {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.dropdown-menu.is-open {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.blogs__filter-list  .dropdown-label {
    display: grid;
    grid-template-columns: 3fr 3fr 1fr;
    gap: 1rem;
    align-items: baseline;
}

.dropdown-label .g-icon-arrow--down {
    --size: 1rem;
}

/* happening and beauty */
.blog__content-top {
    padding-bottom: 0;
}

.blog__content-top.has-content {
    padding-bottom: 2rem;
}



/* beauty_blog see more */
.beauty__details-description-wrap {
    overflow-y: scroll;
    padding-right: min(3rem, 6vw);
}

.beauty__details-description-content js-beauty-details-content {
    font-size: clamp(1.07rem, 1.8vw, 1.06rem);
    font-weight: 500;
}

.beauty__details-description-wrap .is-showless {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: clamp(1.07rem, 1.8vw, 1.06rem);
    font-weight: 500;
}

.beauty__details-description-wrap .is-scroll {
    overflow: scroll;
    height: 45vh;
}

.beauty__details-description-wrap > p {
    font-weight: 500;
    padding-top: 1rem;
    cursor: pointer;
}


/* start here */
/* about-page-slider */
#about-page {
    scroll-padding-top: 0;
}
#about-page:hover .swiper-button-next,
#about-page:hover .swiper-rtl .swiper-button-prev,
#about-page:hover .swiper-button-prev,
#about-page:hover .swiper-rtl .swiper-button-next {
    opacity: 1;
}
#about-page .swiper-button-next,
#about-page .swiper-rtl .swiper-button-prev,
#about-page .swiper-button-prev,
#about-page .swiper-rtl .swiper-button-next {
    opacity: 0.2;
}
#about-page .slider {
    width: 100%;
    max-width: 1920px;
}
#about-page .slider__content {
    /*     width: 100%; */
    width: min(1030px, 100% - 40px);
    max-width: 1920px;
}

@media (max-width: 480px) {
    #about-page .slider__content {
        width:100%;
    }
}

#about-page .slider__item-description {
    font-size: min(18px, 3.5vw);
    line-height: 1.4;
}
#about-page .slider__item-elem-center {
    position: absolute;
    inset: auto;
}
#about-page .slider__item-elem-center .slider__item-image {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 480px) {
    #about-page .slider__item-elem-center .slider__item-image {
        min-height: 100vw;
    }
    #about-page .slider__item-elem-center {
        min-height: 100vw;
    }
}
#about-page .slider__item-image {
    object-fit: cover;
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 1920px;
}
@media (max-width: 480px) {
    #about-page .slider__item-image {
        min-height: calc(100vw + 4rem);
        object-fit: cover;
    }
}
#about-page .slider__item-text-wrap {
    position: absolute;
    text-align: center;
    inset: auto auto min(12rem, 18vw) auto;
    width: min(690px, calc(100% - var(--padding-inline-mobile)));
    margin: 0 auto;
    align-self: auto;
}
#about-page .slider__video {
    aspect-ratio: 16/9;
    width: 100%;
    background-color: #eee;
}
@media (max-width: 480px) {
    #about-page .slider__video {
        object-fit: cover;
    }
}
#about-page .slider__video-button {
    position: absolute;
    bottom: 10%;
    right: 6%;
    z-index: 999;
    background-color: var(--color-white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.3rem 1rem 1rem;
    width: 3rem;
    height: 3rem;
}
@media (min-width: 1024px) {
    #about-page .slider__video-button {
        display: none;
    }
}
#about-page .slider__video-button span {
    border-bottom: 0.5rem solid transparent;
    border-left: 1rem solid var(--color-primary);
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid transparent;
    background-color: transparent;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    display: block;
}
#about-page .slider__video-button.is-play {
    padding: 1rem;
}
#about-page .slider__video-button.is-play span {
    border: transparent;
    border-left: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    width: 1rem;
    height: 1rem;
    display: block;
}
#about-page-1 .slider__item-title {
    color: var(--color-pink);
}
#about-page-1 .slider__item-description {
    color: var(--color-pink);
    font-weight: 500;
}
#about-page-1 .slider__item-title {
    font-size: 36px;
}
#about-page-3 .slider__item-title {
    font-size: 3rem;
}
#about-page-3 .slider__item-subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
}
#about-page-3 .slider__item-promo-code {
    margin-block: 1rem 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-page-3 .slider__item-promo-code span,
#about-page-3 .slider__item-promocode {
    padding: 0.8rem min(2.5rem, 5vw);
    background-color: #ffffff;
    display: inline-block;
    border-radius: var(--border-radius);
    width: min(16rem);
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 18px;
    border: none;
    outline: none;
    text-align: center;
}

#about-page-3 .slider__item-promo-code span,
#about-page-3 .slider__item-promocode {
    border-radius: 0;
    cursor: pointer;
    width: auto;
}

#about-page-3 .slider__item-copy-button {
    position: absolute;
    width: min(16rem);
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
#about-page-3 .slider__item-button {
    font-size: 14px;
}
#about-page .swiper {
    --swiper-pagination-bottom: min(6rem, 4vw);
    --swiper-pagination-bullet-size: min(1rem, 2.5vw);
    --swiper-pagination-bullet-horizontal-gap: min(1rem, 2.5vw);
    --swiper-pagination-bullet-inactive-opacity: 0.7;
}
#about-page .swiper-button-next,
#about-page .swiper-rtl .swiper-button-prev {
    background-color: rgba(var(--color-primary), 0.2);
    width: var(--swiper-navigation-size);
}
#about-page .swiper-button-next:hover,
#about-page .swiper-button-next:focus,
#about-page .swiper-rtl .swiper-button-prev:hover,
#about-page .swiper-rtl .swiper-button-prev:focus {
    background-color: rgba(var(--color-primary), 0.5);
}
@media(max-width: 480px) {
    #about-page .swiper-button-next,
    #about-page .swiper-rtl .swiper-button-prev {
        display: none;
    }
}
#about-page .swiper-button-next:after,
#about-page .swiper-button-prev:after {
    --swiper-navigation-size: 0.8rem;
    color: var(--color-white);
}
#about-page .swiper-button-prev,
#about-page .swiper-rtl .swiper-button-next {
    background-color: rgba(var(--color-primary), 0.2);
    width: var(--swiper-navigation-size);
}
#about-page .swiper-button-prev:hover,
#about-page .swiper-button-prev:focus,
#about-page .swiper-rtl .swiper-button-next:hover,
#about-page .swiper-rtl .swiper-button-next:focus {
    background-color: rgba(var(--color-primary), 0.5);
}
@media(max-width: 480px) {
    .about-page .swiper-button-prev,
    .about-page .swiper-rtl .swiper-button-next {
        display: none;
    }
}
#about-page .swiper-slide {
    overflow: hidden;
}
#about-page .swiper-pagination {
    user-select: none;
}
@media (min-width: 768px) {
    #about-page .swiper-pagination {
        text-align: right;
    }
}
#about-page .swiper-pagination-bullet {
    border: 2px solid var(--color-white);
}
#about-page .swiper-pagination-bullet-active {
    background-color: var(--color-white);
}
@media (min-width: 768px) {
    #about-page .swiper-horizontal>.swiper-pagination-bullets,
    #about-page .swiper-pagination-bullets.swiper-pagination-horizontal,
    #about-page .swiper-pagination-custom,
    #about-page .swiper-pagination-fraction {
        left: 50%;
        transform: translateX(-50%);
        max-width: min(1240px, 100% - 40px);
        margin-inline: auto;
    }
}

#about-page .swiper-pagination-bullet
{
    opacity: 1;
    border: none;
    background-color: black;
}

#about-page .swiper-pagination-bullet-active
{
    background-color: #DA8162;
}

#about-page .swiper-pagination
{
    padding-block: 2rem;
    transform: none !important;
    position: static;
}

#about-page .swiper-pagination-bullet {
    border: none;
}

#about-page .swiper-button-next, #about-page .swiper-rtl .swiper-button-prev {
    background-color: rgba(55, 29, 36, 0.2);
    width: var(--swiper-navigation-size);
}

#about-page .swiper-button-next:after, #about-page .swiper-button-prev:after {
    --swiper-navigation-size: 0.8rem;
    color: #ffffff;
}

.swiper-single-slide {
    padding-bottom: 78.5px !important;
}

#about-page .mySwiperMobile {
    display: none;
}
/* end here */
@media (min-width: 1025px) {
    .homepage-banner .align-left {
        left: 26.5vw;
    }

    .homepage-banner .align-right {
        right: 27vw;
        transform: translateX(50%);
    }
}

@media (max-width: 1024px) {
    /*     .header__nav-item .header__nav-link {
            padding-left: 0;
        } */

    .header__nav-link.current.select__button.js-select-button {
        padding-inline: 0;
        width: 100%;
        text-align: left;
    }

    .header .select__item .header__nav-link > span {
        padding: 0 18px 0 10px;
        height: 30px;
    }

    .header .select-promotion .select__list {
        padding-left: 0.5rem;
    }

    .header .select-promotion .select__item .header__nav-link > span {
        padding: 0 18px 0 10px;
    }

    .header .select-promotion .select__item {
        padding-block: 0.25rem;
    }

    .header .select__item:first-child {
        margin-top: 0.5rem;
    }

    .header .select-language .select__item:first-child {
        margin-top: 0;
    }

    .header .select-promotion .select__item:first-child {
        padding-top: 0.25rem;
        margin-top: 0.5rem;
    }

    .header__nav-link.select-promotion.select__button.js-select-button.is-open {
        background-color: transparent !important;
    }

    .select-promotion .select__item.js-select-item.is-current {
        background-color: #da8064 !important;
        color: rgb(255, 255, 255) !important;
        font-weight: 400 !important;
        width: 100%;
    }

    .header .select-promotion .select__item span {
        font-size: inherit;
    }

    .header .select-promotion .select__list span {
        height: 30px;
    }

    .header__nav-item ul.select__list.js-select-list.is-open{
        position: relative;
        box-shadow: none;
        padding: 0;
        text-wrap: wrap;
    }

    /* 	align left and right */
    /* 	.align-left {
                    left: 32vw;
            } */

    .align-right {
        right: 12vw;
    }

    /* 	for hompage member perks button alignment */
    .homepage-banner .align-left {
        left: 27vw;
    }

    .homepage-banner .align-right {
        right: 28vw;
    }

    /* 	happening */
    .happening__filter-item:first-child {
        padding-left: 0;
    }

    .happening__filter-item:last-child {
        padding-right: 0;
    }

    /* 	experience */
    .services__filter-list {
        margin: 0 20px;
        justify-content: center;
    }
}

@media (max-width: 1024px) and (min-width: 923px) {
    /* 	discover button */
    .discover_button {
        right: 20vw;
    }

    /* header */
    .select__list.is-open {
        gap: 0.3rem;
    }
}

@media (max-width: 922px) and (min-width: 768px) {
    /* 	header */
    .select__list.is-open {
        gap: 0.3rem;
        min-width: 6rem;
    }

    /* 	homepage members exclusive */
    .homepage-banner .align-left {
        left: 28vw;
        bottom: 6vw;
    }
    .homepage-banner .align-right {
        right: 29vw;
        bottom: 6vw;
    }

    /* 	align-button */
    .align-left {
        left: 31vw;
    }
    .align-right {
        right: 31vw;
    }

    /* 	button--outline and full */
    .banner__button--outline, .banner__button--full {
        padding: 0.75rem min(1.5rem, 5vw);
    }

    /* part_5 */
    .homepage-trending .banner__button--outline, .homepage-trending .banner__button--full{
        width: 190px;
    }

    /* part_6  */
    .part_6-background .banner__button--outline {
        width: 190px;
    }

    .part_6-background .banner__button--full {
        width: 190px;
    }

    /* 	blogs */
    #blogs .blogs__filter-item {
        padding: 0 5px 0 10px;
    }

    .blogs__filter-list .dropdown-label {
        grid-template-columns: 3fr 3fr 0.5fr;
        gap: 0.5rem;
    }
}

@media (min-width: 768px) {
    .homepage-banner .align-left {
        transform: translateX(-50%);
    }

    .homepage-banner .align-right {
        transform: translateX(50%);
    }
}
@media (max-width: 767px) {

    /* 	header */
    /* 	.header__top-content{
                    width: min(1240px, 100% - 100px);
            } */

    .select__list.is-open {
        gap: 0.3rem;
        min-width: 6rem;
    }

    .select__list .header__nav-link {
        padding-inline: 0;
    }

    .header .select__item .header__nav-link > span {
        padding: 0 2.6rem;
    }

    /* 	popup */
    .modal .modal__button {
        width: calc(100% - 3rem);
    }

    /* 	page image title */
    .page_image {
        aspect-ratio: 16/3;
        width: 100%;
    }

    /* 	for button align - left and right */
    .align-left-m {
        position: absolute;
        left: 31vw;
        right: initial;
        transform: translateX(-50%);
    }

    .align-right-m {
        position: absolute;
        right: 31vw;
        left: initial;
        transform: translatex(50%);
    }

    /* 	.disabled-none {
                    display: unset!important;
            } */

    .disabled-none-m {
        display: none!important;
    }

    /* 	.disabled-link {
                    pointer-events: unset!important;
            } */

    .disabled-link-m {
        pointer-events: none!important;
    }

    .slider__button.banner__button--full:hover {
        transform: none;
    }

    /* 	part_2 */
    .normal-img {
        padding: min(1rem, 14vw);
    }

    .hover-img {
        padding: min(1rem, 14vw);
    }

    .img-link img {
        height:100%;
    }

    /* 	part_4 */
    .section__happening .home-happening__content {
        display: none;
    }

    .homepage-trending .banner__content--left-img {
        aspect-ratio: 16/9;
    }

    .section__happening {
        padding-block: 0;
    }

    .section-3 .section__container {
        padding: 0;
    }

    .aside {
        display: none;
    }

    .aside-left-bg, .aside-right-bg{
        display: none;
    }

    .mobile-p4 {
        display: flex;
    }

    .home-happening .happening_button {
        position: absolute;
        left: 0;
        top: initial;
        right: 0;
        bottom: 22vw;
        z-index: 1000;
    }


    .home-happening .banner__button--full {
        width: 38vw;
        transform: none;
    }

    .home-happening .banner__button--full {
        border: none;
        width: 38vw;
        transform: none;
    }

    .section__happening .swiper .swiper-button-next, .section__happening .swiper .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 50%)!important;
    }

    /* 	part_5 */
    .homepage-trending .discover_button {
        /* 		left: 0;
                        right: 0; */
        bottom: 22vw;
        /* 		display:none; */
    }
    .homepage-trending .banner__button--full {
        /* 		width: 200px; */
        width: 38vw;
        border: none;
        transform: none;
    }

    .homepage-trending .banner__button--outline {
        /* 		width: 200px; */
        width: 38vw;
        transform: none;
    }

    .homepage-trending .discover_button-m {
        display: block;
        position: absolute;
        bottom: 12vw;
        left: 0;
        right: 0;
        z-index: 10;
    }

    /* 	part_6_mobile */
    /*	.part_6-background {*/
    /*		background-size: cover;*/
    /*    	background-position: center;*/
    /*	}*/

    /*    .part_6-background {*/
    /*        background-image: url('<?php echo $background_img_mobile; ?>');*/
    /*    }*/

    .part_6-background .banner__button-wrap {
        flex-direction: column;
    }

    .part_6-background .banner__button--outline{
        width: 38vw;
        transform: none;
    }

    .part_6-background .banner__button--outline {
        display: flex!important;
    }

    .part_6-background .banner__button--full {
        width: 38vw;
        transform: none;
    }

    /* 	alignment button */
    .homepage-banner .block-content-wrapper {
        bottom: 7vw;
    }
    .homepage-banner .align-right-m {
        left: initial;
        right: 31vw;
    }

    .homepage-banner .align-left-m {
        right: initial;
        left: 31vw;
    }

    .homepage-banner .part_image {
        aspect-ratio: 16/9;
    }

    /* 	hompage social */
    .homepage-share-social .page_image {
        aspect-ratio: auto;
    }

    .share-social__content-box {
        padding-block: 5vw 0;
    }

    .home-insfeed__img .instagram-media {
        margin: 10vw auto 40px !important;
    }

    /* 	.homepage-share-social {
                    padding-block: min(3rem, 14vw) min(6rem, 14vw);
            } */

    /* 	special (experience) */
    .service__details-button.button--full {
        width: min(26rem, 54vw);
        background-color: black;
        color: white;
    }

    /* 	blog (single) */
    .blog__content-inner .page_image {
        padding: 0;
    }

    /* 	happening */
    .happening__filter-list{
        gap: 1rem;
        /* 		padding-block: 2.75rem min(1.5rem, 4vw); */
        padding-block: 2.786rem min(1.5rem, 4vw);
        margin: 0 20px;
        line-height: 1.9;
        padding-top: 4px;
    }

    .happening__filter-item, .happening__filter-item span {
        font-size: clamp(1.08rem, 2.4vw, 1.2rem);
    }

    .happening__filter-item{
        padding-inline: 0;
    }

    .happening__filter-item.active > * {
        padding: 5px 15px;
    }

    .happening__filter-item span {
        padding: 5px 15px;
    }

    .blogSwiper .swiper-pagination {
        position: static;
        padding-top: 1rem;
        display: block;
    }

    .blogSwiper .swiper-pagination-bullet {
        border: 2px solid #ffffff;
        width: 15px;
        height: 15px;
    }
    /* 	multibeauty */
    .blogs__header-content {
        display: none;
    }

    #blogs .blogs__filter-list{
        align-items: center;
    }

    .blogs__header-mobile {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0 auto;
    }

    .blogs__header-mobile .happening__filter-list {
        padding-top: 4px;
    }

    #blogs .blogs__header-mobile .happening__filter-list {
        justify-content: normal;
    }

    /*#blogs .blogs__filter-list-mobile.js-filter-item.active {*/
    /*	display: flex;*/
    /*	border: 1px solid black;*/
    /*}*/

    /*#blogs .blogs__filter-list-mobile.js-filter-item.active > span{*/
    /*	font-weight: 400;*/
    /*}*/

    #blogs .blogs__mobile-tab.js-filter-item.active {
        border: 1px solid black;
    }

    .blogs__mobile-tab {
        display: flex;
    }

    .blogs__mobile-tab.active > span {
        font-weight: 500;
    }

    #blogs .blogs__content {
        flex-direction: column;
    }

    #blogs .blogs__header {
        justify-content: normal;
        margin-bottom: 0.5rem;
        width: 100%;
    }

    #blogs .blogs__filter-list-wrap {
        overflow-x: unset;
    }

    #blogs .blogs__filter-list-wrap-mobile {
        display: flex;
        align-items: baseline;
        white-space: nowrap;
        gap: 1rem;
    }

    /*#blogs .blogs__filter-item-mobile, .blogs__filter-item-mobile span {*/
    /*	font-family: var(--_font-serif);*/
    /*	font-size: clamp(1.08rem, 2.4vw, 1.2rem);*/
    /*	cursor: pointer;*/
    /*	padding: 5px 15px;*/
    /*	text-transform: uppercase;*/
    /*}*/

    #blogs .blogs__list {
        width: 100%;
        margin: 0 auto;
    }

    .blogs__title {
        font-size: clamp(1.5rem, 2.4vw, 2.2rem);
        letter-spacing: 3px;
    }

    /* side navbar */
    .blogs__right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .blogs__menu-container {
        padding-bottom: 1rem;
        display: none;
    }

    /* 	.blogs__right.s-top-right {
                    display: flex;
                    position: relative;
                    right: 0vw;
                    margin: 0px auto;
                    padding-bottom: 1rem;
            } */

    /* 	.blogs__right.beauty_icon-close {
                    margin-bottom: 2rem;
            } */

    #blogs .blogs__filter-item {
        padding: 0;
        padding-inline: 0;
    }

    .blogs .g-icon--menu {
        --_icon: url(../images/icon/category_black_white_icon.svg);
        --_icon-size: min(1.5rem, 6vw);
        cursor: pointer;
    }

    .blogs .g-icon--close{
        display: flex;
        position: relative;
        --_icon-size: min(1.5rem, 6vw);
        --_icon: url(../images/icon/close_black_white_icon.svg);
        margin: 0px 0px 0px auto;
        float: right;
        margin-bottom: 1rem;
    }

    .blogs .g-icon--close:hover {
        transform: none;
    }

    .dropdown-label .g-icon--expand {
        margin-right: 1vw;
        justify-self: end;
    }

    /*.beauty__tag {*/
    /*    border: none;*/
    /*    background-color: white;*/
    /*    position: fixed;*/
    /*    z-index: 9;*/
    /*    height: 100vh;*/
    /*    width: 100%;*/
    /*    opacity: 0;*/
    /*    transition: none;*/
    /*    transform-origin: right;*/
    /*    transform: translateX(100%);*/
    /*}*/

    .beauty__tag.is-open {
        opacity: 1;
        transform: translateX(0);
        transform-origin: left;
    }

    .beauty__tag.is-open + .beauty__overlay-bg {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .beauty__tag-content {
        width: 100%;
    }

    .blogs__header-content {
        display: block;
    }

    .dropdown-menu.show {
        align-self: end;
        /* margin-right: 9vw; */
        width: 100%;
    }

    /* 	beauty-single */
    /* 	.productSwiper.swiper{
                    padding-inline: 20px;
            } */

    .productSwiper {
        margin: 0 !important;
    }
    .productSwiper .swiper-pagination {
        position: static;
        padding-top: 1rem;
    }

    .productSwiper .swiper-pagination-bullet {
        border: 2px solid #ffffff;
        width: 15px;
        height: 15px;
    }

    .productSwiper img{
        padding: 0 17vw 0 17vw;
    }

    .blog_grid {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .blog_link-title {
        font-size: clamp(1.5rem, 2.4vw, 2.2rem);
        letter-spacing: 3px;
    }

    .single-beauty {
        width: 100%!important;
    }

    /* 	.blog__content-top {
                    padding-bottom: 0;
            } */

    /* 	about */
    .about__header-content{
        padding-block: 1.5rem 5rem;
    }

    /* 	experience */
    .services__filter-list {
        gap: 1rem;
        line-height: 1.9;
        /* 		padding-block: 2.75rem min(1.5rem, 4vw); */
        padding-block: 2.786rem min(1.5rem, 4vw);
        padding-top: 4px;
    }

    .services__filter-item:first-child {
        padding-left: 0;
    }

    .services__filter-item:last-child {
        padding-right: 0;
    }

    .services__filter-item span {
        padding: 5px 15px;
    }

    .services__filter-item {
        padding-inline: 0;
    }

    .services__item {
        height: 100%!important;
    }

    .services__button-wrap {
        flex-direction: column;
    }

    #services .button--full {
        background-color: black;
        color: white;
    }

    #services .button--full:hover {
        transform: none;
    }

    #services .button--outline {
        background-color: black;
        color: white;
    }

    #services .button--outline:hover {
        transform: none;
    }

    /* 	contact-us */
    #about-page .swiper-button-prev{
        display:none;
    }

    #about-page .swiper-button-next{
        display: none;
    }



    /* 	footer */
    /* 	.footer__top-content{
                    width: min(1240px, 100% - 100px);
            } */
    .footer__enewsletter-social-media{
        align-items: start;
    }

    .footer__form-message-wrap {
        margin-inline: 1.65rem 0;
        width: min(25rem, 100%);
    }

    .footer__form-message.is-success {
        justify-content: left;
    }

    .footer__label {
        display: flex;
        align-items: start;
    }

    .footer__logo-wrap {
        display: flex;
        justify-content: center;
    }

    .footer__social-media{
        width: 100%;
    }

    .footer__social-media-list {
        gap: 3rem;
        padding-top: 0;
        justify-content: left;
    }

    .footer__form-item{
        margin-inline: 0;
    }

    .footer__page-link {
        justify-content: start;
    }

    .footer__link-list {
        gap: 0;
        flex-direction: column;
    }

    .footer__link-list li {
        padding-block: 0;
        display:flex;
        height: 22px;
    }

    .footer__form button {
        font-size: clamp(0.84rem, 2.2vw, 1rem);
    }

    /* 	.footer__bottom-content {
                    width: min(1240px, 100% - 100px);
            } */
}

@media (max-width: 550px) and (min-width: 480px) {
    .homepage-banner .block-content-wrapper {
        bottom: 5vw;
    }
    .part_6-background .banner__button-wrap {
        gap: min(1rem, 4vw);
    }
}

@media (max-width: 500px) {
    /* 	happening */
    .happening__filter-list{
        justify-content: normal;
    }

    .blog__date-wrap {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    /* 	experience */
    .services__filter-list {
        justify-content: normal;
    }

    /* 	footer */

    .footer__top{
        padding-bottom: min(6rem, 15vw);
    }
    .footer__label {
        font-size: larger;
    }

    .footer__form input {
        padding: 1rem;
        font-size: clamp(0.84rem, 2.2vw, 1rem);
    }

    .footer__form button {
        padding: 0.75rem 1.25rem;
        font-size: clamp(0.84rem, 2.2vw, 1rem);
    }

    .footer__submit-btn {
        font-size: clamp(0.84rem, 2.2vw, 1rem);
    }

}

@media (max-width: 480px) {
    /* 	homepage */
    /* part1 */
    .home-insfeed__img{
        padding-inline: 20px;
    }

    #homepage-slider1 .slider__video {
        /* 		min-height: calc(100vw + 4rem); */
        object-fit: cover;
    }

    #homepage-slider1 .mySwiper{
        display: none;
    }

    #homepage-slider1 .mySwiperMobile{
        display: block;
    }

    /* 	#homepage-slider1 .slider__item-image {
                    min-height: 100%;
            } */

    /* 	part 2 */
    .section2 {
        padding-block: 0;
    }
    
    .img-link img {
        max-width: 160px;
    }

    /* 	align left and right */
    .align-left-m{
        left: 30vw;
    }

    .align-right-m {
        right: 30vw;
    }

    /* 	part 3 */
    .homepage-brand .section-brand__list-wrap {
        padding-block: 1rem 0;
    }

    .homepage-brand .scroller{
        padding-block: 1rem 0.5rem;
    }

    /* 	part_4 */
    .home-happening .banner__button--full {
        width: 32vw;
        font-size: clamp(0.7rem, 1.8vw, 1.06rem);
    }

    .home-happening .banner__button--outline {
        width: 32vw;
        font-size: clamp(0.7rem, 1.8vw, 1.06rem);
    }

    .section__happening .swiper .swiper-button-next, .section__happening .swiper .swiper-button-prev {
        display: flex;
    }

    /* 	part_5 */
    .homepage-trending .banner__button--full {
        width: 32vw;
        font-size: clamp(0.7rem, 1.8vw, 1.06rem);
    }

    .homepage-trending .banner__button--outline {
        width: 32vw;
        font-size: clamp(0.7rem, 1.8vw, 1.06rem);
    }

    /* part_6	 */
    .homepage-banner .align-right-m{
        bottom: 4vw;
        right: 30vw;
    }

    .homepage-banner .align-left-m{
        bottom: 4vw;
        left: 30vw;
    }

    .part_6-background .banner__button--full {
        width: 32vw;
        font-size: clamp(0.7rem, 1.8vw, 1.06rem);
    }

    .part_6-background .banner__button--outline {
        width: 32vw;
        font-size: clamp(0.7rem, 1.8vw, 1.06rem);
    }

    .part_6-background .banner__button-wrap {
        gap: min(0.8rem, 4vw);
    }

    #eleaflet{
        gap: 10px;
    }

    /* 	special(experience) */
    /* 	.service__details-button.button--full {
                    width: min(26rem, 54vw);
            } */

    .services__item {
        display: flex;
        flex-direction: column;
    }

    .services__button-wrap {
        display: flex;
        align-items: center;
    }

    #services .button--full {
        border: 1px solid black !important;
        border-radius: 0;
        /* 		width: 70%; */
        width: 45vw;
        font-size: clamp(0.9rem, 1.8vw, 1.06rem);
    }

    #services .button--outline {
        border: 1px solid black !important;
        border-radius: 0;
        /* 		width: 70%; */
        width: 55%;
        font-size: clamp(0.9rem, 1.8vw, 1.06rem);
    }

    .service__details-description-wrap {
        word-break: break-word;
    }

    /* 	blogs */
    .blog__title-wrap {
        padding-block: 0 min(1.5rem, 8vw);
        /* 		padding-block: 2rem min(1.5rem, 8vw); */
    }
    .blog__content-column .blog__title-wrap {
        padding-inline: 0;
    }

    .blog__date-separate{
        display:flex;
        flex: 1 1 100%;
        text-align: left;
        gap: 1.5rem;
    }

    /* 	for single happening and beauty img text, text */
    .blog__content-text .blog__content-image {
        width: 100%!important;
    }

    /* 	sidenav beauty */
    .blogs__header-mobile {
        /*padding-left: 4vw;*/
    }

    /* 	beauty blog insta */
    .instagram-media {
        max-width: 100%!important;
        min-width: 100%!important;
    }

    /* 	single beauty */
    .blogs__mobile {
        display: block;
    }

    .blog__title {
        letter-spacing: 2px;
    }

    .blogs__desktop {
        display: none;
    }

    .productSwiper img {
        padding: 0 5vw 0 5vw;
    }

    .about__wrap {
        width: 100%;
    }

    #about-page .mySwiper {
        display: none;
    }

    #about-page .mySwiperMobile {
        display: block;
    }

    /* 	footer */
    .footer__form-message-wrap {
        margin-inline: 7.5vw 0;
        width: min(20rem, 100%);
    }
}

@media (max-width: 400px) {
    /* 	homepage part 1 */
    /* 	header */
    #homepage-slider1-item-2 .slider__item-title{
        font-size: 2rem;
    }

    #blogs .blogs__content {
        width: min(100% - 10.5vw);
    }

    .home-happening .banner__button--full{
        width: 36vw;
        padding: 0.7rem min(2.5rem, 5vw);
    }

    .home-happening .banner__button--outline{
        width: 36vw;
        padding: 0.7rem min(2.5rem, 5vw);
    }

    .homepage-trending .banner__button--full{
        width: 36vw;
        padding: 0.7rem min(2.5rem, 5vw);
    }

    .homepage-trending .banner__button--outline{
        width: 36vw;
        padding: 0.7rem min(2.5rem, 5vw);
    }

    .part_6-background .banner__button--outline {
        width: 36vw;
        padding: 0.7rem min(2.5rem, 5vw);
    }

    .part_6-background .banner__button--full {
        width: 36vw;
        padding: 0.7rem min(2.5rem, 5vw);
    }

    #about-page-3 .slider__item-title {
        font-size: 2rem;
    }
}

@media (max-width: 350px) {
    .home-happening .banner__button--full {
        padding: 0.5rem min(2.5rem, 5vw);
        font-size: clamp(0.6rem, 1.8vw, 1.06rem);
    }

    .home-happening .banner__button--outline {
        padding: 0.5rem min(2.5rem, 5vw);
        font-size: clamp(0.6rem, 1.8vw, 1.06rem);
    }

    .homepage-trending .banner__button--full {
        padding: 0.5rem min(2.5rem, 5vw);
        font-size: clamp(0.6rem, 1.8vw, 1.06rem);
    }

    .homepage-trending .banner__button--outline {
        padding: 0.5rem min(2.5rem, 5vw);
        font-size: clamp(0.6rem, 1.8vw, 1.06rem);
    }

    .part_6-background .banner__button--outline {
        padding: 0.5rem min(2.5rem, 5vw);
        font-size: clamp(0.6rem, 1.8vw, 1.06rem);
    }

    #services .button--outline {
        font-size: clamp(0.8rem, 1.8vw, 1.06rem);
    }
}

@media (max-width: 300px) {
    /* 	part 1 */
    #homepage-slider1-item-2 .slider__item-subtitle {
        font-size: 1.45rem;
    }

    #homepage-slider1-item-2 .slider__item-title {
        font-size: 1.45rem;
    }

    .part_6-background .banner__button-wrap {
        gap: min(0.3rem, 4vw);
    }

    .home-happening .banner__button--full {
        width: 38vw;
    }

    .home-happening .banner__button--outline {
        width: 38vw;
    }

    .homepage-trending .banner__button--full {
        width: 38vw;
    }

    .homepage-trending .banner__button--outline {
        width: 38vw;
    }

    .part_6-background .banner__button--full {
        width: 38vw;
    }

    .part_6-background .banner__button--outline {
        width: 38vw;
    }

    #about-page-3 .slider__item-subtitle {
        font-size: 1.45rem;
    }

    #about-page-3 .slider__item-title {
        font-size: 1.45rem;
    }

}