/** Shopify CDN: Minification failed

Line 4062:2 Unexpected "{"
Line 4062:3 Expected identifier but found "%"
Line 4062:30 Unexpected "{"
Line 4062:31 Expected identifier but found "%"

**/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
 .modalBoxLowerSectionStyle .button::after{
box-shadow:none !important;}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
}
.bestseller-badge {
    display:none;
}
.index .bestseller-badge, .product .bestseller-badge {
    display:block;
}
 .bestseller-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  /* z-index: 10; */
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 70px;

}

.nirogram-header {
    width: 100%;
}

.header-top-row {
    width: 100%;
    background-color: #F2F6F3;
    padding: 10px 0px;
}

.h-tr-holder {
    width: 100%;
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    gap: 20px;
    align-items: center;
}

.h-tr-holder .head-social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
}

.head-social-icons li a img {
    height: 16px;
    width: 16px;
    display: block;
    object-fit: contain;
    filter: brightness(0);
}

.top-head-txt p {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}

.top-head-select select {
    margin-left: auto;
    min-width: 50px;
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    appearance: none;
    background-image: url(/cdn/shop/files/Vector.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding: 0px 20px;
}

.header-bottom-nav {
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px 0px;
}

.header-bottom-nav .h-bn-holder {
    width: 100%;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
}

.header-logo a img {
    width: 100%;
    max-width: 146px;
    display: block;
    object-fit: contain;
}

.header-nav-hldr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.header-nav ul {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    padding-right: 40px;
    border-right: 1px solid #D9D9D9;
}

.header-nav ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D;
    transition: all 0.2s;
}

.header-nav ul li a:hover {
    color: #DE544E;
}

.head-cart a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D;
}

.head-cart a img {
    margin-right: 10px;
    display: block;
    height: 26px;
    width: 26px;
    object-fit: contain;
}

.head-search a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.head-search a img {
    display: block;
    height: 26px;
    width: 26px;
    object-fit: contain;
}

.head-search a span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D;
}

.main-banner-sec {
    width: 100%;
    background-position: center right !important;
    background-size: contain !important;
    padding: 50px 0;
    background-color: #f8d8b2 !important;
    background-repeat: no-repeat !important;
}

.bnr-cntnt-box {
    max-width: 640px;
}

.bnr-cntnt-box h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 62px;
    color: #0E1139;
    max-width: 500px;
    margin-bottom: 35px;
}

.bnr-cntnt-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
    max-width: 440px;
}

.bnr-cntnt-box a {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0E1139;
    background: #FDFDFD;
    border-radius: 10px;
    padding: 15px 45px;
    margin-top: 40px;
}

.qualities-sec {
    width: 100%;
    background: #FCDCDB;
}

.qualities-sec .container-fluid {
    padding: 0;
}

.qualities-sec .qualities-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.qualities-row .quality-box:nth-child(even) {
    background-color: #FFE9E8;
}


.qualities-row .quality-box {
    padding: 30px 20px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.quality-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #0E1139;
    max-width: 400px;
    margin: 0 auto;
}

.quality-box p b {
    font-weight: 700;
}

.improve-health-sec {
    width: 100%;
    padding: 120px 0px;
    background-color: #fff;
}

.improve-health-sec h3 {
    margin-top: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #1D1D1D;
}

.improve-health-row {
    width: 100%;
    display: grid;
    grid-template-columns: 40% repeat(1, 1fr);
    gap: 30px;
}

.improve-health-c1 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    max-width: 500px;
    color: #0E1139;
    margin-bottom: 35px;
}

.improve-health-c1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    color: #1d1d1d;
    margin-bottom: 20px;
}

.improve-health-c2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 100px;
}

.improve-box-img {
    margin-bottom: 35px;
    position: relative;
    width: fit-content;
    z-index: 1;
}

.improve-box-img img {
    display: block;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.improve-box-img::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -12px;
    height: 42px;
    width: 42px;
    background: rgba(0, 75, 27, 0.1);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.2s;
}

.improve-h-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    letter-spacing: -0.1px;
    transition: all 0.2s;
}

.improve-h-box:hover .improve-box-img img {
    filter: hue-rotate(580deg) invert(0) saturate(1.5) contrast(1.5);
}

.improve-h-box:hover .improve-box-img::before {
    background: rgba(222, 84, 78, 0.1);
}

.improve-h-box:hover p {
    color: #0E1139;
}

.single-rev-sec {
    width: 100%;
    padding: 60px 0px;
    background-color: #FFEFEE;
}

.single-rev-box h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    color: #0E1139;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.single-rev-box h2 span {
    color: #DE544E;
}

.sr-h-holder {
    position: relative;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0px 130px;
}

.single-rev-box .sr-h-holder::before {
    content: '“';
    font-family: 'Playfair Display';
    font-style: italic;
    line-height: 60px;
    position: absolute;
    top: 40px;
    left: -30px;
    color: #0e1139;
    font-size: 300px;
}

.single-rev-box .sr-h-holder::after {
    content: '“';
    font-family: 'Playfair Display';
    font-style: italic;
    line-height: 60px;
    position: absolute;
    bottom: 20px;
    right: -20px;
    color: #0e1139;
    font-size: 300px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

.single-rev-box p {

    font-style: italic;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #DE544E;
    margin-top: 10px;
}

.one-remedy-sec {
    width: 100%;
    background-color: #fff;
    padding: 120px 0px 100px;
}

.one-remedy-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 62px;
    text-align: center;
    color: #0E1139;
    margin-bottom: 30px;
}

.one-remedy-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    max-width: 860px;
    margin: 0 auto;
}

.one-remedy-cntnt {
    margin-top: 60px;
}

.one-remedy-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    border: 1px solid #D5D5D5;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.product-img {
    position: relative;
}

.product-img img {
    /* background-color: #FFEFEE; */
    width: 100%;
    display: block;
    height: 320px;
    object-fit: contain;
    object-position: center;
    padding: 52px 20px;
}


.product-cntnt {
    /* border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5; */
    border-radius: 0PX 0PX 10PX 10px;
    padding: 20px 30px 30px;
    transition: all 0.2s;
}

