/** Shopify CDN: Minification failed

Line 1199:0 Unexpected "}"
Line 1682:0 Unexpected "}"

**/
.metacollection_slider .product-item-slide .product-item,
.template_landing-page .image-with-text__image-container-inner {
    max-width: 100%
}

.image-icons-split .image-with-text-split__inner.section {
    padding: 0;
    min-height: 420px
}

.image-with-text__image-container {
    position: relative
}

.template_landing-page .image-with-text__image {
    position: relative;
    padding-bottom: 112%
}

.template_landing-page .image-with-text__image img.image__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.image-icons-split .icon_wrap {
    display: flex;
    padding: 30px 0 0 20px;
    align-items: flex-start
}

.image-icons-split h2.image-with-text-split__text-container-heading {
    font-size: 40px !important;
    line-height: 35px !important
}

body .custom-collap-row-lists .collapsible-row-list-item:first-of-type {
    border: 0
}

body .custom-collap-row-lists .collapsible-row-list-item {
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 0
}

body .custom-collap-row-lists .collapsible-row-list__inner button.collapsible-row-list-item__trigger {
    padding: 0;
    margin-bottom: 0
}

body .custom-collap-row-lists .collapsible-row-list-item__heading {
    font-size: 20px !important
}

body .custom-collap-row-lists .collapsible-row-list-item__text {
    margin-top: 15px
}

body .collapsible-row-list-item[data-open=true] span.icon.icon-new.icon-arrow-down,
body .custom-collap-row-lists .collapsible-row-list-item[data-open=false] span.icon.icon-new.icon-arrow-up {
    display: none !important
}

body .custom-collap-row-lists .collapsible-row-list-item[data-open=true] span.icon.icon-new.icon-arrow-up {
    display: block !important
}

.accordion__label-icons .icon svg,
body .custom-collap-row-lists .accordion__label-icons .icon {
    width: 20px;
    height: 20px
}

.image-icons-split .section-blocks__text p {
    font-weight: 600
}

.image-icons-split .icon_wrap .image-with-icons {
    gap: 10px;
    max-width: 25%;
    text-align: center;
    margin: 0;
    flex: 0 0 25%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.image-icons-split .icon_wrap .image-with-icons__title {
    text-wrap: balance;
    line-height: 1.2
}

.image-icons-split .icon_wrap .image-with-icons img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.image-icons-split .icon_wrap .image-with-icons__description {
    font-size: 13px
}

.text_with_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    justify-content: flex-start;
    text-align: left;
    z-index: 2
}

.text_with_overlay.place-self-center {
    align-items: center;
    justify-content: center;
    text-align: center
}

.text_with_overlay.place-self-center-start.text-start {
    align-items: center;
    text-align: left;
    justify-content: flex-start
}

.text_with_overlay.place-self-center-end {
    justify-content: right;
    text-align: right;
    align-items: center
}

.text_with_overlay.place-self-start {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
}

.text_with_overlay.place-self-start-center {
    justify-content: center;
    align-items: flex-start;
    text-align: center
}

.text_with_overlay.place-self-start-end {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right
}

.text_with_overlay.place-self-end-start {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end
}

.text_with_overlay.place-self-end-center {
    text-align: center;
    justify-content: center;
    align-items: flex-end
}

.text_with_overlay.place-self-end {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end
}

.text_with_overlay_inner {
    padding: 30px 40px;
    border-radius: 10px
}

.image-icons-split .image-with-text-split__text-container.image-with-text--justify-center .image-with-text-split__text-container-inner{
    text-align: center
}

.image-icons-split .image-with-text-split__text-container.image-with-text--justify-right .image-with-text-split__text-container-inner,
.product_blogpost_content .jdgm-widget {
    text-align: right
}

.image-icons-split .image-with-text-split__text-container.image-with-text--justify-left .image-with-text-split__text-container-inner,
.p_b_content_top>span {
    text-align: left
}

.image-icons-split .image-with-text-split__text-container.image-with-text--justify-center .icon_wrap,
.image-icons-split .image-with-text-split__text-container.image-with-text--justify-center .image-with-text-split__text-container-inner .section-blocks__text {
    justify-content: center
}

.image-icons-split .image-with-text-split__text-container.image-with-text--justify-right .icon_wrap,
.image-icons-split .image-with-text-split__text-container.image-with-text--justify-right .image-with-text-split__text-container-inner .section-blocks__text {
    justify-content: flex-end
}

.image-icons-split .image-with-text-split__text-container.image-with-text--justify-left .icon_wrap,
.image-icons-split .image-with-text-split__text-container.image-with-text--justify-left .image-with-text-split__text-container-inner .section-blocks__text {
    justify-content: flex-start
}

@media (max-width:1199px) {
    .image-icons-split .icon_wrap .image-with-icons {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        padding: 0 10px
    }
}

@media (max-width:959px) {
    .image-icons-split .image-with-text-split__image-container,
    .image-icons-split .image-with-text-split__text-container {
        width: 100% !important
    }

    .section--image-with-text .image-with-text__text-container-inner {
        text-align: left
    }

    body .custom-collap-row-lists .collapsible-row-list-item__heading {
        font-size: 16px !important;
        line-height: 22px !important
    }

    body .custom-collap-row-lists .collapsible-row-list .collapsible-row-list-item__text {
        font-size: 14px !important
    }
}

@media (min-width:720px) {
    .metacollection_slider {
        column-gap: 16px;
        padding: 20px 0 0;
        flex-wrap: wrap
    }

    .metacollection_slider .product-item-slide {
        max-width: calc(33.333% - calc(32px / 3));
        flex: 0 0 calc(33.333% - 8px)
    }
}

@media (max-width:719px) {
    .metacollection_slider {
        overflow: auto;
        padding: 20px 0 10px
    }

    .metacollection_slider .product-item-slide {
        margin-right: 12px
    }
}

@media (max-width:480px) {
    .metacollection_slider .product-item-slide {
        max-width: 150px
    }
}

.btn.btn--cta {
    background-color: var(--cta_btn_bg) !important
}

