/* GEM VOLNEWMER RESPONSIVE HERO GRID 2026-09-24 */

.gem-vol-hero-grid-rec,
.gem-vol-hero-grid {
    width: 100%;
    background: #f8f9fc;
}

.gem-vol-hero-grid,
.gem-vol-hero-grid * {
    box-sizing: border-box;
    font-family: var(--t-text-font, "Involve", Arial, sans-serif);
}

.gem-vol-hero-grid {
    color: #191919;
}

.gem-vol-hero-grid__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.58fr) minmax(360px, 0.92fr);
    gap: 28px;

    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 52px;
}

.gem-vol-hero-grid__content,
.gem-vol-hero-grid__visual {
    min-width: 0;
}


/* ---------------------------------------------------------
   TITLE
--------------------------------------------------------- */

.gem-vol-hero-grid__title {
    margin: 0 0 18px;

    color: #050505;

    font-size: clamp(34px, 3vw, 46px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
}


/* ---------------------------------------------------------
   LEAD
--------------------------------------------------------- */

.gem-vol-hero-grid__lead {
    position: relative;

    max-width: 690px;

    margin: 0 0 24px;
    padding-left: 43px;

    font-size: 20px;
    line-height: 1.35;
}

.gem-vol-hero-grid__lead::before {
    content: "";

    position: absolute;
    top: 13px;
    left: 0;

    width: 31px;
    height: 1px;

    background: #555;
}


/* ---------------------------------------------------------
   BENEFITS
--------------------------------------------------------- */

.gem-vol-hero-grid__benefits {
    display: grid;
    gap: 9px;

    margin: 0 0 22px;
}

.gem-vol-hero-grid__benefit {
    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 0;

    font-size: 18px;
    line-height: 1.3;
}

.gem-vol-hero-grid__benefit img {
    flex: 0 0 24px;

    display: block;
    width: 24px;
    height: 24px;
}


/* ---------------------------------------------------------
   PRICE
   Override former absolute Tilda positioning.
--------------------------------------------------------- */

#rec1018393166 .gem-vol-hero-price {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    z-index: auto !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 10px 20px !important;

    border: 1px solid rgba(39, 48, 73, 0.08) !important;
    border-radius: 7px !important;

    background: #eef0f8 !important;
    color: #1c1c1c !important;

    box-shadow: none !important;
}

#rec1018393166 .gem-vol-hero-price__row {
    display: grid !important;
    grid-template-columns: 1fr 0.82fr 1fr !important;
    grid-template-areas: none !important;

    align-items: center !important;

    min-height: 22px !important;

    padding: 0 !important;

    column-gap: 12px !important;
    row-gap: 0 !important;

    font-size: 15px !important;
    line-height: 1.2 !important;
}

#rec1018393166 .gem-vol-hero-price__lines {
    grid-area: auto !important;

    justify-self: stretch !important;

    font-size: inherit !important;
    font-weight: 400 !important;
    white-space: nowrap;
}

#rec1018393166 .gem-vol-hero-price__total {
    grid-area: auto !important;

    justify-self: stretch !important;

    font-size: inherit !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

#rec1018393166 .gem-vol-hero-price__unit {
    grid-area: auto !important;

    justify-self: stretch !important;

    margin: 0 !important;

    color: inherit !important;

    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;

    white-space: nowrap;
}


/* ---------------------------------------------------------
   CTA
--------------------------------------------------------- */

.gem-vol-hero-grid__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 359px;
    min-height: 79px;

    margin-top: 24px;
    padding: 18px 28px;

    border-radius: 4px;

    background: #f9a11b;
    color: #ffffff !important;

    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;

    transition: opacity .2s ease;
}

.gem-vol-hero-grid__cta:hover {
    opacity: .88;
}


/* ---------------------------------------------------------
   SLIDER
--------------------------------------------------------- */

.gem-vol-hero-grid__visual {
    padding-top: 8px;
}

.gem-vol-hero-grid__slider-shell {
    position: relative;

    width: 100%;
    min-width: 0;

    overflow: hidden;
}

.gem-vol-hero-grid__slider,
.gem-vol-hero-grid__slider .slider {
    width: 100%;
    min-width: 0;
}

.gem-vol-hero-grid__slider .slick-list,
.gem-vol-hero-grid__slider .slick-track {
    min-width: 0;
}

.gem-vol-hero-grid__slider .slick-slide {
    min-width: 0;
}

.gem-vol-hero-grid__slider .slick-slide > div,
.gem-vol-hero-grid__slider .slick-slide .t-rec {
    width: 100% !important;
}

.gem-vol-hero-grid__slider .t396__artboard {
    margin-right: auto !important;
    margin-left: auto !important;
}


/* ---------------------------------------------------------
   SLIDER ARROWS
--------------------------------------------------------- */

.gem-vol-slider-arrow {
    position: absolute;
    z-index: 20;

    top: 50%;

    width: 40px;
    height: 40px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background-color: #f29400;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;

    cursor: pointer;

    transform: translateY(-50%);
}