.product-card:hover  {
box-shadow: -4px 4px 16px 0 rgba(0, 0, 0, 0.20);
}

.product-cntnt span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #0E1139;
    margin-bottom: 10px;
}

.product-cntnt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #0E1139;
    margin-bottom: 24px;    
    margin-top: 30px;
    min-height: 64px;
}

.product-cntnt p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-cntnt .product-price {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-cntnt .product-price p {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1D1D1D;
    display: inline-block;
}

.product-cntnt .product-price button {
    border: none;
    outline: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    background: #0E1139;
    border-radius: 10px;
    padding: 17px 40px;
    cursor: pointer;
}

.one-remedy-cntnt .or-shop-btn a {
    display: block;
    width: fit-content;
    background: #DE544E;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 15px 25px;
    margin: 70px auto 0;
}

.chronic-rem-sec {
    width: 100%;
    padding: 100px 0px 120px;
    background-color: #fff;
}

.chronic-rem-primary {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.chronic-primary-col1 h2 {
    font-style: italic;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #0E1139;
    max-width: 580px;
    margin-bottom: 30px;
}

.chronic-primary-col1 h3 {
    font-style: italic;
    font-weight: 600;
    font-size: 27px;
    line-height: 39px;
    color: #0e1139;
    margin-bottom: 30px;
}

.chronic-primary-col1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: #000;
    margin-bottom: 20px;
}

.chronic-primary-col1 ol {
    margin: 10px 0px 40px;
    padding-left: 20px;

}

.chronic-primary-col1 ol li {
    list-style: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}

.chronic-primary-col1 ol li:last-child {
    margin-bottom: 0;
}

.chronic-primary-col1 h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #000;
}

.chronic-primary-col1 a {
    display: block;
    margin-top: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #DE544E;
    border-radius: 10px;
    padding: 15px;
    max-width: fit-content;
}

.chronic-primary-col2 {
    position: relative;
    z-index: 1;
}

.chronic-rem-primary::before {
    content: '';
    position: absolute;
    width: 365px;
    height: 365px;
    bottom: -120px;
    left: 40%;
    background-image: url(/cdn/shop/files/img-bef.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
}

.chronic-primary-col2 img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.chronic-rem-secondary {
    margin-top: 120px;
}

.chronic-rem-secondary h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #0E1139;
}

.c-rem-secondary-row {
    margin: 60px 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 30px;
}

.c-rem-secondary-row .cr-specialize-box a {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    padding: 40px 30px 56px;
    transition: all 0.3s;
    display: block;
    height: 100%;
}

.cr-specialize-box .cr-specialize-ico {
    margin-bottom: 40px;
}

.cr-specialize-ico img {
    width: 100%;
    max-width: 42px;
    max-height: 42px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    filter: invert(1) brightness(0.1) hue-rotate(65deg) saturate(5.5);
    transition: all 0.1s;
}

.cr-specialize-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1D1D1D;
    word-break: break-word;
}

.cr-specialize-box:hover a{
    background-color: #FFEFEE;
}

.cr-specialize-box:hover .cr-specialize-ico img {
    filter: brightness(1);
}

.c-rem-secondary-btn a {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #DE544E;
    border-radius: 10px;
    padding: 15px 27px;
    margin: 0 auto;
}

.love-ng-sec {
    width: 100%;
    padding: 93px 0px;
    background-color: #F2F6F3;
}

.love-ng-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #0E1139;
}

.love-ng-cntnt {
    margin-top: 70px;
}

.love-ng-nav .tab-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.tab-btns li {
    cursor: pointer;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0E1139;
    padding: 18px;
    width: fit-content;
    min-width: 192px;
    background: transparent;
    border-radius: 10px;
    text-align: center;
    transition: all 0.2s;
}

.tab-btns li.p-tab-active {
    background: #DE544E;
    color: #fff;
}

.tab-cntnt-holder .tab-content {
    display: none;
}


.tab-cntnt-holder .tab-content.p-tab-content-active {
    display: block;
}

.testimonials-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.love-ng-nav {
    margin-bottom: 60px;
}

.testimonial-box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.tst-usr-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
}

.tst-usr-info .usr-info-c1 {
    min-width: 140px;
}

.tst-usr-info .usr-info-c1 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #000000;
}

.tst-usr-info .usr-info-c1 span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.usr-info-c2 ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
}

.usr-info-c2 ul li img {
    width: 100%;
    height: 20px;
    display: block;
    object-fit: contain;
    max-width: 20px;
}

.ac-understand-sec {
    width: 100%;
    background-color: #fff;
    padding: 120px 0px;
}

.ac-understand-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    color: #0E1139;
    max-width: 880px;
    margin: 0 auto;
}

.ac-understand-row {
    width: 100%;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ac-understand-box {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 0px 15px 30px 25px;
}

.ac-u-ico {
    margin-top: -40px;
    padding-bottom: 20px;
}

.ac-u-ico img {
    width: 100%;
    display: block;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 50%;
}

.ac-understand-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0E1139;
}

.ac-understand-row-2 {
    
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.acu-2-box {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    padding: 45px 30px 58px 40px;
}

.acu-2-box .acu-2-ico {
    margin-bottom: 60px;
}

.acu-2-box .acu-2-ico img {
    width: 100%;
    display: block;
    max-width: 130px;
    height: 115px;
    object-fit: contain;
    object-position: top left;
}

.acu-2-cntnt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    color: #0E1139;
    margin-bottom: 30px;
}

.acu-2-cntnt p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #0E1139;
    margin-bottom: 30px;
}

.acu-2-cntnt p:last-child {
    margin-bottom: 0;
}

.single-rev-sec.sr-exp-sec {
    padding: 100px 0px 90px;
}

.sr-exp-sec .single-rev-box h2 {
    max-width: 744px;
}

.sr-exp-sec .single-rev-box p {
    margin-top: 15px;
}

.sign-up-sec {
    width: 100%;
    padding: 120px 0px;
    background-color: #fff;
}

.sign-up-row {
    width: 100%;
    display: block;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 70px;
    padding:0px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
}

