/** Shopify CDN: Minification failed

Line 1639:4 Expected identifier but found "="
Line 1908:17 Expected identifier but found whitespace
Line 1908:19 Unexpected "{"
Line 1908:28 Expected ":"

**/
/* GLOBAL CSS */

@font-face {
  font-family: 'Gambarino';
  src: url('/cdn/shop/files/Gambarino-Regular.ttf?v=1771528883') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('/cdn/shop/files/NeueHaasDisplay-Light.ttf?v=1771529724') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('/cdn/shop/files/NeueHaasDisplay-Mediu.ttf?v=1771529724') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('/cdn/shop/files/NeueHaasDisplay-Roman.ttf?v=1771529724') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('/cdn/shop/files/NeueHaasDisplay-Bold.ttf?v=1771529724') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


h1,h2, h3, h4, h5, h6 {
    font-family: 'Gambarino' !important;
}

p, span, a {
    font-family: 'Neue Haas Display';
}

/* GLOBAL CSS END */





















/* HEADER CSS */

.header__inline-menu {
    display: none !important;
}

.announcement-bar-section {
    display: none;
}

.section-header sticky-header {
    background: transparent;
    padding: 16px 0px 0px;
    z-index: 9;
    margin: 0px 0px -137px 0px;
    border: 0px;
}

.section-header sticky-header header {
    display: flex;
    justify-content: space-between;
    padding: 20px !important;
    transition: 0.4s all ease;
}

.page-width {
    max-width: 1280px !important;
    padding: 0px 20px !important;
}

.section-header sticky-header .header__icons {
    display: none;
}

.section-header sticky-header header nav ul li a {
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    font-family: 'Neue Haas Display';
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    transition: 0.4s all ease;
    backdrop-filter: blur(68px);
    border-radius: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    z-index: 0;
}

.section-header sticky-header header nav ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    padding: 1px; /* This creates the border width */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    background: linear-gradient(348deg, rgb(255 255 255 / 70%) 0%, rgba(0, 50, 51, 0) 40%, rgba(0, 50, 51, 0) 60%, rgb(255 255 255 / 70%) 100%);
}

.section-header sticky-header header nav ul {
    gap: 25px;
}

.section-header sticky-header header nav ul li a:hover {
    background: rgba(248, 187, 55, 0.2);
    color: #fff;
    text-decoration: none !important;
}

.section-header sticky-header header nav ul li a span {
    text-decoration: none !important;
}

.scrolled-past-header header {
    padding: 14px 20px !important;
    background: #005f6078;
    backdrop-filter: blur(20px);
    border-radius: 20px;
}

.scrolled-past-header header .header__heading-logo {
    width: 170px;
}

.scrolled-past-header header .header__heading-link {
    padding: 0px;
    margin: 0px;
}

/* HEADER CSS END */



















/* HOMEPAGE CSS */

.pandora-section-04 .pandora-col--text h2 span {
    font-family: Gambarino !important;
    color: #003233;
}

.pandora-homepage-sections {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 170px;
    background: #FAF8F3;
    background: linear-gradient(0deg, rgba(250, 248, 243, 1) 20%, rgba(0, 102, 104, 1) 70%, rgba(0, 50, 51, 1) 100%);
}

.pandora-section {
    width: 100%;
}

.pandora-section-01 {
    padding-top: 270px;
}

.pandora-grid {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px !important;
    margin: 0px auto;
}

.pandora-section-01 .pandora-grid {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 80px 20px !important;
    position: relative;
}

.pandora-homepage-sections .pandora-col--image {
    width: 40%;
}

.pandora-homepage-sections .pandora-col--content {
    width: 60%;
    z-index: 2;
}

.pandora-homepage-sections .pandora-col--image img {
    width: 90%;
    border-radius: 24px;
    margin: 0px 0px 0px -290px;
}

.pandora-homepage-sections .pandora-col--content h2, .pandora-homepage-sections .pandora-col--content h4 {
    font-size: 100px;
    line-height: 100%;
    margin: 0px;
    color: #fff;
}

.pandora-homepage-sections .pandora-col--content h4 {
    color: #F8BB37;
    padding-left: 65px;
}

.pandora-homepage-sections .pandora-col--content h2 .hero-yellow-text {
    font-size: 100px;
    line-height: 100%;
    margin: 0px 0px 0px 60px;
    color: #F8BB37;
    display: flex;
    font-family: Gambarino !important;
}

.pandora-homepage-sections .pandora-col--content p {
    margin: 0px;
    padding: 0px 0px 0px 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    max-width: 580px;
}