.gem-vol-slider-prev {
    left: 18px;

    background-image:
        url('../images/tild3632-6432-4930-b762-383135613037__group_1000001858_2_1.svg');
}

.gem-vol-slider-next {
    right: 18px;

    background-image:
        url('../images/tild3863-3934-4461-a464-323238323135__group_1000001858_2_1.svg');
}

.gem-vol-slider-arrow.slick-disabled {
    opacity: .45;
}


/* ---------------------------------------------------------
   NOTE
--------------------------------------------------------- */

.gem-vol-hero-grid__note {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin-top: 10px;

    font-size: 14px;
    line-height: 1.3;
}

.gem-vol-hero-grid__note-icon {
    display: inline-flex;
    flex: 0 0 26px;

    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    border-radius: 50%;

    background: #57c778;
    color: #fff;

    font-size: 18px;
    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 959px) {

    .gem-vol-hero-grid__inner {
        grid-template-columns: 1fr;
        gap: 38px;

        width: min(680px, calc(100% - 40px));
        padding-top: 54px;
    }

    .gem-vol-hero-grid__visual {
        padding-top: 0;
    }

    .gem-vol-hero-grid__slider-shell {
        max-width: 520px;
        margin: 0 auto;
    }

    .gem-vol-hero-grid__note {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 639px) {

    .gem-vol-hero-grid__inner {
        display: flex;
        flex-direction: column;

        width: 100%;
        gap: 32px;

        padding: 54px 14px 42px;
    }

    .gem-vol-hero-grid__title {
        margin-bottom: 18px;

        font-size: 31px;
        line-height: 1.08;
    }

    .gem-vol-hero-grid__lead {
        margin-bottom: 22px;
        padding-left: 40px;

        font-size: 18px;
        line-height: 1.3;
    }

    .gem-vol-hero-grid__lead::before {
        width: 27px;
        top: 12px;
    }

    .gem-vol-hero-grid__benefits {
        gap: 8px;
        margin-bottom: 18px;
    }

    .gem-vol-hero-grid__benefit {
        align-items: flex-start;

        font-size: 16px;
        line-height: 1.3;
    }


    /* Oligio-style mobile price card */

    #rec1018393166 .gem-vol-hero-price {
        width: 100% !important;

        padding: 18px 20px 20px !important;

        border: 0 !important;
        border-radius: 28px !important;

        background: #eaedf7 !important;

        box-shadow:
            0 0 0 6px #ffffff,
            0 3px 14px rgba(20, 25, 40, 0.10) !important;
    }

    #rec1018393166 .gem-vol-hero-price__row {
        grid-template-columns:
            minmax(0, 1fr)
            auto !important;

        grid-template-areas:
            "lines total"
            "unit unit" !important;

        align-items: start !important;

        padding: 7px 0 !important;

        column-gap: 12px !important;
        row-gap: 2px !important;

        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    #rec1018393166 .gem-vol-hero-price__lines {
        grid-area: lines !important;
        justify-self: start !important;
    }

    #rec1018393166 .gem-vol-hero-price__total {
        grid-area: total !important;
        justify-self: end !important;

        font-size: 15px !important;
    }

    #rec1018393166 .gem-vol-hero-price__unit {
        grid-area: unit !important;
        justify-self: start !important;

        margin-top: 1px !important;

        color: #858995 !important;

        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    #rec1018393166 .gem-vol-hero-price__unit:empty {
        display: none;
    }

    .gem-vol-hero-grid__cta {
        display: flex;

        width: 100%;
        min-height: 70px;

        margin-top: 25px;

        font-size: 17px;
    }

    .gem-vol-hero-grid__visual {
        width: 100%;
    }

    .gem-vol-hero-grid__slider-shell {
        width: 100%;
        max-width: 100%;
    }

    .gem-vol-slider-arrow {
        width: 38px;
        height: 38px;

        background-size: 20px 20px;
    }

    .gem-vol-slider-prev {
        left: 16px;
    }

    .gem-vol-slider-next {
        right: 16px;
    }

    .gem-vol-hero-grid__note {
        width: 100%;

        margin-top: 12px;

        font-size: 13px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 379px) {

    .gem-vol-hero-grid__inner {
        padding-right: 11px;
        padding-left: 11px;
    }

    .gem-vol-hero-grid__title {
        font-size: 28px;
    }

    .gem-vol-hero-grid__lead {
        font-size: 17px;
    }

    #rec1018393166 .gem-vol-hero-price {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    #rec1018393166 .gem-vol-hero-price__row,
    #rec1018393166 .gem-vol-hero-price__total {
        font-size: 14px !important;
    }

    #rec1018393166 .gem-vol-hero-price__unit {
        font-size: 12px !important;
    }
}


/* GEM VOLNEWMER RESPONSIVE SLIDER V2 START */


/* ---------------------------------------------------------
   Slick normal-flow reset
--------------------------------------------------------- */

.gem-vol-hero-grid__slider .slider {
    width: 100%;
    min-width: 0;
}