.sign-up-c1 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: #000000;
    max-width: 400px;
    margin-bottom: 30px;
}

.sign-up-c1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    max-width: 540px;
}

.sign-up-c2 form input {
    outline: none;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 20px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.sign-up-c2 form input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.sign-up-c2 form button {
    border: none;
    outline: none;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #DE544E;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
}

.nirogram-foot .main-foot {
    background-color: #003112;
    padding: 39px 0px;
}

.nirogram-foot .foot-copyright {
    background-color: #fff;
    padding: 25px 0px;
}

.footer-row {
    width: 100%;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 20px;
}

.foot-logo a img {
    width: 100%;
    display: block;
    max-width: 146px;
    object-fit: contain;
}

.foot-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.foot-nav ul li a {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.foot-icons ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.foot-icons ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.foot-copyright p,
.foot-copyright p a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    text-align: center;
}



/* ABOUT U SPAGE STYLING */

.main-banner-sec.abt-bnr-sec {
    background-color: #f7f8facc !important;
}

.main-banner-sec.abt-bnr-sec .bnr-cntnt-box h1 {
    max-width: 630px;
    margin-bottom: 30px;
}

.main-banner-sec.abt-bnr-sec .bnr-cntnt-box p {
    max-width: 530px;
}

.main-banner-sec.abt-bnr-sec .bnr-cntnt-box a {
    color: #fff;
    background: #DE544E;
}

.improve-health-sec.improve-h-abt-sec {
    padding: 120px 0px 60px;
}

.improve-health-sec.improve-h-abt-sec .improve-health-c1 h2 {
    margin-bottom: 0;
    margin-top: 30px;
}

.improve-health-sec.improve-h-abt-sec h3 {
    font-style: italic;
}

.one-remedy-sec.one-remedy-abt-sec {
    padding: 60px 0px 60px;
}

.one-remedy-sec.one-remedy-abt-sec .one-remedy-title h2 {
    text-align: left;
    max-width: 600px;
}

.one-remedy-sec.one-remedy-abt-sec .one-remedy-title p {
    text-align: left;
    margin: initial;
}

.one-remedy-sec.one-remedy-abt-sec .one-remedy-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #0E1139;
    margin-top: 30px;
}

.ev-purchase-sec {
    width: 100%;
    background: #fff;
    padding: 60px 0px 120px;
}

.ev-purchase-title {
    margin-bottom: 55px;
}

.ev-purchase-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #0E1139;
    text-align: center;
}

.ev-purchase-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.evp-ico {
    margin-bottom: 35px;
    position: relative;
    width: fit-content;
    z-index: 1;
}

.ev-purchase-box:hover .evp-ico::before {
    background: #FCEEED;
}

.ev-purchase-box:hover .evp-ico img {
    filter: invert(0) hue-rotate(100deg) brightness(1) saturate(4.5);
}

.evp-ico::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -12px;
    height: 42px;
    width: 42px;
    background: rgba(0, 75, 27, 0.1);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.2s;
}

.evp-ico img {
    height: 46px;
    width: 100%;
    max-width: 38px;
    display: block;
    object-fit: contain;
}

.ev-purchase-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #0E1139;
}

.chronic-rem-sec.chronic-rem-abt-sec {
    padding: 120px 0px;
}

.chronic-rem-sec.chronic-rem-abt-sec .chronic-primary-col1 h2 {
    font-style: normal;
}

.chronic-rem-sec.chronic-rem-abt-sec .chronic-primary-col1 h3 {
    max-width: 470px;
    font-style: normal;
}

.ng-slider-holder {
    overflow: hidden;
}

.swiper-container.ayurveda-slider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container.ayurveda-slider .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ng-slider-sec {
    width: 100%;
    padding: 100px 0px;
}

.ayurveda-box {
    width: 100%;
}

.ayurveda-box img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.ayurveda-slider .ayurveda-pagination {
    position: static;
    padding-top: 50px;
}

.ayurveda-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    opacity: 1;
    background-color: #D9D9D9;
    border-radius: 60px;
    transition: all 0.3s;
    margin: 0 5px !important;
}

.ayurveda-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    background-color: #DE544E;
}

.ac-understand-sec.ac-understand-abt-sec {
    padding: 20px 0px 0px;
}

/* COLLECTION PAGE STYLING */

.main-banner-sec.abt-bnr-sec.coll-bnr {
    background-image: url(../images/ng-collection-bnr.jpg);
    background-position: top right;
}

.improve-health-sec.improve-h-abt-sec.improve-coll .improve-health-c1 h2 {
    max-width: 470px;
    margin: 0;
}

.improve-health-sec a {

    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #DE544E;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 60px auto 0;
}

.single-rev-sec.single-rev-coll-sec .single-rev-box h2 {
    max-width: 1100px;
    margin-bottom: 20px;
}

.effective-prods-sec {
    width: 100%;
    background-color: #fff;
    padding: 120px 0px 110px;
}

.effective-prods-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #0E1139;
    max-width: 680px;
    margin: 0 auto;
}

.effective-prods-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.effective-prod-box {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 0px 15px 30px 25px;
}

.ep-ico {
    margin-top: -40px;
    padding-bottom: 20px;
}

.ep-ico img {
    width: 100%;
    display: block;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 50%;
}

.ep-txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #0E1139;
}

.ep-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0E1139;
}

.ac-understand-sec.acu-coll-sec {
    padding: 120px 0px 0px;
}

.single-rev-sec.rev-w-desc .sr-h-holder {
    margin-bottom: 80px;
}

.single-rev-sec.rev-w-desc p span {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    max-width: 1030px;
    margin: 0 auto;
    display: inline-block;
}

.bnr-resp-img {
    display: none;
}

/* BLOGS PAGE STYLING */

.inner-page-bnr {
    width: 100%;
    padding: 88px 0px;
    background-color: #FBDDBB;
}

.inr-bnr-cntnt-box h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 70px;
    color: #0E1139;
}

.inr-bnr-cntnt-box .breadcrumbs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  display:none;
}

.breadcrumbs li {
    position: relative;
}

