/** Shopify CDN: Minification failed

Line 205:8 Unexpected "{"

**/
.itg_medical , .itg_active , .itg_everyday ,
.itg_shop-all {
    body *{
        font-weight:400;
        --text-h3:  24.19px;
    }
    .custom-slider {
        padding: 0;
        overflow: hidden;
        max-width: 100%;
        margin: 0 auto;
    }
    h1 ,  .h1{
        letter-spacing: 1px;
        font-weight: 400;
    }
    .itg_richtext_main  .prose p.h2 {
        /* font-size: 29.03px; */
        font-size: var(--text-h2);
        font-weight: 400;
    }
    .itg_richtext_main .prose p {
        font-size: 16px;
        font-weight: 400;
    }
    .itg_richtext_main .prose:not(.prose--tight) :where(:not(meta,span)+*) {
        margin-block-start: 20px;
    }
    .shopify-section:not(:first-child) .bordered-section ,
    .shopify-section:not(:first-child) .bordered-section {
        border: none;
    }
    .content-over-media .prose.prose--tight {
        background: linear-gradient(#0000,#000000bf);
        width: 100%;
        grid-area: full-start / full-start / full-end / full-end;
        padding: 30px;
        transform: translateY(80px);
        transition: all .5s linear;
    }
    .content-over-media:hover .prose.prose--tight {
        background:linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%)!important;
        transition: 0.5s;
        transform: translateY(0px);
    }
    .content-over-media  button.button {
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    .content-over-media:hover button.button {
        opacity: 1;
    }

    .shopify-section--collection-list .section-stack {
        padding: 0 0 40px;
    }
    .shopify-section--collection-list .container,
    .shopify-section--multi-column  .container{
        max-width: 1300px;
        margin: 0 auto;
        padding-inline: 50px;
    }
    /* .multiple-media-with-text__media-wrapper {
        width: 100%;
        position: relative;
    }

    multiple-media-with-text .multiple-media-with-text__media-wrapper video-media {
        max-width: 100%;
        max-height: 323px;
        width: 100%;
        height: 100%;
    }
    .multiple-media-with-text__media-wrapper img {
        max-height: 500px;
        height: 100%;
        min-height: 450px;
    }
    .multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:first-child {
        grid-column: 1 / 4;
        max-width: 70%;
        width: 100%;
        margin: 0;
    }
    .multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:nth-child(2) {
        grid-column: 3 / 4;
    }
    .multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:nth-child(2) {
        grid-column: auto;
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        transform: translateY(-50%) !IMPORTANT;
        max-width: 165px;
    } */

    .shopify-section--blog-posts .section-spacing {
        padding: 40px 0;
    }
    .shopify-section--blog-posts  {
        --container-xs-max-width: 580px;
    }
    /*  .multi-column {
    --multi-column-gap: 15px;
    } */
    .multi-column__item video-media {
        aspect-ratio: .5625 / 1;
    }


    .itg_richtext_main .prose .button-group.justify-center {
        gap: 15px;
    }
    .itg_richtext_main .prose .button-group.justify-center .button{
        padding: 13px 27px;
        font-weight: 500;
    }
    .shopify-section--collection-list .section-header .prose p {
        font-weight: 500;
    }

    /*changesstart*/

    .shopify-section h1,  .shopify-section .h1,
    .shopify-section h2,  .shopify-section .h2,
    .shopify-section h3,  .shopify-section .h3,
    .shopify-section h4,  .shopify-section .h4,
    .shopify-section h5,  .shopify-section .h5{
        letter-spacing: .07em;
        text-transform:uppercase;
        font-weight:400;
        line-height:1.4em;
    }

    .blog-post-list .blog-post-card.group .blog-post-card__info p a.blog-post-card__title.h4 {
        font-size: 21.88px;
    }
    .content-over-media .prose.prose--tight p.h6 {
        font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
    }
    .collection-list p.h3 {
        text-transform: unset;
    }
    /* changes  end */


    /* @media screen and (min-width: 700px) {
        multiple-media-with-text .multiple-media-with-text__media-wrapper {
            --multiple-media-with-text-media-grid-auto-columns: minmax(0, 1fr) minmax(0, 160px) minmax(0, 225px);
        }
        multiple-media-with-text.multiple-media-with-text.multiple-media-with-text--overlap {
            display: flex;
            gap: 40px;
        }
        .multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:nth-child(2) {
            max-width: 237px;
        }
    } */
    @media screen and (min-width: 1200px) {
        .collection-list {
            justify-content: center;
        }
        /* .multiple-media-with-text__media-wrapper {
            width: 92%;
        } */
    }


    @media screen and (max-width: 809px) {
        .shopify-section{
            --text-h2: max(1.2rem, 22.43px * var(--text-heading-size-factor));
            --text-h1: max(1.3rem, 25.23px * var(--text-heading-size-factor));
        }
        .shopify-section:not(:first-child) .bordered-section {
            padding-block: 20px;
        }
        .shopify-section--collection-list .container{
            padding-inline: 10px;
        }
        /* multiple-media-with-text.multiple-media-with-text.multiple-media-with-text--overlap {
            display: grid;
            gap: 40px;
        }
        .multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:first-child {
            max-width: 80%;
        }
        .multiple-media-with-text__content-wrapper.align-self-center {
            width: 100%;
        } */
        .shopify-section .container{
            padding: 0 10px;
        }
        /* multiple-media-with-text .multiple-media-with-text__media-wrapper video-media {
            max-height: 293px;
        } */
    }

    @media screen and (max-width: 767px) {
        {
            --text-h3:  17.01px;
        }
        .shopify-section{
            --section-stack-gap: 15px;
            --text-h2: max(1.2rem, 18px * var(--text-heading-size-factor));
            --text-h1: max(1.3rem, 24px * var(--text-heading-size-factor));
        }
        .shopify-section--collection-list .section-stack {
        padding-bottom: 10px;
        }
        .section-spacing {
            padding-block-start: calc(var(--section-vertical-spacing) / 2);
            padding-block-end: calc(var(--section-vertical-spacing) / 2);
        }

    }
}

