/** Shopify CDN: Minification failed

Line 182:0 Unexpected "<"

**/
.PDP_UPS {
    margin: 0 auto;
    text-align: center;
    margin-top: 22px;
}
.PDP_UPS .PDP_UPS-details {
    max-width: 435px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.PDP_UPS .PDP_UPS-details .PDP_UPS-details-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.PDP_UPS .PDP_UPS-details .PDP_UPS-details-inner .PDP_UPS-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2D2926;
}
.PDP_UPS-result {
    padding: 7px;
    background: linear-gradient(90deg, #02A6BA 0%, #6EBECB 100%);
    border-radius: 100px;
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
    font-weight: bold;
    margin: 32px 0px;
}
.PDP_details {background: #F5F5F5;padding: 20px;border-bottom: 1px solid #D9D9D9;}
.PDP_details .accordion {
    gap: 5px;
}
.PDP_details details.accordion__item {
    box-shadow: none;
    border-bottom: 1px solid #D9D9D9 !important;
    border: none;
}

.PDP_details .accordion__header {
    padding: 16px 20px;
}
.PDP_details .accordion__item[open], .PDP_details .accordion__item[open] .accordion__content {
    background: #F9F9F9;
}
.accordion {
    max-width: 753px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.accordion__item {
  box-shadow: 0px 5px 0px 0px #343A32;
    border: 1px solid #343A32;
    border-radius: 8px;
    overflow: hidden;
  transition: height 0.3s ease-in-out;
  background: white;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    padding: 16px 32px;
  transition: all 0.3s ease-out;
  position: relative;

  
 
}

/* PLUS icon (default) */
.accordion__header::after {
  content: "+";
    font-size: 19px;
    font-weight: 600;
    transition: transform 0.25s ease;
    background: #343A32;
    color: white;
    padding: 0px 0px 0px 0px;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion__item[open] .accordion__header::after {
  content: "−";
  transform: rotate(180deg);
    background: no-repeat;
    color: #343A32;
}

.accordion__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}



/* Content Area with Smooth Reveal */
.accordion__content {
  padding: 0px 32px;
  padding-bottom: 16px;
}

/* Animation */
.accordion__item .accordion__content,
.accordion__item::details-content {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordion__item[open] .accordion__content,
.accordion__item[open]::details-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.accordion__item[open],.accordion__item[open] .accordion__content {
    background: #F6F1EB;
    text-align: left;
}
.Questions {
    background: #B1E3E3;
    text-align: center;
    padding: 27px 0px 54px 0px;
}
.Questions .Questions-title h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0.6px;
    color: #008B9E;
    margin-bottom: 10px;
}
.Questions .Questions-title p {
    color: #606060;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.6px;
    margin: 0;
}

.Questions-title {
    margin-bottom: 21px;
}
.accordion__content p {
    text-align: left;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
</style>



<div class="Shipping-Returns">
    <div class="Shipping-Returns-title">
        <h2>Shipping & Returns</h2>
        <p>Easy Returns, Fast Shipping</p>
    </div>
    <div class="Shipping-Returns-text">
        <div class="Shipping-Returns-text-inner">
            <h6>60-Day Money-Back Guarantee</h6>
            <p>Not satisfied? Contact us within 60 days of your first full-size purchase for a full refund to your original payment method.</p>
        </div>

        <div class="Shipping-Returns-text-inner">
            <h6>Fast Order Processing</h6>
            <p>Orders usually ship within 24 hours. Weekend orders ship the next business day.</p>
        </div>

        <div class="Shipping-Returns-text-inner">
            <h6>Reliable Delivery</h6>
            <p>We ship across Canada and the U.S. using trusted carriers including Canada Post, FedEx, UPS, and USPS. Shipping rates are calculated at checkout.</p>
        </div>

        <div class="Shipping-Returns-text-inner">
            <h6>Free Shipping</h6>
            <p>Free shipping on orders over CAD $99 and USD $99.</p>
        </div>
    </div>
    <div class="Shipping-Returns-text-link">
        <a href="">see full details...</a>
    </div>
</div>

<style>
.Shipping-Returns h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #008B9E;
    margin: 0;
}
.Shipping-Returns-title {
    padding: 32px 0px 29px 0px;
    text-align: center;
    display: grid;
    gap: 8px;
}
.Shipping-Returns-title p {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.6px;
    margin: 0;
    color: #606060;
}
.Shipping-Returns .Shipping-Returns-text {
    max-width: 726px;
    margin: 0 auto;
    display: grid;
    gap: 39px;
}
.Shipping-Returns .Shipping-Returns-text .Shipping-Returns-text-inner h6 {
    font-weight: 800;
    font-size: 22px;
    line-height: 130%;
    color: #343A32;
    margin-bottom: 25px;
}
.Shipping-Returns .Shipping-Returns-text .Shipping-Returns-text-inner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #747474;
}

.Shipping-Returns-title h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0.6px;
    color: #008B9E;
    margin: 0;
}
.Shipping-Returns-text-link {
    text-align:center;
    margin-bottom: 66px;
    margin-top: 25px;
}
.Shipping-Returns-text-link a {
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #008B9E;
    margin: 0 auto;
    max-width: 200px;
}
body#riversol-anti-aging-trio-skincare-kit-reduce-fine-lines-amp-wrinkles-cleanser-anti-aging-serum-amp-moisturizer footer.footer {
    margin-top: 0;
}
.anti-aging-trio-product-images.position-relative.product-desktop-only {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
}
.exm_price_all.exison_new_price {
    display: none !important;
}
.product__slides .product__photo {
    background: #d1e9ec;
}



