/** Shopify CDN: Minification failed

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

**/
@font-face {
  font-family: "Cal Sans";
  src: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/CalSans-SemiBold.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body, html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, .innerh1{
    font-family: "Cal Sans";
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    background: linear-gradient(114deg, #1B0050 34.55%, #FBACAF 118.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
h2{
    font-family: "Cal Sans";
    font-size: 76px;
    font-weight: 600;
    line-height: 1.1;
    background: linear-gradient(114deg, #1B0050 34.55%, #FBACAF 118.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
h3{
    font-family: "Cal Sans";
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    background: linear-gradient(114deg, #1B0050 34.55%, #FBACAF 118.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
h4{
    font-family: "Cal Sans";
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    background: linear-gradient(114deg, #1B0050 34.55%, #FBACAF 118.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
h5{
    color: #1B0150;
    font-family: "Cal Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
h6{
    color: #FFF;
    font-family: "Cal Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 126%;
    letter-spacing: -0.72px;
    margin: 0;
}
p, body, a{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.54px;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
    transition: .3s;
}
a:hover{
    color: #F8ABB1;
}
img{
    max-width: 100%;
}
.row {
    display: flex;
    gap: 20px;
}
.page-width, .container {
    max-width: 1440px !important;
}
.container {
    margin: 0 auto;
}
section{
    padding: 0 30px;
    position: relative;
}
.testi-btn {
    margin-top: 50px;
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: center;
        margin-bottom: 100px;
}
a.global-btn {
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #1B0250;
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 0px 10px 0 30px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 97%; /* 15.52px */
    letter-spacing: -0.16px;
    text-transform: capitalize;
    width: max-content;
}
a.global-btn:hover{
    background: #F8ABB1;
}

a.global-btn img {
    margin-left: 30px;
}

a.global-btn.grad-btn {
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(101deg, #FBACAE -10.82%, #7040C4 114.34%);
    box-shadow: 0 21px 46.1px 0 rgba(112, 64, 196, 0.50);
}

a.global-btn.grad-btn:hover {
    background: linear-gradient(10deg, #FBACAE -10.82%, #7040C4 114.34%);
}

header.header {
    position: fixed;
    width: 100%;
    top: 20px;
    background: #fff !important;
    margin: 0 auto !important;
    border-radius: 48.712px;
    box-shadow: 0 4px 250px 0 rgba(112, 64, 196, 0.30);
    backdrop-filter: blur(43.04999923706055px);
    padding: 10px 7px 10px 7px !important;
    grid-template-columns: 1fr auto 1fr;
}

sticky-header.header-wrapper {
    display: flex;
    justify-content: center;
}

header.header .header__heading-link, .header__heading {
    padding: 0;
    margin-left: 25px;
}

header.header ul.list-menu li a {
    color: #1B0150;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    text-decoration: none;
}

header.header ul.list-menu li a:hover {
    color: #F8ABB1;
}

header.header ul.list-menu li a span.header__active-menu-item {
    text-decoration: none;
    color: #1B0150;
}
section.hero-banner {
    min-height: 100vh;
    padding: 250px 0 30px 0;
}

section.hero-banner .hero-banner-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

section.hero-banner .hero-banner-row .hero-banner-col {
    width: 50%;
}
.hero-banner-col h1 img {
    margin-bottom: -10px;
    border-radius: 50%;
    box-shadow: 0 15.758px 38.061px 0 rgba(112, 64, 196, 0.50);
}
section.hero-banner:before {
    position: absolute;
    content: '';
    background-image: url('https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Group_1577709229_2_-min.png');
    width: 100%;
    height: 1650px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
}
section.hero-banner:after {
    position: absolute;
    content: '';
    background-image: url('https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_8_2.webp?v=1765466225');
    width: 633px;
    height: 871px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    right: 0;
    z-index: 0;
    background-position: right;
}
.hero-banner-content {
    max-width: 680px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.hero-banner-review-wrapper {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero-banner-bottom a {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    color: #1B0150;
}
.hero-banner-bottom a:hover{
    color: #F8ABB1
}
.hero-banner-bottom a:before {
    position: absolute;
    content: '';
    background: #1B0150;
    width: 208px;
    left: -228px;
    height: 1px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.hero-banner-bottom a:after {
    position: absolute;
    content: '';
    background: #1B0150;
    width: 208px;
    right: -228px;
    height: 1px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.hero-banner-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.hero-banner-image-wrap {
    position: relative;
}

.hero-banner-image-wrap img.abs1-img {
    position: absolute;
    top: -70px;
    right: 130px;
}

.hero-banner-image-wrap img.abs2-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

section.footer-section {
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Group_1577709229_1.webp?v=1765808944);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    overflow: hidden;
}

section.footer-section .footer-row {
    display: flex;
    gap: 20px;
}
.footer-logo img {
    max-width: 424px;
}

section.footer-section p, section.footer-section a {
    color: #fff;
}
.footer-col1 {
    width: 48%;
    padding-right: 100px;
    margin-top: -30px;
}

.footer-col2 {
    width: 16%;
}

.footer-col-big {
    width: 35%;
}

.footer-info-wrapper {
    display: flex;
    gap: 80px;
}
.address-wrapper {
    max-width: 200px;
}
.footer-content {
    margin-bottom: 50px;
}
.footer-section h6 {
    margin-bottom: 20px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 17px;
}

.two-menu-wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.social-wrap {
    float: inline-end;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.social-wrap h6 {
    margin-bottom: 0;
}
.social-icons a img {
    width: 24px;
    height: 24px;
}
.social-icons a {
    background: rgba(255, 255, 255, 0.12);
    width: 75.314px;
    height: 75.314px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a:hover {
    background: #3F4AF8;
}
.footer-section a:hover {
    color: #FBACAF;
}
.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    text-align: center;
    padding: 35px;
}
section.footer-section span {
    font-size: 20vw;
    font-family: "Cal Sans";
    display: block;
    font-weight: 600;
    line-height: 1; 
    text-align: center;
    margin-bottom: -120px;
    margin-top: -50px;
    background: linear-gradient(180deg, #1B0050 -130.57%, rgb(255 255 255 / 51%) 139.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 0;
}
.header-btn.menu-btn {
    display: none;
}
.mail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.icon-box-sec.use-icon-box .icon-box-text-wrapper h5 {
    max-width: 240px;
}
section.footer-section:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Vector_2.webp);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
section.text-slider-sec .item span {
    font-family: "Cal Sans";
    font-size: 7vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(180deg, #1B0050 -130.57%, rgba(255, 255, 255, 0.00) 139.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.text-slider-sec {
    padding: 60px 0 0;
}

section.text-slider-sec .item {
    display: flex;
    gap: 30px;
    align-items: center;
}

section.text-slider-sec .item img {
    max-width: 125px;
}
header.header ul.list-menu li a span.header__active-menu-item {
    color: #937DBF;
}
header.header ul.list-menu li a:hover span {
    color: #937DBF;
    text-decoration: none;
}

section.left-image-sec {padding-top: 100px;}

.left-image-head-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.left-image-head-row h2 {
    max-width: 800px;
}

.left-image-head-row small {
    color: #937DBF;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    position: relative;
    height: max-content;
    margin-top: 20px;
}

.left-image-head-row small:before {
    position: absolute;
    content: '';
    background: #937DBF;
    width: 149px;
    height: 1px;
    left: -170px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.left-image-row {
    display: flex;
    gap: 60px;
    margin-top: 50px;
    align-items: center;
}

.left-image-row .left-image-col {}

.left-image-row .left-image-col.left-image-col1 {
    width: 45%;
}

.left-image-row .left-image-col.left-image-col2 {
    width: 55%;
}

.left-image-content p {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-top: 30px;
}

.left-image-content {
    margin-bottom: 40px;
}

.left-image-wrapper {
    width: 100%;
    position: relative;
}

.left-image-wrapper img {
    width: 100%;
}

.left-image-wrapper p {
    position: absolute;
    bottom: 50px;
    color: #F5F3F9;
    font-size: 33.585px;
    font-weight: 500;
    line-height: 115%; /* 38.623px */
    letter-spacing: -1.679px;
    left: 50px;
    max-width: 270px;
}
.inner-ban-text-wrapper p.text-subtitle {
    color: #1B0150;
}
section.left-image-sec:after {
    position: absolute;
    content: '';
    background-image: url('https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_9_1_1.webp');
    width: 733px;
    height: 1261px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -290px;
    right: 0;
    z-index: -1;
    background-position: right;
}
section.left-image-sec:before {
    position: absolute;
    content: '';
    background-image: url('https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_3_2.webp');
    width: 733px;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -250px;
    left: 0;
    z-index: -1;
    background-position: left;
}
section.left-image-sec.no-small-text:before {
    width: 1433px;
    height: 1500px;
    top: -100px;
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_59.webp);
}
section.product-benefits-sec {
    padding: 140px 20px 0;
}
p.text-subtitle {
    color: #937DBF;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    text-align: center;
}

.product-benefits-sec h2 {
    max-width: 1100px;
    text-align: center;
    margin: 20px auto 100px;
}
p.text-subtitle {
    color: #937DBF;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    text-align: center;
}

.product-benefits-sec h2 {
    max-width: 1100px;
    text-align: center;
    margin: 20px auto 100px;
}

.ring-wrapper {
    max-width: 1610px;
    margin: 0 auto;
    height: 812px;
    position: relative;
    overflow: hidden;
}
/* .text-wrap.text-wrap-6 .ring-text {
    max-width: 240px;
} */
.ring-wrapper .text-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
}
/* .text-wrap.text-wrap-2 .ring-text {
    max-width: 240px;
} */
.main-image-wrap {
    position: absolute;
    width: 1132px;
    height: 742px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.text-wrap.text-wrap-1 {
    top: 50px;
    left: 220px;
}

.text-wrap.text-wrap-2 {
    top: 250px;
    left: 40px;
}
/* .text-wrap.text-wrap-3 .ring-text {
    max-width: 150px;
} */
.text-wrap .ring-text {
    max-width: 380px;
}
p.ring-title {
    max-width: 250px;
    color: #1B0150;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
}
section.product-benefits-sec .container-full {
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Group_1577709229_3.webp?v=1765909796);
    border-radius: 0px 0px 60px 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    position: relative;
}
.text-wrap.text-wrap-3 {
    bottom: 230px;
    left: 70px;
}
.text-wrap.text-wrap-4 {
    right: 80px;
    flex-direction: row-reverse;
    top: 50px;
}

.text-wrap.text-wrap-5 {
    top: 250px;
    right: 40px;
    flex-direction: row-reverse;
}

.text-wrap.text-wrap-6 {
    bottom: 230px;
    right: -30px;
    flex-direction: row-reverse;
}
.text-wrap.text-wrap-4 p.ring-title {
    max-width: unset;
}

.ring-wrapper:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_41_1.png?v=1765910457);
    height: 1152px;
    width: 1036px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -340px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.product-benefits-sec .container-full:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Rectangle_34624659.png?v=1765915733);
    width: 100%;
    height: 170px;
    bottom: -5px;
    left: 0;
    z-index: 1;
    border-radius: 60px;
}
section.cta-sec {
    padding-top: 130px;
}
.row.cta-row {
    border-radius: 60px;
    background: #FFF;
    padding: 15px 15px 15px 50px;
}
section.cta-sec:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_54-min.png);
    width: 1500px;
    height: 1600px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: -200px;
    z-index: -1;
    background-position: right;
}
section.cta-sec:after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_53-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: -390px;
    z-index: -1;
    width: 1500px;
    height: 1600px;
    background-position: left;
}
.cta-image img {
    border-radius: 60px;
}
section.science-research-sec {
    padding-top: 150px;
    padding-bottom: 130px;
}
section.science-research-sec:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Group_1577709231_1.webp);
    width: 100%;
    height: 132vh;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: -1;
    background-position: 100% 30%;
}

.row.science-research-row {
    justify-content: center;
}

.science-research-text-wrapper {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cta-text-wrapper h3 {
    max-width: 600px;
}
.cta-col.cta-col1 {
    width: 55%;
}
.cta-col.cta-col2 {
    width: 45%;
}
.cta-text-wrapper P {
    max-width: 530px;
    margin-top: 20px;
}
.cta-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cta-text-wrapper {
    padding-bottom: 40px;
}
.cta-btn {
    margin-top: 30px;
}
.cta-icon {
    margin-left: -35px;
}
.hero-banner-row img.main-img {
    width: 100%;
}
section.review-sec {
    padding: 0px 0 50px;
}
section.review-sec h2 {
    max-width: 1000px;
}
.review-slider {
    margin-top: 50px;
}
.review-slider .owl-stage {
    padding: 80px 0;
}
.review-slider .owl-stage {
    display: flex;
}
.review-item {
    border-radius: 30px;
    background: #FFF;
    backdrop-filter: blur(21.52777671813965px);
    padding: 20px 20px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
    min-height: 380px;
}
.review-profile-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}
.review-profile img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.review-name p {
    color: #05080B;
    font-size: 14px;
    font-weight: 600;
    line-height: 126.5%; /* 17.569px */
    letter-spacing: 0.139px;
    text-align: left;
}
.review-name small {
    color: #05080B;
    font-size: 12px;
    float: left;
    text-align: left;
}
.review-content-wrap {
    margin: 40px 0;
}
.review-content-wrap p {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.review-stars-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 30px;
}
section.review-sec:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_54-min.png);
    width: 1500px;
    height: 1600px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: -200px;
    z-index: -1;
    background-position: right;
}
section.review-sec:after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_53-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: -390px;
    z-index: -1;
    width: 1500px;
    height: 1600px;
    background-position: left;
}
.review-slider .owl-item.active.center .review-item {
    margin-top: -60px;
    border-radius: 50px;
    background: linear-gradient(136deg, #937DBF 63.39%, #FFF 172%);
    min-height: 500px;
}
.review-slider .owl-item.active.center .review-item p {
    color: #fff;
}
.review-slider .owl-item.active.center .review-item small {
    color: #fff;
    font-size: 16px;
}
.review-slider .owl-item.active.center .review-item .review-name p {
    font-size: 25px;
}
.review-slider .owl-item.active.center .review-item .review-content-wrap p {
    font-size: 30px;
    font-weight: 600;
}
.review-stars img {
    width: 113.001px !important;
    height: 18.833px;
}
.review-quote img {
    width: 44px !important;
    height: 39px;
}
.review-slider .owl-item.active.center .review-item .review-stars img {
    width: 173.001px;
    height: 30.834px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}
.review-slider .owl-item.active.center .review-item .review-quote img {
    width: 68px !important;
    height: 61px !important;
}
.review-slider .owl-nav {
    position: absolute;
    top: -180px;
    right: 0;
    display: flex;
}
.review-slider .owl-nav button {
    width: 85.894px;
    height: 85.894px;
    border-radius: 85.894px;
    border: 1.5px solid #1B0150 !important;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-slider .owl-nav button.owl-next img {
    transform: rotate(180deg);
}
.review-slider .owl-nav button:hover {
    border-radius: 85.894px;
    background: linear-gradient(145deg, #FBACAE 6.14%, #7040C4 112.5%), #FFF !important;
    border: 1px solid #fff !important;
}
.review-slider .owl-nav button:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}
section.inner-ban-sec {
    min-height: 880px;
    display: flex;
    flex-direction: column;
    padding-top: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
}
.inner-ban-text-wrapper {
    max-width: 880px;
    text-align: center;
}
.inner-ban-text-wrapper h1 {
    margin: 20px 0 35px;
}
.inner-ban-bottom {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    z-index: 1;
}
.inner-ban-bottom img {
    border-radius: 71.591px;
    box-shadow: 0 29.545px 71.364px 0 rgba(112, 64, 196, 0.50);
}
section.inner-ban-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Mask_group_2.webp?v=1766143160);
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.text-slider-sec.pd-top {
    padding-top: 160px;
}
section.product-benefits-sec.without-ring .product-benefits-text-wrap {
    padding-bottom: 570px;
}
section.product-benefits-sec.without-ring .main-image-wrap {
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 1132px;
    width: unset;
    max-height: 570px;
}
section.product-benefits-sec.without-ring h2 {
    margin-bottom: 25px;
    max-width: 900px;
}
section.product-benefits-sec.without-ring p {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
}
.line-icon-img {
    width: 100%;
    position: absolute;
    bottom: 110px;
}
section.icon-box-sec {
    padding-top: 150px;
    padding-bottom: 80px;
}
section.icon-box-sec h2 {
    text-align: center;
}
section.icon-box-sec .row.icon-box-row {
    display: flex;
    margin-top: 60px;
    gap: 10px;
    justify-content: center;
}
section.icon-box-sec:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_50.webp);
    width: 1700px;
    height: 1700px;
    top: -300px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.icon-box-item {
    border-radius: 60px;
    background: #FFF;
    padding: 40px 30px 60px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 444px; */
    transition: .3s;
    width: 33%;
}
.icon-box-icon {
    margin-bottom: 100px;
}
.icon-box-item:hover {
    background: linear-gradient(154deg, #FBACAE -39.09%, #7040C4 138.06%), #FFF;
    filter: drop-shadow(0 81px 148.2px rgba(126, 68, 203, 0.51));
}
.icon-box-text-wrapper h5 {
    margin-bottom: 15px;
    max-width: 310px;
    min-height: 72px;
}
.icon-box-item:hover .icon-box-text-wrapper h5, .icon-box-item:hover .icon-box-text-wrapper p{
    color: #fff;
}
.icon-box-text-wrapper p {
    max-width: 370px;
}
.icon-box-icon img {
    border-radius: 50%;
    box-shadow: 0 15.758px 38.061px 0 rgba(112, 64, 196, 0.50);
}
section.left-image-sec.no-small-text .left-image-head-row {
    display: none;
}
section.left-image-sec.no-small-text .left-image-row {
    margin-top: 0;
}
.right-heading {
    margin-bottom: 15px;
}
section.left-image-sec.no-small-text .left-image-wrapper p {
    max-width: 400px;
}
section.review-sec.about-review {
    padding-top: 180px;
}
section.icon-box-sec.benefits-icon-box .icon-box-text-wrapper h5 {
    max-width: 220px;
}
section.icon-box-sec.benefits-icon-box .row.icon-box-row {
    display: flex;
    margin-top: 60px;
    gap: 15px;
    justify-content: center;
}
section.product-benefits-sec.benefits-ring .main-image-wrap {
    text-align: center;
}
section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-4 {
    right: 286px;
}
section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-5 {
    right: 155px;
}
section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-6 {
    right: 5px;
}
section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-2 {
    left: 179px;
}
section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-3 {
    left: 110px;
}
section.product-benefits-sec.benefits-ring {
    padding-top: 100px;
}
section.product-benefits-sec.benefits-ring .main-image-wrap img {
    height: 100%;
    object-fit: contain;
}
section.left-image-sec.no-small-text.benefits-left-img {
    padding-top: 180px;
    padding-bottom: 180px;
}
section.contact-sec {
    padding-top: 200px;
    padding-bottom: 150px;
}
.contact-col {
    width: 50%;
}
.row.contact-row {
    gap: 80px;
    align-items: center;
}
.contact-col p {
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 40px;
}
.contact-info-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 7px;
}
.contact-info-link{
    margin-top: 4px;
}
.contact-info-icon img {
    border-radius: 50%;
    box-shadow: 0 10.505px 25.374px 0 rgba(112, 64, 196, 0.50);
    width: 32px;
    height: 32px;
}
.contact-info-link a {
    max-width: 230px;
    color: #000;
    display: block;
}
.social-container {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 0.5px solid #282828;
}
.social-container p {
    margin: 0;
}
.social-media-wrap {
    margin-top: 20px;
}
.social-media-wrap a {
    margin-right: 15px;
    background: rgba(158, 158, 158, 0.12);
    width: 91.17px;
    height: 91.17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
}
.social-media-wrap a:hover {
    background: #3F4AF8;
}
.social-media-wrap a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(205deg) brightness(109%) contrast(109%);
}
.contact-col form {
    border-radius: 30px;
    background: #FFF;
    position: relative;
    padding: 50px 35px 40px 35px;
}
.contact-col form .field__input:focus~.field__label, .contact-col form .field__input:not(:placeholder-shown)~.field__label{
    top: -11px;
    font-size: 12px !important;
}
.contact-col form:before {
    position: absolute;
    content: '';
    width: 495.23px;
    height: 459.479px;
    transform: rotate(-9.805deg);
    border-radius: 495.23px;
    background: #937DBF;
    filter: blur(282px);
    z-index: -1;
}
.contact-col form .field:after {
    border: none !important;
    outline: none !important;
    opacity: 0;
}
.contact-col form .field{
    min-height: 90px;
}
.contact-col form input, .contact-col form textarea, .contact-col form select {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid !important;
    padding-left: 0 !important;
    font-family: "Poppins", sans-serif;

}
.contact-col form .field__input:not(:placeholder-shown) {
    font-size: 18px !important;
    padding: 0 !important;
    padding-bottom: 0px !important;
}
.contact-col form input{
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/profile.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 100% 10%;
}
.contact-col form input[type="email"]{
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/direct-normal.png);
}
.contact-col form select{
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Icon_2.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 99.2% 15%;
}
.contact-col form input[type="tel"]{
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/call.png);
}
.contact-col form input[type="select"]{
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Vector_33.png);
}
.contact-col form textarea{
    min-height: 150px;
    margin-top: 10px !important;
}
.contact-info-link a:hover {
    color: #F8ABB1;
}
.contact-col form label {
    color: #101926;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 150%; /* 27px */
    left: 0 !important;
    top: unset;
}
.contact__button button.button {
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(101deg, #FBACAE -10.82%, #7040C4 114.34%);
    box-shadow: 0 21px 46.1px 0 rgba(112, 64, 196, 0.50);
    margin-top: 40px;
    min-height: 64px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 97%; /* 15.52px */
    letter-spacing: -0.16px;
    text-transform: capitalize;
}
.contact__button button.button:hover{
    background: linear-gradient(10deg, #FBACAE -10.82%, #7040C4 114.34%);
}
.contact__button button.button:before {
    position: absolute !important;
    content: '' !important;
    right: 15px !important;
    left: unset !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Group_1000001638_2.png);
    width: 36px;
    height: 36px;
    z-index: 1;
    box-shadow: none !important;
    border-radius: 50%;
    margin: auto;
}
.contact__button button.button:after {
    display: none;
}
section.review-sec.testimonial-reviews {
    padding-top: 120px;
}
section.inner-ban-sec.testimonial-inner .inner-ban-text-wrapper {
    max-width: 950px;
}
section.icon-box-sec.use-icon-box:after {
    position: absolute;
    content: '';
    border-radius: 434.86px;
    background: #F8ABB1;
    filter: blur(282px);
    width: 434.86px;
    height: 403.468px;
    transform: rotate(-9.805deg);
    right: 0;
    z-index: -1;
}
section.steps-sec {
    padding-top: 60px;
    padding-bottom: 140px;
}
.steps-head-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.steps-head-row h2 {
    max-width: 620px;
}
.steps-item {
    position: relative;
    width: 33%;
}
.steps-image {
    position: relative;
}
.steps-image p {
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(101deg, #FBACAE -10.82%, #7040C4 114.34%), #FFF;
    box-shadow: 0 21px 46.1px 0 rgba(112, 64, 196, 0.50);
    display: flex;
    width: 127px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    top: -20px;
    left: 60px;
}
.steps-image img {
    width: 100%;
}
.steps-text-wrapper {
    margin-top: 20px;
}
.steps-text-wrapper h5, .blog-text-wrapper h5{
    background: linear-gradient(
114deg, #1B0050 14.55%, #FBACAF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
section.left-image-sec.no-small-text.use-left-image-sec {
    padding-top: 0;
    padding-bottom: 160px;
}
section.steps-sec:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_54-min.png);
    width: 1500px;
    height: 1600px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: -200px;
    z-index: -1;
    background-position: right;
}
section.steps-sec:after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_53-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: -390px;
    z-index: -1;
    width: 1500px;
    height: 1600px;
    background-position: left;
}
.left-image-content.left_img-bottom-content {
    margin-bottom: 0;
    margin-top: 25px;
}
section.blog-sec {
    padding-top: 160px;
    padding-bottom: 160px;
}

section.blog-sec .steps-head-row h2 {
    max-width: 900px;
}

.blog-image {
    background: #fff;
    padding: 15px;
    border-radius: 60px;
    position: relative;
    margin-bottom: 40px;
}

.blog-image img {
    border-radius: 46px;
    width: 100%;
}
section.blog-sec:before {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_61.webp);
    width: 1200px;
    height: 1550px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0px;
    z-index: -1;
    background-position: right;
}
section.blog-sec:after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0752/9444/1572/files/Ellipse_62.webp);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0px;
    z-index: -1;
    width: 1100px;
    height: 1500px;
    background-position: left;
}
section.left-image-sec.no-small-text .left-image-row {
    align-items: flex-start;
}
section.left-image-sec.no-small-text .left-image-row .left-image-col.left-image-col2 {
    margin-top: 50px;
}
.faqs-inner .inner-ban-text-wrapper {
    max-width: 950px;
}
section.left-image-sec.no-small-text .left-image-wrapper p {
    max-width: 460px;
    text-transform: capitalize;
}
section.left-image-sec.no-small-text.faqs-left-img .left-image-wrapper p {
    max-width: 500px;
}
.acc-item {
    border-radius: 19px;
    padding: 25px 30px;
    margin-bottom: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(154deg, #FBACAE -39.09%, #7040C4 138.06%) border-box;
    border: 2px solid transparent;
}
.acc-panel {
    display:none;
}
.acc-btn[aria-expanded="true"] .acc-icon {
    transform: rotate(180deg); 
}
.acc-btn[aria-expanded="true"] .acc-icon img{
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(6%) hue-rotate(344deg) brightness(101%) contrast(104%);
}
section.left-image-sec.no-small-text.faqs-left-img {
    padding-top: 160px;
    padding-bottom: 180px;
}
.acc-icon { 
    transition: transform .2s ease; 
}
section.faqs-sec {
    padding-top: 100px;
}
.faqs-col h4 {
    margin-bottom: 40px;
}
.acc-item .acc-btn {
    color: #1B0150;
    font-family: "Cal Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    padding-left: 0;
    width:100%;
    text-align:left;
    background:none;
    border:0;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 20px;
}
.acc-item:has(.acc-btn[aria-expanded="true"]) {
    background: linear-gradient(154deg, #FBACAE -39.09%, #7040C4 138.06%);
    border-color: #fff;
}
.acc-item:has(.acc-btn[aria-expanded="true"]) button.acc-btn {
    color: #fff;
}
.acc-item:has(.acc-btn[aria-expanded="true"]) .acc-panel p {
    color: #FFF;
    padding-top: 10px;
}
section.left-image-sec.no-small-text.faqs-left-img:after{
    display: none;
}
section.left-image-sec.no-small-text .left-image-row {
    gap: 80px;
}
section.left-image-sec.no-small-text .left-image-row .left-image-col.left-image-col1 {
    width: 48%;
}
section.left-image-sec.no-small-text .left-image-row .left-image-col.left-image-col2 {
    width: 52%;
}
.faqs-col {
    width: 50%;
}
.shopify-section:has(.collapsible-content) .gradient{
    background: none;
}
.collapsible-content-wrapper-narrow {
    max-width: unset !important;
}
.collapsible-content__header h2 {
    margin-bottom: 90px;
}
.grid__item .accordion:first-child {
    border-top: 0;
}
.grid__item .accordion summary h3 {
    color: #1B0150;
    font-family: "Cal Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}
.grid__item .accordion summary {
    padding: 35px 0;
}
.grid__item .accordion summary span {
    display: none;
}
.collapsible-content summary:hover {
    background: none !important;
}
section.links-sec {
    padding-top: 100px;
}
section.links-sec h2 {
    text-align: center;
}

section.links-sec .links-row {
    margin-top: 50px;
}

.links-item {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2828286e;
    gap: 30px;
}

.links-item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.links-item a p{
    color: #1B0150;
    font-family: "Cal Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    width: 85%;
}
.links-item span {
    width: 85.894px;
    height: 85.894px;
    border-radius: 50%;
    border: 1.5px solid #1B0150;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
section.left-image-sec.no-small-text.scientific-left-img {
    padding-top: 80px;
    padding-bottom: 130px;
}
.links-item:hover span {
    background: linear-gradient(145deg, #FBACAE 6.14%, #7040C4 112.5%);
    border-color: #fff;
}

.links-item:hover span img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(0%) hue-rotate(3deg) brightness(102%) contrast(105%);
}

.links-item span img {
    transition: .3s;
}
section.inner-ban-sec.stock-inner .inner-ban-text-wrapper {
    max-width: 940px;
}
section.left-image-sec.no-small-text.stock-left-img {
    padding-bottom: 160px;
}
section.contact-sec.registration-form {
    padding-top: 100px;
    padding-bottom: 50px;
}
section.contact-sec.registration-form .contact-col form input {
    background-size: 20px;
}
.template-404 {
    margin: 150px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.template-404 p {
    display: none;
}
.article-template__hero-container {
    padding-top: 250px;
    max-width: 1440px !important;
}
.article-template__hero-adapt.media img {
    border-radius: 60px;
    max-height: 800px;
    position: unset !important;
}
.article-template__hero-adapt.media {
    background: none;
    padding-bottom: 0 !important;
}
.article-template__content {
    padding-bottom: 100px;
}
section.text-slider-sec {
    position: relative;
}
section.text-slider-sec:before {
    position: absolute;
    content: '';
    border-radius: 1372px;
    background: #FFF;
    filter: blur(52px);
    width: 1372px;
    height: 507px;
    z-index: 2;
    left: -200px;
    top: 200px;
}
section.text-slider-sec:after {
    position: absolute;
    content: '';
    border-radius: 1372px;
    background: #FFF;
    filter: blur(52px);
    width: 1372px;
    height: 507px;
    z-index: 2;
    right: -200px;
    top: 200px;
}
section.text-slider-sec.home-text-slider:before, section.text-slider-sec.home-text-slider:after{
    top: 90px;
}
section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-1 {
    left: 280px;
}
section.left-image-sec.no-small-text.benefits-left-img .right-heading h2 {
    max-width: 580px;
}
.steps-text-wrapper p {
    max-width: 410px;
}
.blog-text-wrapper {
    max-width: 390px;
}
.footer-row {
    position: relative;
    z-index: 2;
}
.lg-cont-style1 .rich-text__wrapper {
    width: 100%;
    padding-inline: 0;
}

.lg-cont-style1 .rich-text__wrapper .rich-text__blocks {
    max-width: 100%;
}
.shopify-policy__body p {
    margin-bottom: 25px;
}
.shopify-policy__body {
    padding-bottom: 140px;
}
.shopify-policy__body ul li {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.54px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.shopify-policy__body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.shopify-policy__body ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #000;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 10px;
}

.shopify-policy__body h4 {
    margin-bottom: 30px;
    margin-top: 40px;
}
.shopify-policy__body h3 {
    margin-bottom: 30px;
    margin-top: 40px;
}

.shopify-policy__body p br {
    display: none;
}
.shopify-policy__container {
    padding-top: 160px;
    max-width: 1440px;
}

.shopify-policy__container .shopify-policy__title {
    margin-bottom: 50px;
}
.shopify-policy__body ul li ul {
    margin-top: 20px;
    list-style: circle;
    padding-left: 20px;
}

.shopify-policy__body ul li ul li {
    padding-left: 0;
}

.shopify-policy__body ul li ul li:before {
    display: none;
}
.shopify-policy__body th {
    text-align: left;
}
.shopify-policy__body a {
    color: #2c0d5d;
}
.shopify-pc__banner__dialog .shopify-pc__banner__btns button {
    order: 1;
}

.shopify-pc__banner__dialog .shopify-pc__banner__btns button:nth-child(2) {
    order: 0;
}

/*** Media Query ****/

@media (min-width: 2000px){
    section.hero-banner {
        min-height: unset;
        padding: 250px 0 200px 0;
    }
}

@media (max-width: 1700px){
    .product-benefits-sec h2 {
        margin: 20px auto 50px;
    }
    section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-1 {
        left: 200px;
    }
    section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-2 {
        left: 110px;
    }
    section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-3 {
        left: 50px;
    }
    section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-4 {
        right: 230px;
    }
    section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-5 {
        right: 115px;
    }
    section.product-benefits-sec.benefits-ring .text-wrap.text-wrap-6 {
        right: -10px;
    }
    .ring-wrapper {
        max-width: 1330px;
        height: 650px;
    }
    .ring-wrapper:before {
        height: 962px;
        width: 906px;
        right: 30px;
        bottom: -340px;
    }
    .ring-wrapper .text-wrap {
        gap: 10px;
    }
    .text-wrap.text-wrap-1 {
        top: 70px;
        left: 150px;
    }
    .text-wrap.text-wrap-2 {
        top: 250px;
        left: -10px;
    }
    .text-wrap.text-wrap-2 .ring-text {
        max-width: 210px;
    }
    .text-wrap.text-wrap-3 {
        bottom: 120px;
        left: 10px;
    }
    /* .text-wrap.text-wrap-3 .ring-text {
        max-width: 150px;
    } */
    .text-wrap.text-wrap-4 {
        right: 50px;
        top: 70px;
    }
    .text-wrap.text-wrap-5 {
        top: 250px;
        right: -10px;
    }
    .text-wrap.text-wrap-6 {
        bottom: 100px;
        right: -25px;
    }
    .text-wrap.text-wrap-6 .ring-text {
        max-width: 210px;
    }
    .main-image-wrap {
        width: 830px;
        height: 542px;
        right: 40px;
    }
    .ring-text p.ring-title {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .ring-text p {
        font-size: 16px;
    }
    .ring-image img {
        width: 75px;
    }
    section.review-sec h2 {
        padding-left: 30px;
    }
}

@media (max-width: 1440px){
    h1{
        font-size: 65px;
    }
    h2 {
        font-size: 58px;
    }
    h3{
        font-size: 52px;
    }
    h4 {
        font-size: 38px;
    }
    p, body, a {
        font-size: 17px;
    }
    section.product-benefits-sec.without-ring p {
        font-size: 20px;
    }
    .review-content-wrap p {
        font-size: 22px;
    }
    .review-slider .owl-item.active.center .review-item .review-content-wrap p {
        font-size: 24px;
    }
    section.text-slider-sec:before, section.text-slider-sec:after {
        width: 972px;
        height: 207px;
    }
    header.header ul.list-menu li a {
        font-size: 15px;
        padding: 0 10px;
    }
    .faqs-col h4 {
        margin-bottom: 30px;
    }
    .acc-item .acc-btn {
        font-size: 26px;
    }
    section.left-image-sec.no-small-text.faqs-left-img {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .left-image-wrapper p{
        font-size: 28px;
        width: 80%;
    }
    section.left-image-sec.no-small-text .left-image-row {
        gap: 50px;
    }
    section.inner-ban-sec {
        min-height: 700px;
        padding-top: 220px;
    }
    section.product-benefits-sec.without-ring .product-benefits-text-wrap {
        padding-bottom: 480px;
    }
    section.product-benefits-sec.without-ring .main-image-wrap {
        max-width: 972px;
        max-height: 500px;
    }
    section.science-research-sec:before {
        background-position: 100% 0%;
    }
    .product-benefits-sec h2 {
        margin: 20px auto 20px;
    }
    .ring-wrapper {
        max-width: 1180px;
        height: 560px;
    }
    .ring-wrapper:before {
        height: 800px;
        width: 765px;
        bottom: -300px;
    }
    .text-wrap.text-wrap-1 {
        left: 140px;
    }
    .text-wrap.text-wrap-2 {
        top: 210px;
    }
    .text-wrap.text-wrap-5 {
        top: 210px;
    }
    .main-image-wrap {
        width: 605px;
        height: 400px;
        right: 50px;
    }
    .left-image-head-row h2 {
        max-width: 700px;
    }
    section.hero-banner {
        padding: 180px 0px 30px 0px;
    }
    .hero-banner-image-wrap img.abs1-img {
        top: -30px;
        width: 150px;
    }
    .hero-banner-image-wrap img.abs2-img {
        left: 30px;
        width: 150px;
    }
    .hero-banner-review-wrapper {
        margin-top: 50px;
    }
    header.header {
        max-width: 96% !important;
    }
    section.footer-section span {
        margin-bottom: -80px;
    }
    section.text-slider-sec .item span {
        font-size: 6vw;
    }
    .left-image-content p {
        font-size: 19px;
    }
    .footer-info-wrapper {
        gap: 40px;
    }
}


@media (max-width: 1199px){
        .testi-btn {
        margin-bottom: 50px;
}
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 40px;
    }
    h3{
        font-size: 36px;
    }
    h4 {
        font-size: 32px;
    }
    h5 {
        font-size: 23px;
    }
    .shopify-policy__container .shopify-policy__title {
    margin-bottom: 40px;
}
    .shopify-policy__body ul li {
        font-size: 16px;
    }    
    .footer-info-wrapper {
        gap: 20px;
    }
    section.product-benefits-sec.without-ring p {
        font-size: 17px;
    }
    section.text-slider-sec.home-text-slider:before, section.text-slider-sec.home-text-slider:after{
        top: 110px;
    }
    header.header ul.list-menu li a {
        padding: 0 20px;
    }
    header.header {
        display: flex;
        justify-content: space-between;
    }
    header.header header-drawer {
        display: block;
        order: 1;
        width: 30%;
    }
    header.header .header__heading-link, .header__heading {
        order: 2;
        width: 40%;
        margin-left: 0;
    }
    h1.header__heading a.header__heading-link {
        width: 100%;
    }
    ul.menu-drawer__menu.has-submenu.list-menu li a {
        font-size: 26px;
        margin-bottom: 12px;
    }
    header.header .header__icons {
        order: 3;
        width: 30%;
        padding-right: 0 !important;
        justify-content: end;
    }
    nav.header__inline-menu {
        display: none;
    }
    .header__heading-logo-wrapper {
        text-align: center;
        padding-right: 40px;
    }
    .acc-item .acc-btn {
        font-size: 20px;
    }
    .row.contact-row {
        gap: 30px;
    }
    section.inner-ban-sec {
        min-height: 600px;
        padding-top: 200px;
    }
    section.icon-box-sec .row.icon-box-row{
        flex-wrap: wrap;
    }
    
    .icon-box-item {
        padding: 30px 20px 40px 20px;
        width: 48%;
    }
    .icon-box-text-wrapper h5 {
        margin-bottom: 10px;
        min-height: 55px;
    }
    section.product-benefits-sec.without-ring .product-benefits-text-wrap {
        padding-bottom: 400px;
    }
    section.product-benefits-sec.without-ring .product-benefits-text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    section.product-benefits-sec.without-ring .main-image-wrap {
        max-width: 772px;
        max-height: 460px;
    }
    section.review-sec h2 {
        max-width: 540px;
    }
    .review-slider .owl-nav {
        top: -138px;
    }
    .cta-text-wrapper P {
        margin-top: 15px;
    }
    section {
        padding: 0 20px;
    }
    .cta-btn {
        margin-top: 20px;
    }
    .product-benefits-sec h2 {
        max-width: 700px
    }
    .ring-wrapper {
        max-width: unset;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 50px 40px;
        padding: 50px 20px 450px 20px;
    }
    .ring-image img{
        box-shadow: 1px 1px 20px 1px #0000001c;
        border-radius: 50%;
    }
    .ring-wrapper:before {
        display: none;
    }
    .ring-wrapper .text-wrap {
        position: unset;
        display: flex;
        align-items: flex-start;
        width: 30%;
        flex-direction: row-reverse;
        gap: 20px;
        justify-content: left;
    }
    .ring-wrapper .text-wrap .ring-text {
        width: 75%;
    }
    .ring-wrapper .text-wrap .ring-image {
        width: 25%;
    }
    .text-wrap.text-wrap-1 .ring-text, .text-wrap.text-wrap-2 .ring-text, .text-wrap.text-wrap-3 .ring-text, .text-wrap.text-wrap-6 .ring-text {
        max-width: unset;
    }
    .left-image-content {
        margin-bottom: 30px;
    }
    .left-image-head-row h2 {
        max-width: 430px;
    }
    .left-image-head-row small {
        font-size: 20px;
        margin-top: 10px;
    }
    .left-image-head-row small:before {
        width: 120px;
        left: -140px;
    }
    .left-image-content p {
        font-size: 17px;
        letter-spacing: -0.22px;
    }
    .left-image-row {
        gap: 20px;
        margin-top: 40px;
        align-items: flex-start;
    }
    .left-image-wrapper p {
        bottom: 40px;
        font-size: 22px;
        letter-spacing: -1.079px;
        left: 30px;
    }
    section.hero-banner {
        min-height: unset;
        padding: 180px 0px 80px 20px;
    }
    .hero-banner-col.hero-banner-col2 {
        padding-top: 30px;
    }
    .hero-banner-image-wrap img.abs1-img {
        top: -30px;
        width: 100px;
    }
    .hero-banner-image-wrap img.abs2-img {
        left: 30px;
        width: 100px;
    }
    header.header {
        padding: 10px 7px 10px 30px !important;
        grid-template-columns: .6fr auto 1fr;
    }
    p, body, a {
        font-size: 16px;
        letter-spacing: 0.56px;
    }
    .hero-banner-bottom{
        display: none;
    }
    .hero-banner-col h1 img {
        max-width: 55px;
    }
    .footer-logo img {
        max-width: 335px;
    }
    .social-icons a {
        width: 55px;
        height: 55px;
    }
    .mail-wrapper {
        width: 150px;
    }
    .address-wrapper {
        max-width: 150px !important;
    }
    section.science-research-sec:before {
        background-position: 100% 100%;
        background-size: contain;
        top: 40px;
        height: 100%;
    }
    .review-slider .owl-nav {
        right: 20px;
    }
    section.review-sec h2 {
        padding-left: 20px;
    }
    section.icon-box-sec:before {
        width: 100%;
        height: 100%;
        top: 0;
        background-position: center top;
    }
    section.blog-sec .steps-head-row h2 {
        max-width: 600px;
    }
}

@media (max-width: 991px){
        .testi-btn {
        margin-bottom: 50px;
}
    
    .article-template .page-width--narrow {
        padding-left: 0;
        padding-right: 0;
    }
    .row.cta-row {
        align-items: center;
    }
    section.left-image-sec.no-small-text.stock-left-img {
        padding-bottom: 80px;
    }
    .icon-box-text-wrapper h5 {
        min-height: 32px;
    }
    section.left-image-sec.no-small-text.scientific-left-img {
        padding-bottom: 80px;
    }
    .row.faqs-row {
        flex-wrap: wrap;
    }
    .faqs-col {
        width: 100%;
    }
    .faqs-col:first-child {
        margin-bottom: 30px;
    }
    section.left-image-sec.no-small-text.faqs-left-img {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    section.left-image-sec.no-small-text .left-image-row {
        gap: 20px;
    }
    section.left-image-sec.no-small-text.use-left-image-sec {
        padding-bottom: 100px;
    }
    section.blog-sec .steps-head-row h2 {
        max-width: 410px;
    }
    .row.steps-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 20px;
    }
    .steps-head-row h2 {
        max-width: 420px;
    }
    .steps-item {
        width: 48%;
    }
    .social-media-wrap a {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .contact-col:first-child {
        width: 45%;
    }
    .contact-col:last-child {
        width: 55%;
    }
    .social-media-wrap a img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }
    .contact-col p {
        font-size: 20px;
    }
    section.product-benefits-sec.benefits-ring {
        padding-top: 30px;
    }
    section.left-image-sec.no-small-text.benefits-left-img {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    section.review-sec.about-review {
        padding-top: 100px;
    }
    section.icon-box-sec .row.icon-box-row {
        gap: 20px;
        flex-wrap: wrap;
    }
    .icon-box-item {
        width: 48%;
    }
    section.product-benefits-sec.without-ring .main-image-wrap {
        max-width: 610px;
    }
    section.product-benefits-sec.without-ring .product-benefits-text-wrap {
        padding-bottom: 330px;
    }
    section.science-research-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    section.review-sec {
        padding: 0px 0 40px;
    }
    .review-slider .owl-item.active.center .review-item .review-content-wrap p {
        font-size: 22px;
    }
    .review-content-wrap p {
        font-size: 18px;
    }
    .review-item {
        min-height: 360px;
    }
    .review-slider .owl-item.active.center .review-item {
        margin-top: -50px;
        min-height: 460px;
    }
    .review-slider .owl-nav button {
        width: 75.894px;
        height: 75.894px;
    }
    .ring-wrapper {
        gap: 30px 15px;
        padding: 50px 15px 450px 15px;
    }
    .ring-wrapper .text-wrap {
        width: 48%;
    }
    .ring-wrapper .text-wrap .ring-text {
        width: 80%;
    }
    .ring-wrapper .text-wrap .ring-image {
        width: 20%;
    }
    .ring-text p.ring-title {
        font-size: 16px;
    }
    .ring-text p {
        font-size: 15px;
    }
    section.footer-section .footer-row {
        flex-wrap: wrap;
    }
    .footer-col1 {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }
    section.footer-section {
        padding-top: 80px;
    }
    .address-wrapper {
        max-width: unset !important;
        width: 45%;
    }
    .mail-wrapper {
        width: 50%;
    }
    .footer-col2 {
        width: 30%;
    }
    .footer-col-big {
        width: 65%;
    }
    section.footer-section span {
        margin-bottom: -20px;
        margin-top: -35px;
        font-size: 19vw;
    }
    section.text-slider-sec .item img {
        max-width: 85px;
    }
    section.product-benefits-sec {
        padding: 80px 20px 0;
    }
    section.contact-sec {
        padding-top: 160px;
        padding-bottom: 100px;
    }
    section.icon-box-sec {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    section.blog-sec {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section.left-image-sec.no-small-text .left-image-row .left-image-col.left-image-col2 {
        margin-top: 10px;
    }
    .left-image-content p {
        margin-top: 10px;
    }
    section.links-sec {
        padding-top: 30px;
    }
    section.links-sec .links-row {
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .testi-btn {
        margin-bottom: 50px;
}
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    .shopify-policy__body ul li {
        font-size: 15px;
    } 
    section.product-benefits-sec.without-ring p {
        font-size: 15px;
    }
    p, body, a {
        font-size: 15px;
        line-height: 1.5;
    }
    .left-image-content p {
        font-size: 15px;
    }
    section.text-slider-sec:before, section.text-slider-sec:after {
        display: none;
    }
    .ring-image img {
        width: 58px;
    }
    .article-template__hero-adapt.media img {
        border-radius: 30px;
        max-height: unset;
    }
    .article-template__content {
        padding-bottom: 60px;
    }
    .article-template__hero-container {
        padding-top: 190px;
    }
    section.contact-sec.registration-form {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .contact-col p {
        font-size: 16px;
    }
    .links-item a p {
        font-size: 17px;
    }
    .contact-col form .field__input:not(:placeholder-shown) {
        font-size: 15px !important;
        padding-right: 30px !important;
        letter-spacing: -1px;
    }
    .contact-col form input, .contact-col form textarea, .contact-col form select {
        padding-right: 20px !important;
    }
    .contact-col form label {
        font-size: 15px !important;
        padding-right: 20px;
        letter-spacing: -1px;
    }
    .links-item span {
        width: 45px;
        height: 45px;
    }
    .links-item span img {
        width: 16px !important;
        height: 16px !important;
    }
    .links-item a {
        gap: 10px;
    }
    section.left-image-sec.no-small-text .left-image-row .left-image-col.left-image-col1 {
        width: 100%;
    }
    section.left-image-sec.no-small-text .left-image-row .left-image-col.left-image-col2 {
        width: 100%;
    }
    .blog-sec .steps-head-row {
        margin-bottom: 50px;
    }
    section.blog-sec {
        padding-top: 80px;
    }
    section.icon-box-sec.use-icon-box {
        padding-top: 80px;
    }
    section.review-sec.testimonial-reviews {
        padding-top: 80px;
    }
    section.icon-box-sec .row.icon-box-row {
        margin-top: 40px;
    }
    section.steps-sec {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    section.text-slider-sec.pd-top {
        padding-top: 100px;
    }
    .steps-item {
        width: 100%;
    }
    .steps-image p{
        left: 30px;
    }
    .steps-head-row {
        margin-bottom: 70px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .social-container {
        margin-top: 40px;
        padding-top: 20px;
    }
    .contact-col form {
        margin-top: 30px;
        padding: 40px 20px 30px 20px;
    }
    .contact-col form label {
        font-size: 16px;
    }
    .footer-bottom {
        padding: 20px 15px 40px 15px;
    }
    .social-wrap {
        float: unset;
        justify-content: center;
    }
    .contact-col:first-child {
        width: 100%;
    }
    .contact-col:last-child {
        width: 100%;
    }
    section.inner-ban-sec {
        min-height: unset;
        padding-top: 170px;
    }
    .inner-ban-bottom img {
        max-width: 100px;
    }
    .inner-ban-bottom {
        bottom: -60px;
    }
    .inner-ban-text-wrapper h1 {
        margin: 10px 0 15px;
    }
    section.review-sec.about-review {
        padding-top: 80px;
    }
    .review-slider .owl-stage {
        padding: 0px 0 30px;
    }
    .review-slider .owl-item.active.center .review-item .review-content-wrap p {
        font-size: 20px;
    }
    .review-slider .owl-item.active.center .review-item .review-name p {
        font-size: 20px;
    }
    .review-item {
        padding: 20px 20px 20px 20px;
    }
    section.review-sec h2 {
        padding-left: 0px;
    }
    .review-slider .owl-item.active.center .review-item {
        border-radius: 30px;
    }
    .review-slider {
        margin-top: 40px;
    }
    .review-slider .owl-nav {
        position: unset;
        justify-content: center;
    }
    .review-slider .owl-nav button {
        width: 65.894px;
        height: 65.894px;
    }
    .review-slider .owl-nav button img {
        width: 22px;
        height: 22px;
    }
    .review-slider .owl-nav button {
        margin-left: 0;
        margin-right: 10px;
    }
    .review-slider .owl-item.active.center .review-item {
        margin-top: 0;
        min-height: 460px;
    }
    section.review-sec {
        padding: 0px 20px 40px;
    }
    .row {
        flex-wrap: wrap;
    }
    .row.cta-row {
        padding: 15px 15px 15px 20px;
    }
    .cta-col.cta-col1, .cta-col.cta-col2 {
        width: 100%;
    }
    .ring-wrapper .text-wrap {
        width: 100%;
    }
    .ring-wrapper .text-wrap {
        gap: 10px;
    }
    .ring-text p.ring-title {
        font-size: 15px;
    }
    .ring-wrapper .text-wrap .ring-text {
        width: 85%;
    }
    .ring-wrapper .text-wrap .ring-image {
        width: 22%;
    }
    .mail-wrapper {
        width: 100%;
    }
    section.footer-section {
        padding-top: 60px;
    }
    .footer-info-wrapper {
        gap: 40px;
        flex-wrap: wrap;
    }
    .address-wrapper {
        width: 100%;
    }
    .footer-col1 {
        margin-bottom: 30px;
    }
    .footer-col2 {
        width: 100%;
    }
    .footer-col-big {
        width: 100%;
    }
    .two-menu-wrap {
        flex-wrap: wrap;
    }
    .social-icons a {
        width: 40px;
        height: 40px;
    }
    .social-icons a img {
        width: 16px;
        height: 16px;
        object-fit: contain;
    }
    section.footer-section span {
        font-size: 18vw;
    }
    .footer-logo img {
        margin: 0 auto;
    }
    .footer-logo, .footer-content, .footer-section h6, .address-wrapper, .mail-wrapper a, .footer-section ul li{
        text-align: center;
    }
    .footer-col3, .footer-col4 {
        width: 100%;
    }
    .left-image-row {
        flex-wrap:wrap;
    }
    .left-image-row .left-image-col.left-image-col1, .left-image-row .left-image-col.left-image-col2 {
        width: 100%;
    }
    .left-image-head-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .left-image-head-row small:before {
        width: 40px;
        left: 0;
        position: relative;
        margin: auto 10px auto 0;
    }
    .left-image-head-row small {
        font-size: 18px;
        display: flex;
    }
    section.text-slider-sec {
        padding: 0px 0 0px;
    }
    section.left-image-sec {
        padding-top: 80px;
    }
    section.text-slider-sec .item {
        gap: 12px;
    }
    section.text-slider-sec .item img {
        max-width: 50px;
    }
    section.text-slider-sec .item span {
        font-size: 20px;
    }
    section.hero-banner {
        padding: 180px 20px 80px 20px;
    }
    section.hero-banner .hero-banner-row{
        flex-wrap: wrap;
    }
    section.hero-banner .hero-banner-row .hero-banner-col {
        width: 100%;
    }
    section.hero-banner:after{
        display: none;
    }
    .hero-banner-col h1 img {
        max-width: 40px;
    }
    a.global-btn {
        min-height: 50px;
        padding: 0px 7px 0 20px;
        font-size: 15px;
    }
    a.global-btn img {
        margin-left: 17px;
    }
    header.header {
        max-width: 95% !important;
        padding: 10px 20px 10px 30px !important;
    }
    .header__icons {
        display: none;
    }
    .hero-banner-image-wrap {
        padding-top: 50px;
        margin-right: -20px;
    }
    .hero-banner-image-wrap img.abs1-img {
        top: 20px;
        width: 80px;
        right: 20px;
    }
    .hero-banner-image-wrap img.abs2-img {
        left: 20px;
        width: 80px;
    }
    .header-btn.menu-btn {
        margin-left: 20px;
        margin-top: 20px;
        display: block;
    }
    section.left-image-sec:after, section.left-image-sec:before{
        display: none;
    }
    .main-image-wrap {
        width: 90%;
        height: auto;
        right: 30px;
    }
    .left-image-wrapper p {
        bottom: 60px;
        left: 60px;
    }
    .header__heading-logo-wrapper {
        text-align: end;
        padding-right: 0;
    }
    header.header .header__heading-link, .header__heading{
        font-size: 0;
    }
    ul.menu-drawer__menu.has-submenu.list-menu li a {
        font-size: 18px;
        margin-bottom: 12px;
    }
}
@media (max-width: 600px){
    .shopify-policy__body p {
    margin-bottom: 18px;
}

.shopify-policy__body ul {
    margin-bottom: 18px;
}
   .shopify-policy__body ul li ul {
    margin-top: 18px;
    } 
    .header__heading{
        width: 75%;
    }
    header.header .header__heading-link {
        width: 75%;
    }
    header.header {
        max-width: 90% !important;
    }
    .acc-item {
        padding: 20px;
    }
    .acc-item:has(.acc-btn[aria-expanded="true"]) .acc-panel p {
        padding-top: 20px;
    }
    .acc-btn[aria-expanded="true"] .acc-icon {
        margin-top: -10px;
        margin-right: -12px;
    }
    .acc-icon{
        width: 10%;
        display: flex;
        justify-content: end !important;
    }
    .acc-item .acc-btn {
        font-size: 18px;
    }
    .ring-wrapper {
        padding: 50px 15px 280px 15px;
    }
    .left-image-wrapper p {
        bottom: 40px;
        left: 30px;
    }
    section.product-benefits-sec.without-ring {
        padding-top: 50px;
    }
    .line-icon-img {
        bottom: 140px;
    }
    section.product-benefits-sec.without-ring .product-benefits-text-wrap {
        padding-bottom: 250px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .icon-box-item {
        width: 100%;
    }
    section.product-benefits-sec.benefits-ring .ring-wrapper {
        padding: 50px 15px 380px 15px;
    }
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    h1, .innerh1, h2, h3, h4, h5, h6 {
        font-weight: unset;
        padding-bottom: 10px;
    }
}