/** Shopify CDN: Minification failed

Line 2957:15 Expected ":"

**/
input,
textarea,
button,
select,
a,
details,
summary {
  -webkit-tap-highlight-color: transparent;
}
::-webkit-selection {
  background-color: #e0edf8;
  color: #000;
}

::-moz-selection {
  background-color: #e0edf8;
  color: #000;
}
::selection {
  background-color: #e0edf8;
  color: #000;
}
.utility-bar__grid.page-width {
  padding-left: 1rem;
  padding-right: 1rem;
}
.announcement-bar__message {
  padding: 0.2rem 0;
  margin: 0;
  letter-spacing: 00;
  min-height: 30px;
}
.announcement-bar__link {
  padding: 0px;
}
.announcement-bar .slider-button {
  display: none;
}
.announcement-bar__message {
  font-size: 1.3rem;
}
.announcement-bar__message img {
  position: relative;
  top: 3px;
}
.announcement-bar__link .announcement-bar__message {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header__menu-item:hover span,
.header__active-menu-item {
  text-decoration: none;
}
.header__active-menu-item {
  color: #2d89d2;
}
.header__menu-item span {
  font-weight: 600;
}
.header__icon,
.header__icon--cart .icon {
  height: 3.2rem;
  width: 3.2rem;
}
.cart-count-bubble {
  background: #2d89d2;
  left: 1.5rem;
  top: 0;
}
.header__icons {
  gap: 15px;
}
.header__inline-menu ul.list-menu {
  gap: 15px;
}
.icon_list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 2em;
  line-height: normal;
  width: 100%;
  flex-wrap: wrap;
  max-width: 400px;
}
.icon_list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 calc(50% - 10px);
}
.productBlocks__wrap h2 {
  margin: 0;
}
.productBlocks__wrap h2 a {
  color: inherit;
  text-decoration: none;
}
.productBlocks__wrap .rte,
.productBlocks__wrap .card_list-item {
  color: #666;
  flex: 1;
}
.productBlocks__box {
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0 2em;
}
.productBlocks__item {
  width: 33.333%;
  padding: 10px;
}
.productBlocks__inner {
  height: 100%;
  border-radius: 20px;
  border: 1px solid transparent;
  background: #f5fbff;

  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}
.productBlocks__inner:hover {
  border-color: #2d89d2;
}
.productBlocks__inner:hover .button {
  background-color: #2d89d2;
  color: #fff;
}
.productBlocks__inner .right h3 {
  margin: -20px 0 0 0;
  color: #2d89d2;
}
.productBlocks__inner .right h3 .price {
  color: #2d89d2;
}
.productBlocks__badge {
  position: absolute;
  left: 0;
  top: 1.5em;
  z-index: 1;
}
.productBlocks__badge span {
  border-radius: 0px 22px 22px 0px;
  background: #2d89d2;
  padding: 7px 12px;
  color: #fff;
  font-weight: 700;
}
.productBlocks__img {
  text-align: center;
  padding: 0;
  position: relative;
}
.productBlocks__img img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.productBlocks__img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* transition: all .3s ease-in-out; */
}
.productBlocks__inner .productBlocks__img > img {
  transition: all 0.3s ease-in-out;
}
.productBlocks__inner:hover .productBlocks__img > img {
  opacity: 0;
}
.productBlocks__inner:hover .productBlocks__img .productBlocks__img-hover {
  opacity: 1;
}
.productBlocks__wrap h2 + p {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  color: #666;
  font-size: 14px;
}
.productBlocks__inner ul {
  margin: 24px 0 !important;
  padding: 0;
}
.productBlocks__inner ul li,
.card_list-item li {
  position: relative;
  list-style: none;
  margin-bottom: 12px;
  padding-left: 20px;
}
.productBlocks__inner ul li:before,
.card_list-item li:before {
  content: "";
  border-radius: 2px;
  background: #2d89d2;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  top: 9px;
}
.card_list-item li:before {
  top: 4px;
}
.productBlocks__inner .button {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  background: transparent;
  letter-spacing: 0;
}
.featured-info-parent {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-template-rows: repeat(2, 1fr) 0fr;
  grid-column-gap: 30px;
  margin-top: 2em;
}

