/** Shopify CDN: Minification failed

Line 38:17 Expected ":"

**/
.shop-now-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 40px;
  padding: 0 16px;
  background: #5F9CE1;
  color: #F9FCFF;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  transition: all .3s ease;
  margin-left: 10px;
}
header-actions {
    align-items: center;
    gap: 12px;
}
.arrow-btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.cus-button-style {
    font-size: 16px;
    letter-spacing: 0.49px;
    padding-inline: calc(var(--button-padding-inline) + 6px);
    padding-block calc(var(--button-padding-block) - 2px);
    text-transform: capitalize !important;
        font-weight: 600 !important;
}
.cus-button-style svg {
    width: 20px;
    height: 20px;
}
.main-hero-section .image-block, .postion-rel {
     position: relative;
}
.postion-top {
    position: absolute;
    top: -20px;
    left: -10px;
    background: #5f9ce1;
    color: #fff;
    line-height: 0;
    padding: 7px 12px;
}
.main-hero-section .main-hero-abs {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50rem;
    --desktop-margin-left-first-item: max(40px, calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2));
    --grid-desktop-horizontal-spacing: 8px;
    --page-width: 100rem;
    margin-left: var(--desktop-margin-left-first-item);
}
.border-right {
    border-right: 1.5px solid #132d77;
}
.after-svg-header p::after {
  content: "";
  display: inline-block;
  width: 60px;
    height: 60px;
    margin-left: 12px;
    vertical-align: top;
        position: absolute;
  background: url("/cdn/shop/files/Mask_group_2.png?v=1787340653") center / contain no-repeat;
}
.after-svg p::after {
      content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    /* vertical-align: sub; */
    position: absolute;
    background: url(/cdn/shop/files/Mask_group_2.png?v=1787340653) center / contain no-repeat;
    top: -10px;
}
.before-svg p {
    position: relative;
    padding-bottom: 35px;
    text-wrap: auto;
    font-size: 68px !important;
}
.before-svg p::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 45%;
  transform: translateX(-50%);
  width: 180px;
  height: 40px;
  background: url("/cdn/shop/files/cftghgc.png?v=1787597324") no-repeat center;
  background-size: contain;
}
.for-mobile {
    display: none !important;
}
.for-desktop {
    display: block !important;
}
.doted-border {
    height: 150px;
    border: 2px dashed #132D77;
    border-radius: 50%;
    justify-content: center;
    padding: 20px;
    max-width: 150px ! IMPORTANT;
}
.doted-border p {
    text-align: center;
    margin: 0 auto;
}
.border-right-0 {
    border-right: 1px solid #132d77;
}
.cus-padding-backedby {
    padding-right: 25px;
}
.btn-link .cus-button-style {
text-transform: capitalize;
font-weight: 600;
}
.email-signup__button {
    border-radius: 33px;
    width: 30%;
}
.menu-style .menu__details ul li a {
    font-size: 14px;
}
.border-top-1px {
    border-top: 1px solid #D6E3EE;
}
.cus-button-style:hover,
.shop-now-button:hover {
    background: #132d77;
    color: #fff;
    --button-border-color: #132d77;
}
.cus-button-style.button-secondary:hover {
    background: #132d77;
}
.compare-at-price {
    color: #9A9A9A !important;
}
.title-p h1 {
    font-size: 35px !important;
}
.title-p p {
    font-size: 14px !important;
}
.desktop-none-btn {
    display: none;
}
.menu-drawer__menu-item-text.wrap-text
 {
    font-size: 18px !important;
}
li.menu-drawer__list-item--flat {
    margin-bottom: 0 !important;
}
.for-desktop-top {
    display: flex;
}
.for-mobile-bottom {
    display: none;
}
.for-mobile-backed {
    display: none;
}
.for-desktop-backed {
    display: block;
}
.cus-marign {
    margin: 0 10px;
}
.cus-box-shdow {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
border: .5px solid #DFDFDF;
}
.marign-top-minus {
    margin-top: -6%;
}
.price-discount {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 5px 12px;
    border-radius: 14px;
    background: #fd9609;
    color: #fbf7f8;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
}
.product-information .buy-buttons-block product-form-component .product-form-buttons add-to-cart-component .add-to-cart-button {
    background: #132d77;
    text-transform: uppercase;
}
.product-information .buy-buttons-block product-form-component .product-form-buttons add-to-cart-component .add-to-cart-button:hover  {
    background: #5F9CE1;
}
.product-information .buy-buttons-block product-form-component .product-form-buttons add-to-cart-component .add-to-cart-button .add-to-cart-icon {
     display: none;
}
 .atc-btn-price-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-inline-start: 0.5rem;
  }

  .atc-btn-price-inline__dot {
    opacity: 0.6;
    font-size: 0.9em;
  }
  .new__pdp-badge {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .custom-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}

