/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Version:      1.0
*/

@import url("../generatepress/style.css");

.bioboost {
    color: var(--accent);
}

.site-logo {
    z-index: 9999;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--accent);
    border-radius: 100px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2f2f2;
    border-radius: 100px;
}

::selection {
    background: var(--accent);
    color: #ffffff;
    text-shadow: none;
}

body {
    padding-top: 50px;
}

body,
select,
textarea {
    font-family: 'Montserrat',
        Arial,
        sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    line-height: 1.4;
}

button,
.button,
a.button,
.wp-block-button__link,
input[type="submit"],
input[type="button"] {
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 24px;
    font-weight: 600;
    background-color: var(--accent);
    color: var(--base-2);
    border-radius: 30px !important;
    border: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

button:hover,
.button:hover,
a.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: var(--global-color-8);
    color: var(--base-3);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-color: var(--accent);
    color: var(--base-2);
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: var(--global-color-8);
    color: var(--base-3);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-color: var(--accent);
    color: var(--base-2);
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: var(--global-color-8);
    color: var(--base-3);
}

.woocommerce div.product .product_title {
    text-align: left;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    font-weight: 700;
}

.wc-block-components-button:not(.is-link) {
    transition: box-shadow .1s linear;
    border-width: 2px;
    border-radius: 30px;
    background-position: center center;
    border-color: var(--accent);
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.woocommerce-message:has(.wc-forward) {
    display: none !important; 
}

.grid-page-empty,
.product,
.rank-math-html-sitemap {
    width: 100%;
    padding: 40px;
    min-height: calc(100vh - var(--footer-height, 510px));
}

.site-content .content-area {
    width: 100%;
}

.bioboo-title {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #0da738 !important;
    font-weight: 700;
}

.entry-title,
.page-title {
    text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

.entry-summary,
.blog-bioboost,
.entry-meta,
.wc-block-cart,
.wc-block-checkout {
    width: 100%;
    padding-inline: 40px;
}

.inside-header.grid-container {
    width: 100%;
    max-width: none;
    padding-top: 10px;
}

.main-navigation a {
    font-size: 22px;
}

.menu-toggle {
    font-size: 22px;
}

.gp-icon svg {
    transition: fill 0.2s ease-in-out;
}

.mt-30m {
    margin-top: -30px !important;
}

.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
    color: #ffffff;
}

.main-navigation .menu-bar-item {
    border-radius: 50px;
    background-color: var(--global-color-13);
    z-index: 9999;
}

.main-navigation .menu-bar-item:hover {
    background-color: #36b845cc;
}

.mobile-menu-control-wrapper .menu-toggle {
    border-radius: 50px;
    background-color: var(--global-color-13);
    z-index: 9999;
}

.nav-float-right #site-navigation {
    position: fixed;
    top: 10px;
    right: 20px;
}

.fixed-order-button {
    position: fixed;
    top: 15px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 1001;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #e80000bf;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    padding: 10px 20px;
    text-decoration: none;
}

.fixed-order-button:hover {
    background-color: #c50000;
    color: #ffffff;
}

.slideout-navigation .slideout-menu {
    padding-top: 50px;
}

a.generate-back-to-top {
    border-radius: 50px;
    z-index: 9999;
}

.main-with-partner-form-visible {
    padding-top: 850px;
}

