/** Shopify CDN: Minification failed

Line 175:0 Unexpected "{"

**/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#MainContent {
    flex-grow: 1;

}
.section-header.shopify-section-group-header-group{
    flex-grow: 1;
}
.scrolled-past-header sticky-header {
    background-color: hsla(0, 0%, 100%, .7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

div.scrolled-past-header {
    transform: translateY(-63px);
    transition: transform .5s cubic-bezier(.55, 0, .1, 1), background-color .5s cubic-bezier(.55, 0, .1, 1);
}
.template-product .price__regular .price-item--regular {

    font-weight: bold;
    font-size: 2.2rem;
}
div:not(.scrolled-past-header) sticky-header,
div:not(.scrolled-past-header) header.header {
    background-color: transparent !important;
    background: #ffffffb3 !important;
}
.template-product div:not(.scrolled-past-header) sticky-header,
.template-product div:not(.scrolled-past-header) header.header {
    background:transparent !important;
}
div.section-header:not(.scrolled-past-header),
div.shopify-section-header-sticky:not(.scrolled-past-header) {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.55, 0, .1, 1), background-color .5s cubic-bezier(.55, 0, .1, 1);
}
div.section-header,
div.shopify-section-header-sticky {
   /* height: 0;*/
    top: 63px;
}
.template-product div.section-header {
    height: 0;
}

.rich-text__blocks .rich-text__text {
    padding-bottom: 7px;
}

.stat-block {
    margin: 30px 0 40px 0;
}

.stat-content {
    display: flex;
    flex-direction: row;
    max-width: 27rem;
    align-items: flex-start;
    gap: 1.5rem;
}

.stat_title {
    font-weight: 900;
    font-size: 1.6rem;
}

.stat_text {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.2;
}

.second_stat-img {
    display: none;
}

.first_stat-img {
    display: block;
}
.custom-multicolumn slider-component {
    max-width: unset;
}
.custom-multicolumn .multicolumn-card__image-wrapper--third-width {
    width: 100%;
}
.custom-multicolumn  .multicolumn-list {
    justify-content: space-between;
}
footer {
  /*  padding: 0 40px;*/
}

.footer__menu-wrapper {
    flex: 2;
}

.footer-block__newsletter {
    flex: 2;
}

.footer-block-wrapper {
    flex: 1;
}

.footer-block__newsletter {
    z-index: 5;
    padding: 4rem;
    border-radius: 30px;
    background-color: #313131;
}

.footer-block__newsletter .footer-block__heading strong {
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-block__newsletter .footer-block__heading {
    line-height: 1.3;
}

.footer-block__newsletter-heading {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: .02em;
}

.newsletter-form__field-wrapper .field {
    width: 100%;
  border-radius: 50px;
    border: none;
    overflow: hidden;
}

.newsletter-form__field-wrapper input {
    width: 60%;
    background-color: #fff;
  border-radius: 50px;
    padding: 12px 16px !important;
}

.newsletter-form__field-wrapper label,
.newsletter-form__field-wrapper input {
    height: 100%;
    color: black;
    border: none;
}

.newsletter-form__field-wrapper button {
    width: 40%;
    border-radius: 50px;
    background-color: black !important;
    color: white;
    right: 0;
}
.newsletter-form__field-wrapper .field:hover.field:before,
.newsletter-form__field-wrapper .field:hover.field:after,
.newsletter-form__field-wrapper .field__input:focus,
.newsletter-form__field-wrapper .select__select:focus,
{
  box-shadow: none;
}
h2 strong {
    font-size: 3.2rem !important;
}

.rich-text__buttons a {
    padding: 12px 20px !important;
    min-width: none !important;
    min-height: none !important;
    font-size: 1.4rem !important;
    line-height: 1.7rem !important;
}

.testimonials-slide {
    border-radius: 30px;
    max-width: 400px;
}


.testimonials-section {
    padding: 6rem 0;
    background-color: #f5f5f5;
}

.testimonials-header {
    text-align: left;
    margin-bottom: 4rem;
}

.testimonials-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 0.5rem;
}

.testimonials-title {
    font-size: 3.2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    line-height: 1.1;
}

.testimonials-slider {
    display: flex;
    margin: 0 auto;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
}

.testimonial-stars {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.testimonial-headline {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 1.5rem 0;
    line-height: 1.3;
}

.testimonial-text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 2rem;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    width: 100%;
}

.testimonial-author {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-top: auto;
}

/* Ensure RTE content breaks properly */
.testimonial-text.rte-setting {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    width: 100%;
    display: block;
}

.testimonial-text.rte-setting p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0 0 1rem 0;
}


