/* =========================================================
   Bergmann - Product Detail Feature Section
   Section ID: #bergmann-pdp-feature-section
   Blocks:
   - #bergmann-pdp-bestseller-carousel / .bergmann-pdp-feature__bestseller
   - #bergmann-pdp-testimonial / .bergmann-pdp-feature__testimonial
   - #bergmann-pdp-line-carousel / .bergmann-pdp-feature__line
   ========================================================= */

#bergmann-pdp-feature-section {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    background: var(--berg-bg-white);
}

#bergmann-pdp-feature-section > .et_pb_row {
    display: contents;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#bergmann-pdp-feature-section .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
}

#bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__bestseller > .et_pb_column,
#bergmann-pdp-feature-section > #bergmann-pdp-bestseller-carousel.et_pb_row > .et_pb_column,
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-bestseller-carousel),
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__bestseller {
    grid-area: bestseller;
    justify-self: end;
    width: min(430px, calc(100% - 72px)) !important;
    margin: 68px 92px 0 auto !important;
    z-index: 2;
}

#bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__testimonial > .et_pb_column,
#bergmann-pdp-feature-section > #bergmann-pdp-testimonial.et_pb_row > .et_pb_column,
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-testimonial),
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__testimonial {
    grid-area: testimonial;
    justify-self: end;
    width: min(300px, calc(100% - 72px)) !important;
    margin: -330px 28px 0 0 !important;
    z-index: 3;
}

#bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__line > .et_pb_column,
#bergmann-pdp-feature-section > #bergmann-pdp-line-carousel.et_pb_row > .et_pb_column,
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-line-carousel),
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__line {
    grid-area: line;
    min-height: 640px;
    z-index: 1;
}

#bergmann-pdp-feature-section .et_pb_module,
#bergmann-pdp-feature-section .et_pb_code_inner {
    margin-bottom: 0 !important;
}

#bergmann-pdp-bestseller-carousel,
.bergmann-pdp-feature__bestseller {
    grid-area: bestseller;
    justify-self: end;
    width: min(430px, calc(100% - 72px));
    margin: 68px 92px 0 auto !important;
    z-index: 2;
}

#bergmann-pdp-testimonial,
.bergmann-pdp-feature__testimonial {
    grid-area: testimonial;
    justify-self: end;
    width: min(300px, calc(100% - 72px));
    margin: -330px 28px 0 0 !important;
    z-index: 3;
}

#bergmann-pdp-line-carousel,
.bergmann-pdp-feature__line {
    grid-area: line;
    min-height: 640px;
    z-index: 1;
}

#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-bestseller-carousel) #bergmann-pdp-bestseller-carousel,
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-testimonial) #bergmann-pdp-testimonial,
#bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-line-carousel) #bergmann-pdp-line-carousel,
#bergmann-pdp-feature-section > #bergmann-pdp-bestseller-carousel.et_pb_row > .et_pb_column > .et_pb_module,
#bergmann-pdp-feature-section > #bergmann-pdp-testimonial.et_pb_row > .et_pb_column > .et_pb_module,
#bergmann-pdp-feature-section > #bergmann-pdp-line-carousel.et_pb_row > .et_pb_column > .et_pb_module {
    width: 100%;
    margin: 0 !important;
}

/* Bestseller carousel */
#bergmann-pdp-feature-section .berg-product-carousel,
#bergmann-pdp-bestseller-carousel .berg-product-carousel,
.bergmann-pdp-feature__bestseller .berg-product-carousel {
    padding: 0;
}

#bergmann-pdp-feature-section .berg-product-carousel__header,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__header,
.bergmann-pdp-feature__bestseller .berg-product-carousel__header {
    margin-bottom: 34px;
}

#bergmann-pdp-feature-section .berg-product-carousel__title,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__title,
.bergmann-pdp-feature__bestseller .berg-product-carousel__title {
    color: var(--berg-text-muted);
    font-size: 34px;
    line-height: 1.18;
    font-weight: var(--berg-weight-normal);
}

#bergmann-pdp-feature-section .berg-product-carousel__overview,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__overview,
.bergmann-pdp-feature__bestseller .berg-product-carousel__overview {
    display: none !important;
}