.breadcrumbs li::after {
    content: '/';
    padding-left: 5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
}

.all-blogs-sec {
    width: 100%;
    padding: 120px 0px 0px;
    background: #fff;
}

.all-blogs-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
}

.blog-card a {
    display: block;
    padding: 15px;
}

.blog-card-img {
    position: relative;
}

.blog-card-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
   max-height:250px;
}

.blog-card-img .blog-date-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #DE544E;
    border-radius: 8px 8px 8px 0px;
    padding: 12px 2px;
}

.blog-date-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 93%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.blog-card-cntnt-box {
    min-height: 330px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 25px;
    gap: 20px;
}

.comm-author-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding-bottom: 24px;
}

.comments-box,
.author-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.comments-box img,
.author-box img {
    width: 100%;
    display: block;
    max-width: 14px;
    height: 14px;
    object-fit: contain;
}

.comments-box span,
.author-box span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #0E1139;
    width: 90px;
}

.blog-card-cntnt h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1A1A26;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-card-cntnt p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #1A1A26;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.blog-card-btn button {
    background: #DE544E;
    border-radius: 10px;
    padding: 10.5px 21.5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.faq-sec {
    width: 100%;
    padding: 120px 0px;
    background-color: #FBFBFB;
}

section.faq-sec .container-fluid {
    max-width: 996px;
}

.faq-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 58px;
    color: #000000;
    margin-bottom: 50px;
}

.faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1139;
}

.faq-cntnt {
    margin-top: 60px;
}

.accordion-container .accordion {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.accordion h4 {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1139;
    cursor: pointer;
    padding-top: 30px;
    padding-right: 60px;
}

.accordion h4::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 24px;
    width: 24px;
    background-image: url(/cdn/shop/files/arrow-circle-down.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.accordion h4.open::after {
    transform: rotate(180deg);
}

.accordion-content {
    margin-top: 30px;
    padding-right: 100px;
}

.accordion-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #1D1D1D;
}

.ac-understand-inner .ac-understand-row-2 {
    margin-top: 0;
}

.contact-d-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.contact-d-box {
    position: relative;
    padding: 0px 60px;

}

.contact-d-box:first-child {
    padding-left: 0;
}

.contact-d-box:nth-child(2) {
    border-right: 1px solid #0E1139;
    border-left: 1px solid #0E1139;
}

.contact-d-box:last-child {
    padding-right: 0;
}

.contact-d-box h4,
.contact-d-box h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #0E1139;
    margin-bottom: 10px;
}


.contact-d-box h5 {
    margin-top: 30px;
}

.contact-d-box h4:last-child {
    margin-top: 30px;
}

.contact-d-box p,
.contact-d-box a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #1D1D1D;
}

.contact-details-sec .love-ng-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0E1139;
    margin: 30px auto 0;
    max-width: 610px;
}

.disclaimer-sec {
    width: 100%;
    padding: 40px 0px;
    background: #fff;
}

.disclaimer-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #0E1139;
}

.disclaimer-title {
    margin-bottom: 50px;
}

.disclaimer-cntnt p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    max-width: 1080px;
    margin: 0 auto;
}


.prod-hero-bnr-sec {
    width: 100%;
    padding: 50px 0px 60px;
    background: #FBFBFD;
}

.prod-hero-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 30px;

}

.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery-thumbs {
    padding: 0;
    overflow: hidden;
    height: 20%;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.2s;
}

.gallery-thumbs .swiper-slide:hover img {
    filter: brightness(0.8);
}

.gallery-nav {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    user-select: none;
    display: none;
}

.gallery-nav * {
    position: initial !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.gallery-prev,
.gallery-next {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0px 10px 20px rgba(145, 145, 145, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.2s;
}

.gallery-prev img,
.gallery-next img {
    height: 15px;
    width: 22px;
    display: block;
    object-fit: contain;
}



.gallery-thumbs .swiper-slide {
    cursor: pointer;
    transition: all 0.2s;
}

.gallery-top {
    height: 80%;
    width: 100%;
    margin-bottom: 27px;
    overflow: hidden;
}


.gallery-thumbs .swiper-slide {
    height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.prod-hero-c1 h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 70px;
    color: #0E1139;
    max-width: 530px;
    margin-bottom: 60px;
}

.prod-hero-c1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #1D1D1D;
    max-width: 530px;
    margin-bottom: 45px;
}

.prod-qualities {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 570px;
    margin-bottom: 40px;
}

.prod-qualities h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #0E1139;
}

.prod-order a {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #DE544E;
    border-radius: 10px;
    padding: 15px 42px;
}

.prod-ratings {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    margin: 35px 0 30px;
}

.prod-ratings ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}

.prod-ratings ul li i {
    color: #F7941D;
    font-size: 30px;
}

.prod-ratings ul li i::before {
    color: #D1D3D4;
    filter: none;
}

.ratings-count i {
    font-size: 12px;
}

.ratings-count p {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1D1D1D;
    padding-left: 18px;
    margin-bottom: 0;
}

.prod-availability h5 span {
    font-weight: 700;
    color: #00B96B;
}

.prod-availability h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.red-line-sec {
    width: 100%;
    padding: 16px 0px;
    background: #DE544E;
}

.red-line-cntnt h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 80px;
}

.red-line-cntnt h2::before {
   content: "\201c";
    font-family: Playfair Display;
    font-style: italic;
    line-height: 60px;
    position: absolute;
    top: 22px;
    left: -10px;
    color: #0e1139;
    font-size: 160px;
    pointer-events: none;
    text-align: left;
    height: 20px;
    width: 80px;
}

.red-line-cntnt h2::after {
    content: "\201c";
    font-family: Playfair Display;
    font-style: italic;
    line-height: 60px;
    position: absolute;
    bottom: 20px;
    right: -10px;
    color: #0e1139;
    font-size: 160px;
    pointer-events: none;
    text-align: right;
    height: 20px;
    width: 80px;
    transform: rotate(180deg);
}

.quote-boxes-sec {
    width: 100%;
    background: #fff;
    padding: 90px 0px 90px;
}

.quote-boxes-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.quote-boxes-row .quote-box {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    padding: 76px 30px 25px;
}

