.h-cut-margins > :first-child {
  margin-top: 0 !important;
}
.h-cut-margins > :last-child {
  margin-bottom: 0 !important;
}
.o-button, .c-product-bar-right__add-to-cart .x-button, .product-small .col-inner .box-text .add-to-cart-button a {
  background-color: #2dace7;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 16px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 120ms ease-out;
  display: inline-block;
  text-align: center;
  border: none;
  min-height: 0 !important;
}
@media (hover: hover) {
  .o-button:hover, .c-product-bar-right__add-to-cart .x-button:hover, .product-small .col-inner .box-text .add-to-cart-button a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2) !important;
  }
}
.o-button.is-active, .c-product-bar-right__add-to-cart .is-active.x-button, .product-small .col-inner .box-text .add-to-cart-button a.is-active {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2) !important;
}
.o-button--shadow, .product-small .col-inner .box-text .add-to-cart-button a {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
@media (hover: hover) {
  .o-button--shadow:hover, .product-small .col-inner .box-text .add-to-cart-button a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22) !important;
  }
}
.o-button--shadow.is-active, .product-small .col-inner .box-text .add-to-cart-button a.is-active {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22) !important;
}
#header {
  background: none;
}
#header #logo a img {
  width: 100%;
  max-height: 9999px !important;
}
#header .nav li a {
  line-height: 1.25 !important;
}
#header .header-nav-main.nav-left {
  display: flex;
  column-gap: 30px;
}
#header .header-nav-main.nav-left li {
  margin: 0;
  line-height: 1.25;
}
#header .header-nav-main.nav-left li a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25 !important;
}
#header .header-nav-main.nav-right li > a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25 !important;
}
#header .header-nav-main.nav-right li.header-language-dropdown > a {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 8px 10px;
}
#header .header-nav-main.nav-right li.header-language-dropdown > a .image-icon {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
}
#header .header-nav-main.nav-right li.header-language-dropdown > a .image-icon img {
  width: 20px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 549px) {
  .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.off-canvas-center .nav-sidebar.nav-vertical > li > a .image-icon {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
}
.off-canvas-center .nav-sidebar.nav-vertical > li > a .image-icon img {
  width: 20px;
}
.off-canvas-center .nav-sidebar.nav-vertical > li > a + .toggle {
  top: 2px;
}
.off-canvas-center .nav-sidebar.nav-vertical > li ul.children li a .icon-image {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
}
.off-canvas-center .nav-sidebar.nav-vertical > li ul.children li a .icon-image img {
  width: 20px;
}
body.single-product #wrapper, body.single-product #main {
  background: #ecf0f5;
}
.t-product {
  padding-bottom: 0;
}
.t-product-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
@media (max-width: 849px) {
  .t-product-top {
    display: flex;
    flex-direction: column;
  }
}
.t-product-images {
  min-width: 0;
}
@media (max-width: 849px) {
  .t-product-images {
    margin-bottom: 20px;
  }
}
.t-product-images-main {
  background: #ffffff;
  border-radius: 10px;
  aspect-ratio: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-product-images-main img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.t-product-images__scrollbar {
  height: 4px;
  position: relative;
  width: 100%;
}
.t-product-images__scrollbar .swiper-scrollbar {
  margin-top: 25px;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.t-product-images__scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  background: #060e42;
  border-radius: 10px;
  top: -2px;
}
@media (hover: hover) {
  .t-product-images__scrollbar .swiper-scrollbar .swiper-scrollbar-drag:hover {
    cursor: grab;
  }
}
.t-product-images__scrollbar .swiper-scrollbar .swiper-scrollbar-drag.is-active {
  cursor: grab;
}
.t-product-images-thumbs {
  margin-top: 17px;
}
.t-product-images-thumbs .swiper:not(.swiper-initialized) .swiper-slide {
  margin-right: 15px;
}
.t-product-images-thumbs .swiper-slide {
  width: 160px;
  aspect-ratio: 1;
  background: #ffffff;
  border-radius: 10px;
  height: auto;
  display: flex;
}
@media (max-width: 549px) {
  .t-product-images-thumbs .swiper-slide {
    width: 120px;
  }
}
.t-product-images-thumbs .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px;
}
.t-product-images-thumbs .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.t-product-summary {
  min-width: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  height: fit-content;
}
.t-product-summary__top {
  padding: 20px 20px 0 20px;
}
@media (max-width: 549px) {
  .t-product-summary__top {
    padding: 0;
  }
}
.t-product-summary__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.25;
}
.t-product-summary__rating {
  margin-bottom: 10px;
}
.t-product-summary__price {
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.t-product-summary__price .price-wrapper .price {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
.t-product-summary__price .price-wrapper .price del {
  font-size: 14px;
  color: #a2a2a2;
}
.t-product-summary__price .price-wrapper .price del * {
  color: #a2a2a2;
}
.t-product-summary__price .price-wrapper .price ins {
  font-size: 17px;
}
.t-product-summary__excerpt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.25;
}
.t-product-summary__info {
  margin-top: 20px;
}
.t-product-summary__info ul {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 30px;
}
.t-product-summary__info ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #8c8c8c;
  line-height: 1.25;
}
.t-product-summary__info ul li:not(:last-child) {
  border-right: 1px solid #e9e9e9;
  padding-right: 30px;
}
.t-product-summary__features {
  margin-top: 20px;
}
.t-product-summary__features ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.t-product-summary__features ul li {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  position: relative;
}
.t-product-summary__features ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L5.08571 10L12 1' stroke='%23F9B415' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 11px;
}
.t-product-summary__shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
.t-product-summary__add-to-cart {
  margin-bottom: 10px;
}
.t-product-summary__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.t-product-summary__cards img {
  max-width: 100%;
}
.t-product-summary-ups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 549px) {
  .t-product-summary-ups {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.t-product-summary-ups-item {
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding: 10px 25px;
}
@media (max-width: 549px) {
  .t-product-summary-ups-item {
    max-width: 230px;
    padding: 10px 0;
    width: 100%;
  }
}
.t-product-summary-ups-item:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 549px) {
  .t-product-summary-ups-item:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 549px) {
  .t-product-summary-ups-item:last-child {
    padding-bottom: 0;
  }
}
.t-product-summary-ups-item__icon {
  width: 30px;
  flex: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.t-product-summary-ups-item__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.t-product-summary-ups-item-text {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.t-product-summary-ups-item-text__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.t-product-summary-ups-item-text__description {
  font-size: 12px;
  line-height: 1.25;
}
.t-product-summary .woocommerce-breadcrumb {
  display: none;
}
.t-product-atc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  align-items: flex-start;
}
@media (max-width: 549px) {
  .t-product-atc {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
}
.t-product-atc .quantity {
  display: flex;
  background: #ecf0f5;
  border-radius: 10px;
  padding: 15px 20px;
  justify-content: center;
  column-gap: 5px;
}
@media (max-width: 549px) {
  .t-product-atc .quantity {
    width: 100%;
  }
}
.t-product-atc .quantity input[type="button"].minus, .t-product-atc .quantity input[type="button"].plus {
  background: #060e42;
  color: #ffffff;
  border-radius: 5px !important;
  text-shadow: none;
  font-weight: 600;
  border: 1px solid #566C88;
  height: 40px;
  width: 30px;
}
.t-product-atc .quantity input.qty {
  border: 1px solid #566C88;
  height: 40px;
  border-radius: 5px !important;
  text-align: center;
  font-weight: 600;
}
.t-product-atc button.button[type="submit"] {
  height: 100%;
  border-radius: 10px;
  margin: 0;
}
@media (max-width: 549px) {
  .t-product-atc button.button[type="submit"] {
    width: 100%;
    height: 70px;
  }
}
.t-product-discount {
  margin-bottom: 20px;
  margin-top: 20px;
}
.t-product-discount__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-left: 20px;
}
@media (max-width: 549px) {
  .t-product-discount__title {
    margin-left: 0;
  }
}
.t-product-discount__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.t-product-discount-item {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 15px 20px;
  background: #ffffff;
  display: flex;
  column-gap: 20px;
  position: relative;
  transition: all 120ms ease-out;
}
@media (hover: hover) {
  .t-product-discount-item:hover {
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
  }
}
.t-product-discount-item.is-active {
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
}
@media (max-width: 549px) {
  .t-product-discount-item {
    flex-direction: column;
    row-gap: 10px;
  }
}
.t-product-discount-item.best-offer {
  background: #d0e5ff;
}
.t-product-discount-item.best-offer .t-product-discount-item__discount {
  background: #ffffff;
}
.t-product-discount-item.best-offer .t-product-discount-item__per-day {
  color: #ffffff !important;
}
.t-product-discount-item.best-offer .t-product-discount-item__per-day *, .t-product-discount-item.best-offer .t-product-discount-item__per-day span.amount {
  color: #ffffff !important;
}
.t-product-discount-item__badge {
  position: absolute;
  right: 0;
  top: 0;
  background: #060e42;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  line-height: 1;
  transform: translateY(-50%);
}
.t-product-discount-item__left {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.t-product-discount-item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.t-product-discount-item__discount {
  background: #d0e5ff;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #566c88;
}
.t-product-discount-item__discount *, .t-product-discount-item__discount span.amount {
  font-weight: 600 !important;
  color: #566c88 !important;
}
.t-product-discount-item__right {
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 5px;
}
@media (max-width: 549px) {
  .t-product-discount-item__right {
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 10px;
  }
}
.t-product-discount-item__original {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}
.t-product-discount-item__price {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.t-product-discount-item__per-day {
  font-size: 12px;
  color: #cbcbcb !important;
  font-weight: 600 !important;
  line-height: 1;
}
.t-product-discount-item__per-day *, .t-product-discount-item__per-day span.amount {
  font-weight: 600 !important;
  color: #cbcbcb !important;
}
.t-product-discount-item__final {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}
.t-product-content {
  margin-top: 55px;
}
#atc-form {
  transition: all 120ms ease-out;
}
#atc-form.is-highlighted {
  opacity: 0.6;
}
.c-faq__inner {
  max-width: 530px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 549px) {
  .c-faq__inner {
    padding: 50px 0;
  }
}
.c-faq__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.c-faq__title b {
  color: #f9b415;
  font-weight: 700;
}
.c-faq__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-faq-item {
  background: #060e42;
  border-radius: 24px;
  padding: 15px 10px 15px 30px;
}
.c-faq-item.is-open .c-faq-item-header__icon svg {
  transform: rotate(180deg);
}
.c-faq-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (hover: hover) {
  .c-faq-item-header:hover {
    cursor: pointer;
  }
  .c-faq-item-header:hover .c-faq-item-header__title {
    color: #f9b415;
  }
}
.c-faq-item-header.is-active {
  cursor: pointer;
}
.c-faq-item-header.is-active .c-faq-item-header__title {
  color: #f9b415;
}
.c-faq-item-header__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  padding-top: 5px;
  margin: 0;
  transition: all 240ms ease-out;
}
.c-faq-item-header__icon {
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #040929;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-faq-item-header__icon svg {
  transition: all 120ms ease-out;
}
.c-faq-item-content__inner {
  padding: 10px 0 5px 0;
  color: #ffffff;
  font-size: 14px;
}
#footer .footer-widgets {
  padding: 60px 0 0 0;
}
@media (max-width: 849px) {
  #footer .footer-widgets {
    text-align: center;
  }
}
#footer .footer-widgets .footer-logo {
  margin-bottom: 25px;
}
#footer .footer-widgets .footer-logo a {
  display: block;
}
#footer .footer-widgets .footer-logo a img {
  margin: 0;
}
#footer .footer-widgets .widget .textwidget {
  font-size: 14px;
}
#footer .footer-widgets .widget .textwidget strong {
  font-size: 16px;
}
#footer .footer-widgets .widget .textwidget p {
  margin: 0 0 10px 0;
}
#footer .footer-widgets .widget .textwidget a {
  color: #000000;
  transition: all 120ms ease-out;
}
@media (hover: hover) {
  #footer .footer-widgets .widget .textwidget a:hover {
    color: #2dace7;
  }
}
#footer .footer-widgets .widget .textwidget a.is-active {
  color: #2dace7;
}
#footer .footer-widgets .widget#text-3 .textwidget .footer-contact strong, #footer .footer-widgets .widget#text-10 .textwidget .footer-contact strong {
  margin-bottom: 10px;
  display: block;
}
#footer .footer-widgets .widget#text-3 .textwidget .footer-contact br, #footer .footer-widgets .widget#text-10 .textwidget .footer-contact br {
  display: none;
}
#footer .footer-widgets .widget#text-3 .textwidget .footer-contact > p:not(:first-child), #footer .footer-widgets .widget#text-10 .textwidget .footer-contact > p:not(:first-child) {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 849px) {
  #footer .footer-widgets .widget#text-3 .textwidget .footer-contact > p:not(:first-child), #footer .footer-widgets .widget#text-10 .textwidget .footer-contact > p:not(:first-child) {
    align-items: center;
  }
}
#footer .footer-widgets .widget#text-3 .textwidget .footer-contact a, #footer .footer-widgets .widget#text-10 .textwidget .footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#footer .footer-widgets .widget#text-3 .textwidget .footer-contact a svg, #footer .footer-widgets .widget#text-10 .textwidget .footer-contact a svg {
  flex-shrink: 0;
}
#footer .footer-widgets .widget#text-3 .textwidget .footer-social, #footer .footer-widgets .widget#text-10 .textwidget .footer-social {
  margin-top: 20px;
}
@media (max-width: 849px) {
  #footer .footer-widgets .widget#text-3 .textwidget .footer-social, #footer .footer-widgets .widget#text-10 .textwidget .footer-social {
    margin-top: 30px;
  }
}
@media (max-width: 849px) {
  #footer .footer-widgets .widget#text-3 .textwidget .footer-social > p, #footer .footer-widgets .widget#text-10 .textwidget .footer-social > p {
    margin-bottom: -20px;
  }
}
#footer .footer-widgets .widget#text-3 .textwidget .footer-social strong, #footer .footer-widgets .widget#text-10 .textwidget .footer-social strong {
  margin-bottom: 10px;
  display: block;
}
#footer .footer-widgets .widget#text-4 .textwidget a.footer-distributor {
  color: #1a1a1a;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  padding: 5px 10px;
  transition: all 120ms ease-out;
}
@media (hover: hover) {
  #footer .footer-widgets .widget#text-4 .textwidget a.footer-distributor:hover {
    background: #2dace7;
    border-color: #2dace7;
    color: #ffffff;
  }
}
#footer .footer-widgets .widget#text-4 .textwidget a.footer-distributor.is-active {
  background: #2dace7;
  border-color: #2dace7;
  color: #ffffff;
}
#footer .absolute-footer {
  background: #e4eaf2;
  padding: 20px 0;
  font-size: 12px;
  color: #060e42;
}
#footer .absolute-footer > .container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 849px) {
  #footer .absolute-footer > .container {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 15px;
  }
}
#footer .absolute-footer a {
  transition: all 120ms ease-out;
}
@media (hover: hover) {
  #footer .absolute-footer a:hover {
    color: #2dace7;
  }
}
#footer .absolute-footer a.is-active {
  color: #2dace7;
}
#footer .absolute-footer .footer-secondary.pull-right {
  float: none;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 849px) {
  #footer .absolute-footer .footer-secondary.pull-right {
    margin-left: 0;
  }
}
#footer .absolute-footer .footer-secondary.pull-right .footer-text a {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .absolute-footer .footer-secondary.pull-left {
  float: none;
}
.c-product-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 100px;
  z-index: 1000;
  transition: all 120ms ease-out;
}
@media (max-width: 849px) {
  .c-product-bar {
    height: 85px;
  }
}
.c-product-bar.is-hidden {
  transform: translateY(100%);
}
.c-product-bar > .container {
  height: 100%;
}
.c-product-bar__inner {
  display: flex;
  height: 100%;
  column-gap: 30px;
  justify-content: space-between;
}
.c-product-bar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  height: 100%;
  max-width: 800px;
}
.c-product-bar-left__image {
  height: 100%;
  aspect-ratio: 1;
}
.c-product-bar-left__image img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-product-bar-left__text {
  display: flex;
  flex-direction: column;
}
.c-product-bar-left__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 849px) {
  .c-product-bar-left__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
  }
}
.c-product-bar-left__excerpt {
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 600px;
}
@media (max-width: 849px) {
  .c-product-bar-left__excerpt {
    display: none;
  }
}
.c-product-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
  height: 100%;
}
.c-product-bar-right__price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.c-product-bar-right__price .product-page-price {
  margin: 0;
}
.c-product-bar-right__add-to-cart {
  flex: 0 0 auto;
}
@media (max-width: 849px) {
  .c-product-bar-right__add-to-cart .x-button {
    min-width: 0;
    aspect-ratio: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
  }
}
@media (max-width: 849px) {
  .c-product-bar-right__add-to-cart .x-button span {
    display: none;
  }
}
.c-product-bar-right__add-to-cart .x-button svg {
  display: none;
}
@media (max-width: 849px) {
  .c-product-bar-right__add-to-cart .x-button svg {
    display: block;
  }
}
.product-small .col-inner {
  background: #ecf0f5;
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 549px) {
  .product-small .col-inner {
    padding: 15px 10px 20px 10px;
  }
}
.product-small .col-inner .box-image {
  aspect-ratio: 1;
}
.product-small .col-inner .box-image .image-none {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-small .col-inner .box-image .image-none a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-small .col-inner .box-image .image-none a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 549px) {
  .product-small .col-inner .box-text {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.product-small .col-inner .box-text .title-wrapper .product-title {
  margin-bottom: 10px;
}
.product-small .col-inner .box-text .title-wrapper .product-title a {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 549px) {
  .product-small .col-inner .box-text .title-wrapper .product-title a {
    font-size: 19px;
  }
}
.product-small .col-inner .box-text .price-wrapper {
  font-size: 18px;
}
.product-small .col-inner .box-text .add-to-cart-button a {
  min-width: 200px;
}
@media (max-width: 849px) {
  .product-small .col-inner .box-text .add-to-cart-button a {
    min-width: 0;
  }
}
@media (max-width: 549px) {
  .product-small .col-inner .box-text .add-to-cart-button a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .small-columns-2 .flickity-slider > .col, .small-columns-2 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.flickity-button.flickity-prev-next-button {
  background: #ecf0f5;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: none;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  bottom: auto;
}
.flickity-button.flickity-prev-next-button svg {
  display: none;
}
.flickity-button.flickity-prev-next-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 11px 29px !important;
}
.flickity-button.flickity-prev-next-button.previous::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='29' viewBox='0 0 11 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3245 0.520386L1.02861 14.4643L10.3245 28.4082' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: 5px;
}
.flickity-button.flickity-prev-next-button.next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='29' viewBox='0 0 11 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.74707 28.4081L10.043 14.4642L0.747069 0.520287' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  left: 5px;
}
.flickity-button.flickity-prev-next-button:hover {
  background: #060e42;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
  transform: translateY(-50%) !important;
}
@media (max-width: 549px) {
  .slider .flickity-prev-next-button {
    display: none;
  }
}
body #wrapper .cuw-container {
  padding: 0 !important;
}
body #wrapper .cuw-container .cuw-product-section {
  padding: 0 30px;
}
@media (max-width: 549px) {
  body #wrapper .cuw-container .cuw-product-section {
    flex-direction: column;
  }
}
body #wrapper .cuw-container .cuw-product-section .cuw-product-image {
  flex: 0 0 180px !important;
}
@media (max-width: 549px) {
  body #wrapper .cuw-container .cuw-product-section .cuw-product-image {
    flex: auto !important;
    height: 160px !important;
  }
}
body #wrapper .cuw-container .cuw-product-section .cuw-product-image img {
  object-fit: contain;
}
body #wrapper .cuw-container .cuw-product-section .cuw-offer-description {
  line-height: 1.5;
  background: none !important;
  padding: 0 !important;
  color: #222222 !important;
  text-align: left !important;
  font-size: 15px !important;
}
body #wrapper .cuw-container .cuw-offer-cta-section {
  padding: 15px !important;
}
body #wrapper .cuw-container .cuw-offer-cta-section > label > input[type="checkbox"] {
  display: none;
}
body #wrapper .cuw-container .cuw-offer-cta-section > label .cuw-offer-cta-text {
  display: inline-block;
  padding: 10px 30px;
  background: #e8c320;
  border-radius: 5px;
  color: #000000;
  font-weight: 700 !important;
  transition: all 120ms ease-out;
}
@media (hover: hover) {
  body #wrapper .cuw-container .cuw-offer-cta-section > label .cuw-offer-cta-text:hover {
    background: #b2972d;
    color: #ffffff;
  }
}
body #wrapper .cuw-container .cuw-offer-cta-section > label .cuw-offer-cta-text.is-active {
  background: #b2972d;
  color: #ffffff;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  border: none;
  box-shadow: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="tel"], .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="email"], .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
  height: 50px;
  padding: 0 20px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 110px;
  padding: 15px 20px;
  resize: none;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  text-align: left;
  opacity: 1;
  color: red;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 0;
  color: #000000;
  font-size: 16px;
  margin: 30px 0;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form input[type="submit"] {
  background-color: #2dace7;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 16px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 120ms ease-out;
  display: inline-block;
  text-align: center;
  border: none;
  min-height: 0 !important;
  margin: 0;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form input[type="submit"]:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2) !important;
  }
}
.wpcf7 .wpcf7-form input[type="submit"].is-active {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2) !important;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}
.x-contact-form-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.x-contact-form-text > * {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
.numivit-checkmark-list {
  flex-wrap: nowrap;
}
.numivit-checkmark-list .icon-box-text {
  padding-top: 12px;
}
.numivit-ups-icon {
  column-gap: 10px;
}
.numivit-ups-icon .icon-box-img {
  width: 60px !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.numivit-ups-icon .icon-box-img img {
  width: auto;
  padding: 0;
  max-width: 100%;
}
.numivit-ups-icon .icon-box-text {
  padding-left: 0 !important;
}
.numivit-ups-icon .icon-box-text h4 {
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.25;
}
.numivit-ups-icon .icon-box-text p {
  font-size: 13px;
}
@media (min-width: 851px) {
  .numivit-image-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  .numivit-image-bottom > * {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
}
.numivit-product-edge-image {
  width: calc(100% + 80px) !important;
  margin-left: -40px !important;
  margin-top: -35px;
}
a.added_to_cart {
  display: none !important;
}
.woocommerce-mini-cart__buttons.buttons a, .ux-mini-cart-empty .return-to-shop a.button {
  border-radius: 8px;
  height: auto;
  padding: 10px;
  min-height: 0;
  width: 100%;
}
/*# sourceMappingURL=app.css.map */