:root, .color-scheme-1 {
    --color-1: #fefef4;
    --color-2: #f0f0ea;
    --color-3: #f0f7ef;
    --color-4: #006c57;
    --color-5: #2f3b2f;
    --color-6: #eb3418;
    --color-7: #f48120;
    --color-8: #868686;
    --color-9: #005646;
    --color-10: #0f4514;
    --color-11: #ff5e00;
    --gradient-background: var(--color-1) !important;
    --font-body: "Raleway", sans-serif;
    --font-heading: 'Garbata', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    letter-spacing: 0;
    color: var(--color-5);
    background-color: var(--color-1);
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0;
}

h1,
.h1 {
    font-weight: 900;
    font-size: 46px;
    line-height: 86%;
}

h2,
.h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
}

h3,
.h3,
.rte h2,
.entry-content h2,
.entry-title {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.4px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 140%;
}

strong {
    font-weight: 600;
}

.rte h2 {
    margin: 26px 0 10px;
    color: var(--color-9);
}

.rte h3 {
    margin: 20px 0 6px;
}

input, button, select, textarea {
    font-family: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.text-white {
    color: #fff;
}

a, button {
    -webkit-tap-highlight-color: transparent !important;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    align-content: center;
    text-align: center;
    letter-spacing: 0;
    border-radius: 1000px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--color-6);
    box-shadow:
            0px 32px 16px 0px rgba(0, 0, 0, 0.03),
            0px 16px 8px 0px rgba(0, 0, 0, 0.04),
            4px 4px 5px 0px rgba(0, 0, 0, 0),
            7px 7px 20px 0px rgba(0, 0, 0, 0),
            1px 1px 2px -1px rgba(255, 255, 255, 1) inset,
            0px -2px 4px 0px rgba(0, 0, 0, 0) inset;
    transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out !important;
}

