/** Shopify CDN: Minification failed

Line 4955:67 Unexpected ")"
Line 4956:67 Unexpected ")"
Line 7167:39 Unexpected ")"

**/
/* GLOBAL */

@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");

@font-face {
    font-family: Libre Caslon Text;
    src: url("/cdn/shop/files/LibreCaslonText-Regular.ttf?v=1775492068");
    font-weight: 400;
}

@font-face {
    font-family: NORD;
    src: url("/cdn/shop/files/nord-regular.ttf?v=1775492068");
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:is(.container, .page-width, .section--page-width) {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block;
}

:is(input, select, textarea, div, span, label, a, button) {
    font-family: Poppins, sans-serif;
}

p {
    color: #000;
}

body {
    font-family: Poppins, sans-serif;
    color: #000;
}

:is(.h1, .h2, .h3, .h4, .h5, .h6),
:is(h1, h2, h3, h4, h5, h6),
:is(h1, h2, h3, h4, h5, h6) * {
    font-family: Libre Caslon Text;
    font-weight: 400;
    color: #212955;
}

img,
svg {
    display: block;
    max-width: 100%;
    user-select: none;
}

:is(.headingH1, .headingH1 *) {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
}

:is(.headingH4, .headingH4 *),
:is(.headingH5, .headingH5 *),
:is(.headingH6, .headingH6 *),
:is(.headingH2, .headingH2 *) {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
}

:is(.headingH3, .headingH3 *) {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.mainBtn {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mainBtn :is(a, button),
.formkit-submit.formkit-submit{
    padding: 21px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
    text-decoration: none;
    transition: all ease 0.4s !important;
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8ba3be 0%, #29486e 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #fff;
    border-color: transparent;
    cursor: pointer;
}

.mainBtn :is(a, button) :is(img, svg) {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.mainBtn :is(a, button):hover,
.formkit-submit.formkit-submit:hover {
    transform: translateY(-3px);
    color: #29486e;
    border-color: #29486e;
    background: transparent;
}

.mainBtn :is(a, button):hover img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(10%) saturate(3228%) hue-rotate(173deg) brightness(95%) contrast(87%);
}

.mainBtn :is(a, button).prpleOutlineBtn {
    background: transparent;
    color: #43326b;
    border-color: #43326b;
}

.mainBtn :is(a, button).prpleOutlineBtn:hover {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8c7dbd 0%, #43326b 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #fff;
}

.mainBtn :is(a, button).prplBtn,
.formkit-submit.formkit-submit {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8c7dbd 0%, #43326b 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #fff;
    border-color: transparent;
}
.formkit-submit.formkit-submit,
.formkit-input{
    border-radius:50px !important;
}
.formkit-input{
    border:1px solid #29486E !important;
    background:transparent !important; 
}
.formkit-submit.formkit-submit span{
    padding-block:14px !important;
}

.mainBtn.centerBtn {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.mainBtn :is(a, button).prplBtn:hover {
    color: #43326b;
    border-color: #43326b;
    background: transparent;
}

.mainBtn :is(a, button).greenBtn {
    background: radial-gradient(56.25% 100% at 50.31% 0%,
            #acbbbe 0%,
            #1e373c 100%);
    color: #fff;
    border-color: transparent;
}

.mainBtn :is(a, button).greenBtn:hover {
    color: #1e373c;
    border-color: #1e373c;
    background: transparent;
}

.mainBtn :is(a, button).greenOutlineBtn {
    background: transparent;
    color: #1e373c;
    border-color: #1e373c;
}

.mainBtn :is(a, button).greenOutlineBtn:hover {
    color: #fff;
    border-color: #1e373c;
    background: #1e373c;
}

.mainBtn :is(a, button).prplBtn:hover img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(7%) saturate(5398%) hue-rotate(218deg) brightness(99%) contrast(91%);
}

.mainBtn :is(a, button).LgthprplBtn {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #e8e4f1 0%, #b9b0d7 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #000;
    border-color: transparent;
}

.mainBtn :is(a, button).DrkBlueBtn {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8ba3be 0%, #29486e 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #fff;
    border-color: transparent;
}

.mainBtn :is(a, button).DrkBlueBtn:hover {
    color: #29486e;
    border-color: #29486e;
    background: transparent;
}

.mainBtn :is(a, button).DrkBlueOutlineBtn {
    background: transparent;
    color: #29486e;
    border-color: #29486e;
}

.mainBtn :is(a, button).DrkBlueOutlineBtn:hover {
    color: #fff;
    border-color: #29486e;
    background: #29486e;
}

.mainBtn :is(a, button).DrkgrayBtn {
    background: radial-gradient(52.83% 70% at 50.17% 0%,
            #edf5ff 0%,
            #6a7e94 100%);
    color: #000;
    border-color: transparent;
}

.mainBtn :is(a, button).DrkgrayBtn:hover {
    color: #fff;
    border-color: #6a7e94;
    background: #6a7e94;
}

.mainBtn :is(a, button).SkinBtn {
    background: linear-gradient(270deg, #faf8f5 0%, #ddd6ca 100%);
    color: #000;
    border-color: transparent;
}

.mainBtn :is(a, button).SkinBtn:hover {
    color: #000;
    border-color: #ddd6ca;
    background: #ddd6ca;
}

.mainBtn :is(a, button).SkinOutlineBtn {
    background: transparent;
    color: #ddd6ca;
    border-color: #ddd6ca;
}

.mainBtn :is(a, button).SkinOutlineBtn:hover {
    color: #000;
    border-color: #ddd6ca;
    background: #ddd6ca;
}

.mainBtn :is(a, button).SkinBtn img {
    filter: invert(1);
}

.mainBtn :is(a, button).LgthprplBtn img {
    filter: invert(1);
}

.mainBtn :is(a, button).LgthprplBtn:hover {
    color: #fff;
    border-color: #43326b;
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8c7dbd 0%, #43326b 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.mainBtn :is(a, button).LgthprplBtn:hover img {
    filter: unset;
}

.mainBtn :is(a, button).whiteLGTHbtn {
    background: #ffffff1a;
    color: #fff;
    border-color: #ffffffff;
}

.mainBtn :is(a, button).whiteLGTHbtn:hover {
    color: #000;
    border-color: #ffffff;
    background: #ffffff;
}

.mainBtn :is(a, button).whiteBtn {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.mainBtn :is(a, button).whiteBtn:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}

/* GLOBAL */

/* HOME BANNER */

.mainBanner {
    padding-top: 80px;
    margin-bottom: 120px;
    border-radius: 20px;
    background: linear-gradient(360deg, rgba(139, 163, 190, 0) 0%, #c6d3e2 100%);
    position: relative;
}

.mainBanner::after {
    content: "";
    background-image: url(/cdn/shop/files/val-banner-less.png?v=1775563816);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -120px;
    left: 0;
    height: 196px;
    width: 100%;
    z-index: -1;
}

.mainBannerRow {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}

.mainBannerContent {
    max-width: 927px;
    margin: 0 auto;
}

.mainBannerContent .headingH1 {
    color: #212955;
    text-align: center;
}

.mainBannerContent p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin-top: 20px;
    text-wrap: pretty;
}

.template-areas-we-serve .mainBannerContent {
    max-width: 940px;
}

.mainBannerContent .mainBtn {
    justify-content: center;
}

.mainBannerMedia {
    max-width: 1203px;
    margin: 0 auto;
    width: 100%;
}

.mainBannerMedia .mainVideoBox {
    border-radius: 20px;
}

.mainVideoBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.mainBannerMedia .mainVideoWrapper video {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 2.3 / 1;
}

.mainplayBtnVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
    pointer-events: none;
    background-image: url("/cdn/shop/files/play-btn-video.svg?v=1775494008");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
}

.mainVideoBox.is-playing .mainplayBtnVideo {
    opacity: 0;
    visibility: hidden;
}

/* HOME BANNER */

/* QUALITY BOX */

.qualityIconBoxSec {
    margin: 120px 0;
}

.qualityIconBoxRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.qualityIconBoxWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 30px 20px;
    border-radius: 20px;
    background:linear-gradient(270deg, rgba(139, 163, 190, 1), rgba(41, 72, 110, 1) 100%);
    color: #ffffff;
}

.qualityIconBoxWrap.lightThm img {
    filter: invert(1);
}

.qualityIconBoxWrap.lightThm * {
    color: #000;
}

.qualityIconBoxWrap img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.qualityIconBoxWrap p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fff;
    text-wrap: balance;
}

/* QUALITY BOX */

/* IMAGE WITH CONTENT */

.imageWithContent {
    margin: 120px 0;
}

.imageWithContentRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 40px;
}

.imageWithContentMedia {
    width: 100%;
    height: 100%;
}

.imageWithContentRow.withBGRow {
    background: #f6f5f1;
    border-radius: 20px;
}

.imageWithContentMedia img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.imageWithContentText span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
    color: #212955;
}

.imageWithContentText h2 {
    text-wrap: pretty;
}

.imageWithContentText p {
    margin-top: 20px;
}

.imageWithContentText :is(p, li, a) {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    text-wrap: pretty;
    color: #000000;
}

.imageWithContentText :is(ol, ul:is(:not(.ul))) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
    padding-left: 36px;
}

.imageWithContentText :is(ol, ul) li strong {
    font-weight: 500;
    color: #000 !important;
}

.list-check-icon .imageWithContentText :is(ol, ul:is(:not(.ul))) {
    gap: 20px;
    padding-left: 0;
}

.list-check-icon .imageWithContentText :is(li) {
    padding-left: 35px;
    position: relative;
    list-style: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #212955;
}

.list-check-icon .imageWithContentText :is(li):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/cdn/shop/files/checkmmark.svg?v=1779374961");
    background-size: contain;
}

.imageWithContentRow.withBGRow {
    gap: 0px;
}

.imageWithContentRow.withBGRow .imageWithContentText {
    padding: 60px 30px;
}

.iwcLogoList {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.iwcLogoList img {
    min-width: 100px;
    object-fit: contain;
    max-width: 206px;
}

/* IMAGE WITH CONTENT */

/* CATEGORY SERVICES */

.categoryServices {
    padding: 120px 0;
    margin: 120px 0;
    background: linear-gradient(179.89deg,
            rgba(221, 214, 202, 0) 5.18%,
            rgba(221, 214, 202, 0.3) 115.88%);
}

.sectionHeader {
    margin-bottom: 50px;
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.sectionHeader>img {
    width: 80px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.sectionHeader p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 20px;
}

.sectionHeader .mainBtn :is(a, button) {
    margin-left: auto;
    margin-right: auto;
}

.categoryServicesRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.categoryServicesBox {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1 / 1.234;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #43326b;
    color: #ffffff;
}

.categoryServicesBox::after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background 0.4s ease;
}

.categoryServicesBoxContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 15px 30px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.categoryServicesBoxContent :is(h3, a) {
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    transition: transform 0.5s ease;
    text-wrap: pretty;
}

.categoryServicesBox:nth-child(2) .categoryServicesBoxContent :is(h3, a) {
    max-width: 90%;
}

.categoryServicesBoxContent h3 a::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.categoryServicesBoxContent :is(p, li) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
    text-wrap: balance;
    position: absolute;
}

.categoryServicesBoxContent :is(ol, ul) {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
    gap: 0px;
}

.categoryServicesBoxContent :is(li) {
    text-align: left;
    overflow: unset !important;
    list-style: disc !important;
}

.categoryServicesBoxContent :is(p) em {
    font-size: 13px;
}

.categoryServicesBox:hover .categoryServicesBoxMedia::after {
    background: rgba(0, 0, 0, 0.5);
}

.categoryServicesBox:hover .categoryServicesBoxContent {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    justify-content: center;
    top: 0;
}

.categoryServicesBox:hover .categoryServicesBoxContent :is(p, li) {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

/* CATEGORY SERVICES */

/* RICH CONTENT SECTION */

.richContentSection {
    margin: 120px 0;
}

.richContentSectionRow {
    max-width: 723px;
    margin: 0 auto;
    text-align: center;
}

.richContentSectionRow img {
    width: 80px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.richContentSectionRow h2 {
    margin-top: 30px !important;
}

.richContentSectionRow p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    margin-top: 20px;
    text-wrap: pretty;
}

/* RICH CONTENT SECTION */

/* STEP BOX SECTION */

.stepBoxSec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 227px 0 60px 0;
    position: relative;
    overflow: hidden;
}

.stepBoxSec::after {
    content: "";
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 19.29%,
            rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.stepBoxRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: end;
    position: relative;
    z-index: 2;
}

.StepBoxLeft .headingH2 {
    color: #fff;
    max-width: 400px;
}

.StepBoxRight {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.stepBoxPr {
    /* background: #00000066; */
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    background-color:rgba(0,0,0,0.5);
}

.stepBoxPr .eyeBrowText {
    color: #fff;
}

.eyeBrowText {
    display: block;
    font-family: NORD;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
}

.stepBoxPr h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 15px;
}

.stepBoxPr :is(p, li, a) {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    margin-top: 15px;
    color: #fff;
}

/* STEP BOX SECTION */

/* CONTENT SLIDER SEC */

.contentSliderSec {
    margin: 120px 0;
    position: relative;
    /* overflow: hidden !important; */
}

.contentSliderSec .container {
    max-width: 1600px;
    padding-right: 0px !important;
}

.contentSliderRow {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 40px;
}

.catgsliderSlider .swiper-slide {
    width: 346px;
}

.contentSliderContent {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.contentSliderSlider {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}

.contentSliderContent .headingH2 {
    margin-bottom: 30px;
}

.contentSliderContent p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000;
    margin-top: 20px;
    max-width: 476px;
}

.sliderCatgBox {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.sliderCatgBox::before {
    background: linear-gradient(180deg, #0000 48.69%, #0009);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.sliderCatgBox::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    backdrop-filter: blur(4px);
    mask-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 48.69%,
            rgba(0, 0, 0, 0.6) 100%);
    -webkit-mask-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 48.69%,
            rgba(0, 0, 0, 0.6) 100%);
}

.sliderCatgMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1.3;
}

.sliderCatgContent {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.sliderCatgContent h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
}

.sliderCatgContent a {
    color: #fff;
    text-decoration: none;
}

.sliderCatgContent a::after {
    content: "";
    position: absolute;
    top: -70vh;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 3;
}

.swiperNavigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 60px;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
}

.swiperNavigation .slideBtn {
    position: initial;
    display: flex;
    align-items: center;
    width: fit-content;
    height: auto;
}

.swiperNavigation .slideBtn svg {
    display: none;
}

.swiperNavigation .slideBtn img {
    width: 44px;
    object-fit: contain;
}

.swiperNavigation .slideBtn::after {
    display: none;
}

.swiperNavigation .slideBtn span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #484539;
}

.swiperNavigation .slideBtn.prev {
    flex-direction: row-reverse;
}

/* CONTENT SLIDER SEC */

/* CLIENTS REVIEWS */

.clientsReviews {
    padding: 60px 0;
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    overflow: hidden;
}

.clientTestiBox {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    min-width: 426px;
    overflow: hidden;
    color:#000;
}

.clientTestiBox:has(.ClntrevImg) {
    padding: 0px !important;
}

.ClntrevImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1 / 0.7;
}

.clntTestBoxTop {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clntTestBoxTop span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color:#000;
}

.clntTestBoxTop img {
    width: 54px;
    object-fit: contain;
}

.clntTestBoxBtm {
    padding-top: 16px;
}

.clntTestBoxBtm p {
    font-family: Poppins;
    font-weight: 300;
    font-style: Light;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
    color:#000;
}