.btn.btn--cta:hover {
    background-color: var(--cta_btn_hover_bg) !important
}

.popup.popup--flyout .popup__content {
    bottom: 30px;
    margin: 0;
    max-width: 330px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    filter: none;
    border: 2px solid #f3efe9
}

.popup--flyout-position-left .popup__content {
    left: 30px;
    right: auto
}

.popup.popup--flyout.popup--flyout-position-right .popup__content {
    left: auto;
    right: 30px
}

.popup.popup--flyout:not(.flyout_signup) .popup__text-container {
    padding: 0
}

.popup.popup--flyout .popup__content img {
    max-width: 100%;
    width: 100%
}

.product_blogpost_content {
    padding: 20px 24px 30px
}

.popup.popup--flyout .product_blogpost_inner figure img {
    display: block;
    object-fit: cover
}

.product_blogpost_inner figure {
    margin: 0
}

.product_blogpost_content .btn.btn--primary {
    max-width: 240px;
    margin: 32px auto 0;
    padding: 0 12px !important
}

.product_blogpost_content h4.flyoutprod_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    color: #0a2923
}

.product_blogpost_content .product_tagline {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0 0;
    color: #0a2923;
    position: relative;
    padding-left: 0px
}

.product_blogpost_content .product_tagline:before {
    display: inline-block;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 20px;
    background: #0a2923;
    left: 0;
    top: -4px;
    position: relative;
    margin-right: 12px;
}

.popup.popup--flyout .popup__content .popup__dismiss-icon {
    background: #fff;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    padding: 0;
    top: var(--spacing-4);
    right: var(--spacing-4);
    transition: .4s
}

.popup.popup--flyout .popup__content .popup__dismiss-icon:hover {
    background: #0a2923
}

.popup.popup--flyout .popup__content .popup__dismiss-icon:hover svg path {
    fill: #fff
}

.product_blogpost_content span.jdgm-prev-badge__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left
}

.product_blogpost_content span.jdgm-prev-badge__stars {
    font-size: 11px;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    gap: 3px
}

.product_blogpost_content span.jdgm-prev-badge__stars span.jdgm-star {
    padding: 0 !important
}

.p_b_content_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 12px;
    gap: 6px
}

.p_b_content_top>span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.product__option.grosse .product__color-chips[data-layout] .product__chip {
    padding: 8px;
    height: auto;
    min-width: 114px;
    justify-content: flex-end;
    color: #0A2923;
    line-height: 16px;
    font-weight: 400;
}
.product__option.grosse span.p_option_price {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #8B8B8B;
    margin-top: 5px;
}
.product__option.grosse .product__color-chips[data-layout] .product__chip span.time {
    font-weight: 400;
}

.product__option.grosse .product__color-chips[data-layout] .product__chip.selected {
    font-weight: 650;
}

.popups-zindex{
    z-index: 1298!important;
}

@media (max-width:767px) {

    .image-icons-split .icon_wrap .image-with-icons img {
        width: 60px;
        height: 60px
    }

    .image-icons-split .icon_wrap {
        padding: 20px 0 0
    }

    .popup.popup--flyout .popup__content {
        bottom: 15px;
        width: calc(100% - 30px)
    }

    .popup.popup--flyout.popup--flyout-position-left .popup__content {
        left: 15px
    }

    .popup.popup--flyout.popup--flyout-position-right .popup__content {
        right: 15px
    }
  body .product .product-form__item .product-form__cart-submit {
      padding: 0px 19px !important;
  }
}
@media (max-width:479px){
  .product__option.grosse .product__color-chips[data-layout] .product__chip{
     min-width:initial;
  }
}

.cross-sells__item-price-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
}

.btn--quick-view[data-variant-click-atc] * {
    pointer-events: none;
}

