body:not(.wp-admin),
.wp-admin .section {
  color: var(--neutral-variant-40, #303334);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
}


.flex {
  display: flex;
}
.flex.middle {
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.around {
  justify-content: space-around;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex.center {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.white {
  color: #fff;
}

/*futures section*/
.section-futures {
  background: var(--On-Surface-Variant, #595c5d);
  padding: 28px 0;
}
.section-futures.grey {
  background: var(--Container-Low, #f7f8f8);
}
.futures .swiper-wrapper {
  display: flex;
  gap: 1px;
  background: #fff;
}
.section-futures.grey .futures {
  background: #303334;
}
.future-item {
  display: flex;
  background: var(--On-Surface-Variant, #595c5d);
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  flex-grow: 1;
  min-height: 130px;
}
.section-futures.grey .future-item {
  background: var(--Container-Low, #f7f8f8);
}
.future-caption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 193px;
}
.future-text {
  color: var(--Container-High, #dfe3e4);
}
.section-futures.grey .future-text {
  color: var(--Outlines-Base, #6e7071);
}
.future-icon {
  background: var(--Container-Lowest, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  flex: 0 0 24px;
  height: 24px;
  border-radius: 50%;
}
/*section subscribe*/
.section-subscribe {
  background: var(--raecks-40, #dd252a);
  padding: 44px 0;
  position: relative;
}
.success-subscribe:before {
  content: "";
  left: 30%;
  bottom: 0;
  border-radius: 50%;
  background: var(--primary-40, #5f9e98);
  width: 0;
  position: absolute;
  display: block;
  height: 0;
  transition: transform 3s;
}
.subscribe-content {
  position: relative;
  z-index: 2;
}
.success-subscribe .subscribe-title {
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 1.5s;
}
.success-subscribe.active .subscribe-title {
  opacity: 1;
}
.success-subscribe .subscribe-text {
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 2s;
}
.success-subscribe.active .subscribe-text {
  opacity: 1;
}
.success-subscribe {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.success-subscribe.active {
  opacity: 1;
  visibility: visible;
}
.success-subscribe.active:before {
  width: calc(100vw / 1000);
  height: calc(100vw / 1000);
  transform: scale(2000);
}
.success-subscribe > div,
.success-subscribe > div > div {
  height: 100%;
}
.subscribe-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscribe-left {
  display: flex;
  padding: 30px 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 782px;
  max-width: 100%;
}
.subscribe-title {
  margin-bottom: 20px;
}
.subscribe-text {
  line-height: 24px;
  letter-spacing: 0.08px;
  margin-bottom: 20px;
}
[data-name="acceptance-609"] {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.wpcf7-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  max-width: 377px;
}
.subscribe-right {
  margin-top: -70px;
  padding-right: 67px;
}
.subscribe-right-success {
  transform: scale(0.1);
  opacity: 0;
  transition-duration: 3s;
  transition-delay: 0s;
  margin-top: 0px;
  padding-right: 67px;
}
.success-subscribe.active .subscribe-right-success {
  opacity: 1;
  transform: scale(1);
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.wpcf7-text {
  background: #fff;
  padding: 12px 15px;
  height: 47px;
  width: 100%;
  max-width: 254px;
}
.btn-form {
  background: none;
  border: 1px solid var(--Container-Lowest, #fff);
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  padding: 15px 15px 15px 55px;
  border-radius: 4px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.08px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid var(--raecks-40, #dd252a);
  background-color: rgb(245 173 172);
  color: var(--raecks-40, #dd252a);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2268_77643' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2268_77643)'%3E%3Cpath d='M8.4 16.6538L12 13.0538L15.6 16.6538L16.6538 15.6L13.0538 12L16.6538 8.4L15.6 7.34625L12 10.9462L8.4 7.34625L7.34625 8.4L10.9462 12L7.34625 15.6L8.4 16.6538ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z' fill='%23DD252A'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid var(--primary-40, #5f9e98);
  background-color: rgba(95, 158, 152, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2268_77646' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2268_77646)'%3E%3Cpath d='M10.5808 16.2538L17.3038 9.53075L16.25 8.477L10.5808 14.1463L7.73075 11.2963L6.677 12.35L10.5808 16.2538ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z' fill='%235F9E98'/%3E%3C/g%3E%3C/svg%3E%0A");
  color: var(--primary-40, #5f9e98);
}
.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
  background-image: none;
  padding: 8px;
}
/*section support*/
.section-support {
  background-size: cover;
  height: 600px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.section-support > img, .section-support > iframe, .section-support > video {
  transition: 20s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
.section-support > .container {
  position: relative;
  z-index: 2;
}
body[data-aos-duration] .section-support > img {
  /*transform: scale(1.1);*/
  transform-origin: right bottom;
}
.section-sub-title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--neutral-variant-40, #303334);
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-sub-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--raecks-40, #dd252a);
}
.white .section-sub-title {
  border-bottom-color: #fff;
}
.support-caption {
  margin-top: 113px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.support-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 480px;
}
.support-inner .btn {
  margin-top: 6px;
}
/*section faq*/
.section-faq {
  background: var(--Styles-White, #fff);
  padding-top: 20px;
}
.faq-content {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
.faq-left {
  max-width: 415px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
}
.faq-title {
  margin-bottom: 40px;
}
.faq-right {
  min-width: 622px;
  flex: 0 0 622px;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.faq-cont-title {
  color: #2f2d2c;
}
.faq-item-title {
  color: #1d1f1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-item-title svg {
  transition: 0.3s;
}
.faq-item-title.active svg {
  transform: rotate(180deg);
}
.faq-cont-text {
  /*color: #2f2d2c;
  font-size: 12px;
  font-weight: 200;
  line-height: 25px;
  letter-spacing: -0.048px;*/
}
.faq-cont-text a {
  font-weight: 700;
  text-decoration: none;
}
.faq-contact img {
  margin-left: -17px;
  max-width: 416px;
}
.faq-contents {
  padding-top: 12px;
  color: #646a69;
  line-height: 26px;
  letter-spacing: 0.08px;
  display: none;
}
.js-show-all-faq ~ .js-show-all-faq {
  display: none;
}
.faq-full .faq-content {
  margin-top: 24px;
  display: block;
}
.faq-full {
  margin: 80px auto;
  max-width: 1062px;
  padding: 0;
}
.faq-full .faq-right {
  min-width: 0;
  padding-bottom: 0;
}
/*section text*/
.section-text {
  background: #fff;
  padding: 40px 0;
}
.shadow-text,
.section-cat .section-description .description {
  position: relative;
  height: 482px;
  overflow: hidden;
}
.shadow-text:not(.opened):after,
.section-cat .section-description .description:not(.opened):after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 55.9%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 228px;
}
.section-cat .section-description .description .wp-block-buttons {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.section-cat .section-description .description.opened .wp-block-buttons {
  position: static;
}
.description h2 {
  color: var(--neutral-variant-40, #303334);
  margin-bottom: 40px;
}
.section-products {
  background: var(--Container-Low, #f7f8f8);
  padding: 30px 0 50px 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.product-item {
  border-radius: 15px;
  background: var(--Container-Lowest, #fff);
  padding: 16px;
}
.product-item > a {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 5px;
}
.labels {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  z-index: 2;
}
.old-price-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.old-price {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.065px;
  text-decoration: line-through;
  color: var(--neutral-variant-40, #303334);
}
.product-right .old-price {
  font-size: 14px;
}
.new-price {
  color: var(--raecks-40, #dd252a);
}
.price-sale {
  color: var(--Styles-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.07px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: var(--raecks-40, #dd252a);
  box-shadow: 0px 0px 0px 2px var(--raecks-40, #dd252a);
  padding: 0 3px;
}
.label-sale {
  background-image: url(../img/sale.png);
  min-width: 83px;
  flex: 0 0 83px;
  height: 83px;
  background-size: contain;
}
.crosssell-item .label-sale {
  min-width: 47px;
  flex: 0 0 47px;
  height: 47px;
}
.crosssell-item .old-price {
  font-size: 10px;
}
.crosssell-item .price-sale {
  font-size: 8px;
  line-height: 15px;
}
.gallery-product .label-sale,
.config-common .label-sale {
  background-image: url(../img/sale_big.png);
  min-width: 149px;
  flex: 0 0 149px;
  height: 149px;
}
.product-item > a img {
  transition: 0.4s;
}
.product-item:hover > a img {
  transform: scale(1.1);
}
.caption {
  margin-top: 16px;
  display: grid;
  gap: 5px;
}
.model {
  color: var(--primary-40, #5f9e98);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.product-item img {
  min-height: 272px;
  background: #f7f8f8;
}
.product-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-decoration: none;
  flex: 1 0 0;
  text-overflow: ellipsis;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  min-height: 96px;
}

.product-price {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.08px;
}

.price-tax,
.price-tax .woocommerce-Price-currencySymbol {
  color: var(--neutral-variant-40, #303334);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.012px;
  top: 0;
}
.product-item .price-tax,
.product-item .price-tax .woocommerce-Price-currencySymbol {
  font-size: 12px;
  text-decoration: underline;
}
.rating {
  display: flex;
  position: relative;
  width: calc(18px * 5);
}
.rating i {
  min-width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M9 2L10.7199 6.63282L15.6574 6.83688L11.7828 9.90418L13.1145 14.6631L9 11.926L4.8855 14.6631L6.21721 9.90418L2.3426 6.83688L7.28014 6.63282L9 2Z' fill='%23DFE3E4'/%3E%3C/svg%3E");
}
.rating span {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.rating span i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M9 2L10.7199 6.63282L15.6574 6.83688L11.7828 9.90418L13.1145 14.6631L9 11.926L4.8855 14.6631L6.21721 9.90418L2.3426 6.83688L7.28014 6.63282L9 2Z' fill='%23FFDC0D'/%3E%3C/svg%3E");
}
.attr-item {
  overflow: hidden;
  color: var(--Outlines-Base, #6e7071);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
}
/*section-category-intro*/
.section-category-intro {
  padding: 16px 0 28px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  align-items: center;
}
.intro-title {
  color: #000;
}
.intro-title span {
  color: var(--raecks-40, #dd252a);
}
.is_grey {
  background-color: var(--Container-Low, #f7f8f8);
}
.category-into {
  position: relative;
}
.category-into .intro-title {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
}
.category-into .btn {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.category-into img,
.category-into video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-desc {
  color: var(--Text-Standard-Highest, #303334);
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.08px;
  max-width: 590px;
  margin: 16px auto 14px;
}
/*section_cats*/
.list-terms {
  margin-bottom: 24px;
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.term {
  width: calc(25% - 24px);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 44.5px 1px 1px 1px;
}
.js-cat-slider .term,
.list3 .term {
  border: 1px solid var(--Outlines-Variant, #c1c2c2);
}
.term img {
  transition: 0.4s;
}
.term span i {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.4s;
  text-decoration-line: underline;
  position: relative;
  bottom: -100px;
}
.term:hover img {
  transform: scale(1.1);
  /*transform-origin: top;*/
}
/*.term:hover span i {
  bottom: 0;
}
.term:hover span {
  top: 0;
  background: #486966CC;
}*/
.cat-slide .term {
  width: 100%;
}
.swiper-pagination-lock {
  opacity: 0;
  display: none !important;
}
.section-categories,
.section-sub-cats {
  overflow: hidden;
}
.section-sub-cats {
  margin-bottom: 24px;
  margin-top: 24px;
}
.js-cat-slider.swiper {
  /*overflow: visible;*/
}
/*section crosssell*/
.section-crosssell {
  background: #fafafa;
  padding: 45px 0;
}
.cross-title {
  color: #2f2d2c;
  max-width: 500px;
  margin-bottom: 23px;
}
.section-crosssell .btn-center {
  margin-top: 25px;
}
.js-products {
  max-width: 948px;
  margin: 0 auto;
}
.slider-content {
  position: relative;
  max-width: calc(120px + 948px);
  margin: 0 auto;
}
.slider-navi > div {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e52722;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.slider-navi-content > div {
  position: absolute;
  top: calc(50% - 14px);
  cursor: pointer;
}
.slider-navi-content .slider-prev {
  left: 0;
  padding-right: 2px;
}
.slider-navi-content .slider-next {
  right: 0;
  padding-left: 2px;
}
.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.swiper-button-lock {
  display: none !important;
}
.section-compare {
  background: var(--Container-Container, #eff1f2);
  padding: 36px 0 140px 0;
}
/*section compare*/
.compare-table {
  border: 1px solid var(--Outlines-Variant, #c1c2c2);
  border-radius: 20px;
  overflow: hidden;
}
.compare {
  border-radius: 20px;
  border: 1px solid var(--Outlines-Variant, #fff);
  background: var(--Container-Lowest, #fff);
  overflow: hidden;
  border-spacing: 0;
  border-collapse: collapse;
}
.compare td {
  padding: 10px;
}
.compare-head-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #2f2d2c;
  min-width: 254px;
  align-items: flex-start;
}
.product-item.compare-item img {
  width: 84px;
  min-height: 84px;
  margin: 0 auto;
}
.product-item.compare-item {
  padding: 0 0 6px 0;
  text-align: center;
}
.compare thead td {
  border-left: 1px solid var(--Outlines-Variant, #c1c2c2);
  border-right: 1px solid var(--Outlines-Variant, #c1c2c2);
}
.compare .product-name {
  line-height: normal;
}
.compare .caption {
  gap: 10px;
  margin-top: 8px;
}
.compare .attr-list {
  min-height: 20px;
}
.compare tbody td {
  padding: 20px 10px;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  color: var(--neutral-variant-40, #303334);
  text-align: center;
}
.compare tbody td span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.compare tbody tr:nth-child(2n + 1) td {
  background: var(--Container-Low, #f7f8f8);
}

.compare tbody tr td:nth-child(1) {
  color: var(--neutral-variant-40, #303334);
  font-weight: 600;
  text-align: left;
}

/*section etrusted-widget*/
.section-review-widget {
  background: #dfecea;
  padding: 42px 0;
  margin-bottom: 32px;
}
.review-widget-content .review-title {
  margin-bottom: 36px;
}

.description h1 {
  color: var(--neutral-variant-40, #303334);
  margin: 44px 0;
}
.description h3 {
  color: var(--neutral-variant-40, #303334);
  margin: 44px 0;
}
.description h4 {
  color: var(--neutral-variant-40, #303334);
  margin: 44px 0;
}
.description h5 {
  color: var(--neutral-variant-40, #303334);
  margin: 44px 0;
}
.description h6 {
  color: var(--neutral-variant-40, #303334);
  margin: 44px 0 40px 0;
}
.description pre,
#description .description > p:last-child,
#description .description *:not(blockquote) > p:last-child {
  color: #646a69;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.024px;
  white-space: normal;
  font-family: Inter;
}
.has-inline-color {
  color: var(--tertiary-40, #889c9b) !important;
}
.description > p,
.description > .section > p {
  margin: 20px 0;
}
.description .wp-block-column p {
  color: var(--tertiary-40, #889c9b);
}
.wp-block-column > .wp-block-heading:first-child {
  margin-top: 0;
}
.wp-block-image + .wp-block-columns {
  margin-top: 150px;
}
.wp-block-preformatted {
  color: var(--tertiary-40, #889c9b);
  margin: 20px 0;
}
.wp-block-preformatted p {
  max-width: 295px;
}
.wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-block-image {
  margin: 20px 0;
}
figcaption.wp-element-caption {
  color: var(--secondary-40, #486966);
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  margin: 20px 0 0 0;
}
.description ul > li + li,
.description ol > li + li {
  margin-top: 16px;
}
.description ul,
.description ol {
  margin: 20px 0;
  padding-left: 31px !important;
}
.description li::marker {
  color: #303334;
}
.wp-block-media-text {
  border-radius: 0px 12px 12px 0px;
  border-left: 6px solid var(--primary-40, #5f9e98);
  background: var(--Container-Container, #eff1f2);
  display: flex;
  align-items: center;
  padding: 24px;
  margin: 24px 0 45px 0;
  gap: 10px;
}
.wp-block-media-text p {
  margin: 0;
  color: #000;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-block-quote {
  border-radius: 12px;
  background: var(--Container-Container, #eff1f2);
  padding: 24px;
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45px 0;
}
.wp-block-quote p {
  margin: 0;
  color: #000;
}
.wp-block-quote:before,
.wp-block-quote:after {
  content: "";
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1841_149987)'%3E%3Cpath d='M0 19.9988V16.2111C1.03619 15.6386 1.82299 14.9331 2.36038 14.0917C2.89481 13.2503 3.30157 12.3569 3.57769 11.4143C3.85381 10.4717 3.99336 9.42789 3.99336 8.2829H0V0.00195312H8.50332V5.15152C8.50332 8.24821 8.19157 10.6047 7.57104 12.221C6.94755 13.8373 6.01527 15.3263 4.77124 16.6911C3.52722 18.0558 1.93581 19.1574 0 19.9988ZM12.4967 19.9988V16.2111C13.5002 15.6386 14.287 14.9331 14.8571 14.0917C15.4271 13.2503 15.8517 12.3569 16.1278 11.4143C16.4039 10.4717 16.5435 9.42789 16.5435 8.2829H12.4996V0.00195312H21.003V5.15152C21.003 8.24821 20.7001 10.6047 20.0944 12.221C19.4888 13.8373 18.5654 15.3263 17.3214 16.6911C16.0773 18.0558 14.4681 19.1574 12.4996 19.9988H12.4967Z' fill='%23DD252A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1841_149987'%3E%3Crect width='21' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.wp-block-quote:after {
  transform: rotate(180deg);
}
/*section cats*/
.list3 .term {
  width: calc(33% - 18px);
}
.list3 .term img {
  height: 405px;
}
.category-title {
  max-width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.section-categories {
  margin: 16px 0 40px 0;
}
.section-categories.is_grey {
  margin: 0;
  padding: 35px 0;
}
.section-title {
  text-align: center;
  margin: 16px 0;
}
.title-image {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.carusel3 {
  display: flex;
  gap: 32px;
  position: relative;
}
.carusel3 .swiper {
  height: 1000px;
}

.js-slider-.carusel3 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.carusel3 .swiper-slide {
  width: auto;
  height: auto;
}

.carusel3:after,
.carusel3:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  height: 350px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.carusel3:before {
  top: 0px;
  bottom: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.is_grey .carusel3:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f7f8f8 100%);
}
.is_grey .carusel3:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f7f8f8 100%);
}

.carusel3-item {
  position: relative;
}
.more-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.carusel3-item img {
  width: 100%;
  height: 512px;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
.carusel3-item span {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.carusel3-item span small {
  font-size: 14px;
  text-decoration-line: underline;
}
/*main-slider*/
.main-slide,
.swiper-slide.main-slide {
  height: 512px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.main-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-caption {
  position: absolute;
  bottom: 48px;
  left: 48px;
  display: grid;
  gap: 16px;
}
.slider-navi-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.section-slider {
  margin: 16px 0;
}
.progressbar.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: relative;
  height: 2px;
  background: #dfe3e4;
  width: 160px;
  border-radius: 2px;
}
.progressbar.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #dd252a;
}

/*home slider*/
.home-slide .support-inner {
  gap: 14px;
  max-width: 526px;
  padding-bottom: 0;
  width: 100%;
  padding: 20px;
}
.home-slide .support-caption {
  gap: 38px;
}
.home-slider-title.h4 {
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.083px;
}
.slider-navi-home {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.section-sliderhome {
  position: relative;
}
.section-sliderhome .section-support {
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-sliderhome .support-caption {
  margin: 0;
  height: 100%;
}
.section-sliderhome .section-support > .container {
  height: 100%;
}
.section-sliderhome .slider-navi.slider-navi-home > div {
  position: absolute;
  top: calc(50% - 14px);
}
.section-sliderhome .slider-navi.slider-navi-home > div.slider-prev {
  left: 32px;
}
.section-sliderhome .slider-navi.slider-navi-home > div.slider-next {
  right: 32px;
  left: auto;
}
/*section banner*/
.banner-block,
.banner-block .container {
  height: 575px;
}
.banner-caption.support-caption {
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  height: 100%;
  justify-content: center;
  margin: 0;
}
.section-bannerhome {
  margin-bottom: 50px;
}
.align-left {
  text-align: left;
}
/*section blog*/
.section-blog {
  margin: 50px 0;
}
.blog-outer {
  border-top: 1px solid #c1c2c2;
  padding-top: 30px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.blog-item-big:not(.blog-item-base) {
  grid-area: 1 / 1 / 5 / 2;
}
.blog-item {
  border-radius: 16px;
  background: var(--Container-Low, #f7f8f8);
  display: flex;
  gap: 24px;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.blog-lesen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 121px;
  background: var(--raecks-40, #dd252a);
  border-radius: 50%;
  text-decoration: none;
  position: absolute;
  gap: 1px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  transition: none;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.blog-item:hover .blog-lesen {
  opacity: 1;
  visibility: visible;
}
.blog-caption {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-title {
  text-decoration: none;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.056px;
}
.blog-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.blog-img {
  height: 100%;
}
.blog-img img {
  height: 100%;
  min-width: 200px;
  width: 200px;
  object-fit: cover;
}
.blog-item-base .blog-img img {
  width: 100%;
  height: 285px;
}
.blog-item-base .blog-img {
  height: auto;
}
.post-read {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.056px;
}
.dot {
  width: 4px;
  height: 4px;
  background: #afbabc;
  border-radius: 50%;
}
.blog-item-big {
  flex-direction: column;
}
.blog-item-big .blog-img {
  width: 100%;
}
.blog-item-big:not(.blog-item-base) .blog-img img {
  height: 100%;
  width: 100%;
}
.blog-item-big .blog-caption {
  padding: 0 24px 24px 24px;
  gap: 8px;
}
.blog-item .tags {
  margin-bottom: 10px;
}
.blog-item-big:not(.blog-item-base) .tags > a {
  border: 1px solid var(--Container-High, #dfe3e4);
  background: var(--raecks-40, #dd252a);
  color: #fff;
}
.blog-item.blog-item-base .tags {
  margin-bottom: 0;
}
.blog-item-big:not(.blog-item-base) .blog-title {
  font-size: 33px;
  line-height: normal;
  letter-spacing: 0.083px;
  margin-bottom: 16px;
}
.blog-text {
  color: var(--text-light-70, #acadae);
}
.blog-item-big .blog-author img {
  width: 40px;
  height: 40px;
}
.blog-more {
  display: flex;
  justify-content: flex-end;
}
/*section-bestseller*/
.section-bestseller {
  background: var(--Container-Low, #f7f8f8);
  padding: 40px 0;
}
.section-bestseller .cross-title {
  text-align: center;
  max-width: 100%;
}
/*section tags*/
.section-tags .tags {
  margin-top: 24px;
  justify-content: center;
}
/*section navi*/
.section-navi {
  max-width: 1062px;
  margin: 46px auto;
}
.navi {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
.navi a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: var(--Container-Low, #f7f8f8);
  padding: 14px 20px;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.024px;
}
.help-caption {
  border-radius: var(--radius-l, 16px);
  background: var(--primary-40, #5f9e98);
  padding: 40px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.section-help {
  max-width: 1062px;
  margin: 100px auto;
}
.help-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
.help-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.064px;
}
.help-text strong {
  font-weight: 500;
}
.help-text a {
  font-weight: 500;
}
.help-text strong a {
  text-decoration: none;
}
.text-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.section-textitems {
  max-width: 1062px;
  margin: 24px auto 84px auto;
}
.text-item {
  border-radius: 12px;
  background: var(--Container-Low, #f7f8f8);
  padding: 16px;
}
.section-description {
  max-width: 1062px;
  margin: 50px auto 60px auto;
}
.section-title .btn {
  margin-top: 24px;
}

/*section contact*/
.contact-grid {
  display: FLEX;
  gap: 75px;
  margin-bottom: 85px;
}
.contact-left {
  max-width: 405px;
}
.contact-right {
  flex-grow: 1;
}
.section-contact {
  margin-top: 45px;
}
.contact-sub-title {
  color: var(--primary-40, #5f9e98);
  margin-bottom: 16px;
}
.contact-text {
  color: var(--text-light-70, #acadae);
  margin: 20px 0 36px 0;
  max-width: 404px;
}
.contact-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.contact-item {
  text-decoration: none;
  border-radius: 12px;
  background: var(--Container-Low, #f7f8f8);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 146px;
  justify-content: center;
  padding: 16px;
  text-align: center;
}
.contact-item:hover {
  transform: scale(1.05);
}
.contact-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.024px;
}
.contact-form {
  background: var(--Container-Low, #f7f8f8);
  padding: 110px 0;
}
.form-content {
  max-width: 841px;
  margin: 0 auto;
}
.contact-form-title {
  margin-bottom: 19px;
}
.form-content .wpcf7-form {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
}
.form-content .wpcf7-form-control-wrap {
  width: 100%;
}
.form-content .wpcf7-text {
  max-width: 100%;
}
.form-notice {
  color: var(--On-Surface-Variant, #595c5d);
}

/*section quote*/
.section-quote {
  margin: 100px 0 60px 0;
}
.section-quote-outer {
  padding: 110px 0 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}
.qoute-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.27px;
  text-transform: uppercase;
}
.qoute-image img {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

/*section text image*/
.text-image-content {
  display: flex;
  gap: 30px;
  align-items: center;
}
.text-image-content.reverse {
  flex-direction: row-reverse;
}
.section-textimage {
  margin: 35px 0;
}
.text-image-caption {
  min-width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  padding: 0 110px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.text-image {
  flex-grow: 1;
  border-radius: 30px;
  overflow: hidden;
}

/*section statistic*/
.statistics {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}
.statistics-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  align-items: center;
}
.section-statistics {
  margin: 150px 0;
}
.statistics-title {
  font-size: 64px;
  font-weight: 600;
}
.statistics-text {
  color: #8c8c8c;
  font-size: 16px;
}
/*section carusel*/
.section-csarusel {
  margin: 84px 0;
}
.carusel-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border-radius: var(--radius-s, 8px);
  background: var(--Styles-White, #fff);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.carusel-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.064px;
}
.carusel-slide img {
  height: 432px;
  border-radius: 16px;
  overflow: hidden;
  object-fit: cover;
}
.product-right .crosssell-block {
  margin: 23px 0 0 0;
}

/* section hero */
.hero-caption {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.section-hero .btn {
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-hero > img,
.section-hero > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-hero > iframe,
.section-bannertext > iframe {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;

  display: block;
}
.section-hero > iframe {
  aspect-ratio: 16 / 9;
}
.section-bannertext > iframe {
  aspect-ratio: 16 / 7.09;
}
/* section trustbadges */
.section-trustbadges {
  padding: 30px 0;
}
.trustbadges-content {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.trustbadges-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  min-width: 180px;
  flex: 0 0 180px;
}
.trustbadges-icon img {
  height: 70px;
  width: auto;
}

/*section bannertext*/
.section-bannertext {
  position: relative;
  overflow: hidden;
}
.section-bannertext > img,
.section-bannertext > video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.bannertext-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.bannertext-content > div {
  height: 100%;
}
.bannertext-caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 26px;
  max-width: 480px;
  height: 100%;
}
.bannertext-bullets {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

/* section subtitle*/
.subtitle-caption {
  display: flex;
  padding: 48px 0 16px 0;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.subtitle-text {
  min-width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.subtitle-title {
  max-width: 483px;
}

/*section product highlight*/
.producthighlight-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 32px;
}
.producthighlight-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.producthighlight-item > img,
.producthighlight-item > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.producthighlight-caption {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
}
.producthighlight-icon {
  position: absolute;
  left: 24px;
  bottom: 24px;
  height: 143px;
  width: 143px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow: hidden;
}

/*section feature icon*/
.featureicon-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 95px 0;
  gap: 95px 30px;
}
.featureicon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.featureicon-icon {
  height: 107px;
  width: 107px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
}
.featureicon-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.03px;
}
.revealslider-slide {
  width: 100%;
  position: relative;
}
.revealslider-slide-container > .btn {
  margin: 33px auto 0;
}
.section-hero .slider-home-content {
  max-width: 840px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}

.btn-ai {
  background-image: linear-gradient(-45deg, #ff0000, #ffffff, #80dbd3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 80px;
  padding: 2px;
  text-decoration: none;
}
.btn-ai .btn {
  margin: 0;
  background: #fff;
  color: var(--neutral-variant-40, #303334);
}
.ai-caption .support-inner {
  gap: 20px;
}
.section-aibanner {
  height: 563px;
}

li#customize-control-woocommerce_catalog_rows {
    display: block !important;
}