.btn-red:not([disabled]):hover,
.btn:not([disabled]):hover {
    box-shadow:
            0px 32px 16px 0px rgba(0, 0, 0, 0),
            0px 16px 8px 0px rgba(0, 0, 0, 0),
            4px 4px 5px 0px rgba(0, 0, 0, 0.1),
            7px 7px 20px 0px rgba(0, 0, 0, 0.1),
            1px 1px 2px -1px rgba(255, 255, 255, 0) inset,
            0px -2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.btn-red:disabled,
.btn:disabled,
.btn[disabled] {
    box-shadow: none;
    background: transparent;
    cursor: not-allowed;
    opacity: 1;
}

.btn-red:disabled span,
.btn:disabled span,
.btn[disabled] span {
    color: var(--color-8);
    border-radius: 1000px;
    border: 2px solid var(--color-2);
}

.btn span {
    width: 100%;
    align-content: center;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    color: #fff;
    border: 0;
    background-color: transparent;
}

.button--arrow {
    display: flex;
    gap: 13px;
}

.btn_red {
    background: var(--color-6);
}

.button.button--tertiary {
    max-width: fit-content;
    min-height: 44px;
    padding: 0 22px;
    align-content: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 1000px;
    color: var(--color-6);
    border: 2px solid var(--color-6);
    background: transparent;
    transition: color 0.3s ease-out, background-color 0.3s ease-out !important;
    cursor: pointer;
}

.button.button-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.button.button--tertiary:hover {
    color: #fff;
    background-color: var(--color-6);
}

.rte a {
    color: var(--color-5);
}

.rte a,
.full-unstyled-link {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: color 0.3s ease-out, text-decoration-color 0.3s ease-out;
}

.rte a:hover,
.full-unstyled-link:hover {
    color: var(--color-9);
    text-decoration-color: currentColor;
}

.link {
    padding: 0 10px 0 1px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 1px;
}

.link-green {
    color: var(--color-9);
}

.link-green:hover {
    color: var(--color-5);
}

.link-dark-green {
    color: var(--color-5);
}

.link-dark-green:hover {
    color: var(--color-9);
}

.link-orange {
    color: var(--color-7);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.link-orange:hover {
    color: var(--color-5);
}

.link-red {
    color: var(--color-6);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.link-red:hover {
    color: #fff;
    background: var(--color-6);
}

.container {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.post-card {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 24px;
    border: 1px solid var(--color-2);
    background: #fff;
    overflow: hidden;
}

.post-card.post-card--vertical,
.post-card.post-card--horizontal {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.post-card-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 77%;
    border-radius: 16px;
    overflow: hidden;
}

.post-card.post-card--horizontal .post-card-thumbnail,
.post-card.post-card--vertical .post-card-thumbnail {
    padding-top: 60%;
}

.post-card-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.post-card-thumbnail:hover img {
    transform: scale(1.1);
}


.post-categories-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.category-badge {
    min-height: 32px;
    align-content: center;
    display: inline-block;
    padding: 4px 16px 3px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(0deg, #006C57, #006C57), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.post-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 17px 6px 2px;
}

.post-card.post-card--horizontal .post-card-body {
    flex: 1;
    padding: 16px 0 0;
}

.post-card.post-card--vertical .post-card-body {
    padding: 16px 0 0;
}

.post-card.post-card--horizontal .post-categories {
    margin-bottom: 16px;
}

.post-card.post-card--vertical .post-categories {
    margin-bottom: 17px;
}

.post-card.post-card--vertical .post-card-title,
.post-card.post-card--horizontal .post-card-title {
    font-size: 16px;
    letter-spacing: 0.1px;
}
.card-wrapper .quick-add__submit svg path,
.kviter-search-dropdown .cart-small__item .button.cart-small__add-btn svg path {
    stroke-width: 1.5px;
}

.post-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.author-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
}

.meta-text {
    flex: 1;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-8);
}

.post-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 11px 0;
    font: 600 14px var(--font-body);
    line-height: 1.45;
}

.post-card-link {
    max-width: fit-content;
    margin-top: auto;
    display: inline-block;
    padding: 6px 10px 6px 1px;
}

.post-card.post-card--horizontal .post-card-link {
    margin: 0;
}

.banner {
    position: relative;
    width: 100%;
    min-height: 296px;
    margin-top: -60px;
    padding: 70px 0 44px;
    align-content: flex-end;
    z-index: 1;
}

.banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    background: url("../images/wave-archive-banner.svg") repeat-x center;
}

.headline-archive {
    text-align: center;
    color: #fff;
}

.headline-archive--title {
    margin-bottom: 12px;
}

.headline-archive--description {
    font-size: 16px;
    line-height: 144%;
}

.banner-search-form {
    max-width: 402px;
    margin: 14px auto 0;
    width: 100%;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 48px;
    width: 1px;
    height: 12px;
    border-radius: 2px;
    background: var(--color-2);
    transform: translateY(-50%);
}

.search-icon {
    position: absolute;
    left: 25px;
    color: var(--color-5);
    pointer-events: none;
}

.search-input-wrapper .banner-search-input {
    width: 100%;
    height: 54px;
    padding: 10px 20px 10px 60px;
    border-radius: 1000px;
    border: none;
    background: #ffffff;
    font: 500 14px var(--font-body);
    color: var(--color-9);
    outline: none;
    transition: box-shadow 0.3s ease;
}

.banner-search-input::placeholder {
    color: var(--color-5);
}

.banner-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.breadcrumbs {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
    margin: 4px 0 71px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    color: #c2c2bd;
    overflow: hidden;
}

.breadcrumb-current-item {
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumbs a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 1px;
    transition: color 0.3s ease-out, text-decoration-color 0.3s ease-out;
    color: #c2c2bd;
}

.breadcrumbs a:hover {
    text-decoration-color: currentColor;
}

.breadcrumbs .separator {
    color: rgba(134, 134, 134, 0.25);
}

.breadcrumb-current-item .current {
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: bottom;
    color: rgba(134, 134, 134, 0.25);
    overflow: hidden;
}

.pre-footer-section {
    position: relative;
    padding: 69px 0 25px;
    overflow: hidden;
}

.pre-footer__decor {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.pre-footer__decor--left {
    top: 0;
    left: 0;
    width: 114px;
    height: auto;
    transform: translate(-51%, -47%);
}

.pre-footer__decor--right {
    top: 0;
    right: 0;
    width: 112px;
    height: auto;
    transform: translate(13%, -43%);
}

.pre-footer__inner {
    position: relative;
    z-index: 1;
}

.pre-footer__header {
    max-width: 600px;
    margin: 0 auto 44px;
    text-align: center;
}

.pre-footer__title {
    position: relative;
    margin: 0 auto 12px;
    font-weight: 900;
    color: var(--color-9);
}

.pre-footer__decor--title {
    top: 50%;
    right: 0;
    transform: translate(81%,-100%);
}

.pre-footer__desc {
    max-width: 450px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

.pre-footer__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.pre-footer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 15px 10px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: box-shadow 0.3s ease;
}

.pre-footer-card__icon-wrapper {
    margin-bottom: 10px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre-footer-card__icon {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.pre-footer-card__title {
    margin: 0 0 9px;
    font: 600 18px var(--font-body);
    color: var(--color-9);
}

.pre-footer-card__text {
    max-width: 400px;
    margin: 0 auto 11px;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.4;
}

.pre-footer-card__link {
    padding: 6px 10px 6px 1px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 1px;
    color: var(--color-7);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.pre-footer-card__link:hover {
    color: var(--color-5);
}

.wavy-newsletter-wrapper {
    position: relative;
    padding: 72px 0 28px;
    z-index: 1;
}

.wavy-newsletter-wrapper::before,
.wavy-newsletter-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: -1;
    pointer-events: none;
}

.wavy-newsletter-wrapper::before {
    top: -2px;
    background: url("../images/wave-newsletter-top.svg") repeat-x 65%;
}

.wavy-newsletter-wrapper::after {
    bottom: -2px;
    background: url("../images/wave-newsletter-bottom.svg") repeat-x 65%;
}

.wavy-newsletter-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.wavy-newsletter-wrapper .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.newsletter-heading {
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}

.newsletter-form-card {
    max-width: 550px;
    width: 100%;
    padding: 25px 24px 24px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 4px 20px #0000000d;
}

.wavy-input-group {
    position: relative;
    width: 100%;
}

.wavy-input-icon {
    position: absolute;
    top: 6px;
    left: 7px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--color-2);
    z-index: 2;
}

.wavy-input-icon::before {
    content: '';
    display: block;
    width: 24px;
    height: 16px;
    background: url('../images/email-icon.png') no-repeat center center / contain;
}

.wavy-input-group .wpcf7-form-control-wrap {
    flex: 1;
}

.wavy-input-group input[type="email"] {
    width: 100%;
    min-height: 60px;
    padding: 0 10px 0 56px;
    font-size: 16px;
    border-radius: 1000px;
    border: 1px solid var(--color-2);
    outline: none;
    background: #fff;
    transition: border-color 0.3s;
}

.wavy-input-group input[type="email"].wpcf7-not-valid {
    border-color: var(--color-6);
}

.wavy-input-group input[type="email"]::placeholder {
    color: #868686;
}

.wavy-input-group input[type="email"]:focus-visible {
    outline: none;
    box-shadow: none;
}

.wpcf7-not-valid-tip {
    position: relative;
    margin-top: 7px;
    padding-left: 30px;
    font-size: 16px;
}

.wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url("../images/icon-error.svg") no-repeat center/contain;
}

.wavy-input-group .btn span {
    min-height: 54px;
    font-size: 18px;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    margin: 8px 0 0 14px;
    padding: 0 0 0 27px;
    color: rgba(42, 164, 58, 1);
    border: 0;
}

.wpcf7 form.sent .wpcf7-response-output::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../images/icon-success.svg") no-repeat center/contain;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wavy-input-group .wpcf7-spinner {
    display: none !important;
}

.newsletter-caption {
    margin: 14px 0 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--color-8);
}