.Meet-the-Anti-Aging-Trio {
    background: #F6F1EB;
    padding: 64px 86px 56px 86px;
    text-align: center;
}

.Meet-the-Anti-Aging-Trio-title h2 {
  color: #007c83;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

.Meet-the-Anti-Aging-Trio-title p {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #444;
}

/* GRID */
.trio-grid {
  display: flex;
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap;
}
.trio-content {
    padding: 12px 30px 40px 30px;
}
/* CARD */
.trio-card {
  background: #DBF0F0;
  flex-basis: calc(100% / 3 - 17px);
  border-radius: 200px 200px 10px 10px;
  overflow: hidden;
  box-shadow: 0 6px 0 #444;
  text-align: left;
  display: flex;
  flex-direction: column;
  border: 2px solid #343A32;
}

/* IMAGE */
.trio-image {
  overflow: hidden;
}

.trio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.trio-content {
  padding: 25px;
}


.trio-content h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    color: #343A32;
    margin-bottom: 5px;
}
.trio-content p.sub-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #343A32;
    margin: 0;
}

.trio-content hr {
    border: 1px solid #343A32;
    margin: 20px 0px;
}


/* FEATURES */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.features li {
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}

.features li::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    color: #008c95;
    font-size: 13px;
    background-image: url(/cdn/shop/files/Icon_Shapes.svg);
}
.trio-grid-text {
    min-height: 410px;
}
/* BUTTON */
.trio-btn {
  box-shadow: 0px 7px 0px 0px #343A32;
    border: 1px solid #343A32;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #343A32;
    width: 100%;
    padding: 16px 32px;
    background: #03C1D5;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}
.trio-btn:active{
    transform: translateY(3px);
}
button:focus{
    outline: none;

}

.img-with-text {
    display: grid;
    gap: 10px;
    margin-bottom: 30px;
}
.img-with-text .img-with-text-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.img-with-text .img-with-text-inner .img-with-text-text p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #343A32;
}




/* external css: flickity.css */
.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 100%;
}

/* cell number */



.before-after {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.before-after-img {
    width: 100%;
    max-width: 501px;
}
.before-after-text {
    width: 100%;
    max-width: 655px;
}
.before-after-img .flickity-page-dots .dot {
    float: none;
}
.before-after-img button.flickity-button.flickity-prev-next-button.previous {
    position: absolute;
    top: 101%;
    bottom: 0px !important;
    left: 0;
    right: auto;
    left: auto !important;
    z-index: 9;
    transform: rotate(180deg);
}
.before-after-img button.flickity-button.flickity-prev-next-button.next {
    position: absolute;
    top: 101% !important;
    bottom: 0px !important;
    right: 0;
    left: auto;
    z-index: 9;
    transform: rotate(180deg);
}
.before-after-img ol.flickity-page-dots {
    border: 1px solid #6B6B6B;
    padding: 20px;
    bottom: -57px;
}
.before-after-text h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 39.2px;
    color: #008B9E;
    margin-bottom: 17px;
}
.before-after-text h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #606060;
    margin: 0;
}
.before-after-checklist {
    display: grid;
    gap: 20px;
    margin-top: 17px;
}
.before-after-checklist p {
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.6px;
    margin: 0;
    color: #000000;
}
   