.feature-info1 {
  grid-area: 1 / 1 / 2 / 2;
}
.feature-info2 {
  grid-area: 2 / 1 / 3 / 2;
}
.feature-info3 {
  grid-area: 1 / 3 / 2 / 4;
}
.feature-info4 {
  grid-area: 2 / 3 / 3 / 4;
}
.feature-info5 {
  grid-area: 3 / 1 / 4 / 4;
}
.feature-info6 {
  grid-area: 1 / 2 / 3 / 3;
  max-width: 370px;
  margin: 0 auto;
}
.featured-info-title {
  margin-bottom: 10px;
}
.featured-info-title + .rte {
  color: #666;
}
.feature-info6 img {
  width: 100%;
  height: auto;
}
.feature-info5 {
  max-width: 437px;
  margin: 0 auto;
  text-align: center;
}
.featured-info-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.featured-info-btn .button {
  margin-top: 18px;
}
.featured-info-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.featuerd-infor-content {
  color: #64748b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.flickity-page-dots {
  position: static;
  margin-top: 10px;
}
.flickity-page-dots .dot {
  background: #2d89d2;
  border-radius: 2px;
}
.imageBlocks__wrap h2 {
  margin: 0;
}
.imageBlocks__wrap .rte {
  color: #666;
  font-size: 22px;
}
.imageBlocks__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 15px;
}
.imageBlocks__item {
  width: calc(33.333% - 10px);
  position: relative;
}
.imageBlocks__item .media {
  border-radius: 20px;
  overflow: hidden;
}
.imageBlocks__item-overlay {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(148, 208, 255, 0) 0%, #2b84ca 74.5%);
  padding: 1em 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imageBlocks__item-overlay span {
  display: flex;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.imageBlocks__item:hover .imageBlocks__item-overlay span {
  background-color: #fff;
  color: #2d89d2;
}
.collapsible-content .accordion {
  border-top: 0;
  border-bottom: 0;
}
.collapsible-content .accordion details {
  background: #f5fbff;
  margin: 20px 0;
  border-radius: 16px;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}
.collapsible-content .accordion summary {
  padding: 2rem 1.5rem;
}
.collapsible-content .accordion__content {
  margin: 0 1.5rem;
  padding: 0 0 20px;
  color: #6f6c90;
}

.collapsible-content summary:hover .accordion__title {
  text-decoration: none !important;
}
.collapsible-content summary .icon-caret {
  right: 2rem;
  height: 2.4rem;
  top: calc(35% - 0.2rem);
}

.collapsible-content .icon-minus {
  display: none;
}
.accordion details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.accordion details[open] > summary .icon-minus {
  display: block;
}
.collapsible-content summary:hover {
  background: none !important;
}
.reviewSlider.flickity-enabled {
  display: block;
}
.reviewSlider {
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
}
.review__item {
  padding: 15px;
  width: 33.333%;
}
.review__item > div {
  border-radius: 42px;
  border: 3px solid rgba(255, 255, 255, 0.77);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
}
.reviewSlider__head {
}
.reviewSlider__head h3 {
  margin: 20px 0 0;
}
.review__item .reviews-reating {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
}
.reviewSlider__txt {
  padding: 20px;
  text-align: center;
}
.reviewSlider__txt p {
  margin: 0px;
  color: currentcolor;
  font-size: 14px;
}
.reviewSlider .flickity-page-dots .dot {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.28);
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 1;
}
.reviewSlider .flickity-page-dots .dot.is-selected {
  background: #fff;
}
.reviewSlider__head small {
  font-size: 12.34px;
  margin: 0;
  display: block;
  margin-bottom: 8px;
}
.blog__posts .article-card .card__information {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.article-card__readmore {
  color: #2d89d2;
  font-style: normal;
  line-height: normal;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
}
.article-card .card__heading {
  font-size: 20px;
}
.article-card .circle-divider time {
  color: #6f6c90;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.instafeed__wrap .inline-richtext strong {
  color: #2d89d2;
}
.instafeed__box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3em;
}
.instafeed__box.flickity-enabled {
  display: block;
  box-shadow: none;
}
.instafeed__item {
  width: 25%;
  padding: 10px;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 100% !important;
}
.newsletter-form {
  max-width: 45rem !important;
}
.newsletter-form .field:after {
  display: none;
}
.newsletter-form__field-wrapper .field__input {
  border-radius: 48px;
  border: 1px solid #b9dce1;
  background: #fff;
  color: rgba(111, 108, 144, 0.56);
  height: 5rem;
}
.newsletter-form__field-wrapper .field__label {
  color: rgba(111, 108, 144, 0.56);
  letter-spacing: 0;
  top: calc(1.5rem + var(--inputs-border-width));
}
.newsletter-form__button {
  width: auto !important;
  border-radius: 30px;
  background: #2d89d2 !important;
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  height: 80% !important;
  top: 50% !important;
  transform: translateY(-50%);
  right: 5px !important;
}
.footer-logo {
  display: flex;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 2em;
  padding-bottom: 36px;
}
.footer-logo img {
  max-width: 280px;
  height: auto;
}
.footer__content-bottom-wrapper > div {
  flex: 1;
}
.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}
.footer__content-bottom-wrapper {
  justify-content: flex-end;
  align-items: center;
  background: #2d89d2;
}
.footer__content-bottom-wrapper .footer__payment {
  margin-top: 0;
  padding: 10px 0;
}
.footer__copyright {
  color: #fff;
}
/* .footer__content-bottom-wrapper .footer__copyright {
    margin-top: 0;
}
.footer .footer__content-bottom {
    padding-top: 0;
  border-top: 0!important;
} */
.footer-block__contact > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-block__contact > div svg {
  display: block;
}
.footer__content-top a.link.list-social__link {
  color: #2d89d2;
}
.countBlocks__box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 50px;
  background: #fff;
  padding: 60px 60px;
}
.countBlocks__item {
  width: 25%;
  text-align: center;
}
.countBlocks__count {
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.countBlocks__count .count-txt {
  color: #2d89d2;
}
.countBlocks__title {
  color: #242331;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
section#shopify-section-template--22017535803697__slideshow_i4WdfR {
  /* background: #f5fbff; */
}
.pointBlocks__wrap h2 {
  margin: 0;
}
.pointBlocks__wrap .rte {
  color: #666;
}
.pointeBlocks__box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 2em 0;
}
.pointBlocks__item {
  width: calc(50% - 25px);
  display: flex;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  gap: 40px;
  padding: 30px 25px;
  align-items: center;
}
.pointBlocks__item-img {
  width: 130px;
}
.pointBlocks__item-img .media {
  background: transparent;
}
.pointBlocks__txt {
  flex: 1;
}
.pointBlocks__txt .title {
  margin: 0;
  color: #030303;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.pointBlocks__txt .rte {
  color: #797979;
  font-family: Montserrat;
}
.pointeBlocks__box.flickity-enabled {
  display: block;
  box-shadow: none;
}
.product__description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__description ul:not(.prod-list-icons) li {
  padding-left: 42px;
}
.product__description ul li {
  margin-bottom: 10px;
  color: #666;
  position: relative;
}
.product__description ul:not(.prod-list-icons) li:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(icon-list.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.product__description .prod-list-icons li img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
.icon-with-text--horizontal {
  padding: 20px 10px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.icon-with-text--horizontal .icon-with-text__item img {
  width: auto;
  height: auto;
  margin-bottom: 0px;
}
.icon-with-text--horizontal .icon-with-text__item {
  font-size: 14px;
  letter-spacing: 0;
}
.product-form__buttons {
  max-width: 100% !important;
}
.product-form__submit {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: 18px;
  min-height: calc(5.5rem + var(--buttons-border-width) * 2);
}
ul.specList {
  margin: 0;
  padding: 0;
}
ul.specList li {
  list-style: none;
  display: flex;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: normal;
  color: #666;
}
ul.specList li div:first-child {
  width: 65%;
  color: #000;
}
ul.specList li:nth-child(odd) {
  background: #e0edf8;
}
ul.specList li div:first-child {
  font-weight: 600;
}
.product__info-container .price {
  color: #2d89d2;
  font-size: clamp(18px, 2.5vw, 22px) !important;
  font-weight: 700;
  letter-spacing: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-meta-pdf {
  display: flex;
  gap: 10px;
  margin-top: 2em;
}
.product-meta-pdf a {
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #2d89d2;
  background: #fff;
  padding: 19px;
  text-decoration: none;
  color: #000;
  gap: 5px;
}
ul.product-list-icons {
  padding: 0;
  list-style: none;
  display: flex;
}
ul.product-list-icons li {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #64748b;
  font-size: 14px;
  line-height: normal;
}
ul.product-list-icons li svg,
ul.product-list-icons li img {
  max-height: 30px;
}
.product__spec-wrap {
  margin: 36px 0 !important;
  width: 100%;
}
.product-media-container .product__modal-opener {
  border-radius: 20px;
  overflow: hidden;
}
.thumbnail {
  border-radius: 10px;
}
.header-wrapper--border-bottom {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.cartMainWrapper {
  max-width: var(--page-width);
  margin: 0 auto;
  display: flex;
  gap: 3em;
  padding: 0 1.5rem;
}
.cart__footer-wrapper .page-width {
  padding: 0px;
}
div#main-cart-items {
  padding: 0 !important;
  border: 0 !important;
}
#main-cart-footer > div {
  margin: calc(5rem + 65px) 0 3rem;
  border-radius: 21px;
  padding: 20px;
  background-image: url(cart-smmery-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.protection_info {
  display: inline-block;
  margin-left: 6px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  position: relative;
}
.protection_info:hover .protection_info-text {
  display: block;
}
.protection_info-text {
  display: none;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  background: #fff;
  width: 300px;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 0 15px;
  border: 1px solid #2a6450;
  box-shadow: 0px 3px 28px -4px #00000026;
  border-radius: 10px;
}

.protection-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.protection-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}
.protection-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: auto;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  margin-top: 5rem;
  width: 800px;
  max-width: 100%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.protection-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.protection-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}
.help-me-popup-modal__content-info img {
  width: 100%;
  display: block;
}
.cart__footer-items-wrapper .page-width {
  padding-left: 0;
  padding-right: 0;
}
.cart__footer {
  padding: 0 !important;
}
.cartSummery {
  padding: 0 0 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.cartSummery + .js-contents {
  color: #fff;
}
.cart-package-protection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
p.protection_label label {
  position: relative;
}
p.protection_label input[type="checkbox"] {
  display: none;
}
.product-popup-modal__button {
  color: #fff;
  vertical-align: middle;
}
p.protection_label label:before {
  content: "";
  width: 45px;
  height: 23px;
  border-radius: 120px;
  background: #c7c5c5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
p.protection_label label:after {
  content: "";
  width: 17px;
  height: 17px;
  background: #eaedf1;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 3px;
  transition: all 0.3s ease-in-out;
}
p.protection_label input[type="checkbox"]:checked + label:before {
  background: #34c759;
}
p.protection_label input[type="checkbox"]:checked + label:after {
  left: 24px;
}

.cart-item {
  /* border: 1px solid #C1C1C1; */
  display: flex !important;
  width: 100%;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
  border-radius: 8px;
  background: #f5fbff;
  border-radius: 16px;
}
.cart-item__name {
  font-weight: 600;
  font-size: 20px;
}
.cart-item__details,
.cart-item__quantity {
  flex: 1;
}
.cart-item__media,
.cart-item__details,
.cart-item__quantity,
.cart-item__totals {
  padding-top: 0 !important;
}
.cart-item__price-wrapper .price {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.cart-item cart-remove-button {
  justify-content: flex-end;
}
quantity-popover .quantity {
  background: #fff !important;
}
/* .cart-item__quantity .quantity:after{
  box-shadow:none;
  border-color: #D1D1D1;
  border-radius: 5px;
}
.cart-item__quantity .quantity{
width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
min-height: 30px;
      border-radius: 5px;
}
.cart-item__quantity .quantity__button{
  color:#56737B;
      width: calc(3rem / var(--font-body-scale));
}
.cart-item__quantity button.quantity__button[name="minus"] {
    border-right: 1px solid #D1D1D1;
}
.cart-item__quantity button.quantity__button[name="plus"] {
    border-left: 1px solid #D1D1D1;
}
.cart-item__quantity button.quantity__button svg{
  width:14px;
}*/
.cart-item__quantity .quantity__input {
  /* opacity: 1;
      font-weight: 700; */
  font-size: 18px;
}
.cart__blocks .totals {
  justify-content: space-between !important;
}
.cart__blocks .totals .totals__total {
  font-weight: 400;
  color: #fff;
}
.cart__ctas button {
  background: #000;
  gap: 12px;
}
.cart-item__quantity h3,
.cart-item__totals h3 {
  margin: 0 0 5px;
  font-weight: 600;
}
.contact-top-blocks .multicolumn-card {
  box-shadow: 0px 3px 16px 0px #0000001a;
  background: #fff !important;
  border-radius: 10px;
}
.contact-top-blocks .media.media--transparent {
  border-radius: 50%;
  background: #ebf3f9;
  height: 130px;
}
.contact-top-blocks .multicolumn-card img {
  object-fit: contain;
  margin: 0 auto;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.contact-top-blocks h3.inline-richtext {
  font-weight: 600;
}
.contact-top-blocks .multicolumn-card__info {
  padding: 60px 10px 70px;
}
.contact-form .field__input {
  border: 1px solid #e0e0e0 !important;
  background: #fafafa !important;
  border-radius: 5px !important;
  height: 63px !important;
}
.contact-form .field:after {
  border: none !important;
  box-shadow: none !important;
}
.contact h2.title {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form .field__label {
  top: 18px !important;
}
.contact .contact__button {
  text-align: center;
}
.contact-form select.field__input {
  color: rgba(var(--color-foreground), 0.75);
  padding-top: 0.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}
.product-card-wrapper .card {
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.product-card-wrapper .card:hover {
  border-color: rgba(var(--color-button), var(--alpha-button-background));
}
.product-card-wrapper .card__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  order: -1;
}
.product-card-wrapper .card-information {
  order: -1;
}
.product-card-wrapper .affirm-as-low-as {
  order: -1;
  margin-bottom: 10px;
}
.product-card-wrapper .card__information {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
}
.card_price_info {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  color: #666 !important;
}
.card_price_info .price {
  color: #2d89d2;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}
.card_list_product {
  overflow: hidden;
}
.card_list_product .scrolling-promotion {
  background: #2d89d226;
}
.card_list_product .scrolling-promotion .promotion__item {
  flex-direction: row;
  padding: 10px 0;
  margin: 0 10px;
}
.card_list_product div {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
  color: #666;
  font-size: 12px;
}
.card_list-item {
  padding: 0px;
}
.card_list-item li {
  color: #666;
  font-size: 14px;
}
.cart__footer-items-wrapper .page-width.is-empty {
  padding-right: 0;
}
.cart__footer-wrapper .page-width.is-empty {
  display: none;
}
.mega-menu__content {
  background: #f5fbff !important;
  border-bottom-left-radius: 45px !important;
  border-bottom-right-radius: 45px !important;
  box-shadow: none !important;
}
.mega-menu__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.mega-menu-list {
  flex: 1;
  width: 40%;
}
.mega-product-list {
  flex: 5;
  width: 60%;
}
.mega-menu-list ul.mega-menu__list {
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  gap: 0;
  width: 100%;
}
.mega-menu-list ul.mega-menu__list li {
  width: 100%;
}
.mega-menu-list ul.mega-menu__list li .mega-menu__link {
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}
.mega-menu-list ul.mega-menu__list li .mega-menu__link:hover {
  background: #2d89d2;
  color: #fff;
}
.mega-menu-list ul.mega-menu__list li .mega-menu__link:hover:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(arrow-next.svg);
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card-wrapper .card:hover .quick-add__submit {
  background: rgb(var(--color-button-text));
  color: #fff;
}
.mega-product-list .card_list_product div {
  font-size: 10px;
}
.featured_banner {
  position: relative;
}
.featured_banner-bg {
  display: flex;
  flex-wrap: wrap;
  background-image: url(box_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.featured_banner-txt {
  flex: 0 0 auto;
  width: 58.888%;
}
.featured_banner-txt_reviews svg {
  width: auto;
  height: 20px;
  vertical-align: middle;
}
.featured_banner-img {
  flex: 0 0 auto;
  width: 41.111%;
}
.featured_banner-txt .content-box {
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 40px;
  padding-bottom: 40px;
  position: relative;
}
.featured_banner-img img {
  /* max-width: 54%; */
  max-width: 45%;
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.featured_banner-txt .content-box h2 {
  margin: 0px;
}
.featured_banner-txt .content-box .rte {
  font-size: 20px;
  margin-top: 20px;
}
.featured_banner-txt .content-box .button {
  margin-top: 20px;
}
.featured_banner-logos {
  width: calc(58.888% + 20px);
}
.featured_banner-logos .scrolling-promotion {
  background: transparent;
}
.featured_banner-logos p {
  color: #535353;
  font-weight: 700;
  margin: 5px 0;
}
details[open] > .header__menu-item {
  text-decoration: none;
}
details[open] > .header__menu-item .icon-caret {
  transform: none;
}
.mega-menu__content,
.header__submenu {
  display: none;
}
.mega-menu:hover .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
header-menu details:hover > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
  display: block;
}
.mega-menu:hover:after,
header-menu details:hover:after {
  content: "";
  top: unset;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
}
.multicolumn-card > a {
  text-decoration: none;
  color: inherit;
}
.main-page-sidebar ul.page-list li {
  list-style: none;
}
.main-page-sidebar ul.page-list {
  padding: 0;
}
.main-page-sidebar ul.page-list li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #0d6efd;
}
.main-page-sidebar ul.page-list li a.active {
  text-decoration: underline;
  text-underline-offset: 5px;
}
ul.page-list li {
  list-style: none;
  margin-bottom: 1rem;
}
.main-page-wrapper {
  align-items: self-start;
}
.cardShop_btn {
  position: relative;
  grid-row-start: 4;
  z-index: 1;
  margin: 0 1.3rem 1rem;
}
.mega-menu-list .rte > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4f4f4f;
  margin-bottom: 13px;
}
.mega-menu-list .rte > div p {
  margin: 0;
}
.mega-menu-list .rte a {
  text-decoration: none;
}
.menu-drawer .list-social li a {
  color: #2d89d2;
}
.footer-block__contact a {
  color: inherit;
  text-decoration: none;
}
.menu-drawer,
.menu-drawer__navigation,
.menu-drawer__inner-submenu,
.menu-drawer__submenu {
  background: #f5fbff !important;
}
.featured_banner-txt .content-box .medium-hide.large-up-hide {
  width: 100%;
}
#ImageWithText--template--22070851141937__image_with_text_UFbyCh ul {
  padding: 0px;
}
#ImageWithText--template--22070851141937__image_with_text_UFbyCh ul li {
  position: relative;
  list-style: none;
  margin-bottom: 12px;
  padding-left: 28px;
}
#ImageWithText--template--22070851141937__image_with_text_UFbyCh ul li:before {
  content: "";
  border-radius: 2px;
  background: url(/cdn/shop/t/3/assets/list-arrow.svg?v=1707327163);
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  top: 6px;
  background-size: contain;
}
.mega-product-list-slider li.grid__item {
  padding: 10px 20px;
}
.mega-product-list-slider .product-grid {
  display: block;
}
.menu-drawer__menu-mega {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px !important;
}
.menu-drawer__menu-mega li {
  flex: 1 1 auto;
}
.menu-drawer__menu-mega li a {
  font-size: 14px;
  display: block;
  position: relative;
}
.menu-drawer__menu-mega li a:after {
  content: "";
  background-image: url(chevron_big_right.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-size: contain;
}
.product__tax,
.is-empty .cart-counts {
  display: none;
}
body *::-moz-selection,
body *::selection,
:root::selection {
  color: #2d89d2 !important;
  background: #fff !important;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  left: 0;
  top: 0;
  /* background-image: url(/cdn/shop/t/3/assets/Spinner-1s-200px.gif?v=1708539547); */
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
}
.cart-item__image-container {
  background: transparent;
}
.sticky-price .badge {
  display: none;
}
.sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
}
.sticky-content {
  display: flex;
  justify-content: space-between;
  background: #2d89d2;
  color: #fff;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}
.sticky-content .product-form__submit {
  width: auto;
  min-width: inherit;
  min-height: inherit;
  padding: 0;
  border-radius: 0;
  margin: 0;
  font-size: 16px;
}
.stick-bar {
  height: 20px;
  width: 100%;
  background: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.stick-bar span {
  width: 100px;
  height: 7px;
  background: #fff;
  border-radius: 4px;
  display: block;
}
.cartInfoText a {
  color: inherit;
}
#main-cart-footer .cartFooterWarr {
  margin-top: 0;
  padding: 0;
  text-align: center;
  background: transparent;
}
#main-cart-footer .cartFooterWarr .icon_list {
  padding: 0px;
}
.announcement-bar__message svg {
  position: relative;
  top: 3px;
}
.card__content .card__badge,
.product__info-container .price .badge {
  /* display: none !important; */
}
.price__badge-sale {
  display: none !important;
}
span.badge.price__badge-sold-out {
  background: #2e89d2;
}
.productBlocks__inner .price__container {
  display: block;
}
.multicolumn-list#Slider-template--22596123722033__multicolumn_zN99Np
  li:first-child
  h3:before {
  content: "Who we are";
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #282938;
  margin-bottom: 2rem;
}
.multicolumn-list#Slider-template--22596123722033__multicolumn_zN99Np
  li:nth-child(2)
  h3:before {
  content: " ";
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #282938;
  margin-bottom: 2rem;
  white-space: pre;
}
.distributor-form {
  padding: 6rem;
  border-radius: 43px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.13);
}
.distributor-form .rte {
  margin-bottom: 4em;
}
.distributor-form .field {
  flex-direction: column;
}
.distributor-form .field label {
  margin-bottom: 10px;
  font-size: 16px;
}
.distributor-form .field label span {
  color: #ff0000;
  margin-left: 2px;
}
.distributor-form .field input,
.distributor-form .field select {
  box-shadow: none;
  border-radius: 8px;
  min-height: 50px;
  border: 0;
  font-size: 16px;
  padding: 10px;
  outline: none;
}
.distributor-form .field select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.distributor-form hr {
  background: rgba(var(--color-foreground), 1);
  margin: 3rem 0 3.5rem;
}
.distributor-form .field input.Range_slider {
  min-height: inherit;
  padding: 0;
}
/* input.Range_slider[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    border-radius: 5px;
    outline: none;
    margin: 10px 0;
}

input.Range_slider[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
   margin-top:-8px;
   border:1px solid #D1D1D1;
}

input.Range_slider[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #EFECFF;
    border-radius: 5px;
} */

input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 12px;
  background: linear-gradient(to right, #1269ae, #1269ae), #efecff;
  background-size: var(--background-size, 0%) 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: #fff;
  border: solid #d1d1d1 1px;
  border-radius: 50%;
  margin-top: -8px;
}

/** FF*/

input[type="range"]::-moz-range-progress {
  background-color: #1269ae;
  border-radius: 5px;
}

input[type="range"]::-moz-range-track {
  background-color: #efecff;
  border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: #fff;
  border: solid #d1d1d1 1px;
  border-radius: 50%;
  margin-top: -8px;
}

.distributor-form .contact__button .button {
  border-radius: 40px;
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 1.5em 3em;
}
.distributor-form .contact__button .button:after {
  display: none;
}
.range_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.range_wrap input {
  flex: 1;
}
.range_wrap div {
  background: #fff;
  border-radius: 8px;
  font-size: 26px;
  color: #666874;
  padding: 5px 15px;
  font-weight: 700;
}
.bannerTel {
  padding: 10px 0;
}
.bannerTel a {
  color: currentColor;
}
.distributor-form .form__message {
  justify-content: center;
}
.shipBox {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  margin-bottom: 0.5rem;
}
.shipBox img {
  max-width: 40px;
}
.card_price_info .shipBox {
  display: none !important;
}
.baf-callout-block {
  outline: 1px solid #d6d6d6;
  clear: both;
}
.baf-callout-block .section {
  position: relative;
  padding: 16px;
  border-bottom: 1px solid #d6d6d6;
}
.baf-callout-block svg,
.baf-callout-block img {
  position: absolute;
  top: 16px;
  right: 16px;
}
.baf-callout-block img {
  width: 20px;
  height: 20px;
}
.baf-callout-block p {
  width: 90%;
  margin: 0;
  font-size: 16px;
  margin-bottom: 8px;
}
.baf-callout-block .section p a {
  color: #2d89d2;
}
.product-form {
  margin: 0 !important;
  float: left;
  width: calc(
    100% - 15rem / var(--font-body-scale) + var(--inputs-border-width) * 2
  );
  /* padding-right: 20px; */
}
.product-form__quantity {
  float: left;
  margin: 3px 0 !important;
}
.product-form__quantity .quantity__label {
  display: none;
}
.featured-comp-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 4em auto 2em;
}
.featured-comp__item {
  width: 33.333%;
  padding: 15px;
  padding-top: 6rem;
}
.featured-comp__item.featured-comp__active {
  padding-top: 15px;
}
.featured-comp__inner {
  border: 1px solid #eff0f6;
  border-radius: 24px;
  background: #f5fbff;
  padding: 5rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(20, 20, 43, 0.08);
}
.featured-comp__inner img {
  width: 100%;
  height: auto;
}
.featured-comp__item .featured-comp__img {
  max-width: 180px;
  margin: 2rem auto;
}
.featured-comp__item.featured-comp__active .featured-comp__inner {
  background-color: #2d89d2;
  background-image: url("image-231.png");
  background-size: cover;
  background-position: center;
}
.featured-comp__inner h4 {
  text-align: center;
  font-size: 18px;
}
.featured-comp__inner .rte ul {
  list-style: none;
  padding: 0;
}
.featured-comp__inner .rte ul li {
  margin-bottom: 16px;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.featured-comp__inner .rte ul li:before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(Check-Circle-Icon.svg);
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.featured-comp__item.featured-comp__active,
.featured-comp__item.featured-comp__active h4 {
  color: #fff;
}
.featured-comp__item.featured-comp__active
  .featured-comp__inner
  .rte
  ul
  li:before {
  background-image: url("Check-Circle.svg");
}
.featured-comp__logo {
  text-align: center;
  min-height: 70px;
}
.featured-comp__item.featured-comp__active .featured-comp__img {
  margin-top: 6rem;
}
.imageBlocks__wrap > h4 {
  text-transform: uppercase;
  color: #236d8e;
  letter-spacing: 0.3rem;
  font-size: 18px;
}
.productBlocks__inner .shipBox {
  display: none !important;
}
.productBlocks__inner .right .price-item.price-item--sale {
  margin: -20px 0 0;
  color: #2d89d2;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
.price__percentage {
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
  background: #34a853;
  padding: 5px 10px;
  color: #fff;
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: 600;
  line-height: normal;
}
.productBlocks__inner .price__percentage {
  font-size: 14px;
}
.comp-slider-box {
  background: #ffffff;
  box-shadow: 0px 45px 112px rgba(0, 0, 0, 0.06),
    0px 22.7812px 48.825px rgba(0, 0, 0, 0.0405),
    0px 9px 18.2px rgba(0, 0, 0, 0.03),
    0px 1.96875px 6.475px rgba(0, 0, 0, 0.0195);
  border-radius: 10px;
  display: flex;
  max-width: 1024px;
  margin: 4rem auto;
}
.comp-slider-head {
  max-width: 200px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.comp-slider-head ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comp-slider-head ul li {
  padding: 15px 15px;
  font-weight: 700;
  font-size: 19px;
  line-height: normal;
  display: flex;
  align-items: center;
}
.comp-slider-head ul li:nth-child(odd) {
  background: #f0f0f0;
}
.comp-slider-init {
  flex: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  outline: none;
}
.comp-slider-item {
  width: 33.333%;
}
.comp-slider-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.comp-slider-item ul li {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 18px;
}
.comp-slider-item ul li:nth-child(odd) {
  background: #f0f0f0;
}
.comp-slider-head ul li,
.comp-slider-item ul li {
  min-height: 62.5px;
}
.comp-slider-item:not(:last-child) {
  border-right: 1px solid #aeaeae;
}
.comp-slider-head ul li:first-child {
  min-height: 79px;
}
.comp-slider-item ul li:last-child {
  min-height: 67px;
}
.comp-slider-init .flickity-page-dots {
  position: absolute;
  margin: 0;
  display: none;
}
.comp-slider-item.active ul li:nth-child(odd) {
  background: #2a81c6;
}
.comp-slider-item.active ul li:nth-child(even) {
  background: #2d89d2;
}
.comp-slider-item.active ul li:first-child {
  background: #2d89d2;
}
.comp-slider-item.active ul li {
  color: #fff;
}
.comp-slider-item ul li img {
  max-width: 100%;
}
.mega-product-list .card_price_info .price {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.mega-product-list .price__percentage {
  padding: 0 7px;
}
.comp-popup {
  background: rgba(0, 0, 0, 0.63) !important;
}
.comp-popup .product-popup-modal__content {
  border-radius: 25px;
  max-width: 1200px;
  padding: 0;
  height: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
}
.comp-popup .product-popup-modal__content-info {
  padding: 0;
}
.comp-popup .product-popup-modal__content-info .h1 {
  border-bottom: 1px solid #acacac;
  padding: 30px;
  padding-top: 0;
}
.comp-popup__inner {
  padding: 30px;
}
.comp-popup__slider {
  outline: none;
  box-shadow: none;
  background: #f5f5f5;
  border-radius: 20px;
}
.comp-popup__box {
  width: 33.333%;
}
.comp-popup__box:not(:last-child) {
  border-right: 2px solid rgba(0, 0, 0, 0.17);
}
.comp-popup__head {
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.17);
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-popup__head img {
  max-width: 240px;
  max-height: 50px;
}
.comp-popup__slider .flickity-page-dots {
  display: none;
}
.comp-popup__box ul li {
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.comp-popup__box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comp-popup__box ul li:nth-child(even) {
  background: #eaeaea;
}
.comp-popup__box ul li:nth-child(2) {
  font-size: 24px;
}
.comp-popup__box ul li:first-child {
  font-size: 24px;
  color: #228ab8;
}
.comp-popup__box:first-child ul li:last-child {
  border-bottom-left-radius: 20px;
}
.comp-popup__box:last-child ul li:last-child {
  border-bottom-right-radius: 20px;
}
.comp-popup .product-popup-modal__toggle {
  right: 1.5rem;
}
ul.comp-popup__logos {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 90%;
  margin: 2rem auto 0;
}
ul.comp-popup__logos li {
  background: #f8f5f5;
  border: 1px solid rgba(24, 49, 112, 0.12);
  border-radius: 3px;
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
ul.comp-popup__logos li img {
  max-height: 30px;
}
.product-popup-modal__content img {
  max-width: 100%;
}
ul.comp-popup__logos li:nth-child(2) {
  border: 1px solid #ffc429;
  border-radius: 3px;
}
.productBlocks__item .product-popup-modal__opener {
  text-align: center;
  display: none;
}

.productBlocks__item .product-popup-modal__opener button {
  font-weight: 700;
  color: #626262;
  padding: 0px;
}
.product-form__input input[type="radio"] + label {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}
.product-form__input input[type="radio"] + label {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.17) !important;
  border-radius: 5px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 28px;
  color: #666666 !important;
  width: calc(33.333% - 0.8rem);
  padding: 1.5rem 2rem !important;
}
.product-form__input input[type="radio"]:checked + label {
  background: #dcefff !important;
  border: 1px solid #2d89d2 !important;
  box-shadow: inset 0px 0px 0px 1px #2d89d2;
  color: #2d89d2 !important;
}
.product__accordion ul {
  list-style-position: outside;
}
.product__spec-list video {
  width: 100%;
  height: auto;
}
.is-empty .cartInfoText {
  display: none;
}
ul.list-num-view {
  counter-reset: LIST-ITEMS;
}
ul.list-num-view li {
  position: relative;
  margin-bottom: 2.7rem;
}
ul.list-num-view li:before {
  content: counter(LIST-ITEMS);
  counter-increment: LIST-ITEMS;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -40px;
  top: 5px;
  border-radius: 50%;
  background: #2d89d2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
ul.list-num-view li strong {
  font-size: 20px;
}
ul.list-num-view li p {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7e7e7e;
}
.banner-badge {
  position: absolute;
  max-width: 205px;
  right: 0;
  z-index: 1;
}
.banner-badge img {
  width: 100%;
  height: auto;
  display: block;
}
.productBlocks-badge {
  position: absolute;
  width: 80px;
  transform: rotate(30deg);
  right: 0;
  z-index: 1;
  top: 0;
}
.productBlocks-badge img {
  width: 100%;
}
.product-card-wrapper .productBlocks-badge {
  right: 10px;
  top: 10px;
}
.price__percentage {
  /* display:none; */
}
.product-form__input.product-form__quantity {
  margin-right: 5px !important;
  margin-top: 0px !important;
}
.product-form__input.product-form__quantity .quantity,
.Quantity_box {
  min-height: calc((var(--inputs-border-width) * 2) + 5.5rem);
  --inputs-radius: 5px;
}
.product-form__input.product-form__quantity .quantity:after,
.Quantity_box:after {
  --color-foreground: 228, 228, 228;
  --inputs-border-opacity: 1;
}
.quantity__input,
.Quantity_box input[type="number"] {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  font-family: Montserrat;
}
.addons_blocks h3 {
  margin: 10px 0 0;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
}
.addons_blocks .rte {
  color: #666666;
  font-size: 16px;
}
.addons_blocks .rte b {
  color: #000000;
  font-weight: 600;
}
.addons_blocks {
  text-align: left;
}
.addons_item_img {
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  overflow: hidden;
  /* border: 1px solid #D2D2D2; */
}
.addons_item_img img {
  display: block;
  max-width: 120px;
  height: auto;
}
ul.addons_list {
  padding: 0;
}
.addons_list_item {
  border-radius: 15px;
  background: #f9f9f9;
  padding: 13px 12px;
  margin-bottom: 24px;
  list-style: none;
  /* border:1px solid #D2D2D2; */
}
.addons_list_item input[type="checkbox"] {
  display: none;
}
.addons_list_item label {
  display: flex;
  align-items: center;
  gap: 24px;
}
.addons_list_item label span.addon-tick {
  /* background: #2d89d2; */
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 3px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.addons_list_item label span.addon-tick svg {
  display: none;
}
.addons_list_item label span.addon-tick svg path {
  fill: #2d89d2;
}
.addons_item_content {
  flex: 1;
}
.addons_list_item input[type="checkbox"]:checked + label span.addon-tick {
  /* background: #2d89d2; */
}
.addons_list_item input[type="checkbox"]:checked + label span.addon-tick svg {
  display: block;
}
.addons_item_content h4 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
.addons_item_content p {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.addons_item_content a {
  color: #2d89d2;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
.addons_item_qty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.Quantity_box {
  background: #fff;
}
.addons_item_qty strong {
  font-size: 20px;
  display: none;
}
.addons_item_qty .Quantity_box.quantity {
  transform: scale(0.8);
}
.prod-list-box h2 {
  margin-top: 0;
}
.prod-list-box {
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  margin-top: 0;
}
.product-popup-modal__opener[data-modal="#PopupModal-comp"] {
  margin: 0;
}
button#ProductPopup-comp {
  color: #2d89d2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.product-stock-info {
  clear: both;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 25px;
  position: relative;
  top: 10px;
}
.product-stock-info ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  padding: 0;
  margin: 12px 0 0;
}
.product-stock-info ul li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  color: #202020;
}
.product-stock-info_head {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  gap: 5px;
}
.product-stock-info_head .product__inventory {
  margin: 0px !important;
}
.product-stock-info_head .product__inventory svg {
  display: none;
}
span.inventory_in_stock {
  color: #24a524;
}
.inventory_out_of_stock {
  color: #d2042d;
}
.inventory_low_stock {
  color: #33b938;
}
.split-content_left {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 20px 38px 0px rgba(216, 216, 216, 0.25);
  padding: 3rem;
  width: 60%;
}
.split-content_right {
  flex: 1;
}
.split-content_wrap p,
.split-content_wrap ul {
  color: #7e7e7e;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
}
.split-content_wrap {
  display: flex;
  gap: 5rem;
}
.split-content_wrap ul {
  padding-left: 20px;
}
.split-content_wrap p strong {
  color: #000;
}
pickup-availability[available] {
  display: none !important;
}
.review-bar {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: #eef3ff;
}
.review-bar span.jdgm-star.jdgm--on {
  color: #ffbd11 !important;
}
.product .price__sale s {
  color: #9f9f9f;
  font-size: clamp(16px, 2.5vw, 22px) !important;
  font-weight: 700;
  line-height: 33px;
}
.price__container {
  display: flex;
  align-items: center;
}
.product__spec-wrap-desktop {
  max-width: 100%;
}
.product__spec-wrap-desktop > div {
  width: 100% !important;
  max-width: 100% !important;
}

.descriptionTabs summary .icon-caret,
.product__spec-list summary .icon-caret {
  height: 1.5rem;
  top: calc(42% - 0.2rem);
  right: 0;
}
.ctm_app-div .jdgm-preview-badge .jdgm-star {
  color: #ffbd11 !important;
}
.pro-meta_text-wrrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro-meta_text {
  color: var(--Font-Color1, #666);
  font-family: Montserrat;
  font-size: clamp(14px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.pro-meta_text p {
  margin: 0;
}
.pro-meta_text-wrrap svg {
  flex-shrink: 0;
}
.ctm-banner_rating .jdgm-prev-badge__stars {
  display: none;
}
.ctm_dynamic_rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.ctm_dynamic_rating span {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.custom_star-rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.ctm_dynamic_rating .jdgm-prev-badge {
  color: #4d4d4d;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.productBlocks__inner .price__percentage,
.product-card-wrapper .price__percentage,
.price__percentage {
  display: none;
}
.product__spec-wrap_main {
  width: 100%;
  max-width: 100%;
}
.product__spec-wrap_main .product__spec-desc {
  max-width: 980px !important;
  width: 100% !important;
  margin: 0 auto;
}
.product__spec-desc details {
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 0 1.5rem;
}
.ctm_spec li:before {
  display: none;
}
.product__spec-wrap_main .accordion {
  border-top: 0;
  border-bottom: 0;
}
.product__spec-wrap_main .accordion summary {
  padding: 2rem 0;
}
.product-media media-gallery {
  flex: 1;
}
.product__spec-wrap_main .accordion__title {
  font-size: clamp(
    calc(var(--font-heading-scale) * 2rem),
    2.5vw,
    calc(var(--font-heading-scale) * 2.4rem)
  );
}
.addons_protect h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.addons_blocks.addons_protect .addon-tick {
  display: flex;
}
.addons_blocks.addons_protect .addons_list_item {
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.16);
  background: #eef9ff;
  padding: 15px;
}
.addons_blocks.addons_protect .addons_list_item label {
  gap: 15px;
}
.addons_protect .product-popup-modal__button {
  color: #828282;
  min-height: inherit;
  margin-top: -20px;
  font-weight: 600;
}
.img-text_ctm .icon_list-item {
  flex: auto;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--200, #e3dbd8);
  background: var(--White, #fff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.img-text_ctm .icon_list {
  max-width: 100%;
}
.img-text_ctm .icon-text-p {
  color: #000;
  font-family: var(--font-heading-family);
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 30px;
}

.img-text_ctm .icon-text-sub {
  color: var(--800, #727272);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.img-text_ctm .media > img {
  object-fit: contain;
}
.icon-text-img {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.icon-text-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.img-text_ctm .icon-text-img {
  width: 70px;
}
.ctm-rich .rich-text__blocks {
  max-width: 100%;
}
.img-text_ctm .icon_list {
  padding-top: 0;
}
.ctm-rich .rich-text__text p {
  color: var(--800, #727272);
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 30px;
}
.ctm-rich .rich-text__heading {
  color: #000;
  text-align: center;
  font-size: clamp(24px, 5vw, 50px);
  font-weight: 700;
  line-height: 60px;
}
.ctm-rich .rich-text__wrapper {
  width: 100%;
}
.img-text_ctm .icon_list {
  gap: 24px;
}
.img-text_ctm .image-with-text {
  align-items: center;
}
.icon-block-img {
  width: 84px;
  height: auto;
}
.icon-block-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.multi-bg {
  background-image: url("multi-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.ctm-swap {
  background-image: url("img_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.multi-bg .multicolumn-card {
  background: transparent !important;
}
.multi-bg .multicolumn-card__image-wrapper {
  width: 84px;
}
.multi-bg .inline-richtext {
  font-size: clamp(15px, 2.5vw, 17px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}
.multi-bg .multicolumn-card__info .rte p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.multi-bg .multicolumn-card {
  position: relative;
}
.multicolumn.multi-bg .title {
  font-size: clamp(18px, 5vw, 40px);
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.multi-bg .title-wrapper-with-link {
  justify-content: center;
}
.multi_sub {
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
  text-align: center;
}
.ctm-swap .image-with-text__heading {
  margin-top: 1rem;
}
.ctm-swap .image-with-text__text {
  color: #fff;
}
.ctm-swap .image-with-text__grid {
  align-items: center;
  gap: 20px;
}
.addons_blocks.addons_protect .addons_item_content h4 {
  font-size: 1.6rem;
}
.imageBlocks__wrap .rte {
  font-size: 1.6rem;
}
.multi-block-img {
  width: 84px;
  height: auto;
}
.multi-block-img img {
  width: 100%;
  height: auto;
}
.multi-block_sect-h {
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: clamp(18px, 5vw, 40px);
  font-weight: 600;
  line-height: normal;
}
.multi-block_sect-h p {
  margin: 0;
}
.multi-block_sect-p {
  text-align: center;
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 500;
  line-height: normal;
}
.multi-block_sect-p p {
  margin: 0;
}
.multi-block_head {
  font-family: var(--font-heading-family);
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 700;
  line-height: normal;
  gap: 7.3px;
}
.multi-block_head p {
  margin: 0;
}
.multi-block_para {
  color: #e7e7e7;
  text-align: center;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  line-height: normal;
}
.multi-block_para p {
  margin: 0;
}
.multi_block-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.multi-blocks {
  width: calc(24.444% - 2rem);
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  text-align: center;
  position: relative;
}
.multi-block_sect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 44px;
  position: relative;
}
.multi_block-inner .multi-blocks:not(:first-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #ffffff3d;
  top: 0;
  position: absolute;
  right: calc(100% + 20px);
}
.multi-blog-bg {
  background-image: url(multi_svg.svg);
  background-repeat: no-repeat;
  background-size: cover;
 background-attachment: scroll;
}
.product-gallery__badge {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.product-gallery__badge svg{
  display: block;
}
.product-popup-modal__covered .product-popup-modal__content {
    height: auto;
    padding: 0;
  border-radius: 28px;
      max-width: 750px;
}
.product-popup-modal__covered .product-popup-modal__toggle {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}
.product-popup-modal__covered .product-popup-modal__content-info {
    padding: 0;
}
.product-popup-modal__covered .product-popup-modal__content img{
  display: block
}
.featured_banner_badge svg {
    width: 100%;
    height: auto;
}
.featured_banner_badge {
    position: absolute;
    right: 0;
    max-width: 350px;
}
.product .product-form__input input {
    display: none;
}
.product .product-form__input {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 13px 0;
}
.parts-abnner {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.parts-abnner-img img {
    width: 100%;
    height: auto;
    display: block;
}
.parts-abnner-img {
    width: 100%;
    max-width: 590px;
}
.parts-h {
    color: #000;
    font-family: var(--font-heading-family);
    font-size: clamp(30px, 5vw, 42px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.1px;
}
.parts-p {
    color: #666;
    font-family: var(--font-body-family);
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 500;
    line-height: 29px;
    padding-top: 10px;
}
.parts-p p, .parts-h p {
    margin: 0;
}
.pro-custom-cart .product-card-wrapper .card {
  border-radius: 12px;
  border: 1px solid var(--C1-D, #d1d1d1);
  background: var(--C1-J, #fff);
}
.pro-custom-cart .card_price_info .price{
color: #1A202C;
font-size: 22px;
font-weight: 800;
line-height: normal;
}
.pro-custom-cart .affirm-as-low-as{
  display: none;
}
.pro-custom-cart .card_list_product {
    display: none;
}
.card_ctm-title-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
}
.custom-cart-reviews{
  margin-bottom: 1rem;
}
.custom-cart-reviews .jdgm-star {
    color: #FFBD11 !important;
}
.custom-cart-reviews .jdgm-prev-badge__text {
    color: #64748B;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.64px;
}
.parts-rich .rich-text__heading {
    color: #000;
    text-align: center;
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.9px;
}
.parts-rich .rich-text__text.rte {
    color: #666;
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 500;
    line-height: 29px;
    margin-top: 0;
}
.collaps-parts .collapsible-content .accordion details {
    background: #fff;
    margin: 20px 0;
    border-radius: 16px;
    box-shadow: none;
}
.collaps-parts .collapsible-content .accordion details[open]{
   box-shadow: 0 5px 16px #080f340f;
}
.pro-descritpion-above p[dir] {
    display: none;
}
.ProductDetails {
    color: var(--Font-Color1, #666);
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 500;
    line-height 24px;
}

/*-=-=-=-Responsive-CSS-=-=-=*/
@media screen and (max-width: 1024px) {
  .product-form__input input[type=radio]+label {
    width: auto;
}
  .featured_banner-bg {
    background-color: #2d8ad4;
    border-radius: 40px 200px 40px 40px;
  }
  .featured_banner-txt .content-box {
    padding: 30px;
  }
  .featured_banner-txt .content-box .rte {
    font-size: 16px;
  }
  .icon-with-text--horizontal .icon-with-text__item img {
    width: 60px;
  }
  .featured_banner-logos {
    width: 100%;
  }
  .banner-badge {
    right: -100px;
    max-width: 150px;
  }
}
@media screen and (max-width: 980px) {
  .icon_list {
    gap: 3%;
  }
  .icon_list-item {
    gap: 16px;
    font-size: 12px;
    flex: inherit;
    margin-top: 7px;
  }
  .instafeed__item {
    width: 33.333%;
    padding: 10px;
  }
  .countBlocks__count {
    font-size: 35px;
  }
  .countBlocks__title {
    font-size: 14px;
  }
  .countBlocks__box {
    padding: 40px;
  }
  .pointBlocks__item {
    gap: 20px;
  }
  .pointBlocks__txt .title {
    font-size: 22px;
  }
  .pointBlocks__txt .rte {
    font-size: 14px;
  }
  .pointeBlocks__box {
    gap: 20px;
  }
  .pointBlocks__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .ProductDetails {
    padding-bottom: 1rem;
}
  .parts-p {
    line-height: 22px;
}
  .parts-abnner {
    flex-direction: column-reverse;
    text-align: center;
}
  .product.product--medium .featured_banner-logos {
    text-align: left !important;
}
.product-media{
  margin-bottom:0px !important;
}
.product__info-container>*+*{
  margin:.2rem 0 0!important;
}
.icon-with-text--horizontal{
  padding:10px;
}
.addons_blocks h3,
.product-stock-info_head{
  font-size:1.6rem;
}
.addons_blocks.addons_protect .addons_item_content h4, .imageBlocks__wrap .rte{
  font-size:1.4rem;
}
.product__spec-wrap_main .accordion summary {
    padding: 1.5rem 0;
}
.product__spec-wrap_main .accordion__title {
    font-size: clamp(calc(var(--font-heading-scale) * 1.6rem), 2.5vw, calc(var(--font-heading-scale) * 2.4rem));
}
  .section-template--24559154692401__featured_banner_box_nf9gMj-padding {
    padding-top: 2.5rem !important;
}
.featured_banner_badge-mobi svg {
    width: 100%;
    height: auto;
}
.featured_banner_badge-mobi {
    text-align: center;
    max-width: 280px;
    margin: 0 auto 1rem;
}
.product-gallery__badge {
  display:none;
    position: absolute;
    right: 35px;
    top: 20px;
    z-index: 1;
    max-width: 100px;
}
  .multi-block_sect {
    margin-bottom: 20px;
}
  .multi-block-img {
    width: 47px;
    height: auto;
}
  .multi-blog-bg {
  background-image: url(multi-mob.svg);
  background-repeat: no-repeat;
  background-size: cover;
 background-attachment: scroll;
}
  .multi_block-inner .multi-blocks:not(:first-child):after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff3d;
    left: 0;
    top: inherit;
    position: absolute;
    bottom: calc(100% + 20px);
  }
  .multi-blocks {
    width: 100%;
  }
  .multi_block-inner {
    flex-direction: column;
    gap: 40px;
  }
  .multi-block_para {
    line-height: 19px;
  }
  .ctm-swap .image-with-text__content {
    padding: 1rem 0;
  }
  .multi-bg .multicolumn-list__item:not(:first-child) .multicolumn-card:after {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background: #ffffff3d;
    position: absolute;
    opacity: 0.3;
  }
  .multi-bg .multicolumn-card__info {
    padding-top: 1rem;
  }
  .ctm-rich .rich-text__blocks > * + * {
    margin-top: 1rem;
  }
  .ctm-rich .rich-text__heading {
    line-height: normal;
  }
  .ctm-rich .rich-text__text p {
    line-height: normal;
  }
  .img-text_ctm .image-with-text__content {
    padding: 5rem 0 0 0;
  }
  .img-text_ctm .icon-text-sub {
    line-height: 21px;
  }
  .img-text_ctm .icon_list {
    gap: 56px;
  }
  .img-text_ctm .icon_list-item {
    flex-direction: column;
    text-align: center;
  }
  .icon-text-img {
    width: 24px;
  }
  .img-text_ctm .icon-text-img {
    width: 64px;
    margin-top: -55px;
  }
  .addons_blocks.addons_protect .addons_list_item {
    padding: 13px 12px;
  }
  .product__spec-wrap_main .descriptionTabs summary .icon-caret {
    height: 1rem;
    top: calc(46% - 0.2rem);
  }
  .product__spec-wrap_main .product__description {
    margin-bottom: 1rem;
  }
  .prod-list-box {
    padding: 0;
  }
  .product__spec-wrap {
    margin: 0 !important;
    gap: 0;
  }
  .product__spec-wrap_main .accordion {
    margin-top: 0;
    border-top: 0;
  }
  .product__spec-wrap_main {
    width: 100%;
    margin: 20px 0px;
  }
  .prod-list-box {
    margin-top: 0;
  }
  .prod-list-box h2 {
    display: none;
  }
  #Details-overview h2 span {
    display: none;
  }
  .main-page-sidebar,
  .main-page-content {
    width: 100%;
    max-width: 100%;
  }
  .cart-item__totals:not(.small-hide) {
    display: block !important;
  }
  .cart-item__price-wrapper .price {
    font-size: 16px;
  }
  ul.product-list-icons {
    justify-content: space-around;
    gap: 10px;
  }
  .productBlocks__inner ul li:before,
  .card_list-item li:before {
    top: 5px;
  }
  .card_list-item li {
    margin-bottom: 1rem !important;
  }
  .main-page-wrapper {
    flex-direction: column;
  }
  .footer-block__brand-info {
    text-align: center !important;
  }
  .footer-block__brand-info .footer__list-social.list-social {
    justify-content: center !important;
  }
  .icon-with-text--horizontal .icon-with-text__item img {
    width: 50px;
  }
  .footer__content-bottom-wrapper .footer__payment {
    margin-top: 0;
    padding: 0 0 10px;
  }
  .footer__content-bottom-wrapper {
    flex-direction: column;
  }
  #shopify-section-template--21945109840177__image_with_text_pg78LV
    .image-with-text__media-item {
    max-width: 130px;
    margin: 0 auto;
  }
  #shopify-section-template--21945109840177__image_with_text_pg78LV
    .image-with-text__content {
    padding: 5px;
  }
  .icon_list {
    justify-content: center;
    padding-top: 0px;
  }
  .icon_list-item img {
    width: 100%;
    height: 100%;
  }
  .productBlocks__item {
    width: 100%;
  }
  .productBlocks__inner ul li {
    font-size: 14px;
  }
  .productBlocks__img {
    padding: 0;
  }
  .feature-info-desktop {
    display: none;
  }
  .featured-info-slider-mobile {
    text-align: center;
    box-shadow: none;
  }
  .featured-main .featured-info-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .imageBlocks__box {
  }
  .imageBlocks__item {
    width: calc(50% - 7.5px);
  }
  .imageBlocks__item-overlay {
    font-size: 14px;
    padding: 1em 9px;
  }
  .imageBlocks__item-overlay span {
    width: 25px;
    height: 25px;
    padding: 5px;
  }
  .review__item {
    padding: 10px;
    width: 100%;
  }
  .instafeed__item {
    width: 50%;
    padding: 10px;
  }
  .instafeed__box {
    padding: 0 1em;
  }
  .newsletter-form__field-wrapper .field__label {
    font-size: 14px;
  }
  .footer-block.grid__item.footer-block--menu {
    float: left;
    width: 50%;
    margin: 0 !important;
  }
  .footer-block.grid__item:not(.footer-block--menu) {
    clear: both;
  }
  .footer-block__brand-info {
    text-align: center;
  }
  .footer-block__brand-info .footer__list-social.list-social {
    justify-content: center;
  }
  .pointBlocks__item {
    width: 100%;
    border-radius: 15px;
  }
  .pointBlocks__item-img {
    width: 70px;
  }
  .icon-with-text--horizontal {
    text-align: center;
    line-height: normal;
  }
  .cart-item {
    padding: 10px;
  }
  .cart-item__details,
  .cart-item__quantity {
    flex: inherit;
  }
  .cartMainWrapper {
    flex-direction: column;
  }
  #main-cart-footer > div {
    margin: 0;
  }
  .contact-top-blocks .multicolumn-card a {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 60px auto;
  }
  .contact-top-blocks .multicolumn-card__image-wrapper {
    width: 60px;
  }
  .contact-top-blocks .multicolumn-card__info {
    padding: 7px 0px !important;
    text-align: left;
  }
  .contact-top-blocks h3.inline-richtext {
    font-size: 18px;
  }
  .contact-top-blocks .multicolumn-card__info .rte {
    margin-top: 0 !important;
    font-size: 14px;
  }
  .contact-top-blocks .multicolumn-card__image-wrapper {
    width: 66px;
    padding-top: 0px !important;
  }
  .contact-top-blocks .multicolumn-card img {
    width: 50px !important;
    height: 50px !important;
  }
  .contact-top-blocks .multicolumn-card {
    padding: 20px 0px 20px 20px !important;
  }
  .contact-top-blocks .media.media--transparent {
    height: 66px;
  }
  .contact-form .field__input {
    height: 50px !important;
  }
  .contact-form .field__label,
  .contact-form select.field__input {
    font-size: 12.5px;
  }
  .featured_banner-txt .content-box {
    padding: 20px 15px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .featured_banner-txt .content-box .button {
    margin: 10px 0 0 !important;
  }
  .featured_banner-bg {
    background-image: url(box_mobi_bg.png);
    border-radius: 20px;
    background-position: bottom right;
  }
  .featured_banner-txt .content-box .medium-hide img {
    width: 100%;
    height: auto;
    /* margin: 20px 0 0; */
  }
  .featured_banner-txt,
  .featured_banner-img {
    width: 100%;
  }
  .featured_banner-logos {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .featured_banner-txt .content-box .button,
  .featured_banner-txt .content-box .rte {
    margin-top: 0px;
  }
  .featured_banner-txt .content-box .rte {
    font-size: 14px;
  }
  .thumbnail-slider .thumbnail-list.slider {
    justify-content: center;
  }
  .thumbnail-list__item.slider__slide {
    width: 10px !important;
    height: 10px !important;
  }
  .thumbnail-list__item.slider__slide .thumbnail {
    background: rgba(45, 137, 210, 0.25);
    border-radius: 2px;
  }
  .thumbnail-list__item.slider__slide .thumbnail__badge,
  .thumbnail-slider .slider-button {
    display: none;
  }
  .thumbnail-list__item.slider__slide .thumbnail[aria-current] {
    background: #2d89d2;
    box-shadow: none;
  }
  .thumbnail-list__item.slider__slide .thumbnail img {
    display: none;
  }
  .icon-with-text--horizontal {
    column-gap: 0px !important;
  }
  .icon-with-text--horizontal .icon-with-text__item span.inline-richtext {
    display: block;
    margin-top: 10px;
    padding: 0 10px;
    font-weight: 600;
  }
  .product__title h1 {
    font-size: 24px;
  }

  .distributor-form {
    padding: 2rem;
    border-radius: 14px;
  }
  .featured-comp-wrap {
    margin: 2em auto 2em;
  }
  .featured-comp__item {
    width: 100%;
  }
  .featured-comp__item {
    padding-top: 15px;
  }
  .featured-comp__logo img {
    max-height: 70px;
    width: 100%;
    object-fit: contain;
  }
  .featured-comp__item.featured-comp__active .featured-comp__img {
    margin-top: 2rem;
  }
  .featured-comp__logo {
    text-align: center;
    min-height: inherit;
  }
  .comp-slider-item {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  .comp-slider-head {
    flex: 1;
    max-width: inherit;
  }
  .comp-slider-item:not(:last-child) {
    border: 0px;
  }
  .comp-slider-init .flickity-page-dots {
    display: block;
    left: -50%;
    bottom: -45px;
  }
  .comp-slider-init {
    overflow: inherit;
  }
  .comp-popup__box {
    width: 100%;
  }
  .comp-popup__slider .flickity-page-dots {
    display: block;
    position: absolute;
    bottom: -4rem;
  }
  .comp-popup__head {
    display: none;
  }
  .comp-popup__box:not(:last-child) {
    border: 0px;
  }
  .comp-popup__box ul li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .comp-popup__inner {
    padding-bottom: 7rem;
  }
  .comp-popup .product-popup-modal__content-info .h1 {
    font-size: 2.5rem;
  }
  .featured_banner-txt .content-box h2 {
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
  }
  .addons_list_item label {
    gap: 10px;
    /* flex-wrap: wrap; */
  }
  .addons_item_content h4,
  .addons_item_content p,
  .addons_item_qty strong {
    font-size: 14px;
  }
  .addons_item_img img {
    max-width: 80px;
  }
  .addons_item_content a {
    font-size: 12px;
  }
  .Quantity_box {
    min-height: calc((var(--inputs-border-width) * 2) + 3.5rem);
    width: calc(
      11rem / var(--font-body-scale) + var(--inputs-border-width) * 2
    );
  }
  .quantity__input {
    font-size: 18px;
  }
  .prod-list-box {
    display: block;
  }
  .split-content_wrap {
    flex-direction: column;
  }
  .split-content_left {
    width: 100%;
  }
  .quantity__input,
  .Quantity_box input[type="number"] {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .countBlocks__box {
    padding: 20px 40px;
    row-gap: 24px;
    border-radius: 15px;
  }
  .countBlocks__item {
    width: calc(50% - 12px);
    text-align: left;
  }
  .pointBlocks__item {
    width: 100%;
    border-radius: 15px;
    padding: 15px 10px;
  }
  .pointBlocks__item-img {
    width: 70px;
  }
  .pointBlocks__txt .title {
    font-size: 14px;
  }
  .pointBlocks__txt .rte {
    font-size: 11px;
  }
  ul.product-list-icons li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    flex: inherit;
  }
  .utility-bar__grid.page-width {
    padding: 0px;
  }
  .announcement-bar__message {
    font-size: 12px;
    min-height: inherit;
  }
  .header {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .featured_banner-txt .content-box .rte {
    font-size: 12px;
  }
  .featured_banner-txt_reviews svg {
    height: 15px;
  }
}
@media screen and (max-width: 560px) {
  .cart-item {
    gap: 0 !important;
  }
  .cart-item > td {
    width: 25%;
  }
  .cart-item > td {
  }
  td.cart-item__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cart-item__name,
  .cart-item__quantity h3,
  .cart-item__totals h3 {
    font-size: 14px;
  }
  .cart-item .quantity {
    width: calc(8rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
  .cart-item .quantity__button {
    width: calc(3rem / var(--font-body-scale));
  }
  cart-remove-button .button svg {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .instafeed__item {
    width: 100%;
  }
  .countBlocks__box {
    padding: 20px 20px;
  }
  .featured_banner-txt .content-box h2 {
    font-size: 22px;
  }
  .icon-with-text--horizontal .icon-with-text__item span.inline-richtext {
    margin-top: 10px;
  }
  .cart-item__image {
    max-width: calc(7rem / var(--font-body-scale)) !important;
  }
  .cart-item__name,
  .cart-item__quantity h3,
  .cart-item__totals h3 {
    font-size: 12px;
  }
  .cart-item__price-wrapper .price {
    font-size: 13px;
  }
  .cart-item .quantity {
    transform: scale(0.8);
  }
    .product-gallery__badge {

    max-width: 56px;
}
}
@media (max-width: 1500px) and (min-width: 1300px) {
  /* .featured_banner-img img{
        max-width: inherit;
    height: 80%;
  } */
}
@media (min-width: 576px) {
  .featured_banner-wrapper {
    padding-inline: 12px;
  }

}
@media screen and (min-width: 750px) {
  .multi-bg .multicolumn-list__item:not(:first-child) .multicolumn-card:after {
    width: 2px;
    height: 100%;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.24);
    position: absolute;
    opacity: 0.3;
    left: calc(50% - 53%);
  }
  .img-text_ctm .image-with-text__media {
    max-width: 435px;
    margin-left: 3rem;
  }
  .sticky-content {
    display: none;
  }
  .main-page-content {
    width: calc(75% - 15px);
    max-width: calc(75% - 15px);
  }
  .main-page-sidebar {
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .main-page-sidebar.grid__item {
    position: sticky;
    top: 0;
  }
  .announcement-bar {
    position: relative;
  }
  .announcement-bar-slider .slider__slide[aria-hidden="true"] {
    visibility: visible !important;
  }
  .announcement-bar__message {
    animation: none !important;
    opacity: 1 !important;
  }
  .announcement-bar-slider
    .slider
    .slider__slide:first-child
    .announcement-bar__announcement,
  .announcement-bar-slider
    .slider
    .slider__slide:first-child
    .announcement-bar__link,
  .announcement-bar-slider
    .slider
    .slider__slide:first-child
    .announcement-bar__message {
    justify-content: flex-start;
  }
  .announcement-bar-slider
    .slider
    .slider__slide:last-child
    .announcement-bar__announcement,
  .announcement-bar-slider
    .slider
    .slider__slide:last-child
    .announcement-bar__link,
  .announcement-bar-slider
    .slider
    .slider__slide:last-child
    .announcement-bar__message {
    justify-content: flex-end;
  }

  .feature-info1,
  .feature-info2 {
    text-align: right;
  }
  .featured-info-slider-mobile {
    display: none;
  }
  .collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 1100px;
  }
  /* .collapsible-content .collapsible-content__grid>div {
        display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .collapsible-content .collapsible-content__grid>div .accordion {
    width: calc(50% - 10px);
} */
  .footer__copyright {
    text-align: left !important;
  }
  .footer__content-top .grid--3-col-tablet .grid__item {
    width: 15% !important;
  }
  .cart__footer-items-wrapper .page-width {
    padding-right: 10%;
  }
  .contact-top-blocks .multicolumn-card__image-wrapper {
    width: 130px;
    padding-top: 70px !important;
  }
  .contact-top-blocks .multicolumn-card img {
    width: 80px !important;
    height: 80px !important;
  }
  .contact-top-blocks h3.inline-richtext {
    font-size: 24px;
  }
  .contact-form select.field__input {
    margin-bottom: 2rem;
  }
  .product-media-container .media:not(.deferred-media) {
    padding-top: calc(var(--ratio-percent) - 150px) !important;
  }
  .product-media-container .media img {
    object-fit: contain;
  }
}
@media screen and (min-width: 990px) {
  .ctm-swap .image-with-text__content {
    padding: 6rem 0rem 7rem;
  }
  .img-text_ctm .image-with-text__content {
    padding: 6rem 4rem 7rem;
  }
  .header--middle-left {
    grid-template-columns: 1fr auto 1fr;
  }
  .distributor-form .contact__fields {
    grid-column-gap: 10rem;
  }
  /* .featured_banner-txt .content-box h2{
    font-size: 64px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.1;
    max-width:600px;
  } */
}

@media (min-width: 1919px) {
  .featured_banner-img img {
    right: unset;
    max-width: 35%;
  }
  .featured_banner-txt,
  .featured_banner-img {
    width: 50%;
  }
  .banner-badge {
    right: -100px;
  }
}
@media (min-width: 3000px) {
  .featured_banner-img img {
    right: unset;
    max-width: 22%;
  }
}
.card_list_product .scrolling-promotion .promotion img,
.card_list_product .scrolling-promotion .promotion svg {
  height: 15px !important;
}
shopify-payment-terms {
  display: none;
}

.prdt-image img {
  width: 100%;
  padding: 20px 0;
}
.product-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.product-banner_bg {
  background: #eaf7ff;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.product-title {
  font-weight: 600;
  font-size: 18px;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-contact span {
  font-size: 14px;
  display: block;
  color: #333;
}

.phone {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-size: 14px;
  margin-top: 2px;
}

.add-to-cart {
  background-color: #1e88e5;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}

.add-to-cart:hover {
  background-color: #1565c0;
}
.phone img {
  width: 20px;
}
.product__spec-wrap .grid__item.product__spec-list,
.features-column {
  display: none;
}

.mob-img {
  display: none;
}
.desk-img {
  display: block;
}
.jdgm-widget.mobile-only {
  display: none !important;
}
@media (max-width: 989px) {
  .product-stock-info ul li {
    font-size: 12px;
  }
  .product-stock-info {
    padding: 16px;
  }
  .product-meta-pdf a {
    line-height: normal;
  }
  .prdt-image img,
  .pro__img-only {
    padding: 0;
  }
  .product__spec-wrap .grid__item.product__spec-list {
    display: block;
  }
  .product-banner {
    display: none;
  }
  .product-media {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .features-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: 1rem;
  }
  .product-media .product__column-sticky {
    width: calc(70% - 20px);
  }

  .feature-box {
    background-color: #f4f9ff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
  }

  .feature-box img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }

  .feature-box p {
    margin: 0;
    font-weight: 500;
    color: #3b4655;
    font-size: 10px;
    line-height: 12px;
  }
  ul.product-list-icons {
    display: none;
  }
  .mob-img {
    display: block;
  }
  .desk-img {
    display: none;
  }
  .product__media-list .product__media-item {
    width: calc(100% - 20px) !important;
  }
  .jdgm-widget.mobile-only {
    display: block !important;
    background-color: #eef3ff;
    text-align: center;
    padding: 10px;
  }
}