.custom-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  background: #f6f7f0;
  border: 1.5px solid #fff;
  border-radius: 30px;

  padding: 6px 12px;

  font-family: var(--font-h1--family);
  font-size: 13px;
  font-weight: 800;
  color: #000;

  white-space: nowrap;
  box-sizing: border-box;
}
.accordion .details__header {
    font-family: var(--font-h1--family) !important;
    font-size: 22px ! IMPORTANT;
     padding: 16px 0;
}
.badge-icon {
  width: 25px;
  height: 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 17px;
  line-height: 1;
}
img.badge-icon-img {
    width: 100%;
}
/* .announcement-bar .announcement-bar__slider .announcement-bar__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
  gap: 10px;
}

.announcement-bar .announcement-bar__slider .announcement-bar__slide .announcement-bar__icon {
  width: 23px;
  flex: 0 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -2px 0 0 0;
}

.announcement-bar__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.announcement-bar .announcement-bar__slider .announcement-bar__slide .announcement-bar__text {
    width: fit-content;
    margin: 0;
} */
.only-show-mobile {
    display: none;
}
span.jdgm-prev-badge__text {
    font-size: 16px;
    color: #132d77;
}
.border-right-ap {
    border-right: 1px solid #132d77;
    height: 25px;
}
.cus-br-none-on-desktop p br {
    display: none;
}

.sticky-add-to-cart__bar .sticky-add-to-cart__button{
    background: #132d77;
    color: #ffffff;
    --button-border-color: #132d77;
}
.sticky-add-to-cart__bar .sticky-add-to-cart__button:hover{
    background: #5F9CE1;
    color: #ffffff;
    --button-border-color: #5F9CE1;
}
.blog-post-content
 {
    max-width: 60rem !important;
 }
