/** Shopify CDN: Minification failed

Line 3842:0 Expected "}" to go with "{"

**/
/* CUSTOM STYLE ############ */

.table_img_row, .table_data_row {
    display: flex;
    justify-content: space-between;
}
p.table_img_hd {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    margin-top: 12px;
}
img.table_img {
    width: auto;
}
.table_data_row.first_ {
    border-top: 1px solid #109db2;
    margin-top: 25px;
}
.table_data_row {
    border-bottom: 1px solid #109db2;
    padding: 20px 0px 20px 20px;
}
.img_blank, .table_hd_wrapper {
    /* width: 45%; */
  width: 60%;
}
.combined_container_img, .combined_container_data {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.table_inner_data {
    text-align: center;
}
img.table_img {
    width: auto;
    margin: 0 auto;
}
.table_inner_data {
    text-align: center;
    width: 200px;
}
.table_img_wrapper {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.table_hd {
    font-size: 15px;
    line-height: 16px;
  display: inline-block;
}
span.next_line_txt {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    margin-top: 4px;
}
span.table_data_ svg {
    transform: translateY(4px);
}
.table_internal_wrapper {
    max-width: 1128px;
    margin: 0 auto;
    width: 100%;
/*     overflow: auto; */
}

span.table_data_.text__ {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
}
.table_img_row {
    padding-left: 20px;
}
/* .table_scrolling_container {
    min-width: 680px;
} */
span.same_line_lighter {
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    margin-top: 4px;
}
.table_data_row.different_pattern {
    padding: 8px 0 10px 20px;
}

.table_data_row.different_pattern span.next_line_txt {
    margin: 0px 0px 12px 0px;
}

.table_scrolling_container {
    position: relative;
}
.table_img_row {
    position: sticky;
    top: 0;
    background: #F0FBFC;
    z-index: 1;
}
a.table_btn {
    width: 112px;
    height: 38px;
    background: #109DB2;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 16px 8px;
    color: #fff;
    margin: 14px auto 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.CTA_module_wrapper {
    background: #fff;
    box-shadow: 0px -18px 50px rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 0px 0px;
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 9999999991;
    overflow: hidden;
  transition: 500ms ease-in-out;
  opacity: 0;
}
.CTA_internal_wrapper {
    display: flex;
    justify-content: space-between;
  position: relative;
}
.CTA_detail_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    max-width: 550px;
}
.CTA_img_wrapper {
    width: 35%;
}
span.closer_ {
    position: absolute;
    right: 14px;
    top: 14px;
}
h3.CTA_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}
p.CTA_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    margin: 8px 0px 22px 0px;
}
a.button.CTA_btn_buy {
    width: 160px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
a.CTA_btn_learnmore {
    margin-left: 25px;
  transition: 300ms ease-in-out;
  font-size: 16px;
}
a.CTA_btn_learnmore:hover {
    opacity: 0.8;
}
img.CTA_img {
    width: 100%;
}
span.closer_ svg {
    width: 14px;
    cursor: pointer;
}
.CTA_module_wrapper.show {
    bottom: 0%;
  opacity: 1;
}
.video_module_wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    max-width: 486px;
  padding: var(--spacing-4);
  transition: 500ms ease-in-out;
  transform: translateX(100%);
}
.video_module_wrapper.show {
  transform: translateX(0%);
}
.video_module_wrapper__{
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
/*       overflow: hidden; */
}
.content-over-media.content-over-media--{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.overlay_video{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  transition: 500ms ease-in-out;
  opacity: 0;
}
.overlay_video.show{
    background: #0006;
/*     z-index: 10; */
  opacity: 1;
  min-height: 100lvh;
    position: fixed;
}
.overlay_video.show {
    cursor: var(--cursor-close-svg-url) 28 28,auto;
}
h3.video_module_hd {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 25px;
}
.CTA_btn_wrapper.video_module {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.video_module_text_wrapper {
    padding: 18px 15px 18px 15px;
}
.CTA_btn_wrapper.video_module a {
    justify-self: center;
}
span.closer_video_module {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  transition: 300ms ease;
}
span.closer_video_module svg {
    width: 10px;
}
.video_module_wrapper__ svg {
    width: 52px;
    height: 52px;
}
.video_module_wrapper__ button.video-play-button {
    color: #fff;
}
.video_module_wrapper__ .video-play-button {
    --play-button-shadow-size: 10px;
}
.video_module_wrapper__ .video-play-button:before {
/*     width: 80%;
    height: 80%; */
    background: #fff;
  top: calc(-1 * 10px);
  left: calc(-1 * 10px);
}
span.closer_video_module:hover {
    background: #d3d3d3;
}
html.lock{
  height: 100vh;
  overflow: hidden;
}
span.closer_video_module svg path {
    fill: #333333;
}

span.closer_video_module {
    display: none;
}
span.closer_video_module.show {
    display: flex;
}
.video_module_wrapper__ .html5-video-player .video-click-tracking, .video_module_wrapper__ .html5-video-player .video-stream {
    width: 100% !important;
    height: 100% !important;
}
video.video-stream.html5-main-video {
    object-fit: unset !important;
}
.video_module_wrapper__ iframe{
/*   margin: -5px; */
      transform: scale(1.02);
}
.mail_module_wrapper.section.section-boxed {
    box-shadow: none;
    border-radius: 8px;
    padding: 0;
}
img.mail_box_img {
    width: 100%;
}
h3.mail_hd {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
    max-width: 519px;
}
.mail_external_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 40px;
}
.mail_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-content {
    margin: 0;
}
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-section-6374ec98142fd3456c0fb30d, .mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-field-container-62a3147776d81914aa87ed98 {
    padding: 0;
}
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-column-6374ec98142fd3456c0fb30f {
    justify-content: center;
}
.mail_text_wrapper button#omnisend-form-646e77a71c89404ab50e4610-action-627932485028ebd8c6660c51 {
    background: #00B398;
    border-radius: 40px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--text-font-family);
}
.mail_text_wrapper input#omnisend-form-646e77a71c89404ab50e4610-field-container-62a3147776d81914aa87ed98-emailField-input {
    border: 1px solid #C2C2C2;
    border-radius: 8px;
    width: 97%;
}
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-field-container-62a3147776d81914aa87ed98{
  position: relative;
}
div#omnisend-form-646e77a71c89404ab50e4610-field-62a3147776d81914aa87ed98:after {
    content: url('https://cdn.shopify.com/s/files/1/0693/2883/0775/t/13/assets/mail_arr.svg?v=141586287156427369181685036756');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
}
.mail_text_wrapper input#omnisend-form-646e77a71c89404ab50e4610-field-container-62a3147776d81914aa87ed98-emailField-input::placeholder {
    font-size: 16px;
    line-height: 17px;
    color: #858585;
    font-family: var(--text-font-family);
    font-weight: 400;
}
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-field-container-62a3147776d81914aa87ed98-required,
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-field-container-62a3147776d81914aa87ed98-error{
    position: absolute;
    top: -28px;
    font-size: 12px;
}
.omnisend-form-646e77a71c89404ab50e4610-loading-container {
    display: none !important;
}
.omnisend-form-646e77a71c89404ab50e4610-section-6334361f157261686a76626e,
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-section-6334361f157261686a76626e{
    padding: 0;
}

