.title-img img {
    max-height: 300px;
    object-fit: cover;
}

.max60 {
    max-width: 60%;
}

.badge {
    background-color: #D6D6C3;
    color: #5E5F3E;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 12px;
    vertical-align: middle;
}

.more-btn {
    background-color: #5E5F3E;
    color: #fff;
    padding: 13px 24px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;

    &:visited,
    &:hover {
        color: #fff;
    }

}

.green-bg {
    background-color: #ECEAE2;
}

.gift-card-title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 10%;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

.gift-card-cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
}


.gift-card-link,
.gift-card-link:visited,
.gift-card-link:hover {
    background-color: #fff;
    color: #5E5F3E;
    padding: 13px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    width: max-content;
}

.gift-card-cta-wrapper {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .gift-card-cta-wrapper {
        left: 50%;
        top: 80%;
        gap: 0;
    }

    .badge {
        font-size: 14px;
        padding: 4px 8px;
        margin-left: 0;
        display: inline-block;
    }

    .gift-card-link {
        font-size: 15px;
        padding: 10px 16px;
    }
}

.no-margin {
    margin: 0px !important;
    font-size: 2.8em;
    color: #5e5f3e;
}

.light-bg-section {
    background: #ECEAE2;
    padding: 32px 16px 0px 16px;
}

.gifting-advantages-holzkern-container {
    padding: 2em 0;
}

.gifting-advantages-holzkern-container .advan-text {
    display: inline-block;
    margin-top: 0.5em;
    color: #5e5f3e !important;
    font-size: 1.6em;
}

.gifting-advantages-holzkern-container .swiper-slide a picture img {
    max-width: 60%;
}

.swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.arrow-btn {
    color: #5e5f3e;
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
}

.swiper-gifting-advholz-pagination {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #5e5f3e;
}

@media screen and (max-width: 767px) {
    .gifting-advantages-holzkern-container .advan-text {
        font-size: 1rem;
    }
}

.dark-green {
    color: #5e5f3e;
}

.font-600 {
    font-weight: 600;

}

.footer-logo {
    margin-top: 0;
}

.m-0{
    margin: 0 !important;
}

#gifting-bubble-slider {
    --bubble-size: 380px;
    --bubble-gap: 80px;
    --visible-slides: 3;

    width: 100%;
    max-width: calc((var(--bubble-size) * var(--visible-slides)) + (var(--bubble-gap) * (var(--visible-slides) - 1)));
    margin: 0 auto;
    padding: 32px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#gifting-bubble-slider .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

#gifting-bubble-slider .swiper-slide {
    width: var(--bubble-size) !important;
    flex: 0 0 var(--bubble-size);
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center !important;
    box-sizing: border-box;
}

#gifting-bubble-slider .gifting-bubble-card {
    width: var(--bubble-size);
    max-width: var(--bubble-size);
    text-align: center !important;
    box-sizing: border-box;
}

#gifting-bubble-slider .gifting-bubble-image {
    width: var(--bubble-size);
    height: var(--bubble-size);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 28px;
    display: block;
    flex-shrink: 0;
    line-height: 0;
    box-sizing: border-box;
}

#gifting-bubble-slider .gifting-bubble-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    padding: 24px;
}

#gifting-bubble-slider .gifting-bubble-image picture,
#gifting-bubble-slider .gifting-bubble-image>div,
#gifting-bubble-slider .gifting-bubble-image>span,
#gifting-bubble-slider .gifting-bubble-image>a {
    width: 100%;
    height: 100%;
    display: block;
}

#gifting-bubble-slider .gifting-bubble-title {
    display: block;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    color: #181818;
    margin: 0 0 22px;
    padding: 0;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    word-spacing: normal !important;
}

#gifting-bubble-slider .gifting-bubble-text {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 300;
    color: #181818;
    margin: 0;
    padding: 0;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    word-spacing: normal !important;
}

#gifting-bubble-slider .gifting-bubble-pagination {
    position: static;
    margin-top: 28px;
    text-align: center;
}

.gifting-bubble-prev,
.gifting-bubble-next {
    display: none;
    background: transparent !important;
    border: none !important;
    color: #9D8668 !important;
}

@media (min-width: 1200px) {
    #gifting-bubble-slider .gifting-bubble-pagination {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #gifting-bubble-slider {
        --visible-slides: 2;
        --bubble-gap: 40px;
    }
}

@media (max-width: 767px) {

    .gifting-bubble-prev,
    .gifting-bubble-next {
        display: flex;
        position: absolute;
        top: 170px;
        z-index: 5;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 0;
        background: transparent !important;
        color: #9D8668 !important;
        cursor: pointer;
        border: none !important;
    }

    .gifting-bubble-prev {
        left: 8px;
    }

    .gifting-bubble-next {
        right: 8px;
    }

    .gifting-bubble-prev.swiper-button-disabled,
    .gifting-bubble-next.swiper-button-disabled {
        opacity: .3;
        pointer-events: none;
    }

    #gifting-bubble-slider {
        --bubble-size: 300px;
        --bubble-gap: 24px;
        --visible-slides: 1;

        max-width: 100%;
        padding: 0 0 36px 0;
    }

    #gifting-bubble-slider .swiper-slide {
        width: 100% !important;
        flex: 0 0 100%;
    }

    #gifting-bubble-slider .gifting-bubble-card {
        width: 300px;
        max-width: 300px;
    }

    #gifting-bubble-slider .gifting-bubble-image {
        width: 300px;
        height: 300px;
        margin-bottom: 0px;
    }

    #gifting-bubble-slider .gifting-bubble-title {
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 22px;
    }

    #gifting-bubble-slider .gifting-bubble-text {
        font-size: 18px;
        line-height: 1.35;
    }
}