.hidden {
    display: none !important;
}


@media screen and (min-width: 750px) {
    h1,
    .h1 {
        font-size: 76px;
        line-height: 86%;
    }

    h2,
    .h2 {
        font-size: 64px;
        line-height: 100%;
    }

    .entry-title,
    .rte h2,
    h3,
    .h3 {
        font-size: 36px;
        line-height: 100%;
    }

    .entry-content h2 {
        font-size: 36px;
        line-height: 119%;
    }

    .rte h3 {
        font-size: 18px;
        line-height: 100%;
    }

    .page-width {
        padding: 0 24px;
    }

    .btn span {
        min-height: 64px;
        padding: 0 23px;
        font-size: 18px;
    }

    .button.button--tertiary {
        max-width: fit-content;
        min-height: 44px;
    }

    .button.button--large  {
        min-height: 65px;
        padding: 20px 32px;
    }

    .button--arrow {
        padding-right: 19px;
    }

    .headline-archive--description {
        font-size: 18px;
    }

    .container {
        padding: 0 24px;
    }

    .post-card-body {
        padding: 17px 14px 11px;
    }

    .post-card-thumbnail {
        padding-top: 60%;
    }

    .post-card-title {
        margin: 0 0 11px 0;
        font-size: 18px;
        line-height: 1.4;
    }

    .post-card.post-card--horizontal {
        gap: 16px;
        flex-direction: row;
    }

    .post-card.post-card--horizontal .post-card-thumbnail {
        width: 35%;
        padding-top: 30.7%;
    }

    .post-card.post-card--vertical .post-card-thumbnail {
        padding-top: 63%;
    }

    .post-card.post-card--horizontal .post-card-body {
        padding: 0;
    }

    .pre-footer-section {
        padding: 89px 0 25px;
    }

    .pre-footer__desc {
        font-size: 18px;
    }

    .pre-footer__header {
        margin-bottom: 46px;
    }

    .pre-footer__title {
        margin: 0 auto 8px;
    }

    .pre-footer__grid {
        gap: 12px;
    }

    .pre-footer-card {
        padding: 24px 15px 19px;
    }

    .pre-footer-card__text {
        font-size: 16px;
    }

    .wavy-newsletter-wrapper {
        padding: 79px 0 3px;
    }

    .wavy-input-group input[type="email"] {
        padding: 0 166px 0 60px;
    }

    .wavy-input-group .wpcf7-submit {
        position: absolute;
        top: 3px;
        right: 3px;
    }

    .banner {
        min-height: 356px;
        margin-top: -92px;
        padding: 55px 0 45px;
    }

    .banner-search-form {
        margin-top: 24px;
    }
}

