/** Shopify CDN: Minification failed

Line 726:0 All "@import" rules must come first

**/

/* ************************** $$$$$$$$$$$$$$$$$$$$$$$$$$ ************************** */ 
/* ************************** Cusrom SR Landing page CSS ************************** * *************/ 
/* ************************** $$$$$$$$$$$$$$$$$$$$$$$$$$ ************************** */ 
.landing_page_banner_sec1 {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.landing_page_banner_sec1 .content-over-media {
	width: 100%;
	max-width: 100% !important;
	padding: 0 !important;
	border-radius: 0 !important;
	height: auto;
	min-height: auto;
	--content-over-media-height: 680px !important;
}
.landing_page_banner_sec1 .content-over-media .content {
	width: 100%;
	max-width: 940px;
}
.landing_page_banner_sec1 .content-over-media .content .prose {
	width: 100%;
}
.landing_page_banner_sec1 .content-over-media .content .prose .h4 {
	font-family: Inter;
	font-weight: 700;
	font-size: 62px;
	line-height: 80px;
	letter-spacing: 0%;
}
.landing_page_banner_sec1 .content-over-media .content .prose .h4 strong {
	font-size: 82px;
	color: #B897C8;
}
.landing_page_banner_sec1 .content-over-media .content .prose div p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #134C64;
}

.landing_page_txt_sec2 {
	width: 100%;
}
.landing_page_txt_sec2 .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1090px;
}
.landing_page_txt_sec2 .container .prose.text-center p.h1 {
	font-family: Inter;
	font-weight: 800;
	font-size: 52px;
	line-height: 85px;
	letter-spacing: 0%;
	text-align: center;
	color: #134C64;
}
.landing_page_txt_sec2 .container .prose.text-center > div {
	margin-top: 16px;
}
.landing_page_txt_sec2 .container .prose.text-center > div p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #134C64;
}