.quote-boxes-row .quote-box::before {
    content: '“';
    font-family: 'Playfair Display';
    font-style: italic;
    line-height: 60px;
    position: absolute;
    top: 30px;
    left: -10px;
    color: #0e1139;
    font-size: 300px;
    pointer-events: none;
}

.quote-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.quote-box span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #DE544E;
}

.improve-health-col-2 h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 62px;
    color: #0E1139;
    margin-bottom: 27px;
}

.improve-health-col-2 .o-n-btn a {
    margin: 40px 0 0 0;
    padding: 15px 42px;
}

.mv-effective-sec {
    padding: 100px 0px;
    background: #F2F6F3;
}

.mv-effective-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #0E1139;
    max-width: 680px;
    margin: 0 auto;
}

.mv-effective-row {
    margin-top: 100px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mv-effective-row .ac-u-ico {
    padding-bottom: 25px;
}

.mv-effective-row .ac-understand-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #0E1139;
    margin-bottom: 13px;
}

.improve-health-equal .improve-health-row {
    grid-template-columns: repeat(2, 1fr);
}

.improve-health-equal .improve-health-c1 h2 {
    max-width: 600px;
}

.improve-health-equal .improve-health-c1 p {
    font-size: 22px;
    line-height: 28px;
    max-width: 530px;
}

.five-s-rev-sec {
    width: 100%;
    padding: 90px 0px;
    background: #F2F6F3;
}

.five-s-title {
    margin-bottom: 60px;
}

.five-s-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #0E1139;
}



/* RATING STARS */

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}

[data-star]::before {
    display: block;
    content: '★★★★★';
    color: #fff;
    filter: drop-shadow(0px 0px 0.5px orange);

}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    width: 0;
    color: orange;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after,
[data-star^=".1"]::after {
    width: 2%
}

[data-star^="0.2"]::after,
[data-star^=".2"]::after {
    width: 4%
}

[data-star^="0.3"]::after,
[data-star^=".3"]::after {
    width: 6%
}

[data-star^="0.4"]::after,
[data-star^=".4"]::after {
    width: 8%
}

[data-star^="0.5"]::after,
[data-star^=".5"]::after {
    width: 10%
}

[data-star^="0.6"]::after,
[data-star^=".6"]::after {
    width: 12%
}

[data-star^="0.7"]::after,
[data-star^=".7"]::after {
    width: 14%
}

[data-star^="0.8"]::after,
[data-star^=".8"]::after {
    width: 16%
}

[data-star^="0.9"]::after,
[data-star^=".9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%
}

/* RATING STARS// */

.made-difference-sec {
    width: 100%;
    background: #fff;
    padding: 120px 0px;
}

.made-d-title {
    margin-bottom: 50px;
}

.made-d-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0E1139;
}

.made-d-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.made-d-box {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 26px 14px 26px 30px;
}

.made-user-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
    margin-bottom: 25px;
}

.made-user-ico img {
    height: 80px;
    width: 80px;
    display: block;
    border-radius: 50%;
    object-fit: contain;
}

.made-user-info h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    word-break: break-word;
    color: #000000;
}

.made-d-cntnt i {
    font-size: 28px;
    padding-right: 10px;
}

.made-d-cntnt p {
    display: inline-block;

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.made-d-box-vs {
    display: grid;
    place-content: center;
}

.made-d-box-vs h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    line-height: 58px;
    text-align: center;
    color: #0E1139;
}

.core-pillars-sec {
    width: 100%;
    background: #F2F6F3;
    padding: 60px 0px;
}

.core-pillars-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    color: #0E1139;
    max-width: 610px;
    margin: 0 auto;
}

.core-pillars-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 980px;
    margin: 50px auto 60px;
}

.core-pillar-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0E1139;
    margin-bottom: 6px;
}

.core-pillar-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #1D1D1D;
    text-align: center;
}

.core-pillar-ico img {
    height: 80px;
    width: 80px;
    display: block;
    object-fit: contain;
    margin: 0 auto 30px;
    border-radius: 50%;
}

.core-pillars-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #1D1D1D;
    max-width: 620px;
    margin: 0 auto 40px;
}

.core-pillars-txt h3 {
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #1D1D1D;
}

.mv-seems-sec {
    width: 100%;
    background: #fff;
    padding: 120px 0px;
}

.mv-seems-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.mv-seems-col h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    color: #0E1139;
}

.mv-seems-col ul {
    margin-top: 40px;
}

.mv-seems-col ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height */


    color: #1D1D1D;
}

.mv-seems-col ul li:last-child {
    margin-bottom: 0;
}

.mv-seems-col ul li::before {
    content: '';
    height: 51px;
    width: 51px;
    display: block;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mv-seems-col ul li.item-true::before {
    background-image: url(/cdn/shop/files/found.png);
}

.mv-seems-col ul li.item-false::before {
    background-image: url(/cdn/shop/files/not-found.png);
}

.mv-seems-bottom-cntnt h4 {
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #1D1D1D;
}

.mv-seems-bottom-cntnt a {
    display: block;
    width: fit-content;
    background: #DE544E;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 15px 42px;
    margin: 40px auto 0;
}

.getting-older-sec {
    width: 100%;
    padding: 120px 0px;
    background: #fff;
}

.getting-older-title {
    margin-bottom: 60px;
}

.getting-older-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #0E1139;
    text-align: center;
    margin-bottom: 15px;
}

.getting-older-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #0E1139;
    max-width: 1180px;
    margin: 0 auto 40px;
}

.getting-older-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #1D1D1D;
    max-width: 970px;
    margin: 0 auto;
}

.getting-older-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

.go-box {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    padding: 30px 15px;
}

.go-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #1D1D1D;
    max-width: 260px;
    margin: 0 auto;
}

.getting-older-sec h4 {
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #1D1D1D;
    max-width: 1140px;
    margin: 0 auto;
}

.independence-sec {
    width: 100%;
    padding: 60px 0px 260px;
    background: #F2F6F3;
}

.independ-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #0E1139;
    margin-bottom: 30px;
}