.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-text-6334361f157261686a76626d p strong,
.mail_text_wrapper .omnisend-form-646e77a71c89404ab50e4610-text-62a313b876d81914aa87ed78 p{
  position: relative;
}
.thankyou_wrapper {
    text-align: center;
}
.success_msg_wrapper p {
    font-size: 30px;
    font-weight: bold;
    color: #109DB2;
    margin-bottom: 10px;
}
p.reward_news {
    color: #000;
    font-size: 18px;
}
p.coupon_detail__, p.valididty_ {
    color: #7e7e7e;
}
.shop_btn_ {
    margin-top: 30px;
}
.coupon_wrapper {
    border-top: 1px dashed #109DB2;
    border-bottom: 1px dashed #109DB2;
    max-width: 600px;
    margin: 30px auto;
    padding: 10px 0;
}
p.coupon_code__ {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.coupon_internal_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.survey_form_main_wrapper {
    max-width: 850px;
    margin: 0 auto;
}
.Survey_form_wrapper.container {
    padding-bottom: 40px;
}
.custom_reviews_internal_wrapper {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
}
.custom_reviews_img_wrapper {
    --gradient: linear-gradient(135deg, rgba(255, 194, 102, 1), rgba(255, 163, 26, 1) 100%);
    border-radius: var(--rounded); background-position: 0 35px,100% 100%;
    padding: var(--spacing-10);
    background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 335 80"><g style="mix-blend-mode:overlay" opacity=".15"><path d="m4 0 10.58 25.438 27.462 2.201L21.12 45.562l6.392 26.799L4 58l-23.511 14.36 6.392-26.798-20.923-17.923 27.462-2.201L4 0Zm82 0 10.58 25.438 27.462 2.201-20.923 17.923 6.392 26.799L86 58 62.489 72.36l6.392-26.798L47.958 27.64l27.462-2.201L86 0Zm82 0 10.58 25.438 27.462 2.201-20.923 17.923 6.392 26.799L168 58l-23.511 14.36 6.392-26.798-20.923-17.923 27.462-2.201L168 0Zm82 0 10.58 25.438 27.462 2.201-20.923 17.923 6.392 26.799L250 58l-23.511 14.36 6.392-26.798-20.923-17.923 27.462-2.201L250 0Zm82 0 10.58 25.438 27.462 2.201-20.923 17.923 6.392 26.799L332 58l-23.511 14.36 6.392-26.798-20.923-17.923 27.462-2.201L332 0Z" fill="%23fff"/></g></svg>'), var(--gradient);
    text-align: center;
    background-repeat: no-repeat;
    height: 300px;
}
.reviews_number_wrapper {
    color: #000;
    font-weight: bold;
}
span.reviews_get {
    font-size: 80px;
    letter-spacing: -3px;
    line-height: normal;
}
.reviews_detail {
    color: #000;
}
.review_title_wrapper {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.review_dsc_wrapper {
    margin: 16px 0;
}
.reviews_star_wrapper {
    margin-bottom: 16px;
    display: flex;
    gap: 2px;
}
.reviews_text_wrapper {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 42px;
    position: relative;
}
.reviews_star_wrapper.original_values_ {
    position: absolute;
    top: 0;
}
.reviews_star_wrapper.original_values_ svg path {
    fill: #ffb74a;
}
.reviews_star_wrapper.place_holder_stars_ svg path {
    fill: #d2d2d2;
}
.reviews_star_wrapper svg {
    height: 18px;
    width: 18px;
}
.author_date_wrapper {
    color: rgb(var(--text-color) / .7);
    font-size: 14px;
}
.custom_reviews_text_wrapper {
    max-width: 50rem;
}
    
  .reviews_main_wrapper .reviews_text_wrapper.hidden {
        display: none;
    }

.call_icon_wrapper {
    position: relative;
}
.contact_wrappers {
    padding-top: 12px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 180px;
}
.contact_internal_wrapper {
    background: #fff;
    padding: 4px;
    color: #000;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
.contact_info_ {
    width: 100%;
    display: block;
    padding: 4px 0 10px 36px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.contact_info_:last-child {
    border-bottom: none;
}
span.call_icon {
    display: flex;
    cursor: pointer;
    gap: 10px;
}
.contact_info_ svg {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-58%);
    opacity: .8;
    width: 20px;
}
.contact_wrappers {
      display: none;
    }
.trusted_icon {
    display: flex;
    margin: 0 !important;
    gap: 2px;
}
.trusted_icon_wrapper a:not(.button) {
    background: none;
}
span.rating_star_ {
    color: #ffb74a;
}
.trusted_icon_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
}
.custom_banner_dsc h3 {
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Brandon Text' !important;
}
.trusted_text {
    margin: 0 !important;
    color: white;
    text-decoration: none;
}
.shopify-section--main-product .product-quick-add {
    box-shadow: -23px -16px 51px -34px #0000003d;
    border: 2px solid #8c73b6;
}
.shopify-section--main-product .product-quick-add .button {
    background-color: #8c73b6;
    border-color: #8c73b6;
}
.product-info__price .rating-with-text .rating__stars {
    display: flex;
    gap: 1px;
}
.product-info__text {
    text-align: center;
    margin-top: -15px;
}
img.test_block_counting_img {
    width: 100%;
    display: block;
    max-width: 55px;
}
.what_test_inner_blocks_Wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 120px;
}
.what_test_block {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    background: #fff;
    gap: 16px;
}
.what_test_block:nth-child(2) {
    background: #109DB2;
    transform: translateY(-50px);
    color: #fff;
}
.what_test_internal_wrapper h2 {
    text-align: center;
}
.test_block_info {
    font-size: 20px;
    line-height: 30px;
}
.test_block_info a {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 16px;
}
h2.h2.overlay_img_hd {
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}
/* iframe#launcher {
    display: none;
}
iframe#launcher button {
    visibility: hidden;
} */

.header__logo-image {
    margin: 0 auto;
}
span.tagline {
    color: #109DB2;
    font-size: 14px;
}
a.button.button--xl.custom_btn_secondary {
    border-color: #109db2;
}
.button {
    border: 1px solid #f1750e;
}
a.button.button--xl.custom_btn_secondary {
    background: transparent;
    transition: 300ms ease;
    margin-top: 0 !important;
}
a.button.button--xl.custom_btn_secondary:hover {
    background: transparent;
    color: #000;
}
.custom_slide_btn_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 20px !important;
}
.home-banner .content-over-media img {
  filter: brightness(0.8);
}
.download_btn_wrapper {
    display: flex;
    gap: 10px;
    margin-top: 30px !important;
}
img.download_icon_ {
    margin: 0!important;
    max-width: 170px;
}
.product-info price-list>*{
    font-size: 24px !important;
    font-weight: bold;
}
.custom_usp_wrapper {
    background: #f0fbfc;
    padding: 18px 20px;
    border-radius: 6px;
    display: flex!important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
img.custom-usp_icon {
    max-width: 50px;
}
span.custom_usp_txt {
    line-height: 20px;
}
.custom_usp_ {
    margin-top: 30px;
}
.benifit_text_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
img.tick_icon_img {
    width: 18px;
}
.shopify-section--main-cart .page-spacer {
    margin-bottom: 40px;
}
.Cart__{
  padding-top: 40px;
  padding-bottom: 40px;
}

shipping-estimator button.button.button--lg.button--secondary {
    background: transparent;
    color: #109DB2;
}
.total_price__ {
    font-size: 20px;
    font-weight: bold;
}
a.link.cart_prod_remove {
    display: inline-block;
    background: transparent;
    position: absolute;
    left: -10px;
    top: -10px;
}
img.line-item__media.rounded-xs.cart_prod_img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 1px solid gainsboro;
}
.estimated_shipping_checkout_btn_wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}
.cart_trust_icons_wrapper_ .custom_usp_wrapper {
    gap: 8px;
}
.cart_trust_icons_wrapper_ .custom_usp_img_wrapper {
    padding: 20px;
    background: #e5e5e5;
    border-radius: 50%;
}
span.remove_icon_cart svg {
    background: #109DB2;
    color: #fff;
    border-radius: 50%;
}
line-item-quantity.cart__ {
    display: flex !important;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    gap: 10px !important;
}
span.increment_wrapper, span.decrement_wrapper {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #109DB2;
    color: #fff;
    cursor: pointer;
}
span.phone_text_ {
    font-size: 14px;
}
.banner_trust_wrapper .custom_usp_wrapper {
    /* backdrop-filter: blur(10px); */
    /* background: rgba(255, 255, 255, 0.56); */
    background: transparent;
}
.banner_trust_wrapper img.custom-usp_icon {
    margin: 0 !important;
    filter: invert(1) !important
}
.banner_trust_wrapper .custom_usp_wrapper {
    margin: 0!important;
    /* align-items: flex-start;
    text-align: left; */
    padding: 0;
    gap: 10px;
}
span.close {
    display: inline-flex;
    border-radius: 50%;
    background: #d5d5d5;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    transform: translateY(4px);
}
span.close svg {
    transform: translateY(0);
    width: 20px;
}
.new_table_upgraded_version img.table_img {
    height: 110px;
    object-fit: contain;
    border-radius: 6px;
}
.new_table_upgraded_version a.image_linker {
    /* background: #fafafa; */
    padding: 10px;
    border-radius: 8px;
}
.new_table_upgraded_version .combined_container_img {
    gap: 20px;
}
.new_table_upgraded_version .table_data_row {
    align-items: center;
}
.table_hd_wrapper.full_row__ {
    width: 100%;
    text-align: center;
}
p.custom_ann_main_wrapper.bold.text-base {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
img.ann_icon_img {
    display: block;
    width: 26px;
    filter: invert(1);
}
button.button.button--xl, a.button.button--lg, a.button.button--xl {
    padding: 10px 35px;
}
img.footer_logo {
    max-width: 140px;
}
.testimonial.rounded-sm.bg-secondary {
    height: 100%;
}
.new_table_upgraded_version .table_data_row {
    display: flex;
    width: 100%;
    /* background: red; */
    flex-direction: column;
}
.toggler_detail_wrapper_compare_table {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 0;
}
.toggler_wrapper_compare_table {
    display: flex;
    width: 100%;
}
span.arr__compare_table {
    background: rgb(var(--text-color) / .1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    align-self: center;
    padding-top: 2px;
}
.combined_container_data.spacer_toggler {
    justify-content: flex-end;
}
.toggler_detail_wrapper_compare_table .table_hd_wrapper {
    padding-left: 35px;
}
.toggler_detail_wrapper_compare_table_main {
    width: 100%;
    display: none;
    flex-direction: column;
    margin: -8px 0 15px 0;
}
.toggler_detail_wrapper_compare_table_main.active {
    display: flex;
}
.toggler_detail_wrapper_compare_table:nth-child(odd) {
    background: #e6f7f9;
}
.toggler_wrapper_compare_table {
    cursor: pointer;
    padding: 20px 0 20px 20px;
    transition: 300ms ease;
}
.toggler_wrapper_compare_table:hover {
    background: #e6f7f9;
}
.custom_table_wrapper .table_data_row {
    padding: 0;
}
.toggler_wrapper_compare_table.active span.arr__compare_table svg {
    transform: rotate(180deg);
}
.toggler_wrapper_compare_table p.table_hd {
    font-weight: 600;
}
.toggler_wrapper_compare_table {
    padding-left: 10px;
    padding-right: 10px;
}
.custom_table_wrapper .table_img_row {
    /* top: 100px; */
    top: 0px;
}
.spr-header:after, .spr-header:before {
    content: unset !important;
}
.spr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopify-section--main-product .product-quick-add {
    z-index: 1111111;
}
.custom_banner_top_img_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.custom_banner_inner_wrapper {
    position: relative;
}
img.custom_banner_bottom_img {
    width: 230px;
    display: block;
}
.custom_banner_bottom_img_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}
.custom_banner_wrapper {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}
.custom_banner_leaf {
    position: absolute;
    bottom: 0;
    left: -120px;
    transform: rotate(75deg);
}
img.custom_banner_tube_img {
    display: block;
    max-width: 240px;
    width: 100%;
    box-shadow: 5px 4px 15.4px 0px rgba(0, 0, 0, 0.31);
    border-radius: 59px;
    overflow: hidden;
}
.custom_banner_text_wrapper {
    text-align: center;
}
.custom_banner_text_wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
h2.custom_banner_hd {
    font-size: 59px;
    font-weight: bold;
    line-height: 63px;
    color: white;
    margin: 0;
    padding: 0;
    /* font-family: 'Brandon Text' !important; */
    text-transform: capitalize;
    padding-top: 14px;
}
.custom_banner_dsc p {
    margin: 0;
    padding: 0;
}
.custom_banner_tube_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 14px;
}
img.custom_banner_tube_img {
    margin-right: 60px;
}
img.custom_banner_tube_img:last-child {
    margin-right: 160px;
}
a.primary_btn_custom {
    background: #EA14D6;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 15px 7px 23px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    border: 2px solid white;
}
.custom_banner_dsc {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    margin: 0px 0 22px 0;
    max-width: 600px;
}
a.secondary_btn_custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 300ms ease;
}
.custom_banner_buttons_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    z-index: 1;
    position: relative;
}
img.custom_banner_main_prod_img {
    width: 100%;
    max-width: 680px;
    display: block;
}
.custom_banner_leaf img {
    width: 310px;
    opacity: 0.5;
}
span.secondary_btn_text {
    border-bottom: 1px solid #000;
    line-height: 20px;
}
store-header.header {
    -webkit-box-shadow: 0px 4px 52px -28px rgba(0,0,0,.62);
    -moz-box-shadow: 0px 4px 52px -28px rgba(0,0,0,.62);
    box-shadow: 0 4px 52px -28px #0000009e;
}
span.primary_btn_icon_ {
    height: 27px;
    width: 29px;
    background: #fff;
    color: #EA14D6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-left: 2px;
}
.custom_banner_tubes_img_wrapper {
    position: relative;
}
img.pill_leam_img {
    width: 220px;
    position: absolute;
    bottom: 40px;
    opacity: .1;
    /* filter: grayscale(1); */
    transform: rotate(-40deg);
    left: 0;
}
.featured_prod_btn_wrapper {
    display: flex;
    align-items: center;
}
.featured_prod_btn_wrapper a{
    color: #109db2;
}
.featured_prod_btn_wrapper a, .featured_prod_btn_wrapper button{
    width: 160px;
}
.featured_prod_wrapper .rating-with-text {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.featured_prod_wrapper .product-info__price .rating {
    margin-inline-start: inherit;
    flex-direction: row-reverse;
}
.featured_prod_wrapper .price-list, .product .price-list {
    color: #109DB2;
}
.featured_prod_wrapper scroll-shadow {
  display: none;
}
.featured_prod_wrapper .product-info__text {
  text-align: left;
  margin-top: 0;
  width: 80%;
}
.thumbnail-swatch:before {
    box-shadow: none;
}
input[type=radio]:checked+label{
  border-color: #109DB2;
  background: rgba(0, 179, 152, 0.12);
}
.thumbnail-swatch {
    width: 75px;
}
.reviews_star_wrapper_.place_holder_stars_ i {
    color: #d2d2d2;
}
.reviews_star_wrapper_.original_values_ i {
    color: #ffb74a;
}
.reviews_text_wrapper__ {
    position: relative;
}
.reviews_star_wrapper_.original_values_ {
    position: absolute;
    top: 0;
}
.reviews_star_wrapper_ {
    display: flex;
    align-items: center;
}
.featured_prod_wrapper media-carousel {
    pointer-events: none;
}
.featured_prod_wrapper product-gallery {
    background: #fafafa;
    /* padding: 40px 0; */
    border-radius: 20px;
}
.product.featured_prod_wrapper {
    align-items: center;
}
.product.featured_prod_wrapper.reverse_ product-gallery {
    order: 1;
}
.featured_prod_btn_wrapper a:hover {
    color: #fff;
}
.custom_video_inner_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}
img.custom_video_thumbnail {
    height: 600px;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 20px;
    filter: brightness(0.8);
}
.custom_video_thumbnail_wrapper {
    position: relative;
}
button.custom_video_play.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.portfolio_main_popup_wrapper_ {
    /* max-width: 900px; */
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 80%;
}
.fixed_internal_popup_wrapper_ {
    position: relative;
    height: 100vh;
}
.fixed_bg_wrapper_ {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999999;
    background: #ffffff7a;
    backdrop-filter: blur(10px);
}
img.close_sports_popup_img {
    max-width: 14px;
}
span.portfolio_popup_closer_ {
    background: #109DB2;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: -45px;
}
.popup_main_bg_ {
    background: #0000007a;
    height: 100vh;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(10px);
}
.portfolio_main_popup_wrapper_inner_ {
    position: relative;
}
body.zoom-image--enabled.popup-active {
    height: 100vh;
    overflow: hidden;
}
.product_header_wrapper {
    background: #00b196;
    color: #fff;
    padding: 30px 20px;
}
.product_header_wrapper h1.product-info__title.h2 {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.product-gallery__media {
    /* background: #fafafa; */
    border-radius: 20px;
    /* padding: 20px; */
    /* height: 600px; */
}
.product-gallery__media img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
button.product-gallery__thumbnail {
    height: 70px;
}
button.product-gallery__thumbnail img {
    height: 100%;
    object-fit: contain;
}
.product legend.text-subdued {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}
.product buy-buttons.buy-buttons {
    max-width: 400px;
}
.product-info__buy-buttons {
    margin-top: 20px;
}
.product .price-list sale-price {
    font-size: 32px !important;
}
.custom_video_text_block {
    max-width: 80%;
}
.custom_video_dsc {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 30px 0;
}
.What-In-Box_inner_blocks_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
}
.boxes_detail {
    width: 20%;
}
.boxes_detail__ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.boxes_icon_img_wrapper {
    background: #109DB2;
    border-radius: 50%;
    filter: drop-shadow(2px 3px 2.3px rgba(0,0,0,.45));
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.h3.What-In-Box_hd {
    text-align: center;
    margin-bottom: 40px;
}
a.soon_.bold.link-faded-reverse, a.soon_.group.block.w-full {
    position: relative;
    pointer-events: none;
}
@-webkit-keyframes colorchange {
      0% {
        color: #000;
      }
      100% {
        color: #109DB2;
      }
    }
a.soon_.bold.link-faded-reverse:after {
    content: '(Coming-soon)';
    position: absolute;
    font-size: 10px;
    width: max-content;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
  -webkit-animation:colorchange 2s infinite alternate;
}
a.soon_.group.block.w-full:after{
    content: '(Coming-soon)';
    /* position: absolute; */
    font-size: 14px;
    width: max-content;
    /* left: 50%;
    bottom: -13px;
    transform: translateX(-50%); */
  -webkit-animation:colorchange 2s infinite alternate;
}
/* iframe#launcher {
    border: 2px solid #fff !important;
    border-radius: 50%;
    background: #109DB2;
} */
.product.featured_prod_wrapper page-dots {
    display: none !important;
}

.product-gallery__ar-wrapper {
    background: #fafafa;
    border-radius: 20px;
}
p.box_item_title {
    text-align: center;
    margin-top: 10px;
}
/* .section {
    padding-top: 50px;
    padding-bottom: 50px;
} */
/* .custom_video_wrapper .section {
    padding-top: 10px;
} */
img.boxes_icon_img {
    filter: invert(1);
}
.product.main_page_product .product-gallery {
    position: sticky;
    top: 120px;
}
.custom_hd_wrapper_.prose {
    margin: 0 0 20px 0;
}
img.secondary_btn_icon_ {
    filter: brightness(10);
}
.custom_banner_wrapper {
    height: 90vh;
    display: grid;
    place-items: center;
    position: relative;
}
.custom_banner_wrapper:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #0000007a;
    position: absolute;
}
.Video-with-text_inner_wrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}
.Video-with-text_video_wrapper {
    border-radius: 20px;
    overflow: hidden;
}
.Video-with-text_info_dsc {
    margin: 18px 0 30px;
    font-size: 20px;
    width: 80%;
}
.header__secondary-nav .call_icon_wrapper {
    display: none;
}
.header__secondary-nav a[aria-controls="search-drawer"]{
    display: none;
}
nav.header__link-list.wrap {
    max-width: 1300px;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 12px;
}
/* a.button.header_btn, buy-buttons.buy-buttons button {
    background: #8C73B6;
    border-color: #8C73B6;
} */
a.button.header_btn, buy-buttons.buy-buttons button {
    background: #f1750e;
    border-color: #f1750e;
    transition: 300ms ease;
}
/* a.button.header_btn:hover, buy-buttons.buy-buttons button:hover {
    background: #109DB2;
    border-color: #109DB2;
} */
a.button.header_btn:hover, buy-buttons.buy-buttons button:hover {
    opacity: 0.85;
}
img.Home-Banner_img {
    width: 100%;
    display: block;
    height: 75vh;
    object-fit: cover;
    filter: brightness(0.8);
}
img.Home-Banner_img.img_m__ {
    display: none;
}
.home_banner_info_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 0px 350px;
}
.home_banner_info_wrapper .custom_banner_text_wrapper {
    text-align: left;
    max-width: max-content;
}
.home_banner_info_wrapper .custom_banner_buttons_wrapper {
    justify-content: flex-start;
}
.home_banner_info_wrapper span.secondary_btn_text {
    border-bottom: 1px solid #fff;
}
.home_banner_info_main_wrapper {
    max-width: 750px;
}
.home_banner_info_main_wrapper h2.custom_banner_hd span {
    color: transparent;
    -webkit-text-stroke: 1.5px white;
}
.home_banner_info_main_wrapper a.primary_btn_custom {
    border: 1px solid white;
    margin-top: 20px;
}
.custom-about-text h3 {
    font-size: 20px;
}
img.bottom_shape_, .top_shape_ {
    display: block;
    object-fit: cover;
    width: 100%;
}
.product.featured_prod_wrapper h2.product-info__title.h2 {
    color: #109db2;
}
.How-It-Works_grid_wrapper {
    display: grid;
    grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
    gap: 20px;
    text-align: center;
    align-items: center;
}
.How-It-Works_block_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: var(--Alternative-section-color, #F0FBFC);
    box-shadow: 7px 8px 19.4px -8px rgba(16, 157, 178, 0.30);
    padding: 20px 12px 50px 12px;
    position: relative;
}
p.How-It-Works_hd {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 20px 0 5px 0;
}
.How-It-Works_Dsc {
    line-height: 23px;
}
.How-It-Works_wrapper {
    text-align: center;
}
.How-It-Works_inner_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
span.How-It-Works_count {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    color: #109db2;
}
.Test-with-confidence_inner_wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    /* gap: 40px; */
    width: 80%;
    margin: 0 auto;
}
.Test-with-confidence_wrapper {
    position: relative;
    background: #109cb1;
    overflow: hidden;
    color: #F0FBFC;
}
img.Test-with-confidence_illustration {
    position: absolute;
    bottom: -20px;
    right: -25px;
    width: 180px;
    display: block;
}
.Test-with-confidence_logo_wrapper {
    background: #fff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.feedback_wrapper {
    background: #f0fbfc;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.feedback__{
  position: relative;
}
.feedback_block_here {
    background: #fff;
    padding: 20px;
    border: 1px solid #109cb1;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.feedback_wrapper .slick-slide {
    margin: 0 20px;
}
.feedback_wrapper .slick-list {
    margin: 0 -20px;
}
img.feedback_illustration {
    position: absolute;
    left: -20px;
    bottom: 35%;
    width: 100px;
}
p.feedback_title {
    font-size: 22px;
    font-weight: bold;
}
.feedback_top_wrapper {
    text-align: center;
}
.feedback_wrapper .reviews_text_wrapper {
    padding: 0;
    border: 0;
    margin: 0;
}
.feedback_bottom_wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
}
.feedback_prod_img_ {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 0 0 auto;
    border: 3px solid #109cb1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.feedback_bottom_wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    margin-top: 30px;
}
.feedback_wrapper .slick-slide > div{
    height: 100%;
}
.feedback_inner_wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
}
.feedback_inner_wrapper {
    padding: 20px 0;
}
.feedback_wrapper ul.slick-dots {
    bottom: -50px;
}
.feedback_wrapper ul.slick-dots li button:before {
    content: unset;
}
.feedback_wrapper ul.slick-dots li button {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #3d3d3d;
    height: 10px;
    width: 10px;
}
.feedback_wrapper ul.slick-dots li.slick-active button {
    background: #3d3d3d;
}
.Key-Points_inner_wrapper {
    background: #f0fbfc;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 70px;
}
.Key-Points_main_wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}
.Key-Points_main_wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1.8fr 1fr;
    margin-top: 40px;
}
.key_points_inner_block_wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
span.key_points_here {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}
.key-Points_blocks_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.key_points_badge {
    display: inline-block;
    background: #109cb1;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #f0fbfc;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.Key-Points_dsc {
    max-width: 570px;
    margin: 0 auto;
}
.Key-Points_header_wrapper h2 {
    margin: 15px 0 12px 0;
    color: #109cb1;
}
.Key-Points_header_wrapper {
    text-align: center;
}
.key-Points_blocks_wrapper:last-child .key_points_inner_block_wrapper:nth-child(2) {
    transform: translateX(40px);
}
.key-Points_blocks_wrapper:first-child .key_points_inner_block_wrapper:nth-child(2) {
    transform: translateX(-40px);
}
img.How-It-Works_icon {
    width: 140px;
    display: block;
}
.custom_footer_inner_wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
}
.footer_info_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.footer_info {
    max-width: 550px;
}
.footer_social_wrapper .footer__aside-top, .footer_social_wrapper .footer__aside-bottom {
    justify-content: end;
}
img.faq_illustration {
    position: absolute;
    width: 180px;
    bottom: -40px;
    right: -40px;
}
.img_blank {
    padding-right: 20px;
}
.img_blank .dsc___ {
    margin-top: 10px;
    max-width: 560px;
}
.custom_video_theme_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.video_theme_content_wrapper .Dsc {
    margin: 10px 0 30px 0;
}
.video_here_wrapper .text-custom {
    color: #fff;
}
.video_here_wrapper .shadow-block {
    box-shadow: none;
}
.challenge_main_wrapper {
    background: #f0fbfc;
}
.challenge_blocks_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.challenge_info_wrapper {
    width: 80%;
}
.challenge_block_here {
    text-align: center;
    border: 2px solid #109DB2;
    border-radius: 20px;
    padding: 15px 15px;
}
p.challenge_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 40px;
    margin-bottom: 10px;
}
.challenge_block_here:first-child {
    color: #f0fbfc;
    background: #109db2;
}
.challenge_block_here:nth-child(odd){
    transform: translateY(-30px);
}
.challenged_inner_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.challenges_info_inner_wrapper .dsc {
    margin: 10px 0 22px 0;
}
.challenges_info_inner_wrapper .dsc p:last-child {
    margin-top: 12px;
}
.usage_btns_wrapper__ {
    border-bottom: 1px solid #109db2;
    display: flex;
    align-items: center;
}
span.usage_btn_selector {
    background: #fff;
    padding: 6px 20px;
    /* border-top-left-radius: 6px; */
    border-radius: 6px 6px 0px 0px;
    color: #3d3d3d;
    transition: 300ms ease;
    cursor: pointer;
}
span.usage_btn_selector:hover {
    background: #f0fbfc;
}
span.usage_btn_selector.active{
    background: #109db2;
    color: #fff;
}
.usage_block_inner_tabs_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 20px 0 40px 0;
}
.usage_block_here {
    display: none;
}
.usage_block_here.active {
    display: block;
}
.usage_blocks_wrapper {
    padding-top: 20px;
}
.usage_blocks_btn_wrapper .dsc {
    margin-bottom: 12px;
}
.product-card__quick-buy {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  position: unset;
}
.product_custom_buy_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.product_custom_buy_wrapper button.button {
    padding: 6px 10px;
}
.custom_gallery .product-gallery__media.snap-center {
    height: auto;
}
.custom_gallery .product-gallery__ar-wrapper {
    background: transparent;
    border-radius: 0;
}
.custom_gallery .product-gallery__media.snap-center {
    background: #F0FBFC;
}
.shopify-payment-button__button--unbranded, .shopify-payment-button__button--branded.shopify-payment-button__button--branded [role=button] {
    padding: inherit !important;
}
.shopify-section--main-product buy-buttons.buy-buttons button {
    background: transparent;
    border-color: #109DB2;
    color: #109DB2;
}
.custom_usp_ ul.slick-dots {
    width: max-content;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: unset;
}
.custom_usp_ ul.slick-dots li button:before, .Shipping-Dates_inner_wrapper_detail_info_inner_ ul.slick-dots li button:before {
    content: unset;
}
.custom_usp_ ul.slick-dots li button, .Shipping-Dates_inner_wrapper_detail_info_inner_ ul.slick-dots li button {
    background: #DEDEDE;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.custom_usp_ ul.slick-dots li.slick-active button, .Shipping-Dates_inner_wrapper_detail_info_inner_ ul.slick-dots li.slick-active button {
    background: #109DB2;
}
.custom_usp_ ul.slick-dots li {
    margin: 0;
}
/* span.custom_usp_txt {
    max-width: 250px;
} */
.challenge_main_wrapper.what-can-be-tested_wrapper .challenged_inner_wrapper {
    grid-template-columns: 0.7fr 1fr;
}
.challenge_main_wrapper.what-can-be-tested_wrapper .challenge_info_wrapper {
    width: 100%;
    border: 2px solid #109db2;
    border-right: 0;
    border-radius: 20px 0px 0 20px;
    padding: 30px 20px;
}
.challenge_main_wrapper.what-can-be-tested_wrapper .challenge_block_here:nth-child(odd) {
    transform: translateY(0px);
}
.challenge_main_wrapper.what-can-be-tested_wrapper .challenge_blocks_wrapper {
    gap: 15px;
}
.challenge_main_wrapper.what-can-be-tested_wrapper .challenge_block_here:last-child {
    color: #f0fbfc;
    background: #109db2;
}
.challenge_main_wrapper.what-can-be-tested_wrapper .challenge_block_here:first-child {
    color: inherit;
    background: inherit;
}
.challenge_main_wrapper.what-can-be-tested_wrapper .challenge_block_here {
    padding: 35px 15px 65px 15px;
    position: relative;
}
p.accuracy {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    font-style: italic;
}
.product-info .circle-chevron {
  background: transparent;
  transform: rotate(-90deg);
}
.product-info .group[aria-expanded="true"]
  .circle-chevron.group-expanded\:colors:not([disabled]),