.landing_page_img_txt_sec {
	width: 100%;
	border: none;
	padding: 0 48px 70px;
}
.landing_page_img_txt_sec .image-with-text {
	width: 100%;
}
.landing_page_img_txt_sec .image-with-text picture {
	width: 100%;
}
.landing_page_img_txt_sec .image-with-text picture img {
	width: 100%;
	border: none;
	box-shadow: none;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center {
	max-width: 100%;
	padding: 0 20px 0 60px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center .h1 {
	font-family: Inter;
	font-weight: 800;
	font-size: 44px;
	line-height: 55px;
	letter-spacing: 0%;
	color: #134C64;
	margin-bottom: 20px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center .h6 {
	width: 100%;
	margin: 0;
	font-family: Inter;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #134C64;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center > div {
	margin: 20px 0 0 0;
	width: 100%;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center > div p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #134C64;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center .link {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 0%;
	vertical-align: middle;
	text-decoration: underline;
	color: #134C64;
	background: transparent;
	position: relative;
	padding-right: 32px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center .link::after {
	content: '';
	background-image: url('/cdn/shop/files/Arrow_7_1.png?v=1777889754');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.experts-section {
  padding: 60px 0;
  text-align: center;
}




.experts-section .experts-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
	margin: 60px auto 0;
	padding: 0 20px;
	max-width:1360px;
}
.experts-section .expert-card {
	position: relative;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	padding-bottom: 0;
	box-shadow: 0px 0px 13.5px 0px #0000002B;
}
.experts-section .expert-card .expert-image {
	height: 350px;
	width: 100%;
}
.experts-section .expert-card .expert-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.experts-section .expert-card .expert-content {
	padding: 30px 30px 50px 30px;
	text-align: left;
	background: #F6F5F1;
}
.experts-section .expert-card .expert-content h4 {
	font-family: Roboto;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0%;
	color: #134C64;
	margin: 0 0 0 0;
	line-height: 35px;
}

.experts-section .expert-role {
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #000000;
}

.experts-section .expert-open {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #FFFFFF;
	border: none;
	border-radius: 50%;
	width: 55px;
	height: 54px;
	cursor: pointer;
	font-size: 30px;
	color: #000000;
}

/* MODAL */
.experts-section .expert-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
}

.experts-section .expert-modal.active {
  display: block;
}

.experts-section .expert-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.experts-section .expert-modal-content {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.experts-section .modal-header {
  display: flex;
  gap: 15px;
  align-items: center;
}

.experts-section .modal-header img {
	width: 200px;
	border-radius: 8px;
	height: 120px;
	object-fit: cover;
}

.experts-section .modal-close {
	position: absolute;
	top: 5px;
	right: 22px;
	border: none;
	background: none;
	font-size: 32px;
	cursor: pointer;
	color: #134c64;
} 

.experts-section.modal-bio,
.experts-section .modal-credentials {
  margin-top: 20px;
}

.experts-section .modal-credentials ul {
  padding-left: 20px;
}
.experts-section .modal-header h3 {
	font-family: Inter;
	font-weight: 800;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #134C64;
}
.experts-section .modal-header p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #134C64;
}


.experts-section {
	width: 100%;
}
.experts-section h2.experts-heading {
	font-family: Inter;
	font-weight: 800;
	font-size: 52px;
	line-height: 65px;
	letter-spacing: 0%;
	text-align: center;
	color: #134C64;
	margin-bottom: 20px;
}
.experts-section p.experts-description {
	font-family: Roboto;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4 !important;
	letter-spacing: 0%;
	text-align: center;
	color: #134C64;
	max-width:1100px;
	margin:auto;
	padding:0 20px;
}

.experts-section .expert-modal-content .modal-bio {
	width: 100%;
	margin-top: 12px;
}
.experts-section .expert-modal-content .modal-bio h4 {
	font-size: 22px;
	color: #134c64;
}
.experts-section .expert-modal-content .modal-bio p {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
}


.image-section.landing_page_img_code_sec {
	width: 100%;
}
.image-section.landing_page_img_code_sec .image-content {
	width: 100%;
}
.image-section.landing_page_img_code_sec .image-content .covid-main-image {
	width: 100%;
}
.image-section.landing_page_img_code_sec .image-content .covid-main-image .desktop-image {
	width: 100%;
	margin: 0;
	transition: inherit;
}

.landing_page_btm_bnnr_sec .content-over-media {
	max-width: 100% !important;
	width: 100%;
	padding: 0 !important;
	border-radius: 0 !important;
}
.experts-section .expert-modal-content .modal-bio p {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
}


.shopify-section.shopify-section--featured-product .section-spacing {
	border: none;
}

.shopify-section.shopify-section--featured-product .section-spacing .container.container--lg {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 48px;
}

.shopify-section.shopify-section--featured-product .section-spacing .container.container--lg .section-stack {
	width: 100%;
}

.shopify-section--featured-product .product .product-info .product-info__block-list .product-title.h3 a {
	font-family: Inter;
	font-weight: 800;
	font-size: 32px;
	line-height: 45px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #134C64;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h4.text-on-sale {
	font-family: Inter;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #000;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h5.text-subdued, .shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h6.text-subdued {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #534949;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h6.text-subdued {
	display: none;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .trustpilot-widget a {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0px;
	color: #134C64;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item product-form {
	width: 100%;
	display: block;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item product-form .buy-buttons .button {
	background: #134C64;
	border-radius: 40px;
	border: none;
	padding: 15px 0;
	font-family: Roboto;
	font-weight: 500;
	font-size: 25px;
	line-height: 26.4px;
	letter-spacing: 0.8px;
	text-align: center;
	max-width: 657px;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item product-form .buy-buttons .shopify-payment-button .shopify-payment-button__button {
	background: #134C64 !important;
	border-radius: 40px !important;
	border: none !important;
	padding: 15px 0;
	font-family: Roboto;
	font-weight: 500;
	font-size: 25px;
	line-height: 26.4px;
	letter-spacing: 0.8px;
	text-align: center;
	color: #fff !important;
	max-width: 657px;
}

.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .prose p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #134C64;
}
.product .product-gallery .page-dots {
	width: 100%;
	align-items: center;
	gap: 8px;
}
.product .product-gallery .page-dots .tap-area {
	background: #00000045;
	width: 14px;
	height: 14px;
}
.product .product-gallery .page-dots .tap-area:nth-last-child(1), .product .product-gallery .page-dots .tap-area:nth-last-child(2) {
	width: 10px;
	height: 10px;
}
.product .product-gallery .page-dots .tap-area::after, .product .product-gallery .page-dots .tap-area::before {
	display: none;
}
.product .product-gallery .page-dots .tap-area[aria-current="true"] {
	background: #000;
	width: 20px;
	height: 20px;
}
.landing_page_text_icon_sec {
    width: 100%;
    padding-bottom: 20px;
    border: none;
}
.landing_page_text_icon_sec .text-with-icons {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background: #134C64;
	padding: 30px 30px;
	display: flex;
	justify-content: space-evenly;
	gap: 0;
	border-radius: 12px;
}
.landing_page_text_icon_sec .text-with-icons .text-with-icons__item .v-stack.gap-6.justify-items-center {
	display: flex;
	align-items: center;
	gap: 20px;
}

.landing_page_text_icon_sec .text-with-icons .text-with-icons__item {
	width: 33%;
	max-width: 100%;
	flex: inherit;
	border-left: 1px solid #fff;
	padding: 0 30px;
	justify-content: center;
	display: flex;
}
.landing_page_text_icon_sec .text-with-icons .text-with-icons__item:nth-child(1) {
	border: none;
	padding-left: 0;
}
.landing_page_text_icon_sec .text-with-icons .text-with-icons__item:nth-last-child(1) {
	padding-right: 0;
}
.landing_page_text_icon_sec .text-with-icons .text-with-icons__item .constrained-image {
	width: 70px;
}
.landing_page_text_icon_sec .text-with-icons .text-with-icons__item .v-stack.gap-2.text-center .h6 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}


.faq-section.landing_page_faq_sec {
	width: 100%;
}
.faq-section.landing_page_faq_sec .faq_section_content {
	width: 100%;
}
.faq-section.landing_page_faq_sec .faq_section_content .faq_section_text h2 {
	font-family: Inter;
	font-weight: 800 !important;
	/* font-size: 52px !important; */
	line-height: 40px !important;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 50px !important;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes {
	width: 100%;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item {
	width: 100% !important;
	margin-bottom: 20px !important;
	background: transparent !important;
	padding: 0 !important;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item .faq-question {
	background: #134C64;
	padding: 14px 20px;
	border-radius: 12px;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item .faq-question p {
	font-family: Roboto;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 140% !important;
	letter-spacing: 0% !important;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item .faq-answer.open {
	padding: 0 20px;
}

.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center {
	width: 100%;
	max-width: 882px;
}	
.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center .prose {
	width: 100%;
}
.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center .prose p.h1 {
	font-family: Inter;
	font-weight: 900;
	font-style: Italic;
	font-size: 72px;
	line-height: 90px;
	letter-spacing: 0%;
}
.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center .prose p {
	font-family: Roboto;
	font-weight: 500;
	font-size: 28px;
	line-height: 26.4px;
	letter-spacing: 0.8px;
}
.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center .prose .button {
	background: #134C64;
	border-radius: 40px;
	padding: 20px 20px;
	width: 100%;
	max-width: 300px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 28px;
	line-height: 26.4px;
	letter-spacing: 0.8px;
	text-align: center;
}

.landing_page_btm_bnnr_sec {
	padding-top: 0 !important;
	width: 100%;
}


.cstm_review_text_sec {
	width: 100%;
	border: none;
}
.cstm_review_text_sec .prose.text-center .h1 {
	font-family: Inter;
	font-weight: 800;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #134C64;
} 

.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item.active .faq-question {
	background: #f4dbd5 !important;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item.active .faq-question p {
	color: #134c64 !important;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item.active .faq-question .faq-icon.open {
	color: #134c64 !important;
}

.trustpilot_cstm_liquid_sec {
    width: 100%;
    border: none !important;
    padding-top: 0;
}
.landing_page_txt_sec2 .container.container--sm {
	opacity: 1 !important;
	transform: inherit;
}
.custom_imgTextSR .wrapper {
	max-width: 100% !important;
	padding: 0 48px;
}
.why_mouth_Sr .ss-text-wrapper .ss-content {
	max-width: 1090px;
	margin: 0 auto;
}

.custom_imgTextSR .wrapper .content {
	line-height: 1.3;
}
.cstm_banner_sec_1.cstm_banner_sec_btm .hero-container {
	max-width: 1440px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .price-list.price-list--product {
	position: absolute;
	top: 7px;
	right: 0;
}
.product .product-gallery .product-gallery__image-list .product-gallery__carousel {
	border-radius: 20px;
}
.shopify-section--featured-product .product .product-info .product-info__block-list {
	position: relative;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .price-list.price-list--product {
	gap: 5px;
}

product-rerender .product .product-gallery .product-gallery__image-list .product-gallery__carousel-with-arrows .product-gallery-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
product-rerender .product .product-gallery .product-gallery__image-list .product-gallery__carousel-with-arrows .product-gallery-arrow.product-gallery-arrow--next {
	left: auto;
	right: 0;
}

product-rerender .product .product-gallery .product-gallery__image-list .product-gallery__carousel-with-arrows .product-gallery-arrow .product-gallery__nav-btn .icon path {
	stroke: #000;
	stroke-width: 2;
}
product-rerender .product .product-gallery .product-gallery__image-list .product-gallery__carousel-with-arrows .product-gallery-arrow .product-gallery__nav-btn .icon {
	width: 30px;
	height: 30px;
}
product-rerender .product .product-gallery .product-gallery__image-list .product-gallery__carousel-with-arrows .product-gallery-arrow.is-disabled {
	opacity: 0.5;
}
product-rerender .product .product-gallery .product-gallery__image-list {
	padding: 0 40px;
}
@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap');

.coupon-note {
	font-weight: 600 !important;
	/* font-size: 38px !important; */
	/* line-height: 46px !important; */
	/* letter-spacing: 0px; */
	text-align: center;
	max-width: 267px;
	font-family: "Ma Shan Zheng", cursive !important;
	right: 0 !important;
	left: auto !important;
}
.main_prdocut_note .coupon-icon img {
	width: 158px;
	height: 78px;
}
.main_prdocut_note {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	justify-content: center;
}
/* .shopify-sect
ion--featured-product .product */
.coupon-wrapper .coupon-card .coupon-right {
/* 	background-image: url('/cdn/shop/files/right_coupon.png?v=1778220458') !important; */
	background-repeat: no-repeat !important;
	background-size: cover !important;
/* 	 background-position: center !important;   */ 
}

.coupon-wrapper .coupon-card .coupon-left {
	margin-right: -10px;
	top: -1px;
	background-position: top right !important;  
}
.coupon-wrapper .coupon-card .coupon-left .coupon-subheading {
	text-align: center;
/* 	font-size: 50px !important; */
	font-family: Inter;
}

/* .main_prdocut_note .coupon-product {
	max-width: 270px !important;
} */

.coupon-wrapper .coupon-card .coupon-left .coupon-heading {
	text-align: center;
}
.coupon-wrapper .coupon-card .coupon-right .coupon-code {
	line-height: 1.2;
}
.coupon-wrapper .coupon-card .coupon-right .coupon-btn svg {
	width: 64px;
	height: 64px;
}
.coupon-wrapper .coupon-card .coupon-left .coupon-valid {
	display: none
}

.review_src_sr p {
	font-family: Inter !important;
	font-weight: 800;
	letter-spacing: 0%;
}
.cstm_banner_sec_1.cstm_banner_sec_btm .hero-content .hero-heading {
	font-family: Inter !important;
	font-style: italic;
}

.custom-product-content .custom-button {
	max-width: 657px;
}
.custom-product-wrapper .custom-product-gallery .custom-arrow.prev {
	left: 0 !important;
	font-size: 30px !important;
}
.custom-product-wrapper .custom-product-gallery .custom-arrow.next {
	right: 0 !important;
	font-size: 30px !important;
}
.custom-product-wrapper .custom-product-gallery {
	padding: 0 40px;
}


/* ***************************** Responsive ***************************** */
/* ***************************** Responsive ***************************** * *******************/
/* ***************************** Responsive ***************************** */
@media (max-width: 768px) {
  .experts-grid {
    grid-template-columns: 1fr;
  }
  
.landing_page_banner_sec1 .content-over-media .content .prose .h4 {
	font-size: 32px;
	line-height: 35px;
	text-align: left;
}
.landing_page_banner_sec1 .content-over-media .content .prose div p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #134c64;
	text-align: left;
}
.landing_page_banner_sec1 .content-over-media::before {
	display: none;
}
.landing_page_banner_sec1 .content-over-media {
	min-height: auto;
	height: auto;
	--content-over-media-height: 260px !important;
}
.landing_page_banner_sec1 .content-over-media .content {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	display: table;
	padding-right: 16%;
}

.landing_page_txt_sec2 .container .prose.text-center {
	padding: 0 15px;
	text-align: left;
}
.landing_page_txt_sec2 .container .prose.text-center p.h1 {
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}
.landing_page_txt_sec2 .container .prose.text-center > div p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.landing_page_img_txt_sec {
	width: 100%;
	padding: 0 15px 40px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center {
	max-width: 100%;
	padding: 0 20px 0 0;
	text-align: left;
	margin-bottom: 0;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center .h1 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 10px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center .h6 {
	width: 100%;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center > div p {
	font-size: 14px;
	line-height: 25px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center .link {
	font-size: 14px;
	line-height: 25px;
}
.landing_page_img_txt_sec .image-with-text .prose.text-center > div {
	margin: 10px 0 0;
}
.landing_page_img_txt_sec .image-with-text picture img {
	border-radius: 12px;
}

.experts-section h2.experts-heading {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.experts-section {
	width: 100%;
	padding: 40px 15px !important;
}
.experts-section p.experts-description {
	font-size: 16px;
	line-height: 20px;
}
.experts-section .experts-grid {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 30px;
	margin-top: 33px;
	padding: 0 0;
}
.experts-section .expert-card .expert-content h4 {
	font-size: 20px;
	line-height: 35px;
}
.experts-section .expert-card .expert-content {
	padding: 20px 20px 30px;
}
.shopify-section.shopify-section--featured-product .section-spacing .container.container--lg {
	padding: 0 15px;
}
.product .product-gallery .product-gallery__image-list .contents {
	display: block;
}

.product .product-gallery .product-gallery__image-list .contents .scroll-area {
	width: 100%;
	margin: 0;
}
.product .product-gallery .page-dots .tap-area {
	width: 10px;
	height: 10px;
}
.product .product-gallery .page-dots .tap-area[aria-current="true"] {
	width: 16px;
	height: 16px;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-title.h3 a {
	font-size: 16px;
	line-height: 25px;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h4.text-on-sale {
	font-size: 16px;
	line-height: 20px;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h5.text-subdued, .shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h6.text-subdued {
	font-size: 16px;
	line-height: 20px;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .h6.text-subdued {
	display: none;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item product-form .buy-buttons .button {
	font-size: 24px;
	line-height: 26.4px;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .prose p {
	font-size: 18px;
	line-height: 29px;
}


.cstm_review_text_sec .prose.text-center .h1 {
	font-size: 24px;
	line-height: 100%;
}
.landing_page_text_icon_sec .text-with-icons .text-with-icons__item {
	width: 100%;
	max-width: 100%;
	padding: 30px 0px;
	border-top: 1px solid #fff;
	border-left: none;
}

.landing_page_text_icon_sec .text-with-icons .text-with-icons__item:nth-child(1) {
	border: none;
	padding-left: 0;
}

.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center .prose p.h1 {
	font-size: 24px;
	line-height: 30px;
	color: #fff !important;
}
.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center .prose p {
	font-size: 16px;
	line-height: 24.4px;
	color: #fff;
}
.landing_page_btm_bnnr_sec .content-over-media .content.place-self-center .prose .button {
	padding: 12px 10px;
	max-width: 220px;
	font-size: 20px;
	line-height: 26.4px;
	text-align: center;
	color: #134c64;
	background: #f4dbd5;
}
.faq-section.landing_page_faq_sec .faq_section_content .faq_section_text h2 {
	/* font-size: 24px !important; */
	line-height: 30px !important;
	margin-bottom: 30px !important;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item .faq-question p {
	font-size: 16px !important;
}
.faq-section.landing_page_faq_sec .faq_section_width {
	padding-top: 12px !important;
}
.landing_page_text_icon_sec .text-with-icons .text-with-icons__item .v-stack.gap-6.justify-items-center {
	width: 100%;
}

.landing_page_btm_bnnr_sec .content-over-media {
	min-height: auto;
	height: 350px;
}
.faq-section.landing_page_faq_sec .faq_section_content .faqs_boxes .faq-item .faq-answer.open {
	padding: 0 0;
}
.why_mouth_Sr .ss-text-wrapper .ss-content {
	text-align: left;
}
.custom_imgTextSR .wrapper {
	padding: 0 20px;
}
.why_mouth_Sr .page-width {
	padding-top: 27px;
}
.custom_imgTextSR .wrapper .content {
	line-height: 1.3;
	font-family: Inter;
}
.cstm_banner_sec_1 .hero-container .hero-content {
	padding-right: 22%;
}
.experts-section .expert-open {
	right: 20px;
	bottom: 55px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: #000;
}
.cstm_banner_sec_1.cstm_banner_sec_btm .hero-container .hero-content {
	padding: 0;
	text-align: center;
}
.experts-section .modal-header {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.experts-section .expert-modal-content {
	padding: 20px 20px;
}
.experts-section .modal-header h3 {
	font-size: 22px;
	line-height: 28px;
}
.experts-section .modal-header p {
	font-size: 14px;
	line-height: 22px;
}
.experts-section .expert-modal-content .modal-bio h4 {
	font-size: 18px;
}
.experts-section .expert-card .expert-image {
	height: 250px;
	width: 100%;
}
.shopify-section--featured-product .product .product-info .product-info__block-list .product-info__block-item .price-list.price-list--product {
	position: static;
}
.product .product-gallery .page-dots {
	gap: 10px;
}
product-rerender .product .product-gallery .product-gallery__image-list .product-gallery__carousel-with-arrows .product-gallery-arrow .product-gallery__nav-btn .icon {
	width: 20px;
	height: 20px;
}
product-rerender .product .product-gallery .product-gallery__image-list {
	padding: 0 20px;
}
.product-gallery__carousel-with-arrows .product-gallery__media {
	width: 100%;
}
.product .product-gallery .page-dots {
	gap: 4px;
}

.coupon-wrapper .coupon-card .coupon-left {
	margin-right: 0;
	top: -1px;
	background: #fff !important;
	border-left: 4px solid #6641c2;
	border-right: 4px solid #6441c0;
	border-radius: 0px 0px 26px 26px;
	border-bottom: 4px solid #6441c0;
	padding-bottom: 60px !important;
	overflow: hidden;
}
.coupon-wrapper .coupon-card .coupon-right {
	background-color: #fff;
	padding: 20px 20px;
	background-position: bottom center !important;
}
.coupon-wrapper .coupon-card .coupon-right .coupon-btn svg {
	width: 37px !important;
	height: 37px !important;
}

.main_prdocut_note {
	flex-direction: column;
}
.main_prdocut_note .coupon-icon img {
	width: 87px;
	height: 48px;
}
.main_prdocut_note .coupon-icon {
	position: absolute;
	right: -220px;
	left: 0;
	margin: 0 auto;
	display: table;
}
.coupon-wrapper .coupon-card .coupon-left .coupon-valid {
	background: #f0e8fc;
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 6px 0;
	font-family: Inter;
	font-weight: 500;
	font-size: 15px;
	/* line-height: 89.4px; */
	letter-spacing: 0.8px;
	display: block
}
.coupon-wrapper .coupon-card .coupon-right .coupon-valid {
	display: none
}
.coupon-wrapper .coupon-card {
	max-width: 380px;
	margin: 0 auto;
}
.product .product-gallery .page-dots {
	display: none;
}
.custom-product-wrapper .custom-product-gallery {
	padding: 0 30px;
}
.custom-product-wrapper .custom-product-gallery .custom-arrow.next {
	font-size: 24px !important;
}
.custom-product-wrapper .custom-product-gallery .custom-arrow.prev {
	font-size: 24px !important;
}
.custom-product-section .custom-product-wrapper .custom-product-gallery .custom-dots {
	display: none !important;
}
.custom-product-section .custom-product-wrapper .custom-product-content .custom-top {
	display: flex;
	justify-content: space-between !important;
	flex-direction: inherit !important;
	gap: 4px !important;
}

}  

@media screen and (max-width: 480px) {
.why_mouth_Sr .ss-text-wrapper {
	justify-content: flex-start;
}
.why_mouth_Sr .ss-text-wrapper .ss-content {
	max-width: 313px;
	margin: 0;
}
.cstm_banner_sec_1 .hero-container .hero-content {
	padding-right: 34%;
}
}
 
 div#tp-widget-wrapper {
    text-align: left !important;
}
 
.tp-widget-wrapper {
    text-align: left !important;
}