.AAT-Whats_included {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBF8F8;
    padding: 0;
}
.AAT-Whats_included .AAT-Whats_included-text {
    padding: 0px 40px;
}
.AAT-Whats_included .AAT-Whats_included-text h2 {
    color: #008B9E;
    font-size: 36px;
    line-height: 39.2px;
    margin-bottom: 18px;
}
.AAT-Whats_included .AAT-Whats_included-text p {
    color: #555759;
    font-size: 16px;
}
.AAT-Whats_included .AAT-Whats_included-img img {
    max-width: 630px;
    min-width: 630px;
    width: 100%;
}
.Get-in-Touch-text {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
}
.Get-in-Touch-main {
    padding: 51px 0px;
    text-align: center;
    margin-top: 15px;
    background-image: url(/cdn/shop/files/Group_371.png);
    background-size: contain;
}
.Get-in-Touch-main .Get-in-Touch {
    max-width: 532px;
    margin: 0 auto;
}
.Get-in-Touch-main .Get-in-Touch h2 {
    font-size: 36px;
    line-height: 39px;
    color: white;
    margin-bottom: 8px;
}
.Get-in-Touch-main .Get-in-Touch p {
    margin-bottom: 0px;
    color: white;
}
.Get-in-Touch-main .Get-in-Touch a.Get-in-Touch-btn {
    background: white;
    color: black;
    padding: 12px 48px;
    border-radius: 8px;
    border: solid 1px #343A32;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    /* Bottom depth effect */
    box-shadow: 0 5px 0 #4a4a4a;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.Get-in-Touch-btn:hover {
  background-color: #dddddd;
}
.Get-in-Touch-btn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #4a4a4a;
}

.Healthier-Skin-Day-After-Day {
        padding: 0;
    }
    .Healthier-Skin-Day-After-Day{
    /* HERO */
    .hero {
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
    padding: 57px 0px 14px 0px;
    display: grid;
    gap: 10px;
    }

    .hero h2 {
        color: #1a9aa6;
        font-size: 36px;
        margin-bottom: 0;
    }

    .hero p {
    font-size: 22px;
        margin-bottom: 0;
    }

    /* TABS */
    .tabs {
    display: flex;
    justify-content: space-around;
    background: #a8d5d8;
    }

    .tab-btn {
        padding: 18px 60px;
        background: none;
        border: none;
        font-weight: normal !important;
        font-size: 26px;
        cursor: pointer;
        position: relative;
        transition: 0.3s ease;
        font-family: 'Avenir';
    }

    .tab-btn:hover {
    color: #1ea7ad;
    }

    .tab-btn.active {
    font-weight: 600;
    }

    .tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 4px;
    background: #1ea7ad;
    border-radius: 2px;
    }

    /* CONTENT AREA */
    .tab-content-wrapper {
    margin: auto;
    position: relative;
    min-height: 450px;
    background: #F6F1EB;
    }

    /* TAB PANEL */
    .tab-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .tab-content-main {
        padding: 20px 50px;
    }

    .tab-panel.active {
    display: grid;
    opacity: 1;
    transform: translateY(0);
    }

    /* LEFT SIDE */
    .badge {
    display: inline-block;
    background: #1ea7ad;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 29px;
    font-weight: normal;
    }

    .feature {
    display: flex;
        margin-bottom: 10px;
        gap: 15px;
    }

    .check {
    min-width: 30px;
    height: 30px;
    background: #1ea7ad;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 14px;
    }

    .feature h4 {
    font-size: 22px;
    line-height: 44px;
    margin: 0;
    color: #424242;
    font-weight: bold;
    }

    .feature p {
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    margin: 0;
    }
    .feature img{
        width: 100%;
    max-width: 45px;
    height: 45px;
    }

    /* IMAGE */
    .tab-panel img {
    width: 100%;
    }
}





.wrapper.page-margin--product.how-to-use-main {
    margin-top: 0;
    padding: 0;
}    
.how-to-use-main{
/* Section */
.how-to-use {
    text-align: center;
    margin: 0 auto;
    padding: 56px 0px 31px 0px;
}
.how-to-use-title {
    display: grid;
    gap: 10px;
    margin-bottom: 31PX;
}


/* Titles */
h2.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1d7f84;
  margin: 0;
}

 .section-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Steps Layout */
.steps {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Card */
.step-card {
  text-align: left;
  flex-basis: calc(100% / 3 - 20px);
}

.image-wrapper {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Step Text */
.step-card-text {
    display: grid;
    gap: 8px;
}

.step-card h3 {
  font-size: 25px;
    margin: 0;
    color: #008B9E;
    font-weight: bold;
}

.step-card p {
  font-size: 18px;
        line-height: 1.5;
        color: #000000;
        margin: 0;
}

/* Button */
.button-wrapper {
  margin-top: 40px;
}

button.cta-btn {
    background: #62CBC9;
    color: black;
    padding: 12px 48px;
    border-radius: 8px;
    border: solid 1px #343A32;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 5px 0 #4a4a4a;
    transition: all 0.15s ease-in-out;
    font-size: 18px;
}
button.cta-btn:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #4a4a4a;
}
button.cta-btn:focus{
    outline: none;
}
}