@media (max-width: 749px) {
    .testimonials-title {
        font-size: 2.4rem;
    }

    .testimonial-card {
        padding: 2rem;
    }

    .custom-multicolumn .multicolumn-swiper {
        margin: 0 30px;
    }
}

@media (max-width: 749px) {
    .second_stat-img {
        display: block;
        height: 560px !important;
    }

  
}

@media (max-width: 649px) {
      .first_stat-img {
        display: none;
    }
    .banner__heading.inline-richtext strong {
        font-size: 3.2rem !important;
    }

    .stat-block.grid__item {
        padding: 0 !important;
    }

    .banner-homepage .banner__content {
        position: relative !important;
        order: 1;
        background-color: #d8dade;
    }

    .second_stat-img {
        order: 2;
    }
}

@media (max-width: 1024px) {
    .footer-block__newsletter {
      /*  display: none;*/
    }
div.image-with-text__text.body {
   
        text-align: left;
    }
}

h1 strong,
h1 {
    font-size: 3.2rem !important;
    font-weight: 900 !important;
}

h2 strong,
h2 {
    font-size: 3rem !important;
    font-weight: 900 !important;
}

h3 strong,
h3 {
    font-size: 2.4rem !important;
    font-weight: 900 !important;
}

h4 strong,
h4 {
    font-size: 2rem !important;
    font-weight: 900 !important;
}

@media (min-width: 1024px) {
.multicolumn.custom-multicolumn .swiper-slide.multicolumn-list__item {
    max-width: 25%;
}
    h1 strong,
    h1 {
        font-size: 5.8rem !important;
        font-weight: 900 !important;
    }
  .product__title h1 strong,
    .product__title h1 {
        font-size: 3.8rem !important;
    }

    h2 strong,
    h2 {
        font-size: 4rem !important;
        line-height: 44px !important;
        font-weight: 900 !important;
    }

    h3 strong,
    h3 {
        font-size: 2.4rem !important;
        font-weight: 900 !important;
    }

    h4 strong,
    h4 {
        font-size: 2rem !important;
        font-weight: 900 !important;
    }
}

.custom-multicolumn {
    background-color: #f5f5f5;
}

.custom-multicolumn slider-component {
    max-width: 700px;
    padding: 30px !important;
    background-color: white;
    border-radius: 30px;
    margin: 0 auto;
}



    .template-product .product__media-wrapper {
        padding: 10px 20px 0;
    }

slider-component ul {
    display: flex;
    width: 100%;
}

.custom-multicolumn .media img {
    height: 25px !important;
    width: auto !important;
}

.bag-count-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.bag-count-wrapper .bag-count {
    position: absolute;
    top: 3px;
    right: 4px;
    background-color: #000;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 1;
    border-radius: 50%;
    font-size: xx-small;
}


