/** Shopify CDN: Minification failed

Line 535:0 Unexpected "<"
Line 554:1 Unexpected "{"

**/
.js .PageTransition {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: all 0.25s ease;
}
/*#main p:not(:last-child) {
  margin-bottom: 1em;
}*/
variant-swatch-king + variant-picker {
  display: none;
}
#section-template--15217437737149__1640546376d80c0dd6 .CollectionList--spaced {
  margin: 8px;
}

@media screen and (min-width: 769px) {
  #section-template--15217437737149__1640546376d80c0dd6
    .CollectionList--spaced
    .CollectionItem {
    padding: 8px;
  }
}

.CollectionItem__Wrapper {
  width: 100%;
  background-color: red;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: center;
}

#section-template--15217437737149__1640546376d80c0dd6
  .SectionHeader__SubHeading
  .Heading
  .u-h6 {
  font-size: 25px;
  font-weight: 700;
  color: #9bc53d;
  margin-bottom: 0;
}

#shopify-section-template--15217437737149__1638096906dfc0664f {
  background-color: #f5f5f5;
}

.Timeline__Nav {
  position: relative;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  color: var(--text-color-light);
  background: var(--light-background);
}

.Timeline__NavWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.Timeline__NavWrapper--center {
  justify-content: center;
}

.Timeline__NavItem {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: inherit;
  vertical-align: text-bottom;
  transition: all 0.25s ease-in-out;
}
.Timeline__NavItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  height: 3px;
  width: calc(100% - 40px - 0.2em);
  opacity: 0;
  background: var(--text-color);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: opacity 0.3s, transform 0.3s;
}

.Timeline__NavItem.is-selected {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
  color: var(--text-color);
}
.Timeline__NavItem.is-selected::after {
  opacity: 1;
  transform: scale(1, 1);
}

.Timeline__NavLabel {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 641px) {
  .Timeline {
    box-shadow: none;
  }

  .Timeline__Nav {
    margin-top: 40px;
    background: none;
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }

  .Timeline__NavWrapper {
    display: block;
    text-align: center;
  }

  .Timeline__NavItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .Timeline__Nav {
    margin-top: 65px;
  }
}

.count-wrapper {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.count-style {
  border: 2px solid #9bc53d;
  padding: 30px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 2.4rem;
  border-radius: 25px;
  margin: 1.5rem;
  max-width: 14rem;
  min-height: 12rem;
}

.count-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0.1em;
}