.gem-vol-hero-grid__slider .slick-list {
    width: 100%;
    overflow: hidden;
}

.gem-vol-hero-grid__slider .slick-track {
    display: flex !important;
    align-items: flex-start;

    width: 100%;
}

.gem-vol-hero-grid__slider .slick-slide {
    height: auto !important;
    min-height: 0 !important;
}

.gem-vol-hero-grid__slider .slick-slide > div {
    height: auto !important;
}


/* ---------------------------------------------------------
   New slide card
--------------------------------------------------------- */

.gem-vol-slide {
    width: 100%;

    overflow: hidden;

    border-radius: 12px;

    background: #eaedf7;
    color: #454545;
}

.gem-vol-slide__image {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    object-fit: contain;
}

.gem-vol-slide__body {
    padding: 12px 20px 14px;
}

.gem-vol-slide__title {
    margin: 0;

    font-size: 20px;
    line-height: 1.22;
    font-weight: 700;

    color: #454545;
}

.gem-vol-slide__list {
    margin: 7px 0 0;
    padding-left: 20px;

    font-size: 17px;
    line-height: 1.38;

    color: #555;
}

.gem-vol-slide__list li + li {
    margin-top: 4px;
}


/* ---------------------------------------------------------
   Arrows
   No image files: direction is explicit.
--------------------------------------------------------- */

.gem-vol-slider-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;

    position: absolute;
    z-index: 30;

    top: 46%;

    width: 40px;
    height: 40px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f29400 !important;
    background-image: none !important;

    color: #ffffff;

    font-family: Arial, sans-serif;
    line-height: 1;

    cursor: pointer;

    transform: translateY(-50%);
}

.gem-vol-slider-arrow::before {
    display: block;

    margin-top: -2px;

    color: #fff;

    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}

.gem-vol-slider-prev {
    left: 18px;
}

.gem-vol-slider-prev::before {
    content: "‹";
}

.gem-vol-slider-next {
    right: 18px;
}

.gem-vol-slider-next::before {
    content: "›";
}

.gem-vol-slider-arrow.slick-disabled {
    opacity: .45;
}


/* ---------------------------------------------------------
   Desktop sizing
--------------------------------------------------------- */

@media screen and (min-width: 960px) {

    .gem-vol-hero-grid__slider-shell {
        width: 100%;
    }

    .gem-vol-slide__image {
        max-height: 290px;
        object-fit: cover;
    }
}


/* ---------------------------------------------------------
   Tablet
--------------------------------------------------------- */

@media screen and (max-width: 959px) {

    .gem-vol-hero-grid__slider-shell {
        width: 100%;
        max-width: 520px;

        margin-right: auto;
        margin-left: auto;
    }

    .gem-vol-slide__body {
        padding: 13px 18px 15px;
    }
}


/* ---------------------------------------------------------
   Mobile
--------------------------------------------------------- */

@media screen and (max-width: 639px) {

    .gem-vol-hero-grid__visual {
        display: block;

        width: 100%;
        min-height: 0 !important;
    }

    .gem-vol-hero-grid__slider-shell {
        position: relative;

        width: 100%;
        max-width: none;
        min-height: 0 !important;

        margin: 0;

        overflow: hidden;
    }

    .gem-vol-hero-grid__slider,
    .gem-vol-hero-grid__slider .slider,
    .gem-vol-hero-grid__slider .slick-list,
    .gem-vol-hero-grid__slider .slick-track {
        min-height: 0 !important;
        height: auto !important;
    }

    .gem-vol-slide {
        border-radius: 10px;
    }

    .gem-vol-slide__image {
        width: 100%;
        height: auto;
        max-height: none;

        object-fit: contain;
    }

    .gem-vol-slide__body {
        padding: 11px 18px 14px;
    }

    .gem-vol-slide__title {
        font-size: 18px;
        line-height: 1.25;
    }

    .gem-vol-slide__list {
        margin-top: 6px;

        font-size: 16px;
        line-height: 1.35;
    }

    .gem-vol-slider-arrow {
        top: 42%;

        width: 38px;
        height: 38px;
    }

    .gem-vol-slider-arrow::before {
        font-size: 29px;
    }

    .gem-vol-slider-prev {
        left: 16px;
    }

    .gem-vol-slider-next {
        right: 16px;
    }

    .gem-vol-hero-grid__note {
        position: static !important;

        width: 100%;

        margin: 12px 0 0 !important;
    }
}


/* ---------------------------------------------------------
   Very small screens
--------------------------------------------------------- */

@media screen and (max-width: 379px) {

    .gem-vol-slide__body {
        padding-right: 14px;
        padding-left: 14px;
    }

    .gem-vol-slide__title {
        font-size: 17px;
    }

    .gem-vol-slide__list {
        font-size: 15px;
    }

    .gem-vol-slider-arrow {
        width: 36px;
        height: 36px;
    }

    .gem-vol-slider-prev {
        left: 12px;
    }

    .gem-vol-slider-next {
        right: 12px;
    }
}


/* GEM VOLNEWMER RESPONSIVE SLIDER V2 END */
