@font-face {
    font-family: 'Knofedt';
    src: url('/user/documents/lifelike-kolo/font/Knofedt-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --special-font: 'Knofedt';
}

.id-1005 .pageArticleDetail #content-wrapper, .id-1005 #content-wrapper {
    max-width: 1400px;
    width: 100%;
    font-family: "Nunito", sans-serif;
}

.id-1005 article header, .id-1005 .breadcrumbs {
    display: none;
}

.id-1005 #content {
    padding-top: 0;
}

.section-1, .section-2, .section-3, .section-4 {
    padding-block: 130px 40px;
}

.section-1 {
    position: relative;
    z-index: 2;
    padding-top: 0;

    background-color: #caa7f9;
}

.section-1 > * {
    position: relative;
    z-index: 1;
}

.section-1::before {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - var(--scrollbar-width));
    height: 100%;

    background-color: #caa7f9;
}

.custompack {
    position: relative;
}

.custompack::before {
    display: block;
    content: "CUSTOM PACK";
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: -100px;
    text-align: center;
    font-family: var(--special-font);
    font-size: 300px;
    text-transform: uppercase;
    color: #eee2ff;
}

.custompack-inner {
    position: relative;
}

.product-configurator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 40px 440px;

    position: relative;
    z-index: 111;
}

.custompack-product img.glass {
    width: 100%;
    height: auto;
    display: block;
}

.custompack-product {
    position: absolute;
    aspect-ratio: 88/83;
    width: 300px;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

.custompack-product > div {
    position: absolute;
    bottom: 0;
    z-index: 110;
}

.custompack-product > div:not(:has(img)) {
    display: none;
}

.custompack-product__image img {
    width: 100%;
    height: auto;
    display: block;
}

.custompack-product .glass-mask {
    display: none;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 111;
}

.tooltip-wrapper {
    display: none;
}

.product-configurator .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.product-configurator .form-row label {
    font-size: 20px;
    letter-spacing: -1px;
    color: #51282b;
    font-weight: 700;
}

.product-configurator .form-row .radio-group {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

.product-configurator .form-row .radio-group label {
    position: relative;
    padding-left: 25px;
}

.product-configurator .form-row .radio-group label::before {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;

    border: 1px solid #51282b;
    border-radius: 50%;
}

.product-configurator .form-row .radio-group label:has(input:checked)::after {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;

    background-color: #51282b;
    border-radius: 50%;
}

.cs {
    display: flex;
    align-items: center;

    position: relative;
    padding: 0;
    min-height: 50px;
    width: 100%;

    background-color: #fff;
    border-radius: 50px;
}

.cs.is-disabled {
    background-color: #eae3e3;
}

.cs.is-disabled .cs-toggle {
    cursor: not-allowed;
}

.cs:has(>.cs-toggle[aria-expanded="true"]) {
    border-radius: 25px 25px 0 0;
}

.cs-toggle {
    width: 100%;
    padding: 6px 60px 6px 20px;

    box-shadow: none;
    border: none;
    text-align: left;
    background-color: transparent;
}

.cs-toggle::after {
    display: inline-block;

    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: calc(100% - 40px);
    transform: translateY(-50%);

    background-image: url("/user/documents/upload/lifelike/chevron_down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform ease 300ms;
}

.cs-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg) translateY(50%);
}

.cs-list {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    background-color: #fff;
}

.cs-list {
    font-size: 0;

    border-radius: 0 0 25px 25px;
    background-color: #f2f2f2;
}

.cs-option {
    padding-inline: 20px;

    font-size: 16px;
    cursor: pointer;
}

.cs-option:hover {
    text-decoration: underline;
}

.cs-thumb {
    order: 1;

    height: 45px;

    mix-blend-mode: multiply;
}

.cs-current {
    font-size: 18px;
}

.cs-option, .cs-current {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;

    min-height: 45px;

    font-weight: 700;
    color: #51282b;
}

.custompack .btn-holder {
    margin-top: 60px;

    text-align: center;
}

.mybtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 20px 0;
    min-width: 320px;
    max-width: 100%;

    background-color: #ddf55b;
    font-family: var(--special-font);
    font-size: 40px;
    color: #4a2e20;
    text-transform: none;
    border: none;
    border-radius: 100px;
    transition: background-color ease 300ms;
}

.mybtn:hover {
    background-color: #e3ff42;
}

h2.special {
    margin-block: 0 30px;
    font-family: var(--special-font) !important;
    color: #4a2e20 !important;
    font-size: 50px !important;
    text-align: center;
}