.blog-post-card__image--large {
    --blog-post-card-img-height: 100% !important;
}
@media screen and (max-width: 768px) {
    .cus-blog-title h1,
    .blog-post-content h4 {
            font-size: 25px !important;
    }
    .sticky-add-to-cart__bar .sticky-add-to-cart__image,
.sticky-add-to-cart__bar .sticky-add-to-cart__info,
.sticky-add-to-cart__bar .sticky-add-to-cart__price {
    display: none;
}
.sticky-add-to-cart__bar .sticky-add-to-cart__button {
    width: 100%;
}
.sticky-add-to-cart__bar {
  width: 100% !important;
}
.sticky-add-to-cart__bar .sticky-add-to-cart__button .add-to-cart-text__content {
    display: block;
}
    .cus-br-none-on-desktop p br {
    display: block;
}
     .custom-badges {
    gap: 8px;
  }

  .custom-badge {
    padding: 5px 10px;
    font-size: 10px;
    gap: 4px;
  }

  .badge-icon {
    font-size: 15px;
  }
    .for-icon-width .icon-block:first-child img {
  width: 40px !important;
}
.jdgm-horizon-widget {
    font-size: 12px !important;
}
.product-information {
    padding-top: 0;
}
.for-icon-width .icon-block:nth-child(2) {
  width: 40px !important;
}
.cus-para-11 p {
    font-size: 9px;
    width: 100% !important;
}
.cus-para-11 p br {
    display: none !important;
}
    .padding-0-12 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .margin-auto {
        margin: 0 auto;
    }
    .padding-012 {
        padding: 0 16px;
    }
    .title-p p {
    font-size: 10px !important;
}
.title-p h1 {
    font-size: 18px !important;
}
    .marign-top-minus {
    margin-top: -30%;
}
    .gap-20 {
        gap: 20px;
    }
    .desktop-none-btn {
    display: inline-flex;
}
.benefit-card {
    flex: 0 0 65% !important;
        width: 65% !important;
        min-width: 65% !important;
        max-width: 65% !important;
}
.benefit-cards {
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 16px;
        overflow-x: auto !important;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
}
.benefit-title {
    font-size: 14px;
    line-height: 18px;
}
    .display-none-on-mobile {
        display: none;
    }
    .menu-drawer__menu-item-text.wrap-text {
    font-size: 16px;
}
li.menu-drawer__list-item--flat {
    margin-bottom: 0 !important;
}
.shop-now-button { 
    height: 45px;
    padding: 0 40px;
    font-size: 14px;
    width: max-content;
}
.for-mobile {
    display: block !important;
}
.for-desktop {
    display: none !important;
}
.main-hero-section .main-hero-abs {
    position: absolute;
    top: 12%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    --desktop-margin-left-first-item:0;
    margin-left: 0;
    padding: 0 16px;
}
.mobile-abso {
    position: absolute;
    bottom: -40px;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    --desktop-margin-left-first-item:0;
    margin-left: 0;
    padding: 0 16px;
}
.cus-para p {
    font-size: 14px !important;
    text-wrap: auto;
    line-height: 18px;
}
.cus-para p br {
    display: none;
}
.main-hero-block .icon-block img {
width: 32px !important;
}
.main-hero-block .text-block p {
font-size: 14px !important;
}
.custom-heading-h2 p {
    font-size: 32px !important;
}
.custom-heading-h1 p {
    font-size: 42px !important;
}
.gap-for-mobile {
    gap: 6px;
}
.hero-icon-flex {
            justify-content: center;
}
.hero-icon-pad {
    padding: 8px 0;
}
.cus-padding-backedby {
    padding-right: 0px;
    border-right: unset !important;
    border-bottom: 2px solid #D9E4F0;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.flex-00 .text-block {
    flex: 0 0 auto !important;
}
.hero-icon-flex .main-hero-block {
    flex-basis: 27% !important;
}
.cus-button-style {
    font-size: 13.5px;
    padding: 12px 20px;
}
.cus-button-style svg {
    width: 18px;
    height: 18px;
}
.after-svg p:after {
    width: 35px;
    height: 35px;
    margin-left: 6px;
    top: 32px;
}
.brand-icon-flex {
display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 20px;
        overflow-x: auto !important;
        overflow-y: hidden;
        padding: 0 0 22px !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0 !important;
        justify-content: flex-start !important;
          scrollbar-width: none;
        -ms-overflow-style: none;
}
.brand-icon-flex-fotter {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 20px;
        overflow-x: auto !important;
        overflow-y: hidden;
        margin: 0 !important;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0 !important;
        justify-content: flex-start !important;
          scrollbar-width: none;
        -ms-overflow-style: none;
}
.brand-icon-flex .icon-block,
.brand-icon-flex-fotter .item-class {
flex: 0 0 20% !important;
        width:30% !important;
        min-width: 30% !important;
        max-width: 30% !important;
        margin-left: 0 !important;
        scroll-snap-align: start;
}

.defence-padding-mobile {
    padding: 25px 16px !important;
}
.doted-border {
    height: 130px;
    max-width: 130px !important;
    padding: 0px;
}
.mobile-016 {
    padding: 30px 16px 48px 16px;
}
.before-svg p::before {
    display:none;
}
.before-svg p {
    padding-bottom: 0;
}
.before-svg p,
.cus-38 p {
    font-size: 38px !important;
}
.padding-top-0-mobile {
    padding-top: 0 !important;
}
.gap-for-mobile-0 {
    gap: 0;
}
.bg-color-style {
    background: #fdf9f6;
    border-radius: 10px;
    padding: 10px;
    gap: 0;
}
.bg-color-style-2 {
    background: #f9fafe;
    border-radius: 10px;
    padding: 10px;
    gap: 0;
}
.btn-link {
    padding-top: 0 !important;
}
.border-right-0 {
    border-right: unset;
}
.menu-style .menu__details .menu__heading__accordion {
    font-size: 16px;
}
.cus-mobile-16 p {
     font-size: 16px;
}
.center-mobile {
    align-items: center !important;
    width: 100% !important;
}
.for-desktop-top {
    display: none;
}
.for-mobile-bottom {
    display: flex;
    margin: 0 auto;
}
.for-mobile-backed {
    display: block;
}
.for-desktop-backed {
    display: none;
}
.padding-bottom-12 {
    padding-bottom: 14px;
}
.right-unset-mobile {
    border-right: unset !important;
}
.multi-gird {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.overflow-unset {
    overflow: unset !important;
}

.item-class .text-block p {
    font-size: 12px;
}
.after-svg-header p::after {
    width: 35px;
    height: 35px;
    margin-left: 8px;
    top: 28px;
}
.padding-bottom-m {
    padding-bottom: 30px;
}
.padding-14 {
    padding-right: 14px !important;
}
.padding-top-bottom {
    padding: 10px 0 !important;
}
.cus-space .menu__heading__accordion {
    display: inline-flex !important;
     width: 100% !important;
}
.border-top-ra {
        border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.postion-top {
    position: absolute;
    top: -14px;
    left: -14px;
        padding: 3px 8px;
}
.for-make-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.for-make-flex .cus-box-shdow {
    height: 100% !important;
}
.font-14 p {
    font-size: 14px;
    text-align: center;
}
.font-12 p {
    font-size: 12px;
    text-align: center;
}
.align-items-c {
    align-items: center;
}
.for-make-flex > :last-child {
  grid-column: 1 / -1;
  justify-self: center;
}
.hero-icon-flex-cus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.hero-icon-flex-cus > * {
  flex: 0 0 calc(33.333% - 8px);
}
.flex-auto-un {
    flex: unset !important;
}
.flex-00-width .icon-block img {
    width: 45px !important;
}
.flex-auto-un .text-block:first-child p {
    font-size: 14px;
}
.flex-auto-un .text-block:last-child p {
    font-size: 12px !important;
}
.product-information {
    padding-bottom: 0;
}
.padding-60-p {
    padding: 4px 6px;
}
.cus-box-shdow-m {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
border: .5px solid #DFDFDF;
}
.display-none-for-m {
    display: none;
}
.br-unset p br {
    display: none;
}
.for-make-sec .cus-box-shdow {
    overflow: unset !important;
}
.mobile-none {
    display: none;
}
.dentist-head {
    position: relative;
}
.dentist-head.after-svg-header p::after {
    width: 35px;
    height: 35px;
    margin-left: 0px;
    top: -6px;
}
.dentist-shadow-cus {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.only-show-mobile {
    display: grid;
}
.announcement-custom .text-block {
    flex: 0 0 auto !important;
}
.announcement-custom .text-block p {
    font-size: 14px;
}
.announcement-custom .icon-block__media {
    width: 22px;
}
.display-gird-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 50%;
}
.grid-mobile-1-1 {
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
div#shopify-block-AekxlTGo1L2RuUXZOM__icon_YD8EDc {
    display: none;
}

span.jdgm-prev-badge__text {
    font-size: 10px;
}
.faimly-p .text-block p {
    font-size: 10px;
}
    .icon-mobile-30 .icon-block img {
        width: 28px !important;

    }
    .border-right-ap {
    height: 30px ! IMPORTANT;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 14px !important;
}
}