@media screen and (min-width: 990px) {
    .banner {
        min-height: 410px;
        margin-top: -149px;
        padding: 120px 0 54px;
    }

    .home .banner {
        min-height: 334px;
    }

    .post-card-body {
        padding: 17px 14px;
    }

    .post-card-thumbnail {
        padding-top: 83%;
    }

    .post-card.post-card--horizontal .post-card-thumbnail {
        width: 39%;
        padding-top: 34.7%;
    }

    .post-card.post-card--vertical .post-card-thumbnail {
        padding-top: 72%;
    }

    .post-card.post-card--horizontal .post-card-body {
        padding: 0 30px 0 0;
    }

    .post-card.post-card--vertical .post-card-title {
        margin-bottom: 19px;
    }

    .pre-footer__decor--title {
        transform: translate(204%, -100%);
    }

    .pre-footer__grid {
        max-width: 1248px;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pre-footer__decor--left {
        left: 35px;
        transform: translateY(-82%);
    }

    .pre-footer__decor--right {
        right: 94px;
        transform: translateY(-71%);
    }

    .pre-footer-card {
        padding: 35px 15px 29px;
    }

    .pre-footer-card__icon-wrapper {
        margin-bottom: 18px;
    }

    .pre-footer-card__title {
        margin: 0 0 19px;
    }

    .pre-footer-card__text {
        margin: 0 auto 19px;
    }

    .wavy-newsletter-wrapper {
        padding: 113px 0 100px;
    }

    .wavy-newsletter-wrapper .container {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .newsletter-text-column {
        padding-top: 17px;
    }

    .newsletter-form-column {
        width: 100%;
        min-height: 160px;
        flex: 0 0 549px;
    }
}

@media screen and (max-width: 989px) {
    .meta-text--time-read {
        display: block;
        margin-top: 8px;
    }

    .post-card.post-card--vertical .meta-text--time-read,
    .post-card.post-card--horizontal .meta-text--time-read {
        display: inline;
        margin: 0;
    }

    .newsletter-heading {
        margin-bottom: 16px;
        text-align: center;
    }
}

@media screen and (max-width: 749px) {
    .post-card.post-card--vertical .post-card-meta {
        margin-bottom: 15px;
    }

    .post-card.post-card--horizontal .post-card-meta {
        margin-bottom: 24px;
    }

    .pre-footer__title {
        max-width: 90%;
    }

    .wavy-input-group .wpcf7-submit {
        width: 100%;
        margin-top: 16px;
    }

    .newsletter-caption {
        max-width: 200px;
        margin: 12px auto 0;
        line-height: 1.2;
    }
}