.Button {
  border-radius: 10px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item {
  border-radius: 10px;
}

.page-width {
  margin: 70px auto;
}

.schema-faq-code {
  border: 1px solid #dedee0;
  border-radius: 10px;
  background-color: #fefbf9;
  overflow: hidden;
}
.schema-faq-code .faq-q {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 56px 12px 12px;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #dedee0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-q:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  width: 56px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
.faq-q.faq-q-open:after {
  content: "-";
}
.faq-a {
  margin: 0;
  padding: 12px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #dedee0;
  display: none;
}
.schema-faq-code .faq-question:last-child .faq-a {
  border-bottom: 0px;
}

#section-header {
  box-shadow: 0 3px 6px #00000029;
  color: #414141;
}

.Footer__Title.Heading {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 700;
}

.AnnouncementBar__Wrapper {
  padding: 7px 15px;
}

safe-sticky.product-info {
  background: #f5f5f5 0 0 no-repeat padding-box;
  box-shadow: 0 0 10px #00000040;
  border: 2px solid #4141424a;
  border-radius: 9px;
  opacity: 1;
  padding: 25px 20px;
}

.Button:hover {
  background-color: #474954 !important;
  color: #f5f5f5 !important;
  border-radius: 25px;
}
.Button {
  padding: 14px 28px;
  background-color: #9bc53d;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.5s;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}

.Button--primary:hover {
  background-color: #474954 !important;
  color: #f5f5f5 !important;
  padding: 10px 28px;
  border-radius: 25px;
}

.Button--primary {
  padding: 10px 28px;
  background-color: #9bc53d;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  transition: 0.1s;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}

.Button--primary_ac:hover {
  background-color: #474954 !important;
  color: #f5f5f5 !important;
  padding: 14px 28px;
  border-radius: 10px;
}

.Button--primary_ac {
  padding: 14px 28px;
  background-color: #9bc53d;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  transition: 0.1s;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
  color: white;
}

.Button--primary_border:hover {
  background-color: #9bc53d !important;
  color: #474954 !important;
  padding: 10px 28px;
  border-radius: 10px;
  border: 2px solid #9bc53d !important;
}

.Button--primary_border {
  padding: 10px 28px;
  background-color: #ffffff;
  border: 2px solid #474954 !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.1s;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}

.ImageHero__Wrapper {
  opacity: 0.9;
}

@media only screen and (min-width: 900px) {
  .SectionHeader__Heading.SectionHeader__Heading,
  .SectionHeader__SubHeading.SectionHeader__SubHeading {
    font-size: 47px;
    line-height: 60px;
    margin-bottom: 8px;
    margin-top: 0;
  }
}

.Footer__Block {
  flex: 0 1 24.67%;
  padding: 0;
}

.Footer__Inner {
  padding: 0 40px;
}

.footer_content {
  padding: 15px 0px;
}

.payment-icons {
  display: flex;
  justify-content: space-evenly;
  margin: 16px 4px 0 4px;
  padding: 0;
  list-style: none;
}
.payment-icons {
  flex-wrap: wrap;
  max-width: 220px;
}

.payment-icons__item {
  margin-left: 0px !important;
}

li:nth-child(n) > svg {
  width: 51px;
  height: 46px;
  padding-bottom: 15px;
}

ul.Footer__Social span.Icon-Wrapper--clickable {
  border: 1px solid #000;
  border-radius: 100%;
  padding: 4px 7px;
  margin-bottom: 15px;
}

.HorizontalList__Item > .Link {
  line-height: 2;
  color: #000;
}

ul.Footer__Social li.HorizontalList__Item {
  text-align: center;
}

.HorizontalList__Item {
  margin-right: 14px;
  margin-left: 14px;
}

.shipping_images {
  display: flex;
  max-width: 215px;
  padding: 3px;
}

.ebook_top {
  margin-bottom: 20px;
}

.ebook_top p {
  font-size: 20px;
  font-weight: bold;
}

.ebook_top .et-L,
.ebook_top .et_R,
.ebook_thanks .et-L,
.ebook_thanks .et_R {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}
.ebook_thanks .et_R,
.ebook_top .et_R {
  width: 60%;
}
.ebook_thanks .et_R,
.ebook_top .et_R {
  width: 100%;
  text-align: center;
}
.ebook_thanks .et-L {
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}
.et_R p {
  font-weight: 600;
  font-size: 1.1rem;
  font-size: 22px;
}
.ebook_thanks .et_R p:last-child {
  font-size: 16px;
  color: #e9e9e9;
}
.ebook_thanks .et_R p:first-child {
  font-size: 20px;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
}

.form-inner input,
.form-inner select,
.form-inner textarea,
.review_fromx p {
  width: 100%;
  margin-bottom: 8px;
}
.form-inner input,
.form-inner select,
.form-inner textarea,
#marketplace_list select,
#marketplace_list .btn {
  padding: 15px 18px;
}
.form-inner input[type="checkbox"] {
  width: auto;
}
.extra-product .grid__item.medium-up--one-half {
  text-align: left;
}
.grid__item.artikl.seite img {
  height: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.extra-product .grid__item.medium-up--one-half {
  padding-left: 0;
}
.review-page-products .product-card {
  border: 2px solid #eff1ed;
  transition: all 0.5s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-card-surprise {
  min-height: 600px;
}

.review-page-products .product-card:hover {
  border: 2px solid #9bc53d;
  box-shadow: 0 0 5px rgba(155, 197, 61, 1);
}

.review-page-products h3 {
  display: none;
  margin-bottom: 16px;
}
.review-page-products h4 {
  padding-top: 10px;
}

<style > * {
  box-sizing: border-box;
}

@media screen and (min-width: 700px) {
  .column123 {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 700px;
  }

  .row123:after {
    content: "";
    display: table;
    clear: both;
  }
}

 {
  box-sizing: border-box;
}

.column12 {
  float: left;
  width: 25%;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.column21 {
  float: left;
  width: 75%;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.row12:after {
  content: "";
  display: table;
  clear: both;
}

.review-page-products .product-card {
  padding: 20px;
}

input[type="submit"] {
  padding: 10px 16px;
  background-color: #9bc53d;
  font-size: 18px;
  font-weight: 700;
  border-radius: 35px !important;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

input[type="submit"]:hover {
  background-color: #474954;
  color: #fff;
}

.ebook_top .et-L,
.ebook_top .et_R,
.ebook_thanks .et-L,
.ebook_thanks .et_R {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}
.ebook_thanks .et_R,
.ebook_top .et_R {
  width: 60%;
}

.review_from,
.ebook_thanks,
.filters-toolbar__product-count {
  display: none;
}

.ebook_thanks .et_R p:last-child {
  font-size: 16px;
  color: #e9e9e9;
}
.ebook_thanks .et_R p:first-child {
  font-size: 20px;
}

.ebook_thanks .et_R,
.ebook_top .et_R {
  width: 100%;
  text-align: center;
}
.ebook_thanks .et-L {
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}

/*.et_R p {
  font-weight: 600;
  font-size: 1.1rem;
}*/

input[type="button"] {
  padding: 10px 16px;
  background-color: #9bc53d;
  font-size: 18px;
  font-weight: 700;
  border-radius: 35px !important;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

input[type="button"]:hover {
  background-color: #474954;
  color: #fff;
}

.container123 {
  height: 100px;
  position: relative;
}

.center123 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

form#dropdownredirect .btn,
form#dropdownredirect select {
  width: 100%;
  margin-bottom: 10px;
}

.column11 {
  float: left;
  width: 50%;
  padding: 10px;
  vertical-align: middle;
}

.row11:after {
  content: "";
  display: table;
  clear: both;
}

p.rvw-header1 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

p.rvw-header2 {
  font-size: 16px;
  font-weight: 600;
}

.infooxx {
  border: 5px solid #70c4e0;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #e5f9ff;
}

.tab {
  overflow: hidden;
  margin: 0px 0 30px;
  padding-top: 50px;
  border-bottom: 3px solid #ccc;
}

.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  padding: 0px !important;
  background-color: transparent !important;
  margin: 0 40px 0 0 !important;
  border-bottom: 3px solid transparent;
}

.tab button.active {
  border-bottom: 3px solid #9bc53d;
}

.tabcontent {
  display: none;
}

.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {
  color: red;
}

.shopify-section {
  clear: both;
}

.adtnl_imgs_sctn img {
  width: 100%;
  margin: 10px auto;
  display: block;
}

.zoom-box .viewer-box {
  width: 500px !important;
  height: 500px !important;
  z-index: 9999999 !important;
}

.Product__SlideshowNavScroller {
  width: auto;
  display: inline-flex;
  overflow: auto;
}
.Product__Info.fxd_pro_mta_mbl {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

#shopify-section-template--15314394054845__main {
  background-image: linear-gradient(#fff, #f0f0f0);
  padding-bottom: 1px;
}

.Product.Product--medium {
  margin-bottom: 0px;
  padding-bottom: 1px;
}
.u-h2 {
  font-size: 25px;
}
.product-info .price-list-save:before {
  content: " Du sparst " attr(data-save) "€ (" attr(data-prcnt) "%)";
  margin-left: 10px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400 !important;
}
.product-info .price-list-save[data-prcnt="NaN"]::before {
  display: none;
}

.product-info .price-list:has(compare-at-price) sale-price {
  position: absolute;
  top: 35px;
  color: rgb(var(--text-color) / 1);
  font-size: 19px;
}
.product-info .price-list sale-price {
  position: absolute;
  top: 2px;
  color: rgb(var(--text-color) / 1);
  font-size: 19px;
}
.product-info .price-list--product compare-at-price {
  font-size: 19px;
  color: rgb(var(--text-color) / 1);
}
.product-info .product-card .price-list-save{
  display: none;
}
product-card sale-price.text-on-sale,
product-card sale-price {
  color: rgb(var(--text-color) / 1);
  font-size: 15px;
}
product-card compare-at-price.text-subdued,
product-card compare-at-price {
  color: rgb(var(--text-color) / 1);
  font-size: 15px;
}
product-card .jdgm-widget{
  font-size: 15px;
}


.price-list--product {
  position: relative;
  display: block;
}
.price-list-save {
  display: inline-block;
}
.tax-info {
  margin-left: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgb(var(--text-color) / 1);
}
.product-info__block-item[data-block-type="description"] {
  color: green;
}
.benfts_Sctn {
  text-align: center;
}

#shopify-section-template--15314394054845__1638263352b51e3b67 {
  overflow: hidden;
  background-color: #f0f0f0;
}

#shopify-section-template--15314394054845__1640795673e9004534 {
  padding: 50px 0px;
  background-color: #f0f0f0;
}
#shopify-section-template--15314393759933__16408077109f9d5160 {
  padding: 50px 0;
  background-color: #f0f0f0;
}

#shopify-section-template--15314394054845__16405593650c12d2a2
  > section:first-child {
  background-color: #f0f0f0;
  padding-bottom: 30px;
}

.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails
  .Product__SlideshowNav {
  margin: 0px;
  width: 535px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails
  .Product__SlideshowNavImage {
  transform: rotate(-90deg);
}

.glry_cstm_wrpr {
  margin: 10px -10px -10px -10px;
  text-align: center;
  transform: rotate(90deg);
  position: absolute;
  top: 205px;
  left: -220px;
}

.pro_glry_scrl_top {
  font-family: FontAwesome;

  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  z-index: 9999999;
  background-color: #fff;
  padding: 0px 5px;
  cursor: pointer;
  box-shadow: none;
  background: transparent !important;
}

.pro_glry_scrl_btm {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  z-index: 9999999;
  background-color: #fff;
  padding: 0px 5px;
  cursor: pointer;
  right: -32px;
  box-shadow: none;
  background: transparent !important;
  transform: translateY(-50%);
}

.Product--medium .Product__Slideshow .flickity-prev-next-button {
  position: absolute;
  top: 45%;
  left: -45px;

  color: #000;
  background: 0 0;
  box-shadow: none;
}

.Product--medium .Product__Slideshow .flickity-prev-next-button.next {
  left: initial;
  right: -45px;

  color: #000;
  background: 0 0;
  box-shadow: none;
}

.service-section1-wrpr {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 230px;
  padding-bottom: 200px;
}

.service-section1-wrpr h1 {
  letter-spacing: -1.13px;
  font-weight: 700;
  color: #9bc53d;
  font-size: 45px;
  margin: 0 0 15px 0 !important;
  font-family: "Open Sans", sans-serif;
}

.service-section1-wrpr h2 {
  letter-spacing: -1.13px;
  font-weight: 700;
  color: #f5f5f5;
  font-size: 45px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}

.service-section1-wrpr span {
  letter-spacing: -1.13px;
  font-weight: 700;
  color: #f5f5f5;
  font-size: 45px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  line-height: 95%;
}

.green_font {
  color: red;
}

.service-section2-wrpr {
  padding: 25px 0px;
  overflow: hidden;
}

.service-section2-wrpr .section2_col {
  width: 30%;
  float: left;
  margin: 0 1.6%;
  background: #f5f5f5 0% 0% no-repeat;
  text-align: center;
  padding: 50px 20px;
}

.service-section2-wrpr .section2_col h2 {
  letter-spacing: 0px;
  color: #9bc53d;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}

.service-section2-wrpr .section2_col p {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #414142;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  height: 90px;
}

.service-section2-wrpr .section2_col a.button {
  border-radius: 35px;
  color: #414142;
  background-color: #f5f5f5;
  border: 2px solid #414142;
  padding: 10px 65px;
  font-weight: 500;
  text-transform: none;
  transition: color 0.5s, background-color 0.5s;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  padding: 10px 25px !important;
}

.service-section2-wrpr .section2_col a.button:hover {
  background-color: #9bc53d;
  color: #414142;
  border: 2px solid #9bc53d;
}

.service-section1-wrpr.service-section3-wrpr {
  padding-top: 250px;
}

.service-section4-wrpr {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  padding: 70px;
  text-align: center;
  overflow: hidden;
}

.service-section4-wrpr .section-header h3 {
  font-size: 25px;
  letter-spacing: 0px;
  color: #9bc53d;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-section4-wrpr .section-header .h6 {
  font-size: 25px;
  letter-spacing: 0px;
  color: #9bc53d;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-section4-wrpr .section-header h2 {
  color: #414141;
  margin: 0;
  font-size: 45px;
  letter-spacing: -1.13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  line-height: 100%;
  margin-bottom: 25px;
}

.heading_new_bm {
  letter-spacing: 0px;
  color: #9bc53d;
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.service-section4-wrpr .section-header h2,
.service-section4-wrpr .section-header .h2 {
  color: #414141;
  margin: 0;
  font-size: 45px;
  letter-spacing: -1.13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  line-height: 100%;
  margin-bottom: 25px;
}

.service-section4-wrpr .section-header div p {
  letter-spacing: 0px;
  color: #454545;
  font-size: 30px;
  line-height: 40px;
}

.service-section4-wrpr .section4_col {
  width: 25%;
  width: 33.3333%;
  float: left;
  padding: 50px 10px;
  position: relative;
}

.service-section4-wrpr .section4_col h2 {
  letter-spacing: 0px;
  color: #9bc53d;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}

.service-section4-wrpr .section4_col p {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #414142;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  height: 90px;
}

.service-section4-wrpr .section4_col a.button {
  --initial-gradient: ;
  border-radius: 35px;
  color: #414142;
  background-color: #f5f5f5;
  border: 2px solid #414142;
  padding: 10px 65px;
  font-weight: 500;
  text-transform: none;
  transition: color 0.5s, background-color 0.5s;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  padding: 10px 25px !important;
}

.service-section4-wrpr .section4_col a.button:hover {
  --initial-gradient: ;
  background-color: #9bc53d;
  color: #414142;
  border: 2px solid #9bc53d;
}

.service-section4-wrpr .section4_col::before {
  position: absolute;
  display: block;
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  width: 0;
  height: 140px;
  right: 0px;
  top: 70px;
}

.service-section4-wrpr .section4_col:last-child::before {
  display: none;
}

#kbForm {
  position: relative;
  margin: 0px auto 50px auto;
  /*  max-width: 1310px;*/
  padding-top: 30px;
}

/*.jdgm-widget.jdgm-widget {
  width: 100%;
  max-width: 1160px;
  margin: 0px auto;
}*/

.progress-wrap.active-progress {
  background-color: transparent;
}

.benfts_Sctn .Grid .Grid__Cell {
  width: 33%;
}

.progress-wrap svg.progress-circle path {
  stroke: #000 !important;
}

.progress-wrap::after,
.progress-wrap::before {
  color: #000 !important;
  content: "\2191";
  background-image: none !important;
  -webkit-text-fill-color: #000;
}

@media only screen and (min-width: 1008px) {
  .tbs_wrpr {
    margin: 0 auto;
    position: relative;
    margin: 0px auto 50px auto;
  }

  .Product__Info.fxd_pro_mta {
    position: fixed;
    left: 60%;
    margin: 0px;
  }

  .Product__Slideshow .flickity-viewport:hover {
    overflow: visible;
  }

  .Product__SlideItem {
    opacity: 0;
    transition: all 500ms;
  }

  .Product__SlideItem.is-selected {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .Product__Gallery {
    z-index: 1;
  }

  /*#judgeme_product_reviews .jdgm-rev-widg {
    width: 60%;
    float: left;
  }

  #judgeme_product_reviews .Product__InfoWrapper {
    width: 40%;
    position: static;
    float: right;
  }

  #judgeme_product_reviews .Product__InfoWrapper .Product__Info {
    float: right;
  }*/
}

@media only screen and (max-width: 1008px) {
  .tab {
    text-align: center;
  }

  .tab button {
    display: inline-block;
    float: none;
    margin: 0px 0px 5px !important;
    padding: 5px 10px !important;
    border: 1px solid !important;
    border-radius: 5px;
  }

  .tab button.active {
    border: 1px solid #9bc53d !important;
    background-color: #9bc53d !important;
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) {
  .service-section4-wrpr .section4_col {
    width: 100%;
  }

  .service-section4-wrpr {
    padding: 20px;
  }

  .service-section2-wrpr .section2_col {
    width: 100%;
  }

  .service-section2-wrpr .section2_col {
    width: 100%;
    margin: 5px 0;
  }

  .service-section2-wrpr .section2_col p {
    height: auto;
  }

  .service-section4-wrpr .section4_col::before {
    display: none;
  }

  .benfts_Sctn .Grid .Grid__Cell {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #section-template--15217437737149__slideshow .Heading,
  #section-template--15217437737149__slideshow .flickity-page-dots {
    max-width: 500px;
  }
}

.Drawer__Container.green-band {
  background-color: rgba(182, 211, 31, 0.2);
  padding-top: 12px;
  padding-bottom: 12px;
}

.green-band span {
  color: #7a8d15;
}

.green-band .centered {
  width: 24px;
  text-align: center;
}

.green-band-icon {
  width: 24px;
  margin-right: 10px;
  text-align: center;
}

#MyCustomTrustbadge {
  z-index: 100;
  position: fixed !important;
  inset: auto auto 90px 20px !important;
}

.button_border {
}

.button_border:hover {
}

@media (min-width: 1025px) {
  .Mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .Desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .Product__InfoWrapper {
    margin: 30px 0px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .Product__InfoWrapper .Product__Info .Container {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .Product__Info.fxd_pro_mta_mbl {
    margin: 30px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ProductMeta__TaxNotice .Rte {
    padding: 12px;
    margin: 0px 0px 0px 60px;
  }
  .Section--spacingNormalnext {
    padding: 30px;
  }
}
.Rte img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .rte {
    padding: 15px;
    margin: 0px 0px 60px 0px;
  }
}
.ebook_thanks .et_R,
.ebook_top .et_R {
  width: 69%;
  text-align: left;
}

.ebook_thanks .et-L {
  width: 30%;
  text-align: center;
  padding-bottom: 0;
}

@media only screen and (max-width: 749px) {
  .ebook_thanks .et-L {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .ebook_thanks .et_R,
  .ebook_top .et_R {
    width: 100%;
    text-align: center;
  }
}
/*Fix by KoderWeb version upgrade*/
html,
body {
  font-size: 100% !important;
}
body {
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65
    var(--text-font-family);
}
:root {
  --atc1: #9bc53d;
  --atc2: #474954;
}
x-header.header {
  box-shadow: 0 3px 6px #00000029;
}
.header__secondary-nav svg.icon {
  display: inline-block;
  width: 20px;
  height: 20px;

  background: none;
  pointer-events: none;
}
.header__secondary-nav svg.icon.icon-search {
  width: 21px;
  height: 21px;
}
.header__secondary-nav svg.icon.icon-cart {
  width: 19px;
  height: 23px;
}
.SectionHeader--center {
  text-align: center;
}
.button,
.shopify-challenge__button,
.shopify-payment-button__button--unbranded {
  padding: 10px 28px;
  font-size: 18px;
  line-height: normal;
  transition: 0.5s;
  background-color: rgb(var(--button-background));
  background-clip: padding-box;
}
.button:hover {
  --hover-gradient: ;
  background-color: var(--atc2);
  /*    color: #F5F5F5 !important;*/
  color: #f5f5f5;
}
.Button--primary_border {
  --button-background: #ffffff;
  padding: 10px 28px;
  background-color: #ffffff;
  border: 2px solid var(--atc2);
  border-radius: 10px;
  transition: 0.1s;
  color: #414142;
}
.Button--primary_border:hover {
  --button-background: #ffffff;
  background-color: var(--atc1);
  border-color: var(--atc1);
}
.button--outline {
  padding: 10px 28px;
  border-width: 2px;
  background-color: #ffffff;
  color: #424141;
  border-color: #424141;
}
.button--outline:hover {
  background-color: #9bc53d;
  color: #424141;
  border-color: #9bc53d;
}
.header__dropdown-menu {
  min-width: 200px;
  max-width: 340px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.button-reverse {
  background: rgba(155, 197, 61, 0.5);
  border-width: 0;
  color: #fff;
}
.button-reverse:hover {
  background-color: #474954;
  color: #f5f5f5;
}

.prose .h6 {
  font-size: 20px;
}

slideshow-carousel .button {
  border-radius: 25px;
}
.FeatureText__ContentWrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.FeatureText__ImageWrapper {
  overflow: hidden;
}
.FeatureText--withImage .FeatureText__ContentWrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}
.FeatureText .SectionHeader__Description {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .FeatureText--imageLeft {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 641px) {
  .FeatureText__Content {
    max-width: 430px;
    margin: 0 auto;
  }
  .FeatureText--withImage {
    display: flex;
    flex-direction: row;
    font-size: inherit;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 96px;
    font-family: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .FeatureText--withImage .FeatureText__ContentWrapper,
  .FeatureText--withImage .FeatureText__ImageWrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding: 50px;
  }
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 40px;
  }
  .FeatureText--imageRight .FeatureText__Content,
  .FeatureText--imageRight .AspectRatio {
    margin-right: 0;
  }
  .FeatureText--imageRight .AspectRatio {
    text-align: right;
  }
  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 40px;
  }
  .FeatureText--imageLeft .FeatureText__Content,
  .FeatureText--imageLeft .AspectRatio {
  }
  .FeatureText--imageLeft .AspectRatio {
    text-align: left;
  }
}
@media screen and (min-width: 1140px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 100px;
  }
  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 900px) {
  .SectionHeader.prose .h6 {
    line-height: 60px;
    margin-bottom: 8px;
  }
  .SectionHeader.prose .h1 {
    margin-block-start: 0;
    line-height: 60px;
  }
}
.SectionHeader.SectionHeader--center h2 {
  line-height: normal;
}
.SectionHeader.prose .Button--primary_border {
  margin-block-start: 0rem !important;
}
.shopify-section--collection-list {
  margin: 8px;
}
.collection-list .collection-card {
  padding: 8px;
}
.new-rte {
}
.new-rte .sub-heading {
  color: var(--atc1);
  margin-bottom: 1rem;
}
.collection-list .content-over-media .button {
  margin-top: 20px;
/*  margin-top: 0px;*/
}
@media screen and (min-width: 1000px) {
  .collection-list .content-over-media {
    --content-over-media-gap: 1rem;
  }
}

@media screen and (min-width: 1008px) {
  .\31\/3--lap-and-up,
  .\34\/12--lap-and-up {
    width: 33.33333%;
    float: left;
  }
}
.shopify-section {
  clear: both;
}
#shopify-section-1620206858af5bd8af span {
  line-height: normal;
}
.parallax_sec {
  opacity: 0.9;
}
.parallax_sec .heading {
  font-size: 45px;
}
.parallax_sec_rte {
  margin-top: 0;
  margin-block-start: 0 !important;
}
.parallax_sec_rte,
.parallax_sec_rte p {
  font-size: 20px;
  line-height: normal;
}
.parallax_sec .button {
  border-radius: 25px;
  margin-block-start: 16px !important;
}
p.blog-post-card__excerpt {
  line-height: normal;
}
.footer-block-list-bottom {
  flex-wrap: wrap;
  gap: 3rem;
  display: flex;
  column-gap: 5rem;
}

.footer__block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px;
  column-gap: 0;
}
@media screen and (min-width: 700px) {
  .footer__block--links,
  .footer__block--image {
    max-width: inherit;
  }
  .footer__block {
    flex: 0 1 25% !important;
  }
}
.shipping_images {
  display: flex;
  max-width: 215px;
  padding: 3px;
}
.footer__block-list .h6 {
  font-size: 20px;
}

.HorizontalList {
  list-style: none;
}
.HorizontalList--spacingLoose {
  margin-left: -14px;
  margin-right: -14px;
}
ul.Footer__Social {
  margin-top: 0px;
}
ul.Footer__Social li.HorizontalList__Item {
  text-align: center;
  display: inline-block;
}
.HorizontalList--spacingLoose .HorizontalList__Item {
  margin-right: 14px;
  margin-left: 14px;
}
ul.Footer__Social li:nth-child(n) {
  margin-top: 7px;
  margin-bottom: 7px;
}
.HorizontalList__Item > .Link {
  display: inline-block;
}
.Icon-Wrapper--clickable {
  position: relative;
  background: transparent;
}
.Footer__Social span.Icon-Wrapper--clickable {
  border: 1px solid #000;
  border-radius: 100%;
  padding: 4px 7px;
  margin-bottom: 15px;
}
.Icon-Wrapper--clickable::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -12px;
  left: -12px;
  bottom: -8px;
  transform: translateZ(0);
}
.Footer__Social .Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}

.payment-icons {
  flex-wrap: wrap;
  max-width: 220px;
}
.payment-icons__item {
  height: 24px;
  margin-left: 4px;
}
.payment-icons li:nth-child(n),
.payment-icons-new li:nth-child(n) {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-block-start: 7px !important;
  padding-inline-start: 0;
}
.payment-icons li:nth-child(n) > svg {
  width: 51px;
  height: 46px;
  padding-bottom: 15px;
}
.payment-icons {
  display: flex;
  justify-content: space-evenly;
  margin: 0px 4px 0 4px;
  padding: 0;
  list-style: none;
}

.grau {
  filter: grayscale(1);
}

.payment-icons__item {
  height: 24px;
  margin-left: 4px;
}

.payment-icons__item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 425px) {
  .payment-icons {
    /*display: inline-block;*/
  }
}

.footer__inner .link-faded {
  color: rgb(var(--text-color) / 1);
  transition: color 0.2s ease-in-out;
  color: #414142;
}
.footer__inner .link-faded:hover {
  color: rgb(var(--text-color) / 1);
}

.Grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -24px;
  font-size: 0;
}

.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

.Grid--center {
  text-align: center;
}

.Grid--center > .Grid__Cell {
  text-align: center;
}

.Grid__Cell--center {
  display: block;
  margin: 0 auto;
}

.Grid--right {
  text-align: right;
}

.Grid--right > .Grid__Cell {
  text-align: left;
}

.Grid--middle > .Grid__Cell {
  vertical-align: middle;
}

.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}

.Grid--m {
  margin-left: -30px;
}

.Grid--m > .Grid__Cell {
  padding-left: 30px;
}

.Grid--l {
  margin-left: -50px;
}

.Grid--l > .Grid__Cell {
  padding-left: 50px;
}

.Grid--xl {
  margin-left: -50px;
}

.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}

@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }

  .Grid--m > .Grid__Cell {
  }

  .Grid--l {
    margin-left: -80px;
  }

  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }

  .Grid--xl {
    margin-left: -100px;
  }

  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
}