.independ-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #1D1D1D;
}

.independ-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 100px 0 70px;
}

.independ-box {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 0px 15px 35px;
}

.independ-box h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin-top: -30px;
    margin-bottom: 20px;
}

.independ-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #1D1D1D;
}

.independ-bottom-box h4 {
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #1D1D1D;
    max-width: 1147px;
    margin: 0 auto;
}

.independ-bottom-box a {
    display: block;
    width: fit-content;
    background: #DE544E;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 15px 43px;
    margin: 40px auto 0;
}

.next-time-sec {
    width: 100%;
    padding-bottom: 120px;
    margin-top: -150px;
}

.next-time-box {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 50px 30px;
}

.next-time-box h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #0E1139;
    margin-bottom: 30px;
}

.next-time-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #1D1D1D;
    margin-bottom: 15px;
}

.next-time-box p:last-child {
    margin-bottom: 0;
}


#shopify-section-template--16646338969819__bb050633-02f7-4c26-a1c9-154af5b1640a {
    padding-top: 100px;
}



/* PRODUCT PAGE STYLING */

.product .product__info-wrapper {
      padding: 0 0 0 30px;
}


.product .product__info-wrapper .product__info-container {
    max-width: 100%;
}

.product__info-wrapper .product__title h1{
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  color: #000000; 
  margin-bottom: 30px;
}

.price .price__container .price-item--regular span{
  text-decoration: line-through;
}

.price .price__container .price-item--regular span,
.price .price__container .price-item--sale span{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    display: inline-block;
    letter-spacing: 0px;
}
.product .price .badge.price__badge-sale{
    background: #DE544E;
    border: none;
    border-radius: 4px;
    padding: 6.5px 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    vertical-align: middle;
    margin: -5px 0 0 10px;
}


.product .price .price__container .price-item{
  margin: 0 20px 0 0;
}

.product variant-radios .product-form__input{
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.product fieldset.product-form__input .form__label{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.product variant-radios .product-form__input input[type=radio]+label{
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 8px 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0E1139;
  transition: all 0.3s;
  margin: 10px 28px 10px 0px;
  width: 100%;
  max-width: calc(33% - 30px);
}

.product variant-radios .product-form__input input[type=radio]:checked+label{
  background: #DE544E;
  border: 1px solid #DE544E;
  color: #fff;
}

.product .product-form__quantity .form__label{
  display: none;
}

.product quantity-input.quantity::before,
.product quantity-input.quantity::after{
  display: none;
}

.product quantity-input.quantity{
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  width: 100%;
  max-width: 175px;
  min-height: 60px;
}
.product quantity-input.quantity button {
    border-radius: 8px;
}

.product .product-form__quantity {
    float: left;
    width: 100%;
    max-width: calc(33% - 30px);
    margin-right: 30px;
}

.product product-form .product-form__buttons {
    max-width: calc(67% - 30px);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; 
    float: left;
    margin-top: 6px;
}

.product product-form .product-form__buttons .product-form__submit::before,
.product product-form .product-form__buttons .product-form__submit::after{
  display: none;
}

.product product-form .product-form__buttons .product-form__submit{
  background: #DE544E;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 15px 10px;
}

.product .wc_product_review_badge .wc_review_badge_inner .wc_product_review_title{
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #40403A;
}

.product .wc_product_review_badge .wc_review_badge_inner  span.wc_product_review_avg_badge_count{
  margin-right: 10px;
}

.wc_review_form_btns ul{
  width: fit-content !important;
}

.wc_review_form_btns ul li{
    min-width: 90px !important;
    max-width: 150px !important;
    display: block !important;
    margin-left: auto !important;
}

.flickity-prev-next-button .flickity-button-icon{
    left: 35% !important;
    top: 35% !important;
    width: 30% !important;
    height: 30% !important;
}

.flickity-prev-next-button{
  border: 1px solid #000 !important;
}

.flickity-prev-next-button.previous {
    left: -10px !important;
}

.header__active-menu-item{
    color: #de544e !important;
    text-decoration: none !important;
}


#shopify-section-template--16647044071643__05cc519a-2031-43c5-a0c2-6c7a7aaf9312 .improve-health-c1 h2{
  max-width: 470px;
}

.product-card .price .price-item{
  display: block;
}
.product-card .price .price-item span{
  margin-bottom: 0px;
}

#shopify-section-template--16647044071643__69941380-a746-48ca-ab0f-44ba2ce0137f .ac-understand-sec,
#shopify-section-template--16645377982683__4b070ad8-3b38-4f88-b883-7512181a6866 .ac-understand-sec{
  padding-bottom: 0;
}

#shopify-section-template--16645378146523__bb050633-02f7-4c26-a1c9-154af5b1640a,
#shopify-section-template--16645378048219__65fe5456-72ca-4971-847d-ca9e0b34e29b{
  padding-top: 120px;
}

#shopify-section-template--16645377982683__05cc519a-2031-43c5-a0c2-6c7a7aaf9312 .improve-health-c1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 30px;
}

.pagination .pagination__item{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1A1A26;
}

.pagination .pagination__item.pagination__item--current::after{
  display: none;
}

.pagination .pagination__item.pagination__item--current{
  text-decoration: none;
  color: #fff;
  background: #DE544E;
  border-radius: 50%;
  opacity: 1;
}


#shopify-section-template--16645378146523__788b4073-39ae-499d-9054-e1789f939a7d .improve-health-row,
#shopify-section-template--16646338969819__788b4073-39ae-499d-9054-e1789f939a7d .improve-health-row{
  grid-template-columns: 50% repeat(1,1fr);
}


#shopify-section-template--16645378146523__788b4073-39ae-499d-9054-e1789f939a7d .improve-health-c1 h2,
#shopify-section-template--16646338969819__788b4073-39ae-499d-9054-e1789f939a7d .improve-health-c1 h2{
      max-width: 610px;
}

.header .header__icons {
    grid-gap: 30px;
    padding-left: 10px;
}

.header .list-menu--inline{
   padding-right: 20px !important;
}

.list-menu--inline{
  gap: 5px;
}

