/* LOGO */
#mainnav,
#mainnav .container-narrow {
    height: unset !important;
}
.top-navbar {
    display: none;
}
.navbar-brand img {
    max-width: 230px !important;
    height: 8rem !important;
    max-height: unset !important;
    margin-top: 6px;
}
@media (max-width: 1023px) {
    .header-section--center {
        transform: translate(-100%, -40%);
    }
}
@media (max-width: 768px) {
    .navbar-brand img {
        max-width: unset !important;
        height: 5rem !important;
        max-height: unset !important;
    }
}

/* W_hero_section */
section.W_hero_section p {
    font-size: 29px !important;
    font-weight: 900 !important;
    max-width: 240px !important;
    line-height: 40px;
}
section.W_hero_section h1 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-block: 0.4rem !important;
    max-width: 270px !important;
}
section.W_hero_section img {
    object-position: 10%;
}
@media (min-width: 1280px) {
    section.W_hero_section p {
        font-size: 56px !important;
        line-height: 72px;
        max-width: 400px !important;
        font-weight: 900 !important;
    }
    section.W_hero_section h1 {
        font-size: 22px !important;
        font-weight: 500 !important;
        max-width: 40% !important;
        margin-block: 2rem !important;
    }
}

/* W_categories_banner */
section.W_categories_banner .group,
section.W_categories_banner .rounded-card img {
    border-radius: 30px;
}
section.W_categories_banner .s-count-down-item {
    background-color: #000;
}
section.W_categories_banner .s-count-down-item-label {
    color: #fff;
    opacity: 1;
}
@media (max-width: 1024px) {
    section.W_categories_banner .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* W_store_categories */
section.W_store_categories .grid-elements > a {
    background-color: #F5F5F5;
    border-radius: 30px;
}
section.W_store_categories .grid-elements img {
    padding: 15%;
}

/* W_flash_deal */
section.W_flash_deal .container-narrow > div {
    border-radius: 40px
}
section.W_flash_deal .pointer-events-none {
    display: none;
}
section.W_flash_deal .s-count-down-list * {
    color: #fff;
    border-color: #fff;
}
.W_flash_deal .s-count-down-item::after {
    background-color: #fff;
}

/* W_beauty-start */
section.W_beauty-start .single-bg {
    border-radius: 24px;
}
@media (min-width: 1280px) {
    section.W_beauty-start .container-narrow {
        max-width: 1500px;
    }
}
@media (min-width: 768px) {
    section.W_beauty-start .md\:h-\[70vh\] {
        height: 60vh;
    }
}
section.W_beauty-start div:has( > .slide-content ) {
    justify-content: start !important;
}
section.W_beauty-start .slide-content {
    text-align: start;
    margin-right: 5%;
}
section.W_beauty-start .slide-content p {
    font-size: 24px !important;
}
@media (max-width: 768px) {
    section.W_beauty-start .md\:h-\[70vh\] {
        height: 34vh;
    }
    section.W_beauty-start .slide-content p {
        font-size: 28px !important;
        font-weight: bold;
    }
    section.W_beauty-start .slide-content h2 {
        font-size: 14px !important;
        max-width: 200px;
    }
    section.W_beauty-start .slide-content {
        margin-right: 1%;
    }
    section.W_beauty-start .single-bg {
        background-position: 34%;
    }
}

/* W_explore_now */
section.W_explore_now .h-full > .group {
    padding: 30px;
}
@media (min-width: 1024px) {
    section.W_explore_now .h-full > .group h2 {
        font-size: 44px;
    }
    section.W_explore_now a.text-xs {
        font-size: 20px;
        font-weight: 600;
        margin-top: 1rem;
    }
}
@media (max-width: 1024px) {
    section.W_explore_now .group img {
        object-position: 20%;
    }
    section.W_explore_now .group img[src *= '7818504ca052-original'] {
        object-position: unset;
    }
}