#bergmann-pdp-feature-section .berg-product-carousel__viewport,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__viewport,
.bergmann-pdp-feature__bestseller .berg-product-carousel__viewport {
    position: relative;
}

#bergmann-pdp-feature-section .berg-product-carousel__viewport::before,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__viewport::before,
.bergmann-pdp-feature__bestseller .berg-product-carousel__viewport::before {
    content: "BESTSELLER";
    position: absolute;
    top: 24px;
    left: 28px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 32px;
    padding: 4px 18px;
    border-radius: var(--berg-radius-full);
    background: var(--berg-primary);
    color: var(--berg-text-white);
    font-size: 16px;
    font-weight: var(--berg-weight-semibold);
    line-height: 1;
    text-transform: uppercase;
}

#bergmann-pdp-feature-section .berg-product-carousel__track,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__track,
.bergmann-pdp-feature__bestseller .berg-product-carousel__track {
    gap: 0;
}

#bergmann-pdp-feature-section .berg-product-carousel__card,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__card,
.bergmann-pdp-feature__bestseller .berg-product-carousel__card {
    flex: 0 0 100% !important;
    width: 100% !important;
}

#bergmann-pdp-feature-section .berg-product-carousel__image,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__image,
.bergmann-pdp-feature__bestseller .berg-product-carousel__image {
    aspect-ratio: 1 / 1.22;
    background: var(--berg-bg-warm);
    object-fit: contain;
    object-position: center;
}

#bergmann-pdp-feature-section .berg-card-footer,
#bergmann-pdp-bestseller-carousel .berg-card-footer,
.bergmann-pdp-feature__bestseller .berg-card-footer {
    min-height: 92px;
    padding: 20px 22px !important;
    background: var(--berg-primary) !important;
}

#bergmann-pdp-feature-section .berg-card-footer__name,
#bergmann-pdp-bestseller-carousel .berg-card-footer__name,
.bergmann-pdp-feature__bestseller .berg-card-footer__name {
    font-size: 20px;
    line-height: 1.25;
}

#bergmann-pdp-feature-section .berg-card-footer__subtitle,
#bergmann-pdp-bestseller-carousel .berg-card-footer__subtitle,
.bergmann-pdp-feature__bestseller .berg-card-footer__subtitle {
    font-size: 18px;
    line-height: 1.35;
}

#bergmann-pdp-feature-section .berg-product-carousel__arrow,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow,
.bergmann-pdp-feature__bestseller .berg-product-carousel__arrow {
    top: 28px;
    z-index: 5;
    transform: none;
}

#bergmann-pdp-feature-section .berg-product-carousel__arrow--previous,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow--previous,
.bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--previous {
    right: 54px;
    left: auto;
}

#bergmann-pdp-feature-section .berg-product-carousel__arrow--next,
#bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow--next,
.bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--next {
    right: 12px;
}

/* Testimonial */
#bergmann-pdp-testimonial,
#bergmann-pdp-testimonial p,
#bergmann-pdp-feature-section .quotes ~ p,
#bergmann-pdp-feature-section .et_pb_text_inner,
.bergmann-pdp-feature__testimonial,
.bergmann-pdp-feature__testimonial p {
    color: var(--berg-text-primary);
    font-family: var(--berg-font-primary);
    font-size: 18px;
    line-height: 1.55;
    text-align: right;
}

#bergmann-pdp-feature-section .quotes,
#bergmann-pdp-testimonial .quotes,
.bergmann-pdp-feature__testimonial .quotes {
    display: block;
    margin-bottom: 18px;
    color: #C0C9B8;
    font-size: 120px;
    font-weight: var(--berg-weight-bold);
    line-height: 0.7;
}

#bergmann-pdp-feature-section .quotes + p strong,
#bergmann-pdp-feature-section .quotes + p b,
#bergmann-pdp-testimonial strong,
#bergmann-pdp-testimonial b,
.bergmann-pdp-feature__testimonial strong,
.bergmann-pdp-feature__testimonial b {
    display: block;
    margin-top: 34px;
    color: var(--berg-text-muted);
    font-size: 18px;
    font-weight: var(--berg-weight-semibold);
}

