/** Shopify CDN: Minification failed

Line 773:8 Unexpected "{"
Line 774:12 Expected identifier but found "%"
Line 777:8 Unexpected "{"
Line 778:12 Expected identifier but found "%"

**/
/* main#MainContent {
    margin-top: var(--main-top) !important;
} */
.scroll-locked {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.location-summary svg {
    position: relative;
    top: -2px;
}
.breadcrumb .page-width {
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 20px;
}
.bread_separator, .breadcrumb nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.breadcrumb nav {
    margin-left: -3px;
}
.breadcrumb nav * {
    color: #1a7c94;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 3px;
}
.breadcrumb {
    margin: 67px 0 0 0;
}
.breadcrumb nav span:last-child {
    color: #a6a8ab;
    font-weight: normal;
}
.breadcrumb nav span svg path {
    stroke: #a5abb3;
}
/* PDP code start  */
div#product-grid {
    flex-direction: row-reverse;
}
div#product-details {
    max-width: 50%;
    padding-left: 0rem;
}
div#product-media {
    max-width: 50% !important;
    height: 33em;
    overflow: hidden;
}
div#product-media .product-media-container {
    position: absolute;
    max-width: 55em;
    width: 100%;
    height: 55em;
    top: -1%;
    right: -3%;
    outline-offset: 1em;
    border-radius: 50%;
}
div#product-media .product-media-container:before {
    /* content: ""; */
    position: absolute;
    width: calc(100% + 2.2em);
    height: calc(100% + 2.2em);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #1a7c9454;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    div#product-media {
        max-width: 100% !important;
        outline: 2px solid #1a7c9454;
        border-radius: 50%;
        height: auto;
        aspect-ratio: 1/1;
        outline-offset: 5em;
        position: relative;
        margin-top: 75px;
    }
    div#product-media .product-media-container {
        height: auto;
        aspect-ratio: 1;
        outline: none;
        top: 15%;
        right: 0%;
    }
    div#product-media .product-media-container:before {
        display: none;
    }
    @supports not (aspect-ratio: 1 / 1) {
        div#product-media .product-media-container,
        div#product-media {
            width: 300px;
            height: 300px;
            margin: 0 auto;
        }
    }
}
.radio-option {
    display: flex;
    position: relative !important;
    width: 14px !important;
    height: 14px !important;
    -webkit-logical-width: 14px !important;
    -webkit-logical-height: 14px !important;
    left: 12px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
label#label-option {
    /* position: absolute; */
    width: 75%;
    /* height: 4em; */
    border: none;
    background: unset!important;
    color: #000!important;
    left: 0;
    bottom: 0;
    padding: 0;
    padding-left: 10px;
    font-family: Cabin;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    display: flex;
    align-items: center;
    letter-spacing: .01em;
    text-align: left;
    margin: 0 0 0 5px;
}
label#label-option:hover {
    background: #ecfafe;
}
label#label-option:active {
    color: #ecfafe;
    background: #ecfafe;
}
div#product-form .onsale {
    padding-left: 30%;
    color: black;
}
fieldset#product-form-input {
    max-width: 95%;
}
div#product-form {
    position: relative;
    background: #fff;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18.5px 10px;
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    border: 1px solid #DADEE3;
    box-sizing: border-box;
    border-radius: 40px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 16px 0px;
}
div#product-form.selected,
div#product-form:hover {
    background: #ecfafe;
}
div#product-form.selected {
    border: 1px solid #1a7c94;
}
div#product-form:active {
    color: #ecfafe;
    background: #ecfafe;
}
button#form-button,
button.shopify-payment-button__button {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    position: static;
    width: 100%;
    left: calc(50% - 438px / 2 + 83px);
    top: 0%;
    bottom: 0%;
    background: #1a7c94;
    border-radius: 100px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border: none!important;
    box-shadow: none;
}
button#check_tandc.disable {
    background: gray;
    opacity: 0.5;
}
#check_tandc {
    font-family: 'Cabin', sans-serif;
    background: #1a7c94;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    position: static;
    width: 100%;
    left: calc(50% - 438px / 2 + 83px);
    top: 0%;
    bottom: 0%;
    cursor: pointer;
    border-radius: 100px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border: none!important;
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1rem;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
}
button.shopify-payment-button__button:not([disabled]):hover,
button.shopify-payment-button__button:hover {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 1);
}
quantity-input#qty {
    background: #ffffff;
    border: 1px solid #cbd4e6;
    box-sizing: border-box;
    border-radius: 100px;
    position: static;
    height: 56px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
}
.quantity__button {
    color: #1a7c94 !important;
    height: 100%;
}
slider-component {
    width: 100%;
    height: 100%;
}
ul#slider-desk {
    position: relative;
    flex-wrap: inherit;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    outline-offset: 0;
    border-radius: 50%;
    width: 70%;
    height: 70%;
    display: block;
    bottom: 5%;
    left: 18%;
}
ul#slider-desk:before {
    content: "";
    position: absolute;
    width: calc(100% + .2em);
    height: calc(100% + .2em);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #1a7c9454;
    border-radius: 50%;
}
ul#slider-desk li:first-child:before {
    content: "";
    position: absolute;
    width: calc(80% + 0.2em);
    height: calc(80% + 0.2em);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* border: 2px solid #1a7c9454; */
    border-radius: 50%;
}
div#slider-count {
    display: none;
}
ul>li.product__media-item.grid__item.slider__slide:nth-child(2) {
    background: #fff;
    border: 2px solid #1a7c94;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 99;
    opacity: 1;
    overflow: hidden;
    width: 110px;
    height: 110px;
    top: 18em;
    left: 15em;
    padding: 14px 7px 5px 15px;
    transform: translate(200px, 200px);
    box-shadow: 1px 1px 7px 2px rgb(0 0 0 / 20%);
}
ul>li.product__media-item.grid__item.slider__slide:nth-child(3) {
    background: #fff;
    border: 2px solid #1a7c94;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 99;
    opacity: 1;
    overflow: hidden;
    width: 110px;
    height: 110px;
    top: 54%;
    left: 45%;
    padding: 10px 7px 5px 15px;
    transform: translate(250px, 50px);
    box-shadow: 1px 1px 7px 2px rgb(0 0 0 / 20%);
}
ul>li.product__media-item.grid__item.slider__slide:nth-child(4) {
    background: #fff;
    border: 2px solid #1a7c94;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 99;
    opacity: 1;
    overflow: hidden;
    width: 110px;
    height: 110px;
    top: 32%;
    left: 50%;
    padding: 10px 7px 5px 15px;
    transform: translate(250px, 50px);
    box-shadow: 1px 1px 7px 2px rgb(0 0 0 / 20%);
}
ul>li.product__media-item.grid__item.slider__slide:first-child {
    top: 24%;
    left: 27%;
    position: absolute;
    display: block;
    height: auto;
    width: 45%;
}
ul>li.product__media-item.grid__item.slider__slide {
    padding: 15px;
}
modal-opener.product__modal-opener.product__modal-opener--image.no-js-hidden {
    border: 1px solid transparent;
    border-radius: 67%;
    padding: 0px;
    top: -1px;
    left: -1px;
}
.product__media-item>* {
    left: -3px;
    top: 7px;
}
.product-form {
    padding-bottom: 0px;
}
.chat_heading {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}
.chat_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
    margin-top: 10px;
}
.chat_btn_box {
    display: inline-flex;
    width: 80%;
    justify-content: center;
}
.chat_btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    background: #1a7c94;
    border: 2px solid #1a7c94;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    padding: 12px;
    margin-left: 10px;
    width: 25%;
}
.chat_btn_phone {
    color: #1a7c94;
    background: #fff;
}
span.onsaleMed.onlydesktop {
    display: block;
}
span.onsaleMed.onlymobile {
    display: none;
    line-height: 17px;
}
@media (min-width: 1200px) {
    div#product-media .product-media-container {
        right: 1.5% !important;
    }
}
@media (max-width: 930px) {
    .chat_btn_box {
        width: 80%;
    }
    .chat_btn {
        width: 30%;
    }
}
@media (max-width: 768px) {
    /* main#MainContent {
        margin-top: 56px !important;
    } */
    .chat_btn_box {
        width: 80%;
    }
    .chat_btn {
        width: 40%;
    }
    .header-wrapper {
        width: 100vw;
    }
}
@media (max-width: 767px) {
    .dis--price {
        margin: 0px 10px !important;
    }
    label#label-option {
        padding-left: 10px !important;
    }
    span.onsaleMed.onlydesktop {
        display: none !important;
    }
    span.onsaleMed.onlymobile {
        display: block;
    }
    label#label-option {
        width: 59% !important;
    }
}
@media (max-width: 520px) {
    .chat_btn_box {
        width: 100%;
    }
    .chat_btn {
        width: 80%;
    }
}
.chat_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.custom_btn {
    box-sizing: border-box;
    border: 2px solid rgb(26, 124, 148);
    border-radius: 76px;
    font-weight: 600;
    letter-spacing: 0;
    box-shadow: 0 0 0 0.1rem rgba(26, 124, 148, var(--alpha-button-border)) !important;
}
h2.h4.accordion__title {
    text-align: center;
    padding: 5px;
    border: 1px solid #dadee3;
    box-sizing: border-box;
    border-radius: 20px;
}
.options {
    position: static;
    width: 561px;
    height: 18px;
    left: 0px;
    top: 0px;
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #a5abb3;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 16px 0 -16px 0 !important;
}
.return-days {
    position: relative;
    display: flex;
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #a5abb3;
    margin: 15px;
}
.product__description.rte {
    display: none;
}
div#product-form:active {
    background: #ecfafe;
}
/* PDP code end */
/* custom css start */
.hero_heading {
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    margin: 0;
}
.hero_subheading {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin: 0;
    margin-top: 12px;
}
.accredit_heading {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin: 0;
}
.content_box {
    position: relative;
    z-index: 10;
}
.section_heading {
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1A7C94;
}
.section_heading_small {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.01em;
    color: #03486B;
}
.help_item_heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #03486B;
    margin: 0;
}
.help_item_subheading {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
    margin-top: 15px;
}
.help_row {
    display: flex;
    flex-wrap: wrap;
}
.help_item {
    display: flex;
    flex-direction: column;
}
.help_item_img {
    min-height: 135px;
}
/* support section start */
.support_hero {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 5rem 64px 5rem;
}
.support_hero h3 {
    font-weight: normal;
    font-size: 32px;
    color: #023047;
    line-height: 125%;
    margin: 0;
}
.support_hero p {
    width: 504px;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    color: #023047;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 19px 0;
}
.support_hero-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.support_hero-content {
    width: 65%;
    text-align: center;
}
.button--section {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.support-btn1 {
    width: 160px;
    height: 52px;
    padding: 10px 18px;
    background: #1A7C94;
    border-radius: 50px;
    margin: 0 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    box-shadow: none;
}
.support-btn1.fr {
    min-width: 300px;
}
.support-btn2 {
    width: fit-content;
    height: 52px;
    padding: 12px 20px;
    border-radius: 50px;
    margin: 0 8px;
    font-weight: 600;
    font-size: 18px;
    color: #1A7C94;
    line-height: 28px;
    border: 2px solid #1A7C94;
    box-shadow: none;
}
.support-btn2:active,
.support-btn2:focus,
.support-btn2:hover,
.support-btn1:active,
.support-btn1:focus,
.support-btn1:hover {
    box-shadow: none !important;
    outline: 0 !important;
}

@media screen and (max-width: 768px) {
    header-drawer {
        grid-area: heading;
    }
    .support_hero {
        padding: 0 20px 60px 20px;
    }
    .support_hero-content {
        width: 100%;
    }
    .support_hero h3 {
        width: 345px;
        font-weight: 700;
        font-size: 23px;
        line-height: 25px;
    }
    .support_hero .button--section {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        margin: auto;
        gap: 16px;
    }
    .support-btn1 {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
        width: 343px;
        height: 52px;
        vertical-align: middle;
        padding: 0;
        margin: auto;
    }
    .support-btn2 {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
        width: 343px;
        height: 52px;
        vertical-align: middle;
        border: 1px solid #1A7C94;
        padding: 0;
        margin: auto;
    }
    .support_hero p {
        width: 75%;
    }
}

@media screen and (max-width: 500px) {
    .support_hero p {
        width: 345px;
    }
    .support_hero {
        {
            % comment %
        }
        margin-top: 10rem;
        {
            % endcomment %
        }
    }
}

@media screen and (max-width: 320px) {
    .support_hero h3,
    .support_hero p {
        width: 310px;
    }
}
/* support section end */

button.collapsible {
    border-top: none !important;
}

@media screen and (max-width: 1200px) {
    #product-details {
        max-width: 100% !important;
        width: 100% !important;
    }
}
.side_border {
    border-left: 1px solid #03486B;
    border-right: 1px solid #03486B;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
}
.side_border summary.list-menu__item {
    padding: 1.04rem 1.6rem 1.04rem 1rem !important;
}