.article-template__content b {
    margin: 40px 0px 10px;
    display: inline-block;
    font-size: 18px;
}

article.article-template .page-width {
    max-width: 1600px;
    padding: 0px 70px;
}

article.article-template .page-width p {
    font-size: 18px;
}

section.about-grids-sec {
    width: 100%;
    background: #fff;
    padding: 120px 0 0;
}

.abt-grids-row {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0px;
    padding: 0px 11px;
}

.abt-grids-row:after {
    content: "";
    background-image: url(/cdn/shop/files/gb-after.png?v=1670245902);
    position: absolute;
    top: calc(50% - 25px);
    left: -15px;
    height: 50px;
    width: calc(100% + 30px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.abt-grid-box {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    border-radius: 70px;
    display: flex;  
    flex-direction: column;
}

.gb-c1 {
    min-height: 200px;
    display: grid;
    place-content: center;
}

.gb-c1 img {
    height: 100px;
    width: 100%;
    max-width: 100px;
    display: block;
    object-fit: contain;
}

.gb-c2 {
    min-height: 200px;
    background: #DE544E;
}

.gb-c2-cntnt {
    text-align: center;
    padding: 25px 10px 30px;
    height: 100%;
}

.gb-c2-cntnt h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.gb-c2-cntnt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.gb-c2-cntnt p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    max-width: 220px;
    margin: 0 auto;
}

.abt-grids-row .abt-grid-box:nth-child(even){
    flex-direction: column-reverse;  
}

.abt-grid-box:first-child::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #000;
  transform: rotate(45deg);
  
}

.abt-grids-row .abt-grid-box:nth-child(even) .gb-c2{
  background: #F8B1B3;
}

.tst-btn {
    margin-top: 50px;
}

.tst-btn a {
    display: block;
    width: fit-content;
    background: #DE544E;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 15px 25px;
    margin: 0 auto;
}

.top-head-select {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-head-select::before {
    content: "";
    height: 18px;
    width: 27px;
    background-image: url(/cdn/shop/files/USA.png?v=1670262776);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

.header.page-width {
        padding: 5px 80px 5px 70px;
}

#shopify-section-template--16645377982683__9e1169df-3a1b-40d4-b2e8-29be1ee3f56b .chronic-primary-col1 {
    padding-right: 100px;
}

#new-product-hero-2 .prod-availability {
    margin-top: 30px;
}





/* rev sec styling */

.hero-rev-sec {
    background: #fff;
    width: 100%;
    padding: 120px 0 0;
}

.hero-rev-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0E1139;
    margin-bottom: 30px;
}

.hero-rev-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
    margin-top: 20px;
}

.hero-rev-title {
    width: 100%;
    margin-bottom: 30px;
}

.hero-rev {
    width: 100%;
    margin-bottom: 30px;
}

.hero-rev:last-child{
  margin-bottom: 0px;
}

.hero-rev h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 58px;
    color: #0E1139;
    margin-bottom: 40px;
}

.hero-rev img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-width: 1300px;
}


/* bp sec styling */

.bp-rev-sec {
    background: #fff;
    width: 100%;
    padding: 120px 0 0;
}

.bp-rev-title{
 text-align: center; 
}
 

.bp-rev-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0E1139;
    margin-bottom: 30px;
}

.bp-rev-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
    margin-top: 20px;
}

.hero-rev-title {
    width: 100%;
    margin-bottom: 30px;
   
}


.hero-rev {
    width: 100%;
    margin-bottom: 30px;
}

.hero-rev:last-child{
  margin-bottom: 0px;
}

.hero-rev h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 58px;
    color: #0E1139;
    margin-bottom: 40px;
}

.hero-rev img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-width: 1300px;
}

.dp-revs-holder {
    margin-top: 40px;
}

.form-iframe {
    padding: 150px 0px;
}

.header__icon--cart{
  gap: 10px;
}

#shopify-section-header{
  background: #fff;
}

#shopify-section-template--16645378113755__4b6f8964-fb12-4ea7-9def-47cfeed901ce .disclaimer-cntnt p:first-child {
    color: #DE544E;
    padding-bottom: 40px;
}


/* New Sects */

.getting-older-row .go-box {
    border-color: #DE544E;
}

.getting-older-sec a {
    display: block;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #DE544E;
    border-radius: 10px;
    padding: 15px 36px;
    margin: 35px auto 0;
}

.pain-hold-sec {
    width: 100%;
    padding: 65px 0px;
    background: #F2F6F3;
}

.pain-hold-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    color: #0E1139;
    margin-bottom: 25px;
    text-align: center;
}

.pain-hold-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
    text-align: center;
}

.pain-hold-boxes {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
    margin: 60px 0;
}

.p-h-box {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 25px 15px 25px 30px;
}

.p-h-box .p-h-ico img {
    width: 80px;
    display: block;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.p-h-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.p-h-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
}

.pain-hold-bottom-txt h3 {
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #1D1D1D;
    max-width: 880px;
    margin: 0 auto;
}

.supplement-table-sec {
    width: 100%;
    background: #F2F6F3;
    padding: 70px 0px 100px;
}

.table-sec-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #0E1139;
    text-align: center;
    max-width: 840px;
    margin: 0 auto 30px;
}

.table-sec-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}

.supplement-table {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    border-left-color: #f2f6f3;
    border-right-color: #f2f6f3;
    overflow: hidden;
    margin: 70px 0px 60px;
}

ul.table-title-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.table-title-row li {
    display: grid !important;
    padding: 50px 20px;
    border: 0.5px solid #D4D4D4;
    place-content: center;
}

.table-title-row li h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #1D1D1D;
    text-align: center;
}

.table-cntnt-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.table-box.row-title {
    display: grid;
    align-items: center;
}

.table-cntnt-row .table-box {

    padding: 15px 15px 15px 30px;
    border: 0.5px solid #D4D4D4;
    min-height: 104px;
}

.table-cntnt-row .table-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #1D1D1D;
    word-break: break-word;
    hyphens: auto;
}

.table-cntnt-row .table-box:not(.row-title) {
    display: grid;
    place-content: center;
    text-align: center;
}