.section-2 {
    position: relative;

    background-color: #eee2ff;
}

.section-2 > * {
    position: relative;
    z-index: 1;
}

.section-2::before {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - var(--scrollbar-width));
    height: 100%;

    background-color: #eee2ff;
    background-image: url("/user/documents/upload/lifelike/syta-fialova.svg");
    background-position: center -2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.package-img-holder {
    max-width: 1000px;
    margin-inline: auto;
}

.package-options {
    display: flex;
    justify-content: center;
    gap: 20px 40px;
    flex-wrap: wrap;

    margin-bottom: 30px;

    font-size: 22px;
    font-weight: 700;
    color: #51282b;
}


.package-options label {
    position: relative;
    padding-left: 45px;
}

.package-options label::before {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;

    border: 2px solid #51282b;
    border-radius: 6px;
}

.package-options label:has(input:checked)::after {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;

    background-color: #51282b;
    background-image: url("/user/documents/upload/lifelike/checkmark.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.package-note {
    margin: 30px 0;

    font-weight: 500;
    font-size: 18px;
    text-align: center;
}


.section-3 {
    position: relative;

    max-width: 1100px;
    margin-inline: auto;

    background-color: #caa7f9;
}

.section-3 > * {
    position: relative;
    z-index: 1;
}

.section-3::before {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - var(--scrollbar-width));
    height: 100%;

    background-color: #caa7f9;
    background-image: url("/user/documents/upload/lifelike/fialova.svg");
    background-position: center -2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.motif-tabs {
    display: flex;
    justify-content: center;

    width: max-content;
    margin: 0 auto 40px;

    background-color: #ddf55b;
    border-radius: 50px;
    overflow: hidden;
}

.motif-tabs button {
    padding: 8px 20px 0;

    font-family: var(--special-font);
    font-size: 20px;
    color: #30a506;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-radius: 50px;
    transition: background-color ease 300ms, color ease 300ms;
}

.motif-tabs button.is-active {
    color: #ddf55b;
    background-color: #30a506;
}

.section-3 .swiper-button-next, .section-3 .swiper-button-prev {
    top: 210px;
}

.section-3 .swiper-button-next:after, .section-3 .swiper-button-prev:after {
    font-size: 30px;
    color: #fff;
}

.section-3 .swiper-slide {
    padding-inline: 60px;
}

.section-3 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;

    position: relative;
    margin-top: 40px;
    padding-bottom: 34px;
}

.motif-thumb {
    position: relative;
    padding: 0;

    background: transparent;
    border: none;
}

.motif-thumb img {
    max-width: 160px;
}

.motif-thumb.is-active::after {
    display: inline-block;

    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);

    border-radius: 50%;
    background-color: #fff;
}

.package-text__holder {
    display: flex;
    flex-direction: column;
    row-gap: 15px;

    margin-block: 60px 40px;
}

.package-text__holder span {
    margin-block: 0;
    font-family: var(--special-font);
    color: #4a2e20;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.package-text__holder input {
    width: 500px;
    max-width: 100%;
    height: 60px;
    padding: 20px;
    margin-inline: auto;

    border: none;
    border-radius: 10px;
    font-size: 18px;
}

.section-3 .btn-holder {
    text-align: center;
}

.section-4 {
    position: relative;
    max-width: 1100px;
    margin-inline: auto;

    background-color: #eee2ff;
}

.section-4 > * {
    position: relative;
    z-index: 1;
}

.section-4::before {
    display: inline-block;

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - var(--scrollbar-width));
    height: 100%;

    background-color: #eee2ff;
    background-image: url("/user/documents/upload/lifelike/syta-fialova.svg");
    background-position: center -2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.chosen-pack {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px 90px;
}


.chosen-pack .custompack-product {
    position: relative;
    height: 100%;
    width: auto;
    left: auto;
    top: auto;
    transform: none;
}

.section-4 .custompack-product .glass {
    background-color: #eee2ff;
}

.summary-table h3 {
    margin: 0 0 10px;

    font-size: 18px;
    font-weight: 700;
    color: #51282b;
}

.summary-table h3.special {
    margin: 0 0 20px;

    font-family: var(--special-font);
    font-size: 32px;
    color: #51282b;
}

.chosen-pack__info {
    padding: 30px;

    border-radius: 30px;
    background-color: #fff;
    color: #51282b;
}

.chosen-pack__composition {
    display: flex;
    flex-direction: column;

    margin-bottom: 30px;
}

