.inner-page-hero {
    min-height: clamp(120px, 16vw, 230px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-beautification {
    overflow-x: hidden;
}

.homepage-beautification .home-hero {
    background: #f7f7f5;
}

.homepage-beautification .slideshow-container {
    aspect-ratio: 2048 / 744;
    height: auto;
}

.homepage-beautification .slide a,
.homepage-beautification .slide img {
    display: block;
    height: 100%;
    width: 100%;
}

.homepage-beautification .slide img {
    object-fit: contain;
    object-position: center;
}

.homepage-beautification .home-section {
    padding-top: clamp(30px, 3.2vw, 46px) !important;
    padding-bottom: clamp(34px, 3.8vw, 54px) !important;
}

.homepage-beautification .home-recommended {
    padding-top: clamp(26px, 3vw, 40px) !important;
}

.homepage-beautification .home-section .section-title {
    margin-bottom: clamp(18px, 2vw, 28px) !important;
}

.homepage-beautification .section-title .title {
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.25;
}

.homepage-beautification .popular-slider-init .slick-list,
.homepage-beautification .product-slider-init .slick-list,
.homepage-beautification .blog-init .slick-list,
.homepage-beautification .certificate-slider-init .slick-list {
    margin: 0 -12px;
}

.homepage-beautification .popular-slider-init .slick-slide,
.homepage-beautification .product-slider-init .slick-slide,
.homepage-beautification .blog-init .slick-slide,
.homepage-beautification .certificate-slider-init .slick-slide {
    padding: 0 12px;
}

.homepage-beautification .product-card {
    height: 100%;
}

.homepage-beautification .product-thumbnail {
    aspect-ratio: 1 / 1;
    background: #fafafa;
    overflow: hidden;
}

.homepage-beautification .product-thumbnail img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.homepage-beautification .product-desc .title {
    line-height: 1.35;
}

.homepage-beautification .about-left-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.homepage-beautification .about-section .aboutus-content {
    color: #666;
    font-size: 16px;
    line-height: 1.85;
}

.homepage-beautification .certificates-section {
    background: #f8faf8;
    border-bottom: 1px solid #eef1ee;
    border-top: 1px solid #eef1ee;
}

.homepage-beautification .certificate-card {
    background: #fff;
    border: 1px solid #e6ebe6;
    box-shadow: 0 10px 24px rgba(18, 45, 28, 0.06);
    padding: clamp(12px, 1.6vw, 18px);
}

.homepage-beautification .certificate-media {
    align-items: center;
    aspect-ratio: 3 / 4;
    background: #fbfbfa;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.homepage-beautification .certificate-media img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.homepage-beautification .certificate-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin: 14px 0 0;
    text-align: center;
}

.homepage-beautification .certificate-slider-init .slick-arrow {
    background: #2caf4e;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(44, 175, 78, 0.22);
}

.homepage-beautification .certificate-slider-init .slick-arrow:hover {
    background: #249341;
}

.homepage-beautification .blog-thumb {
    aspect-ratio: 4 / 3;
}

.homepage-beautification .blog-thumb img {
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .homepage-beautification .slideshow-container {
        aspect-ratio: 2048 / 744;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .inner-page-hero {
        min-height: clamp(86px, 26vw, 120px);
    }

    .homepage-beautification .container {
        max-width: 100%;
        overflow: hidden;
        width: 100%;
    }

    .homepage-beautification .row,
    .homepage-beautification [class*="col-"] {
        min-width: 0;
    }

    .homepage-beautification .slideshow-container {
        background: #f7f7f5;
        height: clamp(240px, 72vw, 300px);
    }

    .homepage-beautification .home-hero .slide {
        display: none;
        height: 100%;
        opacity: 1;
        position: relative;
    }

    .homepage-beautification .home-hero .slide.active {
        display: block;
    }

    .homepage-beautification .home-hero .slide a,
    .homepage-beautification .home-hero .slide img {
        height: 100%;
    }

    .homepage-beautification .home-hero .slide img {
        background: #f7f7f5;
        object-fit: contain;
    }

    .homepage-beautification .home-hero .controls {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .homepage-beautification .home-section {
        padding-top: 32px !important;
        padding-bottom: 42px !important;
    }

    .homepage-beautification .popular-slider-init .slick-list,
    .homepage-beautification .product-slider-init .slick-list,
    .homepage-beautification .blog-init .slick-list,
    .homepage-beautification .certificate-slider-init .slick-list {
        margin: 0;
    }

    .homepage-beautification .popular-slider-init:not(.slick-initialized),
    .homepage-beautification .product-slider-init:not(.slick-initialized),
    .homepage-beautification .blog-init:not(.slick-initialized),
    .homepage-beautification .certificate-slider-init:not(.slick-initialized) {
        display: flex;
        overflow: hidden;
        width: 100%;
    }

    .homepage-beautification .popular-slider-init:not(.slick-initialized) .slider-item,
    .homepage-beautification .product-slider-init:not(.slick-initialized) .slider-item,
    .homepage-beautification .blog-init:not(.slick-initialized) .slider-item,
    .homepage-beautification .certificate-slider-init:not(.slick-initialized) .slider-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homepage-beautification .popular-slider-init .slick-slide,
    .homepage-beautification .product-slider-init .slick-slide,
    .homepage-beautification .blog-init .slick-slide,
    .homepage-beautification .certificate-slider-init .slick-slide {
        padding: 0 10px;
    }

    .homepage-beautification .about-content,
    .homepage-beautification .about-section .aboutus-content {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .homepage-beautification .certificate-card {
        padding: 12px;
    }

    .homepage-beautification .product-card,
    .homepage-beautification .single-blog,
    .homepage-beautification .certificate-card {
        max-width: 100%;
        overflow: hidden;
    }
}