.partner-form {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(13, 167, 56);
    overflow: auto;
    transform: translateZ(0);
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.partner-form__container {
    background: #ffffff;
    padding: 20px 50px 0px 90px;
    border-radius: 32px;
    border: none;
    max-width: 768px;
    min-height: 750px;
    width: 90%;
    margin: 60px auto 70px auto;
    text-align: left;
}

.partner-form__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.partner-form__greeting {
    color: var(--accent);
    font-size: 1.9em;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partner-form__gift-message {
    width: 359px;
    height: auto;
    font-size: 1.5em;
    color: #323232;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partner-form__gift-strong {
    font-weight: bold;
}

.partner-form__gift-from {
    font-weight: bold;
}

.partner-form__gift-link {
    text-decoration: none;
}

.partner-form__product {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
}

.partner-form__product-image-wrapper {
    width: 100%;
    max-width: 550px;
    position: absolute;
    right: calc(-53% + 15px);
    top: -260px;
}

.partner-form__product-image {
    display: block;
    width: 100%;
    height: auto;
}

.partner-form__product-badge-wrapper {
    position: relative;
    width: 88px;
    margin-bottom: 10px;
}

.partner-form__product-badge-wrapper {
    position: relative;
    width: 88px;
}

.partner-form__product-badge {
    display: block;
    width: 100%;
    height: auto;
}

.partner-form__product-title {
    font-size: 1.1em;
    color: #323232;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partner-form__product-subtitle {
    font-size: 1.1em;
    color: #323232;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partner-form__product-shipment {
    width: 359px;
    height: auto;
    font-size: 1.1em;
    color: rgb(13, 167, 56);
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    opacity: 0.95;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partner-form__price-wrapper {
    margin-bottom: 16px;
}

.partner-form__price-old {
    text-decoration: line-through;
    color: #888;
    font-size: 1.1em;
    margin-bottom: 6px;
}

.partner-form__price-old span {
    color: #666;
}

.partner-form__price-new {
    font-size: 1.6em;
    color: #e91e63;
    font-weight: bold;
}

.partner-form__price-new span {
    color: #333;
}

.partner-form__discount {
    color: #323232;
    font-size: 1.6em;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 30px 0 20px 0;
}

.partner-form__discount span {
    color: var(--accent);
    font-size: 90px;
    height: 110px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.partner-form__discount span.woocommerce-Price-amount.amount {
    padding-left: 80px;
}

.partner-form__action {
    margin-top: 20px;
}

.partner-form__action .button {
    display: inline-block;
    width: 412px;
    height: 86px;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    background-color: var(--accent);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.partner-form__action .button:hover {
    background-color: #097a2b;
}

.footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__column {
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
}

.footer__column_left {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.footer__column_center {
    width: calc(70% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: lex-start;
    margin-right: 20px;
}

.footer__menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.footer__menu-column {
    width: auto;
    margin-bottom: 20px;
}

.footer__column_right {
    width: calc(5% - 20px);
}

.footer__logo-link {
    display: inline-block;
}

.footer__logo {
    max-width: 120px;
    height: auto;
}

.footer__text {
    margin-top: 20px;
    font-weight: 300;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
}

.footer__privacy-policy,
.footer__offer {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
}

.footer__list-item {
    text-align: left;
    margin-bottom: 10px;
}

.footer__link {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer__social-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__social-item {
    margin-right: 10px;
}

.footer__social-link {
    display: block;
    width: 33px;
    height: 33px;
}

.footer__social-icon {
    width: 100%;
    height: 100%;
}

.section {
    --zoom: 1;
}

.hero {
    margin: 40px;
}

.headline {
    color: #323232;
    text-align: left;
    z-index: 2;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.headline_size_large {
    font-size: 54px;
    width: 289px;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: normal;
}

.subheadline {
    font-size: 28px;
    color: #323232;
    text-align: left;
    z-index: 3;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 34px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 10px 0 40px 0;
}

.headline-text {
    font-size: 24px;
    color: #323232;
    text-align: left;
    z-index: 3;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 30px;
    font-weight: 600;
}

.headline-text__limit {
    width: 170px;
    text-align: left;
    z-index: 3;
    font-family: 'Montserrat', Arial, sans-serif;
}

.image {
    z-index: 5;
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 20px 20px 40px 0;
}

.headline-image__184 {
    width: 184px;
    height: 184px;
}

.image-with-shadow-container {
    position: relative;
}

.image-with-shadow-container::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 60%;
    transform: translateX(-50%);
    width: 75%;
    height: 48vw;
    max-width: 100%;
    background-color: #78b772;
    opacity: 0.45;
    filter: blur(37px);
    border-radius: 3000px;
    z-index: 1;
}

.text {
    color: #323232;
    z-index: 25;
    font-size: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 180px;
    padding-top: 80px;
}

.image-stack-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.image-stack-container .overlay-image {
    position: absolute;
    top: calc(75.9% + (100vw - 2024px) / 96);
    left: calc(7.1% + (100vw - 520px) / 5000);
    width: 19%;
    height: 100%;
    object-fit: contain;
    z-index: 10;
    pointer-events: none;
}

.image-stack-container .clorella-overlay-image {
    position: absolute;
    height: auto;
    transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
    object-fit: contain;
    pointer-events: none;
}

.clorella-1 {
    top: calc(77.8% + (100vw - 2024px) / 96);
    left: calc(72.5% + (100vw - 520px) / 5000);
    transform: matrix(1, 0, 0, 0.9, 0, 0) rotate(-120deg);
    width: 16%;
    z-index: 1;
}

.clorella-2 {
    top: calc(89.9% + (100vw - 2024px) / 96);
    left: calc(57.8% + (100vw - 520px) / 5000);
    transform: matrix(1, 0, 0, 0.8, 0, 0) rotate(-90deg);
    width: 8%;
    z-index: 11;
}

.clorella-3 {
    top: calc(41.8% + (100vw - 2024px) / 96);
    left: calc(78.9% + (100vw - 520px) / 5000);
    transform: matrix(1, 0, 0, 0.85, 0, 0) rotate(180deg);
    width: 6%;
    z-index: 11;
}

.clorella-4 {
    top: calc(63.8% + (100vw - 2024px) / 96);
    left: calc(73.9% + (100vw - 520px) / 5000);
    transform: matrix(1, 0, 0, 0.9, 0, 0) rotate(70deg);
    width: 19%;
    z-index: 11;
}

.clorella-5 {
    top: calc(47.7% + (100vw - 2024px) / 96);
    left: calc(74.5% + (100vw - 520px) / 5000);
    width: 14%;
    z-index: 1;
}

.clorella-6 {
    top: calc(51.8% + (100vw - 2024px) / 96);
    left: calc(87.9% + (100vw - 520px) / 5000);
    width: 7%;
    z-index: 11;
    transform: translateX(10px) scale(1.2);
}

.clorella-7 {
    top: calc(35.8% + (100vw - 2024px) / 96);
    left: calc(86.5% + (100vw - 520px) / 5000);
    transform: matrix(1, 0, 0, 0.8, 0, 0) rotate(-150deg);
    width: 12%;
    z-index: 11;
}

.clorella-8 {
    top: calc(71.8% + (100vw - 2024px) / 96);
    left: calc(42.5% + (100vw - 520px) / 5000);
    transform: matrix(1, 0, 0, 0.7, 0, 0) rotate(180deg);
    width: 11%;
    z-index: 11;
}

.image-stack-container.hover-down .clorella-overlay-image {
    transform: scale(0.8) translateY(-40px);
}

.image-stack-container.hover-up .clorella-overlay-image {
    transform: scale(1.1) translateY(20px);
}

.artboard {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    margin-top: 60px;
    padding-top: 60px;
    width: 100%;
}

.artboard-title {
    color: #000000;
    font-size: 54px;
    line-height: 62px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    padding-inline: 20px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.card-home {
    max-width: 90vw;
    padding: 40px;
/*     margin: 40px; */
	margin: 40px 0;
    border-radius: 10px;
    opacity: 0.9;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: none;
    box-shadow: -10px 10px 15px 2px rgba(169, 169, 169, 1);
    justify-content: space-around;
}

.card-home__group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card-home__column {
    box-sizing: border-box;
}

.card-title {
    color: #000000;
    font-size: 32px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 37px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.card-text {
    color: #000000;
    font-size: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 32px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.card-green {
    padding: 20px 60px;
    border-radius: 20px;
    opacity: 0.9;
    background-color: var(--accent);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.card-green-title {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 50px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.card-green-text {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 32px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.card-green-subtext {
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 32px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.artboard .wp-block-group__inner-container {
    display: grid;
}

.art-book {
    padding: 40px;
}

.art-book-title {
    color: #323232;
    font-size: 54px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 53px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.art-book-text {
    color: #323232;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 25px;
    font-weight: 400;
    padding: 100px 200px 60px 0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.book-background {
    background-image: url(/wp-content/uploads/2025/04/girl-table-drink-chlorella.webp);
    min-height: 520px;
    border-radius: 23px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

.recipe-book {
    position: relative;
    z-index: 4;
    top: 180px;
    left: calc(1% - 600px + 471px);
    width: 227px;
    height: auto;
}

.yoga-girl-overlay {
    position: relative;
    z-index: 4;
    top: 20px;
    left: calc(0.8% + (100vw - 520px) / 5000);
    width: calc(130.8% + (100vw - 520px) / 5000);
    height: auto;
}

.card-green__slim {
    margin: 20px 80px;
    padding: 20px 60px;
    border-radius: 20px;
    opacity: 0.9;
    background-color: var(--accent);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.hero-background {
    background-image: url(/wp-content/uploads/2025/04/section-background.webp);
    min-height: 520px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-background-title {
    color: #ffffff;
    font-size: 63px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 63px;
    font-weight: 700;
    padding: 80px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.hero-background-text {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 32px;
    font-weight: 400;
    padding: 40px 80px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.advantages {
    justify-content: center;
    margin-top: 60px;
    padding: 60px;
    width: 100%;
}

.advantages-digits {
    color: #4bd558;
    font-size: 300px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.advantages-title {
    color: #013203;
    font-size: 50px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 56px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.advantages-text {
    color: #000000;
    font-size: 25px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 39px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.advantages-subtitle {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 31px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.advantages-card {
    padding-left: 100px;
}

.advantages-subtitle__bottom {
    color: #013203;
    font-size: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.advantages__group {
    padding-left: 170px;
}

.advantages-digits__black {
    color: #323232;
    font-size: 197px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 0.98;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.advantages-text__bottom {
    color: #000000;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 50px;
    font-weight: 400;
    padding-right: 200px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.hero-feedback {
    justify-content: space-between;
    min-height: 300px;
    padding: 60px 160px;
}

.hero-feedback-title {
    color: #ffffff;
    font-size: 100px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 98px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.hero-feedback-text {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 28px;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.questions-answers-title {
    color: #323232;
    font-size: 64px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 64px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.accordion {
    justify-content: space-between;
    padding: 60px 160px;
}

.accordion-title {
    font-size: 26px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    line-height: 38px !important;
    font-weight: 600 !important;
}

.accordion-text {
    font-size: 22px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    line-height: 32px !important;
    font-weight: 400 !important;
}

.order {
    margin: 20px;
}

.order-button {
    width: 200px;
    max-width: 90%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: var(--accent);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.order-button:hover {
    background-color: #45a049;
}

.order-button--telegram {
    width: 509px;
    max-width: 90%;
    color: var(--accent);
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 2px;
    border-radius: 30px;
    background-position: center center;
    border-color: var(--accent);
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.order-button--telegram a.wp-block-button__link {
    background-color: #ffffff;
    color: var(--accent);
}

.order-button--telegram a.wp-block-button__link:hover {
    background-color: #45a049;
}

.custom-banner {
    display: flex;
    min-height: 600px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
}

.glassmorphic-title-container {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    /* text-shadow: 3px 3px 6px #000000;*/
    padding: 40px;
    max-width: 74%;
    text-align: center;
    z-index: 11;
}

.glassmorphic-title-container h1,
.glassmorphic-title-container h2 {
    margin: 0;
    color: #0a7829;
    font-size: 72px !important;
    line-height: 80px !important;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
}

.wp-block-image {
    margin: 27px 0;
}
.wp-block-image:first-child {
    margin-top: 0;
}
.wp-block-image.size-full img {
    width: 100%;
}
.post-3439 .entry-title {
    font-size: 35px;
    font-weight: normal;
}
.home .site-main .wp-block-group__inner-container {
    padding: 0px;
}
.home .wp-block-image.size-full img {
    width: auto;
}
@media (max-width: 1440.98px) {
    .glassmorphic-title-container {
        padding: 30px;
        max-width: 80%;
    }

    .glassmorphic-title-container h1,
    .glassmorphic-title-container h2 {
        font-size: 60px !important;
        line-height: 70px !important;
    }

    .partner-form__container {
        max-width: 760px;
    }

    .partner-form__product-image-wrapper {
        max-width: 350px;
        right: calc(-40% + 80px);
        top: -200px
    }

    .partner-form__action .button {
        font-size: 20px;
        width: 380px;
        height: 70px;
    }

    .headline_size_large {
        font-size: 42px;
        width: 230px;
    }

    .text {
        font-size: 16px;
        width: 160px;
        padding-top: 86px;
    }

    .footer__column_right {
        text-align: left;
        width: calc(5% - 20px);
    }

    .footer__social-list {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .image-stack-container .overlay-image {
        top: calc(75.5% + (100vw - 2024px) / 96);
        left: calc(7.1% + (100vw - 520px) / 5000);
    }

    .image-with-shadow-container::before {
        top: 30px;
        left: 60%;
        width: 75%;
        height: 45vw;
    }

    .card-home {
        max-width: 90vw;
        padding: 30px;
        margin: 40px 20px;
    }

    .card-green {
        padding: 20px;
    }

    .yoga-girl-overlay {
        top: 40px;
        left: calc(0.8% + (100vw - 520px) / 5000);
        width: calc(100.8% + (100vw - 520px) / 5000);
    }

    .card-text {
        padding-left: 100px;
    }

    .advantages {
        padding: 40px;
    }

    .advantages-digits {
        font-size: 200px;
    }

    .advantages-title {
        font-size: 42px;
        line-height: 52px;
    }

    .advantages-text {
        font-size: 24px;
        line-height: 36px;
    }

    .advantages-subtitle {
        font-size: 18px;
    }

    .advantages-card {
        padding-left: 40px;
    }

    .wp-container-content-5f80b302 {
        grid-column: span 2 !important;
    }

    .advantages__group {
        padding-left: 100px;
    }

    .wp-container-core-group-is-layout-4d858cb8 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hero-feedback {
        min-height: 300px;
        padding: 60px 80px;
    }
}

@media (max-width: 1023.98px) {
    .glassmorphic-title-container {
        padding: 24px;
        max-width: 90%;
    }

    .has-menu-bar-items button.menu-toggle {
        display: none;
    }

    .inside-header {
        padding: 20px;
    }

    .partner-form__container {
        padding: 20px;
        max-width: 85%;
        margin: 30px auto 40px auto;
        min-height: auto;
    }

    .partner-form__greeting {
        font-size: 1.7em;
        margin-bottom: 15px;
    }

    .partner-form__gift-message {
        font-size: 1.3em;
        width: 60%;
        margin-bottom: 20px;
    }

    .partner-form__product-image-wrapper {
        max-width: 280px;
        right: calc(-22% + 60px);
        top: -200px;
    }

    .partner-form__product-title {
        font-size: 1.2em;
    }

    .partner-form__product-subtitle {
        font-size: 1em;
    }

    .partner-form__discount {
        font-size: 1.5em;
        line-height: 38px;
        padding: 0;
    }

    .partner-form__discount span {
        font-size: 70px;
        padding-left: 0;
    }

    .partner-form__action .button {
        width: 80%;
        max-width: 300px;
        font-size: 1.1em;
        height: auto;
        padding: 15px 20px;
    }

    .main-with-partner-form-visible {
        padding-top: 750px;
    }

    .footer__container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 40px;
    }

    .footer__column {
        width: auto;
        margin-bottom: 40px;
    }

    .footer__column_left {
        width: calc(25% - 20px);
        margin-right: 30px;
        text-align: left;
    }

    .footer__column_center {
        width: calc(70% - 30px);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-right: 30px;
    }

    .footer__menu {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
    }

    .footer__menu-column {
        width: calc(33.333% - 20px);
        margin-bottom: 20px;
        text-align: left;
        margin-right: 20px;
    }

    .footer__menu-column:nth-child(3n) {
        margin-right: 0;
    }

    .footer__column_right {
        text-align: left;
        width: calc(5% - 20px);
    }

    .footer__socials {
        margin-top: 20px;
    }

    .footer__social-list {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer__logo {
        max-width: 120px;
    }

    .footer__text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.55;
    }

    .footer__privacy-policy,
    .footer__offer {
        font-size: 14px;
    }

    .footer__list {
        font-size: 14px;
        line-height: 1.55;
    }

    .footer__list-item {
        margin-bottom: 10px;
    }

    .footer__social-link {
        width: 33px;
        height: 33px;
    }

    .fixed-order-button {
        top: 5px;
        left: 50%;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
    }

    .wp-container-content-2c2f8874 {
        grid-column: span 8 !important;
    }

    .wp-container-content-5f80b302 {
        grid-column: span 8 !important;
    }

    .wp-container-core-group-is-layout-8d2db683 {
        grid-column: span 8 !important;
    }

    .wp-container-content-9cfa9a5a {
        grid-column: span 8 !important;
    }

    .wp-container-content-fc1ebb01 {
        grid-column: span 8 !important;
    }

    .wp-container-content-9cc10b0b {
        grid-column: span 8 !important;
    }

    .wp-container-content-8e56e706 {
        grid-column: span 8 !important;
    }

    .wp-container-content-8e56e706:nth-child(2) {
        grid-column: span 8 !important;
    }

    .wp-container-content-8e56e706:nth-child(3) {
        grid-column: span 4 !important;
    }

    .wp-container-content-8e56e706:nth-child(5) {
        grid-column: span 4 !important;
    }

    .wp-container-content-8e56e706:nth-child(6) {
        grid-column: span 4 !important;
    }

    .wp-container-content-8e56e706:nth-child(7) {
        grid-column: span 4 !important;
    }

    .wp-container-content-8e56e706:nth-child(8) {
        grid-column: span 4 !important;
    }

    .wp-container-content-8e56e706:nth-child(9) {
        grid-column: span 4 !important;
    }

    .headline_size_large {
        font-size: 42px;
        width: 100%;
    }

    .text {
        font-size: 18px;
        width: 700px;
        max-width: 700px;
        padding-top: 20px;
    }

    .image-stack-container .overlay-image {
        top: calc(76.7% + (100vw - 2024px) / 96);
        left: calc(7.5% + (100vw - 520px) / 5000);
    }

    .image-with-shadow-container::before {
        top: 45px;
        width: 70%;
        height: 85vw;
    }

    .card-home__column {
        width: 100%;
        margin-right: 0;
    }

    .artboard-title {
        font-size: 48px;
    }

    .card-home__group {
        padding-bottom: 10px;
    }

    .card-home__column {
        padding: 20px 0;
    }

    .card-home {
        padding: 40px;
    }

    .wp-container-content-bc9278c8 {
        grid-column: span 9 !important;
    }

    .wp-container-content-f01e0a81 {
        grid-column: span 9 !important;
    }

    .card-home {
        margin: 60px;
    }

    .card-green {
        padding: 40px 80px;
    }

    .wp-container-content-7f2c182a,
    .wp-container-content-654b5277 {
        grid-column: span 9 !important;
    }

    .recipe-book {
        left: calc(-3.8% + (100vw - 520px) / 5000);
    }

    .art-book-text {
        padding: 40px 200px 40px 0;
    }

    .yoga-girl-overlay {
        position: inherit;
    }

    .card-green__slim {
        margin: 0;
        padding: 20px 40px;
    }

    .card-text {
        padding-left: 0;
    }

    .advantages__group {
        padding-left: 80px;
    }

    .accordion {
        padding: 60px 100px;
    }
}

@media (max-width: 767.98px) {

    .grid-page-empty,
    .product,
    .rank-math-html-sitemap {
        padding: 20px;
    }

    .entry-title,
    .bioboo-title {
        font-size: 28px;
    }

    .custom-banner {
        min-height: 300px;
    }

    .glassmorphic-title-container {
        max-width: 92%;
        padding: 20px;
    }

    .glassmorphic-title-container h1,
    .glassmorphic-title-container h2 {
        font-size: 32px !important;
        line-height: 48px !important;
        /* text-shadow: 2px 2px 3px #000000;*/
    }

    .visually-hidden-mobile {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        border: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
        clip-path: inset(100%) !important;
        clip: rect(0 0 0 0) !important;
        overflow: hidden !important;
    }

    .partner-form__container {
        padding: 15px;
        margin: 80px auto 50px auto;
    }

    .partner-form__greeting {
        font-size: 1.5em;
    }

    .partner-form__gift-message {
        font-size: 1.1em;
        width: 70%;
    }

    .partner-form__product-image-wrapper {
        max-width: 160px;
        right: calc(-20% + 27px);
    }

    .partner-form__product-title {
        font-size: 1em;
    }

    .partner-form__product-subtitle {
        font-size: 0.9em;
    }

    .partner-form__price-new {
        font-size: 1.3em;
    }

    .partner-form__discount span {
        font-size: 50px;
    }

    .partner-form__action .button {
        font-size: 1em;
        width: 90%;
        max-width: 350px;
    }

    .partner-form__discount span.woocommerce-Price-amount.amount {
        padding-left: 20px;
    }

    .main-with-partner-form-visible {
        padding-top: 750px;
    }

    .inside-header.grid-container {
        padding-top: 0;
    }

    .footer__container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }

    .footer__column {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 30px;
    }

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

    .footer__column_left {
        text-align: left;
    }

    .footer__column_center {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .footer__menu-column {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .footer__column_right {
        text-align: left;
    }

    .footer__logo-link {
        display: inline-block;
    }

    .footer__logo {
        max-width: 100px;
        height: auto;
    }

    .footer__text {
        margin-top: 20px;
        font-weight: 300;
        font-family: 'Montserrat', Arial, sans-serif;
        line-height: 1.4;
        font-size: 14px;
    }

    .footer__privacy-policy,
    .footer__offer {
        text-decoration: none;
        transition: color 0.2s ease-in-out;
        font-size: 14px;
    }

    .footer__list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: 400;
        font-family: 'Montserrat', Arial, sans-serif;
        line-height: 1.4;
        font-size: 16px;
    }

    .footer__list-item {
        text-align: left;
        margin-bottom: 8px;
    }

    .footer__social-list {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer__social-item {
        margin-right: 10px;
    }

    .footer__social-link {
        display: block;
        width: 30px;
        height: 30px;
    }

    .footer__social-icon {
        width: 100%;
        height: 100%;
    }

    .inside-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .headline_size_large {
        font-size: 42px;
        width: 100%;
    }

    .subheadline {
        font-size: 20px;
    }

    .text {
        font-size: 16px;
        max-width: 100%;
        padding-top: 10px;
    }

    .headline-text {
        font-size: 18px;
    }

    .image-stack-container .overlay-image {
        top: calc(76.6% + (100vw - 2024px) / 96);
        left: calc(7.4% + (100vw - 520px) / 5000);
    }

    .image-with-shadow-container::before {
        top: 50px;
        width: 65%;
        height: 85vw;
    }

    .card-home {
        width: 85vw;
        max-width: 100%;
        padding: 20px;
        margin: 30px;
    }

    .artboard-title {
        font-size: 32px;
        padding-inline: 20px;
    }

    .card-green {
        padding: 20px;
    }

    .recipe-book {
        top: 240px;
        left: calc(-5.5% + (100vw - 520px) / 5000);
        width: 180px;
    }

    .art-book-text {
        padding: 40px 120px 40px 0;
    }

    .art-book-title {
        font-size: 32px;
        line-height: 37px;
    }

    .card-green__slim {
        padding: 20px;
    }

    .hero-background-title {
        font-size: 42px;
        line-height: 46px;
        padding: 40px;
    }

    .hero-background-text {
        font-size: 24px;
        padding: 40px;
    }

    .advantages__group {
        padding-left: 20px;
    }

    .advantages-digits__black {
        font-size: 160px;
    }

    .advantages-text__bottom {
        font-size: 32px;
        line-height: 44px;
        padding-right: 40px;
    }

    .wp-container-core-group-is-layout-4d858cb8 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .hero-feedback {
        padding: 60px 80px;
    }

    .questions-answers-title {
        font-size: 48px;
        line-height: 48px;
        padding: 20px;
    }

    .accordion {
        justify-content: space-between;
        padding: 60px 20px;
    }

    .accordion-title {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .accordion-text {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .order-button,
    .order-button--telegram {
        width: 90%;
        margin-bottom: 20px !important;

    }

    .entry-summary,
    .blog-bioboost,
    .entry-meta,
    .wc-block-cart,
    .wc-block-checkout {
        padding-inline: 10px;
    }
}

@media (max-width: 520.98px) {
    .glassmorphic-title-container {
        max-width: 96%;
        padding: 10px;
    }

    .glassmorphic-title-container h1,
    .glassmorphic-title-container h2 {
        font-size: 26px !important;
        line-height: 40px !important;
    }

    .main-with-partner-form-visible {
        padding-top: 880px;
    }

    .partner-form__greeting {
        font-size: 1.3em;
    }

    .partner-form__gift-message {
        font-size: 0.9em;
    }

    .partner-form__product-image-wrapper {
        max-width: 140px;
        right: calc(-25% + ((-55 - -92) / (520 - 20)) * (100vw - 300px) + 15px);
        top: 120px;
    }

    .partner-form__product-title,
    .partner-form__product-subtitle {
        width: 70%;
    }

    .partner-form__price-new {
        font-size: 1.2em;
    }

    .partner-form__discount span {
        font-size: 48px;
    }

    .partner-form__product-shipment {
        width: 180px;
        font-size: 0.95em;
    }

    .partner-form__action .button {
        font-size: 1.4em;
        padding: 15px;
        width: 90%;
        max-width: 520px;
    }

    .image-stack-container .overlay-image {
        top: calc(75.8% + (100vw - 2024px) / 96);
        left: calc(7.1% + (100vw - 520px) / 5000);
    }

    .image-with-shadow-container::before {
        top: 30px;
        height: 75vw;
    }

    .recipe-book {
        top: 280px;
        left: calc(-7.5% + (100vw - 520px) / 5000);
        width: 160px;
    }

    .art-book-text {
        padding: 40px 60px 40px 0;
    }

    .hero-background-title {
        font-size: 36px;
        line-height: 42px;
        padding: 20px;
    }

    .advantages {
        padding: 20px;
    }

    .advantages-digits,
    .advantages-digits__black {
        font-size: 100px;
    }

    .advantages-title {
        font-size: 26px;
        line-height: 32px;
    }

    .advantages-text {
        font-size: 18px;
        line-height: 30px;
    }

    .advantages-card {
        padding-left: 20px;
    }

    .advantages-subtitle__bottom {
        font-size: 22px;
        line-height: 30px;
    }

    .advantages__group {
        padding-left: 10px;
    }

    .advantages-text__bottom {
        font-size: 26px;
        line-height: 36px;
        padding-right: 0;
    }

    .hero-feedback {
        padding: 60px 20px;
    }

    .questions-answers-title {
        font-size: 34px;
        line-height: 34px;
        padding: 10px;
    }

    .accordion {
        padding: 40px 10px;
    }

    .accordion-title {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .accordion-text {
        font-size: 16px !important;
        line-height: 28px !important;

    }
}