.clientsReviewsRow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.clientTestRow.forward,
.clientTestRow.revers {
    will-change: transform;
}

.clientTestRow {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    justify-content: center;
}

/* CLIENTS REVIEWS */

/* PARTER BECOME */

.becomepartners {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.becomePartnersContent {
    max-width: 640px;
}

.becomePartnersContent .headingH2 {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 457px;
}

.becomePartnersContent p {
    font-family: Poppins;
    font-weight: 300;
    font-style: Light;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    margin-top: 20px;
}

/* PARTER BECOME */

/* FAQ SECTION */

.faqMain {
    margin: 120px 0;
}

.faqMainRow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #212955;
    border-radius: 20px;
}

.accordion-item:has(.accordion-item-header.active) {
    background: linear-gradient(270deg, #faf8f5 0%, #ddd6ca 100%);
    border-color: transparent;
}

.accordion-item-header {
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.accordion-item-header::after {
    content: "";
    background-image: url(/cdn/shop/files/faq-open.svg?v=1775579730);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 25px;
    width: 25px;
    min-width: 25px;
    transition: all ease-in-out 0.5s;
    background-color: transparent;
}

.accordion-item-header.active::after {
    content: "";
    transform: rotate(180deg);
    background-image: url(/cdn/shop/files/faq-close.svg?v=1775579730);
}

.accordion-item-header h5 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #000;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.accordion-item-body-content {
    padding: 30px;
    padding-top: 0px !important;
}

.accordion-item-body-content :is(p, ul li, ol li) {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    max-width: 971px;
    margin-top: 20px;
    text-wrap: pretty;
}

.accordion-item-body-content :is(p, ul li, ol li):empty {
    display: none;
}

.accordion-item-body-content :is(p, ul li, ol li) br {
    display: none;
}

.accordion-item-body-content :is(ul, ol) {
    padding-left: 20px;
    padding-top: 10px;
}

.accordion-item-body-content :is(ul li) {
    list-style: disc;
}

.accordion-item-body-content :is(ol li) {
    list-style: decimal;
}

.accordion-item:has(.active) .accordion-item-body {
    max-height: max-content;
    transition: max-height 0.5s ease-in-out;
}

/* FAQS SECTION */

/* BUY ONE GET */

.buyOneGetOneFree {
    margin: 120px 0;
    overflow: hidden;
}

.buyOneGetOneFreeRow {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 30px;
    max-width: 1024px;
    margin: 0 auto;
    align-items: center;
}

.buyOneGetOneFreeCont .headingH2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.buyOneGetOneFreeCont {
    max-width: 477px;
    margin-left: auto;
}

.buyOneGetOneFreeCont p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
}

/* 
.buyOneGetOneFreeMed::after {
  content: "";
  height: 75%;
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background-image: url(/cdn/shop/files/imgi_72_circle.png?v=1775580791);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate360 30s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
} */

.buyOneGetOneFreeMed {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.buyOneGetOneFreeMed img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

/* BUY ONE GET */

/* BETTER EXPERIENCE */

.betterExperience {
    margin: 120px 0;
}

.betterExperienceBgHldr {
    padding: 120px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.betterExperienceBgHldr::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #00000080;
    backdrop-filter: blur(4px);
}

.betterExperienceRow {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 774px;
    margin: 0 auto;
}

.betterExperienceRow .headingH2 {
    color: #fff;
}

.betterExperienceRow p {
    max-width: 684px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    text-wrap: pretty;
}

.betterExperienceRow a {
    color: #fff;
}

.betterExperienceRow .mainBtn {
    justify-content: center;
}

/* BETTER EXPERIENCE */

/* FOOTER MAIN */

.mainFooterSec {
    padding: 60px 0;
    background: linear-gradient(360deg,
            rgba(139, 163, 190, 0.2) 0%,
            #c6d3e2 100%);
    border-radius: 20px 20px;
}

.footerMainRow {
    padding: 50px;
    background: #ffffff4d;
    border-radius: 20px;
}

.footerLOGO {
    width: 100%;
    max-width: 240px;
}

.footerLOGO a {
    display: block;
    width: 100%;
}

.footerLOGO a img {
    object-fit: contain;
}

.footerMenusRow {
    display: grid;
    grid-template-columns: 19% 23% 15% 15% 24%;
    gap: 20px 10px;
    margin-top: 40px;
}

.footerFormHldr form {
    max-width: 283px;
}

:is(.footerMenusHldr, .footerFormHldr) h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000;
}

:is(.footerMenusHldr) ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

:is(.footerMenusHldr) ul li {
    list-style: none;
}

:is(.footerMenusHldr) ul :is(li a, li) {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
}

:is(.footerMenusHldr) ul li a:hover {
    color: #000;
    text-shadow: 0 1px 0 #000;
}

.footerFormHldr p {
    font-family: Poppins;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-top: 20px;
}

.newsLetterFormFooter {
    margin-top: 15px;
}

.newsLetterFormFooter input {
    border: 1px solid #29486e;
    border-radius: 100px;
    padding: 10px 15px;
    min-height: 45px;
    margin-bottom: 10px;
    color: #000;
    background-color: transparent;
    width: 100%;
}

.newsLetterFormFooter input,
.newsLetterFormFooter input::placeholder {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000;
}

.newsLetterFormFooter .mainBtn {
    margin-top: 0px !important;
}

.newsLetterFormFooter .mainBtn :is(a, button) {
    font-size: 14px;
    padding: 10px 15px;
    min-height: 45px;
    width: 100%;
}

.footerContentRow {
    margin-top: 40px;
}

.footerContentRow p {
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
}

.footerImagesIconsRow {
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-top: 40px;
    gap: 40px;
    align-items: center;
}

.footerImagesIconsRowLeft {
    display: flex;
    gap: 20px;
}

.footerImagesIconsRowLeft img {
    max-width: 140px;
    object-fit: contain;
}

.footerBottemTextCopy {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}

.footerBottemTextCopy p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 591px;
    margin: 0 auto;
}

/* FOOTER MAIN */

/* .announcement-bar */

body .shopify-section-group-header-group:has(.announcement-bar),
body .shopify-section-group-header-group:has(.announcement-bar) .section-background {
    border-radius: 0 0 20px 20px;
}

body .announcement-bar .announcement-bar__text {
    text-align: end;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
}

body .announcement-bar .announcement-bar__text strong {
    font-weight: 600;
}

body .announcement-bar {
    padding: 10px 0;
    border: none;
}

body .announcement-bar .announcement-bar__slides {
    max-width: 100%;
    width: 100%;
}

body .announcement-bar .announcement-bar__slide {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    --width: unset !important;
}

body .announcement-bar .announcement-bar__slide .mainBtn {
    margin: 0px !important;
}

body .announcement-bar .announcement-bar__slide .mainBtn :is(a, button) {
    padding: 5px 15px;
    min-height: 30px;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}

body .announcement-bar .announcement-bar__slide .mainBtn :is(a, button):hover {
    transform: unset;
}

/* .announcement-bar */

/* .header */

body .header .header__columns {
    padding: 0px 0 !important;
    gap: 20px;
    align-items: center;
    --header-mobile-bookend: 40px !important;
}

body .header .menu-list__link {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    height: fit-content;
    color: #000;
    transition: all ease 0.3s;
}

body .header .menu-list__link:hover {
    color: #43326b;
    text-shadow: 0 1px 0 #43326b;
}

body .header .menu-list__link span {
    padding: 0px !important;
}

body .header .overflow-menu::part(list) {
    gap: 20px;
    margin: 0px !important;
    height: auto !important;
    flex-wrap: nowrap;
}

body .header .header-logo__image {
    width: 183px;
    object-fit: contain;
}

body .header .header__column--right {
    gap: 20px;
}

body .header .cartButtons .mainBtn {
    margin-top: 0px !important;
    gap: 12px;
    flex-direction:row;
    flex-wrap:nowrap;
}

body .header .cartButtons>.mainBtn :is(a, button) {
    padding: 5px 15px;
    min-height: 36px;
    font-size: 12px;
}

body .header .cartButtons {
    display: flex;
    gap: 30px;
    align-items: center;
}

body .header .header-actions__action {
    height: 20px;
    width: 20px;
    min-height: auto;
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: unset;
}

body .header .account-button[part="signed-out-avatar"] {
    min-height: auto !important;
}

body .header header-actions {
    align-items: center;
    gap: 20px;
}

.mega-menu .mega-menu__list .mega-menu__column>div {
    padding: 20px 0;
    position: relative;
    display: block;
}

.mega-menu .mega-menu__list .mega-menu__column>div:first-child {
    padding-top: 0 !important;
}

.mega-menu .mega-menu__list .mega-menu__column>div :is(a, span) {
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
}

.mega-menu .mega-menu__list .mega-menu__column>div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(-270deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0) 100%);
}

/* .header */

/* HEADER DRAWER */

body .menu-drawer {
    z-index: 99;
    padding: 15px;
    gap: 30px;
}

body .menu-drawer .menu-drawer__menu {
    display: flex;
    flex-direction: column;
}

body .menu-drawer .menu-drawer__menu.has-submenu {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}


body .menu-drawer .menu-drawer__close-button * {
    height: 100%;
    width: 100%;
}

body .menu-drawer .menu-drawer__featured-content {
    display: none;
}

body .menu-drawer .menu-drawer__menu li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0px !important;
}

body .menu-drawer .menu-drawer__menu-container--divider {
    border: none !important;
}