/* Line carousel */
#bergmann-pdp-line-carousel,
.bergmann-pdp-feature__line,
#bergmann-pdp-feature-section .et_pb_slider,
#bergmann-pdp-line-carousel .et_pb_slider,
.bergmann-pdp-feature__line .et_pb_slider,
#bergmann-pdp-feature-section .et_pb_slides,
#bergmann-pdp-line-carousel .et_pb_slides,
.bergmann-pdp-feature__line .et_pb_slides,
#bergmann-pdp-feature-section .et_pb_slide,
#bergmann-pdp-line-carousel .et_pb_slide,
.bergmann-pdp-feature__line .et_pb_slide {
    height: 640px !important;
    min-height: 640px !important;
}

#bergmann-pdp-line-carousel,
.bergmann-pdp-feature__line,
#bergmann-pdp-feature-section .et_pb_slider,
#bergmann-pdp-feature-section .et_pb_slides,
#bergmann-pdp-feature-section .et_pb_slide,
#bergmann-pdp-line-carousel .et_pb_module,
.bergmann-pdp-feature__line .et_pb_module,
#bergmann-pdp-line-carousel .et_pb_slider,
.bergmann-pdp-feature__line .et_pb_slider,
#bergmann-pdp-line-carousel .et_pb_slides,
.bergmann-pdp-feature__line .et_pb_slides,
#bergmann-pdp-line-carousel .et_pb_slide,
.bergmann-pdp-feature__line .et_pb_slide {
    background-color: transparent !important;
    background-image: none;
}

#bergmann-pdp-feature-section .et_pb_slide,
#bergmann-pdp-line-carousel .et_pb_slide,
.bergmann-pdp-feature__line .et_pb_slide {
    position: relative;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center !important;
}

#bergmann-pdp-feature-section .et_pb_container,
#bergmann-pdp-line-carousel .et_pb_container,
.bergmann-pdp-feature__line .et_pb_container {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 640px !important;
}

#bergmann-pdp-feature-section .et_pb_slider_container_inner,
#bergmann-pdp-line-carousel .et_pb_slider_container_inner,
.bergmann-pdp-feature__line .et_pb_slider_container_inner {
    display: block !important;
    height: 100%;
}

#bergmann-pdp-feature-section .et_pb_slide_image,
#bergmann-pdp-line-carousel .et_pb_slide_image,
.bergmann-pdp-feature__line .et_pb_slide_image {
    display: block !important;
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    transform: none !important;
}

#bergmann-pdp-feature-section .et_pb_slide_image img,
#bergmann-pdp-line-carousel .et_pb_slide_image img,
.bergmann-pdp-feature__line .et_pb_slide_image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
}

#bergmann-pdp-feature-section .et_pb_slide_description,
#bergmann-pdp-line-carousel .et_pb_slide_description,
.bergmann-pdp-feature__line .et_pb_slide_description {
    position: relative;
    z-index: 2;
    width: min(520px, calc(100% - 96px)) !important;
    max-width: none !important;
    padding: 58px 0 0 72px !important;
    text-align: left !important;
    text-shadow: none !important;
}

#bergmann-pdp-feature-section .et_pb_slide_title,
#bergmann-pdp-line-carousel .et_pb_slide_title,
.bergmann-pdp-feature__line .et_pb_slide_title {
    margin: 0 0 18px !important;
    color: var(--berg-text-white) !important;
    font-size: 34px !important;
    font-weight: var(--berg-weight-normal) !important;
    line-height: 1.18 !important;
}

#bergmann-pdp-feature-section .et_pb_button,
#bergmann-pdp-feature-section .et_pb_more_button,
#bergmann-pdp-line-carousel .et_pb_button,
#bergmann-pdp-line-carousel .et_pb_more_button,
.bergmann-pdp-feature__line .et_pb_button,
.bergmann-pdp-feature__line .et_pb_more_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 30px;
    padding: 6px 22px !important;
    border: 0 !important;
    border-radius: var(--berg-radius-full) !important;
    background: var(--berg-bg-white) !important;
    color: var(--berg-text-muted) !important;
    font-size: 14px !important;
    font-weight: var(--berg-weight-semibold) !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