.fullbg-img {
    background-image: url(/cdn/shop/files/Group_61_1.png?v=1771601730);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.pandora-section-02 .pandora-grid {
    display: flex;
    align-items: center;
    background: #003233;
    border-radius: 24px;
    max-width: 1240px;
    padding: 0px !important;
}

.pandora-section-02 .pandora-col {
    width: 50%;
}

.pandora-section-02 {
    padding: 0px 20px;
}

.pandora-section-02 .pandora-col img {
    width: 100%;
    margin: 0;
    height: 701px;
    display: flex;
    object-fit: cover;
}

.pandora-section-02 .pandora-grid .pandora-col--content {
    padding: 46px;
}

.pandora-section-02 .pandora-grid .pandora-col--content h2 {
    font-size: 64px;
    line-height: 72px;
}

.pandora-section-02 .pandora-grid .pandora-col--content h4 {
    font-size: 64px;
    line-height: 72px;
    color: #F8BB37;
    margin: 0px;
    text-align: right;
    padding: 0px 50px 0px 0px;
}

.pandora-section-02 .pandora-grid .pandora-col--content p {
    margin: 64px 0px 0px 0px;
    padding: 0px 0px 16px 0px;
}

.yellow-line {
    display: flex !important;
    width: calc(100% - 40px);
    height: 13px;
    border: 1px solid #F8BB37;
    border-top: 0px;
}

.pandora-button {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 40px;
    display: block;
    width: max-content;
    border-radius: 100px;
    border: 1px solid #ffff;
    transition: 0.4s all ease;
    margin-top: 32px;
}

.pandora-button:hover {
    background: #fff;
    color: #003233;
}


.pandora-section-02 .pandora-col--image {
    height: 100%;
    display: flex;
}

.left-yellow-line {
    display: flex !important;
    width: 16px;
    height: 70px;
    border: 1px solid #F8BB37;
    border-right: 0px;
    margin: 10px 0px 0px 50px;
}

.full-text {
    position: relative;
    margin: 40px 0px 0px 0px;
    display: flex;
    align-items: stretch;
}

.pandora-section-03 .pandora-grid {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.pandora-section-03 .pandora-col {
    width: 50% !important;
}

.pandora-section-03 .pandora-col img {
    width: 100%;
    margin: 0px;
}

.pandora-section-03 h2, .pandora-section-03 h4 {
    font-size: 80px !important;
    font-weight: 400 !important;
    line-height: 80px !important;
}

.pandora-section-03 h2 {
    color: #0D0D0D !important;
    text-align: center;
}

.pandora-section-03 h4 {
    color: #401d37 !important;
    margin: 0px !important;
    width: 100%;
    padding: 0px 0px 0px 50px;
}

.pandora-section-03  .pandora-col--content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.pandora-section-03 .pandora-col--content p {
    margin: 32px 0px 0px 0px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.pandora-section-03 .pandora-button {
    background: #401D37;
    border-color: #401D37;
}

.pandora-section-03 .pandora-button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.pandora-section-03 h4 span {
    font-family: Gambarino !important;
    text-align: right;
    width: 100%;
    display: block;
    padding: 0px 60px 0px 0px;
}

.pandora-row--full-image {
    width: 100%;
    max-width: 1280px;
    padding: 0px 20px;
    display: block;
    margin: 0px auto;
    margin-top: 80px;
}

.pandora-full-image {
    width: 100%;
    border-radius: 20px;
}

.pandora-section-04 .pandora-grid {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 45px;
}

.pandora-section-04  .pandora-col--text {
    width: 85%;
}

.pandora-section-04  .pandora-col--image {
    width: 15%;
}

.pandora-section-04 .pandora-col--image img {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
}

.pandora-section-04 .pandora-col--text h2 {
    margin: 0px 0px 32px 0px;
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
}

.pandora-section-04 .pandora-col--text h2 .blue-hd {
    font-family: Gambarino !important;
    color: #004D4E;
}

.pandora-section-04 .pandora-col--text p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.pandora-04-btn a {
    padding: 14px 40px;
    background: #99CCCD;
    color: #003233;
    text-decoration: none;
    width: max-content;
    display: block;
    border-radius: 100px;
    transition: 0.4s all ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.pandora-04-btn {
    display: flex;
    justify-content: center;
    margin: 32px 0px 0px 0px;
}

.healed-section {
    width: 100%;
    height: 100%;
    padding-right: 60px;
    background: #faf8f3;
}

.healed-overlay {
    background: #FAF8F3;
    background: linear-gradient(180deg, rgba(250, 248, 243, 1) 0%, rgba(64, 29, 55, 1) 66%);
}

.begone-section {
    width: calc(100% + 60px);
    padding-top: 30px;
}

.begone-fullwidth {
    width: calc(100% - 140px);
    padding: 70px 0px 70px 0px;
    background: #8C7787;
    border-radius: 0px 24px 24px 0px;
    position: relative;
}

.begone-image {
    width: 35%;
}

.begone-image img {
    width: 100%;
    border-radius: 0px 24px 24px 0px;
    height: 560px;
    object-fit: cover;
}

.begone-conatiner {
    width: 100%;
    max-width: 1280px;
    padding: 0px 20px;
    display: block;
    margin: 0px auto;
}

.restore-image img {
    width: 100%;
    border-radius: 24px;
    display: flex;
}

.begone-conatiner .begone-col {
    display: block !important;
    width: 37%;
}

.begone-conatiner .begone-text {
    width: 63%;
}

.begone-conatiner {
    display: flex;
    align-items: center;
    margin-top: -570px;
    min-height: 570px;
}

.begone-h2 h2 {
    margin: 0px;
    font-size: 104px;
    font-weight: 400;
    color: #fff;
}

.begone-h2 h2 span {
    font-family: 'Gambarino';
    color: #401D37;
}

.begone-h2 h2:last-child {
    padding: 0px 0px 0px 140px;
}

.maintance-p p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #401D37;
}

.maintance-p p strong {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
}

.maintance-p {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 32px auto;
}

.begone-line {
    display: flex !important;
    width: 100%;
    height: 15px;
    border: 1px solid #F8BB37;
    border-bottom: 0px;
    margin: 26px 0px 20px auto;
}

.pandora-04-btn a:hover {
    background: #003233;
    color: #fff;
}

.begone-conatiner .begone-text a:hover {
    background: #fff;
    color: #8c7787;
}

.begone-conatiner .begone-text a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding: 14px 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0px auto 0px 0px;
    width: max-content;
    display: inline-block;
    transition: 0.4s all ease;
}

.pandora-04-btn a:hover {
    background: #003233;
    color: #fff;
}

.begone-conatiner .begone-text a:hover {
    background: #fff;
    color: #8c7787;
}

.reclaim-col a:hover {
    background: #fff;
    color: #003233;
}

.days-clone {
    width: 100%;
    max-width: 610px;
    margin: 0px 0px 0px auto;
}

.restore-section {
    margin: 214px 0px 0px 0px;
}

.restore-container {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 20px;
    display: block;
    background: #401D37;
    border-radius: 24px 24px 0px 0px;
}

.all-contentss {
    width: 965px;
    margin: 0px auto;
    padding: 145px 0px 200px 0px;
}

.restore-hd {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.restore-hd h2 {
    margin: 0px;
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
}

.restore-hd h2:first-child {
    color: #B2A4AE;
}

.restore-hd h2:last-child {
    color: #99CCCD;
    margin: 0px 0px 0px 185px;
}

.restore-hd h2:nth-child(2) {
    color: #B2A4AE;
    margin: 0px 0px 0px 130px;
}

.restore-line {
    width: 750px;
    display: block !important;
    height: 13px;
    border: 1px solid #99CCCD;
    border-top: 0px;
    margin: 10px 15px 25px auto;
}

.all-contentss p {
    width: 750px;
    display: block !important;
    margin: 0px 0px 63px auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.restore-ul {
    margin: 40px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.restore-image {
    display: flex;
}

.restore-li {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.restore-li h3 {
    width: max-content;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    margin: 0px 0px 0px 0px;
    color: #F8BB37;
}

.restore-li .restore-price {
    width: max-content;
    display: flex;
    gap: 53px;
    align-items: center;
}

.restore-li .restore-price p {
    width: max-content;
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

.restore-li h3 span {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
}

.restore-li .restore-price a {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 62px;
    border: 1px solid #fff;
    border-radius: 100px;
    transition: 0.4s all ease;
}

.restore-li .restore-price a:hover {
    background: #fff;
    color: #401d37;
}

.section-09 {
    padding: 100px 0px;
    position: relative;
    background: transparent;
    margin: -30px 0px 0px 0px;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding: 0px 20px;
    display: block;
    margin: 0px auto;
}

.row-09 {
    display: flex;
    align-items: center;
    gap: 56px;
    z-index: 2;
    position: relative;
}

.row-09 .col-10 {
    width: 50%;
}

.row-09 .col-10 img {
    border-radius: 20px;
    width: 100%;
}

.row-09 .col-10 h2 {
    margin: 0px 0px 48px 0px;
    font-size: 90px;
    font-weight: 400;
    color: #003233;
    line-height: 100%;
}

.row-09 .col-10 p {
    margin: 0px 0px 22px 0px;
    color: #003233;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    max-width: 490px;
}

.green-divider {
    display: block !important;
    width: 100%;
    max-width: 490px;
    height: 13px;
    border: 1px solid #003233;
    border-top: 0px;
    margin: 0px 0px 48px 0px;
}

.row-09 .col-10 a {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    color: #fff;
    padding: 14px 40px;
    border-radius: 100px;
    background: #339A9C;
    transition: 0.4s all ease;
    width: max-content;
    display: inline-block;
}

.row-09 .col-10 a:hover {
    background: #003233;
}

.section-09:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 250px;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: 0px;
    background-image: url(/cdn/shop/files/659_1.jpg?v=1771865111);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px 24px 0px 0px;
    z-index: 1;
}

.reclaim-section {
    padding: 60px 0px 575px 0px;
    background: #FAF8F3;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(0, 102, 104, 1) 75%, rgba(0, 30, 30, 1) 100%);
}

.reclaim-row {
    padding: 192px 45px 54px 45px;
    background-image: url(/cdn/shop/files/Container.jpg?v=1771866247);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.reclaim-col {
    width: 100%;
    max-width: 640px;
}

.reclaim-col h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    margin: 0px 0px 24px 0px;
    color: #003233;
}

.reclaim-col  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #003233;
    margin: 0px 0px 32px 0px;
}

.reclaim-col a {
    width: max-content;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    color: #fff;
    padding: 12px 24px;
    border-radius: 100px;
    background: #003233;
    transition: .4s all ease;
    text-transform: uppercase;
}

footer {
    padding: 72px 0px 20px !important;
    background: transparent !important;
    border: 0px !important;
}

.shopify-section-group-footer-group {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0px;
    z-index: 1;
    right: 0px;
}
.home-page ul.footer-block__details-content.list-unstyled li a {
    color:#003233 !important;
    font-weight:500;
}


.home-page .footer li.list-social__item svg{
        color:#003233 !important;
}

.home-page .footer p.copy-pandora-p {
     color:#003233 !important;
}
body {
    position: relative;
}

.footer__blocks-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 64px !important;
}
.page-contact .footer-block__details-content li a {
    color:#664A5F !important;
}
.page-contact  .footer .copy-pandora-p{
    color:#664A5F !important;
}
.page-contact .footer .list-social__item .icon{
    color:#401D37
}
.footer-block__image-wrapper {
    margin: 0px;
}

.footer-block--menu {
    width: 100% !important;
}

.footer-block--menu h2 {
    display: none;
}

.footer-block--menu ul {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.footer-block--menu ul li {
    margin: 0px !important;
}

.footer-block--menu ul li a {
    padding: 0px;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 500;
    line-height: 150%;
    font-family: 'Neue Haas Display';
    transition: 0.4s all ease;
}

.footer-block--menu ul li a:hover {
    color: #F8BB37 !important;
    text-decoration: none !important;
}

.footer__content-bottom {
    width: 100%;
    max-width: 1240px;
    margin: 0px auto;
    border-top: 1px solid #F8BB37 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 18px 0px 0px 0px !important;
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.footer-block--newsletter {
    margin: 32px 0px 60px 0px !important;
}

.footer-block--newsletter .footer__list-social {
    gap: 20px;
}

.footer-block--newsletter .footer__list-social a {
    padding: 0px;
    color: #fff;
    transition: 0.4s all ease;
}

.footer__copyright.caption {
    margin: 0px;
}

.copy-pandora-p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

/* HOMEPAGE CSS END */





















/* Science Page CSS */

.root-cause-section {
    padding: 150px 0px 52px 0px;
    background-image: url(/cdn/shop/files/110_1.jpg?v=1771954789);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.root-cause-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%:
    background: #000000;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0) 0%, rgba(19, 17, 17, 1) 100%);
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.root-cause-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.root-cause-col {
    width: 50%;
}

.root-cause-col img {
    width: calc(100% - 100px);
    border-radius: 20px;
}

.root-cause-col:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}

.root-cause-col h2 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'Gambarino' !important;
    color: #F8BB37;
    margin: 0px 0px 40px 0px;
}

.root-cause-col h2 span {
    font-family: 'Gambarino' !important;
    color: #fff;
}

.paragraph-leftborder {
    display: flex;
    gap: 16px;
    margin: 0px 0px 36px 0px;
}

.paragraph-leftborder p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

.restore-left {
    display: flex !important;
    width: 13px;
    border: 1px solid #F8BB37;
    border-right: 0px;
}

.root-cause-col a {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    color: #fff;
    padding: 12px 24px;
    border-radius: 100px;
    border: 1px solid #fff;
    transition: 0.4s all ease;
    width: max-content;
    display: inline-block;
    text-transform: uppercase;
}

.root-cause-col a:hover {
    background: #fff;
    color: #006668;
}

.healthy-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 2;
    min-height: 710px;
    margin: -710px 0px 0px 0px;
}

.healthy-col {
    width: 50%;
}

.healthy-col img {
    width: 100%;
    border-radius: 24px 0px 0px 20px;
    height: 570px;
    object-fit: cover;
}

.root-cause-box {
    width: 100%;
    z-index: 3;
    min-height: 710px;
    display: flex;
    align-items: center;
}

.treatment-section {
    padding: 220px 0px;
    background: #131111;
    background: linear-gradient(180deg, rgb(19, 17, 17) 1%, rgba(69, 63, 63, 1) 47%, rgba(234, 215, 218, 1) 100%);
}

.treatment-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 80px;
}

.treatment-col {
    width: 50%;
}

.treatment-col img {
    width: 100%;
    border-radius: 20px;
}

.treatment-col:first-child {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.work-white {
    color: #fff !important;
}

.treatment-hd {
    margin: 0px;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Gambarino';
    color: #fff;
    display: none;
}

.treatment-hd span {
    font-family: 'Gambarino';
    color: #F8BB37 !important;
}

.treatment-all-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px 0px 40px 0px;
}

.work-row .work-col:last-child .yellow-text {
    color: #F8BB37;
}

.treatment-all-box h2 {
    margin: 0px;
    font-size: 75px;
    font-weight: 400;
    line-height: 80px;
    color: #fff;
}

.treatment-all-box h2 span {
    font-family: Gambarino !important;
    color: #F8BB37;
}

.treatment-all-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

.treatment-col p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 14px 0px;
    width: 100%;
}

.treatment-col p span {
    color: #F8BB37;
    font-weight: 700;
}

.border-top-yellow {
    display: flex !important;
    border: 1px solid #F8BB37;
    border-bottom: 0px;
    height: 13px;
    margin: 28px 0px 20px 0px;
}

.treatment-col a {
    text-decoration: none;
    color: #fff;
    transition: 0.4s all ease;
    width: max-content;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 12px 24px;
    margin: 12px 0px 0px 0px;
    text-transform: uppercase;
}

.treatment-col a:hover {
    background: #fff;
    color: #006668;
}

.work-section {
    padding: 110px 0px;
    background: #E9D6D9;
    background: linear-gradient(180deg, rgba(233, 214, 217, 1) 0%, rgba(250, 248, 243, 1) 37%, rgba(153, 204, 205, 1) 100%);
}

.work-row {
    border-radius: 24px;
    background: #401D37;
    padding: 100px 80px;
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.work-row .work-col:first-child {
    width: 50%;
}

.work-row .work-col:nth-child(2) {
    width: 22%;
    border-right: 1px solid #fff;
}

.work-row .work-col:last-child {
    width: 28%;
    padding-left: 40px;
}

.desktop-hd h2 {
    color: #fff;
    font-size: 104px;
    font-weight: 400;
    line-height: 104px;
    margin: 0px;
}

.work-text {
    display: flex;
    align-items: end;
    justify-content: start;
}

.bottom-yellow-border {
    display: block !important;
    width: 160px;
    height: 15px;
    border: 1px solid #F8BB37;
    border-top: 0px;
}

.mobile-hd {
    display: none;
}

.work-row .work-col h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    font-family: 'Neue Haas Display' !important;
}

.work-row .work-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.work-row .work-col ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.work-row .work-col ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    font-family: 'Neue Haas Display';
}

.work-row .work-col p {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.work-row .work-col a {
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 12px 24px;
    color: #F8BB37;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #F8BB37;
    width: max-content;
    display: inline-block;
    transition: 0.4s all ease;
}

.work-row .work-col a:hover {
    background: #F8BB37;
    color: #401d37;
}

.lifetime-section {
    padding: 140px 0px;
    background: #99CCCD;
    background: linear-gradient(180deg, rgba(153, 204, 205, 1) 0%, rgba(0, 30, 30, 1) 100%);
}

.lifetime-overlay {
    padding: 150px 20px;
    width: calc(100% - 70px);
    margin: 0px 0px 0px auto;
    background: #006668;
    border-radius: 24px 0px 0px 24px;
}

.lifetime-row {
    width: 100%;
    max-width: 1240px;
    margin: 0px auto 0px auto;
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

.lifetime-col:last-child {
    width: 58%;
}

.lifetime-col img {
    width: 100%;
    border-radius: 24px;
}

.lifetime-col:first-child {
    width: 42%;
}

.lifetime-col h2 span {
    font-family: 'Gambarino';
    color: #F8BB37;
}

.mobile-display {
    display: none;
}

.lifetime-col h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 90px;
    color: #fff;
    margin: 0px 0px 40px 0px;
}

.lifetime-col p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.lifetime-col ul {
    margin: 32px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lifetime-col ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lifetime-col ul li h3, .lifetime-col ul li p {
    margin: 0px;
    width: 50%;
    color: #fff;
}

.lifetime-col ul li h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    color: #99CCCD;
}

.lifetime-col a {
    width: max-content;
    display: inline-block;
    margin: 40px 0px 0px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 100px;
    background: #99CCCD;
    color: #003233;
    transition: 0.4s all ease;
}

.lifetime-col a:hover {
    background: #003233;
    color: #99CCCD;
}

.section-10 {
    width: 100%;
    padding: 50px 0px 504px;
    background: #001e1e;
}

.row-11-full {
    width: 100%;
    display: flex;
    align-items: center;
}

.col-11 {
    width: 40%;
    margin: 0px 0px 0px auto;
    display: flex;
}

.col-11 img {
    width: 100%;
    border-radius: 24px 0px 0px 24px;
    height: 800px;
    object-fit: cover;
}

.section-10 .container {
    max-width: 100%;
    padding: 0px;
}

.row-12-full {
    min-height: 800px;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: -800px auto 0px auto;
    display: flex;
    align-items: center;
}

.row-12-full .col-12 {
    =:
    flex;
    width: 50%;
    padding-right: 40px;
}

.row-12-full .col-12 h2 {
    font-size: 200px;
    font-weight: 400;
    line-height: 100%;
    color: #F8BB37;
    margin: 0px 0px 64px 0px;
}

.row-12-full .col-12:first-child {
    width: 60%;
}

.row-12-full .col-12:last-child {
    width: 40%;
}

.row-12-full .col-12  p {
    margin: 0px 50px 35px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    width: 100%;
    max-width: 460px;
}

.row-12-full .col-12 a {
    width: max-content;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0px auto 0px 195px;
    transition: 0.4s all ease;
}

.row-12-full .col-12 a:hover {
    background: #fff;
    color: #001e1e;
}

.hats-divider {
    display: flex !important;
    width: 414px;
    height: 13px;
    border: 1px solid #F8BB37;
    margin: 0px 95px 16px auto;
    border-bottom: 0px;
}

/* Science Page CSS END */











/* SUCCESS STORIES CSS */

.page-share-your-story #MainContent {
    background: #003233;
    background: linear-gradient(180deg, rgba(0, 50, 51, 1) 0%, rgba(0, 102, 104, 1) 39%, rgba(250, 248, 243, 1) 100%);
}

.success-section {
    padding: 220px 0px 165px;
    position: relative;
}

.success-right {
    width: 57%;
    margin: 100px 0 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.success-right h1 {
    margin: 0px 0px 40px 0px;
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    color: #F8BB37;
}

.success-right h1 span {
    color: #fff;
    font-family: 'Gambarino';
    width: 100%;
    display: flex;
    padding-left: 60px;
}

.success-section:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 510px;
    background-image: url(/cdn/shop/files/Group_1146_1_7b6329fd-9142-44f7-abf7-3466288206e3.jpg?v=1772049377);
    background-size: cover;
    background-position: center left;
    border-radius: 0px 24px 24px 0px;
    z-index: 1;
    top: 162px;
    bottom: auto;
    left: 0px;
    right: auto;
}

.success-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0px 0px 0px auto;
    width: 460px;
}

