/** Shopify CDN: Minification failed

Line 1888:25 Unexpected "{"
Line 1888:34 Expected ":"
Line 1888:41 Unexpected "{"
Line 1889:26 Expected identifier but found whitespace
Line 1889:28 Unexpected "{"
Line 1889:37 Expected ":"
Line 1889:132 Expected ":"
Line 1890:24 Expected identifier but found whitespace
Line 1890:28 Unexpected "{"
Line 1890:37 Expected ":"
... and 2 more hidden warnings

**/
@import url("https://fonts.googleapis.com/css2?family=The+Nautigal:wght@400;700&display=swap");

footer {
    .section-content-wrapper {
        @media (min-width: 1024px) {
            flex-direction: row;
        }

        .details-content {
            ul {
                column-count: 2;
            }
        }

        .text-block {
            p {
                line-height: 40px;

                a {
                    text-decoration: none;
                }
            }
        }

        .group-block-content {
            P {
                line-height: 24px;
            }
        }
    }
}

header {
    header-menu {
        .overflow-menu {
            >li {
                &.menu-list__list-item {
                    position: relative;

                    .menu-list__submenu {
                        width: 200px;
                        position: absolute;
                        left: 50%;
                        transform: translateX(-50%);
                        background-color: #fff;

                        .mega-menu__grid {
                            grid-template-columns: 1fr;
                            padding-inline: 0;

                            .mega-menu__list {
                                grid-column: span 1;
                                margin-top: 20px;
                                .mega-menu__column {
                                    >div {
                                            display: flex;
                                            justify-content: center;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            &:after {
                content: none;
            }
        }
    }
}

.hp-collection {
    .section-resource-list__header {
        order: 2;

        a {
            width: fit-content;
            color: #0d4d97;
            margin-inline: auto;
            position: relative;

            &:before {
                content: "";
                position: absolute;
                bottom: 5px;
                left: 0;
                width: 100%;
                height: 1px;
                background: #0d4d97;
                transition: width 500ms;
            }

            &:hover {
                &::before {
                    width: 0;
                }
            }
        }
    }

    slideshow-arrows {
        top: -20%;

        .slideshow-control--style-arrows_large {
            background-color: transparent !important;

            .icon-arrow {
                @media (min-width: 1024px) {
                    width: 150px;
                    height: 50px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
    }

    slideshow-slide {
        .group-block {
            .group-block-content {
                .text-block {
                    p {
                        margin-top: 30px;

                        @media (min-width: 1024px) {
                            margin-top: 50px;
                        }
                    }
                }

                .product-price {
                    margin-top: 20px;
                }
            }
        }

        .buy-buttons-block {
            margin-top: 28px;
        }
    }
    slideshow-slides {
        @media (min-width:768px) {
            justify-content: center;
        }
    }
}

.section-wrapper {
    &:has(.full-img-txt) {
        padding: 0 20px;
        overflow: hidden;
        border-radius: 0;

        @media (min-width: 1024px) {
            padding: 40px;
        }

        @media (min-width: 1600px) {
            padding: 75px 100px;
        }

        .background-image-container {
            border-radius: 30px;
        }
    }
}

.fullimg-with-txt {
    .section-content-wrapper {
        .group-block {
            padding-block: 62.5px 0;
            @media (min-width: 1024px) {
                position: absolute;
                top: 48px;
                left: 50%;
                transform: translateX(-50%);
                max-width: 1340px;
            }

            @media (min-width: 1366px) {
                top: 120px;
            }

            /* @media (min-width: 1600px) {
                top: 200px;
            } */

            h2 {
                color: #0d4d97;
            }
        }
    }

    &.our-story {
        .section-content-wrapper {
            .group-block {
                max-width: 1100px;
                @media (max-width:1024px) {
                    padding: 62.5px 20px 75px;
                }

                @media (min-width: 1440px) {
                    top: 50px;
                }

                @media (max-width:1024px) {
                    ul {
                        padding: 0;
                    }
                    h2 {
                        color: var(--color, var(--font-h2-color));
                    }
                    p {
                        color: #fff;
                    }
                    li {
                        color: #fff;
                    }
                }

                ul {
                    li {
                        list-style-position: inside;
                    }
                }
            }
            .mission-content {
                .text-block {
                    ul {
                        li {
                            @media (min-width:1024px) {
                            strong {
                                color: #0D4D97;
                            }
                        }
                        }
                    }
                }
            }
        }
        .image-block {
            @media (max-width:749px) {
                img {
                    aspect-ratio: 5/4;
                }
            }
            img {
                                    &.desktop-img {
                        display: none;
                        @media (min-width:768px) {
                            display: block;
                        }
                    }
                    &.mobile-img {
                        display: block;
                        @media (min-width:768px) {
                            display: none;
                        }
                    }
            }
        }
    }
}

.testimonial-wrapper {
    width: 100%;
}

.testimonial {
    .slider-wrapper {
        .general-slider {
            padding-bottom: 70px;
            @media (max-width:767px) {
                margin-inline: 20px;
            }
        }

        .slide__content {
            height: auto;
            border-radius: 30px;

            .slider-content {
                padding: 40px 20px;
                height: 100%;

                @media (min-width: 1024px) {
                    padding: 40px;
                }

                @media (min-width: 1440px) {
                    padding: 60px;
                }

                @media (min-width: 1600px) {
                    padding: 100px;
                }

                p {
                    max-width: 100% !important;
                    color: #fff;
                        @media (max-width: 768px) {
                            font-size: 14px;
                        }

                    a {
                        color: #fff;
                    }
                }
            }

            &.swiper-slide-prev {
                background: #3086c1;
            }

            &.swiper-slide-active {
                background: #0d4d97;
            }

            &.swiper-slide-next {
                background: #7fb1d9;
            }

            .icon-block {
                img {
                    opacity: 1 !important;
                    object-fit: cover;
                    object-position: top;
                    height: 100px;
                    border-radius: 100%;
                }
            }
        }

        .swiper-pagination {
            .swiper-pagination-bullet {
                border: 1px solid #ffffff;
                filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
                width: 21px;
                height: 21px;
                opacity: 1;
                background: transparent;
                @media (max-width:749px) {
                    width: 15px;
                    height: 15px;
                }

                &.swiper-pagination-bullet-active {
                    background: #0d4d97;
                    filter: none;
                    border: none;
                }
            }
        }
    }
}

.shopify-section {
    &:has(.shop-testimonial) {
        position: relative;

        .swiper-arrows {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: center;
            pointer-events: none;
            position: relative;
            bottom: 20px;

            @media (min-width:1024px) {
                position: absolute;
            }

            @media (min-width:1199px) {
                z-index: 1;
                grid-column: 1;
                top: 50%;
                transform: translate(-50%, -50%);
                left: 50%;
                bottom: unset;
                justify-content: space-between;
            }

            @media (min-width:1800px) {
                width: 82%;
            }

            .slider-arrow {
                pointer-events: all;
                cursor: pointer;
                width: 100px;

                @media (min-width:1199px) {
                    width: 204px;
                }

                &.prev-button {
                    transform: rotate(180deg);
                    justify-content: end;
                    display: flex;
                }

                &.next-button {
                    justify-content: end;
                    display: flex;
                }

                @media (max-width:1024px) {
                    svg {
                        filter: brightness(0) invert(1);
                    }
                }
            }
        }

        .group-block-content {
            p {
                line-height: 43px;
            }
        }

        .image-block {
            img {
                opacity: 1 !important;

                @media (max-width:749px) {
                    width: 150px;
                }
            }
        }
    }

    &:has(.the-water-testimonial) {
        .group-block-content {
            p {
                strong {
                    font-weight: normal;
                    color: #58C3E9;
                }
            }
        }
    }
}

.blog__content {
    .read-btn {
        margin-top: 20px;

        a {
            position: relative;
            transition: width .5s;
            width: fit-content;
            margin-inline: auto;

            &::before {
                content: "";
                position: absolute;
                bottom: 5px;
                left: 0;
                width: 100%;
                height: 1px;
                background: #fff;
                transition: width .5s;
            }

            &:hover {
                &::before {
                    width: 0;
                }
            }
        }
    }

    .article-title {
        margin: 0;
        margin-top: 40px;

        @media (max-width:1024px) {
            margin-top: 20px;
        }
    }

    .article-desc {
        margin-top: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
        .article-image {
            @media (max-width:749px) {
                    padding-top: 30px;
                    img {
                        aspect-ratio: 4/5;
                    }
            }
    }
}

.single_blog-post {
.blog__content {
    width: 100%;
}
    .article-image {
        img {
            border-radius: 30px;
            aspect-ratio: 2.02 / 1;
            object-fit: cover;
        }
    }
}

/* .shop-testimonial {
  position: relative;
  .swiper-arrows {
    z-index: 1;
    position:absolute;
  }
} */

.swiper-arrows {
    display: flex;
    justify-content: center;
    padding-block: 30px;

    .prev-button {
        transform: rotate(180deg);
    }

    .slider-arrow {
        cursor: pointer;

        svg {
            width: 100px;
            height: 50px;

            @media (min-width: 1024px) {
                width: 150px;
                height: 50px;
            }
        }
    }
}

.blog-section {
    .blog__content {
        width: 100%;

        .article-image {
            img {
                border-radius: 30px;
                object-fit: cover;
            }
        }

        .article-info {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-top: 26px;

            .article-meta {
                p {
                    margin: 0;
                    text-align: left;
                    font-size: 15px;
                    line-height: auto;
                    color: var(--color-foreground);
                    line-height: 18px;
                }
            }
        }

        h3.article-title {
            margin-top: 10px;
            max-width: 600px;

            a {
                color: var(--color, var(--font-h3-color));
            }
        }

    }

    a {
        &.button {
            margin-top: 30px;

            @media (min-width: 1024px) {
                margin-top: 50px;
            }
        }
    }
}

.blog-posts {
    .article-image {
        img {
            aspect-ratio: 0.839 / 1;
            object-fit: cover;
        }
    }
}

div {
    &:has(.footer-form) {
        width: 100%;

        .klaviyo-form {
            input[type="email"] {
                border: unset !important;
                border-bottom: 1px solid #fff !important;
            }

            button {
                width: 190px;
                margin-top: 30px;

                @media (min-width: 1024px) {
                    max-width: 246px;
                    width: 246px;
                    margin-top: 50px;
                }

                @media (max-width: 1024px) {
                    height: 50px !important;
                }

                text-transform: uppercase;
            }
            fieldset {
                label {
                    div {
                        font-style: italic;
                    }
                }
            }
        }

        svg {
            polygon {
                fill: #000;
            }
        }

        input:-internal-autofill-selected {
            background-color: transparent !important;
            color: #000 !important;
        }
    }
}

header {
    nav {
        ul {
            gap: 30px;
        }

        .menu-list__list-item {
            a {
                position: relative;
                transition: all 500ms;
                text-transform: uppercase;
                color: #000 !important;

                &::before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 1px;
                    background: #0d4d97;
                    transition: all 500ms;
                }

                &:hover {
                    color: #0d4d97 !important;

                    &::before {
                        width: 100%;
                    }
                }

                &.menu-list__link--active {
                    color: #0d4d97 !important;
                }
            }
        }
    }
}

/* .hp-general-text {
    .custom-section-content {
        @media (max-width:749px) {
            >.mobile-column {
                padding-top:66px;
                padding-bottom: 33px;
            }
        }
    }
}

.hp-imgtxt {
        .media-with-content__content {
        @media (max-width:749px) {
            >.group-block-content {
                padding-block:65px !important;
                .group-block {
                    padding-block: 0 !important;
                }
            }
        }
    }
} */

.section-hp {
        .custom-section-content {
        /* @media (max-width:749px) {
            >.mobile-column {
                padding-top:33px;
                padding-bottom: 66px;
            }
        } */
    .mobile-column {
        @media (max-width:749px) {
            .group-block {
                display: none;
                &.mobile-img {
                    display: block !important;
                    .group-block {
                        display: block !important;
                    }
                }
            }
        }
    }
    }
}

.hp-img-text {
    a {
        @media (min-width:750px) {
            &.button {
                margin-top: 30px;
            }
        }
    }
    /* @media (max-width:749px) {
        .image-block {
            display: none;
        }
    }
    .mobile-img {
        .image-block {
            display: none;
            @media (max-width:749px) {
                display: block !important;
            }
        }
    } */
    &.mobile-img {
        /* .group-block {
            :has(.mobile-img) {
                display: none;
                            @media (max-width:749px) {
                display: block !important;
            }
            }
        } */
            .mobile-img {
        .image-block {
            display: none;
            @media (max-width:749px) {
                display: block !important;
            }
        }
    }
        @media (max-width:749px) {
        .image-block {
            display: none;
        }
    }
    }
    &.mobile-center {
        @media (max-width:749px) {
            p {
                text-align: center;
            }
        }
    }
    /* .mobile-column {
        @media (max-width:749px) {
            .group-block {
                display: none;
                &.mobile-img {
                    display: block !important;
                    .group-block {
display: block !important;
                    }
                }
            }
        }
    } */
}

.faq-img-text {
    .mobile-column {
        @media (max-width:749px) {
            .image-block {
                padding-top: 30px;
                padding-bottom: 20px;
            }
        }
    }
}

img {
    opacity: 0;
}

.hero-wrapper img,
.product-media img,
.header-logo__image {
    opacity: 1;
}

#Hero-template--17326125154370__hero_NCAred {
    background: #0e4d97;
}

.product-media img {}

.section-content-wrapper,
.group-block-content,
.blog__content {
    will-change: transform, opacity;
}

.hp-imgtxt {
    .layout-panel-flex--column {
        padding-block: 0 !important;
    }
    a {
        &.button {
            margin-top: 30px;

            @media (min-width: 1024px) {
                margin-top: 50px;
            }
        }
    }

    rte-formatter {
        p {
            color: #000;
        }
    }
}

.join-the-viu {
    .group-block {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        @media (max-width: 900px) {
            position: relative;
            top: unset;
            transform: unset;
            padding-left: 0;

            rte-formatter {
                p {
                    width: 100%;
                    max-width: 100%;
                    @media (max-width:990px) {
                        color: #fff;
                    }
                }
            }
            a.button {
                background: #fff;
                color: #0C4C96;
                &:hover {
                    background-color: #000;
                    color: #fff;
                }
            }
        }
        .text-block {
            @media (min-width:901px) {
            h2 {
                    color: inherit;
                }
            }
        }
    }

    &.ripple-cta {
        .group-block-content {
            padding-inline: 20px;

            @media (min-width:1024px) {
                padding-left: calc((100% - 1000px) / 2);
            }

            @media (min-width:1199px) {
                padding-left: calc((100% - 1100px) / 2);
            }

            @media (min-width:1400px) {
                padding-left: calc((100% - 1366px) / 2);
            }

            @media (min-width:1600px) {
                padding-left: calc((100% - 1440px) / 2);
            }

            @media (min-width:1024px) {
                a {
                    margin-top: 50px;
                }
            }
        }
                .text-block {
            @media (max-width:900px) {
            p {
                    color: #000;
                }
            }
        }
        @media (max-width:990px) {
            .group-block-content {
                padding-block: 0 !important;
            }
        }
        @media (max-width:990px) {
            a.button {
        background: #0C4C96;
        color: #fff;
        &:hover {
            background-color: #000;
            color: #fff;
        }
    }
    .mobile-column {
        padding-bottom: 0;
    }
        }
    }
    .image-block {
        @media (max-width:749px) {
            img {
                aspect-ratio: 4 /5
            }
        }
    }
    &.our-story {
        .text-block {
            @media (max-width:1024px) {
                p {
                    color: #fff;
                }
            }
        }
        .our-story-content {
            @media (max-width:990px) {
        >.mobile-column {
            padding-bottom: 0;
        }
    }
        }
    }
    @media (max-width:990px) {
        .group-block-content {
            padding-bottom: 37.5px;
            padding-top: 37.5px;
        }
    }

    &.homepage {
            @media (max-width:990px) {
        .group-block-content {
            padding-top: 0;
        }
    }
    }
}

.ripple-initiatives {
    .image-block {
        img {
            aspect-ratio: 1.731 / 1;
            /* transform: scale(0.95); */
            transition: transform 1000ms;
            transform: scaleY(1);

            @media (min-width:750px) {
                transform: scaleY(0.86);
            }
        }
    }

    .swiper-slide {
        .ripple-content-block {
            opacity: 0;
            transition: opacity 1000ms;

            a {
                margin-top: 50px;
            }
        }
    }

    .swiper-slide-active {
        .ripple-content-block {
            opacity: 1;
        }

        .image-block {
            img {
                /* transform: scale(1); */
                transform: scaleY(1);
            }
        }
    }

    .swiper-arrows {
        justify-content: space-between;
        position: absolute;
        width: 75%;
        top: 25%;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);

        @media (max-width:750px) {
            display: none;
        }
    }
}

.mission-content {
    @media (max-width:1024px) {
        padding: 62.5px 0 75px;
    }
}

.ripple-img-with-text {
    background: linear-gradient(180deg, #FFFFFF 56.5%, #3086C1 100%) !important;
}

.our-story-wrapper {
    background: linear-gradient(180.05deg, #fafcfc 1.55%, #0c4c96 99.95%);
}

.our-story-marquee {
    .marquee__repeated-items {
        p {
            color: #58c3e9;
        }
    }
}

.inspired-section {
    .section-content-wrapper {
        >.group-block {
            background: linear-gradient(180deg, #3086c0 0%, #0d4d97 100%);

            h3 {
                font-family: "The Nautigal", cursive;
                font-weight: 400;
            }

            .group-block-content {
                .group-block {
                    @media (max-width: 768px) {
                        padding-inline: 0;
                    }
                }
            }
        }
    }
}

.value-sec {
    rte-formatter {
        ul {
            li {
                color: #000;
                line-height: 24px;
            }
        }
    }

    .group-block-content {
        rte-formatter {
            h3 {
                @media (min-width: 1024px) {
                    font-size: 32px;
                }
            }
        }
    }
}

.inspired-marquee-wrapper {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/cdn/shop/files/Viuearth_Website_14_1_1.png?v=1753441353");
        background-repeat: no-repeat;
        background-position: center;
    }
}

.limited-edition {
    .section-content-wrapper {
        >.image-block {
            @media (min-width:750px) {
                position: sticky;
                top: 101px;

                img {
                    opacity: 1 !important;
                }
            }
        }

        .group-block-content {
            a {
                &.button {
                    @media (min-width: 1024px) {
                        margin-top: 50px;
                    }
                }
            }
        }
    }
}

.shop-page-slider {
    padding-left: 20px;

    @media (min-width:1025px) {
        display: flex;
        gap: 14px;
        padding-left: calc((100% - 945px) / 2);
    }

    @media (min-width:1400px) {
        padding-left: calc((100% - 1360px) / 2);
    }

    @media (min-width:1600px) {
        padding-left: calc((100% - 1440px) / 2);
    }

    .section-resource-list__content {
        width: unset;
    }

    .group-block-content {
        padding: 0 20px;

        @media (min-width:1024px) {
            padding: 0;
        }
    }

    .text-block {
        p {
            color: #000;
        }
    }

    product-price {
        span {
            color: #000;
        }
    }
}

.shop-marquee {
    @media (max-width:749px) {
        .mobile-column {
            flex-flow: row !important;
        }
    }
}

.the-water {
    position: relative;

    .image-block {
        position: relative;
        padding-bottom: 25px;
        @media (min-width:750px) {
            padding-bottom: 80px;
        }
        img {
            max-width: 1480px;
            margin-inline: auto;
        }
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('/cdn/shop/files/Group_144.png?v=1756876659');
            background-repeat: no-repeat;
            background-size: 100% 100%;
            pointer-events: none;
            z-index: 2;
        }
    }
}

.right-img-text {
    .media-with-content__content {
        @media (max-width:990px) {
            >.group-block-content {
                padding-bottom: 0 !important;
            }
        }
    }
    .media-block {
        @media (min-width:750px) {
            img {
                border-radius: 30px 0 0 30px;
            }
        }
    }
}

.left-img-text {
    .image-block {
        @media (min-width:750px) {
            img {
                border-radius: 0 30px 30px 0;

            }
        }
    }

    .group-block {
        @media (max-width:750px) {
            padding-right: 20px;
        }

        ol {
            li {
                margin-top: 20px;
            }
        }
    }
}

.gradient-bg {
    background: linear-gradient(180deg, #0D4D97 0%, #3086C1 100%);
}

.viu-gradient-bg {
    background: linear-gradient(180deg, #FAFCFC 0%, #3086C1 100%);

    .viu-section-two {
        background-color: transparent !important;
    }
}

.ripple-gradient-bg {
    background: linear-gradient(180deg, #3086C1 0%, #0D4D97 100%);
}

.press-gradient-bg {
    background: linear-gradient(180.03deg, #FAFCFC 13.95%, #3086C1 99.97%) !important;

    .text-block {
        p {
            color: #000;
        }
    }
}

div {
    :has(.general-form) {
        width: 100%;

        .klaviyo-form {
            padding: 0 !important;

            label {
                font-weight: 400 !important;
                padding-bottom: 20px !important;
            }

            button {
                margin-top: 20px;
            }
        }
    }
}

.custom-slider-arrow {
    slideshow-arrows {
        top: -20%;

        .slideshow-control--style-arrows_large {
            background-color: transparent !important;

            .icon-arrow {
                @media (min-width: 1024px) {
                    width: 150px;
                    height: 50px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
    }
}

.browse-category {
    h4 {
        margin: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #000000;

        @media (max-width:1023px) {
            padding-bottom: 10px;
        }
    }

    ul {
        padding: 0;
        list-style: none;

        @media (max-width:1023px) {
            display: flex;
            flex-direction: row;
            gap: 30px;
            overflow: auto;
            list-style: disc;
            scrollbar-width: thin;
            scrollbar-color: #3086C1 #0D4D97;
            padding-bottom: 16px;
            -webkit-overflow-scrolling: touch;

            &::-webkit-scrollbar {
                height: 6px;
            }

            &::-webkit-scrollbar-track {
                background-color: #0D4D97;
                border-radius: 10px;
                margin: 4px 0;
            }

            &::-webkit-scrollbar-thumb {
                background-color: #3086C1;
                border-radius: 10px;
            }

            &::-webkit-scrollbar-thumb:hover {
                background-color: darken(#3086C1, 10%);
            }
        }

        li {
            margin-top: 5px;
            font-size: 18px;
            color: #000;

            @media (max-width:1023px) {
                white-space: nowrap;
            }
        }
    }
}

results-list {
    &.product-grid-container {
        display: flex;
        gap: 20px;
        flex-direction: column;
        padding-inline: 20px;

        @media (min-width:1024px) {
            padding-inline: calc((100% - 1000px) / 2);
            flex-direction: row;
        }

        @media (min-width:1199px) {
            padding-inline: calc((100% - 1100px) / 2);
        }

        @media (min-width:1400px) {
            padding-inline: calc((100% - 1366px) / 2);
        }

        @media (min-width:1600px) {
            padding-inline: calc((100% - 1440px) / 2);
            gap: 80px;
        }
    }

    .browse-category {
        .browse-category-inner {
            position: sticky;
            top: 150px;
        }
    }
}

.collection-content {
    a {
        color: #0D4D97;
    }
}

.product-card__content {
    div.text-block {
        p {
            text-transform: uppercase;
        }
    }
}

.product-sku {
    p {
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.6);
        text-align: left;
    }
}

.product-information {
    .product-details {
        .product-form-buttons {
            p {
                &.quantity-text {
                    text-align: left;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 25px;
                    color: #000000;
                }
            }

            >*:not(.quantity-selector) {
                flex-basis: 100%;
            }

            .quantity-selector {
                flex-basis: 44%;
                border-radius: 0;
                border-color: #000;
                margin-bottom: 20px;
            }
        }
    }

    rte-formatter {
        p {
            color: #000;
        }
    }
}

marquee-component {
    .text-block {
        p {
            text-transform: uppercase !important;
        }
    }

    img {
        &.icon-block__media {
            opacity: 1 !important;
        }
    }

    .mobile-column {
        align-items: center;
    }
}

.slide-with-text {
    .slider-wrapper {
        display: block;
        padding-inline: 20px;

        @media (min-width:1024px) {
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            padding-right: calc((100% - 1000px) / 2);
            gap: 40px;
            padding-left: 0 !important;
        }

        @media (min-width:1199px) {
            padding-right: calc((100% - 1100px) / 2);
        }

        @media (min-width:1400px) {
            padding-right: calc((100% - 1366px) / 2);
        }

        @media (min-width:1600px) {
            gap: 90px;
            padding-right: calc((100% - 1440px) / 2);
        }

        .section-content {
            max-width: 434px;
            text-align: left;
            flex-shrink: 0;

            @media (max-width:1024px) {
                margin-bottom: 30px;
                max-width: 100%;
            }
        }
        .image-block {
            @media (max-width:749px) {
                img {
                    aspect-ratio: 4/5;
                }
            }
        }
    }
}

.blog-slider {
    .slider-wrapper {
        display: block;
        padding-inline: 20px;
        gap: 20px;

        @media (min-width:1024px) {
            padding-left: calc((100% - 1000px) / 2);
            flex-direction: row;
            display: flex;
        }

        @media (min-width:1199px) {
            padding-left: calc((100% - 1100px) / 2);
        }

        @media (min-width:1440px) {
            padding-left: calc((100% - 1366px) / 2);
            gap: 40px;
        }

        @media (min-width:1600px) {
            padding-left: calc((100% - 1440px) / 2);
            gap: 80px;
        }

        .section-content {
            flex-shrink: 0;
            margin-top: 35px;

            .section-text {
                p {
                    color: #000;

                    @media (max-width:1024px) {
                        br {
                            display: none;
                        }
                    }
                }
            }
        }

        .blog-article {
            .article-title {
                a {
                    color: #fff;
                }
            }

            .article-image {
                img {
                    aspect-ratio: 1.595 / 1;
                    object-fit: cover;
                }
            }
        }

        @media (max-width: 768px) {
            .section-content {
                margin-top: 0;

                .section-title {
                    text-align: center !important;
                }

                .section-text {
                    p {
                        text-align: center !important;
                    }
                }
            }
        }
    }
}

.viu-section-one {
    rte-formatter {
        p {
            color: #000;
        }
    }

}

.contact-form-main {
    input {
        background-color: var(--color-input-hover-background) !important;

        &::placeholder {
            color: #fff !important;
        }
    }

    textarea {
        background-color: var(--color-input-hover-background) !important;

        &::placeholder {
            color: #fff !important;
        }
    }
}

.single_blog-post {
    @media (max-width: 768px) {
        .text-block {
            h2 {
                text-align: center !important;
            }
        }
    }
}

.marquee-main {
    &.logo-marquee {
        max-width: 1520px;
        margin-inline: auto;
        display: flex;
        align-items: center;
        gap: 20px;
        padding-inline: 40px;

        .title {
            width: 20%;

            @media (max-width: 1024px) {
                width: 100%;
            }

            h4 {
                text-transform: uppercase;

                @media (max-width: 1024px) {
                    text-align: center;
                }
            }
        }

        @media (max-width: 1024px) {
            flex-direction: column;
            gap: 0;
        }
    }

}

.faq-wrapper {
    background: linear-gradient(180deg, #3086C1 25.3%, #0D4D97 100%) !important;

    accordion-custom {
        details {
            border: 0 !important;
            padding: 50px 80px;
            background: #0D4D97;
            border-radius: 15px;
            margin-top: 50px;

            @media (max-width:1024px) {
                padding: 40px;
                margin-top: 30px;
            }

            @media (max-width:768px) {
                padding: 40px 20px;
                margin-top: 30px;
            }

            .details__header {
                color: #fff;
                font-size: 30px;
                line-height: 30px;
                text-transform: uppercase;

                @media (max-width:1024px) {
                    font-size: 20px;
                }
            }

            .details-content {
                margin-top: 50px;

                @media (max-width:1024px) {
                    margin-top: 30px;
                }

                @media (max-width:768px) {
                    margin-top: 20px;
                }

                rte-formatter {
                    p {
                        font-size: 20px;
                        line-height: 24px;
                        color: #FFFFFF;

                        @media (max-width: 1024px) {
                            font-size: 16px;
                        }
                    }
                }
            }
        }

        &:first-child {
            details {
                margin-top: 0;
            }
        }

        .svg-wrapper {
            width: 20px;
            height: 20px;
        }
    }
}

body {
    &.page {
        table {
            td {
                border: 1px solid var(--color-foreground);;
            }
        }
    }
}


rte-formatter {
    p {
        a {
            color: var(--color-foreground);
        }
    }
}

.hero-mobile-hide {
    display: none;
@media (min-width:768px) {
        display: block;
    }
}

.hero-dekstop-hide {
    .image-block {
        display: block;
    @media (min-width:768px) {
            display: none;
        }
    }
}

@media (max-width:768px) {
    .ambassadors-hero {
        min-height: 60svh !important;
    }
    /* #shopify-section-template--16993925890114__section_LVr9fD .text-block {
        order: 2 !important; 
    }
    #shopify-section-template--16993925890114__section_LVr9fD .image-block {
        order: 1 !important; 
    } */
}

@media (min-width: 1024px) {
    .hp-imgtxt.media-with-content.section--page-width .media-with-content__content>.group-block-content {
        padding-left: 100px;
    } 
}

@media (min-width: 1440px) {
    .hp-imgtxt.media-with-content.section--page-width .media-with-content__content>.group-block-content {
        padding-left: 150px;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 38px !important;
    }

    h2,
    .h2,
    .h2 a,
    h2 a {
        font-size: 30px !important;
    }

    h3,
    .h3,
    h3 a,
    .h3 a,
    .h3 p {
        font-size: 26px !important;
    }

    h4,
    .h4,
    .h4 a,
    h4 a {
        font-size: 24px !important;
    }

        h5,
    .h5,
    .h5 a,
    h5 a,
    h5 p,
    .h5 p {
        font-size: 20px !important;
    }

    .button {
        font-size: 16px;
    }
}

@media (max-width: 749px) {
    #media-with-content-{{ section.id }} {
      padding-block-start: {{ section.settings['padding-block-start-mobile'] | default: section.settings['padding-block-start'] }}px !important;
      padding-block-end:   {{ section.settings['padding-block-end-mobile']   | default: section.settings['padding-block-end']   }}px !important; 
  }
  #group-Ac3ZWWDY4S2FTZVgwR__content .group-block   {
      padding-top: 40px !important;
  }
};

/* Approx. MacBook Air 13" */
@media (max-width: 1280px) {
  #group-AcExjcHF4UGVWSWhCc__group_4LfDcX {
    top: 50% !important;
  }
}

@media only screen and (max-width: 1440px) {
    #shopify-section-template--17326125154370__section_BnKbkt .group-block-content {
        display: flex;
        gap: 30px !important;
        background: red;
    }
}