.testimonials-slider .swiper-wrapper {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.testimonials-slider {
    padding: 0 40px;
}

@media (min-width: 750px) {
    .custom-position>img {
        object-position: right center !important;
    }
  .multicolumn.custom-multicolumn .button {
        margin-top: 2rem;
    }
}

.quantity-selector-container {
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
    margin-bottom: 4rem !important;
}

.product-form__quantity {
    width: fit-content;
    display: inline-block;
    max-width: 100px !important;
    min-width: auto !important;
}

.buy-buttons-container {
    flex: 1;
    max-width: 400px;
}

.buy-buttons-container .product-form {
    margin: 0 !important;
}

.buy-buttons-container .product-form__submit {
    margin: 0 !important;
    border-radius: 0 !important;
}

.product-form__input {
    margin: 0 !important;
}

.product__info-container>.product__image {
    margin-bottom: 0 !important;
    margin-top: 3rem !important;
    text-align: center;
}

.product-scroll-effect-container {
    align-items: flex-start;
}

.product-scroll-effect-container .product__info-wrapper {
    height: fit-content;
    position: sticky;
    top: 110px;
    padding-top: 10px;
    margin-bottom: 0px;
}

@media screen and (max-width: 749px) {
    .product-scroll-effect-container .thumbnail-slider {
        padding: 0 !important;
    }

    .product-scroll-effect-container .thumbnail-list {
        height: 120px;
    }

    .product-scroll-effect-container .thumbnail-slider .thumbnail-list {
        height: 120px;
    }

    .product-scroll-effect-container .thumbnail-slider .thumbnail-list li .thumbnail {
        top: 5px;
    }

    .product-scroll-effect-container .thumbnail-slider .thumbnail-list li .thumbnail__badge {
        top: 45px;
        left: 40px;
    }
}

.product-customInformation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.product-customInformation__icon {
    height: 15px;
    width: 15px;
}

.product__info-container {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 100%, .8) !important;
}

.custom-multicolumn .page-width {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    overflow: hidden;
}

.custom-multicolumn .page-width .multicolumn-swiper {
    background-color: hsla(0, 0%, 100%, .8) !important;
}

@media (min-width: 1024px) {
    .custom-multicolumn .multicolumn-swiper {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}

.custom-multicolumn .title-wrapper-with-link .title:after {
    content: none !important;
}

.custom-multicolumn .swiper-pagination-bullet {
    margin: 0 4px;
    width: 5rem;
    height: 0.3rem;
    border-radius: 0;
    background-color: #120e0e;
}
.custom-multicolumn .swiper-pagination-bullet-active {
    margin: 0 4px;
    width: 5rem;
    height: 0.3rem;
    border-radius: 0;
    background-color: #000;
}

.custom-multicolumn .custom-multicolumn-title {
    width: 100%;
    max-width: 560px;
    overflow-wrap: break-word;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    z-index: 1;
}

.custom-multicolumn .title-wrapper-with-link{
    justify-content: flex-start;
}

.custom-title-wrapper__left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 120px;
}

body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .header__menu-item,
body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .header__menu-item:hover,
body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .localization-selector.link,
body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .header__icon,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .header__menu-item,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .header__menu-item:hover,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .localization-selector.link,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .header__icon{
    color: #fff !important;

}
body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .white-logo,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .white-logo{
    display: block;
}

.white-logo{
    display: none;
}
body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .black-logo,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .black-logo{
    display: none;
}

.black-logo{
    display: block;
}
body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .bag-count,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .bag-count{
    background-color: #fff !important;
}
body.template-product:not(.product-id-7285426847799) div.section-header:not(.scrolled-past-header) .bag-count span,
body.template-product:not(.product-id-7285426847799) .shopify-section-header-sticky:not(.scrolled-past-header) .bag-count span{
    color: #000 !important;
}
div.footer-block__newsletter {

    margin: 0;
    margin-bottom: 20px;
        margin-top: -3.25rem;
}
    .faq-multi.multicolumn .button {
        margin-top: 15px;
    }