.Dr-Jason-Rivers {
    background: #EAF8F8;
    text-align: center;
    padding: 52px 0px 43px 0px;
}

.Dr-Jason-Rivers img {
    max-width: 1289px;
    margin: 0 auto;
    width: 100%;
}
.Dr-Jason-Rivers-text {
    max-width: 1190px;
    margin: 0 auto;
}
.Dr-Jason-Rivers p.sub-title {
    font-size: 22px;
    line-height: 25.6px;
    color: #555759;
    margin-bottom: 17px;
}
.Dr-Jason-Rivers h2 {
    color: #008B9E;
    font-size: 50px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 23px;
}


.accordion {
    max-width: 753px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.accordion__item {
  box-shadow: 0px 5px 0px 0px #343A32;
    border: 1px solid #343A32;
    border-radius: 8px;
    overflow: hidden;
  transition: height 0.3s ease-in-out;
  background: white;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    padding: 16px 32px;
  transition: all 0.3s ease-out;
  position: relative;

  
 
}

/* PLUS icon (default) */
.accordion__header::after {
  content: "+";
    font-size: 19px;
    font-weight: 600;
    transition: transform 0.25s ease;
    background: #343A32;
    color: white;
    padding: 0px 0px 0px 0px;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion__item[open] .accordion__header::after {
  content: "−";
  transform: rotate(180deg);
    background: no-repeat;
    color: #343A32;
}

.accordion__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}



/* Content Area with Smooth Reveal */
.accordion__content {
  padding: 0px 32px;
  padding-bottom: 16px;
}

/* Animation */
.accordion__item .accordion__content,
.accordion__item::details-content {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordion__item[open] .accordion__content,
.accordion__item[open]::details-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.accordion__item[open],.accordion__item[open] .accordion__content {
    background: #F6F1EB;
}
.Questions {
    background: #B1E3E3;
    text-align: center;
    padding: 27px 0px 54px 0px;
}
.Questions .Questions-title h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0.6px;
    color: #008B9E;
    margin-bottom: 10px;
}
.Questions .Questions-title p {
    color: #606060;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.6px;
    margin: 0;
}

.Questions-title {
    margin-bottom: 21px;
}
.accordion__content p {
    text-align: left;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}


.Shipping-Returns h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #008B9E;
    margin: 0;
}
.Shipping-Returns-title {
    padding: 32px 0px 29px 0px;
    text-align: center;
    display: grid;
    gap: 8px;
}
.Shipping-Returns-title p {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.6px;
    margin: 0;
    color: #606060;
}
.Shipping-Returns .Shipping-Returns-text {
    max-width: 726px;
    margin: 0 auto;
    display: grid;
    gap: 39px;
}
.Shipping-Returns .Shipping-Returns-text .Shipping-Returns-text-inner h6 {
    font-weight: 800;
    font-size: 22px;
    line-height: 130%;
    color: #343A32;
    margin-bottom: 25px;
}
.Shipping-Returns .Shipping-Returns-text .Shipping-Returns-text-inner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #747474;
}

.Shipping-Returns-title h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0.6px;
    color: #008B9E;
    margin: 0;
}
.Shipping-Returns-text-link {
    text-align:center;
    margin-bottom: 66px;
    margin-top: 25px;
}
.Shipping-Returns-text-link a {
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #008B9E;
    margin: 0 auto;
    max-width: 200px;
}




.anti-aging-trio-labels {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 12px;
}
.anti-aging-trio-labels .anti-aging-trio-label {
  padding: 5px 12px;
  font-weight: 500;
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50px;
}
.anti-aging-trio-labels .black {
  background: black;
}
.anti-aging-trio-labels .sky {
  background: #04B0C4;
}
.anti-aging-trio-labels .blue {
  background: #2E5ACC;
}

.Meet-the-Anti-Aging-Trio .Meet-the-Anti-Aging-Trio-title {
  max-width: 838px;
  margin: 0 auto;
}



