.price,.compare-at-price,.unit-price{font-weight:700}.product-card__content{background:radial-gradient(50% 50% at 50% 50%,#edc4ab,#c39981)}.about-self-care{position:relative}.about-self-care .left-content,.about-self-care .right-content{display:flex;flex-direction:column;gap:1.5rem}.about-self-care .image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.about-self-care .image-grid img{width:100%;height:auto;object-fit:cover;border-radius:var(--border-radius, 0)}.about-self-care .caption-section{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.about-self-care .caption-section img{max-width:100%;height:auto}.about-self-care .powered-by-img{max-width:200px;height:auto;margin-top:1rem}@media(max-width:767px){.about-self-care .image-grid{grid-template-columns:1fr}.about-self-care .powered-by-img{max-width:150px}}.feature-section-custom{position:relative}.feature-section-custom .feature-layout{display:flex;align-items:center;justify-content:center;gap:40px;max-width:1200px;margin:0 auto}.feature-section-custom .feature-left{flex:0 0 55%;max-width:55%}.feature-section-custom .feature-right{flex:0 0 45%;max-width:45%}.feature-section-custom .feature-header{text-align:left;margin-bottom:2rem}.feature-section-custom .feature-heading{font-weight:500;margin-bottom:1rem}.feature-section-custom .feature-subheading{margin-bottom:1rem;opacity:.9}.feature-section-custom .feature-description{line-height:1.6;text-align:left;margin-bottom:1.5rem}.feature-section-custom .icons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:2.5rem}.feature-section-custom .icon-item{text-align:center;padding:20px;border-radius:10px;background-color:#f1ebdd;transition:transform .3s ease}.feature-section-custom .icon-item:hover{transform:translateY(-5px)}.feature-section-custom .icon-wrapper{margin-bottom:15px;display:flex;justify-content:center}.feature-section-custom .icon-image{width:60px;height:60px;object-fit:contain}.feature-section-custom .icon-placeholder{width:60px;height:60px;background-color:#e8e4df;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-section-custom .icon-placeholder svg{width:60%;height:60%;opacity:.3}.feature-section-custom .icon-title{font-weight:600;margin-bottom:10px;text-align:center}.feature-section-custom .icon-text{line-height:1.5;margin:0;font-size:.875rem}.feature-section-custom .icon-subtext{font-size:.75rem;opacity:.7;margin-bottom:.5rem}.feature-section-custom .images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-section-custom .image-wrapper{position:relative;overflow:hidden;border-radius:10px;aspect-ratio:1 / 1}.feature-section-custom .image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.feature-section-custom .image-wrapper:hover img{transform:scale(1.05)}.feature-section-custom .image-placeholder{width:100%;height:100%;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center}.feature-section-custom .axis-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-section-custom .axis-item{text-align:center;padding:20px;border-radius:10px;background-color:#f1ebdd}.feature-section-custom .axis-item img{width:60px;height:60px;object-fit:contain;margin-bottom:10px}.feature-section-custom .axisImage-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-section-custom .axis-image img{width:100%;height:auto;border-radius:10px}.feature-section-custom.darkBG{background-color:#263d3d;color:#fff}.feature-section-custom.darkBG .icon-item{background-color:#ffffff1a}.feature-section-custom.contentLeft{text-align:left}.feature-section-custom.contentCenter{text-align:center}.feature-section-custom.contentRight{text-align:right}@media screen and (max-width:768px){.feature-section-custom .feature-layout{flex-direction:column;gap:30px}.feature-section-custom .feature-left,.feature-section-custom .feature-right{flex:0 0 100%;max-width:100%;width:100%}.feature-section-custom .icons-grid,.feature-section-custom .axis-list{grid-template-columns:1fr;gap:20px}.feature-section-custom .images-grid,.feature-section-custom .axisImage-list{grid-template-columns:1fr;gap:15px}.feature-section-custom .icon-image,.feature-section-custom .icon-placeholder{width:48px;height:48px}}.how-to-use-custom{position:relative}.how-to-use-custom .feature-header{max-width:12em;margin-bottom:2rem}.how-to-use-custom .use-layout{display:grid;grid-template-columns:1fr;gap:2rem}.how-to-use-custom .leftUse{margin-bottom:2rem}.how-to-use-custom .lefttext{line-height:1.6}.how-to-use-custom .rightUse{display:flex;flex-direction:column;gap:1rem}.how-to-use-custom .feature-subheader{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.how-to-use-custom .image-box{position:relative;overflow:hidden;border-radius:8px;margin:0 auto}.how-to-use-custom .image-box--right{width:340px;height:433px}.how-to-use-custom .image-box--instruction{width:201px;height:258px}.how-to-use-custom .image-box img{width:100%;height:100%;object-fit:cover;display:block}.how-to-use-custom .InstructionBox{display:flex;align-items:flex-start;gap:1.5rem;margin-top:2rem}.how-to-use-custom .instructionsPoint{flex:1;line-height:1.6}@media(min-width:768px){.how-to-use-custom .use-layout{grid-template-columns:1fr 1fr;gap:3rem}.how-to-use-custom .feature-header{font-size:calc(28px * .7);grid-column:1 / -1}}@media(min-width:992px){.how-to-use-custom .feature-header{font-size:28px}}@media(max-width:767px){.how-to-use-custom .image-box--right,.how-to-use-custom .image-box--instruction{width:100%;max-width:340px;height:auto;aspect-ratio:340 / 433}.how-to-use-custom .image-box--instruction{aspect-ratio:201 / 258;max-width:201px}.how-to-use-custom .InstructionBox{flex-direction:column;align-items:center}.how-to-use-custom .image-box{margin:0 auto}}.how-to-use-custom.align-left{text-align:left}.how-to-use-custom.align-center{text-align:center}.how-to-use-custom.align-center .feature-header,.how-to-use-custom.align-center .lefttext,.how-to-use-custom.align-center .instructionsPoint{margin-left:auto;margin-right:auto}.how-to-use-custom.align-right{text-align:right}.flexible-content-custom{position:relative}.flexible-content-custom .content-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.flexible-content-custom .content-image-wrapper{position:relative;width:100%}.flexible-content-custom .content-image-wrapper img{width:100%;height:auto;display:block;border-radius:8px}.flexible-content-custom .content-right{display:flex;flex-direction:column;gap:1.5rem}.flexible-content-custom .content-heading{line-height:1.2;margin:0}.flexible-content-custom .content-subheading{line-height:1.4;margin:0;opacity:.9}.flexible-content-custom .richtext-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.flexible-content-custom .richtext-block{line-height:1.6}.flexible-content-custom .richtext-block.single-column{grid-column:1 / -1}.flexible-content-custom .richtext-block p{margin:0 0 1em}.flexible-content-custom .richtext-block p:last-child{margin-bottom:0}.flexible-content-custom .richtext-block h1,.flexible-content-custom .richtext-block h2,.flexible-content-custom .richtext-block h3,.flexible-content-custom .richtext-block h4,.flexible-content-custom .richtext-block h5,.flexible-content-custom .richtext-block h6{margin:1.2em 0 .6em;line-height:1.3}.flexible-content-custom .richtext-block ul,.flexible-content-custom .richtext-block ol{margin:0 0 1em;padding-left:1.5em}.flexible-content-custom .richtext-block li{margin-bottom:.5em}.flexible-content-custom.text-top .content-right{justify-content:flex-start}.flexible-content-custom.text-middle .content-right{justify-content:center}.flexible-content-custom.text-bottom .content-right{justify-content:flex-end}.flexible-content-custom.image-left .content-layout{grid-template-columns:1fr 1fr}.flexible-content-custom.image-right .content-layout{grid-template-columns:1fr 1fr;direction:rtl}.flexible-content-custom.image-right .content-layout>*{direction:ltr}.flexible-content-custom.richtext-1-col .richtext-grid{grid-template-columns:1fr}.flexible-content-custom.richtext-3-col .richtext-grid{grid-template-columns:repeat(3,1fr)}.flexible-content-custom.align-left{text-align:left}.flexible-content-custom.align-center{text-align:center}.flexible-content-custom.align-center .richtext-grid{margin-left:auto;margin-right:auto}.flexible-content-custom.align-right{text-align:right}@media(min-width:768px)and (max-width:991px){.flexible-content-custom .content-layout{gap:2rem}.flexible-content-custom .richtext-grid{gap:1.25rem}}@media(max-width:767px){.flexible-content-custom .content-layout{grid-template-columns:1fr;gap:2rem}.flexible-content-custom.image-right .content-layout{direction:ltr;grid-template-columns:1fr}.flexible-content-custom .richtext-grid{grid-template-columns:1fr;gap:1rem}.flexible-content-custom .richtext-block.single-column{grid-column:1}}.srx-fade-in{opacity:0;animation:fadeIn .6s ease-in forwards}@keyframes fadeIn{to{opacity:1}}.srx-slide-up{opacity:0;transform:translateY(20px);animation:slideUp .6s ease-out forwards}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.srx-aspect-square{aspect-ratio:1 / 1}.srx-aspect-portrait{aspect-ratio:3 / 4}.srx-aspect-landscape{aspect-ratio:16 / 9}.srx-img-cover img{width:100%;height:100%;object-fit:cover}.srx-img-contain img{width:100%;height:100%;object-fit:contain}.srx-gap-small{gap:.5rem}.srx-gap-medium{gap:1rem}.srx-gap-large{gap:2rem}.srx-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.srx-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.srx-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:767px){.srx-grid-2,.srx-grid-3,.srx-grid-4{grid-template-columns:1fr}}.srx-text-center{text-align:center}.srx-text-left{text-align:left}.srx-text-right{text-align:right}@media(min-width:768px)and (max-width:991px){.about-self-care .image-grid{gap:.75rem}}@media(min-width:992px){.about-self-care .image-grid{gap:1.5rem}}.srx-hydration-slider-sec{position:relative;overflow:hidden;width:100%}.srx-content-wrapper{position:relative;width:100%;height:100%}.srx-content-wrapper .srx-left-content{position:relative;min-height:200px}.srx-content-wrapper.srx-right-content{display:flex;flex-direction:column;height:100%}.srx-left-image{height:100%;width:100%;display:flex;flex-direction:column}.srx-left-image .slide-content{height:100%;width:100%}.srx-right-content .slide-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;position:absolute;top:0;left:0;width:100%}.slide-content{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;z-index:0;pointer-events:none;transition:opacity .5s ease,visibility .5s ease}.srx-hydration-inner{display:grid;grid-template-columns:1fr 1fr;gap:20px;height:530px;position:relative}.srx-hydration-right-column{background-color:#1a4a3e;padding:60px 40px;display:flex;flex-direction:column;justify-content:space-between;gap:30px;position:relative;border-radius:20px;height:100%}.srx-hydration-left-column{background-color:#fde4d4;padding:30px 20px 30px 30px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;border-radius:20px;overflow:hidden;height:100%;width:100%;flex:1}.srx-hydration-left-inner{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;align-items:stretch;height:100%!important}.list-base-slider{display:flex;flex-direction:column;gap:10px;height:100%;justify-content:space-between}.srx-hydration-left-column h3{font-size:1.75rem;font-weight:300;color:#6e564d;font-family:var(--font-paragraph--family);line-height:1.2;margin:0 0 20px}.list-item-hydration{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:25px}.phase-item{display:flex;align-items:flex-start;gap:15px}.list-img{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:50px;height:50px}.list-img img{width:100%;height:100%;object-fit:contain}.slider-srx-content{display:flex;flex-direction:column;gap:5px;flex:1}.phase-heading{font-size:1.2rem;font-weight:500;color:#5a4a3a;margin:0;font-family:sans-serif}.phase-description{font-size:.95rem;color:#6b5d4d;margin:0;line-height:1.5;font-family:sans-serif}.srx-hydration-left-inner-right{position:relative;width:100%;height:100%;overflow:hidden;min-height:0;flex:1;border-radius:20px}.srx-hydration-left-inner-right img{width:100%;height:100%;object-fit:cover;display:block;object-position:center}.discover-btn{position:absolute;bottom:20px;right:20px;z-index:10}.discover-btn a{color:#fff;text-decoration:none;font-family:DM Sans,sans-serif;font-size:24px;margin:0 auto;text-align:center;position:relative;text-transform:uppercase;line-height:1.5;background:#294242cc;width:166px;height:166px;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all ease-in-out .5s}.discover-btn a span{display:inline;vertical-align:baseline}.discover-btn a:after{content:"";width:16px;height:16px;display:inline-block;position:absolute;right:23px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23FFFFFF'%3E%3Cpath d='M20 1.25V15.28125C20 15.61275 19.86825 15.93075 19.633875 16.165125C19.3995 16.3995 19.0815 16.53125 18.75 16.53125C18.4185 16.53125 18.1005 16.3995 17.866125 16.165125C17.63175 15.93075 17.5 15.61275 17.5 15.28125V4.2678125L2.13390625 19.63390625C1.89953125 19.86828125 1.58153125 20 1.25003125 20C0.91853125 20 0.60053125 19.868375 0.36615625 19.633875C0.13178125 19.3995 0.00003125 19.0815 0.00003125 18.75C0.00003125 18.4185 0.13165625 18.1005 0.36603125 17.866125L14.7321875 2.5H4.71875C4.38725 2.5 4.06925 2.36828125 3.834875 2.13390625C3.6005 1.89953125 3.46875 1.58153125 3.46875 1.25C3.46875 0.91853125 3.6005 0.60053125 3.834875 0.36615625C4.06925 0.13178125 4.38725 0 4.71875 0L18.75 0C19.0815 0 19.3995 0.13178125 19.633875 0.36615625C19.86825 0.60053125 20 0.91853125 20 1.25Z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:all ease-in-out .5s;top:auto;bottom:57px}.discover-btn a:hover{background-color:#1a1a1a}.discover-btn a svg{width:16px;height:16px;flex-shrink:0}.formula-title,.right-align-head{font-size:4.5rem;font-weight:400;font-family:var(--font-heading--family);line-height:1.2;margin:0;color:var(--color-foreground-heading)}.right-align-head{text-align:right}.srx-right-content .farmula-content-box{margin-top:auto;align-self:flex-start;width:100%}.farmula-content-box h3{font-size:2.5rem;font-weight:300;color:#d4e4db;font-family:serif;margin:0 0 20px}.farmula-content-box ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:15px}.farmula-content-box ul li{padding:10px 20px;border:1.5px solid rgba(212,228,219,.4);border-radius:50px;background:#ffffff14;color:#fff;font-size:.95rem;font-weight:400;text-align:center;font-family:sans-serif}.slider-dots-indicator{position:absolute;top:-30px;right:0;display:flex;gap:8px;z-index:10}.slider-dots-indicator .dot{width:10px;height:10px;border-radius:50%;display:block}.dot-blue{background-color:#4a90e2}.dot-orange{background-color:#f5a623}.dot-pink{background-color:#e91e63}.srx-hydration-navigation{position:absolute;z-index:20;display:flex;align-items:center;gap:10px}.srx-navigation-inside{bottom:20px;left:20px}.srx-hydration-slider-sec .srx-hydration-navigation{position:absolute;bottom:20px;left:20px;z-index:30}.srx-slider-nav{width:40px;height:40px;background-color:#ffffff80;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5a4a3a;transition:background-color .3s ease;padding:0}.srx-slider-nav:hover:not(:disabled){background-color:#d4c4b0}.srx-slider-nav:disabled{opacity:.5;cursor:not-allowed}.srx-slider-nav svg{width:20px;height:20px}.srx-slider-dots{display:flex;list-style:none;padding:0;margin:0;gap:8px;align-items:center}.srx-slider-dots li{margin:0;padding:0}.srx-dot{width:12px;height:12px;border-radius:50%;border:2px solid #5A4A3A;background-color:transparent;cursor:pointer;padding:0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.srx-dot span{width:6px;height:6px;border-radius:50%;background-color:transparent;transition:background-color .3s ease}.srx-dot.active{background-color:#5a4a3a}.srx-dot.active span{background-color:#e8d5c4}.srx-dot:hover{border-color:#8b7d6b}@media(max-width:991px){.srx-hydration-inner{grid-template-columns:1fr;height:auto;min-height:auto}.srx-hydration-left-column{padding:40px 30px;height:auto;min-height:auto}.srx-hydration-right-column{padding:40px 30px 80px;height:auto;min-height:auto}.srx-hydration-left-inner{grid-template-columns:1fr;gap:30px;height:auto}.srx-hydration-left-column h2,.formula-title,.right-align-head{font-size:2.95rem}.farmula-content-box ul{display:flex;flex-wrap:wrap}.srx-hydration-left-inner-right img{max-width:100%;height:100%}}@media(min-width:768px)and (max-width:991px){.srx-hydration-inner{height:auto;min-height:600px}.srx-hydration-left-column{min-height:600px;height:auto}.srx-hydration-right-column{min-height:550px;height:auto}.srx-hydration-left-inner{height:100%;display:flex;flex-direction:column;justify-content:space-between}}@media(max-width:767px){.srx-hydration-inner{height:auto;min-height:auto}.slider-dots-indicator{top:-10px}.srx-hydration-right-column{padding:30px 20px 80px;height:auto;min-height:570px}.srx-hydration-left-column{padding:30px 20px;height:700px;min-height:auto}.srx-hydration-left-inner{flex-direction:column;justify-content:space-between;gap:40px}.srx-hydration-left-inner .srx-left-image{height:auto;flex:0 1 auto}.srx-hydration-left-column h2,.formula-title,.right-align-head{font-size:2.95rem}.srx-hydration-left-inner-right img{max-width:100%}.farmula-content-box h3{font-size:1.5rem}.farmula-content-box ul{display:flex;flex-wrap:wrap;gap:10px}.list-item-hydration{gap:20px}.phase-heading{font-size:1rem}.phase-description{font-size:.85rem}.discover-btn{bottom:10px;right:10px}.discover-btn a{padding:10px 20px;font-size:.85rem;width:90px;height:90px}.discover-btn a:after{right:10px;bottom:30px;width:10px;height:10px}.srx-hydration-slider-sec .slick-prev,.srx-hydration-slider-sec .slick-next{width:35px;height:35px;bottom:10px;left:10px}.srx-hydration-slider-sec .slick-next{left:55px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/srx-sections.css.map */