.\31\/2,
.\32\/4,
.\36\/12 {
  width: 50%;
}

.\31\/3,
.\34\/12 {
  width: 33.33333%;
}

.\32\/3,
.\38\/12 {
  width: 66.66667%;
}

.\31\/4,
.\33\/12 {
  width: 25%;
}

.\33\/4,
.\39\/12 {
  width: 75%;
}

.\31\/12 {
  width: 8.33333%;
}

.\32\/12 {
  width: 16.66667%;
}

.\35\/12 {
  width: 41.66667%;
}

.\37\/12 {
  width: 58.33333%;
}

.\31\30\/12 {
  width: 83.33333%;
}

.\31\31\/12 {
  width: 91.66667%;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }

  .\31\/2--phone,
  .\32\/4--phone,
  .\36\/12--phone {
    width: 50%;
  }

  .\31\/3--phone,
  .\34\/12--phone {
    width: 33.33333%;
  }

  .\32\/3--phone,
  .\38\/12--phone {
    width: 66.66667%;
  }

  .\31\/4--phone,
  .\33\/12--phone {
    width: 25%;
  }

  .\33\/4--phone,
  .\39\/12--phone {
    width: 75%;
  }

  .\31\/12--phone {
    width: 8.33333%;
  }

  .\32\/12--phone {
    width: 16.66667%;
  }

  .\35\/12--phone {
    width: 41.66667%;
  }

  .\37\/12--phone {
    width: 58.33333%;
  }

  .\31\30\/12--phone {
    width: 83.33333%;
  }

  .\31\31\/12--phone {
    width: 91.66667%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31\/2--tablet,
  .\32\/4--tablet,
  .\36\/12--tablet {
    width: 50%;
  }

  .\31\/3--tablet,
  .\34\/12--tablet {
    width: 33.33333%;
  }

  .\32\/3--tablet,
  .\38\/12--tablet {
    width: 66.66667%;
  }

  .\31\/4--tablet,
  .\33\/12--tablet {
    width: 25%;
  }

  .\33\/4--tablet,
  .\39\/12--tablet {
    width: 75%;
  }

  .\31\/12--tablet {
    width: 8.33333%;
  }

  .\32\/12--tablet {
    width: 16.66667%;
  }

  .\35\/12--tablet {
    width: 41.66667%;
  }

  .\37\/12--tablet {
    width: 58.33333%;
  }

  .\31\30\/12--tablet {
    width: 83.33333%;
  }

  .\31\31\/12--tablet {
    width: 91.66667%;
  }
}