.success-border {
    width: 460px;
    height: 13px;
    border: 1px solid #F8BB37;
    display: flex !important;
    margin: 8px 0px 0px auto;
    border-top: 0px;
}

.success-testimonials {
    padding: 0px 0px 180px !important;
}

.success-testimonials .success-slider {
    overflow: hidden !important;
}

.success-testimonials .success-slider .success-slider-col {
    padding: 70px 25px !important;
    border-radius: 24px !important;
    background: #99CCCD !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 25px !important;
    transition: 0.4s all ease !important;
}

.success-testimonials .success-slider .success-slider-col p {
    margin: 0px 0px 28px 0px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.success-testimonials .success-slider .success-slider-col h4 {
    margin: 0px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    font-family: 'Neue Haas Display' !important;
    color: #006668 !important;
}

.success-testimonials .success-slider-col.active {
    z-index: 10;
}

.success-testimonials .slick-track {
    display: flex;
    align-items: center;
}

.success-testimonials .slick-slide {
    float: none;
    height: auto;
    transition: all 0.3s ease;
    margin: 0px 20px;
}

.success-testimonials .slick-slide > div {
    height: 100%;
}

.success-testimonials .slick-active {
    z-index: 5;
}

.success-testimonials .container {
    position: relative;
}

.success-testimonials .container {
    position: relative;
}

.success-testimonials .slick-dots {
    bottom: -89px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.success-testimonials .slick-dots li {
    margin: 0px;
    width: auto;
    height: auto;
}

.success-testimonials .slick-dots li button {
    padding: 0px;
    width: 16px;
    height: 16px;
}

.success-testimonials .slick-dots li button:before {
    background: #fff;
    opacity: 0.5;
    font-size: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transition: 0.4s all ease;
}

.success-testimonials .slick-dots .slick-active button:before {
    opacity: 1;
}

#shopify-section-template--27089146970478__main {
    display: none;
}

.success-testimonials .slick-slide.slick-current .success-slider-col {
    background: #F8BB37 !important;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

.form-input:focus {
    outline: none;
    border-color: {{ section.settings.divider_color }};
}

.radio-option input[type="radio"],
.checkbox-option input[type="checkbox"] {
    width: auto;
    cursor: pointer;
}

.radio-option label,
.checkbox-option label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.story-form {
    width: 100%;
    padding: 0px 0px 625px 0px;
}

.row-30 {
    width: 100%;
    display: flex;
    align-items: center;
}

.row-30 .col-20 {
    width: 65%;
}

.comingsoon-formcol h3 {
    font-size: 100px;
    font-weight: 400;
    line-height: 110%;
    margin: 0px;
    color: #fff;
}

.comingsoon-formcol h3 span {
    font-family: 'Gambarino';
    color: #F8BB37;
}

.row-30 .col-20:last-child {
    width: 35%;
}

.story-paragraph {
    width: 100%;
    max-width: 550px;
    margin: 60px auto 60px auto;
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    position: relative;
    gap: 12px;
}

.story-divider {
    display: flex !important;
    width: 13px;
    height: 100%;
    border: 1px solid #F8BB37;
    border-right: 0px;
    position: absolute;
    background: transparent !important;
    left: 0px;
    right: auto;
}

.story-paragraph p {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.col-20 form {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.col-20 form .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.col-20 form .form-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #F8BB37;
    font-family: 'Neue Haas Display';
    text-transform: uppercase;
}

.col-20 form .form-group label .required-star {
    display: none;
}

.col-20 form .form-group input {
    border: 1px solid #99CCCD;
    border-radius: 20px;
    padding: 10px 20px;
    min-height: 48px;
    background: transparent;
    outline: none;
    display: flex;
    color: #fff;
    font-family: 'Neue Haas Display';
    font-size: 18px;
}

.col-20 form .form-group input:focus-visible {
    outline: none !important;
    outline-offset: unset !important;
    box-shadow: none !important;
}

.col-20 form .form-group textarea {
    border: 1px solid #99CCCD;
    border-radius: 20px;
    padding: 10px 20px;
    background: transparent;
    outline: none;
    display: flex;
    color: #fff !important;
    font-family: 'Gambarino';
    font-size: 18px;
}

.col-20 form .form-group textarea::placeholder {
    color: #fff;
}

.col-20 form .form-group .checkbox-option {
    display: flex;
    align-items: center;
    gap: 16px;
}

.col-20 form .form-group .checkbox-option input {
    margin: 0px;
    min-height: 1px;
    border-radius: 0px !important;
    outline: none;
}

.col-20 form .form-group .checkbox-option label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: unset;
}

.col-20 form  .submit-btn {
    padding: 12px 24px;
    border-radius: 100px;
    border: 1px solid #fff;
    width: max-content;
    transition: 0.4s all ease;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
}

.col-20 form .submit-btn:hover {
    background: #fff;
    color: #2e8182;
}

.row-20 {
    width: 100%;
    display: flex;
    align-items: end;
    min-height: 1017px;
    margin-top: -1017px;
}

.row-20 .col-21 {
    width: 35%;
    margin: 0px 0px 0px auto;
    display: flex;
}

.row-20 .col-21 img {
    width: 100%;
    border-radius: 24px 0px 0px 24px;
    object-fit: cover;
    object-position: top;
    height: 740px;
}

.story-form .container {
    min-height: 1017px;
}

/* SUCCESS STORIES CSS END */


























































/* COOKIE POLICY CSS */

.main-privacy {
    padding: 260px 0px 0px;
}

.main-privacy .container, .privacy-section .container {
    max-width: 770px;
}

.privacy-box {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 0px;
    border-bottom: 1px solid #F8BB37;
}

.privacy-box h1 {
    margin: 0px 0px 26px 0px;
    color: #99CCCD;
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
}

.privacy-box p {
    width: 100%;
    display: flex;
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.privacy-box p:last-child {
    margin: 0px;
}

.privacy-section {
    width: 100%;
    padding-bottom: 655px;
}

.privacy-section .privacy-row h1 {
    margin: 0px 0px 16px 0px;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

.privacy-section .privacy-row p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0px;
}

.privacy-content {
    margin: 0px 0px 40px 0px !important;
}

.privacy-sub {
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.privacy-sub h3 {
    margin: 0px 0px 16px 0px;
    color: #99CCCD;
    font-family: 'Neue Haas Display' !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.privacy-sub ul {
    margin: 16px 0px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.privacy-sub ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    font-family: 'Neue Haas Display' !important;
}

.privacy-row {
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid #F8BB37;
}

.privacy-row .privacy-sub:last-child {
    margin: 0px;
}

/* COOKIE POLICY CSS END */







































/* PRIVACY POLICY & TERMS AND CONDITIONS CSS */

.page-privacy-policy {
    background: #401D37 !important;
    position: relative;
}

.section-template--27095894851950__rich_text_HCbqLM-padding, .section-template--27098253394286__rich_text_QBXhcB-padding, .section-template--27098438074734__rich_text_QBXhcB-padding {
    background: transparent !important;
    padding: 250px 0px 500px !important;
}

.section-template--27095894851950__rich_text_HCbqLM-padding h1, .section-template--27098253394286__rich_text_QBXhcB-padding h1, .section-template--27098438074734__rich_text_QBXhcB-padding h1 {
    text-align: left;
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    margin: 0px 0px 26px 0px;
    color: #99CCCD;
}

.section-template--27095894851950__rich_text_HCbqLM-padding p, .section-template--27098253394286__rich_text_QBXhcB-padding p, .section-template--27098438074734__rich_text_QBXhcB-padding p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 14px 0px;
}

.section-template--27095894851950__rich_text_HCbqLM-padding h2, .section-template--27098253394286__rich_text_QBXhcB-padding h2, .section-template--27098438074734__rich_text_QBXhcB-padding h2 {
    text-align: left;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #F8BB37;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16px;
}

.section-template--27095894851950__rich_text_HCbqLM-padding h3, .section-template--27098253394286__rich_text_QBXhcB-padding h3, .section-template--27098438074734__rich_text_QBXhcB-padding h3 {
    color: #99CCCD;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    font-family: 'Neue Haas Display' !important;
    text-transform: uppercase;
    text-align: left;
    margin: 40px 0px 16px 0px;
}

.section-template--27095894851950__rich_text_HCbqLM-padding ul, .section-template--27098253394286__rich_text_QBXhcB-padding ul, .section-template--27098438074734__rich_text_QBXhcB-padding ul {
    margin: 18px 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    padding-left: 4px !important;
}

.section-template--27095894851950__rich_text_HCbqLM-padding ul li, .section-template--27098253394286__rich_text_QBXhcB-padding ul li, .section-template--27098438074734__rich_text_QBXhcB-padding ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Neue Haas Display' !important;
    text-align: left;
}

.page-terms-of-services {
    background: #006668 !important;
    position: relative;
}

.page-cookie-policy {
    background: #B2A4AE !important;
    position: relative;
}

.page-cookie-policy h1 {
    color: #fff;
}

.page-cookie-policy p, .page-cookie-policy li {
    color: #000 !important;
}

.page-cookie-policy h2 {
    color: #401D37;
    border-top: 1px solid #003233 !important;
}

.page-cookie-policy:before, .page-terms-of-services:before, .page-privacy-policy:before {
    position: absolute;
    content: "";
    width: 230px;
    height: 395px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 500px;
    bottom: auto;
    left: auto;
    right: 0px;
}

.page-cookie-policy:before {
    background-image: url(/cdn/shop/files/Mask_group_663f97e6-f951-4bd7-a877-9502a31c9588.png?v=1772127447);
}

.page-terms-of-services:before {
    background-image: url(/cdn/shop/files/Mask_group_1.png?v=1772127989);
}

.page-privacy-policy:before {
    background-image: url(/cdn/shop/files/Mask_group_2.png?v=1772127989);
}

/* PRIVACY POLICY & TERMS AND CONDITIONS END */


























/* CONTACT US */

.page-contact .comingsoon-formcol h3 span {
    color: #99CCCD;
}

.page-contact .form-group label {
    color: #99CCCD !important;
}

.page-contact .form-group input, .page-contact .form-group textarea {
    border: 1px solid #B2A4AE !important;
    font-family: 'Neue Haas Display' !important;
}

.page-contact .form-group .checkbox-option label {
    color: #fff !important;
}

.page-contact form .submit-btn {
    font-family: 'Neue Haas Display';
}

.page-contact #MainContent {
    background: #401D37;
    background: linear-gradient(180deg, rgba(64, 29, 55, 1) 0%, rgba(102, 74, 95, 1) 39%, rgba(250, 248, 243, 1) 100%);
}

.page-contact .story-form {
    padding: 220px 0px 625px 0px;
}

#shopify-section-template--27029513077102__main {
    display: none;
}

.page-contact .story-form .container {
    flex-direction: row-reverse;
    display: flex;
}

.page-contact .story-form .row-20 {
    flex-direction: row-reverse;
}

.page-contact .story-form .row-20 .col-21 {
    margin: 0px auto 0px 0px;
    width: 40%;
}

.page-contact .story-form .row-20 .col-21 img {
    border-radius: 0px 24px 24px 0px;
}

.page-contact .story-form .container .row-30 {
    flex-direction: row-reverse;
    justify-content: end;
}

.page-contact .story-form .container .row-30 .col-20:last-child {
    width: 45%;
}

.page-contact .story-form .container .row-30 .col-20:first-child {
    width: 60%;
}

/* CONTACT US END */












































































































@media only screen and (min-width: 768px) and (max-width: 1023px) {

.success-testimonials {
    padding-bottom: 125px !important;
}

.comingsoon-formcol h3 {
    font-size: 68px;
    line-height: 100%;
}

.story-paragraph {
    margin: 35px 0px;
}

.row-30 {
    gap: 40px;
}

.story-form {
    padding: 0px 0px 440px 0px;
}

.page-cookie-policy:before, .page-terms-of-services:before, .page-privacy-policy:before {
    width: 150px;
    height: 255px;
    top: 300px;
}

.section-template--27095894851950__rich_text_HCbqLM-padding .rich-text__blocks, .section-template--27098253394286__rich_text_QBXhcB-padding .rich-text__blocks, .section-template--27098438074734__rich_text_QBXhcB-padding .rich-text__blocks {
    max-width: 100%;
}

.section-template--27095894851950__rich_text_HCbqLM-padding, .section-template--27098253394286__rich_text_QBXhcB-padding, .section-template--27098438074734__rich_text_QBXhcB-padding {
    padding: 180px 0px 400px 0px !important;
}

.section-template--27095894851950__rich_text_HCbqLM-padding h1, .section-template--27098253394286__rich_text_QBXhcB-padding h1, .section-template--27098438074734__rich_text_QBXhcB-padding h1 {
    font-size: 68px;
    line-height: 110%;
}

.section-template--27095894851950__rich_text_HCbqLM-padding p, .section-template--27095894851950__rich_text_HCbqLM-padding ul li, .section-template--27098253394286__rich_text_QBXhcB-padding p, .section-template--27098253394286__rich_text_QBXhcB-padding ul li, .section-template--27098438074734__rich_text_QBXhcB-padding ul li {
    font-size: 16px;
}

.section-header sticky-header header .header__icon {
    /* background: #fff; */
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.success-right h1 {
    font-size: 68px;
    line-height: 100%;
}

.success-right {
    width: 70%;
}

.success-right h1 span {
    padding-left: 50px;
}

.success-testimonials .success-slider .success-slider-col {
    padding: 50px 20px !important;
}

.success-testimonials .slick-slide {
    margin: 0px 10px;
}

.success-testimonials .slick-dots {
    bottom: -50px;
    left: auto;
    right: auto;
}

.success-testimonials {
    overflow: hidden;
}

.success-testimonials .container {
    padding: 0px 10px;
}

.reclaim-section {
    padding: 0px 0px 430px;
}

.reclaim-row {
    padding: 120px 35px 40px;
}

.reclaim-col h2 {
    font-size: 42px;
    line-height: 110%;
    margin: 0px 0px 20px 0px;
}

.reclaim-col p {
    margin: 0px 0px 24px 0px;
}

.footer__blocks-wrapper {
    gap: 32px !important;
}

.footer-block--newsletter {
    margin: 20px 0px 40px 0px !important;
}

.row-09 {
    gap: 20px;
}

.row-09 .col-10:first-child {
    display: flex;
}

.row-09 .col-10 h2 {
    font-size: 42px;
    line-height: 110%;
    margin: 0px 0px 20px 0px;
}

.section-09:before {
    height: 157px;
}

.begone-h2 h2, .restore-hd h2 {
    font-size: 42px;
    line-height: 110%;
}

.begone-h2 h2:last-child {
    padding: 0 0 0 60px;
}

.maintance-p p strong {
    font-size: 28px;
}

.restore-line {
    width: 325px;
    margin: 10px 157px 25px auto;
}

.all-contentss p, .all-contentss {
    width: 100% !important;
}

.all-contentss p {
    margin-bottom: 40px;
}

.begone-section {
    padding: 100px 0px;
    width: calc(100% + 20px);
}

.healed-section {
    padding-right: 20px;
}

.begone-fullwidth {
    padding: 60px 0px;
    width: calc(100% - 40px);
}

.all-purple {
    padding: 0px 0px;
}

.begone-image {
    width: 40%;
}

.begone-conatiner .begone-text {
    width: 57%;
}

.begone-conatiner .begone-col {
    width: 43%;
}

.restore-section {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
}

.restore-section .all-contentss {
    padding: 60px 0px 100px 0px;
}

.restore-li h3 {
    font-size: 22px;
    width: 70%;
}

.restore-li {
    gap: 20px;
}

.restore-li .restore-price {
    gap: 20px;
    width: 30%;
    justify-content: end;
}

.restore-li .restore-price p {
    font-size: 20px;
    text-align: center;
    width: max-content !important;
}

.restore-li .restore-price a {
    padding: 14px 20px;
}

.section-header sticky-header {
    padding: 16px 0px;
}

.section-header sticky-header header {
    flex-direction: row-reverse;
    width: calc(100% - 40px);
}

.section-header sticky-header header header-drawer .icon-hamburger, .section-header sticky-header header header-drawer .icon.icon-close {
    color: #F8BB37;
}

.section-header sticky-header header .menu-drawer__navigation-container .menu-drawer__navigation {
    padding: 30px 20px;
    background: #003233;
}

#Details-menu-drawer-container #menu-drawer {
    width: 100%;
    border: 0px;
}

.section-header sticky-header header nav ul li a {
    padding: 16px 20px;
}

.section-header sticky-header header .menu-drawer__navigation-container .menu-drawer__navigation ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-header sticky-header header .menu-drawer__navigation-container .menu-drawer__navigation ul li {
    margin: 0px;
}

.section-header sticky-header header .header__heading-link {
    padding: 0px;
    width: max-content;
}

.section-header sticky-header header .header__heading-link img {
    width: 200px;
}

.section-header sticky-header header .header__heading {
    width: 150px;
    display: flex;
}

.pandora-section-01 {
    padding-top: 170px;
}

.fullbg-img {
    background-size: 40%;
}

.pandora-homepage-sections .pandora-col--content h2, .pandora-homepage-sections .pandora-col--content h2 .hero-yellow-text, .pandora-homepage-sections .pandora-col--content h4 {
    font-size: 68px;
}

.pandora-homepage-sections .pandora-col--image {
    width: 30%;
}

.pandora-homepage-sections .pandora-col--content {
    width: 70%;
}

.pandora-section-01 .pandora-col--image img {
    width: 336px !important;
    margin: 0 0 0 -150px !important;
}

.left-yellow-line {
    margin: 10px 0 0 0px;
}

.pandora-section-02 .pandora-col {
    width: 50%;
}

.pandora-section-02 .pandora-col img {
    width: 100%;
    margin: 0px;
}

.pandora-section-02 .pandora-grid .pandora-col--content {
    padding: 20px;
}

.pandora-section-02 .pandora-grid .pandora-col--content h2, .pandora-section-02 .pandora-grid .pandora-col--content h4 {
    font-size: 42px;
    line-height: 110%;
}

.pandora-section-02 .pandora-grid .pandora-col--content p {
    margin: 30px 0px 0px 0px;
}

.pandora-section-02 .pandora-col img {
    height: 640px;
}

.pandora-homepage-sections {
    gap: 100px;
}

.pandora-section-01 .pandora-grid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pandora-homepage-sections .pandora-col--image img {
    width: 100% !important;
    margin: 0px;
}

.pandora-section-03 h2, .pandora-section-03 h4 {
    font-size: 42px !important;
    line-height: 110% !important;
}

.pandora-section-03 .pandora-grid {
    gap: 40px;
}

.pandora-section-03 .pandora-col--content p {
    padding: 0px;
}

.pandora-section-04 .pandora-col--text h2 {
    font-size: 42px !important;
    line-height: 110% !important;
}

.pandora-row--full-image {
    margin-top: 40px;
}

.footer-block--menu ul li a {
    padding: 0px !important;
}

.root-cause-col h2 {
    font-size: 68px;
}

.treatment-all-box h2, .desktop-hd h2, .lifetime-col h2, .row-12-full .col-12 h2 {
    font-size: 42px;
    line-height: 110%;
}

.treatment-all-box {
    margin: 0px 0px 0px 0px;
}

.bottom-yellow-border {
    width: 100px;
}

.work-row {
    padding: 32px;
    flex-wrap: wrap;
}

.work-row .work-col:first-child {
    width: 100%;
    margin-bottom: 20px;
}

.work-row .work-col:nth-child(2), .work-row .work-col:last-child {
    width: 48%;
}

.lifetime-overlay {
    width: calc(100% - 20px);
    padding: 40px 20px;
}

.lifetime-row {
    gap: 40px;
}

.lifetime-col ul li h3 {
    font-size: 32px;
    width: 100%;
}

.lifetime-col ul li {
    flex-direction: column;
    gap: 10px;
}

.lifetime-col ul li p {
    width: 100%;
}

.col-11 img {
    height: 450px;
    object-position: center left;
}

.row-12-full .col-12:first-child {
    padding-left: 20px;
}

.row-12-full {
    min-height: 450px;
    margin-top: -450px;
}

.hats-divider {
    width: 100%;
}

.row-12-full .col-12 p {
    margin: 0px 0px 20px 0px;
}

.row-12-full .col-12 a {
    margin: 0px;
}

.healthy-row {
    margin: -600px 0 0;
    min-height: 600px;
}

.healthy-col img {
    height: 500px;
    display: flex;
}

.healthy-col {
    width: 35%;
}

.root-cause-col img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.treatment-row {
    gap: 40px;
}

.lifetime-section, .work-section, .treatment-section, .root-cause-section {
    padding: 60px 0px;
}

.root-cause-section {
    padding: 100px 0px 60px;
}

.section-10 {
    padding: 50px 0 458px;
}

.root-cause-box {
    min-height: 600px;
}

.row-12-full .col-12:first-child h2 {
    margin: 0px 0px 24px 0px;
}

}

















@media only screen and (max-width: 767px) {

.page-share-your-story #MainContent {
    background: #003233;
    background: linear-gradient(180deg, rgba(0, 50, 51, 1) 0%, rgba(0, 102, 104, 1) 39%, rgb(185 185 185) 100%);
}

.story-form {
    padding: 0px 0px 590px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.story-form .container {
    min-height: 1px;
}

.row-20 {
    min-height: 1px;
    margin-top: 0px;
    flex-direction: column;
    padding: 0px 20px;
}

.row-20 .col-21 {
    width: 100%;
}

.row-20 .col-21 img {
    height: 100%;
}

.row-30 .col-20 {
    width: 100%;
}

.row-30 .col-20 h3 {
    width: 100%;
    font-size: 48px;
    line-height: 48px;
}

.row-30 {
    flex-direction: column;
}

.story-paragraph {
    max-width: 100%;
    margin: 32px 0px 60px 0px;
    padding-left: 0px;
}

.story-divider {
    width: 100%;
    height: 13px;
    border: 1px solid #F8BB37;
    border-top: 0px;
    top: auto;
    bottom: -24px;
}

.col-20 form {
    align-items: center;
}

.col-20 form .form-group .checkbox-option {
    justify-content: center;
}

.page-cookie-policy:before, .page-terms-of-services:before, .page-privacy-policy:before {
    width: 150px;
    height: 255px;
    top: 300px;
}

.section-template--27095894851950__rich_text_HCbqLM-padding .rich-text__blocks, .section-template--27098253394286__rich_text_QBXhcB-padding .rich-text__blocks, .section-template--27098438074734__rich_text_QBXhcB-padding .rich-text__blocks {
    max-width: 100%;
}

.section-template--27095894851950__rich_text_HCbqLM-padding, .section-template--27098253394286__rich_text_QBXhcB-padding, .section-template--27098438074734__rich_text_QBXhcB-padding {
    padding: 214px 0px 590px 0px !important;
}

.section-template--27095894851950__rich_text_HCbqLM-padding h1, .section-template--27098253394286__rich_text_QBXhcB-padding h1, .section-template--27098438074734__rich_text_QBXhcB-padding h1 {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
}

.section-template--27095894851950__rich_text_HCbqLM-padding p, .section-template--27095894851950__rich_text_HCbqLM-padding ul li, .section-template--27098253394286__rich_text_QBXhcB-padding p, .section-template--27098253394286__rich_text_QBXhcB-padding ul li, .section-template--27098438074734__rich_text_QBXhcB-padding ul li, .section-template--27098438074734__rich_text_QBXhcB-padding p {
    font-size: 16px;
    line-height: 20px;
}

.section-template--27095894851950__rich_text_HCbqLM-padding .page-width, .section-template--27098253394286__rich_text_QBXhcB-padding .page-width, .section-template--27098438074734__rich_text_QBXhcB-padding .page-width {
    width: 100%;
}

.section-template--27095894851950__rich_text_HCbqLM-padding h2, .section-template--27098253394286__rich_text_QBXhcB-padding h2, .section-template--27098438074734__rich_text_QBXhcB-padding h2 {
    font-size: 30px;
    line-height: 120%;
}

.section-template--27095894851950__rich_text_HCbqLM-padding h3, .section-template--27098253394286__rich_text_QBXhcB-padding h3, .section-template--27098438074734__rich_text_QBXhcB-padding h3 {
    font-size: 20px;
    line-height: 150%;
}

.section-header sticky-header header .header__icon {
    /* background: #fff; */
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.success-right h1 {
    font-size: 44px;
    font-weight: 400;
    line-height: 48px;
    margin: 0px 0px 60px 0px;
}

.success-right p, .success-border {
    width: 100%;
}

.success-section:before {
    width: 55%;
    height: 170px;
    opacity: 0.7;
}

.success-testimonials {
    overflow: hidden;
}

.success-right {
    width: 100%;
    padding-left: 30px;
    margin: 0px 0px 0px 0px;
}

.success-right h1 span {
    padding-left: 30px;
}

.success-right p {
    font-size: 16px;
}

.success-section {
    padding: 200px 0 65px;
}

.success-testimonials .slick-slide {
    margin: 0px;
}

.success-testimonials .slick-dots {
    bottom: -35px;
    width: 100%;
    gap: 14px;
    margin: 0px 0px 0px -20px;
}

.success-testimonials .success-slider .success-slider-col {
    padding: 40px 20px !important;
}

.success-testimonials .success-slider .success-slider-col p {
    margin: 0px !important;
}

.root-cause-section {
    padding: 200px 0px 24px;
    flex-direction: column-reverse;
}

.root-cause-box, .healthy-row {
    min-height: 1px;
    margin: 0px;
}

.root-cause-row {
    flex-direction: column-reverse;
    gap: 4px;
    margin-top: -185px;
    align-items: end;
}

.root-cause-col {
    width: 100%;
}

.root-cause-col h2 {
    font-size: 48px;
    line-height: 48px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.root-cause-col h2 span {
    padding-left: 30px;
    padding-right: 50px;
}

.healthy-col {
    width: 60%;
}

.healthy-col img {
    height: 150px;
}

.root-cause-col img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.root-cause-col:last-child {
    width: 40%;
}

.paragraph-leftborder {
    padding-left: 40px;
}

.treatment-section {
    padding: 55px 0px 80px;
}

.treatment-row {
    flex-direction: column;
    gap: 40px;
}

.treatment-hd {
    display: block;
}

.treatment-col {
    width: 100%;
}

.treatment-all-box h2 {
    display: none;
}

.treatment-all-box {
    margin: 0px 0px 18px 0px;
}

.treatment-col p {
    font-size: 16px;
    line-height: 20px;
}

.border-top-yellow {
    margin: 16px 0px;
}

.work-section {
    padding: 0px 0px 80px 0px;
}

.work-row {
    padding: 60px 35px 100px;
    flex-direction: column;
    gap: 24px;
}

.work-row .work-col {
    width: 100% !important;
}

.work-row .work-col:last-child {
    padding-left: 0px;
}

.work-row .work-col:first-child {
    margin-bottom: 16px;
}

.desktop-hd h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    color: #ffffff;
}

.work-text {
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.bottom-yellow-border {
    width: 65px;
    border: 1px solid #fff;
    height: auto;
}

.work-text h2 {
    color: #F8BB37;
}

.work-row .work-col:nth-child(2) {
    border: 0px;
}

.work-top {
    display: block !important;
    height: 13px;
    width: 100%;
    border: 1px solid #F8BB37;
    border-bottom: 0px;
    margin: 12px 0px 5px 0px;
}

.lifetime-section {
    padding: 0px;
}

.lifetime-overlay {
    width: calc(100% - 20px);
    padding: 60px 20px 80px 65px;
}

.lifetime-row {
    flex-direction: column;
    gap: 32px;
}

.lifetime-col {
    width: 100% !important;
}

.lifetime-col:first-child {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mobile-display {
    display: block !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    margin: 0px !important;
}

.mobile-display span {
}

.lifetime-col:first-child img {
    height: 260px;
    object-fit: cover;
}

.lifetime-col h2 {
    display: none;
}

.lifetime-col ul {
    margin: 27px 0px 40px 0px;
    gap: 24px;
}

.lifetime-col ul li {
    flex-direction: column;
    gap: 14px;
}

.lifetime-col ul li h3 {
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}

.lifetime-col p {
    width: 100% !important;
    font-size: 16px;
    line-height: 20px;
}

.section-10 {
    padding: 80px 0px 620px;
}

.section-10 .container {
    flex-direction: column-reverse;
    display: flex;
    padding: 0px 20px;
    gap: 40px;
}

.row-12-full, .row-11-full {
    min-height: 1px;
    margin: 0px;
}

.row-12-full .col-12 {
    width: 100% !important;
    padding: 0px;
}

.row-12-full .col-12 h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    margin: 0px 0px 32px 0px;
}

.hats-divider {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.row-12-full .col-12 p {
    margin: 0px 0px 32px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.row-12-full .col-12 a {
    margin: 0px;
}

.col-11 {
    width: 100%;
}

.col-11 img {
    height: 435px;
    border-radius: 16px;
}

.reclaim-section {
    padding: 0px 0px 600px 0px;
}

.reclaim-row {
    padding: 185px 20px 20px 20px;
}

.reclaim-col h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.reclaim-col p {
    font-size: 16px;
}

.footer-block__image-wrapper {
    margin: 0px !important;
    max-width: 90px !important;
}

.footer-block__details-content {
    margin: 0px 0px 40px 0px !important;
}

.footer-block--menu {
    margin: 0px 0px 40px 0px !important;
}

.footer-block--menu ul {
    flex-direction: column;
    align-items: center;
}

.footer-block--menu ul li a {
    padding: 0px !important;
    font-weight: 400;
}

.footer__content-bottom {
    border: 0px !important;
    padding: 0px !important;
}

.footer-block--newsletter {
    margin: 32px 0px 32px 0px !important;
}

.section-header sticky-header header {
    flex-direction: row-reverse;
}

.section-header sticky-header header header-drawer .icon-hamburger, .section-header sticky-header header header-drawer .icon.icon-close {
    color: #F8BB37;
}

.section-header sticky-header header .menu-drawer__navigation-container .menu-drawer__navigation {
    padding: 30px 20px;
    background: #003233;
}

.section-header sticky-header header nav ul li a {
    padding: 16px 20px;
}

.section-header sticky-header header .menu-drawer__navigation-container .menu-drawer__navigation ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-header sticky-header header .menu-drawer__navigation-container .menu-drawer__navigation ul li {
    margin: 0px;
}

.section-header sticky-header header .menu-drawer__navigation-container .menu-drawer__navigation ul li a {
    background: #003233;
    padding: 16px 20px;
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 20%);
}

.section-header sticky-header header .header__heading-link {
    padding: 0px;
    width: max-content;
}

.section-header sticky-header header .header__heading-link img {
    width: 180px;
}

.section-header sticky-header header .header__heading {
    width: 110px;
    display: flex;
}

.section-header sticky-header {
    padding: 16px 0px 0px 0px;
}

.pandora-section-01 {
    padding-top: 145px;
}

.pandora-section-01 .pandora-grid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pandora-homepage-sections .pandora-col--image {
    width: 30%;
}

.pandora-homepage-sections .pandora-col--content {
    width: 70%;
}

.pandora-homepage-sections .pandora-col--content h2, .pandora-homepage-sections .pandora-col--content h2 .hero-yellow-text, .pandora-section-03 h2, .pandora-section-03 h4 {
    font-size: 48px !important;
    margin: 0px;
    line-height: 48px !important;
}

.pandora-homepage-sections .pandora-col--image img {
    width: 100%;
    margin: 0px;
    z-index: 2;
    position: relative;
}

.pandora-homepage-sections {
    gap: 80px;
}

.pandora-section-02 .pandora-grid .pandora-col--content {
    padding: 48px 25px 34px 25px;
}

.pandora-section-02 .pandora-grid {
    flex-direction: column-reverse;
}

.pandora-homepage-sections .pandora-col--image, .pandora-section-02 .pandora-grid .pandora-col--content {
    width: 100%;
}

.pandora-section-02 .pandora-col img {
    height: 100%;
}

.pandora-section-02 .pandora-grid .pandora-col--content h2 {
    font-size: 48px;
    line-height: 48px;
}

.pandora-section-02 .pandora-grid .pandora-col--content h4 {
    font-size: 48px;
    line-height: 48px;
    padding: 0px;
}

.pandora-section-02 .pandora-grid .pandora-col--content p {
    margin: 16px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.yellow-line {
    width: 100%;
}

.pandora-section-03 .pandora-grid {
    flex-direction: column-reverse;
    gap: 40px;
}

.pandora-section-03 .pandora-col--content, .pandora-section-03 .pandora-col {
    width: 100% !important;
}

.pandora-section-03 h4 {
    margin: 8px 0px 0px 0px !important;
}

.pandora-section-03 .pandora-col--content p {
    padding: 0px;
    margin: 16px 0px 0px 0px;
    font-size: 16px;
}

.pandora-button {
    margin-top: 24px;
}

.pandora-section-04 .pandora-grid {
    flex-direction: column;
    gap: 16px;
}

.pandora-section-04 .pandora-col--text {
    width: 100%;
}

.pandora-section-04 .pandora-col--text h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    margin: 0px 0px 24px 0px;
}

.pandora-section-04 .pandora-col--text p {
    font-size: 16px;
    line-height: 24px;
}

.pandora-section-04 .pandora-col--image {
    width: 100%;
    max-width: 100px;
    margin: 0px 0px 0px auto;
}

.pandora-row--full-image {
    margin: -60px 0px 0px 0px;
}

.pandora-full-image {
    height: 365px;
    object-fit: cover;
}

.pandora-section-01 .pandora-grid {
    position: relative;
}

.pandora-section-01 .pandora-col--content {
    width: 100%;
    margin: 60px 0px 0px 0px;
}

.pandora-section-01 .pandora-col--image {
    position: absolute;
    left: auto;
    right: 0px;
    width: 40%;
    top: 0px;
    bottom: auto;
    display: none;
}

.pandora-section-01 .pandora-col--content h2 .hero-yellow-text {
    display: block;
}

.fullbg-img {
    background-image: url(/cdn/shop/files/Group_1145_1.png?v=1771615234);
    background-position: top right;
    background-size: 43%;
}

.pandora-section-01 .pandora-col--content h2 {
    visibility: hidden;
    position: relative;
    line-height: 172px !important;
}

.pandora-section-01 .pandora-col--content h2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 180px;
    background-image: url(/cdn/shop/files/Restoring_hair._Restoring_you..svg?v=1771615393);
    background-size: 90%;
    background-position: left center;
    visibility: visible;
    background-repeat: no-repeat;
}

.left-yellow-line {
    margin-left: 30px;
    height: 125px;
}

.all-contentss {
    width: 100%;
}

.begone-h2 h2 {
    font-size: 40px;
    font-weight: 400;
}

.begone-h2 h2:last-child {
    padding: 0px 0px  0px 10px;
}

.healed-section {
    padding-right: 0px;
}

.begone-section {
    width: 100%;
    padding: 80px 20px;
}

.begone-fullwidth {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 24px;
    gap: 34px;
}

.restore-line {
    width: 100%;
}

.restore-hd h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
}

.restore-hd h2:nth-child(2) {
    margin: 0px 0px 0px 0px;
}

.restore-hd h2:last-child {
    margin: 0px 0px 0px 0px;
}

.all-contentss p {
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.maintance-p p {
    font-size: 16px;
    line-height: 24px;
}

.maintance-p p strong {
    font-size: 24px;
}

.restore-section {
    margin: 0px;
}

.restore-section .all-contentss {
    padding: 40px 0px 110px 0px;
}

.restore-li {
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.restore-li h3 {
    font-size: 22px;
    text-align: left;
    width: 100%;
}

.restore-li .restore-price {
    gap: 20px;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: left;
}

.restore-ul {
    gap: 40px;
    margin-top: 32px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.restore-li .restore-price p {
    font-size: 24px;
    position: absolute;
    top: 4px;
    bottom: auto;
    left: auto;
    right: 0px;
}

.begone-conatiner {
    min-height: 1px !important;
    margin-top: 0px;
}

.begone-conatiner .begone-col:first-child {
    display: none !important;
}

.begone-conatiner .begone-text:last-child {
    width: 100% !important;
    padding-top: 60px;
}

.begone-conatiner .begone-text a {
    margin: 0px auto !important;
    display: block;
}

.begone-image {
    width: 100%;
    display: flex;
}

.begone-image img {
    height: 100%;
    border-radius: 24px;
}

.restore-section {
    padding: 0px 20px;
}

.restore-image {
    width: calc(100% + 40px);
    margin: 0px 0px 0px -20px;
}

.restore-image img {
    height: 340px;
    object-fit: cover;
}

.restore-li h3 span {
    font-size: 14px;
}

.restore-li:last-child h3 {
    display: flex;
    flex-direction: column;
}

.row-09 {
    flex-direction: column;
    gap: 40px;
}

.row-09 .col-10 {
    width: 100%;
}

.row-09 .col-10 h2 {
    font-size: 56px;
    line-height: 48px;
    margin: 0px 0px 24px 0px;
}

.row-09 .col-10 p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 16px 0px;
}

.green-divider {
    margin-bottom: 32px;
}

.row-09 .col-10 a {
    margin: 0px auto;
    display: block;
    width: max-content;
}

.row-09 .col-10:first-child {
    display: flex;
}

.pandora-homepage-sections .pandora-col--content h4 {
    display: none;
}


/*Contact Us*/
.page-contact .story-form .container .row-30 .col-20:first-child {
    width: 100% !important;
}

.page-contact .story-form .row-20 {
    flex-direction: column;
    padding: 0px;
}

.page-contact .story-form .container .row-30 {
    flex-direction: column;
    justify-content: end;
}

.page-contact .story-form .row-20 .col-21 {
    margin: 0px 0px 0px 0px;
    width: 75% !important;
}
.page-contact .story-form .row-20 .col-21 img{
    border-radius: 24px 0px 0px 24px;
}

}