.composition {
    display: flex;
    column-gap: 30px;

    margin-bottom: 10px;
    padding-bottom: 5px;

    border-bottom: 1px solid #4a2e20;
}

.composition:last-child {
    margin-bottom: 0;
}

.composition-name {
    flex-grow: 1;

    font-weight: 700;
}

.composition-name::after {
    content: ":";
}

.composition-value {
    max-width: 300px;

    font-weight: 700;
    font-size: 16px;
    text-align: right;
}


.nutri {
    display: flex;

    border: 1px solid #51282b;
}

.nutri-item {
    display: flex;
    column-gap: 25px;

    padding: 3px 5px;

    font-weight: 700;
    border-bottom: 1px solid #51282b;
}

.nutri-right {
    flex-grow: 1;
}

.nutri-left {
    border-right: 1px solid #51282b;
}

.nutri-left .nutri-item:last-child {
    border-bottom: none;
}

.nutri-name {
    flex-grow: 1;
}

.nutri-value {
    white-space: nowrap;
}

.section-4 .note {
    margin-block: 40px !important;

    font-size: 20px;
    text-align: center;
}

.order-pack {
    display: flex;
    align-items: center;
    gap: 40px 100px;

    padding: 40px 60px;

    filter: drop-shadow(4.589px 6.553px 6.5px rgba(0,0,0,0.14));
    background-color: #ffffff;
    border-radius: 40px;
}

.order-pack__info {
    flex-grow: 1;

    color: #51282b;
}

