h1 {
    display: none;
}
.product-brand {
    margin-top: 0;
    padding: 40px;
}
@media only screen and (max-width: 768px) {
    .product-brand {
        padding: 30px 20px;
    }
}
ul,
ol {
    padding: 0;
    padding-left: 20px;
}
.breadcrumb {
    position: relative;
    z-index: 10;
    margin: 0;
}
.breadcrumb li a span,
.breadcrumb li span,
.breadcrumb > li:after {
    color: #fff;
}
.section__title {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    text-align: center;
}
.section__dsc {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
.img {
    display: flex;
}
.herobanner {
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    /* max-height: 495px; */
    border-radius: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.herobanner__left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 50px 60px;
    width: 50%;
}
.herobanner__left .title {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}
.herobanner__left .dsc {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 25px;
}
.herobanner__left .dsc:last-child {
    margin-bottom: 0;
}
.herobanner__left .adv__list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}
.herobanner__left .adv__list li {
    flex: 0 0 calc(25% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px 10px;
    width: 100%;
    max-width: 110px;
    height: 100%;
    min-height: 110px;
    max-height: 110px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    text-align: center;
}
.herobanner__left .adv__list li .number {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 5px;
}
.herobanner__left .adv__list li .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}
.herobanner__left .reward__list {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.herobanner__left .reward__list li > img {
    width: 83px;
    height: 83px;
    object-fit: contain;
}
.herobanner__right {
    display: flex;
}
.herobanner__right img {
    max-height: 495px;
    object-fit: contain;
}
.reward__list {
    margin-bottom: 20px;
}
.herobanner__left .reward__list-img {
    max-width: 70px;
}
.reward__list .google-rating-widget-fixed {
    position: relative;
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
    flex-shrink: 0;
}
.reward__list .google-rating-widget-fixed .google-rating-widget-total a {
    font-size: 14px;
}
.s-whywe {
    position: relative;
    padding: 50px 0;
}
.s-whywe::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/bg_patern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    opacity: 0.1;
    z-index: 0;
}
.s-whywe .container {
    position: relative;
    z-index: 10;
}
.s-whywe .section__title {
    margin-bottom: 40px;
}
.recomendation__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}
.recomendation__list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 176px;
    text-align: center;
}
.recomendation__list li .number {
    width: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 150px;
    line-height: 176px;
    background: linear-gradient(295deg, rgba(255, 242, 178, 1) 0%, rgba(226, 172, 29, 1) 45%, rgba(255, 242, 178, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: -1;
}
.recomendation__list li .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
/* start deWELLoper */
.about-hero-video {
    background: #000;
    position: relative;
    top: -60px;
    max-width: 1600px;
    margin: 0 auto;
}
.about-hero-video video {
    display: block;
    max-width: 100%;
}
.about-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14rem;
    line-height: 10rem;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 10;
    width: 100%;
    max-width: 1260px;
    text-align: center;
}
.about-hero-title img {
    max-width: 400px;
    width: 100%;
    height: 100%;
}
.about-hero-title span {
    font-size: 50px;
    display: block;
}
.about-hero-video .yt-embed-player {
    border-left-color: #000;
}
.about-hero-video .yt-embed {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.about-hero-video .yt-embed iframe {
    transform: scale(1.2);
}
.about-hero-video .yt-embed .yt-embed-overlay {
    background: rgba(0, 0, 0, 0.4);
}
.about-hero-video .yt-embed .yt-embed-overlay::after,
.about-hero-video .yt-embed .yt-embed-overlay::before {
    content: none;
}
.product-brand__dsc {
    padding-bottom: 10px;
}
.beauty-trio {
    color: #000;
    background: #fff;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.beauty-trio ul {
    padding-left: 20px;
}
.beauty-trio .featuredcategory-title {
    display: none;
}
.beauty-trio__title {
    margin-bottom: 5px;
}
.beauty-trio__title + p {
    margin-bottom: 30px;
    min-height: 40px;
}

.about-cofounder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: -10px;
}
.cofounder-text {
    width: 45%;
    margin-top: 20px;
    padding-bottom: 30px;
}
.cofounder-title {
    margin-bottom: 8px;
}
.cofounder-title p {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 8px 13px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.cofounder-text > p {
    margin-top: 16px;
    margin-bottom: 24px;
}
.cofounder-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.cofounder-signature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.cofounder-signature img {
    max-height: 50px;
}
.cofounder-img {
    width: 55%;
    text-align: right;
}
.cofounder-img img {
    max-height: 620px;
}
.sp-seo-faq {
    margin: 2rem auto;
    max-width: 1000px;
}
.faq-title.new {
    display: block;
    font-weight: 600;
}
.faq .faq-title {
    display: none !important;
}
.faq-text h2,
.faq-text h3 {
    font-weight: 500;
}
.faq-text b,
.faq-text strong {
    font-weight: 400;
}
.faq-link {
    font-weight: 400;
}
@media (max-width: 1200px) {
    .cofounder-img,
    .cofounder-text {
        width: 50%;
    }
    .about-cofounder {
        align-items: end;
    }
    .cofounder-img img {
        max-width: 100%;
    }
}
.banners__block-item.item--qr .banners__block-item-content.item--right .content-group img {
    max-width: 200px;
}
.about-brand-cosmetics > .about-brand-cosmetics__title {
    text-align: center;
}
.about-brand-cosmetics__list {
    margin-bottom: 40px;
}
.about-brand-cosmetics__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.about-brand-cosmetics__text {
    margin-bottom: 30px;
}
.about-brand-cosmetics__text:last-child {
    margin-bottom: 0;
}
.about-brand-cosmetics__text p {
    margin-bottom: 0;
}
.about-brand-cosmetics__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-brand-cosmetics__item .about-brand-cosmetics__info,
.about-brand-cosmetics__item .about-brand-cosmetics__img {
    flex: 0 0 50%;
}
.about-brand-cosmetics__img img {
    max-width: 100%;
}
.about-brand-cosmetics__item:nth-child(even) .about-brand-cosmetics__info {
    padding-left: 20px;
}
.about-brand-block {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px 70px;
}
.about-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
}
.about-brand-list h3,
.rules-section h3 {
    margin: 0;
    flex: 100%;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.about-brand-item {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
}
.about-brand-item .d-icon {
    flex: 0 0 60px;
}
.about-brand-item .d-icon img {
    max-width: 100%;
}
.about-brand-info {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 26px;
}
.about-brand-info b {
    font-weight: 400;
}
.about-brand-info > * {
    margin: 0;
}
.about-brand-info h3 {
    font-size: 24px;
    line-height: 30px;
}
.about-brand-info ul {
    padding-left: 20px;
}
/* end deWELLoper */
@media only screen and (max-width: 1150px) {
    .herobanner__left {
        width: 100%;
        order: 1;
        padding: 20px 30px;
    }
    .herobanner__right {
        padding: 20px;
        order: 0;
    }
    .about-brand-block {
        grid-template-columns: 1fr;
    }
}
/* start deWELLoper */
@media (max-width: 950px) {
    .about-hero-title {
        font-size: 8rem;
        line-height: 6rem;
        padding: 0 20px;
    }
    .about-hero-title img {
        max-width: 300px;
    }
    .about-hero-title span {
        font-size: 3rem;
    }
    .cofounder-img,
    .cofounder-text {
        width: 100%;
    }
    .cofounder-text {
        padding: 0;
    }
    .cofounder-signature {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .cofounder-img {
        margin-top: -80px;
        overflow: hidden;
    }
}
/* end deWELLoper */
@media only screen and (max-width: 768px) {
    .beauty-trio__item::after {
        content: '';
        position: relative;
        width: 80%;
        height: 1px;
        margin: 0 auto;
        bottom: -10px;
        background-color: #e2e2e2;
    }
    .category__list {
        padding: 50px 5px;
    }
    .herobanner {
        grid-gap: 20px;
        background-position: center;
        grid-template-columns: auto;
        justify-items: center;
    }
    .herobanner__left .adv__list {
        margin-top: 35px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0;
    }
    .herobanner__left .adv__list li {
        flex: 0 0 50%;
    }
    .herobanner__left {
        order: 1;
        padding: 20px 30px;
    }
    .herobanner__left .reward__list {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
        margin-bottom: 0;
    }
    .herobanner__left .reward__list-img {
        max-width: 50px;
    }
    .herobanner__left .adv__list li .text {
        font-size: 14px;
    }
    .herobanner__left .adv__list li .number {
        font-size: 20px;
        line-height: 20px;
    }
    .banners__block-item > div {
        width: 100%;
        order: unset;
    }
    .banners__block-item:nth-child(even) .banners__block-item-img,
    .banners__block-item:nth-child(even) .banners__block-item-content {
        order: unset;
    }
    .banners__block-item .banners__block-item-content,
    .banners__block-item:nth-child(even) .banners__block-item-content {
        padding: 10px 20px 20px;
    }
    .banners__block-item.item--qr {
        padding: 20px;
        justify-content: space-between;
    }
    .banners__block-item.item--qr img {
        display: block;
        margin: 0 auto;
    }
    .banners__block-item.item--qr .banners__block-item-img {
        width: 60%;
    }
    .banners__block-item.item--qr .banners__block-item-content.item--right {
        width: 35%;
        padding: 0;
    }
    .banners__block-item.item--qr .banners__block-item-content.item--right .content-group {
        text-align: right;
    }
    .banners__block-item.item--qr .banners__block-item-content.item--right .content-group a {
        display: block;
        margin-bottom: 20px;
    }
    .banners__block-item.item--qr .banners__block-item-content.item--right h3,
    .banners__block-item.item--qr .banners__block-item-content.item--right .dsc {
        display: none;
    }
    .banners__block-item.item--qr .banners__block-item-content.mob-only {
        padding: 20px 0 0;
        display: block;
        width: 100%;
    }
    /* start deWELLoper */
    .about-hero-video {
        top: -50px;
    }
    .about-hero-title {
        padding: 0 15px;
        font-size: 5rem;
        line-height: 4rem;
    }
    .about-hero-title img {
        max-width: 230px;
    }
    .about-hero-title span {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-top: 10px;
        display: none;
    }
    .about-cofounder {
        padding: 0 15px;
    }
    .cofounder-title {
        margin-bottom: 5px;
    }
    .cofounder-title p {
        font-size: 18px;
        line-height: 24px;
    }
    .cofounder-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .cofounder-text > p {
        margin-top: 6px;
        margin-bottom: 12px;
    }
    .cofounder-signature {
        font-size: 10px;
        line-height: 12px;
    }
    .about-cofounder {
        margin-left: 0;
        margin-right: 0;
    }
    .cofounder-img img {
        max-height: 260px;
    }

    .about-brand-cosmetics__item .about-brand-cosmetics__info,
    .about-brand-cosmetics__item .about-brand-cosmetics__img {
        flex: 0 0 100%;
    }
    .about-brand-cosmetics__item:nth-child(odd) .about-brand-cosmetics__info {
        order: 2;
    }
    .about-brand-cosmetics__item:nth-child(odd) .about-brand-cosmetics__img {
        order: 1;
    }
    .about-brand-cosmetics__item {
        margin-bottom: 20px;
        row-gap: 20px;
    }
    .about-brand-cosmetics__info {
        padding: 0 !important;
    }
    .about-brand-list {
        padding: 0 20px;
        gap: 10px;
    }
    .about-brand-list h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    .about-brand-item {
        column-gap: 20px;
        flex: 100%;
    }
    .about-partner-item .d-title {
        font-size: 20px;
    }
    .about-brand-item .d-icon {
        flex: 0 0 40px;
    }
    .about-brand-info {
        padding: 40px 20px;
    }
    /* end deWELLoper */
}
@media only screen and (max-width: 478px) {
    img {
        max-width: 100%;
    }
    .herobanner {
        grid-template-columns: 1fr;
        height: max-content;
        max-height: 100%;
        padding: 30px 10px;
    }
    .recomendation__list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        list-style: none;
    }
}