body .menu-drawer .menu-drawer__menu li:not(:last-child) {
    border-bottom: 1px solid transparent;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu-item {
    min-height: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.1;
    font-family: DM Sans;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0px !important;
    margin: 0px !important;
    transition: all ease 0.3s;
    color: #000;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu-item:hover {
    color: #43326b;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu-item.menu-drawer__menu-item--active {
    color: #43326b;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu-item>.svg-wrapper {
    padding: 0px !important;
    width: 18px;
    height: 18px;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu-item>.svg-wrapper * {
    height: 100%;
    width: 100%;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu li accordion-custom .menu-drawer__menu-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: none !important;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu li accordion-custom ul.menu-drawer__menu li {
    border: none !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 15px !important;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu li accordion-custom ul.menu-drawer__menu li a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu .menu-drawer__menu-item {
    font-size: 16px;
    color: #000;
}

body .menu-drawer .menu-drawer__nav-buttons {
    display: block;
    padding: 10px 0 0;
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
}

body .menu-drawer .menu-drawer__nav-buttons button {
    font-size: 18px;
    font-family: DM Sans;
    color: #000;
}

body .menu-drawer .menu-drawer__nav-buttons button.button.close-button.menu-drawer__close-button {
    display: none;
}

.announcementBarListHldr {
    gap: 20px;
}

/* HEADER DRAWER */

.footer-content {
    padding: 0px !important;
}

/* Search Modal Css */

body .search-modal .search-modal__content {
    margin: auto;
}

body .search-modal .recently-viewed-wrapper,
body .search-modal .predictive-search-results__products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .search-modal :is(.predictive-search-results__title, .predictive-search-results__title) {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 0;
}

body .search-modal .predictive-search-results__clear {
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline !important;
    color: #000;
    font-weight: 400;
    opacity: 1;
}

body .search-modal .predictive-search-results__resource-header {
    height: fit-content;
    margin: 20px 0 10px;
}

body .search-modal .predictive-search-results__list {
    margin: 0;
    padding: 0;
    gap: 5px;
}

body .search-modal .predictive-search-results__list .resource-card {
    position: relative;
    border: 1px solid #8ba3be44;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin: 0 !important;
    overflow: hidden;
    background: #8ba3be44 !important;
    box-shadow: none !important;
}

body .search-modal .resource-card .resource-card__media {
    width: 100%;
    aspect-ratio: unset;
    height: 100px !important;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin: 0 auto;
}

body .search-modal .resource-card .resource-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

body .search-modal .resource-card .resource-card__media img[src$=".avif"],
body .search-modal .resource-card .resource-card__media img[src*=".avif?"],
body .search-modal .resource-card .resource-card__media img[src$=".AVIF"],
body .search-modal .resource-card .resource-card__media img[src$=".png"],
body .search-modal .resource-card .resource-card__media img[src*=".png?"],
body .search-modal .resource-card .resource-card__media img[src$=".PNG"] {
    object-fit: contain;
}

body .search-modal .resource-card .resource-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}

body .search-modal .resource-card .resource-card__content .resource-card__title {
    font-family: Josefin Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #29486e;
}

body .search-modal .resource-card .resource-card__content .prodCardPrice {
    margin-top: 0px !important;
}

body .search-modal .resource-card .resource-card__content .prodCardPrice .price {
    font-size: 14px;
}

body .search-modal .predictive-search-results__card,
body .search-modal .predictive-search-results__card:not(.predictive-search-results__card--product) {
    padding: 0 !important;
    background: transparent !important;
    border: unset !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

body .search-modal .resource-card__image-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

/* Search Modal Css */
body.template-for-providers .qualityIconBoxRow>div {
    flex: 1 1 23%;
    gap: 20px;
}

body.template-for-providers .qualityIconBoxRow {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

body.template-for-providers .mainBannerContent {
    max-width: 970px;
}

body.template-for-providers .mainBanner:after {
    display: none;
}

.mainBtn.center_Btns {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.mainBtn.full_Btns :is(a, button),
.mainBtn.full_Btns {
    max-width: 100%;
    width: 100%;
}

body .imageWithContent.reverse-colmun .imageWithContentMedia {
    order: 1;
}

body.template-for-providers .imageWithContent {
    margin: 60px 0;
}

body .cntSecWrp.Sec-Background {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 60px;
    border-radius: 20px;
}

.deatails__CD_wrp {
    position: relative;
    display: block;
    width: 100%;
    margin: 100px 0;
}

.deatails__CD_wrp.addBg {
    background: linear-gradient(360deg,
            rgba(139, 163, 190, 0.2) 0%,
            #c6d3e2 100%);
    padding: 100px 0;
}

.deatails__Cards_Wrp {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.deatsils_crds_box {
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}

.deatsils_crds_box .deatils__crd_mediaa {
    position: relative;
    min-height: 300px;
    height: 300px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.deatsils_crds_box .deatils__crd_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details__cards__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}

.details__cards__info h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
}

.details__cards__info .detsx__disx {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.details__cards__info .detsx__disx :is(strong) {
    font-weight: 500;
}

.details__cards__info .detsx__disx :is(p, li, span, a) {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
}

.details__cards__info .detsx__disx :is(ol, ul) {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
}

.mainImageBox {
    height: 550px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.mainImageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deeper_wrp .richCnt_icon:has(img[alt="pattern-icon"]) {
    display: none !important;
}

.deeper_wrp .richContentSectionRow h2 {
    margin-top: 0 !important;
}

.foot_content_area {
    position: relative;
    display: flex;
    max-width: 700px;
    margin: 50px auto 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.foot_content_disx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foot_content_disx :is(p, li, span, a) {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

.foot_content_area .mainBtn {
    justify-content: center;
}

.template-insurance-pricing .imageWithContent {
    margin: 60px 0;
}

body .betterExperienceRow ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin-top: 30px;
    justify-content: center;
}

body .betterExperienceRow ul li {
    list-style: none;
}

body .betterExperienceRow ul li a {
    text-decoration: underline;
}

.deatils__content_area {
    position: relative;
    display: block;
    margin: 100px 0;
}

.deatils__content_disx {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.deatils__content_disx :is(p, li, span, a) {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
}

.price-them-sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.price_them_rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

.price_them_box {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(180deg, #efecf5 33.7%, #d3c9e2 219.75%);
    overflow: hidden;
}

.price_head_them {
    background: radial-gradient(48.01% 83.5% at 50% 0%, #8c7dbd 0%, #43326b 100%);
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    justify-content: center;
}

.price_head_them .price_icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    position: relative;
    display: block;
}

.price_head_them .price_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.price_head_them .price_head_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price_head_them .price_head_info h3 {
    font-family: NORD;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.price_head_them .price_head_info span {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.price_details_rows {
    position: relative;
    display: block;
}

.price_details_rows ul {
    display: flex;
    flex-direction: column;
}

.price_details_rows ul li {
    list-style: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 30px 40px;
    color: #000;
}

.price_details_rows ul li:nth-child(odd) {
    background: #f8f5ff;
}

.price_details_rows ul li:nth-child(even) {
    background: linear-gradient(180deg, #efecf5 33.7%, #d3c9e2 219.75%);
}

.price_them_box.DRKBOX {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
}

.price_them_box.DRKBOX .price_head_them {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            #faf8f5 0%,
            #ddd6ca 100%);
}

.price_them_box.DRKBOX .price_details_rows ul li:nth-child(odd) {
    background: #fff;
}

.price_them_box.DRKBOX .price_details_rows ul li:nth-child(even) {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
}

.price_them_box.DRKBOX .price_head_them .price_head_info h3 {
    color: #000;
}

.price_them_box.DRKBOX .price_head_them .price_head_info span {
    color: #000;
}

.price_them_foot_wrp {
    max-width: 870px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    margin: 40px auto 0;
}

.price_fot_disx {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.price_fot_disx :is(p, li, a) {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.details_them_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f3ef;
}

.details_them_box .details__them_header {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            #faf8f5 0%,
            #ddd6ca 100%);
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    justify-content: center;
}

.details_them_box .details__them_header h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    text-shadow: 0 0 currentColor;
}

.details_thm_wrp {
    background: #f5f3ef;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.details_thm_wrp .drlts_icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.details_thm_wrp .drlts_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details_thm_wrp h4 {
    font-family: NORD;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.disx__dets_them {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.disx__dets_them :is(p, li, span) {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 17px;
    line-height: 1.3;
    text-shadow: 0 0 currentColor;
    letter-spacing: 0;
    color: #000000;
}

.details_them_box.DRKBOX .details__them_header {
    background: radial-gradient(48.01% 83.5% at 50% 0%, #8c7dbd 0%, #43326b 100%);
}

.details_them_box.DRKBOX .details_thm_wrp {
    background: #f8f5ff;
}

.details_them_box.DRKBOX .details__them_header h3 {
    color: #fff;
}

.Contact__info_sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.contact__Rows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.contact_infO__BOX {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 30px;
    border-radius: 20px;
}

.contact_infO__BOX h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #212955;
}

.contact_infO__BOX .contact_links_disx {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact_infO__BOX .contact_links_disx br {
    display: none !important;
}

.contact_infO__BOX .contact_links_disx :is(p, li, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    text-decoration: none !important;
}

.contact_infO__BOX .contact_disx {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact_infO__BOX .contact_disx :is(p, li, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

.icon_Info_contact {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100px;
    background: radial-gradient(56.25% 100% at 50.31% 0%,
            #acbbbe 0%,
            #1e373c 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.icon_Info_contact img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact_sec_details {
    position: relative;
    display: block;
    margin: 100px 0;
}

.contact_rows_wrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact__wrp_info {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 50px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
}

.contact__info__detaiils__rows {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact__wrp_info .headingH2 {
    color: #212955;
    max-width: 525px;
}

.contact__wrp_info .contact__info__detaiils__Box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__wrp_info .contact__info__detaiils__Box .contact__info__detaiils__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.contact__wrp_info .contact__info__detaiils__Box .contact__info__detaiils__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact__wrp_info .contact__info__detaiils__Box h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #212955;
}

.contact__wrp_info .contact__info__detaiils__Box .disx__dets_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact__wrp_info .contact__info__detaiils__Box .disx__dets_info :is(p, li, span) {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
}

.contact__wrp_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.contact__wrp_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact__wrp_info .contact__info__detaiils__Box .disx__dets_info :is(strong) {
    font-weight: 500;
}

.contact__wrp_info .mainBtn {
    margin-top: 30px;
}

.Contact__map_sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.map__wrapper {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1135px;
    height: 520px;
    margin: 50px auto 0;
}

.map__wrapper :is(iframe, img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.template-contact .mainBanner {
    background: linear-gradient(0, rgba(221, 214, 202, 0) 0%, #ddd6ca 100%);
}

div.shopify-section:has(.jm-cluster) {
    background: linear-gradient(360deg, rgba(139, 163, 190, 0) 0%, #c6d3e2 100%);
}

product-form-component .appstle-tootltip-parent {
    display: none;
}

/* Product Tabs Styling Start */

.product-tabs-sec {
    position: relative;
    display: block;
    margin: 120px 0px;
}

.tab-nav {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    padding-bottom: 0px;
    overflow-x: auto;
}

.tab-btn {
    background: none;
    border: none;
    padding: 0 0 20px 0;
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #00000033;
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: 0;
    transition: color 0.15s;
    cursor: pointer;
    min-width: fit-content;
}

.tab-btn:first-child {
    padding-left: 0;
}

.tab-btn.active {
    color: var(--color-text-primary);
    border-bottom-color: var(--color-text-primary);
    font-weight: 500;
}

.tab-btn:hover:not(.active) {
    color: var(--color-text-primary);
}

.tab-panel {
    display: none;
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-text-primary);
    max-width: 520px;
}

.tab-panel.active {
    display: block;
}

.tab-panel .metafield-rich_text_field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-panel .metafield-rich_text_field :is(p, li, a, span) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

/* Product Tabs Styling End */

/* Products Page Styling */
body .product-information {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
}

body .product-information .product-information__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-row: unset !important;
    grid-column: unset !important;
    gap: 40px;
}

body .product-information .product-information__grid>div {
    grid-column: unset !important;
    grid-row: unset !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .product-information .product-details>div {
    margin: 0 !important;
    padding: 0 !important;
}

body .product-information .product-details .group-block-content {
    position: relative;
    display: block;
}

body .product-information .product-details :is(.text-block.h1,
    .text-block.h2,
    .text-block.h3,
    .text-block.h4,
    .text-block.h5,
    .text-block.h6,
    .text-block.h1 *,
    .text-block.h2 *,
    .text-block.h3 *,
    .text-block.h4 *,
    .text-block.h5 *,
    .text-block.h6 *) {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 44px !important;
    line-height: 1.1;
    letter-spacing: 0;
    color: #212955;
}

body .product-information .product-details :is(.products__disx_Content, .products_disx) {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
}

/* body .product-information .product-details :is(.products__disx_Content, .products_disx) :is(br, p:empty) {
    display: none;
} */

body .product-information .product-details :is(.products__disx_Content, .products_disx) :is(p) {
    width: 100%;
    max-width: 100%;
}

body .product-information .product-details :is(.products__disx_Content, .products_disx) :is(h1, h2, h3, h4, h5, h6) *,
body .product-information .product-details :is(.products__disx_Content, .products_disx) :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500 !important;
    line-height: 1.5;
    font-size: 18px !important;
    font-family: "Libre Caslon Text" !important;
    color: #212955 !important;
}

body .product-information .product-details :is(.products__disx_Content, .products_disx) :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
}

body .product-information .product-details :is(.products__disx_Content, .products_disx) :is(strong) {
    font-weight: 500;
}

body .product-information .products_disx__header {
    padding-bottom: 40px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

body .product-information .products_disx__header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(-270deg,
            rgba(33, 41, 85, 0.5) 0%,
            rgba(33, 41, 85, 0) 100%);
}

body .product-information .product-details product-price {
    margin-bottom: 40px;
}

body .product-information .product-details product-price .price {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

body .product-information .product-details product-price s.price {
    color: #00000080;
    font-weight: 300;
    text-decoration: line-through;
}

body .product-details .variant-picker {
    margin-bottom: 30px !important;
    display: block;
}

body .product-details .variant-picker .variant-option {
    gap: 16px !important;
    display: flex;
    flex-wrap: wrap;
}

body .product-details .appstle_sub_widget .appstle_widget_title,
body .product-details .variant-picker .variant-option legend {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #212955;
    display: block !important;
}

body .product-details .variant-picker .variant-option .variant-option__button-label::before,
body .product-details .variant-picker .variant-option .variant-option__button-label__pill,
body .product-details .variant-picker .variant-option .variant-option__button-label::after {
    display: none !important;
}

body .product-details .variant-picker .variant-option .variant-option__button-label {
    width: fit-content;
    min-width: fit-content;
    min-height: 60px;
    height: 60px;
    gap: 30px;
    border-radius: 4px !important;
    background: transparent;
    border: 1px solid #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    padding: 0 30px;
}

body .product-details .variant-picker .variant-option .variant-option__button-label * {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

body .product-details .variant-picker .variant-option .variant-option__button-label:has(> input[type="radio"]:checked) {
    border: 1px solid transparent;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #e9edf3;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option {
    border: 1px solid #666666 !important;
    outline: none !important;
    padding: 20px;
    border-radius: 4px !important;
    background: transparent;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option :is(.appstle_subscribe_save_text, .appstle_one_time_text) {
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    color: #000000;
    letter-spacing: 0;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option .appstle_circle {
    border: 1px solid #666666 !important;
    height: 20px;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option .appstle_circle .appstle_dot {
    background: transparent;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option .appstle_circle::before {
    display: none !important;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option.appstle-active-option .appstle_circle {
    border: 10px solid #29486e !important;
    height: 30px;
    min-height: 30px;
    width: 30px;
    min-width: 30px;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option.appstle-active-option :is(.appstle_subscribe_save_text, .appstle_one_time_text) {
    font-weight: 400;
}

body .product-details .appstle_sub_widget .appstle_subscription_wrapper_option.appstle-active-option {
    border-radius: 10px;
    background: #c7d3e266 !important;
    border: 1px solid transparent !important;
}

body .product-details .appstle_sub_widget span.appstle_subscription_amount.transcy-money {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

body .product-details .appstle_sub_widget span.appstle_subscription_compare_amount.transcy-money {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #909090;
    text-decoration: line-through !important;
}

body .product-details .appstle_sub_widget .appstle_subscription_amount_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 16px;
}

body .product-details .appstle_sub_widget .appstle-text-and-badge-wrapper .appstle-save-badge {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    padding: 6px 12px;
    background: #c7d3e2;
    border-radius: 1000px;
}

body .product-details .appstle_sub_widget .appstle_subscribe_option_grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

body .product-details .appstle_sub_widget .appstle_subscribe_option {
    margin: 0;
}

body .product-details .appstle_sub_widget .appstle_subscribe_option .appstle_custom_select {
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
}

body .product-details .appstle_sub_widget .appstle_subscribe_option .appstle_custom_select select {
    background: #ffffff;
    border-radius: 4px !important;
    outline: none !important;
    border: none !important;
    height: 50px;
    padding: 10px 20px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}

body .product-details .appstle_sub_widget .appstle_subscribe_option .appstle_custom_select:before {
    right: 20px;
}

body .product-details .appstle_subscribe_option_grid label.appstle_select_label {
    display: none !important;
    opacity: 0;
    line-height: 0.7;
    pointer-events: none;
}

body .product-details .mainBtn {
    margin-top: 0;
}

body .product-details .quantity-selector {
    flex: 1 1 188px;
    width: 188px;
    border: 1px solid #000000;
    min-height: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 0 40px;
}

body .product-details .mainBtn :is(a, button) {
    min-height: 60px;
    height: 60px;
}

body .product-details .mainBtn :is(a, button) * {
    text-transform: capitalize;
}

body .product-details .quantity-selector * {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

body .product-details .quantity-selector button {
    width: 18px;
    height: 18px;
}

body .product-details .product-form-buttons {
    margin-top: 20px;
    padding: 0;
}

body .product-information__media media-gallery slideshow-container :is(slideshow-slides, slideshow-slide, .product-media, .product-media img) {
    aspect-ratio: 631 / 702;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

body .product-information__media media-gallery slideshow-container :is(.product-media img) {
    background: #f9f9f9;
}

body .product-information__grid .product-information__media .product-media-container.media-fit-contain img[src$=".png"],
body .product-information__grid .product-information__media .product-media-container.media-fit-contain img[src*=".png?"],
body .product-information__grid .product-information__media .product-media-container.media-fit-contain img[src$=".PNG"] {
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 20px;
    height: auto;
}

body .product-information__grid .product-information__media .slideshow-controls__thumbnails {
    margin-top: 10px;
    gap: 20px;
}

body .product-information__grid .product-information__media .slideshow-controls__thumbnails button.slideshow-control {
    border-radius: 10px;
    width: 115px;
    height: 115px;
    aspect-ratio: 115 / 115;
    background: #f9f9f9;
}

body .product-information__grid .product-information__media .slideshow-controls__thumbnails .slideshow-control img[src$=".png"],
body .product-information__grid .product-information__media .slideshow-controls__thumbnails .slideshow-control img[src*=".png?"],
body .product-information__grid .product-information__media .slideshow-controls__thumbnails .slideshow-control img[src$=".PNG"] {
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
}

body .product-information__media media-gallery slideshow-container :is(slideshow-slides, slideshow-slide, .product-media, .product-media img) {
    max-height: max-content !important;
    height: auto !important;
}

/* Products Page Styling */
body .product-recommendations .section-resource-list {
    margin: 0 auto;
    padding: 0 20px;
}

body .product-recommendations .section-resource-list__content {
    text-align: center;
    max-width: max-content;
    margin: 0 auto 50px;
}

body .product-recommendations .section-resource-list__content :is(.text-block.h1,
    .text-block.h2,
    .text-block.h3,
    .text-block.h4,
    .text-block.h5,
    .text-block.h6,
    .text-block.h1 *,
    .text-block.h2 *,
    .text-block.h3 *,
    .text-block.h4 *,
    .text-block.h5 *,
    .text-block.h6 *) {
    font-family: "Libre Caslon Text";
    text-align: center;
    font-weight: 400;
    font-size: 40px !important;
    line-height: 1.1;
    letter-spacing: 0;
    color: #212955;
}

/* Product Card */
.swiper.pdp_slides .swiper-slide {
    height: auto;
}

body product-card.product-card {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%, #faf8f54d, #ddd6ca4d);
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
}

body product-card.product-card .product-card__content {
    margin: 0 !important;
    gap: 10px;
    padding: 0 !important;
}

body product-card.product-card .product-card__content .PDP__title *,
body product-card.product-card .product-card__content .PDP__title {
    font-family: "Libre Caslon Text" !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
}

body product-card.product-card .product-card__content .group-block-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

body product-card.product-card .product-card__content product-price .compare-at-price,
body product-card.product-card .product-card__content product-price .price {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #212955;
}

body product-card.product-card .product-card__content product-price .compare-at-price {
    font-size: 16px;
    opacity: 0.6;
    text-decoration: line-through !important;
}

body product-card.product-card .product-card__content product-price .price__sale {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

body product-card.product-card .product-card__content product-price .price__sale.price__hidden {
    display: none !important;
}

body product-card.product-card .product-card__content product-price {
    width: max-content;
}

body product-card.product-card .product-card__content .card-gallery {
    aspect-ratio: 275 / 270;
    width: 100%;
    margin-bottom: 10px;
}

body product-card.product-card .product-card__content .card-gallery :is(slideshow-slide, slideshow-slides, .product-media, .product-media img) {
    aspect-ratio: 275 / 270;
    width: 100%;
    object-fit: cover;
}

body product-card.product-card .product-card__content .card-gallery :is(.product-media, .product-media img) {
    border-radius: 12px;
    background: #fff;
}

body product-card.product-card .product-card__content .card-gallery .product-media img[src$=".png"],
body product-card.product-card .product-card__content .card-gallery .product-media img[src*=".png?"],
body product-card.product-card .product-card__content .card-gallery .product-media img[src$=".PNG"] {
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body product-card.product-card .product-card__content .product-badges {
    left: 10px;
    top: 10px;
    right: unset;
}

body product-card.product-card .product-card__content .product-badges .product-badges__badge {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8c7dbd 0%, #43326b 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    border-radius: 100px;
}

.products__category_wrp {
    position: relative;
    display: flex;
    gap: 0px 3px;
}

.products__category_wrp .products__category_title {
    position: relative;
    display: block;
    max-width: max-content;
    font-family: NORD !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #28555c;
}

/* Product Card */
.mainBannerEyebrow {
    font-family: "Nord";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    display: block;
    max-width: max-content;
    margin: 0 auto 20px;
}

body.template-for-providers .deatails__CD_wrp .section_desc strong {
    font-weight: 500;
}

body.template-for-providers .deatails__CD_wrp .section_desc p:has(> strong) {
    margin-bottom: -10px;
}

body.template-for-providers .sectionHeader {
    max-width: 770px;
}

.supports_pratice .imageWithContentRow {
    gap: 60px;
}

.supports_pratice .imageWithContentText {
    max-width: 620px;
}

.supports_pratice .imageWithContentText h2 {
    max-width: 500px;
}

.template-insurance-pricing .mainBanner {
    background: linear-gradient(0deg, rgba(211, 201, 226, 0) 0%, #efecf5 100%);
}

.template-insurance-pricing .mainBanner .mainBannerContent {
    max-width: 1020px;
}

.template-insurance-pricing .mainBanner .mainBannerContent h1 {
    color: #000;
    margin-bottom: 10px;
}

.template-insurance-pricing .mainBanner .mainBannerContent p {
    max-width: 910px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.les__than .headingH2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dosage-cost .sectionHeader h2 {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

body.template-insurance-pricing .richContentSectionRow {
    max-width: 900px;
}

body.template-insurance-pricing .richContentSectionRow p {
    max-width: 603px;
    margin-left: auto;
    margin-right: auto;
}

body.template-insurance-pricing .faqMain .headingH2 {
    max-width: 694px;
    margin-left: auto;
    margin-right: auto;
}

body.template-contact .mainBannerContent {
    max-width: 900px;
}

.Contact__map_sec .sectionHeader h2 {
    text-wrap: balance;
    max-width: 500px;
    margin: auto;
}

.Contact__map_sec .sectionHeader {
    max-width: 780px;
}

/* Area Servy Styling */
.servy_Sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.servy_Sec .sectionHeader {
    max-width: 920px;
}

.servy_Sec .sectionHeader .disx__main_head {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.servy__Wrapper_rows {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.servy__Wrapper_rows>div {
    flex: 0 1 30%;
}

.servy_boxes {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
}

.servy_boxes h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}

.servy_boxes .servy__disx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.servy_boxes .servy__disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    text-wrap: pretty;
}

.nation_state_Sec {
    position: relative;
    display: block;
    margin: 120px 0;
    padding: 100px 0;
    background: #e9e5f1;
}

.nations_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.nations_wrap>span {
    border: 1px solid #1e373c;
    min-width: fit-content;
    padding: 10px 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000;
    border-radius: 100px;
    position: relative;
}

.nations_wrap>span>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .nations_wrap > span:hover {
  background: #1e373c;
  border: 1px solid #1e373c;
  color: #fff;
  transform: translateY(-3px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */

.nation_state_Sec .sectionHeader {
    margin-bottom: 40px;
}

.nation__fot {
    max-width: 675px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin: 30px auto 0;
}

.nation__fot :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

.nation__fot :is(a) {
    text-decoration: underline;
}

.nation_map_Sec {
    position: relative;
    display: block;
    margin: 120px 0;
    padding: 100px 0;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
}

.nations_wrap__map {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    max-width: 665px;
    margin: auto;
    padding: 20px;
}

.nations_wrap__map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Area Servy Styling */
.betterExperience.V2 .betterExperienceRow {
    max-width: 800px;
}

.heading__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.heading__wrapper h3 {
    font-family: "NORD";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.heading__wrapper .mainBtn {
    margin: 0;
    gap: 10px;
}

.template-areas-we-serve .betterExperienceRow,
.template-areas-we-serve .betterExperienceRow p {
    max-width: 830px;
}

.richContentSection.wth-com .richCnt_icon:has(> img[alt="pattern-icon"]) {
    display: none;
}

.richContentSection.wth-com .richContentSectionRow p {
    font-weight: 400;
    text-wrap: initial;
}

.richContentSection.wth-com .richContentSectionRow {
    max-width: 900px;
}

section.nation_state_Sec.therapeutic-areas {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 60px 0;
}

section.nation_state_Sec.therapeutic-areas .sectionHeader {
    margin-bottom: 20px;
}

section.nation_state_Sec.therapeutic-areas .nations_wrap {
    gap: 20px;
}

section.nation_state_Sec.therapeutic-areas .nations_wrap>span:hover {
    background: linear-gradient(180deg, #acbbbe 17.5%, #1e373c 117.5%);
    border-color: transparent !important;
}

section.nation_state_Sec.therapeutic-areas .nation__fot {
    margin: 20px auto 0;
}

section.nation_state_Sec.therapeutic-areas .disx__main_head strong {
    font-weight: 500;
}

section.nation_state_Sec.therapeutic-areas .disx__main_head p {
    margin-top: 0;
}

.nation_state_Sec .mainBtn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
}

.template-vvp-what-is-compoundin .categoryServices {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
}

/* icon Boxx content */
.template-vvp-what-is-compoundin .faqMain .sectionHeader,
.componding__formula_Sec .sectionHeader,
.icn_Cnt_Sec .sectionHeader {
    max-width: 950px;
}

.componding__formula_Sec .sectionHeader .disx__main_head,
.icn_Cnt_Sec .sectionHeader .disx__main_head {
    max-width: 719px;
    margin: auto;
}

.icn_Cnt_Sec {
    position: relative;
    display: block;
    margin: 120px 0;
    width: 100%;
}

.icon_Box_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.icon_Box_wrapper>div {
    flex: 1 1 32%;
}

.icon_Box_wrapper>div:nth-last-of-type(2),
.icon_Box_wrapper>div:nth-last-of-type(1) {
    flex-grow: 0;
}

.icon_bOx_content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    border-radius: 20px;
    padding: 30px;
    height: auto;
}

.icon_area {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.icon_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon_bOx_content h3 {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #212955;
}

.icon_bOx_content .icnDisx_Wrp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon_bOx_content .icnDisx_Wrp :is(p, li, sapn) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
}

.componding__formula_Sec {
    position: relative;
    display: block;
    width: 100%;
    margin: 120px 0;
}

.componding__formula_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 1200px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.componding__formula_box {
    position: relative;
    display: grid;
    grid-template-columns: 330px 1fr;
    align-items: center;
    height: 100%;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
}

.componding__formula_box:nth-child(odd) {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
}

.heading__comp_frl {
    border-right: 0.5px solid #0000004d;
}

.heading__comp_frl {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.disx__comp_frl,
.heading__comp_frl {
    padding: 30px;
}

.disx__comp_frl {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    width: 100%;
}

.heading__comp_frl h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    text-wrap: balance;
    margin: auto 0;
}

.disx__comp_frl :is(p, li, span, a) {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
}

.disx__comp_frl em {
    font-size: 14px;
    color: #000000;
}

.formula_foot_text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 50px auto 0;
    max-width: 800px;
    text-align: center;
}

.formula_foot_text :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0;
}

.formula_foot_text :is(p > strong) {
    color: #212955;
    font-weight: 500;
}

.formula_foot_text :is(li strong) {
    font-weight: 700;
}

.formula_foot_text :is(ol, ul) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.formula_foot_text :is(ol, ul) li {
    list-style: none;
}

.stepBoxSec.TWOCOLSETP .StepBoxRight {
    grid-template-columns: repeat(2, 1fr);
}

.stepBoxSec.TWOCOLSETP .stepBoxRow {
    grid-template-columns: 0.7fr 1fr;
}

.StepBoxLeft {
    max-width: 498px;
}

.stepBoxSec.TWOCOLSETP .StepBoxLeft .headingH2 {
    max-width: max-content;
}

.dicx__Step_left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.dicx__Step_left :is(p, li, span) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
}

section.stepBoxSec.TWOCOLSETP {
    padding: 40px 0;
}

/* icon Boxvx content */
body .mainBanner.service_light__banner {
    background: linear-gradient(0, rgba(239, 236, 245, 0) 0%, #efecf5 100%);
    margin-bottom: 40px;
}

.mainBanner.service_light__banner:after {
    display: none;
}

body .mainBanner.inner_light__banner {
    background: linear-gradient(0, rgba(221, 214, 202, 0) 0%, #ddd6ca 100%);
    margin-bottom: 40px;
}

.mainBanner.inner_light__banner:after {
    display: none;
}

body .mainBanner.inner_light__banner .mainBannerContent h1 {
    color: #000;
}

body .qualityIconBoxSec.service_Stack {
    margin: 40px 0 120px;
}

body .qualityIconBoxSec.service_Stack .qualityIconBoxRow {
    grid-template-columns: repeat(3, 1fr);
}

/* Services Pages */
.prsnl__apr_Sec {
    position: relative;
    display: block;
    width: 100%;
    margin: 120px 0;
}

.personl_apr_Rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pernsl__aprch__box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    height: 614px;
    min-height: 614px;
    width: 100%;
}

.prnsl_media {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.prnsl_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.persnl__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 350px;

    padding: 30px;
    z-index: 1;
    background: #00000066;
    backdrop-filter: blur(80px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.persnl__content h3 {
    color: #fff;
}

.persnl__content .prcl_disx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.persnl__content .prcl_disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
}

.support_supple_sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.support_supplement_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.support_supplement_Box {
    position: relative;
    height: 100%;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
}

.support_supplement_Box .supplement_meida {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.support_supplement_Box .supplement_meida img {
    width: 100%;
    aspect-ratio: 560 / 492;
    border-radius: 10px;
    object-fit: contain;
}

.supplement_Badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffffcc;
    backdrop-filter: blur(20px);
    height: 32px;
    max-width: max-content;
    padding: 3px 10px;
    border-radius: 100px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support_supplement_Box .supplement_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.support_supplement_Box .supplement_info>span {
    font-family: NORD;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #28555C;
}

.support_supplement_Box :is(.mainBtn a, .mainBtn) {
    position: unset;
}

.support_supplement_Box .mainBtn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.support_supplement_Box .mainBtn a:hover {
    transform: unset;
}

.support_supplement_Box .supplement_info h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #212955;
}

.support_supplement_Box .supplement_info .supplment_disx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.support_supplement_Box .supplement_info .supplment_disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
}

.support_supplement_Box .supplement_info .mainBtn {
    margin-top: auto;
    padding-top: 20px;
    gap: 10px;
}

/* Services Pages */
body .faqMain.EnableBg {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 100px 0;
}

body .faqMain.EnableBg .accordion-item:has(.accordion-item-header.active) {
    background: #fff;
}

body .deatails__CD_wrp.addBg.hlf__Detls_sec {
    margin: 0 !important;
    padding: 40px 0 100px;
    background: #e2dcec;
}

body .deatails__CD_wrp.addBg.hlf__Detls_sec .deatails__Cards_Wrp {
    margin: 0;
}

.DOSAGE__CD_sec {
    position: relative;
    display: block;
    width: 100%;
}

.DOSAGE__CD_sec.addBg {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    padding: 100px 0 0;
}

.DOSAGE__Cards_Wrp {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}

.DOSAGE__Cards_Wrp>div {
    flex: 0 1 19%;
}

.DOSAGE__Cards_Wrp .DOSAGE__Cards_box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
}

.DOSAGE__Cards_Wrp .DOSAGE__Cards_box .DOSAGE__crd_icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: auto;
}

.DOSAGE__Cards_Wrp .DOSAGE__Cards_box .DOSAGE__crd_icon img {
    filter: invert(1) brightness(100);
}

.DOSAGE__crd__info h3 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.clientsReviews .sectionHeader h2 {
    max-width: 419px;
    margin-left: auto;
    margin-right: auto;
}

.template-for-providers .details__cards__info h3 {
    color: #212955;
}

.mainBtn :is(a, button).DrkgrayBtn :is(img, svg) {
    filter: invert(1);
}

.mainBtn :is(a, button).DrkgrayBtn:hover :is(img, svg) {
    filter: unset;
}

.template-insurance-pricing .details__cards__info .detsx__disx {
    gap: 10px;
}

.imageWithContent.dosage-cost .imageWithContentRow {
    gap: 60px;
}

.pretty__text .imageWithContentText :is(p, li, a) {
    text-wrap: pretty;
}

.richContentSection.deeper_wrp .richContentSectionRow a {
    color: #2c4462;
}

.template-for-providers .categoryServicesRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.template-for-providers .categoryServicesRow>div {
    flex: 1 1 30%;
}

.template-for-providers .categoryServicesRow>div:nth-last-of-type(1),
.template-for-providers .categoryServicesRow>div:nth-last-of-type(2) {
    flex-grow: 0;
}

.template-areas-we-serve .icon_Info_contact {
    background: linear-gradient(180deg, #acbbbe 17.5%, #1e373c 117.5%);
}

.template-areas-we-serve .contact_infO__BOX .contact_disx {
    margin-top: 0;
}

.inner__banner_Sec {
    position: relative;
    display: block;
    padding: 100px 0;
    background: radial-gradient(57.54% 189.37% at 50% 0%,
            #faf8f5 0%,
            #ddd6ca 100%);
    border-radius: 20px 20px 0 0;
}

.inner_banner_info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    max-width: 661px;
}

.inner_banner_info h1 {
    text-align: center;
    color: #000000;
}

.inner_banner_info .inner_ban_disx {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inner_banner_info .inner_ban_disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    text-wrap: pretty;
}

.inner__banner_Sec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url(/cdn/shop/files/valvistaLOGO.png?v=1780753933);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 60/7;
    z-index: 1;
    pointer-events: none;
}

.blog_cateSec {
    position: relative;
    display: block;
    margin: 60px 0;
}

.blog_cateSec .blog_cateRows {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
}

.blog_cateSec .blog_cateRows h3 {
    font-family: "NORD", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #28555c;
    min-width: fit-content;
}

.blog_cateWrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.blog_cateWrapper .blog_Cate_box a:is(.active, :hover) {
    transition: all 0.3s ease-in-out;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            #8c7dbd 0%,
            #43326b 100%);
    transform: translateY(3px);
    color: #fff;
}

.blog_cateWrapper>div {
    min-width: fit-content;
}

.blog_cateWrapper .blog_Cate_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: fit-content;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #43326b;
    text-transform: capitalize;
    border: 1px solid #43326b;
    height: 60px;
    padding: 10px 20px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

/* Products Section */
.products__sec {
    position: relative;
    display: block;
    width: 100%;
    margin: 120px 0;
}

.products__sec .sectionHeader {
    max-width: 900px;
}

.products_foot {
    position: relative;
    display: block;
    padding: 30px 0 0;
    margin-top: 50px;
}

.products_foot::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(90deg,
            rgba(221, 214, 202, 0) 0%,
            #ddd6ca 50.96%,
            rgba(221, 214, 202, 0) 100%);
}

.pdp_disx_foot {
    position: relative;
    display: block;
    max-width: 864px;
    margin: 0 auto;
    text-align: center;
}

.pdp_disx_foot :is(p, li, a, sapn) {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

.navigation_Navs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 40px 0 0;
}

.navigation_Navs .navs_slide_navs {
    position: relative;
    display: flex;
    inset: 0 !important;
    width: 44px;
    min-width: 44px;
    height: 14px;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}

.navigation_Navs .navs_slide_navs::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.navigation_Navs:has(> .navs_slide_navs.swiper-button-lock),
.navigation_Navs .navs_slide_navs svg {
    display: none !important;
}

.navigation_Navs .navs_slide_navs.next::before {
    background-image: url(/cdn/shop/files/right-arrow.svg?v=1780928141);
}

.navigation_Navs .navs_slide_navs.prev::before {
    background-image: url(/cdn/shop/files/left-arrow.svg?v=1780928141);
}

.BLOGS__sec {
    position: relative;
    display: block;
    width: 100%;
    margin: 120px 0;
}

body .BLOGS__BOX {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease-in-out;
}

body .BLOGS__BOX:hover .BLOGS____Media img {
    transform: scaleX(1.1) scaleY(1.2);
}

body .BLOGS____Media {
    position: relative;
    height: 360px;
    min-height: 360px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 20px;
}

body .BLOGS____Media img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}

body .BLOGS____INFO {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body .BLOGS____INFO .blogs__category {
    position: relative;
    display: block;
    margin-bottom: 8px;
    font-family: "NORD";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #1e373c;
    text-transform: uppercase;
}

.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(1) .BLOGS__BOX .BLOGS____INFO :is(.blog_title, .blog_title a, .blog_title *) {
    font-size: 34px;
}

body .BLOGS____INFO :is(.blog_title, .blog_title a, .blog_title *) {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: Libre Caslon Text;
}

body .BLOGS____INFO :is(.blog_title a)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .BLOGS____INFO .BLOGS__DISX {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body .BLOGS____INFO .BLOGS__DISX :is(p, li, span, a, .blog-post-card__content-text) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.Blog_Wrapper {
    position: relative;
    display: block;
    margin: 60px 0 120px;
}

.Blog_Wrapper .blog-posts-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.Blog_Wrapper .blog-posts-container .blog-post-item {
    grid-column: span 2;
}

.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(1) {
    grid-column: span 6;
}

.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(5n + 5),
.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(5n + 6) {
    grid-column: span 3 !important;
}

.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(1) .BLOGS__BOX {
    background: #f6f5f1;
    flex-direction: row;
    gap: 30px;
    height: 100%;
    border-radius: 20px;
}

.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(1) .BLOGS__BOX>div {
    flex: 1 1 calc(50% - 15px);
}

.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(1) .BLOGS__BOX .BLOGS____INFO {
    padding: 50px 50px 50px 0;
    height: auto;
}

.Blog_Wrapper .blog-posts-container .blog-post-item:nth-child(1) .BLOGS__BOX .BLOGS____Media {
    height: 573px;
    min-height: 573px;
}

.blog_btn {
    margin-top: auto;
    display: flex;
    z-index: 1;
}

.blog_btn {
    display: none;
}

.blog_btn a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog_btn a::after {
    content: "";
    position: relative;
    display: block;
    background-image: url(/cdn/shop/files/right--arroww.svg?v=1782482769);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 10px;
    background-position: center;
}

.template-provider-resources-portal .blog_btn {
    display: block;
    padding-top: 20px;
}

span.auther-image img {
    width: 15px;
}

span.auther-image {
    border: solid 1px gray;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
}

/* Products Section */
.pdp_slides .swiper-slide {
    width: 315px;
    margin-right: 20px;
}

.Blogs_slides .BLOGS__BOX .mainBtn {
    display: none !important;
}

.template-hrt-service-page .faqMain .sectionHeader {
    max-width: 880px;
}

.DOSAGE__Cards_box.DARKBOX * {
    color: #000 !important;
}

.DOSAGE__Cards_Wrp .DOSAGE__Cards_box.DARKBOX .DOSAGE__crd_icon img {
    filter: unset;
}

body.template-hrt-service-page .faqMain.EnableBg {
    margin: 0 !important;
}

body product-card.product-card .product-card__content .card-gallery .product-card-gallery__title-placeholder {
    display: none !important;
}

body .wrp_inrblg {
    display: block !important;
}

.main_inr_blg {
    background: linear-gradient(-180deg, #f6f5f1 0%, rgba(246, 245, 241, 0) 100%);

    padding: 80px 0 0;
    border-radius: 20px 20px 0 0;
}

.main_inr_blg header {
    margin-bottom: 40px;
}

.main_inr_blg header .blogs__category {
    font-family: "NORD";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.main_inr_blg header :is(.text-block, .text-block *) {
    text-align: left;
    font-family: "Libre Caslon Text", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #212955;
    margin: 0;
}

.main_inr_blg .blog-post-featured-image {
    position: relative;
    display: block;
    height: 600px;
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
}

.main_inr_blg .blog-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs__inner_details {
    max-width: 892px;
    position: relative;
    margin: 0 auto;
    padding: 40px 0 60px;
}

.blogs__inner_details:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:
        linear-gradient(270deg, rgba(33, 41, 85, 0.5) 0%, rgba(33, 41, 85, 0) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.blogs__inner_details .blog-post-content {
    max-width: 100%;
}

.blogs__inner_details .blog-post-content rte-formatter {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.blogs__inner_details .blog-post-content rte-formatter :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    text-wrap: pretty;
    color: #000000;
}

.blogs__inner_details .blog-post-content rte-formatter :is(ul, ol) {
    display: flex;
    margin: 0px 0;
    flex-direction: column;
    gap: 10px;
    margin-left: 10px;
    list-style: disc;
}

.blogs__inner_details .blog-post-content rte-formatter :is(ul, ol) li {
    list-style: disc;
}

.blogs__inner_details .blog-post-content rte-formatter :is(h1, h2, ) *,
.blogs__inner_details .blog-post-content rte-formatter :is(h1, h2, ) {
    font-family: "Libre Caslon Text", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #212955;
    text-wrap: pretty;
}

.blogs__inner_details .blog-post-content rte-formatter :is(h3, h3 *) {
    font-family: "Libre Caslon Text", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #212955;
    text-wrap: pretty;
}

.blogs__inner_details .blog-post-content rte-formatter :is(h4, h4 *) {
    font-family: "Libre Caslon Text", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #212955;
    text-wrap: pretty;
}

.blogs__inner_details .blog-post-content rte-formatter :is(h4, h4 *, h5, h5 *, h6, h6 *) {
    font-family: "Libre Caslon Text", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #212955;
    text-wrap: pretty;
}

.blogs__inner_details .blog-post-content rte-formatter :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 20px;
    margin-bottom: 5px;
}

.blogs__inner_details .blog-post-content rte-formatter :is(h1, h2, h3, h4, h5, h6) * {
    font-size: inherit !important;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit !important;
}

.article-nav.next {
    max-width: max-content;
    margin-left: auto;
}

.blogs__inner_details .blog-post-details {
    margin: 0 0 20px;
    padding: 0;
    justify-content: flex-start;
}

.blogs__inner_details .blog-post-details .blog-post-details__author {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.blogs__inner_details .blog-post-details .blog-post-details__author .authore_wrp {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}

.blogs__inner_details .blog-post-details .blog-post-details__author .authore_wrp::before {
    content: "";
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #43326b4d;
    background-image: url(/cdn/shop/files/valvista.svg?v=1780926782);
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 100px;
    background-position: center;
}

.blogs__inner_details .blog-post-details .blog-post-details__author .info_autor {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogs__inner_details .blog-post-details .blog-post-details__author .info_autor span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
}

.article-nav-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    max-width: 892px;
    margin: 50px auto 0;
}

.article-nav-row .main__btns {
    margin: auto;
}

.article-nav-row .main__btns a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    text-decoration: underline;
}

.article-nav-row .article-nav .article-nva-title span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "NORD";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
}

.article-nav-row .article-nav .article-nva-title span img {
    width: 30px;
    object-fit: contain;
}

.main__wrapper_inner {
    position: relative;
    display: block;
    margin: 0 0 120px;
}

.BLOGS__sec.yuhmayalsoLike {
    display: block;
    padding: 100px 0;
    position: relative;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
}

.collection-extra-content {
    margin: 120px 0;
    position: relative;
    padding: 60px 0;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
}

.collection-extra-content-description .sectionHeader {
    max-width: 100%;
    text-align: left;
    margin-bottom: 40px;
}

.collection-extra-content-description .sectionHeader .headingH2 {
    color: #000;
}

.collection-extra-content-description .sectionHeader p {
    text-wrap: pretty;
}

.extra-Content_foot {
    position: relative;
    display: block;
    padding: 30px 0 0;
    max-width: 819px;
    margin: auto;
    text-align: center;
}

.extra-Content_foot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
            rgba(221, 214, 202, 0) 0%,
            #ddd6ca 50.96%,
            rgba(221, 214, 202, 0) 100%);
}

.extra-Content_foot :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
}

.extra-Content_foot :is(h1, h2, h3, h4, h5, h6) {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
}

.template-collection .inner_banner_info {
    margin: auto;
    max-width: 95%;
}

.template-collection .inner_banner_info .inner_ban_disx {
    max-width: 837px;
    margin: 0 auto;
}

.template-collection .faqMain .sectionHeader,
.template-collection .componding__formula_Sec .sectionHeader,
.template-collection .icn_Cnt_Sec .sectionHeader {
    max-width: 1010px;
}

.template-collection .betterExperienceRow {
    max-width: 860px;
}

.template-collection .betterExperienceRow p {
    max-width: 730px;
}

/* Collections Filters Styling */
body .collection-wrapper {
    position: relative;
    margin: 80px 0 120px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

body .collection-wrapper .facets-block-wrapper.facets-block-wrapper--vertical {
    width: 300px;
}

body .collection-wrapper div#ResultsList {
    width: calc(100% - 320px);
    display: block;
    max-width: 100%;
}

body .collection-wrapper .facets--horizontal .products-count-wrapper {
    height: fit-content;
}

body .collection-wrapper div#ResultsList .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

body .collection-wrapper .facets-controls-wrapper {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    height: fit-content;
    line-height: 1;
    display: grid;
    grid-template-columns: 300px max-content max-content;
    width: 100%;
}

body .collection-wrapper .facets-controls-wrapper .facets--filters-title {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #212955;
}

body .collection-wrapper .facets-controls-wrapper .facets--filters-title::before {
    content: "";
    position: relative;
    display: block;
    background-image: url(/cdn/shop/files/filter-bars.svg?v=1781104018);
    background-repeat: no-repeat;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: contain;
}

body .collection-wrapper .facets-controls-wrapper .facets--horizontal .products-count-wrapper {
    height: fit-content;
}

body .collection-wrapper .facets-controls-wrapper .sorting-filter .facets__summary *,
body .collection-wrapper .facets-controls-wrapper .products-count-wrapper * {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #212955;
    letter-spacing: 0;
}

body .collection-wrapper .facets__filters-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}

body .collection-wrapper .facets__filters-wrapper .facets__summary {
    padding: 30px 0;
}

body .collection-wrapper .facets__filters-wrapper .facets__summary * {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #212955;
    opacity: 1 !important;
}

body .collection-wrapper .facets__filters-wrapper .facets__item:first-child .facets__summary {
    padding-top: 0 !important;
    border: none;
    opacity: 1 !important;
}

body .collection-wrapper .facets__filters-wrapper .facets__item:first-child::before {
    border: none;
}

body .collection-wrapper .facets__filters-wrapper .facets__display-vertical fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .collection-wrapper .facets__filters-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0 0 30px !important;
    padding: 0 !important;
}

body .collection-wrapper .facets__filters-wrapper ul li {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
}

body .collection-wrapper .facets__filters-wrapper ul li * {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #434849;
    gap: 10px;
    margin: 0;
    padding: 0;
}

body .collection-wrapper .facets__filters-wrapper .facets-wrap ul li :where(input[type="radio"]),
body .collection-wrapper .facets__filters-wrapper ul li .checkbox .icon-checkmark,
body .collection-wrapper .facets__filters-wrapper .facets-wrap ul li :where(input[type="checkbox"]) {
    width: 20px;
    height: 20px;
    border: 1px solid #212955;
}

body .collection-wrapper .facets__filters-wrapper .facets-wrap ul li:before {
    display: none !important;
}

body .collection-wrapper .facets__filters-wrapper .facets__inputs-wrapper {
    margin: 0;
    padding: 0;
}

body .collection-wrapper .facets__filters-wrapper floating-panel-component {
    margin: 0 !important;
    padding: 0 !important;
}

body .collection-wrapper .price-facet__highest-price {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 5px 0 0;
}

body .collection-wrapper .facets__filters-wrapper .facets-wrap ul li :where(input[type="checkbox"]):checked {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8c7dbd 0%, #43326b 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

body .collection-wrapper .facets__filters-wrapper ul li .checkbox__input:checked+.checkbox__label .icon-checkmark {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8c7dbd 0%, #43326b 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

body .collection-wrapper .facets-remove .pills__pill {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8ba3be 0%, #29486e 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

body .collection-wrapper .facets-remove .pills__pill svg {
    color: #fff;
}

body .collection-wrapper .facets--horizontal .facets__summary {
    height: fit-content;
    padding: 0;
}

body .facets__drawer-actions .mainBtn {
    margin: 0 !important;
}

/* Collections Filters Styling */

/* Cart Drawer Css  */
body .cart-drawer__dialog {
    width: 35rem;
}

body .cart-drawer__dialog .cart-drawer__heading {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;

    color: #212955;
}

body .cart-drawer__dialog .cart-drawer__heading .cart-bubble {
    display: none !important;
}

body .cart-drawer .cart-items__table-row .cart-items__media-container {
    padding: 6px;
    overflow: hidden;
    border: 1px solid #e7ddf9;
    border-radius: 6px;
}

body .cart-drawer .cart-items__table-row .cart-items__media-container img {
    border-radius: 3px;
}

body .cart-drawer .cart-items__table-row .cart-items__title {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #212955;
}

body .cart-drawer .cart-items__details .cart-items__variants {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin: 5px 0;
    letter-spacing: 0;
}

body .cart-drawer .cart-items__details>div:has(> .compare-at-price) {
    display: flex;
    align-items: center;
    gap: 10px;
}

body .cart-drawer .cart-items__unit-price-wrapper {
    margin-top: 10px;
}

body .cart-drawer .cart-items__unit-price-wrapper *,
body .cart-drawer .cart-items__price,
body .cart-drawer .cart-items__details>div>span {
    font-weight: 500;
    color: #212955;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}

body .cart-drawer .cart-items__unit-price-wrapper s.compare-at-price,
body .cart-drawer .cart-items__details>div>s.compare-at-price {
    color: #a2a2a2;
    opacity: 1;
}

body .cart-drawer .cart-items__quantity .quantity-selector {
    border: 1px solid #e7ddf9;
}

body .cart-drawer .cart-drawer__summary .cart-totals__total-label {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #212955;
}

body .cart-drawer .cart-drawer__summary .cart-totals__total-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #212955;
}

body .cart-drawer .cart-drawer__summary .cart-totals__item.cart-totals__tax-note * {
    font-size: 14px !important;
    line-height: 1;
    color: #000;
}

body .cart-drawer .cart-items__table-row--full-width-variants {
    grid-template-columns: clamp(2.5rem, 25cqi, 7.5rem) minmax(0, 1fr) auto;
}

/* Cart Drawer Css  */
/* CART PAGE */

.template-cart .ui-test-product-list {
    display: none;
}

.template-cart .cart-page {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    overflow: hidden;
}

.template-cart .cart-page .mainBtn {
    margin-top: 0px !important;
}

.template-cart .cart-page__title {
    justify-content: center;
}

.template-cart .cart-page__title h1 {
    color: #212955;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    display: block;
}

.template-cart .cart-page__title .cart-bubble {
    display: none;
}

.template-cart .cart-items__table-row {
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.template-cart .cart-items__table-row .cart-items__details div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    max-width: max-content;
}

.template-cart .cart-items__table-row .cart-items__details div * {
    width: 100%;
}

.template-cart .cart-items__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: Libre Caslon Text;
    color: #212955;
    text-decoration: none !important;
}

.template-cart .cart-items__table-row .cart-items__details div :is(span, dd, s) {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}

.template-cart .cart-items__table-row .cart-items__details div>span {
    color: #212955 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    min-width: fit-content;
}

.template-cart .cart-items__table-row .cart-items__details div>span s {
    color: #a2a2a2 !important;
}

.template-cart .cart-items__price {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #212955;
}

.template-cart .cart-items__table-row .cart-items__media-container {
    padding: 10px;
    overflow: hidden;
    border: 1px solid #e7ddf9;
    border-radius: 6px;
    aspect-ratio: 1;
}

.template-cart .cart-items__table-row .cart-items__media-container img {
    border-radius: 3px;
}

.template-cart .cart-items__table-row .quantity-selector {
    border: 1px solid #e7ddf9 !important;
}

.template-cart .cart-page__summary {
    margin-top: 60px;
    padding-top: 0 !important;
    max-width: 600px;
    margin-left: auto;
}

.template-cart .cart-page__summary .cart-summary__inner {
    padding: 20px;
    gap: 20px;
}

.template-cart .cart-page__summary .cart-totals:not(:has(.cart-actions)) {
    border: none !important;
    padding: 0 !important;
}

.template-cart .cart-page__summary .section-background {
    display: none;
}

.template-cart .cart-page__summary .cart__summary-inner {
    padding: 0px !important;
    margin-left: auto;
}

.template-cart .cart-page__summary .cart-actions {
    display: none;
}

.template-cart .cart-summary__inner .cart-totals__total-value {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #212955;
}

.template-cart .cart-page__summary .cart-totals__total-label {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: "Libre Caslon Text";
    color: #212955;
}

body.template-cart .cart-totals__tax-note * {
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 400;
}

body.template-cart .cart-totals__container.cart-totals__container--has-installments {
    row-gap: 5px;
}

body.template-cart .cart-items__table-row {
    grid-template-columns: 9rem 1fr 1fr minmax(var(--cart-item-price-width), auto);
}

/* CART PAGE */
/* Collections List  */
body {
    .collection-card {
        position: relative;
        height: 100%;
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        transition: all 0.35s ease;
    }

    .collection-card__inner {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .collection-card__image {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1/1;
        background: #f8f8f8;
    }

    .collection-card__image img,
    .collection-card__image .resource-image__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.5s ease;
        display: block;
        padding: 20px;
    }

    .collection-card__content {
        position: absolute;
        left: 0;
        right: 0;
        width: 95%;
        margin: 0 auto;
        bottom: 15px;
        z-index: 2;
        padding: 14px 18px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        height: fit-content;
    }

    .collection-card__image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent 50%);
    }

    .collection-card__content p {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        color: #222;
        transition: color 0.3s ease;
    }

    .collection-card__link {
        position: absolute;
        inset: 0;
        z-index: 5;
    }

    .collection-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .collection-card:hover .collection-card__image img,
    .collection-card:hover .collection-card__image .resource-image__image {
        transform: scale(1.08);
    }

    .collection-card:hover .collection-card__content p {
        color: #5a67d8;
    }

    /* Mobile */
    @media (max-width: 767px) {
        .collection-card__content {
            padding: 15px;
        }

        .collection-card__content p {
            font-size: 16px;
        }
    }
}

/* Collections List  */
body .ui-test-collection-list {
    padding: 100px 0;
}

body .ui-test-collection-list {
    padding: 100px 0;
}

body .ui-test-collection-list .section-resource-list__content {
    max-width: max-content;
    margin: 0 auto 40px;
}

body .ui-test-collection-list .resource-list--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

body .ui-test-collection-list .resource-list--grid>div {
    width: 100% !important;
    max-width: 100% !important;
}

.template-cart .cart-items-component {
    overflow: hidden;
}

body .search-page-input__parent search-page-input-component {
    margin: 0 !important;
}

body .search-page-input__parent search-page-input-component .search-page-input {
    border: 1px solid #212955;
    background: #e6e1d82b;
    font-size: 14px;
    line-height: 1;
    color: #212956;
    font-weight: 500;
}

body.template-search .main-collection-grid__title {
    display: none;
}

body.template-search .collection-wrapper:has(> .facets.facets--horizontal) div#ResultsList {
    width: calc(100% - 320px);
}

body.template-search .collection-wrapper div#ResultsList {
    width: 100%;
}

/* Privcy policy Page */
body .shopify-policy__container,
body .def_Page {
    padding: 60px 20px 100px !important;
}

body .shopify-policy__container {
    max-width: 1290px;
}

body .shopify-policy__container .shopify-policy__title :is(h1, h2, h3, h4, h5, h6),
body .def_Page>.section-content-wrapper .text-block> :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #212955;
    font-family: Libre Caslon Text;
    margin-bottom: 50px;
}

body .policy_embed_div article :is(p, span, li, strong, a),
.shopify-policy__body .rte :is(p, span, li, strong, a),
.def_Page .rte :is(p, span, li, strong, a) {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
}

:is(.shopify-policy__body .rte, .def_Page .rte, body .policy_embed_div article) :is(ul, ol) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

:is(.shopify-policy__body .rte, .def_Page .rte, body .policy_embed_div article) :is(ul, ol) li {
    list-style: disc;
}

body .policy_embed_div article div:not(:last-child),
body .policy_embed_div article p:not(:last-child),
body .policy_embed_div article div:not(:last-child),
body .policy_embed_div article p:not(:last-child),
.shopify-policy__body .rte div:not(:last-child),
.shopify-policy__body .rte p:not(:last-child),
.def_Page .rte rte-formatter div:not(:last-child),
.def_Page .rte rte-formatter p:not(:last-child) {
    margin-bottom: 20px;
}

body .policy_embed_div article :is(h1, h2, h3, h4, h5, h6),
.shopify-policy__body .rte :is(h1, h2, h3, h4, h5, h6),
.def_Page .rte :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: capitalize;
}

body .policy_embed_div article a,
.shopify-policy__body .rte a,
.def_Page .rte a {
    text-decoration: underline;
}

body .policy_embed_div article :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span),
.shopify-policy__body .rte :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span),
.def_Page .rte :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span) {
    font-weight: 400;
    font-size: 30px;
    color: #212955;
    font-family: Libre Caslon Text;
    line-height: 36px;
    letter-spacing: 0;
}

/* Privcy policy Page */
.pdp_stack_values {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.stck_box:not(:last-child) {
    border-right: 0.8px solid #29486e;
}

.stck_box {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stck_box img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    object-fit: contain;
}

.stck_box span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #29486e;
}

/* Extented Products Sections */
.lv_this_pdp_Sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.lv_this_Rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: flex-start;
    background: #f5f3ef;
    padding: 60px;
    border-radius: 20px;
}

.Lve_pdp_Details_content h2 {
    color: #212955;
    text-wrap: pretty;
}

.lve_pdp_Details_media {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Lve_pdp_Details_content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 470px;
}

.testILv_disx,
.pdp_Disx_lve {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.pdp_Disx_lve :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    text-wrap: pretty;
}

.testILv_disx :is(p, li, span, a) {
    text-wrap: pretty;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
}

.testi_BOX {
    padding: 20px;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
}

.testi_BOX h3 {
    position: relative;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.testi_BOX h3:after {
    content: "";
    position: relative;
    display: block;
    width: 54px;
    min-width: 54px;
    height: 39px;
    background-image: url(/cdn/shop/files/qoute--wrp.svg?v=1781265661);
    background-repeat: no-repeat;
    background-size: contain;
}

.testILv_disx {
    padding-top: 20px;
    margin-top: 10px;
}

.testILv_disx:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%);
}

.lve_pdp_Details_media .mainVideoBox {
    border-radius: 15px;
    height: 350px;
}

.lve_pdp_Details_media .mainVideoBox .mainVideoWrapper,
.lve_pdp_Details_media .mainVideoBox :is(.mainVideoWrapper video, .mainVideoWrapper img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.supplement_Sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.suplement__Rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: flex-start;
    position: relative;
}

.suplements_facts_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.facts_heading_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.facts_heading {
    font-family: "Libre Caslon Text", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
}

.facts_disx {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.facts_disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
}

.facts__image {
    position: relative;
    border-radius: 20px;
    background: #f9f9f9;
    padding: 20px;
}

.facts__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.ingredients__wrapper {
    position: relative;
    display: block;
    margin: 30px 0 0;
    padding-top: 30px;
}

.ingredients__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(-270deg,
            rgba(33, 41, 85, 0.5) 0%,
            rgba(33, 41, 85, 0) 100%);
}

.ingredients__Rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    margin-top: 30px;
}

.ingredients__Box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ingredients__Box .ingredients__ICON {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background: linear-gradient(270deg, #acbbbe 0%, #1e373c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.ingredients__Box .ingredients__ICON img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ingredients__Box span {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
}

.ingredients__Box:nth-child(even) .ingredients__ICON {
    background: linear-gradient(270deg, #8ba3be 0%, #29486e 100%);
}

body .icn_Cnt_Sec.pdp__icon_content {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    padding: 100px 0;
}

body .icn_Cnt_Sec.pdp__icon_content .icon_bOx_content {
    background: #fff;
}

.genral__benefits_sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.genral__images__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.genral__rows {
    display: grid;
    grid-template-columns: 464px 1fr;
    position: relative;
    gap: 50px;
    align-items: flex-start;
}

.genral__images__wrapper .sectionHeader {
    text-align: left;
    margin: 0;
}

.genral__images__wrapper .sectionHeader * {
    text-align: left;
}

.genral_img_wrp {
    position: relative;
    display: block;
    width: 100%;
    height: 736px;
    border-radius: 20px;
    overflow: hidden;
}

.genral_img_wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.genral__content__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
    position: relative;
}

.genral__box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.genral__box h3 {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    color: #212955;
    text-wrap: pretty;
}

.genral__box .gnral_disx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.genral__box .gnral_disx :is(p, li, span, a) {
    text-wrap: pretty;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.vvp__section_pdp {
    position: relative;
    display: block;
    width: 100%;
    margin: 120px 0;
}

.vvp_pdp_rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
    position: relative;
}

.vvp_boxes {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 12px;
    border: 1px solid #b8b8b8;
    padding: 0 30px 30px;
}

.vvp_icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -35px;
    background: linear-gradient(270deg, #8ba3be 0%, #29486e 100%);
}

.vvp_icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.vvp_Info_pdp {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vvp_Info_pdp h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #212955;
}

.vvp_Info_pdp :is(p, li, span, a) {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.pdp_newsltr_sec {
    position: relative;
    display: block;
    margin: 120px 0;
}

.pdp_newsltr_sec .pdp_rows_newsltr {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    padding: 100px 60px;
    border-radius: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
    max-width: 1135px;
    margin: auto;
}

.pdp_newsltr_sec .pdp_rows_newsltr .sectionHeader {
    position: relative;
    display: block;
    margin: 0;
    max-width: 523px;
}

.pdp_newsltr_sec .pdp_rows_newsltr .sectionHeader * {
    text-align: left;
    text-wrap: pretty;
}

.pdp__newsltrFormHldr {
    max-width: 436px;
    margin-left: auto;
    position: relative;
}

.pdp__nwls_foot {
    max-width: 1135px;
    margin: 30px auto 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pdp__nwls_foot :is(p, li, span) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

/* Extented Products Sections */
body .appstle_subscribe_option {
    margin-left: 0 !important;
}

.template-peptide-service-page .categoryServicesBox {
    background-position: center;
}

.template-peptide-service-page .categoryServices {
    padding: 120px 0;
    margin: 0 !important;
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
}

.peptidebg-faq {
    margin: 0 !important;
}

.template-peptide-service-page .categoryServices .headingH2 {
    text-wrap: balance !important;
}

.full_text_head .sectionHeader {
    max-width: 100%;
}

.betterExperienceRow .headingH2 {
    text-wrap: pretty;
}

.template-index .mainBannerContent p {
    max-width: 809px;
    margin-left: auto;
    margin-right: auto;
}

.deatails__CD_wrp.provider__dtCrds .sectionHeader .headingH2 {
    text-wrap: balance;
}

/* * MODAL POPUP - QR CODE - CSS START */
body:has(.modal-prnt.ActiveModal) {
    overflow: hidden;
}

.modal-prnt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.modal-prnt:not(.ActiveModal) {
    opacity: 0;
    pointer-events: none;
}

.overlay-number {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.404);
    height: 100%;
    left: 0;
    z-index: -1;
    cursor: pointer;
    display: block !important;
}

.modal-box-numb {
    padding: 30px;
    max-width: 300px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #1257ab;
    margin: auto;
    text-align: center;
    position: relative;
}

.modal-number {
    border-bottom: 1px solid #1257ab;
    padding-bottom: 20px;
}

.modal-number>span {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.modal-num-qrcd {
    margin-top: 20px;
}

.modal-num-qrcd span {
    margin-bottom: 30px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    text-align: center;
    display: block;
}

.modal-num-qrcd img {
    max-width: 150px;
    margin: auto;
}

.modal-box-numb span.modal-close {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6px;
    top: 7px;
    cursor: pointer;
}

/* MODAL POPUP - QR CODE - CSS END */
.template-become-provider-partner .inner__banner_Sec {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8ba3be 0%, #29486e 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.template-become-provider-partner .inner__banner_Sec .inner_banner_info {
    max-width: 885px;
}

.template-become-provider-partner .inner__banner_Sec .inner_banner_info * {
    color: #fff !important;
}

/* Become A Prodvider Text */
body .vvp-form-section {
    position: relative;
    display: block;
    margin: 120px 0;
}

body .vvp-form-section .vvp-form {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 40px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

body .vvp-form-section .vvp-form .vvp-fieldset {
    position: relative;
    display: flex;
    border: none;
    outline: none;
    flex-wrap: wrap;
    gap: 40px 30px;
}

body .vvp-form-section .vvp-form .vvp-fieldset>div {
    flex: 1 1 48%;
}

body .vvp-form-section .vvp-form .vvp-fieldset legend.vvp-legend {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 40px;
    color: #212955;
}

body .vvp-form-section .vvp-form .vvp-fieldset legend.vvp-legend * {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

body .vvp-form-section .vvp-form .vvp-fieldset legend.vvp-legend::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(-270deg,
            rgba(33, 41, 85, 0.5) 0%,
            rgba(33, 41, 85, 0) 100%);
}

body .vvp-form-section .vvp-form .vvp-fieldset .vvp-field {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body .vvp-form-section .vvp-form .vvp-fieldset .vvp-field label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
}

body .vvp-form-section .vvp-form .vvp-fieldset .vvp-field :is(input, select, textarea) {
    border: 1px solid #000000;
    height: 65px;
    min-height: 65px;
    background: transparent;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    display: block;
    outline: none;
}

body .vvp-form-section .vvp-form .vvp-fieldset .vvp-field :is(input, select, textarea),
body .vvp-form-section .vvp-form .vvp-fieldset .vvp-field :is(input, select, textarea)::placeholder {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}

body .vvp-form-section .vvp-form .vvp-fieldset .vvp-field textarea {
    height: 200px !important;
    min-height: 200px !important;
    padding-top: 20px !important;
}

body .vvp-form-section .vvp-form .vvp-fieldset .authority_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.authori_disx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.authori_disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    text-wrap: pretty;
}

.authori_disx :is(a) {
    text-decoration: underline;
}

.vvp-checkbox {
    gap: 14px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    align-items: flex-start !important;
    color: #000;
}

.vvp-checkbox a {
    text-decoration: underline !important;
    font-weight: 500;
}

body .vvp-form-section .vvp-form .mainBtn {
    margin-top: 0 !important;
}

.template-become-provider-partner .inner__banner_Sec::after {
    background-image: url(/cdn/shop/files/become-provider-valvista.png?v=1781613688);
}

.template-transfer-prescription .inner_banner_info {
    max-width: 759px;
}

/* Become A Prodvider Text */
/* Transfer Prescription css */
body .tpv-form-section {
    position: relative;
    display: block;
    margin: 120px 0;
}

body .tpv-form-section .tpv-form {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

body .tpv-form-section .tpv-form .tpv-fieldset {
    position: relative;
    display: flex;
    border: none;
    outline: none;
    flex-wrap: wrap;
    gap: 40px 30px;
}

body .tpv-form-section .tpv-form .tpv-fieldset>div.tpv-field--full {
    flex: 1 1 100%;
}

body .tpv-form-section .tpv-form .tpv-fieldset>div {
    flex: 1 1 48%;
}

body .tpv-form-section .tpv-form .tpv-fieldset legend.tpv-legend {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 40px;
    color: #000;
}

body .tpv-form-section .tpv-form .tpv-fieldset legend.tpv-legend * {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-field {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-field label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    display: none;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-field :is(input, select, textarea) {
    border: 1px solid #e7e7e7;
    height: 60px;
    min-height: 60px;
    background: transparent;
    border-radius: 1000px;
    padding: 10px 20px;
    position: relative;
    display: block;
    outline: none;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-field :is(input, select, textarea),
body .tpv-form-section .tpv-form .tpv-fieldset .tpv-field :is(input, select, textarea)::placeholder {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-field textarea {
    height: 200px !important;
    min-height: 200px !important;
    padding-top: 20px !important;
    border-radius: 3px;
}

body .tpv-form-section .tpv-form .mainBtn {
    margin-top: 0 !important;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-helper-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    max-width: 1006px;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-radio-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-radio-group label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #282828;
    gap: 10px;
}

body .tpv-form-section .tpv-form .tpv-fieldset .tpv-radio-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 14.85px;
    letter-spacing: 0;
    color: #282828;
    margin-bottom: -20px;
}

/* Transfer Prescription css */




body .vvp-form-section .vvp-form .vvp-fieldset .vvp-radio-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .vvp-form-section .vvp-form .vvp-fieldset .vvp-radio-group label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #282828;
    gap: 10px;
}

body .vvp-form-section .vvp-form .vvp-fieldset .vvp-radio-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #282828;
    margin-bottom: -20px;
}

.template-sexual-health-service .mainBanner.service_light__banner .mainBannerContent {
    max-width: 1023px;
}

.template-sexual-health-service .mainBanner.service_light__banner .mainBannerContent p {
    max-width: 913px;
    margin-left: auto;
    margin-right: auto;
}

.deatails__CD_wrp.detsl_crds_purple {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
}

body .margin_remove {
    margin: 0 !important;
}

.deatails__CD_wrp.detsl_crds_purple .sectionHeader {
    max-width: 700px;
}

.deatails__CD_wrp.detsl_crds_purple .sectionHeader h2 {
    text-wrap: pretty;
}

.service_light__banner .mainBannerContent .headingH1 {
    color: #000000;
}

.template-pediatric-services-page .mainBannerContent .headingH1 {
    max-width: 800px;
    margin: auto;
    text-wrap: balance;
}

.template-pediatric-services-page .deatails__CD_wrp.detsl_crds_purple .sectionHeader {
    max-width: 740px;
}

.template-pediatric-services-page .deatails__CD_wrp .section_desc strong {
    font-weight: 500;
}

.template-pediatric-services-page .deatails__CD_wrp .section_desc p:has(> strong) {
    margin-bottom: -10px;
}

.template-pediatric-services-page .deatails__CD_wrp .sectionHeader h2 {
    max-width: 470px;
    margin: auto;
}

.template-veterinary-service-page .mainBanner .mainBannerContent {
    max-width: 955px;
}

.template-veterinary-service-page .mainBanner .mainBannerContent .headingH1 {
    max-width: 700px;
    margin: 0 auto;
}

.template-veterinary-service-page .richContentSectionRow {
    max-width: 910px;
    text-wrap: pretty;
}

.imageWithContent.made-animal {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    padding: 100px 0;
}

.imageWithContent.made-animal .sectionHeader .headingH2 {
    max-width: 530px;
    margin: 0 auto 20px;
}

.imageWithContent.made-animal .sectionHeader p {
    margin-top: 10px;
}

.imageWithContent.made-animal .sectionHeader p strong {
    font-weight: 500;
}

.imageWithContent.made-animal .sectionHeader p:has(> strong) {
    margin-top: 30px;
}

.template-veterinary-service-page .imageWithContent.made-animal .imageWithContentText h2 {
    text-wrap: balance;
}

.template-veterinary-service-page .imageWithContent .imageWithContentText h2 {
    text-wrap: pretty;
}

.template-weight-management-service .mainBannerContent {
    max-width: 955px;
    margin: 0 auto;
}

.template-weight-management-service .weight-managment-faq .sectionHeader {
    max-width: 880px;
}

.template-weight-management-service .weight-managment-faq .sectionHeader .disx__main_head {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.template-weight-management-service .richContentSection .richContentSectionRow {
    max-width: 928px;
}

.care-imgcnt .imageWithContentText h2 {
    text-wrap: pretty;
}

.template-ldn-medication-service .richContentSectionRow {
    max-width: 900px;
}

.imageWithContent.made-animal .imageWithContentText>p>strong {
    display: block;
    font-weight: 500;
    color: #212955;
    margin-bottom: -10px;
}

.template-weight-management-service .stepBoxSec,
.template-veterinary-service-page .stepBoxSec,
.template-pediatric-services-page .stepBoxSec,
.template-ldn-medication-service .stepBoxSec {
    padding: 60px 0 !important;
}

.faqMain.faqs__bottom .sectionHeader {
    max-width: 100%;
}

.template-peptide-service-page .richContentSectionRow {
    max-width: 804px;
}

.template-peptide-service-page .richContentSectionRow p {
    margin-top: 10px;
}

.template-peptide-service-page .richContentSectionRow h2 {
    margin-bottom: 20px;
}

.template-peptide-service-page .stepBoxSec {
    padding: 90px 0 60px 0;
}

.deatails__CD_wrp.detsl_crds_purple .details__cards__info h3 {
    color: #212955;
}

.template-sexual-health-service .deatails__CD_wrp.detsl_crds_purple .details__cards__info :is(p, li) {
    text-shadow: 0 0 BLACK;
}

.template-sexual-health-service .richContentSectionRow {
    max-width: 876px;
}

.template-sexual-health-service .richContentSectionRow h2 {
    margin-bottom: 20px;
}

.template-sexual-health-service .richContentSectionRow p {
    margin-top: 10px;
}

.template-sexual-health-service .stepBoxSec {
    padding: 60px 0;
}

.imageWithContentText :is(p, li, span, ) a {
    text-decoration: underline !important;
}

.template-ldn-medication-service .prsnl__apr_Sec .sectionHeader {
    max-width: 970px;
}

body .vvp-form-section .vvp-form .h-captcha {
    margin-top: -40px;
}

body .vvp-form-section .sectionHeader strong {
    font-weight: 500;
}

.cart-drawer--empty .cart-items__wrapper {
    gap: 20px;
}

.condtions__sec {
    position: relative;
    display: block;
    margin: 60px 0;
}

.conditions_rows {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.conditions_rows>div {
    flex: 0 1 48%;
}

.conditions__Box {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
    padding: 30px;
}

.conditions__Box h3 {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
}

.conditions__Box .conditions__Disx {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10%;
}

.conditions__Box .conditions__Disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    text-wrap: pretty;
}

.conditions__Box .mainBtn {
    position: relative;
    display: block;
    margin-top: auto;
    padding-top: 15px;
    max-width: max-content;
}

.conditions__Link {
    position: relative;
    display: block;
    margin-top: auto;
    padding-top: 15px;
    max-width: max-content;
}

.conditions__Link a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.conditions__Link a::after {
    content: "";
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 10px;
    background-image: url(/cdn/shop/files/right-arrow_dbd3fe63-1b06-423e-ba25-e181b4070103.svg?v=1781975374);
    background-repeat: no-repeat;
    background-size: contain;
}

.condtions__sec .sectionHeader {
    max-width: 900px;
}

body #header-component {
    background: #fff;
}

body #header-component .header__underlay {
    display: none !important;
}

body .menu-list__submenu .menu-list__submenu-inner {
    background: linear-gradient(-270deg, #faf8f5 0%, #ddd6ca 100%);
    box-shadow: 0px 12px 10px 0px #00000040;
    border-radius: 20px;
    padding: 30px;
}

.megaMenu-card:nth-child(2) .megaMenu-card-cntnt :is(h4,.h4),
.megaMenu-card:nth-child(3) .megaMenu-card-cntnt :is(h4,.h4) {
    color: #fff;
}

.megaMenu-card:nth-child(2) .megaMenu-card-cntnt :is(p),
.megaMenu-card:nth-child(3) .megaMenu-card-cntnt :is(p) {
    color: #fff;
}

.megaMenu-card:nth-child(2) .megaMenu-card-cntnt .mainBtn a,
.megaMenu-card:nth-child(3) .megaMenu-card-cntnt .mainBtn a {
    border: 1px solid #ffffff;
    background: #ffffff1a;
    color: #ffffff;
}

.megaMenu-card-cntnt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    height: 100%;
}

.megaMenu-card-cntnt h4,
.megaMenu-card-cntnt .h4 {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

.megaMenu-card-cntnt .mainBtn {
    margin-top: auto;
    padding-top: 0;
}

.megaMenu-card-cntnt .mainBtn a {
    font-size: 12px;
    height: 34px;
    padding: 10px 15px;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%, #8C7DBD 0%, #43326B 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

}

.megaMenu-card-cntnt .mainBtn a:hover {
    color: #fff;
}

.megaMenu-card-cntnt :is(p) {
    position: relative;
    display: block;
    flex-wrap: wrap;
    text-wrap: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000;
    max-width: 260px;
}

.megaMenu-card:nth-child(3) .megaMenu-card-cntnt :is(p) {
    max-width: 225px;
}

/* Provider Protal Css */
.welcome__sec {
    position: relative;
    display: block;
    margin: 0 0 100px;
}

.welcome__Rows {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: linear-gradient(360deg, rgba(139, 163, 190, 0) 0%, #c6d3e2 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 60px;
}

.wlcm_heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wlcm_heading .wlcm_eye {
    font-family: NORD;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
}

.wlcm_heading h1 {
    color: #000000;
}

.disx_wlcm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.disx_wlcm :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
}

.provides__rows {
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    padding: 30px;
}

.provides__rows h3 {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

.prvd_disx {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prvd_disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000000;
    list-style: none;
}

.prvd_disx :is(ol, ul) {
    display: grid;
    gap: 20px;
    max-width: 1000px;
    grid-template-columns: 1fr 1fr;
}

.prvd_disx :is(ol, ul) li {
    display: flex;
    align-items: center;
    gap: 18px;
}

.prvd_disx :is(ol, ul) li:before {
    content: "";
    position: relative;
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(/cdn/shop/files/wlcm-check-mark.svg?v=1782474809);
    background-repeat: no-repeat;
    background-size: contain;
}

.wlcm_foot_Disx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wlcm_foot_Disx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    list-style: none;
}

.pdp_catalogue_sec {
    position: relative;
    display: block;
    margin: 100px 0 60px;
}

.cataglog__Rows {
    display: grid;
    grid-template-columns: 218px 1fr;
    gap: 60px;
    align-items: center;
}

.catelog__img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 285px;
    background: #1b2140;
}

.catelog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catelog__info {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: flex-start;
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    padding: 40px 30px 40px 0;
    border-radius: 0 20px 20px 0px;
}

.catelog__info::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 40%;
    height: 100%;
    z-index: -1;
    background: #e8e3f0;
    border-radius: 20px 0 0 20px;
}

.catelog_content_wrp {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catelog_content_wrp h2 {
    margin-bottom: 10px;
}

.catelog_content_wrp :is(p, li, span, a) {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
}

.catelog_pdp {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    gap: 10px;
    padding-top: 20px;
}

.catelog_pdp p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.catelog_pdp .mainBtn {
    margin: 0;
}

.Rx_form_sec {
    position: relative;
    display: block;
    width: 100%;
    margin: 60px 0 120px;
}

.rx__Rows {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.rx__Rows>div {
    flex: 0 1 23.8%;
}

.rx__box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    border-radius: 10px;
    padding: 30px 20px;
}

.rx__box h3 {
    font-family: Libre Caslon Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    text-wrap: pretty;
}

.disx__rx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.disx__rx :is(p, li, span, a) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    text-wrap: pretty;
    letter-spacing: 0;
    color: #000000;
}

.rx__box .mainBtn {
    margin-top: auto;
    padding-top: 10px;
}

.rx__box .mainBtn a {
    height: 47px;
    min-height: 47px;
}

/* Provider Protal Css */
.Contact__info_sec.reach_us .contact__Rows {
    grid-template-columns: repeat(3, 1fr);
}

.Contact__info_sec.reach_us .contact_infO__BOX *,
.Contact__info_sec.reach_us .contact_infO__BOX {
    text-align: left;
    color: #000000;
}

.Contact__info_sec.reach_us .contact_infO__BOX .contact_links_disx {
    gap: 10px;
}

.Contact__info_sec.reach_us .contact_infO__BOX .contact_links_disx p {
    font-weight: 400;
}

.Contact__info_sec.reach_us .icon_Info_contact {
    background: linear-gradient(180deg, #acbbbe 17.5%, #1e373c 117.5%);
    margin: 0;
}

.Contact__info_sec.reach_us .contact_infO__BOX h3 {
    font-size: 24px;
}

.pdp_catalogue_sec.FullWidth_cataLog .cataglog__Rows {
    grid-template-columns: 1fr;
}

.pdp_catalogue_sec.FullWidth_cataLog .catelog__info {
    padding: 60px;
    align-items: center;
    border-radius: 20px;
}

.pdp_catalogue_sec.FullWidth_cataLog .catelog__info::before {
    display: none;
}

.welcome__Rows .mainBtn {
    margin-top: 30px;
}

.patient_wrap .welcome__Rows {
    padding: 100px 60px;
    background: linear-gradient(0deg, rgba(211, 201, 226, 0) 3.14%, #efecf5 100%);
}

.Rx_form_sec.ADD_BG {
    background: radial-gradient(54.86% 68.42% at 49.62% 0%,
            rgba(250, 248, 245, 0.3) 0%,
            rgba(221, 214, 202, 0.3) 100%);
    padding: 120px 0;
    margin: 120px 0;
}

.Rx_form_sec.ADD_BG .rx__box {
    background: #ffffff;
}

.Rx_form_sec.ADD_BG .rx__box h3 {
    color: #212955;
}

.Rx_form_sec.ADD_BG .disx__rx :is(p, li, span, a) {
    font-weight: 300;
}

.Rx_form_sec.ADD_BG .rx__Rows {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.Rx_form_sec.ADD_BG .rx__Rows>div {
    flex: 0 1 32.3%;
}

.Rx_form_sec.ADD_BG .sectionHeader {
    max-width: 800px;
}

.BLOGS____INFO .info_autor {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.BLOGS____INFO .info_autor>* {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}

.template-contact .mainBannerContent .headingH1 {
    color: #000;
}

body .menu-list__list-item:has(.menu-list__submenu) .menu-list__link {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
    align-items: center;
}

body .menu-list__list-item:has(.menu-list__submenu) .menu-list__link::before {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(/cdn/shop/files/down-sml.svg?v=1782568181);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    transition: all ease 0.3s;
}

body .menu-list__list-item:has(.menu-list__submenu[data-active]) .menu-list__link::before {
    transform: rotate(180deg);
}

#shopify-section-template--20306525454532__image_with_content_dWCtNE .imageWithContentText :is(p, li, a) strong,
#shopify-section-template--20343410688196__image_with_content_yGJAVt .imageWithContentText :is(p, li, a) strong {
    font-weight: 500;
    color: #212955;
}

.categoryServicesBoxContent:has(ol, ul) :is(p, li) {
    text-align: left;
}

.categoryServicesBoxContent li {
    margin-top: 10px;
}

body .text-block:not(.text-block--full-width):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: pretty;
}

.accelerated-checkout-block .shopify-payment-button__button {
    padding: 21px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
    text-decoration: none;
    transition: all ease 0.4s !important;
    background: transparent;
    color: #43326b;
    border-color: #43326b;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    width: 100%;
}

.accelerated-checkout-block .shopify-payment-button__button:hover {
    background:
        radial-gradient(54.86% 68.42% at 49.62% 0%, #8c7dbd 0%, #43326b 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #fff;
}

.appstle_subscribe_option_grid .appstleSelectedSellingPlanOptionDescription {
    position: relative;
    display: block;
    margin-top: 30px;
    padding: 20px 0 0;
    text-align: center;
    border-top: 1px solid;
    border-image-source: linear-gradient(270deg,
            rgba(33, 41, 85, 0.5) 0%,
            rgba(33, 41, 85, 0) 100%);
    border-image-slice: 1;
}

.appstle_subscribe_option_grid .appstleSelectedSellingPlanOptionDescription * {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}

.appstle_subscribe_option_grid .appstleSelectedSellingPlanOptionDescription strong {
    font-weight: 700;
}

body .cart-drawer .cart-items__table-row--full-width-variants {
    padding-top: 5px !important;
}

body .jm-review-widget__header-and-body .jm-cluster .jm-review-widget-minimal-header__title {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center !important;
    margin-bottom: 30px;
    color: #212955;
}

body .jm-review-widget__header-and-body .jm-cluster .jm-review-widget-minimal-header__filter-container:has(> .jm-review-widget-minimal-header__button-and-filters:empty) {
    display: none !important;
}

body .jm-review-widget__header-and-body .jm-cluster:has(.jm-review-widget-minimal-header__button-and-filters:empty) {
    justify-content: center !important;
}

.componding__formula_Sec .sectionHeader h2 {
    text-wrap: pretty;
}

.template-hormone-health .products__sec .sectionHeader h2,
.template-gut-health .products__sec .sectionHeader h2 {
    max-width: 600px;
    margin: auto;
}

.template-gut-health .products__sec .disx__main_head {
    max-width: 691px;
    margin: auto;
}

.def_Page>.text-block {
    margin-bottom: 60px;
}

body .header-menu {
    height: 20px;
}

.template-collection.template-sleep-stress .inner_banner_info .inner_ban_disx {
    max-width: 873px;
}

.template-collection.template-weight-management .inner_banner_info {
    max-width: 1077px;
}

.template-collection.template-gut-health .inner_banner_info .inner_ban_disx {
    max-width: 900px;
}

.template-collection.template-hormone-health .inner_banner_info {
    max-width: 1130px;
}

.template-collection.template-hormone-health .inner_banner_info .inner_ban_disx {
    max-width: 951px;
}

.template-gut-health.template-collection .componding__formula_Sec .sectionHeader {
    max-width: 860px;
}

.template-sleep-stress .products__sec .sectionHeader {
    max-width: 651px;
}

.template-collection.template-sleep-stress .betterExperienceRow {
    max-width: 1000px;
}

.care-imgcnt .imageWithContentText p>strong {
    color: #212955;
    font-weight: 500;
}

.template-weight-management-service .betterExperienceRow p {
    max-width: 788px;
}

.template-sexual-health-service .betterExperienceRow p {
    max-width: 788px;
}

.template-ldn-medication-service .betterExperienceRow p {
    max-width: 868px;
}

.template-ldn-medication-service .betterExperienceRow {
    max-width: 870px;
}

.mainBanner.condition_guid {
    background: linear-gradient(0deg, rgba(239, 236, 245, 0) 0%, #efecf5 100%);
}

.mainBanner.condition_guid::after {
    display: none;
}

.mainBanner.condition_guid .mainBannerContent {
    max-width: 732px;
}

.mainBanner.condition_guid .mainBannerContent>* {
    color: #000;
}

span.head_sec_eyebrow {
    display: block;
    font-family: NORD;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #212955;
}

.template-sexual-health-service .qualityIconBoxWrap {
    gap: 15px;
}

/* body .header__row .menu-list__list-item:not(:first-child) .menu-list__submenu-inner{
width: fit-content !important;
} */
body .mega-menu.section {
    padding: 0 !important;
}

body .mega-menu.section .mega-menu__grid {
    display: block !important;
}
body .menu-list__list-item:where(:not([slot="overflow"])) > .menu-list__submenu,
body .overflow-menu::part(overflow) {
  top: 75px;
}
body .menu-list__submenu .menu-list__submenu-inner {
  margin-top: -75px;
}
body .header .header__row .menu-list__link, .header__row .menu-list__list-item, body .header .header__row .overflow-menu::part(list) {
    height: 75px !important;
}
@media only screen and (min-width:1026px){
  body #header-component {
    height: 75px;
}
}
/* body .header__row .menu-list__list-item:not(:first-child) .menu-list__submenu-inner {
    padding: 20px !important;
    border-radius: 10px;
} */

/* body .header__row .menu-list__list-item:not(:first-child) .menu-list__submenu {
    width: 300px !important;
    left: auto;
} */

/* body .header__row .menu-list__list-item:not(:first-child) .mega-menu__grid {
    display: block;
} */

body .header .menu-list__list-item:has(.menu-list__link[aria-expanded="true"])::after {
    transform: rotate(180deg);
    transition: all ease 0.3s;
}





a.areaible_linke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.popup__Serv_cate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.popup__Serv_cate .popup_serv_icon {
    background: #00000033;
    backdrop-filter: blur(13.344051361083984px);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
}

.popup__Serv_cate .popup_serv_icon img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    object-fit: contain;
    transition: opacity 0.3s ease, transform 0.35s ease;
}

/* Modal */
.CateShow_Modal {
    position: absolute;
    inset: 0;
    background: #00000080;
    backdrop-filter: blur(13.344051361083984px);

    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    /* align-items: center; */
    padding: 33px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(0.94) translateY(20px);
    transition:
        opacity .35s ease,
        transform .45s cubic-bezier(.22, 1, .36, 1),
        visibility 0s linear .35s;
}

/* Active State */
.popup__Serv_cate.active .CateShow_Modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1) translateY(0);

    transition:
        opacity .35s ease,
        transform .45s cubic-bezier(.22, 1, .36, 1),
        visibility 0s;
}

/* Content Animation */
.CateShow_Modal>* {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .35s ease, transform .45s ease;
}

.popup__Serv_cate.active {
    z-index: 2;
}

.popup__Serv_cate.active .CateShow_Modal>* {
    opacity: 1;
    transform: translateY(0);
}

.popup__Serv_cate.active .CateShow_Modal>*:nth-child(1) {
    transition-delay: .08s;
}

.popup__Serv_cate.active .CateShow_Modal>*:nth-child(2) {
    transition-delay: .16s;
}

.popup__Serv_cate.active .CateShow_Modal>*:nth-child(3) {
    transition-delay: .24s;
}

/* Typography */
body .CateShow_Modal :is(h3, h3 a) {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #fff !important;
    text-wrap: balance;
}

body .CateShow_Modal :is(li, p, span) {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    text-wrap: pretty;
    color: #fff;
}

body .CateShow_Modal :is(ol, ul) {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
}

body .CateShow_Modal :is(ol, ul) li {
    text-align: left;
}

/* Icons Animation */
.show-icon-anser,
.closed-icon-anser {
    transition: opacity .3s ease, transform .35s ease;
}

.closed-icon-anser {
    display: block;
    opacity: 0;
    transform: rotate(-90deg) scale(.8);
    position: absolute;
}

.show-icon-anser {
    opacity: 1;
    transform: rotate(0) scale(1);
}

.popup__Serv_cate.active .show-icon-anser {
    opacity: 0;
    transform: rotate(90deg) scale(.8);
}

.popup__Serv_cate.active .closed-icon-anser {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.vvp-success-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto 0;
    padding: 16px 22px;
    background: #eefaf1;
    border: 1px solid #9bd5aa;
    border-left: 5px solid #2e7d32;
    border-radius: 12px;
    color: #1b5e20;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    animation: successFade .45s ease;
}

.vvp-success-msg::before {
    content: "✓";
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #2e7d32;
    color: #fff;

    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

@keyframes successFade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body .menu-drawer .menu-drawer__close-button {
    height: 30px !important;
    width: 30px !important;
    min-height: 30px !important;
    padding: 0px;
    margin-left: 0;
    z-index: 99;
    background: #212955;
}

body .menu-drawer .menu-drawer__close-button svg {
    width: 12px;
    height: 12px;
    color: #fff;
}

body .menu-drawer .menu-drawer__close-button svg path {
    fill: #fff;
}

.about_stand .disx__comp_frl,
.about_stand .heading__comp_frl {
    padding: 20px;
}

.heading__comp_frl {
    gap: 20px;
}

.heading__comp_frl .com_flr_icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
}

.heading__comp_frl .com_flr_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_stand .componding__formula_box {
    grid-template-columns: 400px 1fr;
}

.template-about-us .StepBoxLeft .headingH2 {
    max-width: 100%;
}

.numbers__stack_sec {
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    padding: 120px 0;
    position: relative;
    display: block;
    margin-bottom: 120px;
}

.number_rows {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.number_rows>div {
    flex: 0 1 23.8%;
}

.numbers_box {
    background: #ffffff;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
}

.numbers_box h3 {
    font-family: "Libre Caslon Text";
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #212955;
}

.numbers_box p {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

/* Leadership  */
.every_prescrip_sec {
    position: relative;
    display: block;
    margin: 60px 0;
}

.prescrip_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.prescrip_wrapper>h3 {
    font-family: Libre Caslon Text;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #212955;
}

.prescription__rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.prescription__rows.LargeBox {
    grid-template-columns: 1fr;
    max-width: 1040px;
    margin: 0 auto;
}

.Box_Prescriptions {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 30px;
}

.Box_Prescriptions .media_Prescriptions {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.Box_Prescriptions .media_Prescriptions img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.content_Prescriptions {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.Prescriptions_author {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: max-content;
    background: radial-gradient(189.63% 189.63% at 50% 18.72%,
            #efecf5 0%,
            #d3c9e2 100%);
    border-radius: 10px;
    max-width: 290px;
    padding: 20px;
}

.Prescriptions_author h4 {
    font-family: Libre Caslon Text;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #212955;
}

.Prescriptions_author span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #212955;
}

.Disx_pres {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Disx_pres :is(p, li, span, a) {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    text-wrap: pretty;
}

.prescription__rows.LargeBox .Prescriptions_author {
    max-width: 392px;
}

.prescription__rows.LargeBox .Box_Prescriptions .media_Prescriptions {
    width: 400px;
    min-width: 400px;
    height: 400px;
}

.valvista_team_sec {
    position: relative;
    display: block;
    margin: 120px 0 100px;
}

.valvista_team_sec .sectionHeader {
    max-width: 413px;
}

.team__ValVista_wrapper {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.team__ValVista_wrapper img {
    width: 100%;
    aspect-ratio: 1910/741;
}

.valvista_team_stack_sec {
    position: relative;
    display: block;
    margin: 100px 0;
}

.valvista_team_rows {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.team_stack_box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team_stack_box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: radial-gradient(189.63% 189.63% at 50% 18.72%, #EFECF5 0%, #D3C9E2 100%);
    padding: 30px 40px;
    border-radius: 15px;
}

.team_stack_box h3 {
    font-family: Libre Caslon Text;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #212955;
}

.team_stack_box span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #212955
}

.template-about-us .betterExperience.V2 .betterExperienceRow {
    max-width: 1050px;
}

.template-about-us .stepBoxPr .eyeBrowText {
    display: none;
}

.template-about-us .stepBoxPr h3 {
    margin: 0;
}

.template-about-us .stepBoxPr p {
    text-wrap: pretty;
}

.template-about-us .mainBannerContent .headingH1 {
    max-width: 649px;
    margin-left: auto;
    margin-right: auto;
}

.template-about-us .mainBanner::after {
    display: none;
}

.template-about-us .mainBanner {
    padding: 100px 0;
}

.imageWithContent.brings-the-idea .imageWithContentText span {
    padding: 20px;
    border-radius: 20px;
    background: #eae5f1;
    max-width: max-content;
    margin-top: 0;
    font-family: "Libre Caslon Text" !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
}

/* Leadership  */
body p {
    line-height: 1.5 !important;
}

.template-about-us .stepBoxSec {
    padding: 80px 0;
}

.newsletter-content .mainBtn {
    margin-top: 10px;
}


.successMsg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-signup__message.successMsg {
    display: none;
}

.template-about-us .clientsReviews {
    background: radial-gradient(50% 196.88% at 50% 68.42%, #FAF8F5 0%, #DDD6CA 100%);

}

#shopify-section-template--20455691223236__image_with_content_qWR67z .imageWithContentText h2 {
    text-wrap: balance;
}

.footerMenusHldr:last-child {
    grid-column: span 2;
}
body.template-cart .cart-page--empty  .cart-page__title h1 {
    margin-bottom:20px;
}
body.template-cart .cart-page--empty  .cart-items__wrapper{
    gap:20px;
}

.template-provider-resources-portal .normal_customer{
    display:none;
}

.provider_way{
    display:none;
}

.template-provider-resources-portal .provider_way {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    text-align:center;
}


.provider_way .mainBtn {
    margin-top: 30px;
}

.provider_way  p {
    padding-top: 20px;
}

/* ACCESSIBILITY ISSUES */
.announcement-bar,
.announcement-bar__slider{
    background-image:none;
    background-color:var(--color-background) !important;
}
body:has(#eq-accessibility-menu-portal) .skip-to-content-link {
  display: none !important;
}
.mainBtn.ul{
    list-style:none;
    flex-direction:row;
}