/** Shopify CDN: Minification failed

Line 2145:19 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
.logo_marquee_section {
    background: #D12471;
    padding: 20px 0;
}
.custom_container {
    max-width: 1388px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}
.logo_marquee_title h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin: 0;
}
.logo_marquee_title {
    text-align: center;
    margin: 0 0 15px;
}
.logo_marquee_col img {
    max-height: 105px;
    object-fit: scale-down;
    width: 100%;
    height: auto;
}
.logo_marquee_col {
    display: flex;
    align-items: center;
    height: 100%;
}
.logo_marquee_slider .swiper-slide {
    height: auto;
}
.section_title {
    color: #000;
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.section_dec {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 0;
}
.section_heading {
    text-align: center;
    margin: 0 0 40px;
}
.customer_section {
    padding: 60px 0;
}
.video_play_btn img,
.difference_step_icon img {
    height: 100%;
    width: 100%;
    display: block;
}
.customer_slide_video>img, .customer_slide_video>video {
    aspect-ratio: 16 / 22.6;
    object-fit: cover;
    display: block;
    width: 100%;
}
.customer_slide.video-playing .video_play_btn {
    display: none;
}
.customer_slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.video_play_btn {
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.customer_section .customer_arrow {
    position: static;
    margin: 0;
}
.customer_section .customer_arrow {
    position: static;
    margin: 0;
    opacity: 1;
    display: flex;
    height: 20px;
    width: 20px;
}
.customer_section .customer_pagination {
    position: static;
    display: inline-flex;
    opacity: 1; 
    width: fit-content;
    gap: 8px;
}
.customer_section .customer_pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    opacity: 1;
    background: #D9D9D9;
    margin: 0;
}
.customer_section .customer_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2D2D2D;
}
.customer_slide_bottom {
    display: none;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 20px 0 0;
}
.only_line_border img {
    max-width: 100px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.only_line_border {
    padding: 10px 0;
    background: rgba(209, 36, 113, 0.05);
    position: relative;
}
.only_line_border::after {
    content: "";
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.difference_step_icon {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.difference_step_info span {
    padding: 4px 12px;
    display: block;
    width: fit-content;
    border-radius: 50px;
    border: var(--alpha-button-border, 1px) solid #D12471;
    background: #D12471;
    color: #FFF;
    font-family: Inter;
    font-size: var(--font-size-13, 13px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
}
.difference_step_info p {
    margin: 12px 0 0;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
}
.difference_block {
    display: flex;
    gap: 20px;
    position: relative;
}
.difference_block:not(:last-child) {
    margin: 0 0 35px;
}
.difference_sub_title {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0 0 40px;
    display: block;
}
.difference_block::before {
    content: "";
    width: 2px;
    height: calc(100% + 10px);
    background: #000;
    display: block;
    position: absolute;
    left: 15px;
    top: 30px;
}
.difference_btn {
    display: block;
    width: 100%;
    padding: 18px 32px;
    border-radius: 8px;
    border: var(--stroke-weight-2, 2px) solid rgba(0, 0, 0, 0.00);
    background: #D12471;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.difference_btn:hover{
    background: transparent;
    border-color: #D12471;
    color: #D12471;
}
.difference_text ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    gap: 10px;
    justify-content: center;
}
.difference_text li {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}
.difference_bottom {
    margin: 35px 0 0;
}
.difference_wpr {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.difference_section,
.glass_skin_section {
    padding: 60px 0;
}
.glass_skin_wpr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.glass_skin_img {
    width: 51.6%;
}
.glass_skin_info {
    width: 48.4%;
}
.glass_skin_img img {
    aspect-ratio: 16 / 13.5;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.glass_skin_info .section_title {
    text-transform: none;
    line-height: 1;
}
.glass_skin_info .section_heading {
    text-align: left;
    margin: 0 0 30px;
}
.glass_skin_point {
    list-style: none;
    margin: 30px 0 20px;
    padding: 0;
}
.glass_skin_point li:not(:last-child){
    margin: 0 0 10px;
}
.glass_skin_info_inner {
    width: 100%;
    max-width: 402px;
    margin: 0 auto;
    padding: 0 20px;
}
.glass_skin_point li {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.glass_skin_point li::before {
    content: "";
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/cdn/shop/files/image_1.png?v=1780855358);
}
.glass_skin_btn {
    display: block;
    width: 100%;
    text-decoration: none;
    border-radius: 15px;
    background: #D12471;
    padding: 18px;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.glass_skin_btn:hover{
    background: #fae9f1;
    color: #000;
    border-color: #D12471;
}
.glass_skin_btn_wpr {
    width: 100%;
    max-width: 300px;
}
.skin_until_inner .section_title {
    text-transform: capitalize;
    font-size: 35px;
    margin: 0 0 4px;
}
.skin_until_inner .section_dec {
    font-size: 14px;
}
.skin_until_inner .section_heading {
    text-align: left;
    margin: 0;
}
.skin_until_logo h3 {
    margin: 0;
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}
.skin_until_section {
    padding: 55px 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 679px;
    display: flex;
    justify-content: flex-end;
    aspect-ratio: 16 / 7;
}
.skin_until_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 428px;
    margin-left: auto;
}
.trust_section {
    padding: 60px 0;
}
.trust_section .section_title {
    text-transform: capitalize;
    margin: 0;
    line-height: 1.1;
}
.trust_section .section_heading {
    max-width: 800px;
    margin-inline: auto;
}
.trust_img img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.trust_info h5 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 5px;
}
.trust_info p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.trust_info {
    margin: 15px 0 0;
    text-align: center;
}
.trust_wpr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}
.feel_daily_section {
    background: #D12471;
    padding: 60px 0;
}
.feel_daily_Wpr {
    display: flex;
    flex-wrap: wrap;
}
.feel_daily_left, .feel_daily_right {
    width: 50%;
}
.feel_daily_left_inner .section_title {
    color: #FFF;
}
.feel_daily_left_inner .section_dec {
    font-size: 17px;
    color: #fff;
}
.feel_daily_left_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 500px;
    border: var(--stroke-weight-1, 1px) solid #FFF;
    background: #FFF;
    box-shadow: 0 12px 24px 0 rgba(21, 84, 175, 0.32), 0 1px 0 1px rgba(255, 255, 255, 0.35) inset;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: var(--letter-spacing--0_4, -0.4px);
    text-transform: capitalize;
    padding: 18px 46px;
    transition: all 0.3s ease-in-out;
}
.feel_daily_left_btn:hover {
    background: #fae9f1;
}
.feel_daily_left_inner .difference_text li {
    color: #fff;
}
.feel_daily_right h5 {
    color: #FFF;
    font-family: var(--font-family-Font-1, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-33_6, 33.6px);
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin: 0;
}
.feel_daily_col h2 {
    color: #FFF;
    font-family: var(--font-family-Font-1, Inter);
    font-size: 58px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: 1;
    margin: 15px 0;
}
.feel_daily_col p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.feel_daily_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 30px;
}
.feel_daily_left_inner {
    max-width: 480px;
    margin: 0 auto;
}
.feel_daily_left_btn img {
    width: 28px;
    height: 28px;
    display: block;
}
.advanced_section {
    padding: 60px 0;
}
.advanced_heading h4 {
    color: #000;
    text-align: center;
    font-family: "Source Serif Pro";
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 47px;
    margin: 0 0 10px;
}
.advanced_heading h2 {
    color: #000;
    text-align: center;
    font-family: "Source Serif Pro";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    margin: 0;
}
.advanced_heading {
    max-width: 900px;
    margin: 0 auto 40px;
}
.advanced_col_img{
    flex-shrink: 0;
}
.advanced_col_img img {
    width: 100%;
    max-width: 80px;
    display: block;
}
.advanced_bar h6 {
    color: #FFF;
    font-family: "Source Serif Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}
.advanced_bar {
    padding: 15px 20px;
    background: #D12471;
}
.advanced_col_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.advanced_col_info ul li {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.advanced_col_info ul li::before {
    content: "";
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/cdn/shop/files/check-mark_5290999_1.png?v=1780941473);
    flex-shrink: 0;
}
.advanced_col_info ul li:not(:last-child) {
    margin: 0 0 23px;
}
.advanced_inner {
    display: flex;
    align-items: center;
    gap: 39px;
    padding: 30px 20px 50px;
}
.advanced_wpr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    max-width: 1116px;
    margin: 0 auto;
}
.skin_compare_wpr {
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
}
.skin_compare_left {
    max-width: 310px;
}
.skin_compare_left .section_title {
    text-transform: capitalize;
    margin: 0 0 20px;
}
.skin_compare_left .section_heading {
    text-align: left;
    margin: 0 0 30px;
}
.skin_comparelist_item img {
    width: 100%;
    max-width: 50px;
    display: block;
    margin: 0 auto;
}
.skin_comparelist_item p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 10px 0 0;
}
.skin_compare_list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    max-width: 250px;
    margin: 0 auto 30px;
}
.skin_compare_right {
    flex: 1;
    padding-left: 60px;
}
.skin_compare_section {
    padding: 60px 0;
}
.skin_compare_right_img img {
    aspect-ratio: 16 /12;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.table_section {
    padding: 60px 0;
    background: rgba(209, 36, 113, 0.10);
}
.table_wpr {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
}
.table_left {
    max-width: 504px;
}
.table_left_inner_top h4 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.table_left_inner_top p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0;
}
.table_left_inner_top_img img {
    display: block;
    width: 100%;
    max-width: 80px;
}
.table_left_inner_top_img {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin: 15px 0 30px;
}
.table_left_inner_top span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.table_left_inner_top {
    margin: 0 0 15px;
}
.table_left_inner .section_heading {
    margin: 0;
    text-align: left;
}
.table_left_inner .section_title {
    text-transform: capitalize;
    margin: 0 0 26px;
    line-height: 1.1;
}
.table_left_inner .section_dec {
    font-size: 16px;
}
.row_flex {
    display: flex;
}
.table_right {
    flex: 1;
    padding-left: 25px;
}
.cell.feature,
.cell.empty {
    width: 29%;
}
.cell.check,
.cell.product-header,
.row_flex .cell:nth-child(2) {
    width: 27%;
}
.cell.cross,
.cell.others-header,
.row_flex .cell:last-child {
    width: 44%;
}
.cell.empty {
    display: block;
}
.row_flex .cell:not(.product-header) img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.row_flex:not(:first-child) .cell:nth-child(2),
.cell.product-header {
    background: #fff;
}
.cell.others-header {
    color: #000;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-bottom: 0;
}
.cell.product-header {
    border: 1px solid #000;
    border-width: 1px 0 0 1px;
}
.cell.feature {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
        display: flex;
    align-items: center;
}
.row_flex:not(:first-child) {
    min-height: 50px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.row_flex:not(:first-child) .cell {
    padding: 10px 5px;
}
.cell.product-header img {
    max-width: 94px;
    margin: -50px auto 0;
    display: block;
}
.row_flex {
    border-bottom: 1px solid #000;
}
.row_flex:not(:first-child) .cell:not(:first-child) {
    border-left: 1px solid #000;
}
.fiber_gummies_review_heading img {
    width: 100%;
    max-width: 190px;
    display: block;
    margin: 0 auto;
}
.fiber_gummies_review_heading .common_heading {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    margin: 12px 0 0;
}
.pdp-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pdp-left,.pdp-right {
    width: calc(50% - 30px);
}
.pdp-main-slide img {
    width: 100%;
    height: 100%;
}
.product-rating p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.product-info h1 {
    color: #000;
    font-family: "Cormorant Garamond";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.product-details p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: lowercase;
    margin: 0 0 20px;
}
.product-features {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 0;
}
.product-points ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-points ul li {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-points ul li::before {
    content: "";
    background-size: cover;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(/cdn/shop/files/Image_10.png?v=1781112620);
    flex-shrink: 0;
}
p.verified-customer-reviews-title {
    color: #000;
    font-family: var(--font-family-Font-1, Inter);
    font-size: 12.2px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-19_8, 19.8px);
    letter-spacing: var(--letter-spacing--0_18, -0.18px);
    text-transform: uppercase;
    margin: 0 0 11px;
}
.customer-profile img {
    width: 100%;
    max-width: 50px;
    height: auto;
    display: block;
}
.profile-star img {
    max-width: 79px;
    height: auto;
    display: block;
}
.profile-Verified {
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 999px;
    border: var(--stroke-weight-1, 1px) solid rgba(209, 36, 113, 0.10);
    background: rgba(209, 36, 113, 0.10);
    padding: 3px 4px;
    display: block;
    width: fit-content;
}
.profile-title {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 4px 0 0;
}
p.reviews-cont {
    color: rgba(0, 0, 0, 0.78);
    font-family: var(--font-family-Font-1, Inter);
    font-size: 10px;
    font-style: normal;
    font-weight: var(--font-weight-700, 400);
    line-height: 1.3;
    letter-spacing: 0;
    margin: 11px 0 0;
}
.customer-reviews-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 0;
    position: relative;
}
.customer-reviews-profile::after,
.customer-reviews-profile::before{
    content: "";
    background: linear-gradient(90deg, #D12471 0%, rgba(209, 36, 113, 0.40) 45%, rgba(209, 36, 113, 0.20) 75%, rgba(209, 36, 113, 0.00) 100%);
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
}
.customer-reviews-profile::after{
    bottom: 0;
}
.customer-reviews-profile::before{
    top: 0;
}
.customer-review-two {
    border-radius: 14px;
    border: var(--stroke-weight-1, 1px) solid rgba(209, 36, 113, 0.50);
    background: linear-gradient(180deg, var(--color-white-solid, #FFF) 0%, var(--color-grey-98, #F5F9FF) 100%);
    box-shadow: 0 8px 18px 0 rgba(16, 42, 84, 0.10);
    padding: 14px 20px 15px 25px;
    margin: 20px 0 0;
}
.reviews-author {
    color: rgba(0, 0, 0, 0.78);
    font-family: var(--font-family-Font-1, Inter);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: 17px;
    letter-spacing: var(--letter-spacing--0_14, -0.144px);
}
.customer-reviews-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customer-profile-cont {
    flex: 1;
}
.benifits ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}
.benifits ul li {
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
}
.benifits ul li::before{
    content: "";
    background-size: cover;
    background-position: center;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url(/cdn/shop/files/space_13706510_1.png?v=1781113262)
}
.benifits {
    padding-top: 5px;
    position: relative;
    margin: 10px 0;
}
.benifits::before {
    content: "";
    background: #D12471;
    height: 2px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-add-to-cart {
    border-radius: 10px;
    background: #D12471;
    min-height: 60px;
    width: 100%;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 10px 0 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.product-add-to-cart:hover{
    background: #f8deea;
    color: #000;
    border: 1px solid #d12471;
}
.product-add-to-cart .product-price span {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease-in-out;
}
.product-add-to-cart:hover .product-price span{
    color: #000;
}
.money-back-box2 .icon img {
    max-width: 50px;
    height: auto;
    display: block;
}
.content-wrap h6 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 12px;
    letter-spacing: -1px;
}
.content-wrap h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1px;
    margin: 0 0 12px;
}
.content-wrap p.desc {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -1px;
    margin: 0;
}
.content-wrap {
    flex: 1;
}
.money-back-box2 {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px dashed rgba(209, 36, 113, 0.70);
    background: #FFF;
    padding: 18px 20px;
    margin: 30px 0 0;
}
.pdp-table .sub_title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
    margin: 0;
}
.pdp-table .title {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
    margin: 0;
}
.table_description ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 40px;
}
.table_description ul li {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    gap: 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.80);
    min-height: 40px;
    padding-inline: 15px;
}
.table_description ul li::before {
    content: "";
    background-size: cover;
    background-position: center;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(/cdn/shop/files/image_1_2.png?v=1781117897)
}
.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 50px;
}
.pdp-table {
    padding: 30px 20px 40px;
    border-radius: 10px;
    border: 1px solid #000;
    background: linear-gradient(180deg, #F7EEE7 12.81%, rgba(247, 238, 231, 0.45) 35.31%, rgba(247, 238, 231, 0.55) 54.06%, rgba(247, 238, 231, 0.60) 71.49%, rgba(247, 238, 231, 0.55) 100%);
    margin: 30px 0;
}
.accordion_title h4 {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.accordion_content p, .accordion_content li, .accordion_content span {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
}
.accordion_content ul{
    margin: 0;
    padding: 0;
}
.accordion_content_wp {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
}
.plus-minus {
    position: relative;
}
.plus-minus:before, .plus-minus:after {
    content: "";
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 17px;
    width: 2px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}
.plus-minus:after {
    transform: translateY(-50%) rotate(90deg);
}
.accordion_item.active .plus-minus:after {
    opacity: 0;
}
.accordion_item.active .plus-minus:before {
    transform: translateY(-50%)rotate(90deg);
}
.accordion_title {
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding: 15px 0;
}
.accordion_item {
    padding-inline: 20px;
    border-bottom: 1px solid #000;
}
.mob-only {
    display: none;
}
.custom_product .kaching-bundles .kaching-bundles__bar-pricing,
.custom_product .kaching-bundles .kaching-bundles__bar-label,
.custom_product .kaching-bundles .kaching-bundles__block-title::after,
.custom_product .kaching-bundles .kaching-bundles__block-title::before {
    display: none;
}
.custom_product .kaching-bundles .kaching-bundles__block-title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0;
}
.custom_product .kaching-bundles .kaching-bundles__bars--horizontal .kaching-bundles__bar-wrapper {
    padding: 0;
}
.custom_product .kaching-bundles .kaching-bundles__bar-container {
    box-shadow: none;
    background: transparent;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}
.custom_product .kaching-bundles__bars.kaching-bundles__bars--horizontal .kaching-bundles__bar-container {
    padding: 20px 10px;
    min-height: 187px;
}
.custom_product .kaching-bundles .kaching-bundles__bar-container:hover,
.custom_product .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container{
    box-shadow: none;
}
.kaching-bundles .kaching-bundles__bars--horizontal .kaching-bundles__bar-main {
    width: 100%;
    padding-top: 12px;
}
.custom_product .kaching-bundles .kaching-bundles__bar-image {
    height: 105px;
    width: auto;
}
.custom_product .kaching-bundles .kaching-bundles__bar-title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.custom_product .kaching-bundles .kaching-bundles__bar-subtitle {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.custom_product .kaching-bundles__bars.kaching-bundles__bars--horizontal .kaching-bundles__bar-first-line {
    position: absolute;
    top: 20px;
}
.custom_product .kaching-bundles__bars.kaching-bundles__bars--horizontal .kaching-bundles__bar--selected .kaching-bundles__bar-container {
    border-radius: 25px;
    border: 1px solid rgba(209, 36, 113, 0.80);
    background: rgba(209, 36, 113, 0.15);
}
.custom_product .kaching-bundles .kaching-bundles__bar-radio {
    height: 15px;
    width: 15px;
}
.custom_product .kaching-bundles .kaching-bundles__bar-container .main-title {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions__title .shipping {
    color: #D12471;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 5px 0;
    display: block;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions__title .cancel {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar-first-line {
    width: 100%;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__subscriptions__title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .custom-data .save {
    border-radius: 5px;
    background: #D12471;
    padding: 3px 5px;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: 5px;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .price-wrap span {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .price-wrap .old-price {
    text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.50);
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar:first-child .old-price {
    display: block;
    text-align: end;
    margin: 0 0 5px;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar:last-child .main-title {
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar:last-child .delivered {
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin: 5px 0 0;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar-wrapper {
    padding: 15px 20px;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar-container {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    opacity: 0.5;
}
.custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar.kaching-bundles__bar--selected .kaching-bundles__subscriptions__card {
    border-radius: 10px;
    border: 1px solid #D12471;
    background: rgba(249, 240, 232, 0.50);
    opacity: 1;
}
.custom_product {
    padding: 70px 0 90px;
}
.main-slider-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.thumb-slider {
    width: 120px;
}
.pdp-thumb-slide img {
    aspect-ratio: 1;
    height: 100%;
    width: 100%;
    display: block;
}
.thumb-slider .swiper-slide {
    width: calc(100% - 4px);
    height: auto !important;
    margin: 0!important;
    border-radius: 10px;
    aspect-ratio: 1 !important;
    overflow: hidden;
    border: 2px solid transparent;
}
.thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #000;
}
.main-slider {
    margin: 0;
    flex: 1;
}
.section-header .page-width {
    max-width: 1388px;
    margin: 0 auto;
    padding: 10px 16px !important;
}
.list-menu__item {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 25px;
}
.header__menu-item:hover span{
    text-decoration: underline;
}
.header__inline-menu li:not(:last-child) {
    border-right: 1px solid rgba(45, 45, 45, 0.50);
}
.header__heading-logo.motion-reduce {
    max-width: 165px;
}
.section-header details-modal.header__search {
    display: none !important;
}
.header__icon--cart {
    margin: 0;
    width: auto;
    height: 34px;
    border-radius: 44px;
    background: #D12471;
    padding: 4px 10px;
    text-decoration: none;
    gap: 5px;
}
.header__icon--cart .cart-text-wrap {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-25_2, 25.2px);
}
.header__icon--cart .icon {
    width: 24px;
    height: 24px;
}
.header__icon--cart .icon .svg-wrapper {
    height: 100%;
    width: 100%;
}
.header__icon--cart .icon .svg-wrapper path {
    stroke: #fff;
}
.section-header .header__icons {
    padding: 0;
    align-items: center;
    gap: 7px;
}
.section-header sticky-header {
    border: none;
}
.new_marquee_section {
    overflow: hidden;
}
.new_marquee_wpr {
    padding: 10px 0;
    background: rgba(209, 36, 113, 0.15);
}
.new_marquee {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden;
}
.new_marquee_group {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 24px;
    white-space: nowrap;
    animation: scroll-x 50s linear infinite;
    -webkit-animation: scroll-x 50s linear infinite;
}
.new_marquee_section .new_marquee_group {
    width: inherit;
    flex-shrink: 0;
}
.new_marquee_inn {
    flex-shrink: 0;
}
.new_marquee_inn .main-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.new_marquee_inn .main-content img {
    height: 22px;
    width: 22px;
    object-fit: scale-down;
    flex-shrink: 0;
}
.new_marquee_inn .main-content p {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0
}
@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.new_top_bar_wpr p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: var(--height-13, 13px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-17_6, 17.6px);
    text-transform: capitalize;
    margin: 0;
    white-space: nowrap;
}
.new_top_bar_wpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    overflow: auto;
}
.new_top_bar_wpr::-webkit-scrollbar {
    display: none;
}
.new_top_bar_inner {
    max-width: 1132px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}
.new_top_bar {
    background: #D12471;
    padding: 7px 0;
}
.custom_footer {
    padding: 78px 0 34px 0;
    background: #D12471;
}
.footer_letter h3 {
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: "Source Serif Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 18px;
}
.footer_letter form input[type="email"] {
    border-radius: 5px;
    border: var(--stroke-weight-1, 1px) solid var(--color-grey-96, #F5F5F5);
    padding: 12px 16px 13px 16px;
    display: block;
    width: 100%;
    outline: none;
    background: transparent;
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
.footer_letter form input[type="email"]::placeholder{
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer_letter form button {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 2px;
    right: 0;
}
.footer_letter p {
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: var(--font-family-Font-1, Inter);
    font-size: 13px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-16_9, 16.9px);
    margin: 13px 0 0;
}
.footer_menu h5 {
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-27, 27px);
    margin: 0 0 12px;
}
.footer_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer_top_right>p {
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: Inter;
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 12px;
}
.footer_social_icon {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}
.footer_social_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.footer_text p {
    color: var(--essentialstacks-com-white, var(--color-white-solid, #FFF));
    font-family: var(--font-family-Font-1, Inter);
    font-size: 11.5px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-14_3, 14.3px);
    margin: 0;
}
.footer_letter form input[type=email]:focus-visible{
    box-shadow: none;
}
.footer_text {
    padding: 8px 10px;
    border-radius: 4px;
    border: var(--stroke-weight-1, 1px) solid var(--color-grey-98, #FAFBF7);
    margin: 24px 0 0;
}
.footer_menu a {
    display: block;
    text-decoration: none;
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: var(--font-family-Font-1, Inter);
    font-size: 17.7px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-27, 27px);
}
.footer_letter form {
    position: relative;
}
.footer_center_left_copy p {
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.footer_center_left_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer_center_left_link ul a {
    color: var(--shop-joinmidi-com-spring-wood, var(--color-grey-98, #FAFBF7));
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-24, 24px);
    text-decoration: none;
}
.footer_top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.4fr;
    gap: 15px;
}
.footer_letter {
    max-width: 465px;
}
.footer_center {
    margin-top: 60px;
    border-top: var(--stroke-weight-1, 1px) solid var(--color-grey-98, #FAFBF7);
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer_center_left {
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer_center_left_inn img {
    width: 100%;
    max-width: 219px;
    height: auto;
    display: block;
}
.footer_bottom_text h2 {
    color: #FFF;
    font-family: 'Inter';
    font-size: min(23vw,340px);
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}
.footer_bottom {
    margin: 70px 0 0;
}
.accordion_content li:not(:last-child){
    margin: 0 0 8px;
}
.list-menu__item .header__active-menu-item {
    text-decoration: none;
}
.accordion_content ul{
    margin: 10px 0;
}
.accordion_content li {
    position: relative;
    display: flex;
    gap: 8px;
}
.accordion_content li::before {
    content: "";
    background-image: url(https://physicianschoice.com/cdn/shop/files/checkmark-MENO-for-you_svg.svg?v=1770054111);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 14px;
    height: 12px;
    display: inline-block;
    flex-shrink: 0;
    margin-top: 5px;
}
/* Home page css */