@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31\/2--tablet-and-up,
  .\32\/4--tablet-and-up,
  .\36\/12--tablet-and-up {
    width: 50%;
  }

  .\31\/3--tablet-and-up,
  .\34\/12--tablet-and-up {
    width: 33.33333%;
  }

  .\32\/3--tablet-and-up,
  .\38\/12--tablet-and-up {
    width: 66.66667%;
  }

  .\31\/4--tablet-and-up,
  .\33\/12--tablet-and-up {
    width: 25%;
  }

  .\33\/4--tablet-and-up,
  .\39\/12--tablet-and-up {
    width: 75%;
  }

  .\31\/12--tablet-and-up {
    width: 8.33333%;
  }

  .\32\/12--tablet-and-up {
    width: 16.66667%;
  }

  .\35\/12--tablet-and-up {
    width: 41.66667%;
  }

  .\37\/12--tablet-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--tablet-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--tablet-and-up {
    width: 91.66667%;
  }
}

@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31\/2--pocket,
  .\32\/4--pocket,
  .\36\/12--pocket {
    width: 50%;
  }

  .\31\/3--pocket,
  .\34\/12--pocket {
    width: 33.33333%;
  }

  .\32\/3--pocket,
  .\38\/12--pocket {
    width: 66.66667%;
  }

  .\31\/4--pocket,
  .\33\/12--pocket {
    width: 25%;
  }

  .\33\/4--pocket,
  .\39\/12--pocket {
    width: 75%;
  }

  .\31\/12--pocket {
    width: 8.33333%;
  }

  .\32\/12--pocket {
    width: 16.66667%;
  }

  .\35\/12--pocket {
    width: 41.66667%;
  }

  .\37\/12--pocket {
    width: 58.33333%;
  }

  .\31\30\/12--pocket {
    width: 83.33333%;
  }

  .\31\31\/12--pocket {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }

  .\31\/2--lap,
  .\32\/4--lap,
  .\36\/12--lap {
    width: 50%;
  }

  .\31\/3--lap,
  .\34\/12--lap {
    width: 33.33333%;
  }

  .\32\/3--lap,
  .\38\/12--lap {
    width: 66.66667%;
  }

  .\31\/4--lap,
  .\33\/12--lap {
    width: 25%;
  }

  .\33\/4--lap,
  .\39\/12--lap {
    width: 75%;
  }

  .\31\/12--lap {
    width: 8.33333%;
  }

  .\32\/12--lap {
    width: 16.66667%;
  }

  .\35\/12--lap {
    width: 41.66667%;
  }

  .\37\/12--lap {
    width: 58.33333%;
  }

  .\31\30\/12--lap {
    width: 83.33333%;
  }

  .\31\31\/12--lap {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31\/2--lap-and-up,
  .\32\/4--lap-and-up,
  .\36\/12--lap-and-up {
    width: 50%;
  }

  .\31\/3--lap-and-up,
  .\34\/12--lap-and-up {
    width: 33.33333%;
  }

  .\32\/3--lap-and-up,
  .\38\/12--lap-and-up {
    width: 66.66667%;
  }

  .\31\/4--lap-and-up,
  .\33\/12--lap-and-up {
    width: 25%;
  }

  .\33\/4--lap-and-up,
  .\39\/12--lap-and-up {
    width: 75%;
  }

  .\31\/12--lap-and-up {
    width: 8.33333%;
  }

  .\32\/12--lap-and-up {
    width: 16.66667%;
  }

  .\35\/12--lap-and-up {
    width: 41.66667%;
  }

  .\37\/12--lap-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--lap-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--lap-and-up {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }

  .\31\/2--desk,
  .\32\/4--desk,
  .\36\/12--desk {
    width: 50%;
  }

  .\31\/3--desk,
  .\34\/12--desk {
    width: 33.33333%;
  }

  .\32\/3--desk,
  .\38\/12--desk {
    width: 66.66667%;
  }

  .\31\/4--desk,
  .\33\/12--desk {
    width: 25%;
  }

  .\33\/4--desk,
  .\39\/12--desk {
    width: 75%;
  }

  .\31\/12--desk {
    width: 8.33333%;
  }

  .\32\/12--desk {
    width: 16.66667%;
  }

  .\35\/12--desk {
    width: 41.66667%;
  }

  .\37\/12--desk {
    width: 58.33333%;
  }

  .\31\30\/12--desk {
    width: 83.33333%;
  }

  .\31\31\/12--desk {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }

  .\31\/2--widescreen,
  .\32\/4--widescreen,
  .\36\/12--widescreen {
    width: 50%;
  }

  .\31\/3--widescreen,
  .\34\/12--widescreen {
    width: 33.33333%;
  }

  .\32\/3--widescreen,
  .\38\/12--widescreen {
    width: 66.66667%;
  }

  .\31\/4--widescreen,
  .\33\/12--widescreen {
    width: 25%;
  }

  .\33\/4--widescreen,
  .\39\/12--widescreen {
    width: 75%;
  }

  .\31\/12--widescreen {
    width: 8.33333%;
  }

  .\32\/12--widescreen {
    width: 16.66667%;
  }

  .\35\/12--widescreen {
    width: 41.66667%;
  }

  .\37\/12--widescreen {
    width: 58.33333%;
  }

  .\31\30\/12--widescreen {
    width: 83.33333%;
  }

  .\31\31\/12--widescreen {
    width: 91.66667%;
  }
}