.product-info .group:hover .circle-chevron.group-hover\:colors:not([disabled]) {
  background: transparent;
  color: inherit;
}
.product-info .group[aria-expanded="true"] .circle-chevron.group-expanded\:colors:not([disabled]){
      transform: rotate(0deg);
}
.custom_gallery .product-gallery__media{
  padding: 0;
}
.feedback_blocks_wrapper.slick-initialized.slick-slider.slick-dotted {
    z-index: 1;
}
.product-gallery__media img.gallery_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 30px;
    max-height: 30px;
    z-index: 0;
}
.gallery_fixer_loader {
    z-index: 1;
    position: relative;
}
cart-drawer#cart-drawer {
    z-index: 9999999;
}
.product.featured_prod_wrapper {
    margin-top: 12px;
}
.custom_video_inner_wrapper {
    margin: 20px 0;
}
.shopify-section-group-footer-group .bg-custom {
  margin-top: 30px;
  padding: 40px 30px;
}
.usage_blocks_btn_wrapper a.button {
    font-size: 14px;
}
div#custom_reviews__ {
    margin-top: 20px;
}
.shopify-section--main-product buy-buttons.buy-buttons button:hover {
    background: #109db2;
    color: #f0fbfc;
}
.footer_links_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px 0;
}
.footer_logo_custom_wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
}
.footer_inner_wrapper .footer__aside-top, .footer_inner_wrapper .footer__aside-bottom {
    justify-content: center;
}
.footer_inner_wrapper .footer__aside-bottom {
    margin-top: 10px;
}
.fotter_wrapper {
    background: #f0fbfc;
    padding: 30px 0;
}
.benifit_block_wrapper {
    border: 2px solid #109db2;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
}
.new_benefits_inner_wrapper {
    display: grid;
    grid-template-columns: auto 2fr 2fr;
    gap: 45px;
}
.hd_benefits_wrapper {
    display: flex;
    align-items: center;
}
.benifit_block_wrapper:nth-child(2) {
    background: #109db2;
    color: #f0fbfc;
}
.sanitized_ img.Home-Banner_img {
  object-position: bottom;
  filter: unset;
}
.footer_links_wrapper a {
    font-weight: bold;
}
.Custom-Hero_wrapper {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    background-image: url(/cdn/shop/files/seamless_halftone_background-01_2.png?v=1714729836);
    background-size: contain;
    background-repeat: repeat;
    padding-top: 10px;
}
img.bottom-shape {
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: block;
}
.Custom-Hero_inner_wrapper {
    text-align: center;
}
.custom_hero_img_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.custom_hero_img_wrapper__ {
    max-width: 340px;
    position: relative;
}
.custom_hero_img_wrapper img {
    width: 100%;
    display: block;
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
}
.custom_info_wrapper {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.custom_info_wrapper .dsc {
    margin-top: 10px;
    line-height: 33px;
    letter-spacing: 3.52px;
    text-transform: uppercase;
    font-size: 16px;
}
span.var__btn {
    border-radius: 6px;
    border: 1px solid #3D3D3D;
    background: rgba(255, 255, 255, 0.19);
    box-shadow: 4px 4px 10.3px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    padding: 10px 20px;
}
.variants__wrapper__ {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 70px;
    margin-top: 40px;
}
.Innovative_solutions_grid_wrapper_1, .Innovative_solutions_grid_wrapper_2, .Innovative_solutions_grid_wrapper_3 {
    height: 400px;
}
.Innovative_solutions_grid_wrapper_1 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.Innovative_solutions_grid_wrapper_2 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    border-bottom: 1px solid #DEDEDE;
}
.Innovative_solutions_grid_wrapper_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #DEDEDE;
}
img.Innovative_solutions_icon {
    object-fit: contain;
    height: 60px;
    width: 60px;
    display: block;
}
.Innovative_solutions_hd_grid {
    background-image: url(/cdn/shop/files/Bg-Blur.jpg?v=1714735624);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: hue-rotate(350deg);
}
h2.Innovative_solutions_hd_ {
    color: transparent;
    -webkit-text-stroke: 3.5px white;
    font-size: 96px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.88px;
    text-align: center;
    padding: 0 50px;
}
.Innovative_solutions_grid_wrapper_1 .Innovative_solutions_main_grid {
    border-left: 1px solid #DEDEDE;
}
.Innovative_solutions_grid_wrapper_2 .Innovative_solutions_main_grid {
    border-right: 1px solid #DEDEDE;
}
.Innovative_solutions_grid_wrapper_3 .Innovative_solutions_main_grid:last-child {
    border-left: 1px solid #DEDEDE;
}
/* .Innovative_solutions_main_grid_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 30px 20px 10px 30px;
} */
.Innovative_solutions_main_grid_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    text-align: center;
    align-items: center;
    background: #F0FBFC;
    padding: 20px 10px;
    border-radius: 20px;
}
.Innovative_solutions_video_grid video {
    object-fit: cover;
    width: 100%;
    height: 700px;
    border-radius: 20px;
}
.Innovative_solutions_benifit_detail {
    height: 110px;
}
.Innovative_solutions_info_wrapper {
    margin-top: 20px;
}
h5.Innovative_solutions_benefit {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.Innovative_solutions_grid_wrapper_3 .Innovative_solutions_main_grid_inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}
.Technical-Specifications_main_wrapper {
    background: #f0fbfc;
    padding-top: 40px;
}
.Technical-Specifications_hd_wrapper {
    text-align: center;
}
.Technical-Specifications_hd_wrapper .dsc {
    max-width: 680px;
    margin: 12px auto 0 auto;
}
.Technical-Specifications_table_header {
    background: #109DB2;
    border-radius: 40px;
    display: grid;
    /* grid-template-columns: 1fr 2fr 0.6fr 0.4fr; */
    grid-template-columns: 1fr 2fr 0.6fr;
    padding: 7px 0 7px 0px;
}
p.table_header_parameter {
    color: #f0fbfc;
    font-weight: 600;
    padding: 0 30px;
}
.Technical-Specifications_data_wrapper {
    display: grid;
    /* grid-template-columns: 1fr 2fr .6fr .4fr; */
    grid-template-columns: 1fr 2fr .6fr;
    border-bottom: 1px solid #dedede;
}
.Technical-Specifications_data_wrapper:last-child {
    border-bottom: none;
}
p.table_data_parameter:last-child {
    border: none;
}
p.table_data_parameter:last-child, p.table_header_parameter:last-child {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
p.table_data_parameter {
    border-right: 1px solid #DEDEDE;
    padding: 13px 10px 13px 30px;
}
.Technical-Specifications_data_wrapper:nth-child(2) p {
    padding-top: 20px;
}
.Technical-Specifications_table_wrapper .section {
    padding-top: 10px;
}




.Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_inner_wrapper {
    display: block;
    position: relative;
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_video_wrapper {
    max-width: 788px;
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_video_wrapper {
    max-width: 788px;
    height: 595px;
    max-width: 60%;
    width: 100%;
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_info_wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* max-width: 600px; */
    max-width: 50%;
    width: 100%;
    /* max-width: 700px; */
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 0%, rgba(16, 157, 178, 0.05) 65%, rgba(16, 157, 178, 0.10) 98%);
    backdrop-filter: blur(15px);
    padding: 25px 60px 35px 60px;
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper h2.h3.custom_banner_hd {
    font-size: 40px;
    /* font-size: 48px; */
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_info_dsc {
    width: 100%;
    margin: 8px 0 20px 0;
    /* font-size: 16px; */
    font-size: 20px;
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper p.sub_hd_ {
    text-transform: uppercase;
    letter-spacing: 1.16px;
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper video#upgrade__ {
    height: 100%;
    object-fit: cover;
}
.Video-with-text_wrapper.Video-text-glassmorphism_wrapper {
    background-image: url(/cdn/shop/files/seamless_halftone_background-01_2.png?v=1714729836);
    background-size: contain;
    background-repeat: repeat;
}
.Versatile-applications_blocks_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}
.Versatile-applications_block {
    /* background: red; */
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.69);
    backdrop-filter: blur(10px);
}
.Versatile-applications_img_wrapper img {
    border-radius: 20px;
    display: block;
    width: 100%;
}
.Versatile-applications_info_wrapper {
    padding: 10px 20px 20px 20px;
}
.Versatile-applications_bg_img_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* .Versatile-applications_bg_img_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    overflow: hidden;
} */
img.Versatile-applications_section_bg {
    height: 470px;
    display: block;
    object-fit: cover;
    object-position: 0px -80px;
    filter: brightness(0.8);
}
.Versatile-applications_main_wrapper .section{
    position: relative;
    z-index: 1;
}
.Versatile-applications_main_wrapper {
    position: relative;
    padding-bottom: 80px;
}
.Versatile-applications_inner_wrapper h2 {
    text-align: center;
}
h5.Versatile-applications_block_hd {
    font-size: 24px;
    font-weight: 600;
}
.Versatile-applications_block_dsc {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 18px 0;
}
.Versatile-applications_quick_point_block {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.Versatile-applications_quick_point_block img.tick_icon_img {
    transform: translateY(5px);
}
.Versatile-applications_quick_points_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
span.Versatile-applications_quick_point_ {
    line-height: 21px;
}
.Innovative_solutions_inner_wrapper {
    width: 100%;
    overflow: hidden;
}
.Custom-Announcement_calling_info_wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.Custom-Announcement_calling_info_wrapper {
    display: flex;
    align-items: center;
}
.Custom-Announcement_inner_wrapper {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
}
.Custom-Announcement_wrapper .section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.Custom-Announcement_wrapper {
    background: #109cb1;
    color: #fff;
}
.Custom-Announcement_tagline_wrapper {
    text-align: right;
}
.Custom-Announcement_calling_info_wrapper a:last-child {
    margin-left: 50px;
    border-left: 1px solid #fff;
    padding-left: 50px;
}
img#magneticImage {
    box-shadow: -20px 28px 12px -9px rgba(0, 0, 0, 0.15);
}

.innovative_solution_inner_wrapper {
    display: grid;
    grid-template-columns: .8fr 1fr;
    position: relative;
    align-items: flex-start;
    gap: 20px;
}
.video_block_wrapper {
    position: sticky;
    top: 0px;
}
h2.Innovative_solutions_hd__ {
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.benefits_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: sticky;
    top: 0;
}
/* .product .product-info__price {
    margin-bottom: 0;
} */
a.custom_rating_wrapper {
    margin: -2px 0px -10px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
span.custom_ratings_stars {
    color: #ffb74a;
}
p.availability_diff_colors {
    background: #109baf;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin-bottom: -8px;
    font-size: 16px;
    /* font-weight: bold; */
    border-radius: 0.375rem;
}
@keyframes changeColors {
  0% { background-color: #109baf; color: #fff; }
  25% { background-color: #000000; color: #fff; }
  50% { background-color: #ffffff; color: #109baf; }
  75% { background-color: #03af94; color: #fff; }
  100% { background-color: #109baf; color: #fff; }
}

.availability_diff_colors {
  animation: changeColors 6s infinite;
}
.shopify-section--main-product buy-buttons.buy-buttons button[is="custom-button"] {
    background: #f1750e;
    border-color: #f1750e;
    color: #ffffff;
}
.camera_on {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    top: 16px;
    right: 16px;
    z-index: 1;
    background: #fff;
    height: 40px;
    width: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.camera_on_inner {
    padding: 4px;
}
.camera_on_inner.control_off:after {
    content: '';
    height: 100%;
    width: 3px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.camera_on_inner.control_off img {
    opacity: 0.4;
}
label.block-swatch.custom_swatch img {
    display: block;
    height: 50px;
    width: 70px;
    object-fit: contain;
}
label.block-swatch.custom_swatch {
    padding: 5px;
    height: auto;
}
button.tap-area.custom_dot[hidden] {
    display: block !important;
}


/* about us section */
.custom-about-content {
    display: flex;
    justify-content: space-between;
    margin: 80px 173px 20px 173px;
    background-color: #f3f3f3;
    padding: 76px 97px 43px 97px;
    border-radius: 10px;
}
ul.custom-about-list {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0;
    padding: 0;
}
p.custom-about-description,
p.custom-about-description_one{
    max-width: 70%;
}
ul.custom-about-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-about-image-container img {
    border-radius: 15px;
}
.custom-about-section .primary_btn_custom {
    margin-top: 38px;
}

/* Testimonial Section  */
.custom-testimonial-section {
    padding: 80px 20px 100px 20px;
    background-color: white;
    text-align: center;
    margin: 0;
}
.custom-testimonial-container {
  max-width: 1200px;
  margin: 0 auto;
}
.custom-testimonial-subtitle {
  color: #ff6b6b;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-testimonial-heading {
    font-size: 45px;
    font-weight: bold;
    margin: 0px 0;
    font-weight: 900;
    text-transform: math-auto;
}
.custom-testimonial-description {
    font-size: 18px;
    color: black;
    max-width: 600px;
    margin: 0 auto 30px;
}
.custom-testimonial-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.custom-testimonial-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  text-align: left;
}
.custom-testimonial-header {
    display: flex;
    align-items: center;
    gap: 33px;
    margin-bottom: 1px;
}
.custom-testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.custom-testimonial-name {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.custom-testimonial-role {
    font-size: 14px;
    color: black;
    margin: 0;
    font-weight: 600;
}

.custom-testimonial-text {
    font-size: 17px;
    color: black;
    font-weight: 500;
    /* text-align: justify; */
}
/* blog-section */
.custom-blog-section {
    padding: 20px 20px 0px 20px;
    background-color: #f3f3f3;
}
.custom-blog-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-blog-text {
  display: flex;
  flex-direction: column;
}
.custom-blog-subtitle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    padding-top: 10px;
}
.custom-blog-heading {
  font-size: 28px;
  font-weight: bold;
  color: #222;
}
.custom-blog-button {
  background-color: #ff00ff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.custom-blog-button:hover {
  background-color: #d600d6;
}
.blog.color-scheme-1.gradient.no-heading {
    background-color: #f3f3f3;
}
.Home-Banner_wrapper {
    margin-bottom: 80px;
}
.section-template--24088249467187__featured_blog_kGmBhJ-padding {
    padding-top: 0px;
    padding-left: 0;
}
.card--card.card--media>.card__content {
    padding: 0;
}
.blog-articles .article-card .card__information, .blog__posts .article-card .card__information {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.newsletter__wrapper.color-scheme-1.gradient.content-container.isolate.content-container--full-width.section-template--24088249467187__newsletter_EMYcpM-padding {
    background-image: url(/cdn/shop/files/A_4.webp?v=1738333327);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    margin-top: 0;
}
h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: white;
}
.newsletter__subheading p {
    color: white;
}
.team-section {
  padding: 40px 0;
  text-align: center;
}
.team-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}
h2.rich-text__heading.rte.inline-richtext.h0.scroll-trigger.animate--slide-in {
    margin-top: 10px;
}
.rich-text__text.rte.scroll-trigger.animate--slide-in {
    margin-top: 0;
}
.section-template--24089336152371__rich_text_qnqVU9-padding {
    padding-bottom: 21px !important;
}
.team-member {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
}
.team-member img {
  width: 100%;
  border-radius: 10px;
}
.team-member h3 {
  margin-top: 10px;
  font-size: 18px;
}
.team-member p {
  color: gray;
}
.about-us-page-about-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.about-us-page-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  gap: 40px;
}
.about-us-page-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  display: block;
}
.about-us-page-text {
  max-width: 600px;
}
.about-us-page-text h2 {
    font-size: 41px;
    font-weight: bold;
}
.about-us-page-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.about-us-page-signature {
  font-family: 'Cursive';
  color: #d9534f;
  font-size: 20px;
}
.about-us-page-founder {
  font-weight: bold;
}
@media screen and (min-width: 1560px){
  img.custom_banner_tube_img {
    margin-right: 100px;
}
img.custom_banner_tube_img:last-child {
    margin-right: 250px;
}
  .custom_banner_dsc {
    width: 100%;
}
  img.bottom-shape {
    bottom: -30px;
}
  
}


@media screen and (min-width: 1400px){
  span.reviews_get {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1300px){
  .header__wrapper {
    padding-left: 48px;
    padding-right: 48px;
}
  
  
}


@media screen and (max-width: 1024px){
  .CTA_img_wrapper {
    width: 45%;
}
  .CTA_detail_wrapper {
    max-width: unset;
    width: 55%;
    padding-right: 20px;
}
  .custom_reviews_internal_wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
}
  .estimated_shipping_checkout_btn_wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
  .custom_banner_bottom_img_wrapper {
    display: none;
}
  .custom_banner_dsc {
    width: 80%;
}
  .Video-with-text_inner_wrapper {
    grid-template-columns: 1fr 1fr;
}
  .header__wrapper {
    padding-left: 32px;
    padding-right: 32px;
}
  .variants__wrapper__ {
    column-gap: 20px;
}
  .Innovative_solutions_grid_wrapper_1, .Innovative_solutions_grid_wrapper_2, .Innovative_solutions_grid_wrapper_3 {
    display: flex;
    flex-wrap: wrap;
}
  .Innovative_solutions_main_grid {
    width: 50%;
}
  .Innovative_solutions_grid_wrapper_1, .Innovative_solutions_grid_wrapper_2, .Innovative_solutions_grid_wrapper_3 {
    height: auto;
}
  .Innovative_solutions_grid_wrapper_1 .Innovative_solutions_main_grid:nth-child(2), .Innovative_solutions_grid_wrapper_1 .Innovative_solutions_main_grid:nth-child(3), 
  .Innovative_solutions_grid_wrapper_2 .Innovative_solutions_main_grid:nth-child(2) {
    border: none;
}
  .Innovative_solutions_grid_wrapper_1 .Innovative_solutions_main_grid:nth-child(2) {
    border-right: 1px solid #DEDEDE;
}
  .Custom-Announcement_inner_wrapper {
    grid-template-columns: 1fr;
}
  .Custom-Announcement_calling_info_wrapper {
    display: none;
}
  .Custom-Announcement_tagline_wrapper {
    text-align: center;
}
  .innovative_solution_inner_wrapper {
    grid-template-columns: 1fr;
}
  .video_block_wrapper, .benefits_wrapper {
    position: unset;
}
  h2.Innovative_solutions_hd__ {
    text-align: center;
    font-size: 40px;
}
  
}

@media screen and (max-width: 999px){
  .mail_external_wrapper {
    grid-template-columns: 1fr;
    padding: 30px 40px;
}
  .mail_img_wrapper {
    display: none;
}
  h2.custom_banner_hd {
    font-size: 52px;
}
.product.featured_prod_wrapper.reverse_ product-gallery {
    order: 0;
}
  .boxes_detail {
    width: 25%;
}
  .product.featured_prod_wrapper.reverse_ {
    padding-top: 40px;
}
  .product.main_page_product .product-gallery {
    position: unset;
}
  /* .main_page_product page-dots {
    display: none !important;
} */
  .Video-with-text_inner_wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
}
  .Video-with-text_info_wrapper {
    order: 1;
}
  .Test-with-confidence_inner_wrapper {
    width: 90%;
}
  .Key-Points_inner_wrapper {
    padding: 30px 50px;
}
  .key_points_inner_block_wrapper {
    padding: 20px 10px;
}
  .custom_footer_inner_wrapper, .challenge_main_wrapper.what-can-be-tested_wrapper .challenged_inner_wrapper  {
    grid-template-columns: 1fr;
}
  .footer__aside.empty\:hidden, .footer_social_wrapper .footer__aside-bottom {
    justify-content: center;
}
  .challenged_inner_wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
}
  .challenge_info_wrapper {
    margin: 0 auto;
    text-align: center;
}
  .challenge_main_wrapper.what-can-be-tested_wrapper .challenge_info_wrapper {
    border: none;
    border-radius: 0;
    padding: 0;
}
  .Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_video_wrapper {
    height: auto;
    max-width: max-content;
    width: auto;
}
  .Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_info_wrapper {
    position: unset;
    transform: unset;
    max-width: 100%;
    width: 100%;
    background: linear-gradient(180deg,#ffffff80 0% 0%,#109db20d 65%,#109db21a 98%);
}
  .Versatile-applications_blocks_wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 580px;
    margin: 24px auto 0 auto;
}
  .Versatile-applications_bg_img_wrapper {
    display: none;
}
  .Versatile-applications_main_wrapper {
    padding-bottom: 0;
}
  .variants__wrapper__ {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}
  .custom_hero_img_wrapper__ {
    max-width: 260px;
}
  .camera_on {
    display: flex;
}
@media screen and (max-width: 768px){
.CTA_detail_wrapper {
    max-width: unset;
    width: 55%;
    padding: 20px 20px 20px 30px;
}
  img.CTA_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .contact_wrappers {
    left: -80%;
}
  .estimated_shipping_checkout_btn_wrapper {
    grid-template-columns: 1fr;
}
  span.phone_text_ {
    display: none;
}
  .custom_banner_tubes_img_wrapper {
    display: none;
}
  .custom_banner_top_img_wrapper, .custom_video_inner_wrapper {
    grid-template-columns: 1fr;
}
  .Test-with-confidence_inner_wrapper {
    width: 100%;
}
  .Key-Points_main_wrapper {
    grid-template-columns: 1fr;
    margin-top: 80px;
}
  .key-Points_blocks_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
  .key-Points_blocks_wrapper:first-child .key_points_inner_block_wrapper:nth-child(2) {
    transform: translate(0px);
    position: relative;
    top: -50px;
}
.key-Points_blocks_wrapper:last-child .key_points_inner_block_wrapper:nth-child(2) {
    transform: translate(0px);
    position: relative;
    bottom: -50px;
}
  .Key-Points_inner_wrapper {
    padding: 30px 10px 80px 10px;
}
  .key-points_img_wrapper {
    padding: 20px 100px;
}
  .custom_video_text_block {
    max-width: 100%;
}
  .custom_video_theme_wrapper {
    grid-template-columns: 1fr;
}
  h2.Innovative_solutions_hd_ {
    font-size: 76px;
}
  img.bottom-shape {
    bottom: 0px;
}
  .Technical-Specifications_table_inner_wrapper > * {
    min-width: 600px;
}
  .Technical-Specifications_table_inner_wrapper {
    overflow: auto;
}
  p.table_data_parameter {
    padding: 8px 10px 8px 15px;
}
  p.table_header_parameter {
    padding: 0 15px;
}
/* .Technical-Specifications_table_inner_wrapper::-webkit-scrollbar {
    height: 10px;
}

.Technical-Specifications_table_inner_wrapper::-webkit-scrollbar-track {
    border-radius: 40px;
    border: 1px solid #109db2;
}

.Technical-Specifications_table_inner_wrapper::-webkit-scrollbar-thumb {
    background-color: #109db2; 
    border-radius: 40px;
} */
  .Custom-Hero_wrapper img.bottom-shape {
    bottom: -10px;
}
  
}


@media screen and (max-width: 699px){
    .custom_table_wrapper.section.section-blends.section-full {
      padding-right: 0;
      padding-left: 0;
  }
  .img_blank, .table_hd_wrapper {
    width: 35%;
}
  .combined_container_img, .combined_container_data {
    width: 65%;
}
  a.table_btn {
    width: 100px;
}
.combined_container_img {
    width: 68%;
}
  .img_blank {
    width: 32%;
}
  .table_hd_wrapper {
    width: 46%;
}
  .combined_container_data {
    width: 50%;
}
  .CTA_internal_wrapper {
    flex-direction: column-reverse;
}
  .CTA_img_wrapper {
    width: 100%;
}
  .CTA_detail_wrapper {
    width: 100%;
    align-items: center;
    padding: 20px;
}
  h3.CTA_title, p.CTA_desc {
    text-align: center;
}
  .CTA_btn_wrapper {
    align-items: center;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  a.CTA_btn_learnmore {
    margin: 0;
    text-align: center;
}
  .video_module_wrapper {
    max-width: 100%;
}
  span.closer_video_module {
    left: 50%;
    transform: translateX(-50%);
    top: -68px;
    width: 48px;
    height: 48px;
}
  span.closer_video_module svg {
    width: 15px;
    height: 15px;
}
  .video_module_wrapper {
  transform: translateY(100%);
}
.video_module_wrapper.show {
  transform: translateY(0%);
}
  .video_module_wrapper {
    padding: var(--spacing-2);
}
  .mail_module_wrapper.section.section-boxed {
    margin: 16px;
}
  .mail_external_wrapper {
    padding: 30px 20px;
}
  .mail_external_wrapper .omnisend-form-646e77a71c89404ab50e4610-column-6374ec98142fd3456c0fb30f {
    flex-basis: 100%;
}
  .mail_external_wrapper .omnisend-form-646e77a71c89404ab50e4610-column-6374ec98142fd3456c0fb310 {
    flex-basis: 100%;
    max-width: 168px !important;
}
  .mail_external_wrapper .omnisend-form-646e77a71c89404ab50e4610-action-container-627932485028ebd8c6660c51 {
    padding: 0;
    margin-top: 18px;
}
  .mail_text_wrapper input#omnisend-form-646e77a71c89404ab50e4610-field-container-62a3147776d81914aa87ed98-emailField-input {
    width: 100%;
}
  div#omnisend-form-646e77a71c89404ab50e4610-field-62a3147776d81914aa87ed98:after {
    right: 16px;
}
  .success_msg_wrapper p {
    font-size: 24px;
    line-height: 28px;
}
  .trusted_icon_wrapper {
    justify-content: center;
}
  .shopify-section--main-product .product-quick-add {
    box-shadow: unset;
    border: none;
}
  .what_test_inner_blocks_Wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
}
  .what_test_block:nth-child(2) {
    transform: translateY(0px);
}
  .custom_slide_btn_wrapper, .download_btn_wrapper {
    justify-content: center;
}
  img.download_icon_ {
    max-width: 130px;
}
  .custom_usp_ {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom_usp_wrapper {
    width: 48%;
}
  .custom_usp_ {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
  .custom_usp_wrapper:last-child {
    width: 100%;
    margin-top: 6px;
}
  img.line-item__media.rounded-xs.cart_prod_img {
    width: 100px;
    height: 100px;
}
  .line-item__media-wrapper {
    width: 100px;
    min-width: 100px;
}





  .new_table_upgraded_version .img_blank {
    display: none;
}
  .new_table_upgraded_version .combined_container_img {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
  .new_table_upgraded_version .table_hd_wrapper, .new_table_upgraded_version .combined_container_data {
    width: 100%;
}
  .new_table_upgraded_version .table_data_row {
    flex-wrap: wrap;
    gap: 10px;
    /* padding: 8px 0px 8px 0px; */
}
  .new_table_upgraded_version .table_hd_wrapper {
    text-align: center;
}

  .new_table_upgraded_version span.next_line_txt {
    margin-top: 0px;
}
  .new_table_upgraded_version .table_scrolling_container {
    padding: 0 20px;
}
  .new_table_upgraded_version .table_img_row {
    padding-left: 0px;
}
  /* .new_table_upgraded_version img.table_img {
    height: 80px;
} */
  .new_table_upgraded_version a.image_linker {
    padding: 5px;
}
  .toggler_detail_wrapper_compare_table {
    flex-direction: column;
    gap: 12px;
}
  .toggler_detail_wrapper_compare_table:nth-child(odd) {
    background: transparent;
}
  .toggler_detail_wrapper_compare_table:nth-child(even) {
    background: #e6f7f9;
}
  .combined_container_data.spacer_toggler {
    width: 50px;
}
  .toggler_wrapper_compare_table {
    padding-left: 10px;
}
  .toggler_wrapper_compare_table .table_hd_wrapper {
    text-align: left;
}
  .toggler_detail_wrapper_compare_table_main p.table_hd {
    font-weight: 600;
}
  .custom_table_wrapper .table_img_row {
    top: 0px;
}
  h2.custom_banner_hd {
    font-size: 40px;
}
  .custom_banner_dsc {
    width: 90%;
}
  .custom_banner_leaf {
    bottom: -80px;
    left: unset;
    transform: rotate(-25deg);
    right: -130px;
}
  .custom_banner_leaf img {
    width: 290px;
    opacity: .3;
}
  .custom_banner_text_wrapper {
    margin: 30px 0 0 0;
}
  .custom_banner_buttons_wrapper {
    gap: 12px;
    flex-direction: column;
}
  .custom_banner_buttons_wrapper a {
    width: 100%;
    justify-content: center;
}
  span.primary_btn_icon_ {
    width: auto;
    background: transparent;
    color: #fff;
}
  .custom_banner_dsc {
    width: 100%;
    font-size: 18px;
}
  img.custom_video_thumbnail {
    height: 350px;
}
  .custom_video_text_wrapper .custom_slide_btn_wrapper {
    justify-content: flex-start;
}
  /* .product-gallery__media {
    height: 300px;
} */
  /* .featured_prod_wrapper product-gallery {
    padding: 20px 0;
} */
  /* .featured_prod_wrapper .product-gallery__media.snap-center {
    padding: 10px;
} */
  .boxes_detail {
    width: 30%;
}
  product-quick-add button {
    box-shadow: 7px 7px 16px -3px #00000073 !important;
}
  p.box_item_title {
    height: 30px;
}
  .custom_video_text_block {
    max-width: 100%;
}
  .portfolio_main_popup_wrapper_ {
    padding: 10px;
    width: 95%;
}
  span.portfolio_popup_closer_ {
    top: -25px;
    right: -15px;
}
  .calculator_icons_wrapper {
    order: 1;
}
  .estimated_shipping_checkout_btn_wrapper {
    margin-top: 30px;
}
  .custom_banner_wrapper {
    height: 70vh;
    background-position: center;
}
  
  .Video-with-text_info_dsc {
    font-size: 16px;
    width: 100%;
}
  .How-It-Works_grid_wrapper {
    grid-template-columns: 1fr;
}
span.how_it_Works_arr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
  span.how_it_Works_arr img {
    transform: rotate(90deg);
    width: 40px;
}
  .Test-with-confidence_inner_wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
}
  .Test-with-confidence_logo_wrapper {
    height: 100px;
    width: 100px;
    justify-self: center;
}
  .key-points_img_wrapper {
    padding: 20px 0px;
}
  .key-Points_blocks_wrapper:first-child .key_points_inner_block_wrapper:nth-child(2), .key-Points_blocks_wrapper:last-child .key_points_inner_block_wrapper:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
  .key-Points_blocks_wrapper {
    position: relative;
}
  .key-Points_blocks_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
  .key-Points_blocks_wrapper:first-child .key_points_inner_block_wrapper:nth-child(2){
    top: -90px;
}
  .key-Points_blocks_wrapper:last-child .key_points_inner_block_wrapper:nth-child(2) {
    bottom: -90px;
}
  .Key-Points_main_wrapper {
    margin-top: 110px;
}
  .Key-Points_inner_wrapper {
    padding: 30px 10px 120px;
}
  .header__wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
  a.button.header_btn {
    display: none;
}
  .header__secondary-nav .call_icon_wrapper, .header__secondary-nav a[aria-controls=search-drawer] {
    display: block;
}
  .header__main-nav .header__icon-list a, .header__main-nav .header__icon-list .call_icon_wrapper {
    display: none;
}
  img.Home-Banner_img.img_m__ {
    display: block;
}
  img.Home-Banner_img.img_d__ {
    display: none;
}
  .home_banner_info_wrapper {
    align-items: flex-start;
}
  img.Home-Banner_img {
    filter: brightness(0.7);
}
  .home_banner_info_wrapper .custom_banner_text_wrapper {
    text-align: center;
}
  .home_banner_info_wrapper .section {
    padding-top: 0;
}
  .footer_info_wrapper {
    flex-direction: column;
}
  .footer_info {
    text-align: center;
}
  .challenge_blocks_wrapper {
    grid-template-columns: 1fr;
}
  .challenge_block_here:nth-child(odd) {
    transform: translateY(0px);
}
  .challenged_inner_wrapper {
    gap: 40px;
}
  .challenge_info_wrapper {
    width: 100%;
}
  span.custom_usp_txt {
    width: 66%;
}
  .custom_video_dsc {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 30px;
}
  .shopify-section-group-footer-group .bg-custom {
    margin-top: 20px;
    padding: 20px 30px;
}
  .How-It-Works_inner_wrapper {
    gap: 15px;
}
  .How-It-Works_wrapper .section {
    padding-bottom: 15px;
}
  .How-It-Works_btn_wrapper {
    margin-top: 12px;
}
  .custom_video_text_wrapper .custom_slide_btn_wrapper {
    justify-content: center;
}
.video_theme_content_wrapper, .usage_blocks_btn_wrapper, .custom_video_text_block {
    text-align: center;
}
  footer, #shopify-section-footer-2 {
    margin-top: 40px;
}
  .footer_links_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
  h2.Innovative_solutions_hd_ {
    font-size: 58px;
}
  .Innovative_solutions_hd_grid, .Innovative_solutions_video_grid, .Innovative_solutions_video_grid video {
    height: 300px;
}
  h5.Innovative_solutions_benefit {
    font-size: 18px;
}
  .Innovative_solutions_main_grid {
    width: 100%;
}
  .Innovative_solutions_grid_wrapper_1 .Innovative_solutions_main_grid:nth-child(2), .Innovative_solutions_grid_wrapper_2 .Innovative_solutions_main_grid {
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
}
  .Innovative_solutions_grid_wrapper_3 .Innovative_solutions_main_grid:last-child{
    border-left: none;
    border-top: 1px solid #DEDEDE;
  }
  .Innovative_solutions_main_grid_inner {
    align-items: center;
    text-align: center;
}
  .Custom-Hero_wrapper.spectrophotometer__ .section {
    margin-bottom: -20px;
}
  .variants__wrapper__ {
    grid-template-columns: 1fr;
}
  .Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_info_wrapper {
    padding: 30px 16px;
}
  .Versatile-applications_bg_img_wrapper {
    display: block;
    position: unset;
}
  img.Versatile-applications_section_bg {
    height: auto;
    object-position: unset;
}
  .Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_video_wrapper {
    height: 320px;
    max-width: 100%;
}
  .Video-with-text_wrapper.Video-text-glassmorphism_wrapper h2.h3.custom_banner_hd {
    font-size: 32px;
}
  img.Innovative_solutions_icon {
    height: 60px;
    width: 60px;
}
  .Video-with-text_wrapper.Video-text-glassmorphism_wrapper .Video-with-text_info_dsc {
    font-size: 16px;
}
  .Custom-Hero_wrapper.spectrophotometer__ .section {
    padding-top: 10px;
}
  /* .technical_spec_arr_wrapper button {
    color: #f0fbfc;
    background: #109db2;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
  }
  .technical_spec_arr_wrapper {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    max-width: 200px;
    margin: 0 auto 10px auto;
}


  .technical_spec_arr_wrapper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
  button.scroll-left-btn {
    left: 12px;
}
  button.scroll-right-btn {
    right: 12px;
}
  .Technical-Specifications_table_wrapper {
    position: relative;
} */

  .Technical-Specifications_table_inner_wrapper {
    position: relative;
}
  .scroll_anim_wrapper_{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000091;
    justify-content: center;
  }
  .scroll_anim_wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    min-width: max-content;
    display: none;
    justify-content: center;
}
  .scroll_anim_wrapper.show {
    display: flex;
}
  .header__main-nav button {
    transform: translateY(3px);
}
  .benefits_wrapper {
    grid-template-columns: 1fr;
}
  .Innovative_solutions_benifit_detail {
    height: auto;
}
h2.Innovative_solutions_hd__ {
    font-size: 32px;
}
  .Custom-Hero_wrapper {
    margin-bottom: 0px;
    background-image: url(/cdn/shop/files/seamless_halftone_background-01_2.png?v=1714729836);
}
label.block-swatch.custom_swatch img {
    height: 50px;
    width: 65px;
}
  label.block-swatch.custom_swatch {
    padding: 2px;
}
  
}





/* RESTYLE ########### */

.Shipping-Dates_inner_wrapper_block {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    overflow: hidden;
    background: #F0FBFC;
    border-radius: 20px;
}
.Shipping-Dates_inner_wrapper_hd_info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    color: #8c73b6;
}
h2.shipping_dates_hd {
    font-size: 40px;
    font-weight: bold;
}
h5.shipping_dates_sub_hd {
    font-size: 32px;
    line-height: normal;
    margin-top: 30px;
}
.Shipping-Dates_inner_wrapper_hd_info img {
    position: absolute;
    width: 100px;
    left: -20px;
    top: 15%;
}
.Shipping-Dates_inner_wrapper_detail_info_ {
    background: #109DB2;
    padding: 40px 50px;
}
.Shipping-Dates_inner_wrapper_detail_info_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 784px;
    margin: 0 auto;
    gap: 20px;
}
.shipping_date_info_block {
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
}
img.free_shipping_icon {
    position: absolute;
    top: 2px;
    right: 2px;
    max-width: 35px;
}
.shipping_info_wrapper p {
    color: #000;
}
p.shipping_date {
    font-size: 18px;
    font-weight: bold;
}
p.shipping_time {
    margin-top: -6px;
    font-style: italic;
    font-size: 18px;
}
.custom_dates_cart_wrapper .slick-slide {
    height: max-content !important;
}
.custom_dates_cart_wrapper .slick-slide {
    margin: 0 12px;
}
.custom_dates_cart_wrapper .slick-list {
    margin: 0 -12px;
}
.custom_dates_cart_wrapper h2.shipping_dates_hd {
    font-size: 20px;
}
.custom_dates_cart_wrapper h5.shipping_dates_sub_hd {
    font-size: 18px;
    margin-top: 4px;
}
.custom_dates_cart_wrapper .Shipping-Dates_inner_wrapper_hd_info {
    padding: 14px 10px;
}
.custom_dates_cart_wrapper .shipping_date_info_block {
    height: 90px;
    margin-bottom: 10px;
    border: 1px solid #109db1;
}
.custom_dates_cart_wrapper .slick-dots li {
    margin: 0px;
}
.custom_dates_cart_wrapper {
    margin-bottom: -16px;
}





@media screen and (max-width: 798px){
  .Shipping-Dates_inner_wrapper_block {
    grid-template-columns: 1fr;
  }
  

  
}




@media screen and (max-width: 699px){
.Shipping-Dates_inner_wrapper_detail_info_inner {
    grid-template-columns: 1fr;
}
  .Shipping-Dates_inner_wrapper_detail_info_ {
    padding: 40px 20px;
}
  p.shipping_date, p.shipping_time {
    font-size: 16px;
}
  h2.shipping_dates_hd {
    font-size: 28px;
}
  h5.shipping_dates_sub_hd {
    font-size: 22px;
    margin-top: 10px;
}
.custom_dates_cart_wrapper h2.shipping_dates_hd {
    font-size: 12px;
    line-height: 5px;
}
  .custom_dates_cart_wrapper .shipping_info_wrapper p {
    margin-bottom: -3px;
}
.custom_dates_cart_wrapper .shipping_info_wrapper p, .custom_dates_cart_wrapper p.shipping_date, .custom_dates_cart_wrapper p.shipping_time {
    font-size: 12px;
}
  .custom_dates_cart_wrapper .shipping_date_icon_wrapper img {
    max-width: 42px;
}
  .custom_dates_cart_wrapper .shipping_date_info_block {
    height: 70px;
    margin-bottom: 4px;
}
  .custom_dates_cart_wrapper .Shipping-Dates_inner_wrapper_hd_info {
    padding-top: 0;
}
}

