/* ------ blog 04-12-2024 --------- */
.subs_qure-new .subs_qure-new-form button {
    position: absolute !important;
    right: 15px;
    padding: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0 !important;
    width: 25px;
    height: 35px !important;
    background: #fff !important;
    border-radius: 50% !important;
}
.subs_qure-new .subs_qure-new-form input {
    border: 1px solid #000 !important;
    border-radius: 25px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 7px 35px 7px 15px !important;
    max-width: 208px;
}
.subs_qure-new .subs_qure-new-form button:after {
    content: '';
    top: 50%;
    position: absolute;
    left: 2px;
    width: 100%;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14' fill='none'%3E%3Cpath d='M13.7062 0.28125L12.5982 1.71875L15.9715 6H0.164062V8H15.9715L12.5982 12.2812L13.7062 13.7188L19 7L13.7062 0.28125Z' fill='black'/%3E%3C/svg%3E") no-repeat!important;
    transform: translateY(-50%);
    z-index: -1;
    cursor: pointer;
}
.subs_qure-new .subs_qure-new-form .klaviyo-form {
    padding: 0 !important;
}
/* .subs_qure-new .subs_qure-new-form .needsclick.kl-private-reset-css-Xuajs1 {
    padding: 0 !important;
} */
/* ------ blog 04-12-2024 --------- */

/* ------ blog new start 06-11-2024 --------- */
.subscriptions_section .cancel_section h6 {
    font-size: 24px;
    margin-bottom: 32px;
}
.subscriptions_section a {
    text-underline-offset: 5px;
    text-decoration-color: #008763;
}
.blog_wrap-new {
    width: 100%;
    max-width: 455px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 20px;
    margin: 37px 0;
}
.blog_wrap-new1 {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr;
    width: 100%;
    max-width: 664px;
    gap: 24px;
    align-items: center;
    margin: 37px 0;
}
.skin_graph-img{
    padding: 37px 0;
}
.subs_qure-new input {
    padding: 7px 35px 7px 15px;
    border-radius: 25px;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.13px;
    max-width: 208px;
}
.subs_qure-new {
    border-radius: 8px;
    background: linear-gradient(0deg, var(--White, #FFF) 0%, var(--White, #FFF) 100%), #FFFAF1;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    width: fit-content;
    padding: 22px;
    margin: 37px 0;
}
.subs_qure-new label {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.14px;
    padding-right: 16px;
}
.subs_qure-new button {
    position: absolute;
    right: 15px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.article_blog-new .blog_banner h2{
    font-size: 45px;
}
.article_blog-new .blog_banner p {
    font-size: 13px;
}
.article_blog-new  .share_blog-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    margin-top: 20px;
}
.article_blog-new .share_blog-social ul {
    display: flex;
    gap: 20px;
}
.article_blog-new .m_p_title {
    padding-left: 14px;
}
/* Initialize counter */
.article_blog-new .most_popular {
    counter-reset: m_p_counter;
    position: relative;
  }
  
  .article_blog-new .m_p_item::before {
    counter-increment: m_p_counter;
    content: counter(m_p_counter) ". ";
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    left: 68px;
    padding-top: 18px;
    color: #000;
}
.article_blog-new .blog_post_bl .title-xl {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0.36px;
    font-family: 'Canela Web';
    opacity: 0.8;
}
.article_blog-new .blog_wrap .blog_info{
    padding-bottom: 10px;
}
/* ------ blog new start 06-11-2024 --------- */

/* ------------- blog tab button start ------ */
.blogs_tab_wrapper {
    background-color: #F5F5F5;
    padding: 32px 0 32px 0;
    position: sticky;
    top: var(--headerheight);
    z-index: 9
}

.blogs_tab_wrapper ul {
    display: flex;
}

.blogs_tab_wrapper ul li {
    margin-right: 40px;
}

.blogs_tab_wrapper .blogs_tab {
    color: #000;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.14px;
    background-color: transparent;
}

.blog_post_bl.blog_guide_main {
    padding-bottom: 50px !important;
}

.blog_guide_wrap {
    display: flex;
    gap: 12px;
}

.blog_guide {
    position: relative;
    max-width: 200px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.blog_guide_info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}

.blog_guide img {
    border-radius: 6.042px;
    background: url(<path-to-image>) lightgray 0px -71.752px / 100% 365.745% no-repeat;
    box-shadow: 0px 0px 3.021px 0px rgba(0, 0, 0, 0.12);
}

.blog_guide h2 {
    font-size: 19.638px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.541px;
    letter-spacing: 0.196px;
    font-family: "Canela Web";
}

.blog_guide:hover {
    border: 2px solid #C7E7DC;
}
.blogs .blogs_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 40px;
}
.blogs .pagination .page-link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.14px;
    border: none;
}
.blogs .pagination{
    padding-top: 60px;
    justify-content: center;
}
.blogs .pagination .page-item.active .page-link {
    background: transparent;
    opacity: .3;
}
.blogs .pagination .page-item.prev {
    padding-right: 60px;
}
.blogs .pagination .page-item.next {
    padding-left: 60px;
}
.blogs li.breadcrumb-item {
    font-size: 14px;
}
.blogs li.breadcrumb-item a{
    color: #000;
}
@media(max-width:767px) {
    .blogs li.breadcrumb-item {
        font-size: 12px;
    }
    .blogs .pagination {
        padding-top: 38px;
    }
    .blogs .section_header h2.title-lg {
        font-size: 34px;
    }
    .blogs .blogs_main {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 38px;
    }
    .blogs_tab_wrapper {
        position: fixed;
        bottom: 0;
        top: auto;
        z-index: 9;
        width: 100%;
        padding: 13px 0px;
    }

    .blogs_tab_wrapper .blogs_tab {
        font-size: 13px;
        line-height: 22px;
    }

    .blogs_tab_wrapper ul li {
        margin-right: 0;
    }

    .blogs_tab_wrapper ul {
        justify-content: space-between;
    }

    .blog_guide_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .blog_guide h2 {
        font-size: 16px;
        line-height: 33.956px;
        letter-spacing: 0.16px;
    }

    .blog_post_bl.blog_guide_main {
        padding-bottom: 50px !important;
    }
}

