/* GEM VOLNEWMER PRICES 2026-09-22 */

#rec1018393166 {
    position: relative;
}

#rec1018393166 .tn-elem[data-elem-id="1755753731998"],
#rec1018393166 .tn-elem[data-elem-id="1755753731958"],
#rec1018393166 .tn-elem[data-elem-id="1755753731955"],
#rec1018393166 .tn-elem[data-elem-id="1755753731995"],
#rec1018393166 .tn-elem[data-elem-id="1755753731961"],
#rec1018393166 .tn-elem[data-elem-id="1755753731964"],
#rec1018393166 .tn-elem[data-elem-id="1755753731990"],
#rec1018393166 .tn-elem[data-elem-id="1755753731976"],
#rec1018393166 .tn-elem[data-elem-id="1755753731973"],
#rec1018393166 .tn-elem[data-elem-id="1755753731992"],
#rec1018393166 .tn-elem[data-elem-id="1755753731970"],
#rec1018393166 .tn-elem[data-elem-id="1755753731966"],
#rec1018393166 .tn-elem[data-elem-id="1755753731987"],
#rec1018393166 .tn-elem[data-elem-id="1755753731979"],
#rec1018393166 .tn-elem[data-elem-id="1755753731981"],
#rec1018393166 .tn-elem[data-elem-id="1755753731986"],
#rec1018393166 .tn-elem[data-elem-id="1755753732000"],
#rec1018393166 .tn-elem[data-elem-id="1755753731984"] {
    display: none;
}


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

.gem-vol-hero-price {
    position: absolute;
    z-index: 20;
    top: 337px;
    left: calc(50% - 600px);
    width: 718px;
    padding: 8px 20px;
    border: 1px solid rgba(39, 48, 73, 0.08);
    border-radius: 6px;
    background: #eef0f8;
    color: #1c1c1c;
}

.gem-vol-hero-price__row {
    display: grid;
    grid-template-columns: 1fr 0.82fr 1fr;
    align-items: center;
    min-height: 22px;
    column-gap: 12px;
    font-size: 15px;
    line-height: 1.2;
}

.gem-vol-hero-price__lines {
    font-weight: 400;
}

.gem-vol-hero-price__total {
    font-weight: 700;
}

.gem-vol-hero-price__unit {
    font-size: 14px;
    font-weight: 400;
}

.gem-vol-price-section {
    width: 100%;
    padding: 46px 20px 64px;
    background: #ffffff;
    color: #383632;
}

.gem-vol-price-inner {
    width: min(1160px, 100%);
    margin: 0 auto;
}

.gem-vol-price-title {
    margin: 0 0 28px;
    color: #202020;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.gem-vol-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 38px;
}

.gem-vol-price-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 32px 38px 34px;
    border: 1px solid rgba(30, 30, 30, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}

.gem-vol-price-card__title {
    margin: 0;
    color: #434343;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
}

.gem-vol-price-card__price {
    margin: 32px 0 14px;
    color: #ed8d05;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.gem-vol-price-card__perline {
    min-height: 42px;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.gem-vol-price-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 154px;
    min-height: 46px;
    margin-top: auto;
    padding: 10px 24px;
    border-radius: 5px;
    background: #ed8d05;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.gem-vol-price-card__button:hover {
    opacity: 0.88;
}

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

    .gem-vol-hero-price {
        top: 315px;
        left: calc(50% - 480px);
        width: 600px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .gem-vol-hero-price__row {
        grid-template-columns: 0.9fr 0.82fr 1fr;
        font-size: 14px;
    }

    .gem-vol-hero-price__unit {
        font-size: 13px;
    }

    .gem-vol-price-grid {
        gap: 28px;
    }
}

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

    .gem-vol-hero-price {
        top: 345px;
        left: calc(50% - 320px + 58px);
        width: 524px;
    }

    .gem-vol-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gem-vol-price-title {
        font-size: 36px;
    }
}

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

    .gem-vol-hero-price {
        top: 490px;
        left: 8px;
        width: calc(100% - 16px);
        padding: 8px 12px;
    }

    .gem-vol-hero-price__row {
        grid-template-columns: 0.9fr 0.82fr 1fr;
        min-height: 22px;
        column-gap: 7px;
        font-size: 13px;
    }

    .gem-vol-hero-price__unit {
        font-size: 12px;
    }

    .gem-vol-price-section {
        padding: 36px 14px 48px;
    }

    .gem-vol-price-title {
        margin-bottom: 24px;
        font-size: 30px;
        text-align: left;
    }

    .gem-vol-price-card {
        padding: 26px 26px 28px;
    }
}

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

    .gem-vol-hero-price {
        top: 445px;
        left: 7px;
        width: calc(100% - 14px);
        padding: 8px 9px;
    }

    .gem-vol-hero-price__row {
        grid-template-columns: 0.9fr 0.78fr 1fr;
        min-height: 23px;
        column-gap: 5px;
        font-size: 12px;
    }

    .gem-vol-hero-price__unit {
        font-size: 11px;
    }

    .gem-vol-price-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gem-vol-price-title {
        font-size: 27px;
    }

    .gem-vol-price-card {
        min-height: 220px;
    }

    .gem-vol-price-card__title {
        font-size: 22px;
    }
}