/* Home main slideshow packsot slide css */
.packshot_slide .slideshow-slide__image-container {
    position: relative;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.packshot_slide .slideshow_slide_packshot_image {
    position: absolute;
    top: 50%;
    left: calc((var(--packshot_image_width) / 2) * (-1));
    transform: translateY(-50%);
    max-width:var(--packshot_image_width);
    z-index: 1;
}
.packshot_slide .slideshow-slide__text-container-wrapper {
    padding-right: calc(33.333% + 220px);
}
.slideshow-slide__inner.packshot_slide {
    display: flex;
    flex-direction: row-reverse;
    min-height: var(--custom-height);
}
.packshot_slide .slideshow_slide_main_image {
    height: 100%;
}
.packshot_slide .slideshow_slide_main_image img.image__img {
    height: 100%;
    object-fit: cover;
}
.shopify-section--hero .packshot_slide  .slideshow-slide__text-container{
    width:100%;
}
.shopify-section--hero .packshot_slide .slideshow-slide__text-container .slideshow-slide__text-container-inner {
    max-width: 100%;
}
@media (max-width:1024px){
    .shopify-section--hero .packshot_slide .slideshow-slide__text-container-heading {
        font-size: 40px;
    }
}
@media (max-width:720px){
    .slideshow-slide__inner.packshot_slide {
        display: block;
        height: 100%;
    }
    .packshot_slide .slideshow-slide__image-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .packshot_slide .slideshow-slide__text-container-wrapper {
        padding-right: 18px;
        padding-left: 18px;
    }
    
    .packshot_slide .slideshow_slide_packshot_image {
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .swiper-slide.packshotSlideWrap{
        height:auto;
    }
    .packshot_slide .slideshow_slide_main_image {
        height: auto;
    }
    .packshot_slide .slideshow_slide_main_image .image.slideshow-slide__image {
        position: relative;
        height: auto;
    }
    
    .shopify-section--hero  .packshot_slide .slideshow-slide__text-container-wrapper {
        top: 250px;
        padding-bottom: 40px!important;
        padding-top: calc(var(--packshot_image_width_mobile) / 2 + 20px)!important;
    } 
    .packshot_slide .slideshow_slide_main_image .image.slideshow-slide__image:after {
        display: block;
        content: "";
        padding-bottom: 250px;
    }
    .packshot_slide .slideshow_slide_main_image img.image__img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .packshot_slide .slideshow_slide_packshot_image {
        width: calc(100% - 36px);
        max-width: var(--packshot_image_width_mobile);
    }
   
}
.collection-banner__text-container-text > div {
    margin: 0!important;
}
.collection-banner__inner .btn.btn--outline {
    margin: 0 auto;
    background: transparent!important;
    color: #fff!important;
    border: 2px solid #fff;
    width: auto;
}
.collection-banner__inner .btn.btn--outline .btn--right-chevron-text {
    color: #fff!important;
}
.collection-banner__inner .btn--right-chevron .icon svg path {
    stroke: #fff;
}
.collection-banner__text-container-inner {
    margin: 0 0 24px;
}
@media screen and (max-width: 766px) {
    header .collection-banner__inner {
        padding: 0 0 15px;
    }
}

/* product page cosmetic certificate CSS */
.v_c_logo_list ul {
    list-style:  none;
    padding: 0;
    margin: 0;
    display: flex;
    gap:10px;
}
.v_c_logo_list ul li figure {
    margin: 0;
}
.v_c_logo_list ul li figure img {
    max-width: 100%;
    max-height: 130px;
}
.v_c_logo_list {
    margin: 0 0 20px;
}
.v_c_logo_list label.product__label {
    margin: 0 0 5px;
}
.product_bulletpoints {
    margin: 10px 0 0;
}
.product_bulletpoints p {
    font-size: 14px;
    margin: 0 0 10px;
}
.px_0 {
    padding-left: 0;
    padding-right: 0;
}
.keyfactsSec{
    background-color: transparent;
    border-radius: 20px 20px 0 0;
}
.keyFactsBlock {
    background: #f3efe9;
}
.keyFactsBlock.bg_white {
    background-color: #fff;
}
.keyfactsSec .keyFactsBlock.bg_green{
    border-radius: 0 0 20px 20px;
}
.keyfactsSec .btn-wrap a > * {
    pointer-events: none;
}
.cosmeticproduct_accordion .keyfactsSec {
    border-radius: 0;
}

@media (max-width:1140px){
    .product__option.grosse .product__label-wrapper {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 766px) {
    .product .accordion__content .keyfactsSec .btn-wrap{
        justify-content: flex-start;
    }
    .product .accordion__content .keyfactsSec .btn-wrap a {
        min-width: 150px;
    }
    .keyfactsSec ul.keyFactsList li {
        max-width: calc(50% - 8px);
    }
}
/* show more btn */
button.readMoreBtn, button.readLessBtn, button.readMoreBtn_mobile, button.readLessBtn_mobile {
    font-weight: 600;
}
.collection-banner__text-container-text .collection-description *{
    display: inline;
}

.magnesium_list_wrap {
    display: flex;
    justify-content: center;
}
.magnesium_list_wrap .categories_information {
    flex: 0 0 150px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    padding-left: 0;
}
.magnesium_list_wrap .featured-collection-slider__content {
    position: relative;
    margin: 0;
    max-width: calc(100% - 150px);
}
.magnesium_list_wrap .m_item_img_placeholder {
    aspect-ratio: 2/3;
}
.magnesium_list_wrap ul.product_categories,
.magnesium_list_wrap .product_bulletpoints  {
    list-style: none;
    padding: 35px 0 0;
    margin: 0;
}
.magnesium_list_wrap ul.product_categories{
    padding-right:12px;
}
.magnesium_list_wrap .featured-collection-slider__products .product-item-slide ul {
    margin: 0px 0 0;
    padding: 35px 12px 0;
    list-style: none;
}
.magnesium_list_wrap .featured-collection-slider__products .product-item-slide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    background: #F3EFE9;
    border-radius: 10px;
    max-width: 216px;
}
.magnesium_list_wrap ul.product_categories li,
.magnesium_list_wrap .product_bulletpoints li {
    margin-bottom: 10px;
}

.magnesium_list_wrap .featured-collection-slider__content:after, 
.magnesium_list_wrap .featured-collection-slider__content:before {
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    background: #fff;
    height: 100%;
    top: 0;
    width: 100vw;
    z-index: 1; 
}
.magnesium_list_wrap .featured-collection-slider__content:before {
    background: #faf9f6;
    z-index: 2;
    height: calc(100% - 326px);
    top: auto;
    bottom: 0;
}
.magnesium_list_wrap ul.product_categories li,
.magnesium_list_wrap .product_bulletpoints li {
    font-size: 14px;
    font-weight: 400;
    color:#0A2923;
    line-height: 18px;
}
.magnesium_list_wrap .categories_information ul.product_categories li {
    font-family: "ValueSerif", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin:0px;
}
.template_product-comparison  .magnesium_list_wrap .product-item__text {
    padding: 0 12px;
    margin-top: 18px;
}
.template_product-comparison .featured-collections-slider-wrap:after {
    width: 100%;
    height: calc(100% - 430px);
    content: "";
    position: absolute;
    background: #faf9f6;
    bottom: 0;
}

.template_product-comparison .featured-collections-slider-wrap {
    position: relative;
}
.template_product-comparison  .featured-collections-slider-wrap {
    background: #fff;
}

.template_product-comparison  .featured-collections-slider-wrap .section-introduction {
    width: 100%;
    text-align: center;
}

.template_product-comparison .featured-collection-slider__meta {
    position: relative;
}
.template_product-comparison .featured-collection-slider__meta .carousel__navigation-buttons {
    position: absolute;
    right: 0;
    top: 0 0 15px 0;
    margin: 0;
}
.template_product-comparison .featured-collection-slider__meta .carousel__navigation-buttons .carousel__navigation-button{
    margin-bottom:0px;
}
.template_product-comparison .featured-collection-slider__meta .carousel__navigation-buttons .carousel__navigation-button--back{
    position: relative;
    top:2px;
}
.template_product-comparison .page .page__inner .page__rte {
    max-width: 678px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}
.template_product-comparison .page .page__inner .page__header {
    margin: 0 0 25px;
}
.template_product-comparison .page .page__inner .page__header .page__heading{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
section.shopify-section .magnesium_list_sec h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 28px;
}
.template_product-comparison .section--image-with-text .image-with-text__inner {
    max-width: calc(912px + 6.6vw);
}
.template_product-comparison .section--image-with-text .image-with-text__text-container-inner {
    padding-right: 30px;
}
.template_product-comparison .section--image-with-text .image-with-text__image-container-inner {
    width: 100%;
    max-width: 412px;
    margin-left: auto;
}
.template_product-comparison .section--image-with-text .image-with-text__text-container {
    width: 50%;
    justify-content: flex-start;
}
.template_product-comparison section.section--image-with-text .image-with-text {
    padding: 0 0 100px;
}
.template_product-comparison .section--image-with-text .image-with-text__text-container-heading,
.template_product-comparison .section--image-with-text .image-with-text__text-container-text  {
    color: #0A2923!important;
}
.template_product-comparison .section--image-with-text .image-with-text__text-container-text {
    margin: 15px 0 25px;
}
.template_product-comparison .image-with-text__text-container-inner a.btn {
    width: 100%;
    max-width: 240px;
    height:60px;
}
.template_product-comparison .image-with-text__text-container-inner a.btn .btn--right-chevron-text {
    color: #0A2923!important;
}
.template_product-comparison .image-with-text__text-container-inner a.btn .icon svg path{
    stroke:#0A2923!important;
}
.template_product-comparison .image-with-text__text-container-text.leaf_text:first-child p {
    color: #008872;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.template_product-comparison .image-with-text__text-container-text.leaf_text:first-child {
    margin: 0 0 3px;
}
.magnesium_list_wrap .categories_information ul.product_categories li,
.magnesium_list_wrap ul.product_bulletpoints li {
    margin: 0 0 35px;
}

@media (max-width:959px){
    .template_product-comparison .section--image-with-text .image-with-text__content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .template_product-comparison .section--image-with-text .image-with-text__image-container-inner {
        margin: 0 auto;
        max-width: 447px;
    }
    .template_product-comparison .section--image-with-text .image-with-text__text-container-inner {
        text-align: left;
        padding: 40px 0 0;
    }
    .template_product-comparison section.section--image-with-text .image-with-text {
        padding: 0 0 30px;
    }
    .template_product-comparison .section--image-with-text .image-with-text__text-container {
        width: 100%;
        margin-top:0px;
    }
}
.incentTopSec.section--image-with-text .image-with-text__content {
    padding-bottom: 0px;
}
.incentTopSec.section--image-with-text .image-with-text__inner {
    padding-bottom: 0;
}
.incentTopSec  .image-with-text__image-container .image-with-text__image-container-inner {
    max-width: 100%;
}
.incentTopSec.section--image-with-text {
    position: relative;
    z-index: 9;
    overflow: initial;
}
.incentTopSec .image-with-text__image-container:after {
    display: none;
}
.incentTopSec.section--image-with-text a.btn {
    background: var(--btnBackgroundColor)!important;
    border-color: var(--btnBorderColor)!important;
    text-align: center;
    min-height: 60px!important;
}
.incentTopSec.section--image-with-text a.btn span.btn--text {
    color:var(--text-color)!important;
}
.incentTopSec.section--image-with-text a.btn svg path{
   stroke:var(--btnBorderColor)!important;
}
.incentTopSec.section--image-with-text a.btn.btn--secondary:before{
    content:none;
}
.incentTopSec.section--image-with-text a.btn:hover {
    border-color:var(--cta_btn_hover_bg)!important;
}
.incentTopSec.section--image-with-text a.btn.btn--secondary:hover svg path {
    stroke:var(--cta_btn_hover_bg)!important;
}
.incentTopSec.section--image-with-text a.btn.btn--secondary:hover span.btn--text {
    color:var(--cta_btn_hover_bg)!important;
} 
.incentTopSec.section--image-with-text a.btn.btn--primary:hover {
    background:var(--cta_btn_hover_bg)!important;
}
.incentTopSec .btn--callout span.icon.icon-new.icon-chevron-right {
    position: absolute!important;
}
.incentTopSec .btn--callout span.icon.icon-new.icon-chevron-right:after,
.incentTopSec .btn--callout span.icon.icon-new.icon-chevron-right:before {
    top: 21px;
}
.incentTopSec .img_with_text_btn_group {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 35px 0 0;
}
.incentTopSec.section--image-with-text h2.section-blocks__heading{
    font-size: 50px!important;
}
.incentTopSec .image-with-text__text-container-text.fs-body-75 p {
    font-size:var(--font-size-body-75);
}
.incentTopSec .image-with-text__text-container-text.fs-body-100 p {
    font-size:18px;
}
.incentTopSec .image-with-text__text-container-text.fs-body-200 p {
    font-size:28px;
}
.incentTopSec.section--image-with-text .wave--transparent-white::before {
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #f3efe9 13px);
}
.incentTopSec.section--image-with-text .wave--transparent-white::after {
    background-image: radial-gradient(circle at 10px 16px, #f3efe9 12px, transparent 13px);
}
.incentTopSec .image-with-text__text-container-text {
    margin: 10px 0 18px;
}
.incentTopSec .logo_section {
    text-align: center;
}
.incentTopSec .logo_section_inner {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.incentTopSec .logo_section .section {
    padding-top: 30px;
    padding-bottom: 0;
}
.incentTopSec .logo_section_inner img {
    display: block;
}
.template_corporate-benefits .image-text-packshot .image-with-text__text-container-inner {
    padding: 30px 15% 30px calc((100vw - 1150px)/2)!important;
}
.template_corporate-benefits .image-text-packshot .image-with-text__text-container-inner > .product-info-block {
   padding-left:3.3vw;
}

@media screen and (min-width: 960px) {
.incentTopSec.section--image-with-text .image-with-text__content{
    padding-top: 0px;
}
.incentTopSec.section--image-with-text .image-with-text__text-container-inner {
    max-width: 100%;
    padding: 0px;
}
.incentTopSec.section--image-with-text .image-with-text__text-container {
    flex: 0 0 50%;
    max-width: 50%;
    padding:30px 0 80px;
}
.incentTopSec .image-with-text__image-container {
    position: relative;
    z-index: 9;
    margin: 0 0 -80px;
    max-width: 50%;
    flex: 0 0 50%;
}
.incentTopSec .image-with-text__image-container .image-with-text__image-container-inner {
    max-width: 553px;
}
}
@media (max-width:1200px){
    .incentTopSec .image-with-text__text-container-text.fs-body-200 p {
        font-size: 22px;
    }
}
@media (max-width:959px){
    .incentTopSec .image-with-text.image-with-text--image-right .image-with-text__image-container {
        order: 1;
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    .incentTopSec .section--image-with-text .image-with-text__text-container {
        padding: 32px 0 45px;
    }
    .incentTopSec .img_with_text_btn_group {
        justify-content: center;
    }
    .incentTopSec.section--image-with-text .image-with-text__content {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .incentTopSec.section--image-with-text h2.section-blocks__heading {
        font-size: 26px!important;
        line-height: 32px!important;
    }
    .incentTopSec .image-with-text__text-container-text.fs-body-200 p,
    .incentTopSec .image-with-text__text-container-text.fs-body-100 p {
        font-size: 14px;
        line-height: 16px;
    }
    .logo_section_inner svg {
        min-width: 13px;
    }
    .incentTopSec.section--image-with-text .image-with-text__text-container {
        margin-top: 0;
    }
    .incentTopSec.section--image-with-text .image-with-text__inner {
        padding-top: 20px;
        padding-bottom: 45px;
    }
}
@media (max-width:767px){
    .template_corporate-benefits .columns-teaser__wrapper {
        row-gap: 32px;
    }
    .template_corporate-benefits .image-text-packshot.section--image-with-text .image-with-text__content {
        padding: 0 0 20px;
    }
    .template_corporate-benefits .featured-collection-slider {
        padding: var(--spacing-8) var(--space-outer) var(--spacing-5);
    }
    .template_corporate-benefits .section--image-with-text .image-with-text__text-container {
        min-height: initial;
    }
    .template_corporate-benefits .image-text-packshot .image-with-text__text-container-inner {
        padding: 50px 15px 50px!important;
    }
    .template_corporate-benefits .image-with-text.image-with-text--has-small-image.image-with-text--image-right .image-with-text__small-image-wrapper {
        left: 0;
        top: 50%;
        margin: 0;
    }    
    .template_corporate-benefits .image-text-packshot .image-with-text__image-container-inner figure.image-with-text__image-wrapper {
        width: 78%;
        margin-left: auto;
    }
    .template_corporate-benefits .image-text-packshot .image-with-text__text-container-inner>.product-info-block {
        padding-left: 0vw;
    }

    .incentTopSec .img_with_text_btn_group {
        flex-direction: column;
    }
    .incentTopSec.section--image-with-text a.btn {
        min-width: 241px;
    }
    .logo_section_inner img {
        max-width: 134px;
        display: block;
    }
    .logo_section_inner svg {
       width: 13px;
    }
    .incentTopSec .logo_section_inner {
        gap: 8px;
    }
    .incentTopSec .image-with-text.image-with-text--image-right .image-with-text__image-container {
        max-width: 290px;
    }
    .incentTopSec.section--image-with-text .image-with-text__content {
        gap: 10px;
    }
}
@media (max-width:766px){
    .template_product-comparison .magnesium_list_wrap .categories_information {
        flex: 0 0 100px;
        max-width: 100px;
        padding-left:0px;
    } 
    .magnesium_list_wrap .featured-collection-slider__content {
        max-width: calc(100% - 100px);
    }
    .magnesium_list_wrap .categories_information ul.product_categories li, .magnesium_list_wrap ul.product_bulletpoints li {
        margin: 0 0 25px;
    }
    .template_product-comparison .magnesium_list_wrap ul.product_categories li,
    .magnesium_list_wrap .product_bulletpoints li {
        font-size: 12px;
        line-height: 18px;
    }
    .template_product-comparison section.section--image-with-text .image-with-text {
        padding: 0 0 30px;
    }
    .template_product-comparison .section--image-with-text .image-with-text__text-container-text {
        margin: 20px 0 28px;
    }
    .template_product-comparison .section--image-with-text .image-with-text__image-container{
        width: 100%;
    }
    .template_product-comparison .image-with-text__text-container-text.leaf_text:first-child p {
        font-size: 12px;
    }
    .template_product-comparison .image-with-text__text-container-inner a.btn .btn--right-chevron-text{
        font-size: 16px!important;
    }
    .template_product-comparison .breadcrumbs-page-wrapper {
        padding: 10px 0 25px;
    }
    .template_product-comparison .page .page__inner .page__header .page__heading {
        font-size: 32px;
        line-height: 40px;
    }
    .template_product-comparison .page .page__inner .page__rte{
        font-size: 16px;
    }
    section.shopify-section .magnesium_list_sec h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .magnesium_list_wrap .featured-collection-slider__products .product-item-slide {
        max-width: 160px;
    }
    .magnesium_list_wrap .featured-collection-slider__products .product-item-slide ul {
        padding: 25px 10px 0;
    }
    .template_product-comparison  .magnesium_list_wrap .product-item__text {
        padding: 0 10px;
    }
    .template_product-comparison  .magnesium_list_wrap .product-item {
        max-width: 100%;
    }
    .magnesium_list_wrap ul.product_categories {
        padding-top: 25px;
    }
}
@media (max-width:719px){
    .template_product-comparison .section--image-with-text .image-with-text__content {
        flex-direction: column;
    }
    .magnesium_list_wrap .featured-collection-slider__content:before {
        height: calc(100% - 330px);
    }
}
@media (max-width:480px){
    .template_product-comparison .magnesium_list_wrap  .product-item__quick-view{
        bottom:0
    }
}
}
.template_product-comparison .section--image-with-text a.btn--outline {
    background: none;
}

.shopify-section.m_a_wrapper {
    padding: 80px var(--space-outer);
}
.m_a_wrapper .m_a_inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.m_a_wrapper .m_a_layout {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 15px;
}
.m_a_wrapper .m_a__item {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
}
.m_a_wrapper .m_a_heading {
    margin: 0 0 50px;
}
div.m_a_wrapper .section__heading {
    text-align: left;
}
.m_a_wrapper .m_a__item_image {
    flex:0 0 160px;
    max-width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}
.m_a_wrapper .m_a__item_image img,
.m_a_wrapper .m_a__item_image * {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.m_a_wrapper .m_a__item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.m_a_wrapper .m_a__item_content {
    flex:0 0 calc(100% - 184px);
    max-width: calc(100% - 184px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.m_a__item_description.m_a__item_btn {
    margin-top: auto;
    margin-bottom: 13px;
}
.m_a_wrapper .m_a__item_content h3 {
    font-size: 24px;
    font-weight: 650;
    line-height: 29px;
    text-align: left;
    margin: 0 0 12px;
    font-family: "NovelSans", sans-serif;
}
.m_a_wrapper .m_a__item_description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #8B8B8B;
    margin: 0 0 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m_a_wrapper .m_a__item_description a.read_article_btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #0a2923;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.m_a_wrapper .m_a__item_description a.read_article_btn span.icon {
    height: 30px;
    width: 30px;
    background: #DCDC3C;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m_a_wrapper .m_a__item_description a.read_article_btn span.icon svg {
    height: 20px;
    width: 20px;
}
.blog-posts.m_a_wrapper .m_a__item_image .article-item__image {
    width: 100%;
    border-radius: 50%;
}
.sustainability_article {
    padding-left: var(--space-outer);
    padding-right: var(--space-outer);
}
.sustainability_article .m_a_wrapper.blog-posts {
    padding-left: 0;
    padding-right: 0;
}
.article__content .blog_listing_page a.btn.btn--overlay.btn--secondary {
    border: 2px solid #0a2923 !important;
    justify-content: center;
}
.article__content .blog_listing_page  {
    display: flex;
    justify-content: center;
    margin-top: 50px !important;
}
@media (max-width:991px){
    .m_a_wrapper .m_a_layout {
        flex-direction: column;
        gap:32px 15px;
    }
    .m_a_wrapper .m_a__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:767px){
    .m_a_wrapper .m_a__item_image {
        flex: 0 0 82px;
        max-width: 82px;
        height: 82px;
    }
    .m_a_wrapper .m_a__item {
        gap: 22px;
    }
    .m_a_wrapper .m_a__item_content h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 6px;
    }
    .m_a_wrapper .m_a__item_description p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 12px;
    }
    .m_a_wrapper .m_a__item_description a.read_article_btn {
        font-size: 16px;
        line-height: 22px;
        gap: 16px;
    }
    .m_a_wrapper .m_a__item_content {
        flex: 0 0 calc(100% - 104px);
        max-width: calc(100% - 104px);
    }
    .m_a_wrapper .m_a_heading {
        margin: 0 0 32px;
    }
}

/* sustainability blog style start */
.show_article_content {
    justify-content: center;
    margin-top: 50px!important;
}
.show_article_content .btn.btn--secondary {
    border-color: var(--color-brand-dark)!important;
}

body.template_sustainability-blog 
 .section--rich-text {
    background: #F3EFE9;
    padding: 180px 0 170px;
    position: relative;
}
body.template_sustainability-blog .section--rich-text .rich-text__inner {
    margin-left: 0;
    max-width: 900px;
}
body.template_sustainability-blog .section--rich-text h2.rich-text__heading {
    font-size: 74px;
    line-height: 79px;
}
body.template_sustainability-blog .section--rich-text .section-blocks__subheading p {
    max-width: 610px;
    margin: 24px 0 0;
}
body.template_sustainability-blog .section--rich-text h2.rich-text__subheading {
    color: #008872;
    font-size: 14px;
    line-height: 25px!important;
    font-weight: 400;
    font-family: "NovelSans" !important;
    margin: 0 0 2px;
}
body.template_sustainability-blog #main {
    margin-top: calc(var(--height-header) * -1);
}
.template_sustainability-blog .section--image-with-text .image-with-text__text-container-inner {
    padding: 0 0 0 52px;
    margin: 0!important;
}
.template_sustainability-blog .section,
.template_sustainability-article .section {
    --max-width: 1150px;
}
.template_sustainability-article .article__header,
.template_sustainability-article .article .article__header {
    margin-top: var(--spacing-6);
}
.template_sustainability-blog .section--image-with-text .image-with-text__image-container {
    --image-container-width: 412px;
}
.template_sustainability-blog .section--image-with-text .image-with-text__text-container {
    flex: 1;
    width: auto;
}
.template_sustainability-blog .image-with-text__image-container-inner {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.template_sustainability-blog .section--image-with-text .image-with-text__content {
    align-items: flex-start;
}
.template_sustainability-blog .shopify-section--about-us-and-quality .about-us-quality--light .about-us-quality__heading p {
    color: var(--color-text)!important;
}
.template_sustainability-blog  .shopify-section--about-us-and-quality .about-us-quality__text p {
    font-family: "ValueSerif" !important;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #008872;
    margin: 40px 0 54px;
}
.template_sustainability-blog .shopify-section--about-us-and-quality .about-us-quality {
    background-image: url('https://www.nature-love.de/cdn/shop/files/plant_left.svg?v=1690894444&width=100'), 
    url('//www.nature-love.de/cdn/shop/files/plant_right.svg?v=1690894457&width=320');
    background-repeat: no-repeat;
    background-position: 0% -78px,right -78px;
    background-size: 107px 307px, 224px 428px;
    padding-top:30px;
}
.template_sustainability-blog  .section--image-with-text .image-with-text__text-container-inner {
    text-align: left;
}
.template_sustainability-blog .image-with-text__text-container-text:first-child p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #008872;
}
.template_sustainability-blog .featured-collections-slider-wrap {
    padding: 70px 0 70px;
}
.template_sustainability-blog .image-with-text__text-container-text:first-child {
    margin: 0 0 5px;
}
.template_sustainability-blog .image-with-text-split__inner p.image-with-text-split__text-container-accent {
    padding-left: 0;
    padding-right: 0;
}
.template_sustainability-blog .m_a_wrapper header.blog__header {
    margin: 0 0 50px;
    display: block;
}
.template_sustainability-blog .m_a_wrapper .blog__inner {
    padding: 0;
}
.template_sustainability-blog .m_a_wrapper header.blog__header .blog__description {
    margin: 0;
}
.template_sustainability-blog .m_a_wrapper {
    padding: 80px var(--space-outer);
}

@media (max-width:959px){
    .template_sustainability-blog .section--image-with-text .image-with-text__content {
        flex-direction: column-reverse;
    }
    .template_sustainability-blog .section--image-with-text .image-with-text__text-container {
        flex: 1;
        width: auto;
        margin: 0 0 32px;
    }
}
@media (max-width:767px){
    .template_sustainability-blog .m_a_wrapper {
        padding: 50px var(--space-outer);
    }
    .template_sustainability-blog .m_a_wrapper header.blog__header {
        margin: 0 0 32px;
    }
    body.template_sustainability-blog .section--rich-text h2.rich-text__subheading {
        font-size: 12px;
    }
    body.template_sustainability-blog .section--rich-text h2.rich-text__heading {
        font-size: 34px;
        line-height: 40px;
    }
    body.template_sustainability-blog .section--rich-text .section-blocks__subheading p {
        margin: 20px 0 0;
    }
    body.template_sustainability-blog .section--rich-text {
        padding: 130px 0 110px;
    }
    .template_sustainability-blog .shopify-section--about-us-and-quality .about-us-quality {
        background-image: none;
        padding-top:0px;
    }
    .template_sustainability-blog .section--image-with-text .image-with-text__text-container-inner {
        padding: 0;
    }
    .template_sustainability-blog .section--image-with-text .image-with-text__image-container {
        width: 100%;
    }
   
    .template_sustainability-blog .shopify-section--about-us-and-quality .about-us-quality__text p {
        font-size: 28px;
        line-height: 35px;
        margin: 25px 0 25px;
    }
    .template_sustainability-blog .shopify-section.m_a_wrapper {
        padding: 50px var(--space-outer);
    }
    .template_sustainability-blog .featured-collections-slider-wrap {
        padding: 10px 0;
    }
}
.image-with-text-split__image-container.packshot_image_wrap {
    position: relative;
}
.packshot_image_wrap .image_with_packshot {
    width: 100%;
    max-width: var(--packshot-desktop-width);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index:1;
}
.image-with-text-split .packshot_image_wrap + .image-with-text-split__text-container {
    padding-right: calc(var(--packshot-desktop-width) / 2 + 15px);
}
@media (max-width:959px){
    .packshot_image_wrap .image_with_packshot {
        max-width: var(--packshot-mob-width);
        top: 100%;
        left:0;
        right:0;
        margin:0 auto;
        transform: translateY(-50%);
    }
    .image-with-text-split .packshot_image_wrap + .image-with-text-split__text-container {
        padding-right: var(--space-outer);
        padding-top:calc(var(--packshot-mob-width) / 2 + 30px);
    }
}
/* slideshow countdown style */
.slideshow  .countdown-banner.section {
    padding: 0;
    margin: 0;
}
.slideshow .countdown-banner.section .countdown-banner__content,
.slideshow .countdown-banner.section .countdown-banner__single-column{
    padding: 0;
    align-items: flex-start;
}
.slideshow .countdown-banner .countdown-timer__inner {
    gap: 50px;
}
.slideshow .countdown-banner .countdown-timer__item {
    min-width: 82px;
    margin: 0;
    padding: 0;
}
.slideshow .countdown-banner .countdown-timer__item .countdown-timmer__amount {
    padding: 0;
    margin: 0;
    font-size: 58px;
    line-height: 60px;
    font-family: var(--font-heading);
}
.slideshow .countdown-banner .countdown-timer__item  .countdown-timer__type.fs-accent {
    font-family: 'NovelSans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    opacity: 0.5;
}
.template-index .slideshow .image.slideshow-slide__image:not(.slideshow-slide__image--mobile) img {
    min-height: 520px;
    object-fit: cover;
    display: block;
}
.slideshow .countdown-banner.section .countdown-timer:not(.complete) {
    margin:var(--spacing-5) 0 var(--spacing-6);
}
.slideshow .countdown-banner.section .countdown-timer__message {
    margin: 0;
}
.incentTopSec.section--image-with-text a.btn.register_btn * {
    pointer-events: none;
}
@media screen and (max-width: 766px) {
    .slideshow .countdown-banner .countdown-timer__item .countdown-timmer__amount {
        font-family: 'ValueSerif';
        font-size: 45px;
        line-height: 1.2;
        font-weight: 700;
    }
    .slideshow .countdown-banner.section {
        padding: 0;
        margin:0px;
    }
    .slideshow .countdown-banner.section .countdown-timer:not(.complete){
        margin: var(--spacing-4) 0;
    }
    .slideshow .countdown-banner .countdown-timer__item:last-child {
        padding-right: 0;
    }
    .slideshow .countdown-banner .countdown-timer__item {
        min-width: 62px;
    }
}
@media screen and (max-width: 719px) {
    .slideshow .countdown-banner.section .countdown-banner__content, 
    .slideshow .countdown-banner.section .countdown-banner__single-column {
        padding: 0;
        align-items: center;
    }
    .slideshow .countdown-banner .countdown-timer__item {
        padding: 0;
        min-width: 65px;
    }
    .slideshow .countdown-banner .countdown-timer__inner {
        gap: 20px;
    }

    .template_sustainability-blog .section--image-with-text .image-with-text__text-container-heading {
        margin-bottom: 20px;
    }
}

/* Footer Product css */
.template_food-product .variant__attributes.variant_recommendation_1 {
    background: #F3EFE9;
    padding: 16px 30px 30px;
    border-radius: 0 0 20px 20px;
    margin: 0 0 30px;
}
.template_food-product figure.pro_information_img {
    margin-bottom: 0;
}
.template_food-product figure.pro_information_img img {
    border-radius: 20px 20px 0 0;
}
.template_food-product .variant__attributes.variant_recommendation_1 strong {
    margin: 0 0 12px;
}
@media (max-width:767px){
    .template_food-product .variant__attributes.variant_recommendation_1 {
        padding: 16px 20px 25px;
    }
}

.template_food-product .v_c_logo_list ul li figure img {
    max-height: 58px;
}
.template_sustainability-blog .section--image-with-text .image-with-text__text-container-heading {
    margin-bottom: 20px;
}

}

/* checkout button css starts */
.quick-cart__footer .additional-checkout-buttons{
    height: 60px;
    min-height: 60px;
}
.quick-cart__footer .additional-checkout-buttons ul li.paypal-button-visibility {
    display: flex!important;
    border-radius: 50px;
    overflow: hidden;
    max-height: 60px!important;
    height: 60px!important;
    background: #ffc439;
    min-height: 60px;
    align-items: center;
}
.quick-cart__footer .additional-checkout-buttons ul li.paypal-button-visibility:hover {
    background: #f2ba36;
}
@media (max-width: 749px) {
    .quick-cart__footer .quick_cart_buttons .additional-checkout-buttons .shopify-cleanslate .paypal-button-visibility:nth-child(2) {
        display: block;
        height: 60px!important;
        max-height: inherit!important;
        overflow: hidden;
        border-radius: 50px;
    }
    .quick-cart__footer .additional-checkout-buttons {
        width: 100%;
    }
}

/* ends */

.collection-banner:not(.collection--has-image){
    padding-bottom: 0px;
}
/* collection description code starts */
.for__mobile{
    display: none!important;
}
@media (max-width:766px){
    .for__mobile{
        display: block!important;
    }
    .for__desktop{
        display: none!important;
    }
	}
/* ends */

/* Product Short Description  */
.product__block--product-header .product_short_description {
    margin-bottom: 0;
}

.product_short_description {
    font-size: 12px;
    line-height: 22px;
}

.product_short_description .show_more_btn,
.product_short_description .show_less_btn {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.product_short_description_preview.show_more_btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.product_short_description p {
    display: inline;
}

.product_short_description p.for_mobile {
    display: none;
}

@media (max-width:767px) {
    .product_short_description p.for_desktop {
        display: none;
    }

    .product_short_description p.for_mobile {
        display: inline;
    }
}

/* ends */

/* Comparison page style */
.template_product-comparison .featured-collection-slider__meta .carousel__navigation-buttons {
    position: static;
    margin: 0 0 15px;
    align-items: center;
    gap:10px;
    display: none;
}
.template_product-comparison .f_c_swiper_pagination {
    display: flex;
    align-items: center;
    margin: 0px;
}
.template_product-comparison .featured-collection-slider__meta .carousel__navigation-buttons .carousel__navigation-button--back {
    margin: 0;
}
.template_product-comparison .f_c_swiper_pagination .swiper-pagination-bullet-active{
    background: #000000;
}
.custom_atc_btn {
    width: calc(100% - 24px);
    margin: 0 auto 20px;
    padding: 0 12px 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--color-background-button);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 60px;
    text-decoration: none;
}
.custom_atc_btn:hover {
    background-color: var(--color-brand-lime-dark);
}
.template_product-comparison .magnesium_list_wrap .featured-collection-slider__products .product-item-slide {
    display: block;
}
@media (max-width:767px){
    .template_product-comparison .featured-collection-slider__meta .carousel__navigation-buttons {
        display: flex;
    }
    .custom_atc_btn {
        font-size: 11px;
        height: 40px;
        line-height: 14px;
        padding: 0 5px 0;
    }
    .template_product-comparison .btn--slider-nav:not(.swiper-button-disabled):hover .icon path {
        stroke: #132823;
    }
} 
    
/* Total Savings style - Cart drawer */
.discount-summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discount-summary #discount-header{
    display: flex;
}

/* Guarantee Hint */

.GuaranteeHint {
    margin-top: -8px;
}

@media screen and (min-width: 768px) {
    .GuaranteeHint {
        /* Should not be shown on desktop devices. */
        display: none;
    }
}

.GuaranteeHint__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: var(--font-size-body-75);
    font-weight: var(--font-body-weight);
    line-height: var(--line-height-body);
    opacity: 0.65;
}

/* Judgeme Reviews in Footer */

.subfooter__container .jdgm-all-reviews-text.jdgm-all-reviews-text {
    display: flex;
    align-items: center;
    gap: 3px;
}

/* Product Recommendations in Accordion on PDP.  */

.product__bottom .accordion.product__block-featured-products .product-item:has(.product-badge__wrapper.angebot),
.product__primary-left .accordion.product__block-featured-products .product-item:has(.product-badge__wrapper.angebot) {
  height: 100%;
  outline: 3px solid #dcdc3c;
  outline-offset: 3px;
  border-radius: 10px;
}

/* Gift Bar in Cart Drawer */

.cart-free-gift-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.free-gift-bar--double {
    display: flex;
    width: 66%;
    flex: unset !important;
}

.free-gift-bar--double .cart-free-gift-bar {
    flex: 1;
}

.free-shipping-bar--success .cart-free-gift-bar {
    justify-content: flex-end;
}

.free-shipping-bar--success .icon-check-icon {
    display: block !important;
}

/* Experiment: Info Banner on PDP */

.InfoBanner {
    /* Hide for the duration of the experiment */
    display: none;
    /* display: flex; */

    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid #0A2923;
    border-radius: 0.5rem;
    background-color: var(--color-background);
}

.InfoBanner__Heading {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
}

.InfoBanner__Text {
    font-size: 0.8125rem;
    font-weight: 400;
}