/* ------------- blog tab button end ------ */
/* ------------- blog post wrapper start ------ */
.blogs_tab_info {
    padding: 25px 0;
}

.blog_post_bl:not(:last-child) {
    padding-bottom: 40px;
}

.blogSliderLED_outer .swiper-slide {
    padding: 0 10px;
}

.blogSliderLED_outer {
    margin: 0 -10px;
}

.blog_post_bl .swiper-wrapper {
    padding-bottom: 30px;

}

.blog_post_bl .swiper.dot_pagination .swiper-pagination {
    padding-top: 30px;
}

.blog_wrap {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

.blog_wrap .blog_content {
    padding: 20px 14px;
}

.blog_wrap .blog_btn_wrapper {
    position: absolute;
    bottom: 0;
    padding: 20px 14px;
}

.blog_wrap .blog_info,
.blog_wrap .blog_date {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 0;
}

.blog_info-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.blog_wrap .blog_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.14px;
}

.blog_wrap .blog_btn {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.13px;
    padding: 4px 0;
    max-width: 100%;
    width: 116px;
    border-radius: 30px;
}

.blog_wrap .blog_btn_wrapper {
    position: absolute;
    bottom: 0;
}

@media(max-width:767px) {

    .blog_wrap .blog_info {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
    }

    .blog_wrap .blog_title {
        font-size: 13px;
        line-height: 22px;
    }

    .blog_wrap .blog_btn {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.3px;
        padding: 9px 0;
        max-width: 100%;
        width: 121px;
        border-radius: 30px;
    }
}

/* ------------- blog post wrapper start ------ */