/* GEM VOLNEWMER MOBILE PRICE OLIGIO STYLE START */

/*
 * Mobile hero price:
 * visually follows the Oligio mobile price card.
 * Desktop/tablet >= 640px remains unchanged.
 */
@media screen and (max-width: 639px) {

    #rec1018393166 .gem-vol-hero-price {
        top: 480px;
        left: 10px;
        width: calc(100% - 20px);

        padding: 18px 20px 20px;

        border: 0;
        border-radius: 28px;

        background: #eaedf7;
        color: #191919;

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

    #rec1018393166 .gem-vol-hero-price__row {
        display: grid;

        grid-template-columns:
            minmax(0, 1fr)
            auto;

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

        align-items: start;

        min-height: 0;

        padding: 7px 0;

        column-gap: 14px;
        row-gap: 2px;

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

    #rec1018393166 .gem-vol-hero-price__lines {
        grid-area: lines;

        align-self: start;

        font-weight: 400;
        white-space: nowrap;
    }

    #rec1018393166 .gem-vol-hero-price__total {
        grid-area: total;

        justify-self: end;
        align-self: start;

        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
    }

    #rec1018393166 .gem-vol-hero-price__unit {
        grid-area: unit;

        justify-self: start;

        margin-top: 1px;

        color: #6f7380;

        font-size: 14px;
        line-height: 1.25;
        font-weight: 400;
        white-space: nowrap;
    }

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

    /*
     * Price card is taller than the former compact table,
     * so move the CTA below it.
     */
    #rec1018393166
    .tn-elem[data-elem-id="1711435294718"] {
        top: 950px !important;
    }

    /*
     * Preserve the free space below the CTA that existed
     * in the original Tilda mobile artboard.
     */
    #rec1018393166 .t396__artboard,
    #rec1018393166 .t396__filter,
    #rec1018393166 .t396__carrier {
        height: 1530px !important;
    }
}


/* Narrow phones */
@media screen and (max-width: 479px) {

    #rec1018393166 .gem-vol-hero-price {
        top: 430px;
        left: 10px;
        width: calc(100% - 20px);

        padding: 17px 18px 19px;

        border-radius: 26px;
    }

    #rec1018393166 .gem-vol-hero-price__row {
        padding: 7px 0;

        column-gap: 10px;

        font-size: 15px;
    }

    #rec1018393166 .gem-vol-hero-price__total {
        font-size: 15px;
    }

    #rec1018393166 .gem-vol-hero-price__unit {
        font-size: 13px;
    }

    #rec1018393166
    .tn-elem[data-elem-id="1711435294718"] {
        top: 895px !important;
    }

    #rec1018393166 .t396__artboard,
    #rec1018393166 .t396__filter,
    #rec1018393166 .t396__carrier {
        height: 1500px !important;
    }
}

/* GEM VOLNEWMER MOBILE PRICE OLIGIO STYLE END */