.anti-aging-trio-labels {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 12px;
}
.anti-aging-trio-labels .anti-aging-trio-label {
  padding: 5px 12px;
  font-weight: 500;
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50px;
}
.anti-aging-trio-labels .black {
  background: black;
}
.anti-aging-trio-labels .sky {
  background: #04B0C4;
}
.anti-aging-trio-labels .blue {
  background: #2E5ACC;
}
span#product-price {
  color: #008B9E;
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  letter-spacing: 0%;
}
.anti-aging-trio-wrapper h1.product__title {
  font-weight: 800;
  font-size: 36.3px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #2D2926;
  margin-bottom: 6px;
}
button#btn-add_to_cart2 {
	text-align: left;
	position: relative;
}
button#btn-add_to_cart2:after {
	content: '';
	position: absolute;
	right: 33px;
	text-align: right;
	background-image: url('/cdn/shop/files/Vector.svg?v=1772121101');
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(-50%, -50%);
}
.d-flex.PDP_qty-ATC {
	align-items: center;
}
.d-flex.PDP_qty-ATC .js-qty label.label {
	display: none;
}
.d-flex.PDP_qty-ATC span.js-qty__adjust {
	margin: 0 !important;
	height: 100% !important;
	padding: 0px 17px;
}
.d-flex.PDP_qty-ATC .cta-wrapper button#btn-add_to_cart2 {
	margin: 0;
}
.PDP_upsell .upsell-item {
	flex-direction: row !important;
	position: relative;
	width: 100% !important;
	box-shadow: none !important;
	border: 1px solid #888888 !important;
	padding: 7px !important;
	align-items: normal !important;
}
.PDP_upsell .upsell-item span.upsell-selector.d-block.py-1 {
	display: none !important;
}
.PDP_upsell .product__upsell .upsell-text {
	width: 100%;
	text-align: left !important;
}
.PDP_upsell .product__upsell .upsell-text small.percentage {
	position: absolute;
	transform: translate(0%, -50%);
	top: 0;
	right: 13px;
	background: #02A6BA;
	padding: 5px;
	color: white;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0%;
	text-transform: uppercase;
	border-radius: 4px;
}
.PDP_upsell .product__upsell .upsell-text span.upsell-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #121212;
}
.PDP_upsell .static-upsell-carousel.d-flex.flex-wrap.upsell-acessories {
	display: block !important;
}
.PDP_upsell .upsell-item.selected {
	border: 1px solid #121212 !important;
	background: #DBF0F0 !important;
}
.PDP_upsell .upsell-item .upsell-item-background-color {
	display: none;
}
.PDP_upsell .product__upsell .upsell-text span.upsell-title:before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	background-image: url('/cdn/shop/files/rc-radio-icon__part_rc-purchase-option__checked-indicator_SVG.svg?v=1772125273');
	background-size: contain;
	background-repeat: no-repeat;
	left: -20px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.PDP_upsell .product__upsell .upsell-text span.upsell-title {
	position: relative;
	left: 20px;
	padding-bottom: 9px !important;
}
.PDP_upsell .upsell-item.selected span.upsell-title.d-block.py-1:before {
	content: '';
	background-image: url(/cdn/shop/files/rc-radio-icon__part_rc-purchase-option__checked-indicator_SVG_1.svg?v=1772125273);
}
.PDP_upsell .product__upsell .upsell-text span.upsell-price.d-block.py-1 {
	margin-left: 20px;
}
.PDP_upsell .product__upsell .upsell-text span.upsell-sale-price {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: #595959;
	opacity: 1 !important;
}
.PDP_upsell .product__upsell .upsell-text span.upsell-price.d-block.py-1 span.upsell-item-price {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: #121212;
	margin-left: 5px;
}
.d-flex.PDP_qty-ATC input#js-qty- {
	border-radius: 25px;
	border: 1px solid #DEDEDE;
}
.d-flex.PDP_qty-ATC input#js-qty- {
	border-radius: 25px;
	border: 1px solid #DEDEDE;
	color: #F6881F;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
}
.PDP_varient-selector .selector-wrapper.wrapper-dropdown {
	width: 340px;
	margin-bottom: 23px;
}
.PDP_varient-selector .selector-wrapper.wrapper-dropdown select#product-select {
	margin: 0;
}
.d-flex.PDP_qty-ATC span.js-qty__adjust path {
	fill: #F6881F;
}
.Melissa-review {
	border: 1px solid #E3E3E3;
	border-radius: 10px;
	padding: 7px 7px 17px 17px;
}
.Melissa-review .Melissa-review-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Melissa-review .Melissa-review-img .Melissa-review-img-inner {
	gap: 15px;
	display: flex;
}
.Melissa-review img.review-img {
	max-width: 45px;
}
.Melissa-review-inner {
	max-width: 470px;
}
.Melissa-review .Melissa-review-text {
	position: relative;
	margin-top: 16px;
}
.Melissa-review .Melissa-review-text p {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #101828;
}
.Melissa-review .Melissa-review-text span {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	color: #363539;
}
.anti-aging-trio-wrapper .variant-info-new {
	display: none;
}
.anti-aging-trio-wrapper .anti-aging-trio-PDP {
	padding-bottom: 19px !important;
}
.Meet-the-Anti-Aging-Trio {
	margin-top: 64px;
}
.ov__content.ov__section.ov__product-reviews.py-sm-0.py-md-5 {
	background: #EBF8F8;
}
.before-after {
	margin-top: 44px !important;
}
.Meet-the-Anti-Aging-Trio-title p {
  margin: 0 auto 50px;
  color: #444;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
}
.Meet-the-Anti-Aging-Trio .Meet-the-Anti-Aging-Trio-title {
  max-width: 838px;
  margin: 0 auto;
}