.count-wrapper {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.count-style {
  border: 2px solid #9bc53d;
  padding: 30px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 2.4rem;
  border-radius: 25px;
  margin: 1.5rem;
  max-width: 14rem;
  min-height: 12rem;
}

.count-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0.1em;
}

.FlexboxIeFix {
  display: flex;
  flex-direction: row;
}
.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
}

.ImageHero--small {
  min-height: 330px;
}

.ImageHero--large {
  min-height: 480px;
}

.ImageHero__ImageWrapper,
.ImageHero__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1008px) and (-moz-touch-enabled: 0),
  screen and (min-width: 1008px) and (hover: hover) {
  .ImageHero__Image--parallax {
    background-attachment: fixed;
  }
}

.ImageHero__ImageWrapper--hasOverlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ImageHero__Wrapper {
  z-index: 1;
}

.ImageHero__ContentOverlay {
  position: relative;
  flex-basis: 425px;
  flex-grow: 0;
  padding: 0 15px;
}

.ImageHero__TextContent {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ImageHero iframe {
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  pointer-events: none;
}

.ImageHero--large iframe {
  width: 250%;
  left: -75%;
}

.ImageHero--preserveRatio {
  min-height: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.ImageHero--preserveRatio iframe {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.ImageHero iframe[src] {
  pointer-events: auto;
}

.ImageHero__Block {
  margin: 40px auto;
  padding: 38px 20px;
  max-width: 250px;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.3);
}

.ImageHero__Block--small {
  max-width: 165px;
}

.ImageHero__Block--large {
  max-width: 320px;
}

.ImageHero__BlockHeading {
  margin: -0.325em 0 18px 0;
}

.ImageHero__BlockContent + .ImageHero__BlockLink {
  margin-top: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .ImageHero__Block {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
}

@media screen and (min-width: 641px) {
  .ImageHero {
    min-height: 450px;
  }

  .ImageHero--small {
    min-height: 400px;
  }

  .ImageHero--large {
    min-height: 500px;
  }

  .ImageHero iframe {
    width: 100%;
    height: 200%;
    left: 0;
  }

  .ImageHero__Block {
    padding: 48px 15px;
    max-width: 380px;
  }

  .ImageHero__Block--small {
    max-width: 240px;
  }

  .ImageHero__Block--large {
    max-width: 520px;
  }

  .ImageHero__TextContent {
    padding: 0 40px;
    bottom: 40px;
    top: auto;
    left: 0;
    transform: none;
    text-align: left;
  }
}

@media screen and (min-width: 1140px) {
  .ImageHero {
    min-height: 500px;
  }

  .ImageHero--small {
    min-height: 450px;
  }

  .ImageHero--large {
    min-height: 600px;
  }

  .ImageHero__TextContent {
    padding: 0 50px;
    bottom: 50px;
  }
}
.features--show-image-zooming .Image--zoomOut {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
  transform: none;
}
.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
}
.ImageHero__ImageWrapper,
.ImageHero__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.features--heading-small .u-h1,
.features--heading-small .Rte h1 {
  font-size: 20px;
}

.features--heading-small .u-h2,
.features--heading-small .Rte h2 {
  font-size: 18px;
}

.features--heading-small .u-h3,
.features--heading-small .Rte h3 {
  font-size: 16px;
}

.features--heading-small .u-h4,
.features--heading-small .Rte h4 {
  font-size: 15px;
}

.features--heading-small .u-h5,
.features--heading-small .Rte h5 {
  font-size: 13px;
}

.features--heading-small .u-h6,
.features--heading-small .Rte h6 {
  font-size: 12px;
}

.features--heading-small .u-h7 {
  font-size: 11px;
}

.features--heading-small .u-h8 {
  font-size: 10px;
}

.features--heading-normal .u-h1,
.features--heading-normal .Rte h1 {
  font-size: 22px;
}

.features--heading-normal .u-h2,
.features--heading-normal .Rte h2 {
  font-size: 20px;
}

.features--heading-normal .u-h3,
.features--heading-normal .Rte h3 {
  font-size: 18px;
}

.features--heading-normal .u-h4,
.features--heading-normal .Rte h4 {
  font-size: 16px;
}

.features--heading-normal .u-h5,
.features--heading-normal .Rte h5 {
  font-size: 14px;
}

.features--heading-normal .u-h6,
.features--heading-normal .Rte h6 {
  font-size: 13px;
}

.features--heading-normal .u-h7 {
  font-size: 12px;
}

.features--heading-normal .u-h8 {
  font-size: 12px;
}

.features--heading-large .u-h1,
.features--heading-large .Rte h1 {
  font-size: 24px;
}

.features--heading-large .u-h2,
.features--heading-large .Rte h2 {
  font-size: 22px;
}

.features--heading-large .u-h3,
.features--heading-large .Rte h3 {
  font-size: 26px;
  font-weight: 600;
}

.features--heading-large .u-h4,
.features--heading-large .Rte h4 {
  font-size: 18px;
}

.features--heading-large .u-h5,
.features--heading-large .Rte h5 {
  font-size: 16px;
}

.features--heading-large .u-h6,
.features--heading-large .Rte h6 {
  font-size: 15px;
}

.features--heading-large .u-h7 {
  font-size: 13px;
}

.features--heading-large .u-h8 {
  font-size: 13px;
}

@media screen and (min-width: 641px) {
  .features--heading-small .u-h1,
  .features--heading-small .Rte h1 {
    font-size: 20px;
  }

  .features--heading-small .u-h2,
  .features--heading-small .Rte h2 {
    font-size: 18px;
  }

  .features--heading-small .u-h3,
  .features--heading-small .Rte h3 {
    font-size: 18px;
  }

  .features--heading-small .u-h4,
  .features--heading-small .Rte h4 {
    font-size: 16px;
  }

  .features--heading-small .u-h5,
  .features--heading-small .Rte h5 {
    font-size: 13px;
  }

  .features--heading-small .u-h6,
  .features--heading-small .Rte h6 {
    font-size: 12px;
  }

  .features--heading-small .u-h7 {
    font-size: 11px;
  }

  .features--heading-small .u-h8 {
    font-size: 10px;
  }

  .features--heading-normal .u-h1,
  .features--heading-normal .Rte h1 {
    font-size: 22px;
  }

  .features--heading-normal .u-h2,
  .features--heading-normal .Rte h2 {
    font-size: 20px;
  }

  .features--heading-normal .u-h3,
  .features--heading-normal .Rte h3 {
    font-size: 20px;
  }

  .features--heading-normal .u-h4,
  .features--heading-normal .Rte h4 {
    font-size: 17px;
  }

  .features--heading-normal .u-h5,
  .features--heading-normal .Rte h5 {
    font-size: 14px;
  }

  .features--heading-normal .u-h6,
  .features--heading-normal .Rte h6 {
    font-size: 13px;
  }

  .features--heading-normal .u-h7 {
    font-size: 12px;
  }

  .features--heading-normal .u-h8 {
    font-size: 12px;
  }

  .features--heading-large .u-h1,
  .features--heading-large .Rte h1 {
    font-size: 24px;
  }

  .features--heading-large .u-h2,
  .features--heading-large .Rte h2 {
    font-size: 25px;
  }

  .features--heading-large .u-h3,
  .features--heading-large .Rte h3 {
    font-size: 20px;
  }

  .features--heading-large .u-h4,
  .features--heading-large .Rte h4 {
    font-size: 19px;
  }

  .features--heading-large .u-h5,
  .features--heading-large .Rte h5 {
    font-size: 16px;
  }

  .features--heading-large .u-h6,
  .features--heading-large .Rte h6 {
    font-size: 15px;
  }

  .features--heading-large .u-h7 {
    font-size: 13px;
  }

  .features--heading-large .u-h8 {
    font-size: 13px;
  }
}
.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
  margin-bottom: 1.6em;
}

.review-page-products li:nth-child(n) {
  margin-top: 7px;
  margin-bottom: 7px;
}

.header__secondary-nav a {
  display: inline-block;
  line-height: 1;
}
.headingss img {
  display: inline-block;
}

.faq_top {
  margin-top: 80px;
  margin-bottom: 80px;
}
.faq__content {
  flex-basis: 1220px;
}
.faq__content span.accordion__toggle {
  font-size: 19px;
  color: #9bc53d;
  padding-bottom: 10px;
}

.faq__content .accordion__content {
  color: black;
  font-size: 20px;
  padding-top: 0px !important;
}
.faq-border {
  border-top: 1px solid #e3e4e5;
}
.custom-container .section-header {
  max-width: inherit;
}
img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .faq_top {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 3.5rem;
  }
}
.prose a:not(.button, .button-outline) {
  color: #9bc53d;
}
@media screen and (max-width: 640px) {
  .bndlr-products-container {
    display: block;
  }
}