.pack-price {
    display: flex;
    column-gap: 30px;

    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.pack-price__name {
    flex-grow: 1;
}

.pack-price__value {
    font-weight: 800;
}

.pack-amount {
    display: flex;

    margin-top: 10px;

    font-size: 20px;
}

.pack-amount__name {
    flex-grow: 1;
}

.input-quantity {
    width: 40px;

    text-align: center;
    border: none;
    font-weight: 700;
}

.pack-quantity__plus, .pack-quantity__minus {
    width: 32px;
    height: 32px;

    background-color: transparent;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
}

.mybtn.send-product {
    column-gap: 20px;

    padding: 10px 20px;
    min-height: 60px;
    min-width: 200px;

    background-color: #ff7504;
    border-radius: 7px;
    font-family: var(--template-font);
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.mybtn.send-product::after {
    display: inline-block;

    content: "";
    width: 25px;
    height: 25px;
    background-image: url("/user/documents/upload/lifelike/shopping-cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mybtn.send-product:hover {
    background-color: #ff8b32;
}

@media (max-width: 1439px) {
    .custompack::before {
        content: none;
    }

    .custompack-product {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .product-configurator {
        gap: 20px 80px;
    }

    .section-1, .section-2, .section-3, .section-4 {
        padding-block: 60px 20px;
    }

    .section-1 .custompack-product {
        margin: 130px auto 0;
        margin-inline: auto;
    }

    .section-1 .custompack-product::before {
        display: inline-block;

        position: absolute;
        content: "CUSTOM";
        left: 50%;
        top: -80px;
        transform: translateX(-50%);

        text-align: center;
        font-family: var(--special-font);
        font-size: 190px;
        text-transform: uppercase;
        color: #eee2ff;
        line-height: 1;
    }

    .section-1 .custompack-product::after {
        display: inline-block;

        position: absolute;
        content: "PAAAAACK";
        left: 50%;
        top: 100px;
        transform: translateX(-50%);
        z-index: -1;
        width: max-content;

        text-align: center;
        font-family: var(--special-font);
        font-size: 140px;
        text-transform: uppercase;
        color: #eee2ff;
        line-height: 1;
    }

    .section-1 .custompack-product .glass {
        position: relative;
    }

    .cs-current {
        font-size: 16px;
    }

    .cs-thumb {
        height: 40px;
    }

    .cs-option, .cs-current {
        min-height: 40px;
    }

    .product-configurator .form-row label {
        font-size: 18px;
    }

    .custompack .btn-holder {
        margin-top: 40px;
    }

    .mybtn {
        min-width: 260px;

        font-size: 30px;
    }

    .package-options {
        font-size: 18px;
    }

    .package-options label::before, .package-options label:has(input:checked)::after {
        width: 26px;
        height: 26px;
    }

    .package-options label {
        padding-left: 35px;
    }

    h2.special {
        margin-bottom: 20px;
    }

    .section-3 .swiper-pagination {
        gap: 25px;

        margin-top: 25px;
    }

    .package-text__holder {
        margin-block: 40px 30px;
    }

    .section-4 .note {
        margin-block: 30px !important;

        font-size: 18px;
    }

    .order-pack {
        max-width: 900px;
        margin-inline: auto;
    }

    .section-3 .swiper-button-next, .section-3 .swiper-button-prev {
        top: 175px;
    }
}

@media (max-width: 1199px) {
    .section-1 {
        padding-top: 30px;
    }

    .package-text__holder input {
        height: 50px;
        width: 400px;

        font-size: 16px;
    }

    .chosen-pack {
        column-gap: 50px;
    }

    .pack-price {
        font-size: 22px;
    }

    .mybtn.send-product {
        min-height: 50px;

        font-size: 20px;
    }

    .section-3 .swiper-button-next, .section-3 .swiper-button-prev {
        top: 140px;
    }
}

@media (max-width: 991px) {

    .product-configurator {
        grid-template-columns: 1fr;
    }

    .motif-thumb img {
        max-width: 120px;
    }

    .section-3 .swiper-pagination {
        padding-bottom: 25px;
    }

    .motif-thumb.is-active::after {
        width: 8px;
        height: 8px;
        top: calc(100% + 17px);
    }

    .chosen-pack {
        flex-direction: column;

        margin-top: 60px;
    }

    .section-4:not([hidden]) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .chosen-pack {
        display: contents;
    }

    .chosen-pack__info {
        position: relative;
    }

    .section-4 .note {
        order: -1;
    }

    .chosen-pack .custompack-product {
        order: -2;
    }

    .section-4 > h2.special {
        order: -3;
    }

    .section-4 .custompack-product .glass {
        position: relative;
        z-index: 1;
    }

    .order-pack {
        margin-top: 40px;
    }

    .order-pack {
        gap: 40px;

        padding: 30px;
    }

    .pack-price {
        font-size: 20px;
    }

    .section-3 .swiper-button-next, .section-3 .swiper-button-prev {
        top: 100px;
    }
}

@media (max-width: 767px) {
    .product-configurator .form-row label {
        font-size: 16px;
    }

    .product-configurator .form-row .radio-group label::before {
        width: 16px;
        height: 16px;
    }

    .product-configurator .form-row .radio-group label:has(input:checked)::after {
        width: 10px;
        height: 10px;
        left: 3px;
    }

    .product-configurator .form-row .radio-group label {
        padding-left: 22px;
    }

    .cs-thumb {
        height: 30px;
    }

    .cs-option, .cs-current {
        min-height: 30px;
    }

    .cs {
        min-height: 40px;
    }

    .product-configurator .form-row {
        row-gap: 5px;
    }

    .product-configurator .form-row .radio-group {
        margin-right: 10px;
    }

    .package-options {
        font-size: 16px;
    }

    .order-pack {
        flex-direction: column;

        width: 100%;

        border-radius: 25px;
    }

    .mybtn.send-product, .order-pack__button {
        width: 100%;
    }

    .chosen-pack__info {
        border-radius: 25px;
    }

    .order-pack__info {
        width: 100%;
    }

    .pack-amount {
        align-items: center;

        font-size: 16px;
    }

    .cs-list {
        padding-block: 10px;
    }

    .section-3 .swiper-button-next, .section-3 .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 499px) {
    .section-1 .custompack-product {
        width: 260px;
        height: auto;
        margin-top: 90px;
    }

    .section-1 .custompack-product::before {
        top: -50px;

        font-size: 120px;
    }

    .section-1 .custompack-product::after {
        content: "PAAAAAAACK";
        top: 60px;

        font-size: 80px;
    }

    .cs-option, .cs-current {
        font-size: 14px;
    }

    .cs-toggle::after {
        width: 15px;
        height: 15px;
        left: calc(100% - 30px);
    }

    .cs-toggle {
        padding-right: 35px;
    }

    .package-options {
        gap: 20px;
    }

    .section-3 .swiper-slide {
        padding-inline: 0;
    }

    .motif-thumb.is-active::after {
        top: calc(100% + 8px);
    }

    .motif-thumb img {
        max-width: 100px;
    }

    .section-3 .swiper-pagination {
        gap: 25px 10px;
    }

    .package-text__holder span, h2.special {
        font-size: 40px;
    }

    .nutri {
        flex-direction: column;
    }

    .chosen-pack__info {
        padding: 20px;
    }

    .nutri-left {
        border-right: none;
    }

    .nutri-item:last-child {
        border-bottom: none ;
    }

    .order-pack {
        padding: 20px;
    }

    .pack-price {
        font-size: 17px;
    }

    .order-pack {
        gap: 25px;
    }
}