/* --------- most popular start -------- */
.blogs_grid {
    display: grid;
    grid-template-columns: 835px auto;
    gap: 52px;
}

.most_popular_title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.14px;
    padding-bottom: 20px;
}

.m_p_item {
    display: grid;
    gap: 10px;
    grid-template-columns: 58px auto;
    padding: 12px 0;
    border-bottom: 1px solid #EDE7DD;
}

.most_popular_title {
    border-bottom: 1px solid #EDE7DD;
}

.m_p_content {
    color: #000;
    opacity: 0.8;
}

.m_p_info {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.m_p_title {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.13px;
}

@media(max-width:767px) {
    .m_p_item {
        grid-template-columns: 1fr;
    }

    .most_popular {
        display: none;
    }
}

/* --------- most popular end -------- */


/* ------ article blog start --------- */

.article_blog .subscriptions_section {
    margin: 0;
    margin-bottom: 40px;
}

.article_blog .most_popular_title {
    padding-top: 20px;
}

.article_blog .most_popular .blog_wrap .blog_content {
    padding: 14px 20px 0 14px;
}

.article_blog .most_popular .blog_wrap .blog_btn_wrapper {
    padding: 0 14px 20px 14px;
}

.blog_breadcrumb {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.14px;
}

.blog_breadcrumb a {
    text-decoration: underline;
    color: #000;
}

.article_blog .title-xl {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.28px;
    font-family: 'Canela Light';
}

@media(max-width:767px) {
    .article_blog .blogs_tab_info {
        padding: 15px 0;
    }

    .blog_breadcrumb {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.12px;
    }

    .article_blog .title-lg {
        font-size: 34px;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 0.34px;
    }

}

/* ------ article blog end --------- */

/* ------ blog new start 06-11-2024 --------- */
@media(max-width:767px) {
.blog_wrap-new {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 28px 0;
}
.blog_wrap-new .blog_info {
    font-size: 13px;
}
.blog_wrap-new .blog_title{
    font-size: 18px;
    margin-bottom: 0;
}
.subs_qure-new input{
    max-width: 100%;
    width: 100%;
}
.subs_qure-new .subs_qure-new-form {
    width: 100%;
}
.subs_qure-new label{
    padding-bottom: 16px;
    font-size: 18px;
}
.subs_qure-new{
    margin: 28px 0;
}
.blog_wrap-new1{
    grid-template-columns: 1fr;
    gap: 0;
    margin: 28px 0;
}
.blog_wrap-new1 p{
    font-size: 18px;
}
.skin_graph-img {
    padding: 28px 0;
}
.subscriptions_section .cancel_section h6 {
    font-size: 22px;
    margin-bottom: 20px;
}
.article_blog-new .blog_banner h2 {
    font-size: 34px;
}
.article_blog-new .blog_post_bl .title-xl {
    font-size: 28px;
    margin-bottom: 0;
}
.share_blog-social ul li a img {
    width: 19px;
}
}
/* ------ blog new start 06-11-2024 --------- */




/* discover best seller css */

.discover_best_seller {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
    margin: 30px 0;
    gap: 10px;
}
.discover_best_seller .discover_banner_img img {
    max-width: 361px;
    max-height: 183px;
}
.discover_inner_content {
    padding: 0 5px 0 60px;
}
.discover_inner_content h2 {
    font-family: "Canela Light";
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    opacity: 0.8;
}
.discover_inner_content p {
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.discover_inner_content .shop_btn {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    background-color: #000;
    padding: 6px 25px;
    color: #fff;
    border-radius: 50rem;
}
@media(max-width:991px){
    .discover_inner_content {
        padding: 0 5px 0 30px;
    }
}
@media(max-width:767px){
    .discover_best_seller {
        flex-direction: column-reverse;
        max-width: 375px;
    }
    .discover_inner_content {
        padding: 5px 5px 25px;
    }
    .discover_best_seller .discover_banner_img img {
        max-width: 375px;
        max-height: max-content;
    }
}