.box-true,
.box-false {
    display: block !important;
}

.table-box div.box-true::after {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(/cdn/shop/files/true.png?v=1673282859);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.table-box div.box-false::after {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(/cdn/shop/files/false.png?v=1673282895);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.supplement-bottom-txt h4 {
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #1D1D1D;
    max-width: 1150px;
    margin: 0 auto;
}




/* Shopify Fixes */


div#shopify-section-template--16645378146523__db44b28a-2c08-4064-a86a-8c35658732e2 .improve-health-c1 p{
    font-size: 22px;
    line-height: 33px;
}

div#shopify-section-template--16646338969819__eb7bf34b-f647-42bc-aaf5-b0cfe652d4e4 .improve-health-sec h3{
  font-style: italic;
}

div#shopify-section-template--16646338969819__80071a91-85ea-44a4-b2e0-69390f9b59bd .independence-sec {
    background: #fff;
    padding: 80px 0px;
}


div#shopify-section-template--16646338969819__7b7cf4c1-1daa-4739-b34d-0a73465f4f2e {
    margin-top: 120px;
}

.rte li{
  list-style: initial !important;
}

.disclaimer-cntnt p strong {
    padding: 10px 0 5px;
    display: inline-block;
}

div#shopify-section-template--16647044071643__df2273e0-77f3-45eb-af5d-0c832bdb3e1b {
    padding-top: 60px;
}

div#shopify-section-template--16645378113755__c7cebe62-73ae-4982-b421-a58903699abe {
    padding-top: 60px;
}

div#shopify-section-template--16645378113755__211c9617-11ca-4fb0-850a-95ab9cac4743 {
    padding-bottom: 80px;
}

.disclaimer-sec span {
    text-decoration: none !important;
    font-weight: 600;
}

div#shopify-section-template--16645378146523__db44b28a-2c08-4064-a86a-8c35658732e2 .improve-health-sec {
    padding-top: 0;
}

.product .wc_review_main_content{
  padding: 120px 0px 0px;
}

h2.product-recommendations__heading {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    color: #0E1139;
    padding-bottom: 30px;
}

.product__description h2 {
    color: #000;
    margin-bottom: 10px;
}

.product__description ol,
.product__description ul{
  padding: 20px 0px !important;
}

.product__description ol li,
.product__description ul li{
    list-style: none !important;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.product__description ol li p,
.product__description ul li p,
.product__description ul li h5,
.product__description ol li h5,
.product__description p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 0px;
}

.product__description ol li:last-child,
.product__description ul li:last-child{
    margin-bottom: 0px;
}

.product__description ol li::before,
.product__description ul li::before{
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    padding: 15px;
    border-radius: 50%;
    background-image: url(/cdn/shop/files/found.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product__description h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    padding: 23px 0;
}

.product__description h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding: 23px 0px;
}

.product__description h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 10px 0;
}

.product__description p strong,
.product__description strong{
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0 0;
    display: inline-block;
    color: #000;
}

.product .product__info-wrapper .product__info-container {
    padding-top: 0px;
}

figure.wc_author_figure {
    height: 60px !important;
}

.product__description ol li h5, .product__description p {
    margin-bottom: 10px;
}

.product__description .js-accordion {
    display: none;
}

.disclaimer-cntnt strong br {
    display: none;
}

.disclaimer-cntnt ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.disclaimer-cntnt ul li {
    list-style: initial;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000;
    max-width: 1080px;
    margin: 0 auto 10px;
}

#collection a#loadMore::after {
    content: "";
    height: 7px;
    width: 15px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(/cdn/shop/files/down.png?v=1673630675);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

div#shopify-section-template--16647044071643__05cc519a-2031-43c5-a0c2-6c7a7aaf9312 .improve-health-sec {
    padding-bottom: 80px;
}

#shopify-section-template--16646338969819__beaebb5a-e167-4a7e-8803-c580c99d5c06 .improve-health-row{
  grid-template-columns: 50% repeat(1,1fr);
}

#shopify-section-template--16646338969819__beaebb5a-e167-4a7e-8803-c580c99d5c06  .improve-health-c1 h2{
  max-width: 100%;
}

#shopify-section-template--16646338969819__beaebb5a-e167-4a7e-8803-c580c99d5c06 .improve-health-sec a{
  margin: 80px auto 0;
}

#new-product-hero .prod-hero-c1 h1 {
    margin-bottom: 30px;
}

#new-faq .sign-up-sec {
    display: none;
}

.sign-up-c1 h2 span {
    white-space: nowrap;
}

#collection .main-banner-sec.abt-bnr-sec .bnr-cntnt-box h1 {
    max-width: 570px;
}


.nm-portal{
      width: 156px;
    display: flex;
    margin-left: auto;
    margin-right: 32px;
    margin-top: -92px;
}
.nm-portal .button::after, .modalBoxLowerSectionStyle .button::after, .restock-alerts-submit-button.button::after{
box-shadow:none !important;}

.nm-portal .button{
  {% comment %} height: 56px; {% endcomment %}
font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  font-family: Arial;
      border: none;
    outline: none;
    font-style: normal;
    text-align: center;
    letter-spacing:-0px;
    cursor: pointer;}
    @media (max-width: 1163px) {
      .product-cntnt .product-price{
      flex-wrap:nowrap !important;}
      .product-cntnt .product-price button{
      padding: 17px 18px}
      .nm-portal {
    width: 112px;
        margin-right: 32px;
      }
      .nm-portal .button {
    min-width: 112px;
      }
    }
      @media (max-width: 990px) {
        .nm-portal .button {
    height: 52px;
    font-size: 16px;
    line-height: 18px;
        }
      .nm-portal {
     margin-right: 16px;
    margin-top: -78px;

      }
    }
       @media (max-width: 767px) {
  .nm-portal {
    width: 108px;
      }
       }

       
       .mega-menu .header__menu-item span{
font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    transition: all .2s;
}
.mega-menu__list .mega-menu__link--level-2{
font-weight:600;
}
ul.mega-menu__list  ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1d1d1d;
    transition: all .2s;
}
.mega-menu__list{
    text-align: left;
}