.footer-block__newsletter .field:before,
.footer-block__newsletter .field:after{
  box-shadow: none;
}
.shopify_subscriptions_in_widget_price.shopify_subscriptions_app_block--hidden {
    display: block;
    font-weight: 500;
}
p.shopify_subscriptions_app_policy {
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
}
.template-suffix-content-from-pagesgradient .rte p {
    margin-top: 10px;
    margin-bottom: 35px;
}
.template-suffix-content-from-pagesgradient .rte h3 {
  text-align: left !important;
  margin-bottom: 0;
}
.footer__menu-wrapper .list-menu__item--link {
    line-height: 1.3;
    padding: 5px 0;
}
body.template-product .header__inline-menu ul.header__submenu.list-menu li a.header__menu-item {
    color: #000 !important;
}
.product__title h1 strong, .product__title h1 {
        font-family: Montserrat !important;
    }
    .shopify_subscriptions_app_policy {
    display: none;
}
.multicolumn.custom-multicolumn .multicolumn-background-image {
    width: 100%;
    height: 125%;
    object-fit: cover;
}
.multicolumn.custom-multicolumn .page-width {
    max-width: unset !important;
}
.multicolumn.custom-multicolumn .title-wrapper-with-link {
    max-width: 160rem !important;
    margin-left: auto;
    margin-right: auto;
}
.custom-multicolumn .page-width .multicolumn-swiper {
    max-width: 100rem !important;
    margin-left: auto;
    margin-right: auto;
}
.related-products .card-information {
    text-align: center;
}
.related-products  .grid {
    justify-content: center;
}
.card-information .jdgm-widget.jdgm-widget {
    margin-top: 10px;
    opacity:0;
    transition: opacity 0.3s
}
.card-information  .jdgm-widget.jdgm--done-setup{
opacity:1
}
.template-index .jdgm-widget.jdgm-all-reviews-text{
  opacity:0;
   transition: opacity 0.3s;
   min-height:32px;
}
.template-index .jdgm-widget.jdgm-all-reviews-text.jdgm-all-reviews-text--style-branded{
    opacity:1;
}
div.card__information {
            padding-top: 0;
    }
@media screen and (max-width: 1023px) {

  .multicolumn.custom-multicolumn .multicolumn-card  {
    padding: 30px;
}
  .multicolumn.custom-multicolumn slider-component.swiper.multicolumn-swiper{
    padding: 0 !important;
}
 div.footer-block__newsletter {
    min-width: 450px;
    margin-left: auto;
    margin-right: auto;
        max-width: 450px;
}
.footer__menu-wrapper {
    min-width: 450px;
}
}
@media screen and (max-width: 749px) {
        div.footer__menu-wrapper {
        justify-content: space-between;
    }
    div.footer-block__newsletter {
    margin-top: 0;

    margin-left: auto;
    margin-right: auto;
    min-width:unset;
}
.footer__menu-wrapper {
    min-width: unset;
}
  .template-index  .testimonials-slider .swiper-wrapper {
            display: flex;
}
 .template-index   .testimonials-slide {
  width: 400px;
    max-width: 85vw;
}
.faq-multi.multicolumn .custom-title-wrapper__left {
    padding-bottom: 55px;
    padding-top: 45px;
}
        .template-index .collection.collection--full-width .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .template-index .collection.collection--full-width .grid--peek .grid__item {
       width: calc(100% - 15px);
       
    }
  .template-index .collection.collection--full-width  .grid {
    column-gap: 0;
  }
  .template-index slider-component.slider-component-full-width {
    padding: 30px 0px !important;
}
  .footer-block-wrapper,
  .footer-block.footer-block--menu {
    margin-left: 20px;
}
  .template-product slider-component.thumbnail-slider {
    background-color: #ffffffc7;
  }
    .template-product .thumbnail-list__item.slider__slide {
        width: 100px;
    }
  .footer__menu-wrapper {
    flex-wrap: wrap;
}
.footer-block__newsletter {
    padding: 3rem 2rem;
}
  .footer__menu-wrapper {
   
}
  div.footer__content-top,
  header.header {
    padding-left: 1.5rem;
     padding-right: 1.5rem;
}
}