.cart-drawer__top_info {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.gray-band {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgb(var(--text-color));
}
.cart__cheering {
  padding-left: 20px;
  padding-right: 20px;
}
.cart__cheering svg {
  width: 20px;
  display: inline;
  margin-right: 10px;
}
.green-band {
  background-color: rgba(182, 211, 31, 0.2);
  padding-top: 12px;
  padding-bottom: 12px;
}

.green-band span {
  color: #7a8d15;
}

.green-band-icon {
  margin-right: 10px;
  text-align: center;
}

.payment-icons-new {
  display: flex;
  justify-content: space-evenly;
  margin: 16px 4px 0 4px;
  padding: 0;
  list-style: none;
  gap: 5px;
}
h3.block-heading{
  margin-bottom: 1em;
}

.custom-2-column-section p:not(:last-child),
.experiences-sec p:not(:last-child){
  margin-bottom: 1em;
}
product-rerender .cbb-frequently-bought-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
}

.article-list ol {
    list-style-position: outside;
}
.article-list ol li{
      margin-top: 7px;
    margin-bottom: 7px;
}
.Rte h1 {
    margin: 2.2em 0 0.8em;
}

.Rte h2 {
    margin: 1.2em 0 0.9em;
}

.Rte h3 {
    margin: 2.2em 0 1.2em;
}

