.elementor-8330 .elementor-element.elementor-element-cc25e10{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8330 .elementor-element.elementor-element-03ddf86{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8330 .elementor-element.elementor-element-b1ff5d1{margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8330 .elementor-element.elementor-element-a6b7e72{--display:flex;}.elementor-8330 .elementor-element.elementor-element-a6a440b{--display:flex;}.elementor-8330 .elementor-element.elementor-element-f05f6d4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:-50px 0px 0px 0px;}.elementor-8330 .elementor-element.elementor-element-c6b8151{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8330 .elementor-element.elementor-element-997a5f9{--display:flex;}.elementor-8330 .elementor-element.elementor-element-8e18bab{margin:-100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-8330 .elementor-element.elementor-element-a6b7e72{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-8330 .elementor-element.elementor-element-edee1f4{text-align:center;}.elementor-8330 .elementor-element.elementor-element-edee1f4 img{width:100%;}.elementor-8330 .elementor-element.elementor-element-5fda9cc{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8330 .elementor-element.elementor-element-5fda9cc.elementor-element{--align-self:center;}.elementor-8330 .elementor-element.elementor-element-dbc6f37{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8330 .elementor-element.elementor-element-dbc6f37.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-5ae5d27 *//* ==========================================
   REVITALTIDE HERO
   COMPLETE RESPONSIVE VERSION
   ========================================== */


/* ==========================================
   DESKTOP / BASE
   ========================================== */

.rt-home-hero {
    position: relative;
    z-index: 1;

    width: 100vw;
    margin-left: calc(50% - 50vw);

    padding: 0 42px 72px;

    overflow: visible;

    background:
        radial-gradient(
            circle at 82% 43%,
            rgba(78, 169, 205, 0.13) 0%,
            rgba(78, 169, 205, 0) 36%
        ),
        linear-gradient(
            100deg,
            #ffffff 0%,
            #ffffff 48%,
            #f3faff 100%
        );
}


/* ==========================================
   MAIN LAYOUT
   ========================================== */

.rt-hero-inner {
    position: relative;

    width: 100%;
    max-width: 1400px;
    min-height: 620px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 52% 48%;

    align-items: center;
}


/* ==========================================
   LEFT CONTENT
   ========================================== */

.rt-hero-left {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 720px;

    padding: 48px 0 88px;
}


.rt-hero-eyebrow {
    color: #4c51cf;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;

    letter-spacing: .25px;

    text-transform: uppercase;
}


.rt-hero-accent {
    width: 112px;
    height: 5px;

    margin: 15px 0 28px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #5929d4 0%,
            #3e6bd0 48%,
            #26a7b5 100%
        );
}


/* ==========================================
   HEADLINE
   ========================================== */

.rt-hero-left h1 {
    margin: 0 0 30px;

    color: #111b2e;

    font-size: 66px;
    line-height: .95;

    letter-spacing: -3px;

    font-weight: 900;
}


.rt-hero-left h1 span {
    display: block;
}


.rt-hero-left h1 span:last-child {
    white-space: nowrap;
}


/* ==========================================
   DESCRIPTION
   ========================================== */

.rt-hero-description {
    width: 100%;
    max-width: 610px;

    margin: 0 0 32px;

    color: #334155;

    font-size: 18px;
    line-height: 1.55;
}


/* ==========================================
   BUTTONS
   ========================================== */

.rt-hero-actions {
    display: flex;
    align-items: center;

    gap: 16px;

    margin: 0 0 28px;
}


.rt-hero-primary,
.rt-hero-secondary {
    min-height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 27px;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none !important;

    white-space: nowrap;

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}


.rt-hero-primary:hover,
.rt-hero-secondary:hover {
    transform: translateY(-2px);
}


.rt-hero-primary {
    gap: 11px;

    color: #ffffff !important;

    background:
        linear-gradient(
            110deg,
            #5929d4 0%,
            #3e6bd0 50%,
            #27a9b8 100%
        );

    box-shadow:
        0 10px 25px rgba(70,94,205,.17);
}


.rt-hero-secondary {
    gap: 9px;

    color: #356bb3 !important;

    border: 2px solid #7795c7;

    background: rgba(255,255,255,.92);
}


.rt-arrow {
    font-size: 20px;
    line-height: 1;
}


/* MOBILE BUTTON HIDDEN BY DEFAULT */

.rt-mobile-shop {
    display: none;
}


/* ==========================================
   DISCLAIMER
   ========================================== */

.rt-hero-research {
    display: flex;
    align-items: center;

    gap: 11px;

    color: #475569;

    font-size: 14px;
    line-height: 1.4;
}


.rt-hero-research svg {
    width: 24px;
    height: 24px;

    flex: 0 0 24px;

    color: #3975bd;
}


/* ==========================================
   SVG STYLING
   ========================================== */

.rt-hero-primary svg,
.rt-hero-research svg,
.rt-trust-point svg {
    fill: none !important;

    stroke: currentColor !important;

    stroke-width: 1.8 !important;

    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


.rt-hero-primary svg *,
.rt-hero-research svg *,
.rt-trust-point svg * {
    fill: none !important;

    stroke: currentColor !important;
}


.rt-hero-primary svg {
    width: 21px;
    height: 21px;
}


/* ==========================================
   RIGHT PRODUCT AREA
   ========================================== */

.rt-hero-visual {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 620px;

    align-self: stretch;

    overflow: visible;
}


/* ==========================================
   MOLECULE
   ========================================== */

.rt-hero-molecule {
    position: absolute;

    width: 340px;
    height: 285px;

    right: -25px;
    top: 18px;

    z-index: 0;

    opacity: .15;

    pointer-events: none;
}


.rt-hero-molecule svg {
    width: 100%;
    height: 100%;

    display: block;

    overflow: visible;
}


.rt-mol-lines {
    fill: none !important;

    stroke: url(#rtMoleculeGradient) !important;

    stroke-width: 3 !important;

    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


.rt-mol-lines path {
    fill: none !important;

    stroke: url(#rtMoleculeGradient) !important;
}


.rt-mol-nodes {
    fill: #edf5ff !important;

    stroke: #7997dd !important;

    stroke-width: 2.5 !important;
}


.rt-mol-nodes circle {
    fill: #edf5ff !important;

    stroke: #7997dd !important;

    stroke-width: 2.5 !important;
}


/* ==========================================
   VIALS
   ========================================== */

.rt-vial {
    position: absolute;

    display: block;

    height: auto;

    object-fit: contain;

    transform-origin: bottom center;
}


.rt-vial-back-left {
    width: 40%;

    left: -7%;
    bottom: 72px;

    z-index: 1;

    opacity: .42;

    filter:
        blur(1.3px)
        drop-shadow(0 16px 20px rgba(30,48,75,.08));
}


.rt-vial-mid-left {
    width: 47%;

    left: 5%;
    bottom: 52px;

    z-index: 3;

    opacity: .68;

    filter:
        blur(.6px)
        drop-shadow(0 18px 22px rgba(30,48,75,.10));
}


.rt-vial-main {
    width: 76%;

    left: 51%;
    bottom: 18px;

    transform: translateX(-50%);

    z-index: 10;

    opacity: 1;

    filter:
        drop-shadow(0 28px 30px rgba(30,48,75,.16));
}


.rt-vial-mid-right {
    width: 47%;

    right: 5%;
    bottom: 52px;

    z-index: 3;

    opacity: .68;

    filter:
        blur(.6px)
        drop-shadow(0 18px 22px rgba(30,48,75,.10));
}


.rt-vial-back-right {
    width: 40%;

    right: -7%;
    bottom: 72px;

    z-index: 1;

    opacity: .42;

    filter:
        blur(1.3px)
        drop-shadow(0 16px 20px rgba(30,48,75,.08));
}


/* ==========================================
   PRODUCT SHADOW
   ========================================== */

.rt-hero-visual::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 8px;

    transform: translateX(-50%);

    width: 78%;
    height: 44px;

    z-index: 0;

    pointer-events: none;

    background:
        radial-gradient(
            ellipse at center,
            rgba(20,31,56,.15) 0%,
            rgba(20,31,56,.07) 42%,
            rgba(20,31,56,0) 75%
        );
}


/* ==========================================
   TRUST BAR
   ========================================== */

.rt-hero-trust {
    position: absolute;

    left: 50%;
    bottom: -26px;

    transform: translateX(-50%);

    z-index: 2;

    width: calc(100% - 120px);
    max-width: 1280px;

    min-height: 104px;

    display: grid;
    grid-template-columns: repeat(4,1fr);

    align-items: center;

    padding: 16px 28px;

    border-radius: 15px;

    background: rgba(255,255,255,.97);

    box-shadow:
        0 16px 45px rgba(28,50,77,.11),
        0 2px 8px rgba(28,50,77,.04);
}


.rt-trust-point {
    min-height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    border-right: 1px solid #dfe5ed;
}


.rt-trust-point:last-child {
    border-right: 0;
}


.rt-trust-point svg {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    color: #4770ca;
}


.rt-trust-point strong {
    display: block;

    color: #376dba;

    font-size: 16px;
    line-height: 1.15;
}


.rt-trust-point span {
    display: block;

    margin-top: 4px;

    color: #273444;

    font-size: 13px;
    line-height: 1.2;
}


/* ==========================================================
   SMALL DESKTOP
   1101px - 1350px
   ========================================================== */

@media (min-width:1101px) and (max-width:1350px) {

    .rt-home-hero {
        padding: 0 34px 66px;
    }

    .rt-hero-inner {
        min-height: 560px;

        grid-template-columns: 52% 48%;
    }

    .rt-hero-left {
        padding: 38px 0 72px;
    }

    .rt-hero-eyebrow {
        font-size: 13px;
    }

    .rt-hero-accent {
        width: 100px;
        height: 4px;

        margin: 13px 0 24px;
    }

    .rt-hero-left h1 {
        font-size: 56px;
        line-height: .96;

        letter-spacing: -2.3px;

        margin-bottom: 25px;
    }

    .rt-hero-description {
        max-width: 540px;

        font-size: 16px;

        margin-bottom: 27px;
    }

    .rt-hero-actions {
        gap: 13px;

        margin-bottom: 23px;
    }

    .rt-hero-primary,
    .rt-hero-secondary {
        min-height: 52px;

        padding: 0 21px;

        font-size: 12px;
    }

    .rt-hero-research {
        font-size: 12px;
    }

    .rt-hero-research svg {
        width: 21px;
        height: 21px;

        flex-basis: 21px;
    }

    .rt-hero-visual {
        height: 560px;
    }

    .rt-hero-molecule {
        width: 285px;
        height: 235px;

        right: -20px;
        top: 18px;
    }

    .rt-vial-main {
        width: 72%;

        bottom: 20px;
    }

    .rt-vial-mid-left,
    .rt-vial-mid-right {
        width: 45%;

        bottom: 50px;
    }

    .rt-vial-back-left,
    .rt-vial-back-right {
        width: 38%;

        bottom: 68px;
    }

    .rt-hero-visual::after {
        width: 80%;
        height: 40px;

        bottom: 10px;
    }

    .rt-hero-trust {
        width: calc(100% - 100px);

        min-height: 94px;

        padding: 14px 22px;

        bottom: -22px;
    }

    .rt-trust-point {
        gap: 11px;
    }

    .rt-trust-point svg {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }

    .rt-trust-point strong {
        font-size: 14px;
    }

    .rt-trust-point span {
        font-size: 11px;
    }
}


/* ==========================================================
   TABLET
   768px - 1100px
   ========================================================== */

@media (min-width:768px) and (max-width:1100px) {

    .rt-home-hero {
        padding: 0 26px 48px !important;

        overflow: hidden !important;
    }

    .rt-hero-inner {
        width: 100% !important;
        max-width: 100% !important;

        min-height: 350px !important;

        display: grid !important;
        grid-template-columns: 58% 42% !important;

        gap: 0 !important;

        align-items: center !important;
    }

    .rt-hero-left {
        width: 100% !important;
        max-width: none !important;

        padding: 18px 0 24px !important;

        position: relative !important;

        z-index: 20 !important;
    }

    .rt-hero-eyebrow {
        font-size: 12px !important;
    }

    .rt-hero-accent {
        width: 90px !important;
        height: 4px !important;

        margin: 10px 0 16px !important;
    }

    .rt-hero-left h1 {
        margin: 0 0 16px !important;

        color: #111b2e !important;

        font-size: 39px !important;
        line-height: .98 !important;

        letter-spacing: -1.5px !important;

        font-weight: 900 !important;
    }

    .rt-hero-left h1 span {
        display: block !important;
    }

    .rt-hero-left h1 span:first-child,
    .rt-hero-left h1 span:last-child {
        white-space: nowrap !important;
    }

    .rt-hero-description {
        width: 100% !important;
        max-width: 390px !important;

        margin: 0 0 16px !important;

        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .rt-hero-actions {
        display: flex !important;
        flex-direction: row !important;

        align-items: center !important;

        gap: 10px !important;

        margin-bottom: 14px !important;
    }

    .rt-hero-primary,
    .rt-hero-secondary {
        width: auto !important;

        min-height: 44px !important;

        padding: 0 13px !important;

        font-size: 10px !important;

        border-radius: 7px !important;

        white-space: nowrap !important;
    }

    .rt-hero-primary svg {
        width: 16px !important;
        height: 16px !important;
    }

    .rt-hero-research {
        width: 100% !important;
        max-width: 370px !important;

        display: flex !important;

        align-items: flex-start !important;

        gap: 8px !important;

        font-size: 11px !important;
        line-height: 1.35 !important;
    }

    .rt-hero-research svg {
        width: 18px !important;
        height: 18px !important;

        flex: 0 0 18px !important;
    }

    .rt-hero-visual {
        position: relative !important;

        width: 100% !important;
        height: 350px !important;

        overflow: visible !important;
    }

    .rt-hero-molecule {
        width: 180px !important;
        height: 145px !important;

        right: -16px !important;
        top: 0 !important;

        opacity: .11 !important;
    }

    .rt-vial-back-left {
        width: 43% !important;

        left: 2% !important;
        bottom: 72px !important;
    }

    .rt-vial-mid-left {
        width: 51% !important;

        left: 12% !important;
        bottom: 50px !important;
    }

    .rt-vial-main {
        width: 82% !important;

        left: 62% !important;
        bottom: 18px !important;

        transform: translateX(-50%) !important;
    }

    .rt-vial-mid-right {
        width: 51% !important;

        right: -4% !important;
        bottom: 50px !important;
    }

    .rt-vial-back-right {
        width: 43% !important;

        right: -15% !important;
        bottom: 72px !important;
    }

    .rt-hero-visual::after {
        width: 90% !important;
        height: 30px !important;

        bottom: 10px !important;
    }

    .rt-hero-trust {
        width: calc(100% - 70px) !important;
        max-width: 900px !important;

        min-height: 76px !important;

        bottom: -12px !important;

        padding: 8px 16px !important;

        border-radius: 13px !important;
    }

    .rt-trust-point {
        min-height: 42px !important;

        gap: 8px !important;

        padding: 0 6px !important;
    }

    .rt-trust-point svg {
        width: 27px !important;
        height: 27px !important;

        flex: 0 0 27px !important;
    }

    .rt-trust-point strong {
        font-size: 12px !important;

        line-height: 1.1 !important;
    }

    .rt-trust-point span {
        margin-top: 2px !important;

        font-size: 9px !important;

        line-height: 1.15 !important;
    }
}


/* ==========================================================
   MOBILE
   767px AND BELOW
   ========================================================== */

@media (max-width:767px) {

    .rt-home-hero {
        padding: 14px 14px 28px !important;

        overflow: hidden !important;
    }


    /* ======================================
       MOBILE ORDER
       ====================================== */

    .rt-hero-inner {
        width: 100% !important;

        min-height: auto !important;

        margin: 0 !important;

        display: flex !important;
        flex-direction: column !important;
    }


    /* ======================================
       IMAGE PANEL
       ====================================== */

    .rt-hero-visual {
        order: 1 !important;

        position: relative !important;

        width: 100% !important;
        height: auto !important;

        aspect-ratio: 1.08 / 1 !important;

        margin: 0 0 8px !important;

        border-radius: 16px !important;

        overflow: hidden !important;

        background:
            radial-gradient(
                circle at 50% 54%,
                rgba(107,171,221,.20) 0%,
                rgba(107,171,221,.07) 44%,
                rgba(255,255,255,0) 76%
            ),
            linear-gradient(
                145deg,
                #eff8ff 0%,
                #f8fcff 54%,
                #eaf5fd 100%
            ) !important;
    }


    /* MOLECULE */

    .rt-hero-molecule {
        width: 145px !important;
        height: 120px !important;

        right: -23px !important;
        top: -12px !important;

        opacity: .10 !important;
    }


    /* ======================================
       MOBILE VIALS
       CENTER FILLS TOP TO BOTTOM
       SIDE VIALS SPREAD OUT
       ====================================== */

    .rt-vial-main {
        width: auto !important;
        height: 96% !important;

        left: 50% !important;

        top: 2% !important;
        bottom: auto !important;

        transform: translateX(-50%) !important;

        object-fit: contain !important;

        z-index: 10 !important;

        opacity: 1 !important;
    }


    /* MID LEFT - PULLED OUT */

    .rt-vial-mid-left {
        width: auto !important;
        height: 77% !important;

        left: -1% !important;

        top: 20% !important;
        bottom: auto !important;

        object-fit: contain !important;

        z-index: 5 !important;

        opacity: .82 !important;

        filter:
            blur(.2px)
            drop-shadow(0 12px 16px rgba(30,48,75,.10)) !important;
    }


    /* MID RIGHT - PULLED OUT */

    .rt-vial-mid-right {
        width: auto !important;
        height: 77% !important;

        right: -1% !important;

        top: 20% !important;
        bottom: auto !important;

        object-fit: contain !important;

        z-index: 5 !important;

        opacity: .82 !important;

        filter:
            blur(.2px)
            drop-shadow(0 12px 16px rgba(30,48,75,.10)) !important;
    }


    /* FAR LEFT - EVEN FURTHER OUT */

    .rt-vial-back-left {
        width: auto !important;
        height: 62% !important;

        left: -15% !important;

        top: 34% !important;
        bottom: auto !important;

        object-fit: contain !important;

        z-index: 2 !important;

        opacity: .60 !important;

        filter:
            blur(.5px)
            drop-shadow(0 10px 14px rgba(30,48,75,.08)) !important;
    }


    /* FAR RIGHT - EVEN FURTHER OUT */

    .rt-vial-back-right {
        width: auto !important;
        height: 62% !important;

        right: -15% !important;

        top: 34% !important;
        bottom: auto !important;

        object-fit: contain !important;

        z-index: 2 !important;

        opacity: .60 !important;

        filter:
            blur(.5px)
            drop-shadow(0 10px 14px rgba(30,48,75,.08)) !important;
    }


    /* PRODUCT SHADOW */

    .rt-hero-visual::after {
        width: 82% !important;
        height: 24px !important;

        left: 50% !important;
        bottom: 1% !important;

        transform: translateX(-50%) !important;
    }


    /* ======================================
       MOBILE SHOP BUTTON
       ====================================== */

    .rt-mobile-shop {
        order: 2 !important;

        width: 100% !important;
        min-height: 54px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 10px !important;

        margin: 0 0 16px !important;

        padding: 0 18px !important;

        border-radius: 9px !important;

        color: #ffffff !important;

        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1 !important;

        text-decoration: none !important;

        background:
            linear-gradient(
                110deg,
                #5929d4 0%,
                #3e6bd0 50%,
                #27a9b8 100%
            ) !important;

        box-shadow:
            0 10px 24px rgba(70,94,205,.16) !important;
    }


    .rt-mobile-shop svg {
        width: 19px !important;
        height: 19px !important;

        fill: none !important;

        stroke: currentColor !important;

        stroke-width: 1.8 !important;

        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }


    .rt-mobile-shop svg * {
        fill: none !important;

        stroke: currentColor !important;
    }


    /* ======================================
       MOBILE TEXT
       ====================================== */

    .rt-hero-left {
        order: 3 !important;

        width: 100% !important;
        max-width: none !important;

        padding: 0 !important;

        text-align: left !important;
    }


    .rt-hero-eyebrow {
        margin: 0 !important;

        font-size: 12px !important;
        line-height: 1.2 !important;

        text-align: left !important;
    }


    .rt-hero-accent {
        width: 82px !important;
        height: 4px !important;

        margin: 11px 0 20px !important;
    }


    .rt-hero-left h1 {
        margin: 0 0 18px !important;

        color: #111b2e !important;

        font-size: clamp(32px,8.8vw,40px) !important;

        line-height: .98 !important;

        letter-spacing: -1.4px !important;

        font-weight: 900 !important;

        text-align: left !important;
    }


    .rt-hero-left h1 span {
        display: block !important;
    }


    .rt-hero-left h1 span:last-child {
        white-space: normal !important;
    }


    .rt-hero-description {
        width: 100% !important;
        max-width: none !important;

        margin: 0 0 20px !important;

        color: #334155 !important;

        font-size: 14px !important;
        line-height: 1.55 !important;

        text-align: left !important;
    }


    /* ======================================
       ORIGINAL BUTTON ROW
       HIDE DUPLICATE SHOP BUTTON
       ====================================== */

    .rt-hero-actions {
        width: 100% !important;

        display: block !important;

        margin: 0 0 18px !important;
    }


    .rt-hero-actions .rt-hero-primary {
        display: none !important;
    }


    .rt-hero-secondary {
        width: 100% !important;
        min-height: 52px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 18px !important;

        font-size: 12px !important;

        border-radius: 8px !important;
    }


    /* ======================================
       DISCLAIMER
       ====================================== */

    .rt-hero-research {
        width: 100% !important;

        display: flex !important;

        justify-content: flex-start !important;
        align-items: flex-start !important;

        gap: 9px !important;

        margin: 0 !important;

        font-size: 12px !important;
        line-height: 1.45 !important;

        text-align: left !important;
    }


    .rt-hero-research svg {
        width: 20px !important;
        height: 20px !important;

        flex: 0 0 20px !important;
    }


    /* ======================================
       MOBILE TRUST GRID
       ====================================== */

    .rt-hero-trust {
        position: relative !important;

        left: auto !important;
        bottom: auto !important;

        transform: none !important;

        width: 100% !important;

        display: grid !important;

        grid-template-columns:
            repeat(2,1fr) !important;

        margin: 26px auto 0 !important;

        padding: 10px !important;

        gap: 0 !important;

        border-radius: 14px !important;

        background: rgba(255,255,255,.98) !important;
    }


    .rt-trust-point {
        min-height: 94px !important;

        display: flex !important;

        flex-direction: column !important;

        justify-content: center !important;
        align-items: center !important;

        gap: 5px !important;

        padding: 12px 8px !important;

        text-align: center !important;

        border-right: 0 !important;
        border-bottom: 1px solid #e3e8ef !important;
    }


    .rt-trust-point:nth-child(odd) {
        border-right:
            1px solid #e3e8ef !important;
    }


    .rt-trust-point:nth-child(3),
    .rt-trust-point:nth-child(4) {
        border-bottom: 0 !important;
    }


    .rt-trust-point svg {
        width: 32px !important;
        height: 32px !important;

        flex: 0 0 32px !important;
    }


    .rt-trust-point strong {
        font-size: 13px !important;

        line-height: 1.15 !important;
    }


    .rt-trust-point span {
        margin-top: 1px !important;

        font-size: 10px !important;

        line-height: 1.2 !important;
    }
}


/* ==========================================
   KEEP STICKY HEADER ABOVE HERO
   ========================================== */

.site-header,
.main-header,
header.site-header,
.sticky-header,
.shoptimizer-sticky-header {
    position: relative;

    z-index: 9999 !important;
}


.rt-home-hero {
    position: relative;

    z-index: 1;
}


.rt-hero-trust,
.rt-hero-left,
.rt-hero-visual {
    z-index: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03ddf86 *//* ==========================================
   REVITALTIDE GUARANTEE SECTION
   ========================================== */

.rt-guarantee-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);

    padding: 92px 30px 88px;

    background:
        radial-gradient(
            circle at 82% 10%,
            rgba(76, 98, 207, 0.08) 0%,
            rgba(76, 98, 207, 0) 34%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbff 100%
        );
}


.rt-guarantee-inner {
    width: 100%;
    max-width: 1240px;

    margin: 0 auto;
}


/* ==========================================
   HEADING
   ========================================== */

.rt-guarantee-heading {
    max-width: 790px;

    margin: 0 auto 52px;

    text-align: center;
}


.rt-guarantee-eyebrow {
    color: #4c51cf;

    font-size: 13px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.rt-guarantee-accent {
    width: 86px;
    height: 4px;

    margin: 13px auto 21px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #5929D4 0%,
            #3E6BD0 50%,
            #27A9B8 100%
        );
}


.rt-guarantee-heading h2 {
    margin: 0 0 20px;

    color: #111b2e;

    font-size: 50px;
    line-height: .98;

    letter-spacing: -2px;

    font-weight: 900;
}


.rt-guarantee-heading p {
    max-width: 700px;

    margin: 0 auto;

    color: #536273;

    font-size: 17px;
    line-height: 1.6;
}


/* ==========================================
   GRID
   ========================================== */

.rt-guarantee-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-bottom: 28px;
}


/* ==========================================
   CARDS
   ========================================== */

.rt-guarantee-card {
    position: relative;

    min-height: 245px;

    padding: 34px 32px 30px;

    overflow: hidden;

    border: 1px solid #e3e9f0;

    border-radius: 16px;

    background: rgba(255,255,255,.98);

    box-shadow:
        0 12px 34px rgba(28,50,77,.07);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.rt-guarantee-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 42px rgba(28,50,77,.11);
}


/* FEATURED PURITY CARD */

.rt-guarantee-card-featured {
    border: 1px solid rgba(80,91,210,.22);

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(44,170,184,.10),
            rgba(44,170,184,0) 36%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7f5ff 52%,
            #f1fbfc 100%
        );

    box-shadow:
        0 16px 40px rgba(77,82,200,.11);
}


.rt-guarantee-card-featured::before {
    content: "BEST GUARANTEE";

    position: absolute;

    top: 18px;
    right: 18px;

    padding: 7px 10px;

    border-radius: 999px;

    color: #4a52ca;

    background: #ffffff;

    box-shadow:
        0 4px 12px rgba(44,57,95,.08);

    font-size: 9px;
    font-weight: 900;

    letter-spacing: .8px;
}


/* NUMBER */

.rt-guarantee-number {
    position: absolute;

    right: 22px;
    bottom: 12px;

    color: rgba(60,86,174,.055);

    font-size: 72px;
    line-height: 1;

    font-weight: 900;

    pointer-events: none;
}


/* ==========================================
   ICON
   ========================================== */

.rt-guarantee-icon {
    width: 56px;
    height: 56px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 21px;

    border-radius: 14px;

    color: #4a63cf;

    background:
        linear-gradient(
            135deg,
            #f1efff 0%,
            #ecf9fc 100%
        );
}


.rt-guarantee-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-guarantee-icon svg * {
    fill: none;

    stroke: currentColor;
}


/* ==========================================
   CARD TEXT
   ========================================== */

.rt-guarantee-card h3 {
    margin: 0 0 11px;

    color: #172033;

    font-size: 21px;
    line-height: 1.18;

    font-weight: 850;
}


.rt-guarantee-card p {
    position: relative;
    z-index: 2;

    max-width: 480px;

    margin: 0;

    color: #607083;

    font-size: 14px;
    line-height: 1.6;
}


.rt-guarantee-card p strong {
    color: #273b77;

    font-weight: 800;
}


/* ==========================================
   TRUST STRIP
   ========================================== */

.rt-guarantee-trust {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    overflow: hidden;

    border: 1px solid #e4e9ef;

    border-radius: 14px;

    background: rgba(255,255,255,.92);

    box-shadow:
        0 10px 30px rgba(28,50,77,.055);
}


.rt-guarantee-trust-item {
    min-height: 74px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 14px;

    border-right: 1px solid #e4e9ef;

    color: #344253;

    font-size: 12px;
    font-weight: 700;

    text-align: center;
}


.rt-guarantee-trust-item:last-child {
    border-right: 0;
}


.rt-guarantee-trust-item svg {
    width: 23px;
    height: 23px;

    flex: 0 0 23px;

    color: #4972ca;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-guarantee-trust-item svg * {
    fill: none;

    stroke: currentColor;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 1000px) {

    .rt-guarantee-section {
        padding: 72px 24px 70px;
    }


    .rt-guarantee-heading {
        margin-bottom: 40px;
    }


    .rt-guarantee-heading h2 {
        font-size: 42px;
    }


    .rt-guarantee-card {
        min-height: 225px;

        padding: 28px 25px;
    }


    .rt-guarantee-trust {
        grid-template-columns: repeat(2, 1fr);
    }


    .rt-guarantee-trust-item:nth-child(2) {
        border-right: 0;
    }


    .rt-guarantee-trust-item:nth-child(1),
    .rt-guarantee-trust-item:nth-child(2) {
        border-bottom: 1px solid #e4e9ef;
    }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .rt-guarantee-section {
        padding: 54px 16px 52px;
    }


    .rt-guarantee-heading {
        margin-bottom: 28px;

        text-align: left;
    }


    .rt-guarantee-eyebrow {
        font-size: 10px;

        letter-spacing: .9px;
    }


    .rt-guarantee-accent {
        width: 72px;

        margin: 10px 0 17px;
    }


    .rt-guarantee-heading h2 {
        margin-bottom: 15px;

        font-size: 32px;
        line-height: 1;

        letter-spacing: -1.1px;
    }


    .rt-guarantee-heading p {
        margin: 0;

        font-size: 14px;
        line-height: 1.55;
    }


    /* ONE CARD PER ROW */

    .rt-guarantee-grid {
        grid-template-columns: 1fr;

        gap: 12px;

        margin-bottom: 18px;
    }


    .rt-guarantee-card {
        min-height: auto;

        padding: 22px 19px 21px;

        border-radius: 13px;
    }


    .rt-guarantee-card-featured::before {
        top: 15px;
        right: 14px;

        padding: 6px 8px;

        font-size: 8px;
    }


    .rt-guarantee-number {
        right: 13px;
        bottom: 5px;

        font-size: 54px;
    }


    .rt-guarantee-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 16px;

        border-radius: 12px;
    }


    .rt-guarantee-icon svg {
        width: 24px;
        height: 24px;
    }


    .rt-guarantee-card h3 {
        margin-bottom: 7px;

        font-size: 17px;
    }


    .rt-guarantee-card p {
        max-width: 90%;

        font-size: 12px;
        line-height: 1.5;
    }


    /* MOBILE TRUST STRIP */

    .rt-guarantee-trust {
        grid-template-columns: repeat(2,1fr);

        border-radius: 12px;
    }


    .rt-guarantee-trust-item {
        min-height: 72px;

        flex-direction: column;

        gap: 5px;

        padding: 10px 7px;

        font-size: 10px;
        line-height: 1.2;
    }


    .rt-guarantee-trust-item:nth-child(2) {
        border-right: 0;
    }


    .rt-guarantee-trust-item:nth-child(1),
    .rt-guarantee-trust-item:nth-child(2) {
        border-bottom: 1px solid #e4e9ef;
    }


    .rt-guarantee-trust-item svg {
        width: 24px;
        height: 24px;

        flex-basis: 24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1ff5d1 */.rt-shop-wrap {
    width: 100%;
}


/* SHOP BUTTON */

.rt-shop-button {
    width: 100%;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 18px;

    border-radius: 9px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none !important;

    background: linear-gradient(
        110deg,
        #5929D4 0%,
        #3E6BD0 50%,
        #27A9B8 100%
    );

    box-shadow: 0 10px 24px rgba(70, 94, 205, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}


.rt-shop-button:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 14px 30px rgba(70, 94, 205, 0.24);

    filter: brightness(1.04);
}


.rt-shop-button svg {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-shop-button svg * {
    fill: none;
    stroke: currentColor;
}


/* DISCLAIMER */

.rt-research-note {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 12px;

    color: #475569;

    font-size: 12px;
    line-height: 1.35;

    text-align: left;
}


.rt-research-note svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    color: #3975BD;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-research-note svg * {
    fill: none;
    stroke: currentColor;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fda9cc */.rt-shop-wrap {
    width: 100%;
}


/* SHOP BUTTON */

.rt-shop-button {
    width: 100%;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 18px;

    border-radius: 9px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none !important;

    background: linear-gradient(
        110deg,
        #5929D4 0%,
        #3E6BD0 50%,
        #27A9B8 100%
    );

    box-shadow: 0 10px 24px rgba(70, 94, 205, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}


.rt-shop-button:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 14px 30px rgba(70, 94, 205, 0.24);

    filter: brightness(1.04);
}


.rt-shop-button svg {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-shop-button svg * {
    fill: none;
    stroke: currentColor;
}


/* DISCLAIMER */

.rt-research-note {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 12px;

    color: #475569;

    font-size: 12px;
    line-height: 1.35;

    text-align: left;
}


.rt-research-note svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    color: #3975BD;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-research-note svg * {
    fill: none;
    stroke: currentColor;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4387597 *//* ==========================================
   REVITALTIDE MOBILE GUARANTEE SECTION
   ========================================== */

.rt-mobile-guarantee {
    width: 100%;

    padding: 46px 16px 48px;

    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(79, 95, 210, .08) 0%,
            rgba(79, 95, 210, 0) 33%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbff 100%
        );
}


.rt-mobile-guarantee-inner {
    width: 100%;
    max-width: 520px;

    margin: 0 auto;
}


/* ==========================================
   HEADING
   ========================================== */

.rt-mobile-guarantee-heading {
    margin-bottom: 26px;
}


.rt-mobile-guarantee-eyebrow {
    color: #4c51cf;

    font-size: 10px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: .9px;

    text-transform: uppercase;
}


.rt-mobile-guarantee-accent {
    width: 70px;
    height: 4px;

    margin: 10px 0 16px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #5929D4 0%,
            #3E6BD0 50%,
            #27A9B8 100%
        );
}


.rt-mobile-guarantee-heading h2 {
    margin: 0 0 14px;

    color: #111b2e;

    font-size: 32px;
    line-height: .98;

    letter-spacing: -1.1px;

    font-weight: 900;
}


.rt-mobile-guarantee-heading p {
    margin: 0;

    color: #596879;

    font-size: 14px;
    line-height: 1.55;
}


/* ==========================================
   FEATURED GUARANTEE
   ========================================== */

.rt-mobile-guarantee-featured {
    position: relative;

    padding: 22px 20px 21px;

    margin-bottom: 12px;

    overflow: hidden;

    border: 1px solid rgba(80, 91, 210, .22);

    border-radius: 15px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(39, 169, 184, .11),
            rgba(39, 169, 184, 0) 42%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7f5ff 55%,
            #f1fbfc 100%
        );

    box-shadow:
        0 14px 34px rgba(53, 67, 130, .10);
}


.rt-mobile-guarantee-badge {
    display: inline-flex;

    margin-bottom: 16px;

    padding: 6px 9px;

    border-radius: 999px;

    color: #4b56ca;

    background: rgba(255,255,255,.95);

    box-shadow:
        0 4px 12px rgba(40,55,90,.07);

    font-size: 8px;
    font-weight: 900;

    letter-spacing: .6px;
}


.rt-mobile-guarantee-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    border-radius: 12px;

    color: #4b62ce;

    background:
        linear-gradient(
            135deg,
            #f0edff,
            #eafafd
        );
}


.rt-mobile-guarantee-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-mobile-guarantee-icon svg * {
    fill: none;

    stroke: currentColor;
}


.rt-mobile-guarantee-featured h3 {
    margin: 0 0 8px;

    color: #172033;

    font-size: 20px;
    line-height: 1.15;

    font-weight: 850;
}


.rt-mobile-guarantee-featured p {
    margin: 0;

    color: #596879;

    font-size: 13px;
    line-height: 1.55;
}


.rt-mobile-guarantee-featured strong {
    color: #293f84;

    font-weight: 850;
}


/* ==========================================
   COMPACT BENEFITS
   ========================================== */

.rt-mobile-benefits {
    display: flex;
    flex-direction: column;

    gap: 10px;

    margin-bottom: 16px;
}


.rt-mobile-benefit {
    display: grid;

    grid-template-columns: 48px 1fr;

    gap: 14px;

    align-items: center;

    padding: 17px 16px;

    border: 1px solid #e4e9ef;

    border-radius: 13px;

    background: #ffffff;

    box-shadow:
        0 8px 22px rgba(28,50,77,.055);
}


.rt-mobile-benefit-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: #4c64ce;

    background:
        linear-gradient(
            135deg,
            #f1efff,
            #edf9fc
        );
}


.rt-mobile-benefit-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-mobile-benefit-icon svg * {
    fill: none;

    stroke: currentColor;
}


.rt-mobile-benefit h4 {
    margin: 0 0 4px;

    color: #172033;

    font-size: 15px;
    line-height: 1.2;

    font-weight: 800;
}


.rt-mobile-benefit p {
    margin: 0;

    color: #657386;

    font-size: 11.5px;
    line-height: 1.45;
}


/* ==========================================
   TRUST STRIP
   ========================================== */

.rt-mobile-trust {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    overflow: hidden;

    border: 1px solid #e3e9f0;

    border-radius: 13px;

    background: rgba(255,255,255,.96);

    box-shadow:
        0 8px 24px rgba(28,50,77,.05);
}


.rt-mobile-trust-item {
    min-height: 78px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 6px;

    padding: 10px 7px;

    color: #354456;

    font-size: 10px;
    line-height: 1.2;

    font-weight: 700;

    text-align: center;
}


.rt-mobile-trust-item:nth-child(odd) {
    border-right: 1px solid #e3e9f0;
}


.rt-mobile-trust-item:nth-child(1),
.rt-mobile-trust-item:nth-child(2) {
    border-bottom: 1px solid #e3e9f0;
}


.rt-mobile-trust-item svg {
    width: 24px;
    height: 24px;

    color: #4971c8;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-mobile-trust-item svg * {
    fill: none;

    stroke: currentColor;
}


/* ==========================================
   OPTIONAL: HIDE ON DESKTOP
   ========================================== */

@media (min-width: 768px) {

    .rt-mobile-guarantee {
        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbc6f37 */.rt-shop-wrap {
    width: 100%;
}


/* SHOP BUTTON */

.rt-shop-button {
    width: 100%;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 18px;

    border-radius: 9px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none !important;

    background: linear-gradient(
        110deg,
        #5929D4 0%,
        #3E6BD0 50%,
        #27A9B8 100%
    );

    box-shadow: 0 10px 24px rgba(70, 94, 205, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}


.rt-shop-button:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 14px 30px rgba(70, 94, 205, 0.24);

    filter: brightness(1.04);
}


.rt-shop-button svg {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-shop-button svg * {
    fill: none;
    stroke: currentColor;
}


/* DISCLAIMER */

.rt-research-note {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 12px;

    color: #475569;

    font-size: 12px;
    line-height: 1.35;

    text-align: left;
}


.rt-research-note svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    color: #3975BD;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-research-note svg * {
    fill: none;
    stroke: currentColor;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f05f6d4 *//* ==========================================================
   REVITALTIDE BEST SELLERS
   ========================================================== */

.rt-best-sellers-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);

    padding: 90px 30px 88px;

    overflow: hidden;

    background: #ffffff;
}


.rt-best-sellers-inner {
    width: 100%;
    max-width: 1240px;

    margin: 0 auto;
}


/* ==========================================================
   HEADING
   ========================================================== */

.rt-best-sellers-heading {
    max-width: 720px;

    margin: 0 auto 46px;

    text-align: center;
}


.rt-best-sellers-eyebrow {
    color: #4c51cf;

    font-size: 12px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 1.1px;

    text-transform: uppercase;
}


.rt-best-sellers-accent {
    width: 82px;
    height: 4px;

    margin: 12px auto 19px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #5929D4 0%,
            #3E6BD0 50%,
            #27A9B8 100%
        );
}


.rt-best-sellers-heading h2 {
    margin: 0 0 16px;

    color: #111b2e;

    font-size: 46px;
    line-height: 1;

    letter-spacing: -1.8px;

    font-weight: 900;
}


.rt-best-sellers-heading p {
    max-width: 620px;

    margin: 0 auto;

    color: #5b6879;

    font-size: 16px;
    line-height: 1.6;
}


/* ==========================================================
   DESKTOP GRID
   ========================================================== */

.rt-best-sellers-scroll {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 18px;
}


/* ==========================================================
   CARD
   ========================================================== */

.rt-best-seller-card {
    position: relative;

    min-width: 0;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    border: 1px solid #e4e9ef;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 10px 28px rgba(28,50,77,.07);

    color: inherit !important;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.rt-best-seller-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 38px rgba(28,50,77,.11);
}


/* ==========================================================
   IMAGE AREA
   ALL VIALS USE EXACTLY THE SAME RULES
   ========================================================== */

.rt-best-seller-image {
    position: relative;

    width: 100%;
    height: 300px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    padding: 8px;

    background:
        radial-gradient(
            circle at 50% 54%,
            rgba(87,155,211,.13) 0%,
            rgba(87,155,211,.04) 46%,
            rgba(255,255,255,0) 76%
        ),
        linear-gradient(
            145deg,
            #f3f9ff 0%,
            #fbfdff 100%
        );
}


/* REMOVE ANY OLD GENERATED SHADOW */

.rt-best-seller-image::before,
.rt-best-seller-image::after {
    display: none !important;

    content: none !important;
}


/* SAME IMAGE RULE FOR EVERY PRODUCT */

.rt-best-seller-image img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: contain !important;

    object-position: center center !important;

    transform: scale(1.08);

    filter: none !important;

    transition:
        transform .25s ease;
}


.rt-best-seller-card:hover
.rt-best-seller-image img {
    transform: scale(1.12);
}


/* ==========================================================
   CONTENT
   ========================================================== */

.rt-best-seller-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 20px 18px 18px;
}


.rt-best-seller-label {
    align-self: flex-start;

    margin-bottom: 9px;

    padding: 5px 8px;

    border-radius: 999px;

    color: #4b55c9;

    background:
        linear-gradient(
            135deg,
            #f0edff,
            #ecf9fc
        );

    font-size: 8px;
    line-height: 1;

    font-weight: 900;

    letter-spacing: .65px;

    text-transform: uppercase;
}


.rt-best-seller-content h3 {
    margin: 0 0 6px;

    color: #162033;

    font-size: 20px;
    line-height: 1.1;

    font-weight: 850;
}


.rt-best-seller-content p {
    margin: 0 0 20px;

    color: #687587;

    font-size: 12px;
    line-height: 1.45;
}


/* ==========================================================
   PRODUCT CTA
   ========================================================== */

.rt-best-seller-bottom {
    margin-top: auto;

    display: flex;

    align-items: center;
    justify-content: space-between;

    padding-top: 14px;

    border-top: 1px solid #edf0f4;

    color: #4358c7;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .5px;
}


.rt-best-seller-arrow {
    color: #357cae;

    font-size: 18px;
    line-height: 1;
}


/* ==========================================================
   VIEW ALL
   ========================================================== */

.rt-best-sellers-footer {
    margin-top: 34px;

    text-align: center;
}


.rt-best-sellers-view-all {
    min-height: 54px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 26px;

    border-radius: 9px;

    color: #ffffff !important;

    background:
        linear-gradient(
            110deg,
            #5929D4 0%,
            #3E6BD0 50%,
            #27A9B8 100%
        );

    box-shadow:
        0 10px 24px rgba(70,94,205,.16);

    font-size: 12px;
    font-weight: 850;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.rt-best-sellers-view-all:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(70,94,205,.22);
}


.rt-best-sellers-view-all span {
    font-size: 17px;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (min-width:768px) and (max-width:1000px) {

    .rt-best-sellers-section {
        padding: 72px 24px 70px;
    }


    .rt-best-sellers-heading h2 {
        font-size: 38px;
    }


    .rt-best-sellers-scroll {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 16px;
    }


    .rt-best-seller-image {
        height: 310px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width:767px) {

    .rt-best-sellers-section {
        padding: 52px 16px 50px;

        overflow: hidden;
    }


    /* HEADING */

    .rt-best-sellers-heading {
        margin-bottom: 26px;

        text-align: left;
    }


    .rt-best-sellers-eyebrow {
        font-size: 10px;

        letter-spacing: .85px;
    }


    .rt-best-sellers-accent {
        width: 70px;

        margin: 10px 0 16px;
    }


    .rt-best-sellers-heading h2 {
        margin-bottom: 13px;

        font-size: 31px;
        line-height: 1;

        letter-spacing: -1px;
    }


    .rt-best-sellers-heading p {
        margin: 0;

        font-size: 13px;
        line-height: 1.5;
    }


    /* CAROUSEL */

    .rt-best-sellers-scroll {
        display: flex !important;

        gap: 13px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-snap-type: x mandatory;

        scroll-padding-left: 16px;

        -webkit-overflow-scrolling: touch;

        padding:
            2px
            18%
            16px
            16px !important;

        margin-left: -16px !important;
        margin-right: -16px !important;

        scrollbar-width: none;

        overscroll-behavior-x: contain;

        touch-action: pan-x;
    }


    .rt-best-sellers-scroll::-webkit-scrollbar {
        display: none;
    }


    /* CARD */

    .rt-best-seller-card {
        flex: 0 0 78% !important;

        scroll-snap-align: start;

        border-radius: 14px;
    }


    /* IMAGE */

    .rt-best-seller-image {
        height: 320px;

        padding: 6px;
    }


    /* SAME SIZE FOR EVERY VIAL */

    .rt-best-seller-image img {
        width: 100% !important;
        height: 100% !important;

        max-width: none !important;
        max-height: none !important;

        object-fit: contain !important;

        transform: scale(1.12);
    }


    .rt-best-seller-card:hover
    .rt-best-seller-image img {
        transform: scale(1.12);
    }


    /* CONTENT */

    .rt-best-seller-content {
        padding: 18px 17px 17px;
    }


    .rt-best-seller-label {
        margin-bottom: 8px;

        font-size: 7.5px;
    }


    .rt-best-seller-content h3 {
        font-size: 20px;
    }


    .rt-best-seller-content p {
        margin-bottom: 17px;

        font-size: 11.5px;
    }


    .rt-best-seller-bottom {
        font-size: 10.5px;
    }


    /* VIEW ALL */

    .rt-best-sellers-footer {
        margin-top: 20px;
    }


    .rt-best-sellers-view-all {
        width: 100%;

        min-height: 53px;

        padding: 0 18px;

        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6b8151 *//* ==========================================================
   REVITALTIDE FAQ SECTION
   ========================================================== */

.rt-faq-section {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    padding: 88px 30px 90px;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(76, 92, 204, .07) 0%,
            rgba(76, 92, 204, 0) 32%
        ),
        linear-gradient(
            180deg,
            #f7fbff 0%,
            #ffffff 100%
        );
}


.rt-faq-inner {
    width: 100%;
    max-width: 980px;

    margin: 0 auto;
}


/* ==========================================================
   HEADING
   ========================================================== */

.rt-faq-heading {
    max-width: 700px;

    margin: 0 auto 42px;

    text-align: center;
}


.rt-faq-eyebrow {
    color: #4c51cf;

    font-size: 12px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.rt-faq-accent {
    width: 76px;
    height: 4px;

    margin: 11px auto 18px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #5929D4 0%,
            #3E6BD0 50%,
            #27A9B8 100%
        );
}


.rt-faq-heading h2 {
    margin: 0 0 15px;

    color: #111b2e;

    font-size: 44px;
    line-height: 1;

    letter-spacing: -1.6px;

    font-weight: 900;
}


.rt-faq-heading p {
    max-width: 600px;

    margin: 0 auto;

    color: #5f6d7c;

    font-size: 15px;
    line-height: 1.55;
}


/* ==========================================================
   FAQ LIST
   ========================================================== */

.rt-faq-list {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* ==========================================================
   FAQ ITEM
   ========================================================== */

.rt-faq-item {
    overflow: hidden;

    border: 1px solid #e2e8ef;

    border-radius: 12px;

    background: #ffffff;

    box-shadow:
        0 6px 18px rgba(28,50,77,.045);

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


.rt-faq-item[open] {
    border-color: rgba(76,95,202,.22);

    box-shadow:
        0 10px 26px rgba(47,65,120,.07);
}


/* ==========================================================
   QUESTION
   ========================================================== */

.rt-faq-item summary {
    min-height: 68px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 18px 20px;

    cursor: pointer;

    list-style: none;

    color: #172033;

    font-size: 15px;
    line-height: 1.3;

    font-weight: 800;
}


.rt-faq-item summary::-webkit-details-marker {
    display: none;
}


/* ==========================================================
   PLUS BUTTON
   ========================================================== */

.rt-faq-plus {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 999px;

    color: #4c5fca;

    background:
        linear-gradient(
            135deg,
            #f0edff,
            #ecf9fc
        );

    font-size: 20px;
    line-height: 1;

    transition:
        transform .2s ease;
}


.rt-faq-item[open] .rt-faq-plus {
    transform: rotate(45deg);
}


/* ==========================================================
   ANSWER
   ========================================================== */

.rt-faq-answer {
    max-width: 850px;

    padding:
        0 64px 20px 20px;

    color: #627184;

    font-size: 13px;
    line-height: 1.62;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1000px) {

    .rt-faq-section {
        padding: 72px 24px;
    }


    .rt-faq-heading h2 {
        font-size: 38px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .rt-faq-section {
        padding: 52px 16px 54px;
    }


    .rt-faq-heading {
        margin-bottom: 28px;

        text-align: left;
    }


    .rt-faq-eyebrow {
        font-size: 10px;

        letter-spacing: .85px;
    }


    .rt-faq-accent {
        width: 68px;

        margin: 9px 0 15px;
    }


    .rt-faq-heading h2 {
        margin-bottom: 12px;

        font-size: 31px;
        line-height: 1;

        letter-spacing: -1px;
    }


    .rt-faq-heading p {
        margin: 0;

        font-size: 13px;
        line-height: 1.5;
    }


    .rt-faq-list {
        gap: 8px;
    }


    .rt-faq-item {
        border-radius: 10px;
    }


    .rt-faq-item summary {
        min-height: 60px;

        gap: 12px;

        padding: 16px;

        font-size: 13px;
        line-height: 1.35;
    }


    .rt-faq-plus {
        width: 28px;
        height: 28px;

        flex: 0 0 28px;

        font-size: 18px;
    }


    .rt-faq-answer {
        padding:
            0 54px 17px 16px;

        font-size: 12px;
        line-height: 1.55;
    }

}

/* ==========================================================
   FAQ SHOP BUTTON
   ========================================================== */

.rt-faq-footer {
    margin-top: 34px;

    text-align: center;
}


.rt-faq-shop-button {
    min-height: 56px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 28px;

    border-radius: 9px;

    color: #ffffff !important;

    background:
        linear-gradient(
            110deg,
            #5929D4 0%,
            #3E6BD0 50%,
            #27A9B8 100%
        );

    box-shadow:
        0 10px 24px rgba(70,94,205,.17);

    font-size: 12px;
    font-weight: 850;
    line-height: 1;

    letter-spacing: .3px;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease;
}


.rt-faq-shop-button:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(70,94,205,.24);

    filter: brightness(1.04);
}


.rt-faq-shop-button svg {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rt-faq-shop-button svg * {
    fill: none;

    stroke: currentColor;
}


/* MOBILE */

@media (max-width: 767px) {

    .rt-faq-footer {
        margin-top: 24px;
    }


    .rt-faq-shop-button {
        width: 100%;

        min-height: 54px;

        padding: 0 18px;

        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e18bab *//* ==========================================================
   FINAL TRUST STATEMENT
   ========================================================== */

.rt-final-trust {
    width: 100vw;
    margin-left: calc(50% - 50vw);

    padding: 72px 24px;

    background:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #f4f1ff 48%,
            #effbfc 100%
        );
}


.rt-final-trust-inner {
    width: 100%;
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


.rt-final-trust-accent {
    width: 84px;
    height: 4px;

    margin: 0 auto 22px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #5929D4 0%,
            #3E6BD0 50%,
            #27A9B8 100%
        );
}


.rt-final-trust h2 {
    margin: 0 0 16px;

    color: #111b2e;

    font-size: 40px;
    line-height: 1.05;

    letter-spacing: -1.5px;

    font-weight: 900;
}


.rt-final-trust p {
    max-width: 680px;

    margin: 0 auto;

    color: #5f6d7c;

    font-size: 16px;
    line-height: 1.6;
}


/* MOBILE */

@media (max-width: 767px) {

    .rt-final-trust {
        padding: 54px 18px;
    }


    .rt-final-trust-accent {
        width: 70px;

        margin-bottom: 18px;
    }


    .rt-final-trust h2 {
        font-size: 29px;
        line-height: 1.04;

        letter-spacing: -.8px;
    }


    .rt-final-trust p {
        font-size: 13px;
        line-height: 1.55;
    }

}/* End custom CSS */