.Anti-Aging-Trio-IG {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}
.Anti-Aging-Trio-IG-header {
  text-align: center;
  margin-bottom: 40px;
}
.Anti-Aging-Trio-IG-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.Anti-Aging-Trio-IG-header p {
  color: #666;
  font-size: 16px;
}
/* Grid */
.Anti-Aging-Trio-IG-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
/* Card */
.video-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}
.video-card:hover img {
  transform: scale(1.05);
}
/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn::before {
  content: '';
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #333;
  margin-left: 5px;
}
/* Modal */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.video-modal-content {
  width: 90%;
  max-width: 900px;
  position: relative;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}
.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.IG-btn {
  text-align: center;
  margin-top: 60px;
}
.IG-btn a {
  box-shadow: 0px 7px 0px 0px #343A32;
  border: 1px solid #343A32;
  padding: 13px;
  background: #62CBC9;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #343A32;
  transition: background 0.3s ease;
}
.IG-btn svg {
  margin-right: 5px;
}
.IG-btn a:active {
  transform: translateY(3px);
}


.anti-aging-trio-You-May-Also-Like {
  background: #EBF8F8;
}
.anti-aging-trio-You-May-Also-Like .wrapper {
  padding: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
}
.anti-aging-trio-You-May-Also-Like a.cta.cta-secondary.cta-full-small {
  box-shadow: 0px 7px 0px 0px #343A32;
  border: 1px solid #343A32;
  background: #03C1D5;
  border-radius: 8px;
  font-weight: 800;
  font-size: 18px;
  color: #343A32;
  height: 100% !important;
  line-height: 23px !important;
  padding: 16px !important;
  text-transform: capitalize;
}
.anti-aging-trio-You-May-Also-Like .product-grid-item {
  border: 2px solid #343A32;
  box-shadow: 0px 10px 0px 0px #343A32;
  outline: none;
  background: white;
}
.anti-aging-trio-You-May-Also-Like .grid__item {
  width: calc((100% - 104px) / 3);
  padding: 0px !important;
    margin: 20px !important;
}
.anti-aging-trio-You-May-Also-Like p.name_wrapper {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.65px;
  margin: 0;
  color: #1A1B18;
  line-height: 35px;
}
.anti-aging-trio-You-May-Also-Like .wrapper-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
}
.anti-aging-trio-You-May-Also-Like p.price_wrapper {
  font-weight: bold;
  font-size: 37px;
  line-height: 23.39px;
  letter-spacing: -1.3px;
  margin: 30px 0px;
}
.anti-aging-trio-You-May-Also-Like .mt-2 {
  margin-top: 0 !important;
}
.anti-aging-trio-You-May-Also-Like .anti-aging-trio-You-May-Also-Like-header {
    text-align: center;
    max-width: 666px;
    margin: 0 auto;
}
.anti-aging-trio-You-May-Also-Like .anti-aging-trio-You-May-Also-Like-header h3.ov__section-title.h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: #008B9E !important;
    margin-bottom: 15px !important;
}
.anti-aging-trio-You-May-Also-Like .anti-aging-trio-You-May-Also-Like-header p {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #606060;
    margin: 0;
}



@media screen and (max-width: 1024px) {
	.Meet-the-Anti-Aging-Trio {
		padding: 40px 10px !important;
	}
	.trio-content {
		padding: 15px;
	}
	.trio-content h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.before-after {
		display: block !important;
	}
	.before-after-text, .before-after-img {
		width: 100% !important;
		max-width: 90% !important;
		margin: 0 auto;
		text-align: center;
	}
	.before-after-img {
		margin-top: 20px;
	}
	.AAT-Whats_included {
		display: block !important;
		padding: 20px 0px !important;
	}
	.AAT-Whats_included .AAT-Whats_included-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.how-to-use-main .image-wrapper {
		height: auto;
	}
	.Healthier-Skin-Day-After-Day .badge {
		padding: 10px 15px !important;
		font-size: 12px !important;
	}
	.Healthier-Skin-Day-After-Day .tab-content-main {
		padding: 0 !important;
		text-align: left;
	}
	.Healthier-Skin-Day-After-Day .feature img {
		max-width: 25px !important;
		max-height: 25px !important;
	}
	.Healthier-Skin-Day-After-Day .feature h4 {
		font-size: 20px !important;
		line-height: 20px !important;
		margin-bottom: 5px !important;
	}
	.Healthier-Skin-Day-After-Day .feature p {
		font-size: 18px !important;
		line-height: 25px !important;
	}
	.AAT-Whats_included {
		display: block;
		padding: 20px 0px;
	}
	.AAT-Whats_included .AAT-Whats_included-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.Healthier-Skin-Day-After-Day .feature {
		justify-content: left;
		align-items: center;
		text-align: left;
	}
	.Healthier-Skin-Day-After-Day .tab-panel {
		grid-template-columns: 2fr 1fr !important;
		text-align: center;
	}
	.Healthier-Skin-Day-After-Day .tab-btn {
		padding: 10px 20px !important;
		font-size: 20px !important;
	}
}