.Rte h4 {
    margin: 2.2em 0 1.4em;
}

.Rte h5 {
    margin: 2.2em 0 1.6em;
}

.Rte h6 {
    margin: 2.2em 0 1.8em;
}
@media only screen and (max-width: 767px) {
  .accordion-wrapper {
      margin-top: 30px;
  }
}
ul.accordion-list > li .answer p:not(:last-child){
  margin-bottom: 1em;
}

.blog-post-card{
    background: #f5f5f5 0 0 no-repeat;
    padding: 20px;
    text-align: center;
}
.blog-post-card__info {
    justify-items: center;
}
.blog-post-card__excerpt{
  font-size: 20px;
}
@media screen and (min-width: 750px) {
.blog-post-list {
        --blog-post-list-column-gap: 30px;
    }
}
.newsletter-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
}
.newsletter.content-over-media * {
    max-width: inherit;
}
.newsletter.content-over-media * .section-header {
    text-align: left;
}
.newsletter.content-over-media * p{
  font-size: 14px;
}
.newsletter.content-over-media * .form-row1 button.button {
    margin-top: 30px;
}
.newsletter-email-label {
    font-size: 1.1em;
    display: block;
    font-weight: bold;
    margin-bottom: -10px;
}
.newsletter-email-label:after{
    color: #e32;
    content: " *";
    display: inline;
}
.form-row1 input.input{
  background-color: #fff;
  border-radius: 5px;
}
.prose p.headline {
    margin-block-start: 0;
}
.shopify-section--main-page .prose span {
    margin-block-start: 0;
}
@media screen and (max-width: 750px) {
.newsletter.content-over-media .container--lg {
    margin-left: 0;
    margin-right: 0;
}
}



