
/* Main background gradient */
.colored-bg {
    background: #F2EDE4;
    padding:48px 12px 48px 12px;
}

.special-grid {
    max-width: 2000px;
    margin:auto;
}

/* Utility classes */
.relative { position: relative; }
.center { text-align: center; }
.divider {
    line-height: 0;
    text-align: center;
    width: 33%;
    margin-left:auto;
    margin-right:auto;
    border-bottom: solid 3px #ffffff;
}
.scroll-offset { scroll-margin-top: 170px; }

/* Basic Settings */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
    font-weight: bold;
    text-align: center;
}

.post-content h1 {
    font-size: 2.4em;
}

.post-content h2 {
    font-size: 2.0em;
}

.post-content p {
    text-align: center;
    font-size: 1.2em;
}

.constrain-me {
    max-width: 1600px;
    margin: auto;
}

.fiftyfifty{
    display:flex;
    flex-direction: row;
    gap:5px;
}

.price {
    color: black !important;
}
.list-style-title-line-two{
    color:#455538 !important;
}
/* Basic Elements */
.parent {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* Special Elements */
/* Buttons */
.lebutton {
    background-color: #ffffff;
    color: white;
    font-weight: bold;
    padding: 20px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.6em;
    margin-top: 16px;
    transition: transform ease 0.1s;
    transform: scale(1);
}

.lebutton:hover,
.lebutton:focus,
.lebutton:active {
    background-color: #455538;
    color: white;
    border: none;
}

.lebutton:active {
    transition: transform ease 0.1s;
    transform: scale(0.9);
}

.lebutton:visited {
    color: white;
}

/* Benefits Checklist */
.checked-benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.gratex {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.gratex p {
    line-height: 1;
    margin: 0 !important;
    font-size: 1.2em;
    padding: 0 !important;
}

.banner-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    padding: 16px 32px;
    line-height: 0;
    margin: auto;
    white-space: nowrap;
}

/* Product Image Grid */
.featured-products {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    padding: 16px 32px;
    line-height: 0;
    margin: auto;
    white-space: nowrap;
}

.featured-products p {
    font-size: 2em;
    position: absolute;
    color: white;
    padding: 0 !important;
    font-weight: bold;
}

.totheleft {
    left: 32px;
    bottom: 16px;
}

.totheright {
    right: 32px;
    bottom: 16px;
}

/* Reviews anpassen */
.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .R-RatingStars .R-RatingStars__stars .stars__icon {
    --override-header-star-color: #bfbfa2;
}

.CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
    color: #bfbfa2 !important;
}

.CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    color: #bfbfa2 !important;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .R-RatingStars .R-RatingStars__stars .stars__icon--50 {
    background-image: linear-gradient(to right, #bfbfa2 50%, var(--override-header-star-disabled-color) 50.1%);
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
    position: relative;
    background: white !important;
    border-radius: 20px !important;
    padding: 20px !important;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: white;
    border-bottom: 0;
    margin-left: -30px;
    margin-bottom: -20px;
}

/* Product Grid abrunden */
.product-image-wrapper {
    border-radius: 20px 20px 0px 0px !important;
}

.products-grid .product-item-info .product-item-details {
    border-radius: 0px 0px 20px 20px !important;
}

.prod-embed-cont {
    padding: 15px 75px 15px 75px;
    border-radius: 30px;
    background-color: white;
    color: black;
    max-width: 1280px;
    margin: auto;
}
.review-sec{
    padding-bottom:28px;
}
/* Mobile Settings */
@media screen and (max-width: 767px) {

    .prod-embed-cont {
    padding: 35px 30px 0px 30px;
}

    .post-content h1 {
    font-size: 1.9em;
}

.post-content h2 {
    font-size: 1.75em;
}
    .parent {
        width: auto;
    }
    .fiftyfifty{
        flex-direction: column;
        gap:0px;
    }
    .lebutton {
        margin-right: 16px;
        margin-top: 8px;
        font-size: 1.3em;
    }

    .checked-benefits {
        gap: 16px;
    }

    .banner-info{
        flex-direction: column;
    }

    .featured-products {
        gap: 16px;
        padding: 10px 5px;
    }

    .featured-products p {
        font-size: 1.2em;
    }

    .totheleft {
        left: 8px;
        bottom: 0px;
        margin-bottom: 0;
    }

    .totheright {
        right: 8px;
        bottom: 0px;
        margin-bottom: 0;
    }

}