@media screen and (max-width: 768px) {
	.Meet-the-Anti-Aging-Trio {
		padding: 40px 20px !important;
	}
  .trio-grid {
    display: grid !important;
    gap: 50px;
  }
	.trio-content {
		padding: 15px;
	}
  .trio-card{
    border-radius: 100px 100px 10px 10px;
  }
	.trio-content h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.before-after {
		display: block !important;
	}
	.before-after-text, .before-after-img {
		width: 100% !important;
		max-width: 90% !important;
		margin: 0 auto;
		text-align: center;
	}
	.before-after-img {
		margin-top: 20px;
    margin-bottom: 100px;
	}
  .before-after-checklist p {
    text-align: left;
  }
	.AAT-Whats_included {
		display: block !important;
		padding: 20px 0px !important;
	}
	.AAT-Whats_included .AAT-Whats_included-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.Healthier-Skin-Day-After-Day .badge {
		padding: 10px 15px !important;
		font-size: 12px !important;
	}
	.Healthier-Skin-Day-After-Day .tab-content-main {
		padding: 20px !important;
	}
	.Healthier-Skin-Day-After-Day .feature img {
		max-width: 25px !important;
		max-height: 25px !important;
	}
	.Healthier-Skin-Day-After-Day .feature h4 {
		font-size: 20px !important;
		line-height: 20px !important;
		margin-bottom: 5px !important;
	}
	.Healthier-Skin-Day-After-Day .feature p {
		font-size: 18px !important;
		line-height: 25px !important;
	}
	.AAT-Whats_included {
		display: block;
		padding: 20px 0px;
	}
	.AAT-Whats_included .AAT-Whats_included-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.Healthier-Skin-Day-After-Day .feature {
		justify-content: left;
		align-items: center;
		text-align: left;
	}
	.Healthier-Skin-Day-After-Day .tab-panel {
		grid-template-columns: 1fr !important;
		text-align: center;
    gap: 30px;
	}
	.Healthier-Skin-Day-After-Day .tab-btn {
		padding: 10px 20px !important;
		font-size: 20px !important;
	}
  .how-to-use-main .steps {
        gap: 10px;
  }
  .how-to-use-main .step-card h3 {
    font-size: 15px !important;
  }
  .how-to-use-main .step-card p{
    font-size: 12px !important;
  }
  .AAT-Whats_included .AAT-Whats_included-img img{
    min-width: 100% !important;
  }
  .anti-aging-trio-You-May-Also-Like .grid__item{
    width: calc((100% - 0px) / 1) !important;
  }
}

.boosters.d-flex.justify-content-center.w-100.my-4.my-lg-5.py-4.py-lg-5 {
    display: none !important;
}

@media screen and (max-width: 480px) {
  .Meet-the-Anti-Aging-Trio {
    margin-top: 30px;
  }
  body#riversol-anti-aging-trio-skincare-kit-reduce-fine-lines-amp-wrinkles-cleanser-anti-aging-serum-amp-moisturizer {
    padding-top: 150px !important;
  }
  .anti-aging-trio-product-images.position-relative.grid__item.large-up--one-half.variant-images {
    padding-left: 30px;
  }
  .Dr-Jason-Rivers, .Questions,.how-to-use-main .how-to-use {
    padding: 30px 20px !important;
  }
  .how-to-use-main .image-wrapper{
    margin-bottom: 10px !important;
  }
  .how-to-use-main .steps{
    display: grid !important;
  }
  .Dr-Jason-Rivers h2,.Questions .Questions-title h2{
    font-size: 30px !important;
    line-height: normal !important;
  }
  .Questions .Questions-title p{
    font-size: 20px;
    line-height: 24px;
  }
  .Questions .accordion__header {
    text-align: left;
  }
  .Shipping-Returns {
    padding: 0px 20px;
  }
  #custom-product-page-full .product__upsell .upsell-acessories .upsell-item .upsell-text{
    text-align: left;
  }
  .Healthier-Skin-Day-After-Day .hero h2 {
    font-size: 20px !important;
  }
  .Healthier-Skin-Day-After-Day .hero p {
    font-size: 16px !important;
  }
  .Get-in-Touch-main{
    padding: 51px 20px !important;
  }
  .Get-in-Touch-main .Get-in-Touch h2{
    font-size: 30px !important;
  }
  .Anti-Aging-Trio-IG-posts {
    grid-template-columns: repeat(auto-fit, minmax(150px, 3fr));
    gap: 10px;
  }
  .play-btn{
    width: 30px;
    height: 30px;
  }
  .play-btn::before{
    border-width: 10px 0 10px 10px;
  }
}
#custom-product-page-full .product__upsell .upsell-acessories .upsell-item.selected {
    background: #d9f4f4 !important;
}