#bergmann-pdp-feature-section .et_pb_button::after,
#bergmann-pdp-feature-section .et_pb_more_button::after,
#bergmann-pdp-line-carousel .et_pb_button::after,
#bergmann-pdp-line-carousel .et_pb_more_button::after,
.bergmann-pdp-feature__line .et_pb_button::after,
.bergmann-pdp-feature__line .et_pb_more_button::after {
    display: none !important;
}

#bergmann-pdp-feature-section .et-pb-controllers,
#bergmann-pdp-line-carousel .et-pb-controllers,
.bergmann-pdp-feature__line .et-pb-controllers {
    display: none !important;
}

#bergmann-pdp-feature-section .et-pb-arrow-prev,
#bergmann-pdp-feature-section .et-pb-arrow-next,
#bergmann-pdp-line-carousel .et-pb-arrow-prev,
#bergmann-pdp-line-carousel .et-pb-arrow-next,
.bergmann-pdp-feature__line .et-pb-arrow-prev,
.bergmann-pdp-feature__line .et-pb-arrow-next {
    top: 72px !important;
    bottom: auto !important;
    z-index: 5;
    color: var(--berg-text-white) !important;
    font-size: 56px !important;
    opacity: 0.9;
    text-shadow: none !important;
}

#bergmann-pdp-feature-section .et-pb-arrow-prev,
#bergmann-pdp-line-carousel .et-pb-arrow-prev,
.bergmann-pdp-feature__line .et-pb-arrow-prev {
    right: 86px !important;
    left: auto !important;
}

#bergmann-pdp-feature-section .et-pb-arrow-next,
#bergmann-pdp-line-carousel .et-pb-arrow-next,
.bergmann-pdp-feature__line .et-pb-arrow-next {
    right: 34px !important;
    left: auto !important;
}

@media (max-width: 1200px) {
    #bergmann-pdp-bestseller-carousel,
    .bergmann-pdp-feature__bestseller,
    #bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__bestseller > .et_pb_column,
    #bergmann-pdp-feature-section > #bergmann-pdp-bestseller-carousel.et_pb_row > .et_pb_column,
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-bestseller-carousel),
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__bestseller {
        margin-right: 56px !important;
    }

    #bergmann-pdp-testimonial,
    .bergmann-pdp-feature__testimonial,
    #bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__testimonial > .et_pb_column,
    #bergmann-pdp-feature-section > #bergmann-pdp-testimonial.et_pb_row > .et_pb_column,
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-testimonial),
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__testimonial {
        margin-right: 18px !important;
    }
}