.review_block img {
    max-width: 120px;
    display: block;
}
.review_block p {
    color: #1E1E1E;
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-19_2, 19.2px);
    margin: 0;
}
.review_block {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
}

.hero_title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 25px;
}
.hero_dec {
    color: #000;
    font-family: 'Inter';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 25px;
}
.hero_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero_list li {
    color: #000;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    gap: 5px;
    position: relative;
    align-items: center;
    letter-spacing: 0;
}
.hero_container {
    max-width: 1388px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}
.custom_btn_block_wpr {
    margin: 25px 0 0;
}
.custom_hero_section {
    padding: 50px 0;
}
.hero_list li:not(:last-child){
    margin: 0 0 10px;
}
.hero_list li::before {
    content: "";
    border-radius: 3px;
    background: #D8A990;
    width: 6px;
    height: 6px;
    display: inline-block;
}
.custom_btn {
    background: #D12471;
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 2px solid transparent;
}
.custom_btn:hover{
    background: transparent;
    color: #D12471;
    border-color: #D12471;
}
.free_text {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 15px 0 0;
    text-align: center;
}
.hero_bottom_col img {
    display: block;
    max-width: 37px;
    margin: 0 auto;
}
.hero_bottom_col span {
    color: #464646;
    text-align: center;
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-12, 12px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-15_96, 15.96px);
    display: block;
    margin: 7px 0 0;
}
.hero_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}
.hero_bottom_col {
    max-width: 134px;
    width: 33.33%;
    padding: 0 15px;
}
.hero_bottom_col:not(:last-child){
    border-right: 1px solid #B2B2B2;
}
.custom_hero_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.custom_hero_left, .custom_hero_right {
    width: 50%;
}
.custom_hero_img img {
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}
.custom_hero_info {
    max-width: 590px;
    margin: 0 auto;
    padding: 20px;
}
.moneyback_wpr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.moneyback_img {
    max-width: 300px;
    width: 37%;
}
.moneyback_img img {
    display: block;
    aspect-ratio: 1;
}
.moneyback_info h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.moneyback_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.moneyback_info ul li {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 0 0 5px;
    letter-spacing: 0;
}
.moneyback_info {
    flex: 1;
    padding-left: 50px;
    max-width: 650px;
}
.moneyback_info .difference_text {
    margin: 12px 0 0;
}
.moneyback_section,{
    padding: 10px 0;
}
.pdp-left {
    position: sticky;
    top: 30px;
    height: 100%;
}
.result_section{
    padding: 60px 0;
}
.result_heading .review_img {
    display: block;
    max-width: 190px;
    margin: 0 auto;
}
.result_heading h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    margin: 0;
}
.result_heading {
    margin: 0 0 106px;
}
.result_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.result_block_center h5 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: -0.5px;
    margin: 0 0 10px;
}
.result_block_center .star_img {
    max-width: 102px;
    margin: 0 auto 10px;
    display: block;
}
.result_block_center p {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}
.result_block_bottom>img {
    max-width: 57px;
    display: block;
}
.result_bottom_inn p {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 15.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0;
}
.result_bottom_inn .verify_img {
    width: 12px;
    height: 12px;
    display: block;
}
.result_bottom_inn span {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 15.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 2px;
}
.result_bottom_inn {
    display: flex;
    align-items: center;
    gap: 2px;
}
.result_block_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.result_block {
    border: 2px solid #D12471;
    background: #FCF7F3;
    padding: 20px 45px;
}
.result_block_img {
    max-width: 150px;
    margin: 0 auto;
}
.result_block_col {
    transform: translateY(-75px);
}
.custom_btn_wpr {
    margin: 40px auto 0;
    max-width: 320px;
}
.img_slider_wpr {
    position: relative;
}
.img_slide img {
    display: block;
    aspect-ratio: 16 / 27.4;
    border-radius: 12px;
    width: 100%;
}
.img_slider_wpr .img_slide_arrow {
    border-radius: 24px;
    border: var(--stroke-weight-1, 1px) solid var(--color-spring-green-20, #234134);
    opacity: var(--opacity-80, 0.8);
    background: var(--color-white-90, rgba(255, 255, 255, 0.90));
    padding: 11px;
}
.slider_section {
    padding: 50px 0;
}
.hero_list ul {
    padding: 0;
}

@media (min-width: 990px) {
    .section-header .page-width {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 1024px) {
    .feel_daily_col h2 {
        font-size: 40px;
    }
    .moneyback_info a.custom_btn {
        font-size: 16px;
    }
    .footer_center_left_link ul a {
        font-size: 13px;
    }
    .footer_center_left_link ul {
        gap: 7px;
    }
    .footer_top {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 15px 20px;
    }
    .footer_center_left_copy p {
        font-size: 14px;
    }
    .trust_wpr {
        grid-template-columns: repeat(3, 1fr);
    }
    .feel_daily_left_inner .section_title {
        font-size: 30px;
    }
    .table_left {
        max-width: 350px;
    }
    .table_left_inner_top_img img {
        max-width: 60px;
    }
    .table_left_inner_top_img {
        gap: 25px;
    }
    .table_left_inner .section_title {
        font-size: 30px;
    }
    .table_left_inner .section_dec {
        font-size: 15px;
    }
    .advanced_col_img img {
        max-width: 50px;
    }
    .advanced_inner {
        gap: 15px;
        padding: 20px;
    }
    .custom_product {
        padding: 40px 0;
    }
    .pdp-left, .pdp-right {
        width: calc(50% - 15px);
    }
    .product-info h1 {
        font-size: 25px;
        line-height: 1.3;
    }
    .product-details p {
        font-size: 15px;
        line-height: 1.3;
    }
    .product-features {
        font-size: 14px;
    }
    .custom_product .kaching-bundles .kaching-bundles__bar-image {
        height: 65px;
    }
    .custom_product .kaching-bundles__bars.kaching-bundles__bars--horizontal .kaching-bundles__bar-container {
        min-height: 100px;
    }
    .custom_product .kaching-bundles .kaching-bundles__block-title {
        font-size: 17px;
    }
    .table_description ul {
        gap: 5px 20px;
    }
    .thumb-slider {
        width: 75px;
    }
    .list-menu__item {
        padding: 0 15px;
    }
    .hero_title {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .hero_dec {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .hero_bottom_col img {
        max-width: 24px;
    }
    .result_block {
        padding: 16px 20px;
    }
    .result_block_img {
        max-width: 100px;
    }
}

@media (max-width: 991px) {
    .feel_daily_left, .feel_daily_right {
        width: 100%;
    }
    .feel_daily_Wpr {
        row-gap: 50px;
    }
    .pdp-table .sub_title {
        font-size: 16px;
        width: 70%;
        line-height: 1.3;
    }
    .content-wrap h3 {
        font-size: 15px;
    }
    .table_description ul {
        grid-template-columns: 1fr;
    }
    .result_grid {
        grid-template-columns: 1fr 1fr;
        gap: 100px 30px;
    }
}


@media (max-width: 767px) {
    .logo_marquee_slider .swiper-wrapper {
        transition-timing-function: linear !important;
    }
    .logo_marquee_section .custom_container {
        padding: 0;
    }
    .difference_block {
        opacity: 0.3;
    }
    .difference_block.active {
        opacity: 1;
    }
    .trust_wpr {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo_marquee_col img {
        max-height: 53px;
    }
    .skin_compare_wpr {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .logo_marquee_title h4 {
        font-size: 18px;
    }
    .section_title {
        font-size: 30px;
    }
    .section_dec {
        font-size: 15px;
    }
    .customer_section,
    .difference_section,
    .glass_skin_section,
    .feel_daily_section,
    .table_section,
    .fiber_gummies_review_section,
    .trust_section,
    .advanced_section,
    .skin_compare_section {
        padding: 30px 0;
    }
    .skin_compare_right {
        flex: 1 0 100%;
        padding: 0;
    }
    .skin_compare_left {
        max-width: 100%;
    }
    .skin_compare_section .glass_skin_btn_wpr {
        margin: 0 auto;
    }
    .skin_comparelist_item img {
        max-width: 40px;
    }
    .customer_wpr {
        padding: 0 10px;
    }
    .customer_slide_bottom {
        display: flex;
    }
    .only_line_border img {
        max-width: 50px;
    }
    .difference_step_info p {
        letter-spacing: 0;
        font-size: 16px;
    }
    .difference_btn {
        font-size: 16px;
        padding: 18px 11px;
    }
    .feel_daily_left_inner .section_dec {
        font-size: 15px;
    }
    .feel_daily_left_btn {
        font-size: 15px;
        padding: 11px 18px;
        margin: 0 0 10px;
    }
    .table_right {
        flex: 1 0 100%;
        padding: 40px 0 0;
    }
    .table_left {
        max-width: 100%;
    }
    .row_flex .cell:not(.product-header) img {
        height: 20px;
        width: 20px;
    }
    .row_flex:not(:first-child) .cell {
        display: flex;
        align-items: center;
    }
    .cell.product-header img {
        max-width: 64px;
        margin-top: -30px;
    }
    .cell.others-header {
        font-size: 18px;
    }
    .row_flex .cell {
        width: 33.33% !important;
    }
    .glass_skin_img,
    .glass_skin_info {
        width: 100%;
    }
    .glass_skin_info_inner {
        max-width: 100%;
        margin: 20px 0 0;
        padding: 0;
    }
    .fiber_gummies_review_heading img {
        max-width: 145px;
    }
    .fiber_gummies_review_heading .common_heading {
        font-size: 30px;
        line-height: 1.1;
    }
    .fiber_gummies_review_section .fiber_gummies_review_slider {
        padding: 0 25px;
    }
    .advanced_heading h2,
    .advanced_heading h4 {
        font-size: 30px;
        line-height: 1.1;
    }
    .advanced_wpr {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .advanced_col_info ul li {
        font-size: 13px;
    }
    .skin_until_section {
        background-image: url(/cdn/shop/files/Frame_48_1.png?v=1781029952) !important;
        min-height: 1px;
        aspect-ratio: 16 / 22;
    }
    .skin_until_inner {
        margin: 0;
        max-width: 100%;
    }
    .pdp-left, .pdp-right {
        width: 100%;
    }
    .pdp-left{
        position: static;
    }
    .desk-only {
        display: none;
    }
    .pdp-right {
        margin: 24px 0 0;
    }
    .table_description ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .table_description ul li {
        gap: 10px;
        padding-inline: 10px;
    }
    .mob-only {
        display: block;
    }
    .custom_footer {
        padding: 40px 0;
    }
    .footer_menu {
        width: 50%;
    }
    .footer_top {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 0;
    }
    .footer_letter {
        max-width: 100%;
        width: 100%;
    }
    .footer_center {
        margin: 40px 0 0;
        flex-direction: column;
    }
    .footer_bottom {
        margin: 40px 0 0;
    }
    .custom_hero_left, .custom_hero_right {
        width: 100%;
    }
    .custom_hero_wrapper {
        flex-direction: column-reverse;
    }
    .custom_hero_section {
        padding: 0 0 30px;
    }
    .custom_hero_info {
        max-width: 100%;
        padding-inline: 0;
        padding-bottom: 0;
    }
    .review_block img {
        max-width: 80px;
        display: block;
    }
    .result_heading .review_img {
        max-width: 92px;
    }
    .result_heading h2 {
        font-size: 30px;
    }
    .result_heading {
        margin: 0 0 66px;
    }
    .result_grid {
        grid-template-columns: 1fr;
        gap: 100px 30px;
    }
    .moneyback_wpr {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .moneyback_info {
        flex: 1 0 100%;
        padding: 0;
    }
    .moneyback_section, .result_section {
        padding: 30px 0;
    }
    .slider_section {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .cell.feature {
        font-size: 10px;
    }
    .review_block p {
        font-size: 14px;
    }
    .moneyback_info h2 {
        font-size: 26px;
    }
    .glass_skin_section .glass_skin_btn_wpr {
        margin: 0 auto;
    }
    .moneyback_info a.custom_btn {
        padding-inline: 10px;
    }
    .skin_until_section {
        padding: 30px 14px;
        min-height: 611px;
    }
    .skin_until_inner .section_title {
        font-size: 30px;
    }
    .skin_until_logo h3 {
        font-size: 30px;
        text-align: end;
    }
    .pdp-left, .pdp-right {
        width: 100%;
    }
    .main-slider-wrap {
        gap: 5px;
    }
    .product-rating p {
        font-size: 12px;
    }
    .product-features {
        font-size: 12px;
    }
    .custom_product .kaching-bundles__bars.kaching-bundles__bars--horizontal .kaching-bundles__bar-container {
        padding: 10px;
    }
    .kaching-bundles .kaching-bundles__bars--horizontal .kaching-bundles__bar-main {
        padding-top: 0;
    }
    .custom_product .kaching-bundles .kaching-bundles__bar-container .main-title {
        font-size: 14px;
    }
    .custom_product .kaching-bundles .kaching-bundles__subscriptions .price-wrap span {
        font-size: 13px;
    }
    .custom_product .kaching-bundles .kaching-bundles__subscriptions .kaching-bundles__bar-wrapper {
        padding: 10px;
    }
    .custom_product .kaching-bundles__bars.kaching-bundles__bars--horizontal .kaching-bundles__bar-first-line {
        display: none;
    }
    .benifits ul li {
        font-size: 8px;
    }
    .product-add-to-cart {
        font-size: 18px;
    }
    .money-back-box2 .icon img {
        max-width: 35px;
    }
    .money-back-box2 {
        padding: 10px;
    }
    .content-wrap h3 {
        margin: 0 0 5px;
    }
    .pdp-table {
        padding: 30px 10px;
    }
    .pdp-table .sub_title {
        font-size: 12px;
    }
    .accordion_item {
        padding: 0;
    }
    .title-wrap {
        margin: 0 0 30px;
    }
    .new_marquee_inn .main-content p {
        font-size: 12px;
    }
    .new_marquee_inn .main-content img {
        height: 20px;
        width: 20px;
    }
    .new_marquee_inn .main-content {
        gap: 10px;
    }
    .new_marquee_group {
        gap: 14px;
    }
    .header__heading-logo.motion-reduce {
        max-width: 108px;
    }
    .header__icon--cart .cart-text-wrap {
        font-size: 10px;
        line-height: 20px;
    }
    .header__icon--cart .icon {
        width: 15px;
        height: 15px;
    }
    .section-header .header__icon--menu {
        height: 24px;
        width: 24px;
    }
    .section-header header-drawer {
        margin: 0;
    }
    .footer_center_left_link ul a {
        font-size: 8px;
        display: block;
    }
    .footer_center_left_copy p {
        font-size: 8px;
    }
    .footer_center_left {
        flex-direction: column;
        gap: 0;
    }
    .footer_menu a {
        font-size: 14px;
    }
    .footer_menu:nth-child(3) {
        text-align: right;
    }
    .result_heading h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .img_slider_wpr .img_slide_arrow {
        height: 30px;
        width: 30px;
        padding: 7px;
    }
    .trust_info p {
        font-size: 14px;
        margin: 5px 0 0;
    }
    .trust_info h5 {
        font-weight: 700;
    }
    .advanced_bar {
        padding-inline: 9px;
    }
}