.body_footer_newsletter {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}
.container_footer_newsletter {
    /* max-width: 1170px;
    margin: 0 auto; */
    padding: 40px 0px;
}
.row_footer_newsletter {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.col_footer_newsletter {
    flex: 1;
    padding: 15px;
    min-width: 50%;
}
.text-3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #707070;
}
.text-2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #9bc53d;
    font-family: arial, helvetica, sans-serif !important;
}
.text-5 {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}
#mauticform_input_newsletterfooter_emailadresse__email_addre {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}
#mauticform_input_newsletterfooter_submit {
    background-color: #9bc53d;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#mauticform_input_newsletterfooter_submit:hover {
    background-color: #8ab52e;
}
@media (max-width: 768px) {
    .col {
        min-width: 100%;
    }
}
#mauticform_input_newsletterfooter_emailadresse__email_addre:focus {
    outline: none;
}
@media screen and (max-width: 750px) {
  .text-2{
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 390px) {
.row_footer_newsletter {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.row_footer_newsletter .col_footer_newsletter {
    padding: 5px;
}
}

button.cbb-frequently-bought-add-button{
        padding: 14px 28px;
    background-color: #9bc53d;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.1s;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: white;
    z-index: 0;
}/*
button.cbb-frequently-bought-add-button span{
    color: #fff !important;
}
button.cbb-frequently-bought-add-button:hover span{
    color: #fff !important;
}*/
.cart-drawer__items .discount-badge,
.order-summary__body .discount-badge {
    background: rgba(155, 197, 61, 0.1);
    color: #9bc53d;
  margin-top: 7px;
    margin-bottom: 7px;
}
.cart-drawer__footer{
  padding-top:5px;
}
.drawer-ship-text {
    width: 100%;
}
cart-drawer .payment-icons-new {
       display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    max-width: 380px;
    gap: 2px;
}
cart-drawer .payment-icons-new li:nth-child(n) > svg {
    width: 45px;
    height: 46px;
}
.article__wrapper_split {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}