@media (max-width: 980px) {
    #bergmann-pdp-feature-section {
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    #bergmann-pdp-feature-section > .et_pb_row {
        display: contents;
        gap: 0;
        padding: 0 0 64px !important;
    }

    #bergmann-pdp-line-carousel,
    .bergmann-pdp-feature__line,
    #bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__line > .et_pb_column,
    #bergmann-pdp-feature-section > #bergmann-pdp-line-carousel.et_pb_row > .et_pb_column,
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-line-carousel),
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__line {
        order: 1;
        width: 100%;
        min-height: 0;
    }

    #bergmann-pdp-testimonial,
    .bergmann-pdp-feature__testimonial,
    #bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__testimonial > .et_pb_column,
    #bergmann-pdp-feature-section > #bergmann-pdp-testimonial.et_pb_row > .et_pb_column,
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-testimonial),
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__testimonial {
        order: 2;
        width: 100%;
        margin: 72px 0 0 !important;
        padding: 0 60px !important;
    }

    #bergmann-pdp-bestseller-carousel,
    .bergmann-pdp-feature__bestseller,
    #bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__bestseller > .et_pb_column,
    #bergmann-pdp-feature-section > #bergmann-pdp-bestseller-carousel.et_pb_row > .et_pb_column,
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-bestseller-carousel),
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__bestseller {
        order: 3;
        width: 100%;
        margin: 74px 0 0 !important;
        padding: 0 60px !important;
    }

    #bergmann-pdp-line-carousel,
    #bergmann-pdp-line-carousel .et_pb_slider,
    #bergmann-pdp-line-carousel .et_pb_slides,
    #bergmann-pdp-line-carousel .et_pb_slide {
        height: auto !important;
        min-height: 0 !important;
    }

    #bergmann-pdp-line-carousel .et_pb_container {
        height: auto !important;
        min-height: 0 !important;
    }

    #bergmann-pdp-line-carousel .et_pb_slider_container_inner {
        display: grid !important;
        grid-template-columns: 1fr;
        padding: 0 60px;
    }

    #bergmann-pdp-line-carousel .et_pb_slide_description {
        display: contents !important;
        width: 100% !important;
        padding: 0 !important;
    }

    #bergmann-pdp-line-carousel .et_pb_slide_title {
        margin: 82px 0 40px !important;
        color: var(--berg-text-muted) !important;
        font-size: 48px !important;
        line-height: 1.15 !important;
    }

    #bergmann-pdp-line-carousel .et_pb_slide_image {
        display: block !important;
        position: relative !important;
        inset: auto;
        width: 100% !important;
        margin: 0 !important;
        overflow: hidden;
        aspect-ratio: 1 / 1.2;
    }

    #bergmann-pdp-line-carousel .et_pb_slide_image img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: cover;
        object-position: center;
    }

    #bergmann-pdp-line-carousel .et_pb_button,
    #bergmann-pdp-line-carousel .et_pb_more_button {
        justify-self: start;
        min-width: 344px;
        min-height: 52px;
        margin-top: 54px !important;
        background: var(--berg-primary) !important;
        color: var(--berg-text-white) !important;
        font-size: 25px !important;
    }

    #bergmann-pdp-line-carousel .et-pb-arrow-prev,
    #bergmann-pdp-line-carousel .et-pb-arrow-next {
        top: auto !important;
        bottom: 210px !important;
        color: var(--berg-text-muted) !important;
        font-size: 66px !important;
    }

    #bergmann-pdp-line-carousel .et-pb-arrow-prev {
        right: 120px !important;
    }

    #bergmann-pdp-line-carousel .et-pb-arrow-next {
        right: 60px !important;
    }

    #bergmann-pdp-testimonial,
    #bergmann-pdp-testimonial p,
    .bergmann-pdp-feature__testimonial,
    .bergmann-pdp-feature__testimonial p {
        font-size: 35px;
        line-height: 1.62;
        text-align: left;
    }

    #bergmann-pdp-testimonial .quotes,
    .bergmann-pdp-feature__testimonial .quotes {
        margin-bottom: 68px;
        font-size: 92px;
    }

    #bergmann-pdp-testimonial strong,
    #bergmann-pdp-testimonial b,
    .bergmann-pdp-feature__testimonial strong,
    .bergmann-pdp-feature__testimonial b {
        margin-top: 64px;
        font-size: 28px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__title,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__title {
        font-size: 50px;
        margin-bottom: 34px !important;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__header,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__header {
        display: contents;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__viewport::before,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__viewport::before {
        display: none;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__image,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__image {
        aspect-ratio: 1 / 1.35;
    }

    #bergmann-pdp-bestseller-carousel .berg-card-footer,
    .bergmann-pdp-feature__bestseller .berg-card-footer {
        min-height: 172px;
        padding: 40px !important;
    }

    #bergmann-pdp-bestseller-carousel .berg-card-footer__name,
    .bergmann-pdp-feature__bestseller .berg-card-footer__name {
        font-size: 31px;
    }

    #bergmann-pdp-bestseller-carousel .berg-card-footer__subtitle,
    .bergmann-pdp-feature__bestseller .berg-card-footer__subtitle {
        font-size: 27px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__overview,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__overview {
        display: inline-flex !important;
        min-width: 460px;
        min-height: 134px;
        margin-top: 54px;
        font-size: 26px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__arrow {
        top: 52%;
        width: 94px !important;
        height: 136px !important;
        background: var(--berg-border-light);
        transform: translateY(-50%);
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow::before,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__arrow::before {
        top: 38px;
        width: 48px;
        height: 48px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow--previous,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--previous {
        right: auto;
        left: -56px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow--previous::before,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--previous::before {
        left: 32px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow--next,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--next {
        right: -56px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__arrow--next::before,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--next::before {
        right: 32px;
    }
}

@media (max-width: 767px) {
    #bergmann-pdp-line-carousel .et_pb_slider_container_inner,
    #bergmann-pdp-testimonial,
    .bergmann-pdp-feature__testimonial,
    #bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__testimonial > .et_pb_column,
    #bergmann-pdp-feature-section > #bergmann-pdp-testimonial.et_pb_row > .et_pb_column,
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-testimonial),
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__testimonial,
    #bergmann-pdp-bestseller-carousel,
    .bergmann-pdp-feature__bestseller,
    #bergmann-pdp-feature-section > .et_pb_row.bergmann-pdp-feature__bestseller > .et_pb_column,
    #bergmann-pdp-feature-section > #bergmann-pdp-bestseller-carousel.et_pb_row > .et_pb_column,
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-bestseller-carousel),
    #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column.bergmann-pdp-feature__bestseller {
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    #bergmann-pdp-line-carousel .et_pb_slide_title {
        font-size: 35px !important;
    }

    #bergmann-pdp-line-carousel .et_pb_button,
    #bergmann-pdp-line-carousel .et_pb_more_button {
        min-width: min(344px, 100%);
        font-size: 18px !important;
    }

    #bergmann-pdp-testimonial,
    #bergmann-pdp-testimonial p,
    .bergmann-pdp-feature__testimonial,
    .bergmann-pdp-feature__testimonial p {
        font-size: 24px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__title,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__title {
        font-size: 38px;
    }

    #bergmann-pdp-bestseller-carousel .berg-product-carousel__overview,
    .bergmann-pdp-feature__bestseller .berg-product-carousel__overview {
        min-width: min(460px, 100%);
        min-height: 86px;
        font-size: 18px;
    }
}

/* =========================================================
   Rendered Divi markup override
   The Visual Builder output uses IDs with double underscores.
   ========================================================= */

.et-db #et-boc .et-l #bergmann-pdp-feature-section {
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row {
    display: grid !important;
    grid-template-columns: 360px 260px 560px !important;
    column-gap: 32px !important;
    align-items: start !important;
    justify-content: center !important;
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-feature__bestseller) {
    grid-column: 1 !important;
    padding: 64px 0 0 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-feature__testimonial) {
    grid-column: 2 !important;
    align-self: center !important;
    padding: 220px 0 0 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-feature__line) {
    grid-column: 3 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller,
.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial,
.et-db #et-boc .et-l #bergmann-pdp-feature__line {
    width: 100% !important;
    margin: 0 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel {
    padding: 0 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__header {
    margin: 0 0 34px !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__title {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--berg-primary) !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 1.18 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__overview {
    display: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__viewport {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__viewport::before {
    content: "BESTSELLER";
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 5;
    width: 140px;
    height: 30px;
    min-width: 0;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--berg-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__track {
    gap: 0 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__card {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__image-link {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.22 !important;
    background: var(--berg-bg-warm) !important;
    overflow: hidden !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__image {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    background: var(--berg-bg-warm) !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-card-footer {
    min-height: 92px !important;
    padding: 22px 28px !important;
    background: var(--berg-primary) !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-card-footer__name {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-card-footer__subtitle {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow {
    top: 30px !important;
    z-index: 6 !important;
    width: 32px !important;
    height: 42px !important;
    background: transparent !important;
    transform: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--previous {
    right: 66px !important;
    left: auto !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--next {
    right: 24px !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial {
    background: transparent !important;
    box-shadow: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial::before {
    display: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_description {
    margin-left: 0 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content,
.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content p {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    text-align: right !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .quotes {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #C0C9B8 !important;
    font-size: 120px !important;
    font-weight: 700 !important;
    line-height: 0.65 !important;
    text-align: right !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature-section #bergmann-pdp-feature__testimonial p.quotes {
    color: #C0C9B8 !important;
    font-size: 120px !important;
    font-weight: 700 !important;
    line-height: 0.65 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_author {
    display: block !important;
    margin-top: 34px !important;
    color: var(--berg-primary) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: right !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line,
.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slides,
.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide {
    height: 760px !important;
    min-height: 760px !important;
    background: transparent !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_container {
    width: 100% !important;
    max-width: 100% !important;
    height: 760px !important;
    min-height: 760px !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slider_container_inner {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_image {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    margin-top: 0 !important;
    transform: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(97, 109, 99, 0.25);
    pointer-events: none;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_description {
    position: absolute !important;
    top: 62px !important;
    left: 64px !important;
    z-index: 3 !important;
    width: min(430px, calc(100% - 96px)) !important;
    padding: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_title {
    margin: 0 0 22px !important;
    padding: 0 !important;
    width: 280px !important;
    min-width: 280px !important;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_button,
.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_more_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 220px !important;
    min-height: 32px !important;
    padding: 6px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--berg-primary) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_button::after,
.et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_more_button::after {
    display: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-controllers {
    display: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev,
.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next {
    top: 70px !important;
    bottom: auto !important;
    z-index: 6 !important;
    color: #fff !important;
    width: 32px !important;
    height: 42px !important;
    font-size: 0 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev::before,
.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next::before {
    content: "" !important;
    position: absolute !important;
    top: 8px !important;
    width: 20px !important;
    height: 20px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev::before {
    left: 6px !important;
    transform: rotate(-135deg) !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next::before {
    right: 6px !important;
    transform: rotate(45deg) !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev {
    right: 106px !important;
    left: auto !important;
}

.et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next {
    right: 46px !important;
    left: auto !important;
}

@media (max-width: 980px) {
    .et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0 64px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-feature__line) {
        order: 3 !important;
        padding: 74px 60px 0 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-feature__testimonial) {
        order: 2 !important;
        padding: 72px 60px 0 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature-section > .et_pb_row > .et_pb_column:has(#bergmann-pdp-feature__bestseller) {
        order: 1 !important;
        padding: 74px 60px 0 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line,
    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slides,
    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide,
    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_container {
        height: auto !important;
        min-height: 0 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slider_container_inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_description {
        display: contents !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_title {
        grid-row: 1 !important;
        margin: 0 0 40px !important;
        color: var(--berg-primary) !important;
        font-size: 50px !important;
        line-height: 1.15 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_image {
        grid-row: 2 !important;
        position: relative !important;
        inset: auto !important;
        aspect-ratio: 1 / 1.2 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_button_wrapper {
        grid-row: 3 !important;
        justify-self: start !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_button,
    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_more_button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: min(344px, 100%) !important;
        min-height: 52px !important;
        margin-top: 54px !important;
        padding: 12px 36px !important;
        border: 0 !important;
        border-radius: var(--berg-radius-full) !important;
        background: var(--berg-primary) !important;
        color: #fff !important;
        font-size: 25px !important;
        font-weight: var(--berg-weight-semibold) !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev,
    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next {
        top: auto !important;
        bottom: 110px !important;
        color: var(--berg-primary) !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev::before,
    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next::before {
        border-top-color: var(--berg-primary) !important;
        border-right-color: var(--berg-primary) !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev {
        right: 60px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next {
        right: 18px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content,
    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content p,
    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .quotes,
    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_author {
        text-align: left !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content,
    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content p {
        font-size: 35px !important;
        line-height: 1.62 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__viewport::before {
        display: none !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__header {
        margin-bottom: 24px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__image {
        height: auto !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__viewport {
        overflow: visible !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow {
        top: 50% !important;
        width: 50px !important;
        height: 72px !important;
        background: var(--berg-border-light) !important;
        transform: translateY(-50%) !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow::before {
        top: 21px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--previous {
        right: auto !important;
        left: -40px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--previous::before {
        left: 16px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--next {
        right: -40px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__arrow--next::before {
        right: 16px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__bestseller .berg-product-carousel__overview {
        display: inline-flex !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial {
        padding: 0 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .quotes,
    .et-db #et-boc .et-l #bergmann-pdp-feature-section #bergmann-pdp-feature__testimonial p.quotes {
        font-size: 64px !important;
        line-height: 0.75 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content,
    .et-db #et-boc .et-l #bergmann-pdp-feature__testimonial .et_pb_testimonial_content p {
        font-size: 18px !important;
        line-height: 1.65 !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et_pb_slide_title {
        font-size: 35px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev,
    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next {
        bottom: 110px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-prev {
        right: 60px !important;
    }

    .et-db #et-boc .et-l #bergmann-pdp-feature__line .et-pb-arrow-next {
        right: 18px !important;
    }
}