.how-to-use-main .popup-box{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.85);
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.how-to-use-main .popup-content{
  position:relative;
  width:80%;
  max-width:800px;
  background:#fff;
  padding:10px;
}

.how-to-use-main .popup-close{
  position:absolute;
  top:-40px;
  right:0;
  background:#fff;
  border:none;
  font-size:18px;
  padding:6px 10px;
  cursor:pointer;
}

/* Disable scroll */
body.no-scroll{
  overflow:hidden;
}
.WatchTutorialbox {
  position: absolute;
  max-width: 500px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.WatchTutorialbox button {
    position: absolute;
    top: -30px;
    right: 20px;
    background: transparent;
    color: white;
    opacity: 1;
    z-index: 99999999;
    border: none;
}







.reviews-section {
	background: #e6f0ef;
	padding: 70px 20px;
}
.reviews-wrapper {
	max-width: 1200px;
	margin: auto;
}
/* rating area */

.review-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
}
.rating-bars {
	width: 50%;
}
.bar {
	display: flex;
	align-items: center;
	margin: 6px 0;
}
.bar span {
	color: #f4a623;
	width: 90px;
}
.bar p {
	margin-left: 10px !important;
	font-size: 13px;
	color: #666;
	margin: 0;
}
.progress {
	background: #ddd;
	height: 14px;
	flex: 1;
	border-radius: 0;
	margin-left: 10px;
	overflow: hidden;
	max-width: 200px;
}
.progress div {
	height: 100%;
	background: #f4a623;
}
/* rating score */

.rating-score {
	text-align: center;
	width: 40%;
}
.rating-score .stars {
	color: #f4a623;
	font-size: 22px;
}
.rating-score h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: 0%;
	color: #008B9E;
}
/* slider */

.review-slider {
	margin: 40px 0;
}
.review-card {
	width: 360px;
	margin-right: 25px;
	background: white;
	border-radius: 14px;
	padding: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.review-user {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.review-user img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 12px;
	background: #e6f0ef;
	object-fit: cover;
	padding: 2px;
}
.review-user h4 {
	margin: 0;
	font-size: 16px;
}
.review-card p {
	font-size: 14px;
	line-height: 1.6;
	color: #444;
}
/* buttons */

.review-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.write-review {
	background: #4aa6a1;
	border: none;
	padding: 14px 28px;
	border-radius: 10px;
	color: white;
	font-weight: 600;
}
.ask-question {
	background: white;
	border: 2px solid #cfd8d8;
	padding: 14px 28px;
	border-radius: 10px;
	font-weight: 600;
}
/* flickity arrows */

.flickity-prev-next-button {
	background: #1aa3a8;
	width: 40px;
	height: 40px;
}
.flickity-prev-next-button svg {
	fill: white;
}
.reviews-section button.flickity-button {
  background: #03C1D5 !important;
}
.reviews-section button.flickity-button svg {
  transform: rotate(180deg);
  fill: white !important;
}
.reviews-section button.flickity-button svg path {
  fill: white;
}
/* responsive */

@media(max-width:900px) {
	.review-summary {
		flex-direction: column;
		text-align: center;
	}
	.rating-bars, .rating-score {
		width: 100%;
	}
	.review-card {
		width: 280px;
	}
}








.popup{
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  justify-content:center;
  align-items:center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  width: 50%;
  max-width: 500px;
  text-align: center;
  position: relative;
}


.close-popup{
  position:absolute;
  right:10px;
  top:10px;
  font-size:20px;
  cursor:pointer;
}

.popup input{
  width:100%;
  margin:10px 0;
  padding:8px;
}



@media(max-width:480px) {
  .popup-content{
    width: 90% !important;
  }
}