.service-menu__text--title {
    font-family: Cabin;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    color: #000000;
}
.service-menu__text--subtitle {
    font-family: Cabin;
    font-weight: normal;
    letter-spacing: 0.01em;
}
.header__submenu li:hover a,
.header__submenu li:hover a .service-menu__text--title,
.header__submenu li:hover a .service-menu__text--subtitle {
    color: #1A7C94 !important;
}
.header__submenu li:hover a svg path {
    fill: #1A7C94 !important;
}
.header__submenu li:hover a .service-menu__icon {
    background: #ECFAFE !important;
}
.search__input.field__input {
    background-color: #FEFFFD !important;
    border: 1.5px solid #1A7C94 !important;
    height: 48px !important;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px !important;
    letter-spacing: 0.01em;
}
.search_field .field__input:-webkit-autofill,
.search_field .field__input:focus,
.search_field .field__input:not(:placeholder-shown) {
    padding: .8rem 10rem .8rem 3rem !important;
    color: #09101D !important;
}
.search_field .field__button {
    right: 8px;
}
.search__button .icon {
    height: 2.4rem !important;
    width: 2.4rem !important;
}
.search-modal.modal__content {
    max-width: 678px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.search-modal__content {
    padding: 0 !important;
    max-width: 678px;
    height: auto !important;
}
.search-modal__form {
    max-width: 678px !important;
    left: 0 !important;
}
.search-modal.modal__content .modal-overlay {
    display: none !important;
}
.predictive-search__item-content {
    flex-direction: row !important;
    justify-content: space-between;
}
.predictive-search .price {
    margin-top: 0 !important;
    display: block !important;
}
.predictive-search .price * {
    font-family: Cabin;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    color: #000000;
}
.predictive-search__list-item a {
    padding: 16px;
    background: #fff !important;
    border: 1px solid #DADEE3;
    border-radius: 8px;
    margin-top: 16px;
}
.predictive-search {
    border: none !important;
    border-radius: 35px !important;
    box-shadow: none !important;
    padding: 28px;
    top: calc(100% + 0.8rem) !important;
}
.see_all_search {
    font-family: Cabin;
    font-weight: 600;
    font-size: 16px;
    color: #1a7c94 !IMPORTANT;
    text-align: center !important;
    display: block !important;
    background: transparent !important;
}
.predictive-search__list-item:nth-last-child(2) {
    border-bottom: none !important;
}
.predictive-search__item--term {
    padding-top: 28px !important;
    padding-bottom: 5px !important;
}
.predictive-search__item-heading {
    font-family: Cabin;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #000000;
}
.predictive-search__list-item:hover .predictive-search__item-heading,
.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading {
    text-decoration: none !important;
}
.predict_search_action {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    line-height: 1;
}
.predict_search_action button {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    margin-right: 4px;
}

.header__icon[aria-expanded="true"] .icon_hamburger {
    display: none;
}
a.desktop-logo.header__heading-link.heading-link--lg.link.link--text.focus-inset.hidden {
    display: none !important;
}
a.mobile-logo.header__heading-link.heading-link--sm.link.link--text.focus-inset.hidden {
    display: none !important;
}
.justify-left {
    justify-self: left !important;
}
.justify-left a.desktop-logo.header__heading-link.heading-link--lg.link.link--text.focus-inset {
    display: inline-block !important;
}
.justify-left a.desktop-logo.header__heading-link svg {
    display: block;
    width: 141px;
    height: 25px;
}
.dropdown_indicator {
    position: absolute;
    top: -10px;
    right: 47px;
}
#shopify-section-dexcom-header {
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease-out;
}
.header {
    width: 100vw;
    max-width: 1440px;
    position: relative;
}
.product-form__input.product-form__quantity.m--top,
.product--container-cust {
    position: relative;
    z-index: 99999;
}
.pdp-warning-text {
    color: red;
    font-size: 14px;
    line-height: 125%;
    margin-top: 32px !important;
}
.header__active-menu-item {
    text-decoration: none !important;
}
.header__inline-menu details[open] > .header__submenu::-webkit-scrollbar {
  display: none;
}
.header__inline-menu details[open] > .header__submenu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.chat_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.4rem;
    height: 4.4rem;
}
/* footer */
.newsletter-form__field-wrapper select, .newsletter-form__field-wrapper select option{
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #6D7580;
}
.newsletter-form__field-wrapper .select-box {
    width: 121px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1241px) {
    summary.list-menu__item {
        padding: 1.2rem 2.7rem 1.2rem 1rem;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .dexcom-header summary.list-menu__item {
        padding: 1.2rem 2.7rem 1.2rem 1.6rem;
        text-decoration: none !important;
        border-radius: 30px;
        margin-right: 16px;
        
    }
    .list-menu--inline .header__menu-item,
    summary.list-menu__item {
        text-decoration: none !important;
        border-radius: 30px;
    }
    .list-menu--inline .header__menu-item:hover,
    summary.list-menu__item:hover {
        background: #03486B;
    }
    .header__menu-item:hover span {
        text-decoration: none !important;
    }
    .list-menu--inline>li {
        margin-right: 8px;
    }
    .header__menu-item-child .service-menu__icon {
        height: 41px !important;
        min-width: 41px;
    }
    .disclosure--services {
        width: 484px!important;
        border: none !important;
    }
    span.service-menu__text--title {
        margin-bottom: 4px !important;
    }
    .disclosure--services li:not(:last-child) {
        margin-bottom: 3.304rem !important;
    }
    .service-menu__text--title span.service__badge {
        font-weight: 400;
        color: #000 !important;
    }
    span.service-menu__text--title svg {
        margin-left: 11px !important;
        top: 0 !important;
    }
    .list-menu--disclosure {
        border: none !important;
    }
}
@media (min-width: 1241px) {
    .header {
        padding: 2.5rem 7.2rem;
    }
}
@media (max-width: 1240px) {
    .header__heading {
        order: 1;
        visibility: visible !important;
    }
    .header__get-started-btn {
        grid-area: auto;
        order: 2;
        margin-left: 16px;
    }
    header-drawer {
        margin-left: 0 !important;
    }
    .header__icons {
        order: 3;
        width: 100%;
        justify-content: flex-end;
    }
    .header__heading,
    .header__heading-link {
        /* justify-self: flex-start !important; */
        padding: 0 !important;
    }
    .header__icon--search {
        width: 4.4rem !important;
    }
    .header__heading-logo {
        width: auto !important;
        max-width: 32px;
    }
    .menu-drawer__close-button {
        top: -86px !important;
        background: #023047 !important;
        padding: 2.5rem 2.6rem !important;
    }
    .header__get-started-btn a {
        width: 100px;
        height: 38px;
        font-family: Cabin;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
    }
}
/* post css */
main#MainContent>.shopify-section {
    max-width: 100%;
}
.predictive-search-recent p {
    margin-bottom: 5px;
    font-weight: 800;
    color: #111;
}
.predictive-search-recent span {
    display: inline-block;
    background: #ebedf0;
    padding: 3px 20px;
    border-radius: 14px;
    font-size: 13px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.predictive-search-recent {
    background: #fff;
    color: #222;
    border-radius: 16px!important;
    padding: 0 20px 20px;
    display: none;
}
.predict_search_action button {
    transform: translateY(1px);
}
.toggle_cart_drawer {
    padding-right: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
    .support_hero-content {
        width: 70%;
    }
    .support_hero p {
        width: 66%;
    }
    /* main#MainContent {
        margin-top: 56px !important;
    } */
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
    .search-modal.modal__content {
        max-width: 478px;
    }
}
@media (min-width: 1241px) {
    .search-modal.modal__content {
        max-width: 378px;
    }
    a.desktop-logo.header__heading-link.heading-link--lg.link.link--text.focus-inset.hidden{
        display: block !important;
    }
    a.mobile-logo.header__heading-link.heading-link--sm.link.link--text.focus-inset {
        display: none !important;
    }
}
@media screen and (min-width: 1366px) {
    .search-modal.modal__content {
        max-width: 478px;
    }
}
@media screen and (min-width: 1440px) {
    .search-modal.modal__content {
        max-width: 520px;
    }
}
@media (min-width: 1500px) {
    .search-modal.modal__content {
        max-width: 578px;
        left: -140px;
    }
}
@media (max-width: 1024px) {
    .search-modal.modal__content {
        max-width: 400px;
    }
    .search-modal__content {
        background: transparent;
    }
    span.onsaleMed.onlydesktop {
        margin: 0 29px 0 0 !important;
    }
}
@media (max-width: 768px) {
    a.desktop-logo.header__heading-link.heading-link--lg.link.link--text.focus-inset {
        display: block !important;
    }
    
    .dexcom-header {
        padding: 6px 0px;
    }
}
@media screen and (min-width: 580px) {
    a.mobile-logo.header__heading-link.heading-link--sm.link.link--text.focus-inset {
        margin: 0 !important;
    }
    
}
@media (max-width: 320px) {
    span.onsaleMed.onlymobile {
        font-size: 13px;
    }
    .pres--btn {
        max-width: 190px !important;
    }
}
@media (max-width: 600px) {
    .search-modal.modal__content {
        border-bottom: none;
    }
    body.overflow-hidden {
        overflow: hidden;
        height: 100vh;
    }
    .new_hero_section .new_hero_row .new_hero_column:first-child {
        width: 40%;
        min-height: 415px;
    }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .new_hero_section .new_hero_row .new_hero_column:first-child {
        width: 100%;
        float: left;
        min-height: 410px;
    }
    .img_3 {
        border-radius: 0px 0px 200px 0px !important;
    }
}
.collection .grid__item .media>img {
    object-fit: contain;
}

.dexcom--icon rect{
    fill: black!important;
}
.header__submenu li:hover a .dexcom--icon rect{
    fill: #1A7C94!important;
}
.dexcom--icon{
    transform: scale(0.8);
    display: flex;
    flex-flow: column;
    position: relative;
    top: 10px;
    left:2px;
}