/* FONTS */
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* DEBUGGING */
/* * {
    outline: 1px solid #f00 !important;
  } */

/* TEMP STYLES  */
.omegaxl-bundles-content-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 1.5rem;
    border: solid 2px #000;
    align-items: center;
    text-align: center;
}

.omegaxl-bundles-content-wrapper h2 {
    color: rgb(0, 92, 185);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding: 2rem 1.5rem;
}


/* GLOBAL */
* {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.omegaxl-skip-to-content {
    border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.omegaxl-skip-to-content:focus {
    height: 40px !important;
    border: 2px solid #000000 !important;
    background-color: #FFFFFF;
	margin: 0px !important;
	overflow: hidden !important;
	padding: 4px 20px !important;
	position: absolute !important;
	width: fit-content !important;
	white-space: nowrap !important;
    z-index: 99;
}

.omegaxl-proper-type {
    text-transform: none !important; /* Overrides any text-transform */
}

.omegaxl-section-headings-line {
    width: 10%;
    min-width: 125px;
    height: 0px;
    border-radius: 10px;
    background-color: rgb(241, 241, 241);
    border: 2px solid rgb(241, 241, 241);
    margin: -10px auto 0px;
}

/* BUTTONS */
.actions-toolbar .primary button,
.actions-toolbar .primary button:hover,
.btn-primary,
.btn-primary:hover {
    border-radius: 8px;
    background-color: rgb(0, 92, 185);
}

.actions-toolbar .primary-2 button,
.actions-toolbar .primary-2 button:hover,
.btn-primary-2,
.btn-primary-2:hover {
    border-radius: 8px;
    background-color: #fff;
    color: rgb(0, 92, 185);
}

/* HEADER */
#header {
    background: linear-gradient(90deg,rgb(0, 92, 185) 23%,rgb(0, 167, 225));
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.15);
}

/* PROMO BANNER */
.oxl-header-promo-banner {
    background: rgb(0, 167, 225);
}

.oxl-header-promo-banner a {
    color: #fff;
    text-decoration: underline;
}

    [data-content-type=row]>div {
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    /* FIRST ROW */
    .omegaxl-header-row-01 {
        flex-wrap: nowrap;
    }

    .omegaxl-header-row-01 .omegaxl-header-language-switcher {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0px;
        margin: 0px;
    }

    .omegaxl-header-row-01 .omegaxl-header-language-switcher p {
        color: rgb(255, 255, 255);
    }

    .header-contact-phone {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        color: rgb(255,255,255);
        text-transform: uppercase;
        white-space: nowrap;
    }

    .header-contact-phone a {
        color: rgb(255,255,255);
        text-transform: uppercase;
        white-space: nowrap;
        text-decoration: underline;
    }

    .header-contact-phone svg {
        max-width: 15px;
        color: rgb(255,255,255);
        fill: rgb(255,255,255);
        margin: 0px 5px;
    }

    .omegaxl-desktop-only a.omegaxl-header-main-nav-link {
        color: rgb(255,255,255);
        text-transform: uppercase;
        white-space: nowrap;
    }

    .omegaxl-header-main-subnav {
        background: #fff;
        border-radius: 13px;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
        margin-left: -7px;
        padding: 10px 0 54px;
        margin-top: -3px;
    }

    .omegaxl-header-main-subnav-link {
        color: #005cb9 !important;
        display: flex;
        flex: 1 1 auto;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        padding: 10px 16px;
        white-space: nowrap;
        text-decoration: none !important;
    }

    .omegaxl-header-main-subnav-link:hover {
        background: #00a7e1;
        color: #fff !important;
    }

    .omegaxl-header-main-subnav.block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row dense;
    }

    .omegaxl-header-main-subnav li {
        grid-column-start: 1;
    }


    header nav ul li:first-child .omegaxl-header-main-subnav li:last-child,
    header nav ul li:nth-child(2) .omegaxl-header-main-subnav li:last-child {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        grid-column-start: 1;
        width: 100%;
        border-top: 1px solid rgb(55, 65, 81, 0.8);
    }

    header nav ul li .omegaxl-header-main-subnav li:last-child .omegaxl-header-main-subnav-link {
        justify-content: center;
    }

    .omegaxl-header-spacer {
        border-bottom: 1px solid rgb(255,255,255);
    }

    .omegaxl-header-row-01 .omegaxl-desktop-only {
        width: 70%;
        display: flex;
        justify-content: flex-end;
    }

    .omegaxl-header-row-01 .omegaxl-desktop-only .welcome-message p,
    .omegaxl-header-row-01 .omegaxl-desktop-only .guest-message p {
        color: #FFFFFF;
        padding-right: 10px;
    }

    .welcome-message.omegaxl-header-welcome-customer-msg-wrapper {
        position: relative;
    }

    .omegaxl-header-welcome-customer-dropdown-wrapper {
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgb(0, 92, 185);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        padding: 10px 10px 0px;
        text-transform: capitalize;
        z-index: 9999;
    }

    .omegaxl-header-welcome-customer-dropdown-wrapper li {
        padding: 0px 0px 10px;
    }

    .omegaxl-header-main-welcome-nav-link,
    .omegaxl-header-main-welcome-nav-link-signout {
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 1.1;
    }

    .welcome-message.omegaxl-header-welcome-customer-msg-wrapper:hover .omegaxl-header-welcome-customer-dropdown-wrapper,
    .welcome-message.omegaxl-header-welcome-customer-msg-wrapper:focus .omegaxl-header-welcome-customer-dropdown-wrapper,
    .welcome-message.omegaxl-header-welcome-customer-msg-wrapper:focus-within .omegaxl-header-welcome-customer-dropdown-wrapper {
        display: flex;
        top: 1.4rem;
    }

    .omegaxl-header-row-01 .omegaxl-header-main-nav-account-login-wrapper {
        display: flex;
        flex-direction: row;
    }

    /* SECOND ROW */
    header nav ul li a.text-base {
        color: rgb(255,255,255);
    }

    header nav ul li:hover {
        border: none;
    }

    header nav ul li a.omegaxl-header-main-nav-link {
        color: rgb(255,255,255);
        text-transform: uppercase;
    }

    #menu-search-icon,
    .omegaxl-header-search-desktop {
        display: none;
    }

    #menu-search-icon,
    #customer-menu,
    #menu-cart-icon {
        color: rgb(255,255,255);
    }

    #menu-search-icon svg,
    #customer-menu svg,
    #menu-cart-icon svg {
        width: 50px;
        height: 50px;
        stroke-width: 1;
    }

    #menu-search-icon:hover,
    #customer-menu:hover,
    #menu-cart-icon:hover {
        background-color: transparent;
    }

    header nav button svg {
        stroke: rgb(255,255,255);
    }

    .omegaxl-header-mobile-menu-close svg {
        stroke: rgb(0, 0, 0);
    }

    div[x-ref="mobileMenuNavLinks"] {
        z-index: 2;
    }

    div[x-ref="mobileMenuNavLinks"] button svg {
        stroke: rgb(0, 0, 0) !important;
    }

    img.omegaxl-header-bbb-img {
        max-width: 45px;
        width: 45px;
        min-width: 100% !important;
        padding: 0px 0px 0px 10px;
    }

    .omegaxl-header-mobile-icons-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    /* MINICART */
#cart-drawer .omegaxl-minicart-product-options-wrapper {
    padding-top: 0;
}

#cart-drawer-items-outer-container {
    height: 400px;
    flex: 1 1 auto;
}

#cart-drawer-items-inner-container {
    flex: 1;
}

#cart-drawer-items-inner-container::-webkit-scrollbar {
    width: 8px;
}
#cart-drawer-items-inner-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 225, .8);
    border-radius: 4px;
    margin: 0;
}
#cart-drawer-items-inner-container::-webkit-scrollbar-thumb {
    background: #005cb9;
    border-radius: 4px;
    border: 1px solid #fff;
}

#cross-sell-product-slider {
    padding: 0 0 5px;
}

#cross-sell-product-slider .slick-slide {
    padding: 0 20px;
}

#cross-sell-product-slider .slick-slide .cross-sell-product-item{
    width: 100% !important;
}

#cross-sell-product-slider .slick-dots li.slick-active button .slick-dot-icon,
#cross-sell-product-slider .slick-dots li.slick-active button:focus .slick-dot-icon,
#cross-sell-product-slider .slick-dots li button:focus .slick-dot-icon:before {
    color: #005cb9;
}

.omegaxl-minicart-product-name {
    line-height: 1.3;
}

/* HOME */
.omegaxl-home-buttons-wrapper {
    display: flex;
    justify-content: center;
}

.omegaxl-home-buttons-wrapper a {
    border-radius: 16px;
    font-size: 1.75rem;
    line-height: 1.143;
    padding: 6px 32px;
    background: rgb(1, 167, 225);
    border: 3px solid transparent;
    color: rgb(255, 255, 255);
    font-weight: 700;
    align-self: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
}

.omegaxl-home-buttons-wrapper a:hover {
    background: rgb(0, 167, 225);
    border-color: rgb(255, 255, 255);
    box-shadow: 0 3.62143px 18.10714px 0 rgba(0,0,0,.5);
    text-decoration: none;
}
    /* HERO SECTION */
.omegaxl-home-hero-content-wrapper{
    width: 100%;
    /* Fallback for browsers without aspect-ratio support */
    @supports not (aspect-ratio: 5/5.9) {
        &::before {
            float: left;
            padding-top: 112%; /* For 16:9 */
            content: "";
        }
        &::after {
            display: block;
            content: "";
            clear: both;
        }
    }
    /* Use aspect-ratio to maintain a 16:9 ratio (if supported) */
    aspect-ratio: 5/5.9;
}

    @media screen and (min-width: 768px) {
        .omegaxl-home-hero-content-wrapper {
            /* max-width: 1160px; */
            /* margin: 0 auto; */
            /* Uncomment Below and Comment Out Above Width/Margin Constraints to Adjust for Shorter End-to-End Hero Slides */
            aspect-ratio: 2.7;
            overflow: hidden;
        }
    }

    .hero-image {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* Slider Defaults */
    .omegaxl-hero-slider-container-background {
        background: linear-gradient(90deg,rgb(0, 92, 185) 23%,rgb(0, 167, 225));
    }

    .omegaxl-hero-slider-container {
        max-width: 100%;
        overflow: hidden;
        position: relative;
        transition: opacity 0.5s ease-in-out;
        --tw-bg-opacity: 1;
        background-color: rgb(250 250 250/var(--tw-bg-opacity));
    }

    .omegaxl-hero-slider.slick-slider {
        display: none;
        background-color: #FFF;
        margin-bottom: 0;
    }

    .slick-autoplay-toggle-button {
        bottom: 20px !important;
        padding: 10px 10px !important;
        color: #FFFFFF !important;
        opacity: 0 !important;
        border: 2px solid #FFFFFF !important;
    }

    .slick-autoplay-toggle-button:hover,
    .slick-autoplay-toggle-button:focus {
        opacity: 1 !important;
    }

    .slick-slider.slick-dotted {
        margin-bottom: 30px !important;
    }

    .omegaxl-hero-slide img {
        width: 100%;
        display: block;
    }

    .omegaxl-hero-slider-container .slick-prev,
    .omegaxl-hero-slider-container .slick-next {
        position: absolute;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        width: 20px;
        height: 40px;
    }

    .omegaxl-hero-slider-container .slick-prev {
        left: 10px;
    }

    .omegaxl-hero-slider-container .slick-next {
        right: 10px;
    }

    .omegaxl-hero-slider-container .slick-next:focus .slick-next-icon,
    .omegaxl-hero-slider-container .slick-prev:focus .slick-prev-icon  {
        color: #fff;
        font-size: 40px;
        margin-left: unset;
    }

    .omegaxl-hero-slider-container .slick-next:focus,
    .omegaxl-hero-slider-container .slick-prev:focus  {
        top: 50%;
    }

    .omegaxl-hero-slider-container .slick-next .slick-next-icon:before {
        content: "⟩";
    }

    .omegaxl-hero-slider-container .slick-prev .slick-prev-icon:before {
        content: "⟨";
    }

    .omegaxl-hero-slider-container .slick-next .slick-next-icon,
    .omegaxl-hero-slider-container .slick-prev .slick-prev-icon  {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        opacity: 1;
    }

    @media screen and (min-width: 768px) {
        img.omegaxl-hero-slide-desktop {
            display: block !important;
        }

        img.omegaxl-hero-slide-mobile {
            display: none !important;
        }
    }

    @media screen and (max-width: 767px) and (orientation: portrait) {
        img.omegaxl-hero-slide-desktop,
        img.omegaxl-landing-page-hero-img-desktop {
            display: none !important;
        }

        img.omegaxl-hero-slide-mobile,
        img.omegaxl-landing-page-hero-img-mobile {
            display: block !important;
        }
    }

    /* OFFERS SECTION */
    @media screen and (min-width: 1280px) {
        .omegaxl-product-slider-main-wrapper .js_slide.xl\:w-1\/3 {
            width: 32%;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .omegaxl-product-slider-main-wrapper .js_slide {
            margin-right: 0.7rem;
        }

        .omegaxl-product-slider-main-wrapper .js_slide.lg\:w-1\/3 {
            width: 32%;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .omegaxl-product-slider-main-wrapper .js_slide {
            margin-right: 0.8rem;
        }

        .omegaxl-product-slider-main-wrapper .js_slide.md\:w-1\/2 {
            width: 48%;
        }
    }

    @media screen and (min-width: 640px) and (max-width: 767px) and (orientation: portrait) {
        .omegaxl-product-slider-main-wrapper .js_slide.sm\:w-1\/2 {
            width: 48%;
        }
    }

    @media screen and (max-width: 639px) and (orientation: portrait) {
        .omegaxl-product-slider-main-wrapper .js_slide {
            width: 96%;
        }
    }

    .omegaxl-offers-products-slider-grid-wrapper .card {
        background-color: transparent;
        --tw-shadow: none;
        --tw-shadow-colored: none;
        box-shadow: none;
    }

    .omegaxl-shop-all-products-slider-wrapper.omegaxl-offers-products-slider-wrapper {
        margin: -30px auto 0px;
    }

    .omegaxl-offers-products-slider-grid-wrapper .omegaxl-shop-all-products-add-to-cart-btn span {
        white-space: nowrap;
    }

    .omegaxl-shop-all-products-heading-wrapper.omegaxl-offers-products-heading-wrapper {
        padding: 42px 0px 16px;
    }

    .omegaxl-shop-all-products-heading-wrapper .omegaxl-section-headings-line {
        /* margin: -15px auto 0px; */
        display: none;
    }

    /* SHOP ALL */
    .omegaxl-shop-all-products-slider-wrapper {
        margin: 0px auto;
    }

    .omegaxl-product-slider-nav-dots {
        background-color: #005cb9;
    }

    button[aria-current=true] .omegaxl-product-slider-nav-dots {
        background-color: rgb(1, 167, 225) !important;
    }

    .omegaxl-shop-all-products-heading-wrapper {
        background: linear-gradient(90deg,#005cb9,#00a7e1);
        background: var(--ghw-gradient,linear-gradient(90deg,#005cb9 0,#00a7e1 100%));
        color: #f1f1f1;
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        padding: 6px 0 12px;
        text-align: center;
        text-transform: uppercase;
    }

    .omegaxl-shop-all-products-heading-wrapper h2 {
        position: relative;
        font-size: 2.5rem;
        padding: 6px 0 0px;
        line-height: 1.2;
    }

    .omegaxl-shop-all-products-copy-wrapper {
        padding: 40px;
        text-align: center;
    }

    .omegaxl-shop-all-products-carousel {
        max-width: 1140px;
        margin: 0 auto;
    }

    .omegaxl-shop-all-products-slider-grid-wrapper {
        max-width: 1160px;
        padding: 0px 20px;
        margin: 0 auto;
    }

    .omegaxl-shop-all-products-slider-grid-wrapper .js_slides {
        padding: 0px 13px;
    }

    .omegaxl-shop-all-products-slider-grid-wrapper .omegaxl-shop-all-products-add-to-cart-btn span,
    .omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn span {
        white-space: nowrap;
    }

    .omegaxl-product-slider-main-wrapper {
        margin-top: 1rem;
        margin-bottom: 0px;
    }

    .omegaxl-nav-arrows-dots-outer-wrapper {
        min-height: 2.4rem;
    }

    .omegaxl-nav-arrows-dots-wrapper {
        padding: 0px 1rem;
    }

    /* SLIDE UNIFORMITY */
    .omegaxl-shop-all-products-item,
    .omegaxl-products-carousel-grid-uniformity-default-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .omegaxl-shop-all-products-item-image,
    .omegaxl-products-carousel-grid-uniformity-default-item-image {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        margin: auto 0;
    }

    .omegaxl-products-carousel-grid-uniformity-default-item-image img {
        aspect-ratio: 1.5;
        width: 100%;
    }

    .omegaxl-shop-all-products-item .card,
    .omegaxl-products-carousel-grid-uniformity-default-item .card {
        background-color: transparent;
        --tw-shadow: none;
        --tw-shadow-colored: none;
        box-shadow: none;
    }

    .omegaxl-shop-all-products-item:hover,
    .omegaxl-products-carousel-grid-uniformity-default-item:hover {
        background-color: inherit;
    }

    .omegaxl-products-carousel-grid-uniformity-default-item .product-item-photo {
        margin-bottom: 0;
        width: 100%;
    }

    .omegaxl-shop-all-products-item-title.text-primary,
    .omegaxl-products-carousel-grid-uniformity-default-item-title.text-primary {
        color: #fff;
    }

    .omegaxl-shop-all-products-item .product-info .price-box,
    .omegaxl-products-carousel-grid-uniformity-default-item .product-info .price-box {
        color: #fff;
    }

    .omegaxl-shop-all-products-item-title h3,
    .omegaxl-products-carousel-grid-uniformity-default-item-title h3 {
        color: #fff;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.3;
        text-transform: uppercase;
        padding: 0 20px;
    }

    a.omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn,
    a.omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn span {
        font-weight: 700;
    }

    .omegaxl-shop-all-products-item .product-info-empty,
    .omegaxl-products-carousel-grid-uniformity-default-item .product-info-empty {
        padding: 0px;
        margin: 0px;
    }

    .omegaxl-shop-all-products-add-to-cart-btn-wrapper,
    .omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;

    }

    .omegaxl-shop-all-products-add-to-cart-btn,
    .omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn {
        border-radius: 16px;
        font-size: 1.75rem;
        line-height: 1.143;
        padding: 6px 32px;
        border: 3px solid transparent;
        color: rgb(255, 255, 255);
        font-weight: 700;
        align-self: center;
        display: flex;
        flex: 0 0 auto;
        gap: 8px;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        cursor: pointer;
    }

    .omegaxl-shop-all-products-add-to-cart-btn:hover,
    .omegaxl-shop-all-products-add-to-cart-btn:focus,
    .omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn:hover,
    .omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn:focus {
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 3.62143px 18.10714px 0 rgba(0,0,0,.5);
        text-decoration: none;
        border-radius: 16px;
    }

    /* BENEFITS SECTION */
    .omegaxl-benefits-section-wrapper {
        background: linear-gradient(90deg,rgb(0, 92, 185) 39.26%,rgb(0, 167, 225) 115.75%);
        box-shadow: inset 0 11px 8px -14px rgb(204, 204, 204),inset 0 -11px 8px -14px rgb(204, 204, 204);
    }

    .omegaxl-benefits-content-wrapper {
        max-width: 1140px;
        margin: 0 auto;
        padding: 8px 0px 16px;
    }

    .omegaxl-benefits-headings-wrapper .omegaxl-benefits-heading {
        color: rgb(255, 255, 255);
        font-weight: 700;
        margin: auto;
        text-align: center;
        position: relative;
        font-size: 2.5rem;
        padding: 0px 0 22px;
        text-transform: capitalize;
    }

    .omegaxl-benefits-headings-wrapper .omegaxl-benefits-headings-copy {
        color: rgb(255, 255, 255);
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
    }

    .omegaxl-benefits-list-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 46px;
        margin: 0 auto;
        width: 100%;
        padding: 2rem;
    }

    .omegaxl-benefits-list-grid-item {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .omegaxl-benefits-list-grid-copy-wrapper {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-benefits-list-grid-icon-wrapper {
        align-items: flex-start;
        display: flex;
        flex: 0 0 48px;
    }

    .omegaxl-benefits-list-grid-icon-wrapper img {
        max-width: 100%;
    }

    .omegaxl-benefits-list-grid-copy-wrapper .omegaxl-benefits-list-grid-copy-heading {
        color: rgb(255, 255, 255);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.3rem;
        text-transform: capitalize;
    }

    .omegaxl-benefits-list-grid-copy-wrapper .omegaxl-benefits-list-grid-copy-main {
        color: rgb(255, 255, 255);
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }

    /* DIFFERENCE SECTION */
    .omegaxl-difference-section-wrapper {
        margin: 4px 0px 16px;
    }

    .omegaxl-difference-content-wrapper {
        max-width: 1140px;
        margin: 0 auto;
    }

    .omegaxl-difference-headings-wrapper {
        padding-bottom: 30px;
    }

    .omegaxl-difference-heading {
        color: rgb(0, 92, 185);
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 20px;
        padding: 0px 1.5rem;
    }

    .omegaxl-difference-headings-wrapper .omegaxl-section-headings-line {
        background-color: rgb(0, 92, 185);
        border: 2px solid rgb(0, 92, 185);
    }

    .omegaxl-difference-content-table-wrapper {
        margin-bottom: 16px;
    }

    .omegaxl-difference-content-table-wrapper table {
        background: rgb(255, 255, 255);
        border-collapse: collapse;
        border-radius: 12px;
        box-shadow: 0 -4px 10px 0 rgba(0,0,0,.25);
        margin: 0 auto;
        width: 90%;
        border: 1px solid rgb(221, 221, 221);
        text-align: left;
    }

    .omegaxl-difference-content-table-wrapper table th {
        background: rgb(0, 92, 185);
        border-radius: 8px 0 0 0;
        color: rgb(255, 255, 255);
        font-size: 1.125rem;
        font-weight: 700;
        text-align: center;
        padding: 15px;
    }

    .omegaxl-difference-content-table-wrapper table th:nth-child(2) {
        border-radius: 0;
    }

    .omegaxl-difference-content-table-wrapper table th:nth-child(3) {
        border-radius: 0 8px 0 0;
    }

    .omegaxl-difference-content-table-wrapper table th.title h3 {
        border-radius: 8px 0 0 0;
        font-size: 2.5rem;
        font-weight: 700;
        text-align: left;
        text-transform: capitalize;
    }

    .omegaxl-difference-content-table-wrapper table td {
        border: none;
        border-bottom: 1px solid rgb(0, 92, 185);
        color: rgb(0, 92, 185);
        font-size: 1rem;
        font-weight: 700;
        padding: 15px;
    }

    .omegaxl-difference-content-table-wrapper table td img {
        margin: 0 auto;
        width: 24px;
    }

    /* BRAND AMBASSADORS */
    .omegaxl-brand-amb-heading-wrapper {
        background: linear-gradient(90deg,rgb(0, 92, 185) 39.26%,rgb(0, 167, 225) 115.75%);
        padding: 12px 0px;
    }

    .omegaxl-brand-amb-heading-wrapper h2 {
        color: rgb(255, 255, 255);
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

    .omegaxl-brand-amb-heading-wrapper .omegaxl-section-headings-line {
        /* margin: 10px auto 0px; */
        display: none;
    }

    .omegaxl-brand-amb-grid-wrapper.omegaxl-brand-amb-grid-wrapper-desktop {
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 1fr;
        max-width: 1140px;
        padding: 0 1.5rem;
        gap:20px;
    }

    .omegaxl-brand-amb-grid-wrapper-mobile {
        display: none;
    }

    .omegaxl-brand-amb-grid-wrapper.omegaxl-brand-amb-grid-wrapper-desktop > * {
        grid-column: auto;
    }

    .omegaxl-brand-amb-grid-wrapper.omegaxl-brand-amb-grid-wrapper-desktop > :nth-child(1):nth-last-child(2) {
        grid-column: 2;
    }

    .omegaxl-brand-amb-grid-wrapper.omegaxl-brand-amb-grid-wrapper-desktop > :nth-child(2):nth-last-child(1) {
        grid-column: 3;
    }

    .omegaxl-brand-amb-grid-item-wrapper:hover .omegaxl-brand-amb-grid-item-img,
    .omegaxl-brand-amb-grid-item-wrapper:hover .omegaxl-brand-amb-grid-item-copy {
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0 3.62143px 18.10714px 0 rgba(0,0,0,.5);
    }

    .omegaxl-brand-amb-grid-item-img img {
        width: 100%;
    }

    .omegaxl-brand-amb-grid-item-copy {
        background: rgb(1, 111, 191);
        border-radius: 0 0 20px 20px;
        margin-top: -1px;
        padding: 12px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .omegaxl-brand-amb-grid-item-copy h3 {
        color: rgb(255, 255, 255);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
    }

    .omegaxl-brand-amb-grid-item-copy p {
        color: rgb(255, 255, 255);
        font-size: .813rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

    .omegaxl-brand-amb-modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 95%;
        transform: translate(-50%, -50%);
        padding: 40px 20px 50px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        transition: opacity 0.3s ease;
        opacity: 0;
    }

    .omegaxl-brand-amb-modal iframe {
        height: 85vh;
    }

    .omegaxl-brand-amb-modal.active {
        display: block;
        opacity: 1;
    }
    .omegaxl-brand-amb-grid-item-modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .omegaxl-brand-amb-grid-item-modal-overlay.active {
        display: block;
    }

    .omegaxl-brand-amb-modal-content .close {
        color: #FFFFFF;
        float: right;
        font-size: 3rem;
        font-weight: bold;
    }

    .omegaxl-brand-amb-modal-content .close:hover,
    .omegaxl-brand-amb-modal-content .close:focus {
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

    /* TESTIMONIALS */
    .omegaxl-testimonials-section-wrapper {
        background: linear-gradient(90deg,rgb(0, 92, 185) 39.26%,rgb(0, 167, 225) 115.75%);
        margin-bottom: 0px;
        padding: 16px 8px 8px;
    }

    .omegaxl-testimonials-content-wrapper {
        padding: 0px 1.5rem 16px;
    }

    .omegaxl-testimonials-content-wrapper-mobile {
        display: none;
    }

    .omegaxl-testimonials-heading-copy-wrapper {
        padding-bottom: 30px;
    }

    .omegaxl-testimonials-heading-copy-wrapper h2 {
        color: rgb(255, 255, 255);
        font-weight: 700;
        margin: auto;
        text-align: center;
        position: relative;
        font-size: 2.5rem;
        line-height: 1.2;
        padding: 16px 0 22px;
        text-transform: uppercase;
    }

    .omegaxl-testimonials-heading-stars-wrapper .omegaxl-star-rating
     {
        width: 100%;
        font-size: 0;
    }

    .omegaxl-testimonials-heading-stars-wrapper .omegaxl-star-rating ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .omegaxl-testimonials-heading-stars-wrapper .omegaxl-star {
        position: relative;
        width: 50px;
        height: auto;
        background: #FFCB45;
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        margin-right: 5px;
        cursor: pointer;
        aspect-ratio: 1;
    }

    .omegaxl-testimonials-heading-stars-wrapper .omegaxl-star:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: gold;
        clip-path: inherit;
        z-index: 1;
        transition: width 0.3s ease;
        width: 0;
    }


    .omegaxl-testimonials-grid-item-stars-wrapper {
        width: 100%;
    }

    .omegaxl-testimonials-grid-item-stars-wrapper .omegaxl-star-rating {
       width: 100%;
       font-size: 0;
    }

    .omegaxl-testimonials-grid-item-stars-wrapper .omegaxl-star-rating ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .omegaxl-testimonials-grid-item-stars-wrapper .omegaxl-star {
        position: relative;
        width: 35px;
        height: auto;
        max-width: 35px;
        background: #FFCB45;
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        margin-right: 5px;
        cursor: pointer;
        aspect-ratio: 1;
    }

    .omegaxl-testimonials-grid-item-stars-wrapper .omegaxl-star:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: gold;
        clip-path: inherit;
        z-index: 1;
        transition: width 0.3s ease;
        width: 0;
    }

    .omegaxl-testimonials-content-wrapper-desktop .omegaxl-testimonials-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%/5, max(64px, 100%/5)), 1fr));
        grid-template-rows: 1fr;
        gap: 40px;
        margin: 0 auto;
        justify-items: center;
        max-width: 1100px;
    }

    .omegaxl-testimonials-grid-item-image img {
        cursor: pointer;
        width: 100%;
    }

    .omegaxl-testimonials-grid-item-copy-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgb(255, 255, 255);
        padding: 1rem;
    }

    .omegaxl-testimonials-grid-item-copy-title h3 {
        color: rgb(1, 111, 191);
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3;
        margin: .4em 0;
    }

    .omegaxl-testimonials-grid-item-copy-quote {
        padding: 0 1rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .omegaxl-testimonials-grid-item-copy-quote q {
        color: rgb(102, 112, 133);
        font-size: .875rem;
        font-weight: 300;
        line-height: 1.5;
        font-style: normal;
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        text-align: center;
    }

    .omegaxl-testimonials-modal {
        display: none;
        position: fixed;
        width: 95%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 40px 20px 50px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        transition: opacity 0.3s ease;
        opacity: 0;
    }

    .omegaxl-testimonials-modal iframe {
        height: 85vh;
    }

    .omegaxl-testimonials-modal.active {
        display: block;
        opacity: 1;
    }
    .omegaxl-testimonials-grid-item-modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .omegaxl-testimonials-grid-item-modal-overlay.active {
        display: block;
    }

    .omegaxl-testimonials-modal-content .close {
        color: #FFFFFF;
        float: right;
        font-size: 3rem;
        font-weight: bold;
    }

    .omegaxl-testimonials-modal-content .close:hover,
    .omegaxl-testimonials-modal-content .close:focus {
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

    .omegaxl-testimonials-grid-item-copy-headshot img {
        width: 68px;
        max-width: 100px !important;
    }

    /* VIDEO */
    .omegaxl-main-video-section-wrapper {
        background: linear-gradient(90deg,rgb(248, 248, 248) .19%,rgb(255, 255, 255) 99.86%);
        margin: 20px 0px -10px;
    }

    .omegaxl-main-video-content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .omegaxl-main-video-content-player {
        width: 100%;
    }

    .omegaxl-main-video-frame {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        aspect-ratio: 2.2;
        height: 625px;
        background-color: transparent;
    }

    @media screen and (max-width:1199px) {
        .omegaxl-main-video-frame {
            width: 100%;
            height: calc(100vw / 1.83) !important;
            max-width: 1200px;
            margin: 0 auto;
        }
    }

    /* QUOTE */
    .omegaxl-quote-home-section-wrapper {
        background-image: url('../images/assets/blocks/quote-home/celeb-short-bg.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 30px;
    }

    .omegaxl-quote-block-home-content-wrapper {
        position: relative;
        max-width: 1140px;
        padding: 0px 1.5rem 0px;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        z-index: 2;
    }

    .omegaxl-quote-block-home-content-copy-wrapper {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        padding: 40px 0px;
        min-height: 400px;
    }

    .omegaxl-quote-block-home-content-copy-wrapper h2 {
        color: rgb(255, 255, 255);
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.2;
        margin: -12px auto;
        max-width: 80%;
        text-align: center;
        text-transform: uppercase;
    }

    .oxl-quote {
        word-wrap: normal;
    }

    .omegaxl-quote-block-home-content-copy-wrapper p {
        color: rgb(255, 255, 255);
        font-size: 1.25rem;
        margin: 0 auto;
        text-align: center;
        font-weight: 300;
    }

    span.omegaxl-quote-block-home-strong {
        font-weight: 700;
    }

    .omegaxl-quote-block-home-content-img-wrapper {
        background-image: url('../images/assets/blocks/quote-home/celeb-ken.png');
        background-position: 100% 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
        min-height: 400px;
        width: min(920px,100%);
        position: absolute;
        height: 100%;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    /* OUR MISSION */
    .omegaxl-our-mission-section-wrapper {
        background: linear-gradient(90deg,rgb(248, 248, 248) .19%,rgb(255, 255, 255) 99.86%);
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0;
    }

    .omegaxl-our-mission-content-wrapper {
        max-width: 1140px;
        margin: 20px auto 8px;
        display: flex;
        flex-direction: column;
        padding: 0px 20px;
        gap: 40px;
    }

    .omegaxl-our-mission-logo-heading-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-our-mission-logo-wrapper {
        width: 50%;
        border-right: 4px solid rgb(0, 92, 185);
        padding: 0 1rem;
    }

    .omegaxl-our-mission-logo-wrapper img {
        max-width: 100%;
    }

    .omegaxl-our-mission-heading-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 0 1rem;
    }

    .omegaxl-our-mission-heading-wrapper h2 {
        color: rgb(0, 92, 185);
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-transform: capitalize;
        padding: 1rem 0;
    }

    .omegaxl-our-mission-ratings-policies-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-our-mission-ratings-wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 50%;
    }

    .omegaxl-our-mission-ratings-row-01,
    .omegaxl-our-mission-ratings-row-02
     {
        display: flex;
        flex-direction: row;
        max-width: 90%;
        position: relative;
    }

    .omegaxl-our-mission-ratings-row-01:hover,
    .omegaxl-our-mission-ratings-row-02:hover
     {
        box-shadow: 0 11px 18px 0 rgba(0,0,0,.15);
    }

    .omegaxl-our-mission-ratings-row-overlay-link {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .omegaxl-our-mission-ratings-col-01 {
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: center;
        align-items: center;
        padding: 24px 40px;
        width: 35%;
        background: rgb(255, 255, 255);
    }

    .omegaxl-our-mission-bbb-rating-wrapper,
    .omegaxl-our-mission-google-rating-wrapper {
        background: rgb(255, 255, 255);
        border-radius: 8px;
        display: flex;
    }

    .omegaxl-our-mission-ratings-row-01 .omegaxl-our-mission-ratings-col-02,
    .omegaxl-our-mission-ratings-row-02 .omegaxl-our-mission-ratings-col-02 {
        align-items: center;
        background: rgb(0, 154, 218);
        border-radius: 0 8px 8px 0;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        justify-content: center;
    }

    .omegaxl-our-mission-bbb-rating-icon-wrapper img,
    .omegaxl-our-mission-google-rating-icon-wrapper img {
        max-width: 100%;
    }

    .omegaxl-our-mission-bbb-rating-score-wrapper p,
    .omegaxl-our-mission-google-rating-score-wrapper p {
        color: rgb(255, 255, 255);
        font-size: 5rem;
        font-weight: 700;
        text-align: center;
    }

    .omegaxl-our-mission-bbb-rating-stars-wrapper,
    .omegaxl-our-mission-google-rating-stars-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 24px;
    }

    .google-star-rating,
    .bbb-star-rating {
        width: 100%;
        font-size: 0;
    }

    .bbb-star-rating ul,
    .google-star-rating ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .bbb-star-rating .star,
    .google-star-rating .star {
        position: relative;
        width: 7vw;
        height: auto;
        max-width: 35px;
        background: #FFFFFF;
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        margin-right: 5px;
        aspect-ratio: 1;
    }

    .bbb-star-rating .star:before,
    .google-star-rating .star:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #FFCB45;
        clip-path: inherit;
        z-index: 1;
        transition: width 0.3s ease;
        width: 0;
    }

    .bbb-star-rating .star .fill,
    .google-star-rating .star .fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #FFCB45;
        z-index: 1;
        transition: width 0.3s ease;
        width: 0;
    }

    .omegaxl-our-mission-policies-wrapper {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 50%;
    }

    .omegaxl-our-mission-policies-autoship-wrapper {
        background: linear-gradient(124deg,rgb(0, 92, 185),rgb(0, 167, 225));
        border-color: rgb(255, 255, 255);
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,.15);
        display: flex;
        width: 50%;
        flex: 50%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        position: relative;
    }

    .omegaxl-our-mission-policies-standard-wrapper {
        background: linear-gradient(124deg,rgb(0, 92, 185),rgb(0, 167, 225));
        border-color: rgb(255, 255, 255);
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,.15);
        display: flex;
        width: 50%;
        flex: 50%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        position: relative;
    }

    .omegaxl-our-mission-policies-image-wrapper img {
        max-height: 120px;
    }

    .omegaxl-our-mission-policies-heading-wrapper h3 {
        color: rgb(255, 255, 255);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
    }

    .omegaxl-our-mission-policies-copy-wrapper p {
        color: rgb(255, 255, 255);
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
    }

    .omegaxl-our-mission-policies-copy-wrapper a {
        text-decoration: underline;
    }

.top-container {
    margin: 0 auto;
    width: 100%;
    background-color: rgb(255 255 255/1);
}

.breadcrumbs {
    max-width: 1140px;
    margin: 0 auto;
}

.cms-page-view .top-container {
    background-color: rgb(243, 245, 246);
}

.cms-page-view .breadcrumbs {
    box-shadow: none;
    background: none;
}

.breadcrumbs ol li {
    font-size: 1rem;
    line-height: 1.5;
}

/* CATEGORY */
.catalog-category-view .columns {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 0px;
}

.catalog-category-view aside.sidebar.sidebar-main,
.catalog-category-view .toolbar.toolbar-products.grid {
    display: none;
}

.catalog-category-view #product-list {
    padding: 0px 20px;
}

.omegaxl-product-link-overlay {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
}

/* PDP */
    /* Global */
    .catalog-product-view .top-container {
        padding: 0px 20px;
    }

    .catalog-product-view .columns {
        row-gap: 0rem;
    }

    .catalog-product-view #maincontent {
        background-color: #FFF;
        padding: 0px 0px;
    }

    .product-main-full-width .columns {
        padding: 0px;
    }

    .omegaxl-pdp-main-wrapper {
        max-width: 1140px;
        margin: 0 auto;
    }

    .catalog-product-view .omegaxl-sku-cycle-product-list-wrapper {
        display: none;
    }

    /* Main Title and Descriptions */
    .omegaxl-pdp-title-gallery-wrapper {
        padding: 0px 20px;
    }

    .omegaxl-pdp-product-custom-display-name h1 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
    }

    /* Pricing */
    .omegaxl-pdp-product-price {
        padding: 0;
        margin: 0;
    }

    .omegaxl-pdp-product-price .price-container {
        margin-top: -10px;
        padding-bottom: 10px;
    }

    .omegaxl-pdp-product-price .price-wrapper .price {
        font-size: 2.5rem;
        font-weight: 700;
    }

    #sticky-product-addtocart-container .btn span.price{
        vertical-align: top;
    }

    /* Subscription */
    #omegaxl-pdp-subscribe-terms-wrapper {
        border-radius: 8px;
        padding: 5px 20px 10px;
        border: 3px solid #005db9;
    }

    #omegaxl-pdp-subscribe-terms-header {
        color: #005db9;
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 10px;
        border-bottom: 2px solid #005db9;
    }

    #omegaxl-pdp-subscribe-terms-wrapper .benefits-list li {
        display: flex;
        align-items: start;
        flex: 1 1 auto;
        gap: 8px;
    }

    #omegaxl-pdp-subscribe-terms-wrapper .benefits-list li img {
        margin-top: 4px;
    }

    .subscription-message {
        padding: 10px 0 20px;
    }

    .subscribe-control-option {
        display: flex;
        flex-direction: column;
    }

    .purchase-option-left,
    .purchase-option-right {
        display: flex;
    }

    .purchase-option-left [type=radio],
    .purchase-option-right [type=radio] {
        margin: 3px 10px 0px 0px;
    }

    .purchase-option-left label,
    .purchase-option-right label {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
        color: #5d5d5d;
        max-width: 210px;
    }

    .purchase-option-left label span,
    .purchase-option-right label span {
        display: block;
        font-size: .85rem;
        font-weight: 700;
    }

    .subscription-options-wrapper.product-options-wrapper {
        margin-bottom: 10px;
    }

    .subscription-options-wrapper.product-options-wrapper .field {
        display: flex;
        align-items: center;
    }

    .subscription-options-wrapper.product-options-wrapper .field .label {
        display: none;
    }

    .subscription-options-wrapper.product-options-wrapper .field .control {
        width: 100%;
    }

    .subscription-options-wrapper.product-options-wrapper .field .control .admin__control-select {
        width: 100%;
    }

    /* Quantity and Add to Cart */
    .omegaxl-pdp-qty-action-wrapper {
        display: flex;
        width: 100%;
    }

    .omegaxl-pdp-quantity-wrapper {
        width: 50%;
    }

    .omegaxl-pdp-quantity-inner-wrapper input {
        color: #FFF;
        border-radius: 8px 0 0 8px;
        font-size: 2rem;
        font-style: normal;
        height: 88px;
        text-align: center;
        width: 100%;
        max-width: 126px;
    }

    .omegaxl-pdp-quantity-inner-wrapper {
        width: 100%;
    }

    .omegaxl-pdp-quantity-btns-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin-top: -6px;
        margin-left: 1px;
    }

    .omegaxl-pdp-quantity-btns-wrapper svg {
        max-width: 15px;
        height: 30px;
        fill: #FFFFFF;
    }

    .omegaxl-pdp-quantity-wrapper {
        display: flex;
        align-items: center;
    }

    .omegaxl-pdp-quantity-inner-wrapper {
        display: flex;
        align-items: center;
        margin-right: 0px;
    }

    .omegaxl-pdp-quantity-wrapper .qty-decrease,
    .omegaxl-pdp-quantity-wrapper .qty-increase {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 45px;
        margin-top: 6px;
    }

    .omegaxl-pdp-add-to-cart-btn {
        align-items: center;
        border-radius: 0 8px 8px 0;
        color: #fff;
        display: flex;
        flex: 1 1 auto;
        font-size: 2rem;
        line-height: 1.2;
        height: 88px;
        justify-content: center;
        margin-left: 12px;
        width: 100%;
    }

    .omegaxl-pdp-add-to-cart-btn:hover {
        border-radius: 0 8px 8px 0;
    }

    .omegaxl-pdp-quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
    .omegaxl-pdp-quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .omegaxl-pdp-quantity-wrapper input[type="number"] {
        -moz-appearance: textfield;
    }

    /* Return / Guarantee Section */
        /* Default */
        .omegaxl-pdp-return-guarantee-wrapper {
            margin-top: 20px;
        }

        .omegaxl-pdp-return-guarantee-default-wrapper {
            background: linear-gradient(90deg,#005cb9,#00a7e1);
        }

        .omegaxl-pdp-return-guarantee-default-content-wrapper {
            display: flex;
            flex-direction: row;
            padding: 20px;
            max-width: 1140px;
            margin: 0 auto;
        }

        .omegaxl-pdp-return-guarantee-default-content-wrapper h2,
        .omegaxl-pdp-return-guarantee-default-content-wrapper p {
            color: #FFF;
        }

        .omegaxl-pdp-return-guarantee-default-content-wrapper h2 {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .omegaxl-pdp-return-guarantee-default-content-wrapper p a {
            text-decoration: underline;
        }

        .omegaxl-pdp-return-guarantee-default-copy-emphasis {
            font-size: 1.5rem;
            font-weight: 700;
            text-align: center;
            white-space: nowrap;
        }

        .omegaxl-pdp-return-guarantee-default-return-badge-wrapper {
            width: 15%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }

        .omegaxl-pdp-return-guarantee-default-copy-wrapper {
            width: 55%;
        }

        .omegaxl-pdp-return-guarantee-default-digicert-wrapper {
            width: 30%;
            text-align: center;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }

        .omegaxl-pdp-return-guarantee-default-digicert-wrapper img {
            max-width: 100%;
        }


        /* Custom */
        .omegaxl-pdp-return-guarantee-custom-wrapper {
            background: linear-gradient(90deg,#005cb9,#00a7e1);
        }

        .omegaxl-pdp-return-guarantee-custom-content-wrapper {
            display: flex;
            flex-direction: row;
            padding: 20px;
            max-width: 1140px;
            margin: 0 auto;
        }

        .omegaxl-pdp-return-guarantee-custom-content-wrapper h2,
        .omegaxl-pdp-return-guarantee-custom-content-wrapper p {
            color: #FFF;
        }

        .omegaxl-pdp-return-guarantee-custom-content-wrapper h2 {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .omegaxl-pdp-return-guarantee-custom-content-wrapper p a {
            text-decoration: underline;
        }

        .omegaxl-pdp-return-guarantee-custom-copy-emphasis {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.3;
            text-align: center;
            white-space: nowrap;
        }

        .omegaxl-pdp-return-guarantee-custom-return-badge-wrapper {
            width: 15%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }

        .omegaxl-pdp-return-guarantee-custom-return-badge-wrapper img {
            min-width: 60%;
        }

        .omegaxl-pdp-return-guarantee-custom-copy-wrapper {
            width: 55%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 20px;
        }

        .omegaxl-pdp-return-guarantee-custom-digicert-wrapper {
            width: 30%;
            text-align: center;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }

        .omegaxl-pdp-return-guarantee-custom-digicert-wrapper img {
            max-width: 100%;
        }

        @media screen and (max-width: 767px) {
            .omegaxl-pdp-return-guarantee-custom-bbb-wrapper {
            width: 100%;
            padding: 20px 10px 10px;
            }
        }

    /* Info Tabs Section */
    .omegaxl-pdp-info-tab-section-wrapper {
        background-image: url('/media/wysiwyg/product/omegaxl-detail-bg.jpg');
        background-position: top right;
        background-size: cover;
        padding: 20px;
        margin-top: 20px;
    }

    .omegaxl-pdp-info-tab-wrapper {
        margin: 0 auto;
        max-width: 1140px;
    }

    .omegaxl-pdp-info-tab-wrapper a:focus-visible {
        border: 2px solid #fff;
    }

    .omegaxl-pdp-info-tab-title-wrapper {
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    }

    .omegaxl-pdp-info-tab-title-row-wrapper {
        display: flex;
        border-bottom: 2px solid #FFF;
        justify-content: center;
        gap: 64px;
        max-width: 1140px;
        margin: 0 auto;
    }

    .omegaxl-pdp-info-tab-title-wrapper {
        padding: 10px 20px;
        cursor: pointer;
        outline: none;
    }

    .omegaxl-pdp-info-tab-title-wrapper h2 {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.2;
        color: #FFF;
    }

    .omegaxl-pdp-info-tab-content-column-wrapper {
        width: 60%;
        max-width: 60%;
    }

    .omegaxl-pdp-info-tab-content-wrapper {
        display: none;
    }

    .omegaxl-pdp-info-tab-content-wrapper.active {
        display: block;
    }

    .omegaxl-pdp-info-tab-content-row-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin: 0 auto;
        padding: 24px 0;
    }

    .omegaxl-pdp-info-tab-image-column-wrapper {
        width: 40%;
        max-width: 40%;
        display: flex;
        align-items: center;
    }

        /* About */
        .omegaxl-pdp-info-tab-about-copy-wrapper h3,
        .omegaxl-pdp-info-tab-about-copy-wrapper h4,
        .omegaxl-pdp-info-tab-about-copy-wrapper p {
            color: #FFF;
        }

        .omegaxl-pdp-info-tab-about-copy-wrapper h3 {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.3;
        }

        .omegaxl-pdp-info-tab-about-grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: 1fr;
            gap: 20px;
            margin-top: 20px;
        }

        .omegaxl-pdp-info-tab-about-grid-item {
            display: flex;
            flex-direction: row;
        }

        .omegaxl-pdp-info-tab-about-grid-item-copy-wrapper {
            display: flex;
            flex-direction: column;
        }

        .omegaxl-pdp-info-tab-about-grid-item-copy-wrapper h4 {
            font-size: 1.375rem;
            font-weight: 700;
            line-height: 1.3;
            text-transform: capitalize;
            margin-bottom: 10px;
        }

        .omegaxl-pdp-info-tab-about-grid-item-copy-wrapper p {
            font-size: 1rem;
            line-height: 1.5;
        }

        .omegaxl-pdp-info-tab-about-grid-item-icon-wrapper img {
            min-width: 50px;
            padding: 0px 10px 0px 0px;
        }


        /* How to Use */
        #omegaxl-pdp-info-tab-how-to-use-content-wrapper {
            padding: 10px 0px 0px;
        }

        #omegaxl-pdp-info-tab-how-to-use-content-wrapper h3 {
            color: #FFF;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.3;
        }

        #omegaxl-pdp-info-tab-how-to-use-content-wrapper p {
            color: #FFF;
            font-size: 1rem;
            line-height: 1.5;
            font-weight: 400;
            padding: 10px 0px 20px;
        }

        #omegaxl-pdp-info-tab-how-to-use-content-wrapper hr {
            padding: 10px 0px;
        }

        /* Supplement Facts */
        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper {
            padding: 20px;
            background: rgba(0,0,0,.1);
            border: 1px solid #FFF;
            border-radius: 8px;

        }

        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper h3,
        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper h4,
        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper p {
            color: #FFF;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper h3 {
            font-size: 2rem;
            font-weight: 700;
            padding-bottom: 20px;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper h4 {
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 1.3;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper p {
            font-size: 1rem;
            line-height: 1.5;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-wrapper .omegaxl-pdp-info-tab-supplement-facts-table-heading-row {
            text-align: left;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-heading-row p {
            font-size: 1.5rem;
            font-weight: 700;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-heading-row {
            border-bottom: 1px solid rgba(237,242,244,.3);
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-col-heading {
            text-align: center;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-col-heading p {
            font-size: 1.125rem;
            font-weight: 700;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-ingredients-row td {
            padding: 10px 10px 10px 0px;
            text-align: center;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-ingredients-col h4,
        .omegaxl-pdp-info-tab-supplement-facts-table-ingredients-col p {
            text-align: left;
        }

        .omegaxl-pdp-info-tab-supplement-facts-table-ingredients-row,
        .omegaxl-pdp-info-tab-supplement-facts-table-disclaimers-row {
            border-top: 12px solid rgba(237,242,244,.3);
        }

        /* FAQs */
        .omegaxl-pdp-info-tab-faq-grid-wrapper {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
            overflow-y: scroll;
            gap: 20px;
            padding: 0 20px 20px 0;
            max-height: 60vh;
        }

        .omegaxl-pdp-info-tab-faq-grid-wrapper::-webkit-scrollbar {
            width: 8px;
        }
        .omegaxl-pdp-info-tab-faq-grid-wrapper::-webkit-scrollbar-track {
            background: rgba(255, 255, 225, .8);
            border-radius: 4px;
            margin: 0;
        }
        .omegaxl-pdp-info-tab-faq-grid-wrapper::-webkit-scrollbar-thumb {
            background: #005cb9;
            border-radius: 4px;
            border: 1px solid #fff;
        }

        .omegaxl-pdp-info-tab-faq-grid-item {
            display: flex;
            flex-direction: column;
            padding: 10px;
            background: rgba(0,0,0,.1);
            border: 1px solid #FFF;
            border-radius: 8px;
        }

        .omegaxl-pdp-info-tab-faq-grid-item h3,
        .omegaxl-pdp-info-tab-faq-grid-item p {
            color: #FFF;
        }

        .omegaxl-pdp-info-tab-faq-grid-item h3 {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.3;
        }

        .omegaxl-pdp-info-tab-faq-grid-item p {
            font-size: 1rem;
            line-height: 1.5;
        }

        .omegaxl-pdp-info-tab-faq-grid-item ul,
        .omegaxl-pdp-info-tab-faq-grid-item ol {
            font-size: 1rem;
            line-height: 1.5;
            color: #fff;
            padding-left: 20px;
        }

        .omegaxl-pdp-info-tab-faq-grid-item ul li {
            list-style: disc;
        }

        .omegaxl-pdp-info-tab-faq-grid-item ol li {
            list-style: decimal;
        }

    /* Shop All Section */
    .catalog-product-view .omegaxl-shop-all-section-wrapper {
        margin-top: 20px;
    }

    /* Quote Block */
    .omegaxl-pdp-quote-block-wrapper {
        margin-top: -20px;
    }

    .omegaxl-pdp-quote-block-default-content-wrapper {
        max-width: 1140px;
        padding: 0 1.5rem 0;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .omegaxl-pdp-quote-block-default-wrapper {
        background-image: url('../images/assets/blocks/quote-home/celeb-short-bg.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 30px;
    }

    .omegaxl-pdp-quote-block-default-content-img-wrapper {
        background-image: url('../images/assets/blocks/quote-home/celeb-ken.png');
        background-position: 100% 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
        min-height: 400px;
        width: min(920px, 100%);
        position: absolute;
        height: 100%;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .omegaxl-pdp-quote-block-default-content-copy-wrapper {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        padding: 40px 0;
        min-height: 400px;
        word-wrap: normal;
    }

    .omegaxl-pdp-quote-block-default-content-copy-wrapper h2 {
        color: rgb(255, 255, 255);
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.2;
        margin: -12px auto;
        max-width: 80%;
        text-align: center;
        text-transform: uppercase;
    }

    .omegaxl-pdp-quote-block-default-content-copy-wrapper p {
        color: rgb(255, 255, 255);
        font-size: 1.25rem;
        line-height: 1.5;
        margin: 0 auto;
        text-align: center;
        font-weight: 300;
    }

    span.omegaxl-pdp-quote-default-block-strong {
        font-weight: 700;
    }

    @media screen and (max-width: 767px) {
        .omegaxl-pdp-quote-block-default-content-wrapper {
            flex-direction: column;
        }

        .omegaxl-pdp-quote-block-default-content-copy-wrapper {
            width: 100%;
        }

        .omegaxl-pdp-quote-block-default-content-img-wrapper {
            position: relative;
            width: 100% !important;
            margin: -50px auto 0px !important;
        }
    }

    @media screen and (max-width: 475px) {
        .omegaxl-pdp-quote-block-default-content-copy-wrapper h2 {
            font-size: 2.5rem;
        }
    }

/* GROUPED PDP */
    /* Price */
    .omegaxl-grouped-product-details-wrapper {
        margin: 0;
    }

    .page-product-grouped .omegaxl-pdp-product-price {
        color: #005db9;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        padding: 0 0 10px;
        margin: 0;
    }

    /* Add to Cart Btn */
    .page-product-grouped .omegaxl-pdp-add-to-cart-btn {
        border-radius: 8px;
        margin-left: 0;
    }

    /* CONFIGURE PDP */
    .catalog-product-view.checkout-cart-configure #md_subscription_content {
        display: none!important;
        opacity: 0;
    }

/* BUNDLES */

/* ABOUT */
.cms-about.cms-page-view .page-main-full-width .container {
    display: none;
}

.omegaxl-about-page-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.omegaxl-about-section-light,
section.omegaxl-about-section-dark {
    display: flex;
    flex-direction: row;
}

.omegaxl-about-page-wrapper .omegaxl-about-page-heading {
    color: rgb(0, 92, 185);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: none;
}

section.omegaxl-about-section-light .omegaxl-about-subheading {
    color: rgb(0, 0, 0);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    white-space: pre-line;
}

section.omegaxl-about-section-light .omegaxl-about-copy-main {
    color: rgb(102, 112, 133);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
}

section.omegaxl-about-section-dark .omegaxl-about-subheading {
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    white-space: pre-line;
}

h2.omegaxl-about-subheading-intro {
    font-family: 'Roboto', Sans-serif;
    font-size: 2.5rem;
    line-height: 2.8rem;
    padding-bottom: 16px;
}

.omegaxl-about-copy-main-h3 {
    font-family: 'Roboto', Sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 2.25rem;
    padding: 8px 0px 16px;
}

.omegaxl-about-copy-main-intro {
    padding-bottom: 10px;
    text-transform: none;
}


section.omegaxl-about-section-dark .omegaxl-about-copy-main {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
}

section.omegaxl-about-section-dark {
    background: linear-gradient(90deg,rgb(0, 47, 235) 34.48%,rgb(0, 254, 255));
}

.omegaxl-about-copy-wrapper,
.omegaxl-about-image-wrapper {
    width: 50%;
}

.omegaxl-about-image-wrapper img {
    object-fit: cover;
    width: 100%;
}

.omegaxl-about-copy-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
}

/* CHECKOUT CART */
.checkout-cart-index .columns {
    max-width: 1160px;
}

.checkout-cart-index #checkout-now-bottom {
    display: none;
}

.checkout-cart-index .omegaxl-product-slider-main-wrapper {
    margin-top: 0;
}

.checkout-cart-index .omegaxl-shop-all-products-slider-grid-wrapper {
    max-width: 100%;
    padding: 0;
}

.checkout-cart-index .omegaxl-shop-all-products-item-title .product-item-link span {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

/* CONTACT */
body.cms-contactus .columns {
    row-gap: 0px;
}

.omegaxl-contact-page-wrapper {
    background: rgb(243, 245, 246);
}

.omegaxl-contact-content-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.omegaxl-contact-form-wrapper {
    padding: 0 0 50px;
    box-shadow: 6.1px 20.1px 50px hsla(0,0%,68%,.15);
}

.omegaxl-contact-form-inner-wrapper {
    background-color: #FFF;
    width: 100%;
}

.omegaxl-contact-form-embed-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1140px;
    padding: 60px 1.5rem;
    margin: 0 auto;
}

.omegaxl-contact-form-embed-wrapper .fsSectionHeading {
    font-size: 2.5rem;
    line-height: 1.2;
}

.omegaxl-contact-form-embed-wrapper .fsLabel,
.omegaxl-contact-form-embed-wrapper .StyledLabelText-sc-1bsmirz-0 {
    font-size: 1rem;
    line-height: 1.5;
}

.omegaxl-contact-page-heading-wrapper {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 20px;
}

.omegaxl-contact-page-heading-wrapper h1 {
    color: rgb(0, 167, 225);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.omegaxl-contact-customer-service-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 auto 10%;
    gap: 20px;
    padding: 0 1.5rem;
    width: 100%;
    max-width: 1140px;
}

.omegaxl-contact-customer-service-live-chat-wrapper {
    width: 25%;
    align-items: center;
    background: #dceeff;
    border: 2px solid #005cb9;
    border-radius: 12px;
    box-shadow: 6.1px 20.1px 50px 0 hsla(0,0%,68%,.15);
    color: #005cb9;
    flex: 0 0 16%;
    gap: 14px;
    justify-content: center;
    padding: 14px 0px;
}

.omegaxl-contact-customer-service-live-chat-copy-wrapper p {
    color: #005cb9;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 22px;
}

.omegaxl-contact-customer-service-phone-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    background: linear-gradient(90deg,#005cb9,#00a7e1);
    border: 1px solid #e2ecff;
    border-radius: 8px;
    box-shadow: 6.1px 20.1px 50px 0 hsla(0,0%,68%,.15);
    color: #fff;
    flex: 1 1 auto;
    justify-content: center;
}

p.omegaxl-contact-customer-service-phone-link a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 2px;
    gap: 4px;
}

p.omegaxl-contact-customer-service-phone-link a::before {
    content: url('../images/assets/pages/contact/Phone.svg');
    display: inline-table;
    padding: 0 10px 0 0;
}

.omegaxl-contact-form-wrapper,
.omegaxl-contact-customer-service-live-chat-wrapper,
.omegaxl-contact-customer-service-phone-product-inquiry-wrapper,
.omegaxl-contact-customer-service-phone-sales-wrapper,
.omegaxl-contact-customer-service-phone-copy-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.omegaxl-contact-customer-service-phone-product-inquiry-wrapper,
.omegaxl-contact-customer-service-phone-sales-wrapper,
.omegaxl-contact-customer-service-phone-copy-wrapper {
    justify-content: center;
    gap: 8px;
    padding: 30px;
}

.omegaxl-contact-customer-service-live-chat-wrapper {
    position: relative;
}

.omegaxl-contact-customer-service-live-chat-link-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
}

/* FAQ */
.omegaxl-faq-page-heading-wrapper h1 {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: #00a7e1;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.omegaxl-faq-content-wrapper {
    background-color: #f3f4f6;
}

.omegaxl-faq-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin: 0 auto;
    padding: 40px 1.5rem;
    gap: 20px;
    max-width: 1140px;
}

.omegaxl-faq-grid-item-wrapper {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e5f0f8;
    border-radius: 12px;
    display: flex;
    flex: 0 0 calc(50% - 10px);
    flex-direction: column;
    gap: 14px;
    padding: 12px;
}

.omegaxl-faq-grid-item-title-wrapper h2 {
    color: #005cb9;
    text-decoration: none;
    line-height: 1.2;
}

.omegaxl-faq-grid-item-excerpt-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:rgb(52, 64, 84);
    font-size: 1rem;
}

.omegaxl-faq-grid-item-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    background: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: opacity 0.3s ease;
    opacity: 0;
    border: 1px solid #000;
    border-radius: 5px;
}

.omegaxl-faq-grid-item-modal.active {
    display: block;
    opacity: 1;
}

.omegaxl-faq-grid-item-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.omegaxl-faq-grid-item-modal-overlay.active {
    display: block;
}

.omegaxl-faq-grid-item-modal-content-close-btn-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: #5b5652;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.omegaxl-faq-grid-item-modal-content-close-btn-wrapper p {
    color: #FFF;
    font-weight: 700;
    padding: 0;
    margin: 2px 0 0;
}

.omegaxl-faq-grid-item-modal-content-heading-wrapper h1 {
    font-size: 2em;
    line-height: 2em;
}

.omegaxl-faq-grid-item-modal-content-meta-wrapper p {
    color: #666;
    margin: 6px 0 20px;
}

.omegaxl-faq-grid-item-modal-content-full-copy-wrapper p {
    color: rgb(33, 37, 41);
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    letter-spacing: normal;
    orphans: 2;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    background-color: rgb(255, 255, 255);
    text-decoration-style: initial;
    text-decoration-color: initial;
    float: none;
    display: inline !important;
}

.omegaxl-faq-grid-item-excerpt-wrapper p a,
.omegaxl-faq-grid-item-modal-content-full-copy-wrapper p a {
    color: #005cb9;
    text-decoration: underline;
}


.omegaxl-faq-grid-item-modal-content-full-copy-underline-emphasis {
    text-decoration: underline;
    color: rgb(33, 37, 41);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* INNER PAGES */
.cms-privacy-policy.cms-page-view .page-main-full-width .container,
.cms-terms-and-conditions.cms-page-view .page-main-full-width .container,
.cms-copyright.cms-page-view .page-main-full-width .container,
.cms-california-privacy-choices.cms-page-view .page-main-full-width .container,
.cms-return-policy.cms-page-view .page-main-full-width .container,
.cms-our-guarantee.cms-page-view .page-main-full-width .container,
.cms-faq.cms-page-view .page-main-full-width .container,
.cms-contactus.cms-page-view .page-main-full-width .container {
    display: none;
}

.cms-page-view .page-main-full-width {
    margin: 0 auto;
    background-color: rgb(255,255,255);
}

.omegaxl-inner-page-heading-wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 1.5rem;
    background-color: rgb(248 248 248);
}

h1.omegaxl-inner-page-heading {
    color: rgb(0, 167, 225);
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}

h2.omegaxl-inner-page-heading {
    color: rgb(0, 92, 185);
    font-size: 1.25rem;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 20px 0px;
}

h3.omegaxl-inner-page-heading {
    color: rgb(0, 92, 185);
    font-size: 1.25rem;
    text-transform: capitalize;
    padding: 10px 0px;
}

.omegaxl-inner-page-main-wrapper {
    background-color: rgb(255,255,255);
}

.omegaxl-inner-page-main-copy-wrapper {
    padding: 0 1.5rem;
    width: min(800px,100%);
    max-width: 1140px;
    margin: 0 auto;
}

.omegaxl-request-received-page-wrapper .omegaxl-inner-page-main-copy-wrapper,
.omegaxl-welcome-page-wrapper .omegaxl-inner-page-main-copy-wrapper {
    width: 100%;
    padding: 1.5rem;
}

p.omegaxl-inner-page-main-copy-text {
    color: rgb(71, 84, 103);
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 10px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.omegaxl-inner-page-main-wrapper li a,
p.omegaxl-inner-page-main-copy-text a {
    color: #005CB9;
    display: inline;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    text-decoration: underline;
    vertical-align: top;
}

.omegaxl-inner-page-main-copy-text-wrapper ol,
.omegaxl-inner-page-main-copy-text-wrapper ul {
    margin-left: 2rem;
    padding: 0px 0px 10px;
}

.omegaxl-inner-page-main-copy-text-wrapper li {
    padding: 5px 0px;
    color: rgb(71, 84, 103);
    font-weight: 300;
}

.omegaxl-inner-page-table-wrapper {
    padding: 10px 0;
}

.omegaxl-inner-page-table-wrapper table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: 0;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: inherit;
    width: 100%;
}

.omegaxl-inner-page-table-wrapper table tr.heading {
    background: linear-gradient(90deg,rgb(0, 92, 185),rgb(0, 167, 225));
    color: rgb(255,255,255);
    font-size: 1.25rem;
    text-transform: capitalize;
}

.omegaxl-inner-page-table-wrapper table tbody tr td {
    background: rgba(0,167,225,.06);
    padding: 8px 12px;
}

.cms-privacy.cms-page-view img.clarip-privacy-icon {
    display: inline-block;
    max-width: 30px;
    margin-bottom: 4px;
}

.omegaxl-coupon-policy-page-wrapper ul {
    list-style-type: disc;
}

.omegaxl-coupon-policy-page-wrapper a {
    color: rgb(24, 39, 47);
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

.omegaxl-coupon-policy-page-wrapper a:before {
    content: "";
    left: 0;
    position: absolute;
    transition: transform .3s cubic-bezier(.76,0,.24,1);
    width: 100%;
    background-color: rgb(84, 179, 214);
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.omegaxl-coupon-policy-page-wrapper a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.omegaxl-coupon-policy-page-wrapper a:after {
    content: "";
    left: 0;
    position: absolute;
    transition: transform .3s cubic-bezier(.76,0,.24,1);
    width: 100%;
    color: rgb(84, 179, 214);
    height: 100%;
    top: 0;
    transform: translate3d(200%,0,0);
    transform-origin: 100% 50%;
}

.omegaxl-coupon-policy-page-wrapper a:hover:after {
    transform: translateZ(0);
}

/* LANDING PAGES */
    /* GLOBAL  */
        /* Hero */
        .omegaxl-landing-page-hero-wrapper {
            width: 100%;
            margin: 0 auto;
            background: linear-gradient(90deg,rgb(0, 92, 185) 23%,rgb(0, 167, 225));
        }

        .omegaxl-landing-page-hero-wrapper img {
            object-fit: cover;
            object-position: top center;
            width: 100%;
        }

        /* Celebrity Health */
        .omegaxl-landing-page-celebrity-mussels-headline-wrapper,
        .omegaxl-landing-page-celebrity-mussels-content-wrapper,
        .omegaxl-landing-page-celebrity-consistency-image-wrapper,
        .omegaxl-landing-page-celebrity-cta-image-wrapper,
        .omegaxl-landing-page-celebrity-return-inner-wrapper {
            max-width: 1140px;
            margin: 0 auto;
        }

        .omegaxl-landing-page-celebrity-mussels-content-wrapper {
            padding: 0px 3rem;
        }


        @media screen and (min-width: 768px) {
            .omegaxl-landing-page-hero-wrapper {
                padding: 0px 20px;
            }

            img.omegaxl-landing-page-hero-img-desktop {
                display: block;
                max-width: 1140px;
                margin: 0 auto;
            }

            img.omegaxl-landing-page-hero-img-mobile {
                display: none;
            }

            .omegaxl-landing-page-mid-description-wrapper {
                aspect-ratio: 2.7;
            }

        }

        @media screen and (max-width: 767px) and (orientation: portait) {
            .omegaxl-landing-page-hero-wrapper {
                padding: 0px;
            }

            img.omegaxl-landing-page-hero-img-desktop {
                display: none;
            }

            img.omegaxl-landing-page-hero-img-mobile {
                display: block;
            }
        }

        /* Quote Grid */
        .omegaxl-landing-page-quote-grid-wrapper {
            padding: 20px 0px;
            max-width: 1140px;
            margin: 0 auto;
        }


        .omegaxl-landing-page-quote-grid-row01-img-col img {
            object-fit: cover;
            object-position: top center;
            width: 100%;
        }

        .omegaxl-landing-page-quote-grid-row01-copy-col {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 30px;
        }

        .omegaxl-landing-page-quote-grid-row01-copy-col h2 {
            color: #005eb8;
            font-size: 1.575rem;
            line-height: 1.2;
        }

        .omegaxl-landing-page-quote-grid-row01-copy-col p {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #212529;
        }

        .omegaxl-landing-page-quote-grid-row01-copy-col-content-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #FFF;
            border-radius: 15px;
            padding: 30px;
        }

        .omegaxl-landing-page-quote-grid-row02 img {
            object-fit: cover;
            object-position: top center;
            width: 100%;
        }

        .omegaxl-landing-page-quote-grid-row02-img-col-rt {
            padding: 30px;
        }

        .omegaxl-landing-page-quote-grid-row02-img-col-rt h2 {
            color: #54bbeb;
            text-align: center;
            font-size: 2.188rem;
            line-height: 1.2;
            text-transform: uppercase;
        }

        @media screen and (min-width: 768px) {
            .omegaxl-landing-page-quote-grid-row01,
            .omegaxl-landing-page-quote-grid-row02 {
                display: flex;
                flex-direction: row;
            }

            .omegaxl-landing-page-quote-grid-row01-img-col,
            .omegaxl-landing-page-quote-grid-row01-copy-col {
                max-width: 50%;
                width: 50%;
            }

            .omegaxl-landing-page-quote-grid-row02-img-col-lft,
            .omegaxl-landing-page-quote-grid-row02-img-col-rt {
                max-width: 50%;
                width: 50%;
            }
        }

        @media screen and (max-width: 767px) and (orientation: portrait) {
            .omegaxl-landing-page-quote-grid-row01,
            .omegaxl-landing-page-quote-grid-row02 {
                display: flex;
                flex-direction: column;
            }

            .omegaxl-landing-page-quote-grid-row01-img-col,
            .omegaxl-landing-page-quote-grid-row01-copy-col {
                max-width: 100%;
                width: 100%;
            }

            .omegaxl-landing-page-quote-grid-row02-img-col-lft,
            .omegaxl-landing-page-quote-grid-row02-img-col-rt {
                max-width: 100%;
                width: 100%;
            }
        }

        /* Description */
        .omegaxl-landing-page-mid-description-copy-wrapper {
            text-align: center;
            display: flex;
            flex-direction: column;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0px 20px 40px;
        }

        .omegaxl-landing-page-mid-description-copy-wrapper h2 {
            margin: 10px 0px 0px;
            font-size: 4rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #FFF;
            line-height: 1.2;
        }

        .omegaxl-landing-page-mid-description-copy-wrapper .omegaxl-section-headings-line {
            margin: 6px auto 22px;
        }

        .omegaxl-landing-page-mid-description-copy-wrapper p {
            color: #FFF;
            margin: 0px 0px 3rem 0px;
            text-align: center;
            font-size: 1.5rem;
            line-height: 1.5;
            text-transform: none;
        }

        .omegaxl-landing-page-mid-description-copy-wrapper a {
            border-radius: 10px;
            font-size: 2rem;
            line-height: 1.143;
            padding: 6px 32px;
            background: #fdca44;
            border: 3px solid transparent;
            color: #212529;
            font-weight: 700;
            align-self: center;
            display: flex;
            flex: 0 0 auto;
            gap: 8px;
            justify-content: center;
            text-decoration: none;
            align-items: center;
            cursor: pointer;
        }

        /* CTA */
        .omegaxl-landing-page-mid-cta-wrapper {
            background: linear-gradient(90deg,rgb(0, 92, 185) 23%,rgb(0, 167, 225));
            padding: 0px 30px;
            margin: 20px 0px;
        }

        .omegaxl-landing-page-mid-cta-wrapper img {
            width: 100%;
            max-width: 1140px;
            margin: 0 auto;
            object-fit: cover;
            object-position: top center;
        }

        /* 5 Star Reviews */
        .omegaxl-landing-page-five-star-quotes-heading-wrapper {
            background: linear-gradient(90deg,rgb(0, 92, 185) 23%,rgb(0, 167, 225));
            display: flex;
            flex-direction: column;
            text-align: center;
            align-items: center;
            padding: 16px 20px;
        }

        .omegaxl-landing-page-five-star-quotes-heading-wrapper h2 {
            font-size: 3.75rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #FFFFFF;
            line-height: 1.2;
            padding: 0px 0px 10px;
        }

        .omegaxl-landing-page-five-star-quotes-heading-wrapper .omegaxl-section-headings-line {
            margin: 6px auto 22px;
        }

        .omegaxl-landing-page-five-star-quotes-heading-wrapper p {
            font-size: 2.255rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #FFFFFF;
            padding: 10px 0px 0px;
        }

        .omegaxl-landing-page-five-star-quotes-heading-wrapper .omegaxl-star-rating
        {
           width: 100%;
           font-size: 0;
       }

       .omegaxl-landing-page-five-star-quotes-heading-wrapper .omegaxl-star-rating ul {
           list-style-type: none;
           margin: 0;
           padding: 0;
           display: flex;
           justify-content: center;
       }

       .omegaxl-landing-page-five-star-quotes-heading-wrapper .omegaxl-star {
           position: relative;
           width: 50px;
           height: auto;
           background: #FFCB45;
           clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
           margin-right: 5px;
           cursor: pointer;
           aspect-ratio: 1;
       }

       .omegaxl-landing-page-five-star-quotes-heading-wrapper .omegaxl-star:before {
           content: '';
           position: absolute;
           top: 0;
           left: 0;
           height: 100%;
           width: 100%;
           background: gold;
           clip-path: inherit;
           z-index: 1;
           transition: width 0.3s ease;
           width: 0;
       }

        /* .omegaxl-landing-page-five-star-quotes-heading-wrapper .star-img.rating-bg {
            background: url('../images/assets/blocks/our-mission/sm-star-empty.svg') 0 0;
            background-repeat: repeat-x;
            background-size: 60px 64px;
            flex: 0px;
            height: 66px;
            width: 300px;
        }

        .omegaxl-landing-page-five-star-quotes-heading-wrapper .star-img .fill {
            background: url('../images/assets/blocks/our-mission/sm-star-yellow.svg') 0 0;
            background-size: 60px 64px;
            height: 66px;
        } */

        .omegaxl-landing-page-five-star-quotes-slider-wrapper {
            padding: 10px 40px 0px;
        }

        .omegaxl-landing-page-five-star-quotes-outer-slide-wrapper {
            padding: 40px 0px 20px;
        }

        /* .omegaxl-landing-page-five-star-quotes-slide-wrapper:hover {
            transform: scale(1.05);
            box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
            border-bottom: 10px solid #005cba !important;
            margin-bottom: -10px !important;
        } */

        .omegaxl-landing-page-five-star-quotes-slide-wrapper {
            display: flex;
            flex-direction: column;
            position: relative;
            background-color: #f0f1f1;
            border: 1px solid #a4a4a4;
            border-radius: 10px;
            padding: 0px 20px;
            min-height: 300px;
            max-width: 450px;
            margin: 0 auto;
        }

        .omegaxl-landing-page-five-star-quotes-slide-quotation-mark svg {
            position: absolute;
            top: 0;
            left: 20px;
            color: #b3ceea;
            width: 80px;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            top: -30px;
            padding: 0px 30px 0px 10px;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-img-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-img-wrapper img {
            max-width: 100px;
            width: 100%;
            margin: 0 auto;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-wrapper h3 {
            text-align: center;
            color: #005eb8;
            font-size: 1.5rem;
            line-height: 1.3;
            font-weight: 700;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-wrapper p {
            text-align: center;
            color: #212529;
            font-size: 1.25rem;
            line-height: 1.5;
        }

        .omegaxl-landing-page-five-star-quotes-wrapper .slick-prev {
            position: absolute;
            top: 50%;
            left: 10px;
            z-index: 1;
            transform: translateY(-50%);
        }

        .omegaxl-landing-page-five-star-quotes-slider-wrapper.slick-initialized.slick-slider {
            max-width: 1140px;
            margin: 0 auto;
        }

        .omegaxl-landing-page-wrapper .omegaxl-landing-page-five-star-quotes-wrapper .slick-list {
            margin: 0px -10px;

        }

        .omegaxl-landing-page-wrapper .omegaxl-landing-page-five-star-quotes-wrapper .slick-slide {
            margin: 0px 10px;
        }

        .omegaxl-landing-page-five-star-quotes-wrapper .slick-next {
            position: absolute;
            top: 50%;
            right: 10px;
            z-index: 1;
            transform: translateY(-50%);
        }

        .omegaxl-landing-page-five-star-quotes-wrapper .slick-prev:before,
        .omegaxl-landing-page-five-star-quotes-wrapper .slick-next:before {
            color: #fff;
            font-size: 24px;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-stars-wrapper {
            display: flex;
            justify-content: center;
            padding: 10px 20px;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-stars-wrapper .star-img.rating-bg.lg {
            width: 208px;
        }

        .omegaxl-landing-page-five-star-quotes-slide-copy-stars-wrapper .star-img.rating-bg.lg .fill.rate-50 {
            background: url('../images/assets/blocks/our-mission/sm-star-yellow.svg') 0 0;
            background-size: 42px 40px;
            height: 40px;
            width: 208px;
        }

        @media screen and (max-width: 767px) and (orientation: portrait) {
            .omegaxl-landing-page-five-star-quotes-slide-quotation-mark svg {
                position: absolute;
                top: 0;
                left: 20px;
                color: #b3ceea;
                width: 40px;
            }

            .omegaxl-landing-page-mid-description-copy-wrapper h2 {
                font-size: 3rem;
                line-height: 1.2;
            }

            .omegaxl-landing-page-mid-description-copy-wrapper p {
                font-size: 1.25rem;
                line-height: 1.4;
            }

            .omegaxl-landing-page-five-star-quotes-heading-wrapper h2 {
                font-size: 3rem;
                line-height: 1.2;
            }

            .omegaxl-landing-page-five-star-quotes-heading-wrapper p {
                font-size: 1.8rem;
            }

            .omegaxl-landing-page-five-star-quotes-heading-wrapper .star-img.rating-bg.lg {
                width: 150px;
                background-size: 30px 30px;
                flex: 0;
                height: 30px;
            }

            .omegaxl-landing-page-five-star-quotes-heading-wrapper .star-img.rating-bg.lg .fill.rate-50 {
                background: url('../images/assets/blocks/our-mission/sm-star-yellow.svg') 0 0;
                background-size: 30px 30px;
                height: 30px;
                width: 150px;
            }

            .omegaxl-landing-page-five-star-quotes-slide-copy-stars-wrapper .star-img.rating-bg.lg {
                width: 106px;
                background-size: 21px 20px;
                flex: 0;
                height: 20px;
            }

            .omegaxl-landing-page-five-star-quotes-slide-copy-stars-wrapper .star-img.rating-bg.lg .fill.rate-50 {
                background: url('../images/assets/blocks/our-mission/sm-star-yellow.svg') 0 0;
                background-size: 21px 20px;
                height: 20px;
                width: 106px;
            }

            .omegaxl-landing-page-five-star-quotes-slide-copy-wrapper p {
                font-size: 1rem;
            }
        }

        /* Videos */
        .omegaxl-landing-page-video-wrapper {
            position: relative;
            padding: 0px 0px 20px;
        }

        .omegaxl-landing-page-video-modal-wrapper-content iframe {
            height: 80vh !important;
        }

        .omegaxl-landing-page-video-image-wrapper {
            position: relative;
            width: 100%;
        }

        .omegaxl-landing-page-video-modal-wrapper {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
            background: transparent;
            padding: 40px 20px 50px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            transition: opacity 0.3s ease;
            opacity: 0;
        }
        .omegaxl-landing-page-video-modal-wrapper.active {
            display: block;
            opacity: 1;
        }
        .omegaxl-landing-page-video-modal-wrapper-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        .omegaxl-landing-page-video-modal-wrapper-overlay.active {
            display: block;
        }

        .omegaxl-landing-page-video-modal-wrapper-content .close {
            color: #FFFFFF;
            float: right;
            font-size: 1.75rem;
            font-weight: 700;
        }

        .omegaxl-landing-page-video-modal-wrapper-content .close:hover,
        .omegaxl-landing-page-video-modal-wrapper-content .close:focus {
            color: #FFFFFF;
            text-decoration: none;
            cursor: pointer;
        }

        .omegaxl-landing-page-video-image-play-icon-wrapper {
            display: flex;
            /* flex-direction: column; */
            max-height: 100%;
            width: 100%;
            position: absolute;
            z-index: 5;
            justify-content: center;
            top: 35%;
        }

        img.omegaxl-landing-page-video-image-play-icon {
            max-width: 15%;
            min-width: 80px;
            color: #ffffff;
            background: transparent;
            margin: auto;
            border: none;
            opacity: 0.8;
            transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
        }

        img.omegaxl-landing-page-video-image-play-icon:hover {
            opacity: 1;
            transform: scale(1.2);
        }

        /* GHW Info */
        .omegaxl-landing-page-ghw-info-heading-wrapper {
            display: flex;
            flex-direction: row;
            background: linear-gradient(90deg,rgb(0, 92, 185) 23%,rgb(0, 167, 225));
        }

        .omegaxl-landing-page-ghw-info-logo-wrapper {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .omegaxl-landing-page-ghw-info-logo-wrapper img {
            width: 60%;
            max-width: 350px;
            min-width: 150px;
        }

        @media screen and (max-width: 767px) and (orientation: portrait) {
            .omegaxl-landing-page-ghw-info-heading-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .omegaxl-landing-page-ghw-info-logo-wrapper img {
                width: 100%;
                max-width: 350px;
                min-width: 200px;
            }
        }

        .omegaxl-landing-page-ghw-info-hq-img-wrapper {
            max-width: 1140px;
            margin: 0 auto;
            border-radius: 10px;
            display: flex;
            padding: 20px 0px;
        }

        .omegaxl-landing-page-ghw-info-hq-img-wrapper img {
            width: 100%;
            border-radius: 10px;
        }

        .omegaxl-landing-page-ghw-info-copy-wrapper {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        .omegaxl-landing-page-ghw-info-copy-wrapper p {
            color: #212529;
            font-size: 1.25rem;
            line-height: 1.5;
            padding: 10px 20px;
        }

        /* Return */
        .omegaxl-landing-page-return-wrapper {
            background-color: #f8f9fa;
            border: 1px solid #005cba;
            margin: 6px 0px;
        }

        .omegaxl-landing-page-return-inner-wrapper {
            display: flex;
            flex-direction: row;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0px 20px 20px;
        }

        .omegaxl-landing-page-return-icon-wrapper {
            padding: 20px;
        }

        .omegaxl-landing-page-return-copy-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
            width: 80%;
        }

        .omegaxl-landing-page-return-copy-wrapper h2 {
            font-size: 1.35rem;
            font-weight: 700;
            line-height: 1.2;
            color: #005cba;
        }

        .omegaxl-landing-page-return-copy-wrapper p {
            font-size: 1.25rem;
            line-height: 1.5;
            color: #212529;
        }

        .omegaxl-landing-page-return-copy-wrapper a {
            text-decoration: underline;
            font-size: 1.25rem;
            line-height: 1.4;
            color: #005cba;
        }

        @media screen and (min-width: 768px) {
            .omegaxl-landing-page-return-icon-wrapper {
                padding: 20px;
            }

            .omegaxl-landing-page-return-copy-wrapper {
                width: 80%;
            }
        }

        @media screen and (max-width: 767px) and (orientation: portrait) {
            .omegaxl-landing-page-return-inner-wrapper {
                display: flex;
                flex-direction: column;
            }

            .omegaxl-landing-page-return-icon-wrapper {
                display: flex;
                justify-content: center;
                text-align: center;
                padding: 20px 20px;
                width: 100%;
            }

            .omegaxl-landing-page-return-copy-wrapper {
                width: 100%;
                text-align: center;
            }
        }

    /* JOHN WALSH */
    body.cms-john-walsh .top-container {
        display: none;
    }

    /* BLAIR UNDERWOOD */
    body.cms-blair-underwood .top-container {
        display: none;
    }

    /* CELEBRITY HEALTH */
    body.cms-celebrity-health .top-container {
        display: none;
    }

    .omegaxl-landing-page-celebrity-top-copy-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }

    .omegaxl-landing-page-celebrity-top-copy-headline-wrapper {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-landing-page-celebrity-top-copy-headline-wrapper h2 {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.2;
        color: #1897D9;
        text-transform: uppercase;
        padding: 30px 0px;
        text-align: center;
    }

    .omegaxl-landing-page-celebrity-top-copy-icon-grid-wrapper {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .omegaxl-landing-page-celebrity-top-copy-icon-grid-item-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .omegaxl-landing-page-celebrity-top-copy-icon-grid-item-wrapper h3 {
        color: #212529;
        font-size: 1.25rem;
        text-transform: uppercase;
        line-height: 1.3rem;
        margin-top: 1.5rem;
        padding: 10px 0px;
        text-align: center;
    }

    .omegaxl-landing-page-celebrity-mussels-wrapper {
        background: linear-gradient(90deg,rgb(0,152,218) 0%,rgb(0,83,162) 100%);
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
    }

    .omegaxl-landing-page-celebrity-mussels-wrapper h2 {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.2;
        padding: 20px 20px 30px;
        text-align: center;
    }

    .omegaxl-landing-page-celebrity-mussels-wrapper p {
        color: #FFFFFF;
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 0px 50px 15px 10px;
    }

    .omegaxl-landing-page-celebrity-mussels-content-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-landing-page-celebrity-mussels-content-copy-col-wrapper {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-landing-page-celebrity-mussels-content-copy-col-row-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-landing-page-celebrity-mussels-content-copy-col-row-icon-wrapper img {
        min-width: 30px;
    }

    .omegaxl-landing-page-celebrity-easy-wrapper {
        display: flex;
        flex-direction: row;
        background: linear-gradient(90deg,rgb(28,175,222) 0%,rgb(19,89,202) 51%,rgb(0,0,0) 68%);
    }

    .omegaxl-landing-page-celebrity-easy-lft-col-wrapper {
        display: flex;
        align-items: center;
        object-fit: cover;
        object-position: center center;
    }

    .omegaxl-landing-page-celebrity-easy-lft-col-wrapper img {
        width: 100%;
    }

    .omegaxl-landing-page-celebrity-return-inner-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-landing-page-celebrity-return-icon-wrapper {
        min-width: 30%;
    }

    .omegaxl-landing-page-celebrity-return-copy-wrapper {
        width: 70%;
        padding: 0px 3rem;
    }

    body.cms-celebrity-health .omegaxl-landing-page-video-wrapper {
        padding-bottom: 0px;
    }

    .omegaxl-landing-page-celebrity-return-wrapper {
        padding: 20px 20px 0px;
    }

    .omegaxl-landing-page-celebrity-return-inner-wrapper {
        max-width: 1140px;
        margin: 0 auto;
    }

    .omegaxl-landing-page-celebrity-return-copy-wrapper p {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #212529;
    }

    .omegaxl-landing-page-celebrity-return-icon-wrapper {
        display: flex;
        align-content: center;
        justify-content: flex-end;
        padding: 0px 3rem;
    }

    .omegaxl-landing-page-celebrity-return-icon-wrapper img {
        max-width: 300px;
        width: 100%;
        object-fit: contain;
        object-position: center center;
    }

    @media screen and (min-width: 768px) {
        .omegaxl-landing-page-celebrity-consistency-image-wrapper-img-desktop,
        .omegaxl-landing-page-celebrity-cta-image-wrapper-img-desktop {
            display: block;
        }

        .omegaxl-landing-page-celebrity-consistency-image-wrapper-img-mobile,
        .omegaxl-landing-page-celebrity-cta-image-wrapper-img-mobile {
            display: none;
        }
    }

    @media screen and (max-width: 767px) and (orientation: portrait) {
        .omegaxl-landing-page-celebrity-top-copy-icon-grid-wrapper,
        .omegaxl-landing-page-celebrity-mussels-content-wrapper {
            flex-direction: column;
        }

        .omegaxl-landing-page-celebrity-easy-wrapper {
            flex-direction: column;
            background: linear-gradient(90deg,rgb(28,175,222) 0%,rgb(19,89,202) 100%);
        }

        .omegaxl-landing-page-celebrity-consistency-image-wrapper-img-desktop,
        .omegaxl-landing-page-celebrity-cta-image-wrapper-img-desktop {
            display: none;
        }

        .omegaxl-landing-page-celebrity-consistency-image-wrapper-img-mobile,
        .omegaxl-landing-page-celebrity-cta-image-wrapper-img-mobile {
            display: block;
        }

        .omegaxl-landing-page-celebrity-return-inner-wrapper {
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
        }

        .omegaxl-landing-page-celebrity-return-inner-wrapper p {
            padding-top: 30px;
        }

        .omegaxl-landing-page-celebrity-return-icon-wrapper {
            display: flex;
            align-content: center;
            justify-content: center;
            padding: 0px 3rem;
        }

        .omegaxl-landing-page-celebrity-return-copy-wrapper {
            width: 100%;
            padding: 0px 3rem;
            margin: 0px auto;
        }
    }

/* MEMORYXL */
.cms-memoryxl .top-container {
    display: none;
}

.omegaxl-landing-page-memoryxl-wrapper {
    background: #452a78;
}

/* SECTION 1 */
.omegaxl-landing-page-memoryxl-section1-content {
    background-image: linear-gradient(0deg, rgb(246, 74, 30) 0%, rgb(82, 30, 107) 100%);
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem;
}

.omegaxl-landing-page-memoryxl-section1-content .jumbo-7 {
    font-size: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
    text-transform: uppercase;
    line-height: 1.2;
}

.omegaxl-landing-page-memoryxl-section1-content .subtitle {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    line-height: 2;
}

.omegaxl-landing-page-memoryxl-section1-title {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.omegaxl-landing-page-memoryxl-section1-description {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.omegaxl-landing-page-memoryxl-section1-btn {
    padding-bottom: 1.5rem;
}

.omegaxl-landing-page-memoryxl-section1-btn {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    gap: 2rem 2rem;
    grid-auto-rows: minmax(min-content, max-content);
}

.omegaxl-landing-page-memoryxl-section1-content .omegaxl-landing-page-memoryxl-section1-btn .shop-now {
    width: 100%;
}

.omegaxl-landing-page-memoryxl-section1-content .omegaxl-landing-page-memoryxl-section1-description {
    gap: 2rem;
}

/* SECTION 2 */
.omegaxl-landing-page-memoryxl-section2-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem;
}

.omegaxl-landing-page-memoryxl-section2-content .box {
    border-top: 1px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 0 solid #ffffff;
}

.omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    grid-template-columns: minmax(0, calc(25% - ((2rem * 1) / 2))) minmax(0, calc(75% - ((2rem) * 1) / 2));
    gap: 2rem;
}

.omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper .made-with {
    border-right: 1px solid #ffffff;
}

.omegaxl-landing-page-memoryxl-section2-content .made-with .h4,
.omegaxl-landing-page-memoryxl-section2-content .researched-at .h4 {
    font-size: 24px;
    margin-bottom: 1rem;
    line-height: 2;
}

.omegaxl-landing-page-memoryxl-section2-content .researched-at .h0 {
    margin-bottom: 0;
    font-size: 84px;
    line-height: 1;
    text-transform: uppercase;
}

/* SECTION 3 */
.omegaxl-landing-page-memoryxl-section3-content {
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/network-key-gradient.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 6.5rem 3rem;
}

.omegaxl-landing-page-memoryxl-section3-content p {
    font-size: 7.5em;
    line-height: 1;
    margin-bottom: 1rem;
}

/* SECTION 4 */
.omegaxl-landing-page-memoryxl-section4-content {
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section4-content  img,
.omegaxl-landing-page-memoryxl-section19-content img {
    margin-bottom: 1rem;
}

.omegaxl-landing-page-memoryxl-section4-content h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.omegaxl-landing-page-memoryxl-section4-content p {
    font-size: 26px;
    line-height: 2;
    margin-bottom: 1rem;
}

.omegaxl-landing-page-memoryxl-section4-content .description:not(:last-child),
.omegaxl-landing-page-memoryxl-section19-content .description {
    margin-bottom: 2rem;
}

/* SECTION 5 */
.omegaxl-landing-page-memoryxl-section5-content .box .teaching-lady {
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/gradient-teaching-lady.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    min-height: 560px;
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section5-content .box .teaching-lady .jumbo-2 {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: clamp(30px, 9vw, 120px);
}

.omegaxl-landing-page-memoryxl-section5-content .icon-list {
    padding: 0 4rem 4rem 4rem;
}

.omegaxl-landing-page-memoryxl-section5-content .box .icon-list .grid-wrapper {
    grid-row-gap: 25px;
}

.omegaxl-landing-page-memoryxl-section5-content .box .icon-list .shop-now-wrapper {
    margin-top: 4rem;
    gap: 0.5rem;
}

.omegaxl-landing-page-memoryxl-section5-content .box .icon-list .shop-now-wrapper a{
    width: 240px;
}

.omegaxl-landing-page-memoryxl-section5-content .box .icon-list ul li span.icon {
    margin-right: 20px;
    padding: 4px 0;
    display: inline-flex;
    justify-content: center;
    font-size: 50px;
    color: #ffffff;
    align-items: center;
}

.omegaxl-landing-page-memoryxl-section5-content .box .icon-list ul li span.icon svg {
    width: 1em;
    height: 1em;
}

.omegaxl-landing-page-memoryxl-section5-content .box .kt-svg-icon-list-text {
    font-size: 2rem;
    line-height: 1.2em;
}

.omegaxl-landing-page-memoryxl-section5-content .lines-with-dots {
    margin-top: -200px;
    margin-bottom: -100px;
}

/* SECTION 6 */
.cms-memoryxl .omegaxl-landing-page-memoryxl-section6-wrapper.omegaxl-landing-page-video-wrapper {
    min-height: unset;
    padding: 0;
    aspect-ratio: 0;
}

.omegaxl-landing-page-memoryxl-section6-content .box {
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/xl-purple-transparent.png');
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.omegaxl-landing-page-memoryxl-section6-content .background {
    background-image: radial-gradient(ellipse at center center, rgb(137, 102, 200) 0%, rgb(45, 10, 82) 100%);
}

.omegaxl-landing-page-memoryxl-section6-content .box.grid-wrapper {
    column-gap: 0;
    row-gap: 0;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    padding: 0 15px;
    grid-template-columns: minmax(0, 40%) minmax(0, 20%) minmax(0, 40%);
}

.omegaxl-landing-page-memoryxl-section6-content .omegaxl-landing-page-video-image-play-icon {
    width: 233px;
    max-width: 100%;
    height: auto;
}

.omegaxl-landing-page-memoryxl-section6-content .grid-wrapper .logo-with-brain img {
    margin: .3em 0 3rem 1em;
}

/* SECTION 7 */
.omegaxl-landing-page-memoryxl-section7-content {
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/graphic-lines-1.png');
    background-color: #452a78;
    background-size: 100%;
    background-position: 50% 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section7-content .jumbo-1 {
    line-height: 1;
    text-transform: uppercase;
    font-size: clamp(24px, 8vw, 105px);
}

/* SECTION 8 */
.omegaxl-landing-page-memoryxl-section8-content {
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/graphic-lines-2.png');
    background-color: #452a78;
    background-size: 100% auto;
    background-position: 50% 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section8-content p.text-1 {
    padding-top: 1rem;
    margin-bottom: 0;
    text-align: left;
    font-size: 2rem;
    line-height: 2;
}

/* SECTION 9 */
.omegaxl-landing-page-memoryxl-section9-content .box {
    padding: 0 4rem 4rem 4rem;
}

.omegaxl-landing-page-memoryxl-section9-content .box .block1 {
    margin-bottom: 3rem;
}

.omegaxl-landing-page-memoryxl-section9-content .box .circle1 {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.omegaxl-landing-page-memoryxl-section9-content .box .circle1 .inside-inner-col {
    background-color: #130740;
    column-gap: 1rem;
    border-radius: 200px;
    min-height: 220px;
    box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
}

.omegaxl-landing-page-memoryxl-section9-content .box .circle1 .inside-inner-col figure {
    margin: 0 0 1rem;
}

.omegaxl-landing-page-memoryxl-section9-content .box .circle2 {
    margin-top: -90px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.omegaxl-landing-page-memoryxl-section9-content .box .circle2 .inside-inner-col {
    background-color: #8664c5;
    column-gap: 1rem;
    border-radius: 200px;
    min-height: 340px;
    box-shadow: 0 10px 14px 5px rgba(0, 0, 0, 0.2);
    padding: 0 2rem;
}

.omegaxl-landing-page-memoryxl-section9-content .box .circle2 .inside-inner-col p {
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
}

.omegaxl-landing-page-memoryxl-section9-content .box p.description {
    font-size: 2rem;
    line-height: 2;
}

.omegaxl-landing-page-memoryxl-section9-content .box .row2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.omegaxl-landing-page-memoryxl-section9-content .box .plus-icon {
    gap: 0.2em;
}

.omegaxl-landing-page-memoryxl-section9-content .box .plus-icon span {
    color: #ffffff;
    font-size: 90px;
    margin-bottom: 3rem;
    border-width: 0;
}

.omegaxl-landing-page-memoryxl-section9-content .box .plus-icon svg {
    width: 1em;
    height: 1em;
}

.omegaxl-landing-page-memoryxl-section9-content .box .shop-now {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
}

/* SECTION 10 */
.omegaxl-landing-page-memoryxl-section10-content {
    background-color: #452a78;
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/gradient-dots-in-a-circle.png');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    column-gap: 1rem;
    min-height: 600px;
    padding: 5rem 4rem 4rem;
}

.omegaxl-landing-page-memoryxl-section10-content .jumbo-3 {
    margin-bottom: 0;
    font-size: 8em;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

/* SECTION 11 */
.omegaxl-landing-page-memoryxl-section11-content {
    background-color: #69479c;
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/xl.png');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section11-content .grid-wrapper {
    column-gap: 0;
    row-gap: 0;
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    grid-auto-rows: minmax(0, 1fr);
}

/* SECTION 12 */
.omegaxl-landing-page-memoryxl-section12-content {
    padding: 4rem 4rem 1.5rem;
    background-color: #f0f3f0;
}

.omegaxl-landing-page-memoryxl-section12-content .row3 .grid-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 2rem;
    grid-auto-rows: minmax(min-content, max-content);
    z-index: 1;
    position: relative;
}

.omegaxl-landing-page-memoryxl-section12-content .row3 .grid-wrapper .inside-inner-col {
    column-gap: 1rem;
    padding-bottom: 2rem;
}

.omegaxl-landing-page-memoryxl-section12-content .jumbo-4 {
    font-size: 4.5vw;
    line-height: 1;
    text-transform: uppercase;
    color: #452a78;
    margin-bottom: 1rem;
}

.omegaxl-landing-page-memoryxl-section12-content h3.title {
    line-height: 1;
    color: #452a78;
    text-transform: uppercase;
}

.omegaxl-landing-page-memoryxl-section12-content .text-1,
.omegaxl-landing-page-memoryxl-section12-content .text-2 {
    font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    color: #452a78;
    line-height: 2;
}

.omegaxl-landing-page-memoryxl-section12-content .text-1 {
    margin-bottom: 2rem;
}

.omegaxl-landing-page-memoryxl-section12-content .text-2 {
    margin-bottom: 1rem;
}

.omegaxl-landing-page-memoryxl-section12-content .line1,
.omegaxl-landing-page-memoryxl-section12-content .line2 {
    margin-right: -150px;
    margin-bottom: 16px;
}

.omegaxl-landing-page-memoryxl-section12-content .line1 .wrap {
    background-image: linear-gradient(135deg, rgb(237, 28, 51) 0%, rgb(255, 198, 0) 100%);
}

.omegaxl-landing-page-memoryxl-section12-content .line1 p,
.omegaxl-landing-page-memoryxl-section12-content .line2 p {
    padding: 0.5rem;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1em;
}

.omegaxl-landing-page-memoryxl-section12-content .line2 .wrap {
    background-image: linear-gradient(135deg, rgb(69, 42, 120) 0%, rgb(69, 42, 120) 26%, rgba(69, 42, 120, 0) 100%);
}

/* SECTION 13 */
.omegaxl-landing-page-memoryxl-section13-content {
    background-color: #452a78;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.omegaxl-landing-page-memoryxl-section13-content .grid-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 2rem;
    grid-auto-rows: minmax(min-content, max-content);
}

/* SECTION 14 */
.omegaxl-landing-page-memoryxl-section14-content {
    background-color: #ffffff;
}

.omegaxl-landing-page-memoryxl-section14-content .grid-wrapper {
    padding-left: 4rem;
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    grid-auto-rows: minmax(0, 1fr);
}

.omegaxl-landing-page-memoryxl-section14-content .grid:last-child {
    margin-top: -100px;
    padding-left: 4rem;
    overflow: hidden;
}

.omegaxl-landing-page-memoryxl-section14-content .grid:last-child .kt-inside-inner-col img {
    margin-left: auto;
    max-width: 330px;
    width: 100%;
}

.omegaxl-landing-page-memoryxl-section14-content .h2-wrapper {
    border-top: 1px solid #452a78;
    border-bottom: 1px solid #452a78;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.omegaxl-landing-page-memoryxl-section14-content .grid-wrapper .wrapper {
    column-gap: 1rem;
    height: 100%;
    padding-top: 4rem;
}

.omegaxl-landing-page-memoryxl-section14-content .h2-wrapper .h2-1,
.omegaxl-landing-page-memoryxl-section14-content .h2-wrapper .h2-2 {
    margin-bottom: 0;
    line-height: 1.2;
    color: #452a78;
}

.omegaxl-landing-page-memoryxl-section14-content .h2-wrapper .h2-1 p:first-child {
    font-size: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
}

.omegaxl-landing-page-memoryxl-section14-content .h2-wrapper .h2-1 p:last-child {
    font-size: 75px;
}

.omegaxl-landing-page-memoryxl-section14-content .h3-wrapper,
.omegaxl-landing-page-memoryxl-section14-content .h4-wrapper {
    column-gap: 1rem;
    height: 100%;
}

.omegaxl-landing-page-memoryxl-section14-content .h3-wrapper {
    border-bottom: 1px solid #452a78;
}

.omegaxl-landing-page-memoryxl-section14-content .h3-wrapper .h2-2,
.omegaxl-landing-page-memoryxl-section14-content .h4-wrapper .h2-2 {
    color: #452a78;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.4;
}

/* SECTION 15 */
.omegaxl-landing-page-memoryxl-section15-content {
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/people-brainstorming.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    column-gap: 1rem;
    padding: 4rem;
    border: 0 solid rgba(0, 0, 0, 0);
    position: relative;
    transition: all .3s ease;
    z-index: 1;
}

.omegaxl-landing-page-memoryxl-section15-content:before {
    opacity: 1;
    background-image: linear-gradient(90deg, rgb(19, 7, 64) 0%, rgb(19, 7, 64) 27%, rgba(20, 39, 109, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.omegaxl-landing-page-memoryxl-section15-content:after {
    z-index: 1;
}

.omegaxl-landing-page-memoryxl-section15-content p.text-1 {
    font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    font-weight: 500;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 1rem;
}

.omegaxl-landing-page-memoryxl-section15-content p.text-2 {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    font-size: 38px;
    line-height: 1.2;
}

/* SECTION 16 */
.omegaxl-landing-page-memoryxl-section16-content {
    background-color: #452a78;
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section16-content p.text-1 {
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-size: 36px;
    font-weight: 700;
    line-height: 2;
}

.omegaxl-landing-page-memoryxl-section16-content p.text-2 {
    margin-bottom: 4rem;
    font-size: 36px;
    line-height: 2;
}

.omegaxl-landing-page-memoryxl-section16-content .wrapper {
    column-gap: 1rem;
}

/* SECTION 17 */
.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-header {
    position: relative;
    font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    width: 100%;
    text-align: left;
    padding-left: 50px;
    line-height: 1.4;
}

.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-header span {
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    display: block;
}

.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-panel {
    padding-bottom: 25px;
}

.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-header:before,
.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-header:after {
    content: '';
    height: 4px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 20px;
    left: 10px;
    top: 28px;
    background: #fff;
}

.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-header:before {
    transform: rotate(0deg);
    transform-origin: 50%;
}

.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-header:after {
    transform: rotate(90deg);
    transform-origin: 50%;
}

.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-content p {
    line-height: 2;
    font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 65px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-panel.active .faqs-accordion-header:after {
    transform: rotate(0deg);
}

.omegaxl-landing-page-memoryxl-section17-content .wrapper {
    padding: 0 4rem;
}

.omegaxl-landing-page-memoryxl-section17-content  {
    background-image: linear-gradient(0deg, rgb(246, 74, 30) 0%, rgb(82, 30, 107) 100%);
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem 2rem;
    grid-auto-rows: minmax(min-content, max-content);
    z-index: 1;
    position: relative;
    padding: 4rem 1.5rem 2rem 4rem;
    margin-left: auto;
    margin-right: auto;
}

.omegaxl-landing-page-memoryxl-section17-content .jumbo-6 {
    padding-bottom: 1rem;
    font-size: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .5rem;
    padding-left: 40px;
}

/* SECTION 18 */
.omegaxl-landing-page-memoryxl-section18-content {
    background-image: url('/media/wysiwyg/landing-pages/memoryxl/lady-presenting-in-meeting.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #130740;
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section18-content p.text-1 {
    font-size: 8em;
    line-height: 1;
    margin-bottom: 1rem;
}

.omegaxl-landing-page-memoryxl-section18-content .flex-wrapper {
    gap: 0.5rem;
}

.omegaxl-landing-page-memoryxl-section18-content .flex-wrapper a {
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0);
    padding: calc(.4em - 2px) calc(1em - 2px);
    transition: all .3s ease-in-out;
}

.omegaxl-landing-page-memoryxl-section18-content .flex-wrapper a:hover {
    background: #452a78;
}

.omegaxl-landing-page-memoryxl-section18-content .flex-wrapper a span {
    cursor: pointer;
    font-size: 1.125rem;
    text-align: center;
}

/* SECTION 19 */
.omegaxl-landing-page-memoryxl-section19-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.omegaxl-landing-page-memoryxl-section19-content p {
    font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    line-height: 2;
    margin-bottom: 1rem;
}

.omegaxl-landing-page-memoryxl-section19-content ul.section-list {
    margin: 3rem 0 5rem;
    list-style: none;
    padding: 0;
    grid-row-gap: 20px;
    row-gap: 20px;
    text-align: left;
    gap: 5px 0;
}

.omegaxl-landing-page-memoryxl-section19-content ul.section-list li {
    font-size: 32px;
    line-height: 32px;
    padding: 0;
}

.omegaxl-landing-page-memoryxl-section19-content ul.section-list li span {
    margin-right: 12px;
    padding: 4px 0;
}

.omegaxl-landing-page-memoryxl-section19-content ul.section-list li span sub {
    bottom: 0;
}

.omegaxl-landing-page-memoryxl-section19-content ul.section-list li span:first-child {
    font-size: 12px;
}

.omegaxl-landing-page-memoryxl-section19-content ul.section-list li span svg {
    width: 1em;
    height: 1em;
}

.omegaxl-landing-page-memoryxl-section19-content {
    padding: 4rem;
}

.omegaxl-landing-page-memoryxl-section19-content .grid-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.omegaxl-landing-page-memoryxl-section19-content .grid-wrapper div {
    column-gap: 1rem;
}

.omegaxl-landing-page-memoryxl-section19-content .jumbo-5 {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}

.omegaxl-landing-page-memoryxl-section19-content .shop-now-wrapper {
    border: 1px solid #ffffff;
    margin-top: 1.5rem;
    padding: 2rem;

}

.shop-now {
    color: #452a78;
    background: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 240px;
}

.omegaxl-landing-page-memoryxl-section3-content,
.omegaxl-landing-page-memoryxl-section4-content,
.omegaxl-landing-page-memoryxl-section5-content,
.omegaxl-landing-page-memoryxl-section6-content,
.omegaxl-landing-page-memoryxl-section7-content,
.omegaxl-landing-page-memoryxl-section8-content,
.omegaxl-landing-page-memoryxl-section9-content,
.omegaxl-landing-page-memoryxl-section10-content,
.omegaxl-landing-page-memoryxl-section11-content,
.omegaxl-landing-page-memoryxl-section12-content,
.omegaxl-landing-page-memoryxl-section13-content,
.omegaxl-landing-page-memoryxl-section14-content,
.omegaxl-landing-page-memoryxl-section15-content,
.omegaxl-landing-page-memoryxl-section16-content,
.omegaxl-landing-page-memoryxl-section17-content,
.omegaxl-landing-page-memoryxl-section18-content,
.omegaxl-landing-page-memoryxl-section19-content,
.omegaxl-landing-page-memoryxl-section20-content {
    max-width: 1140px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .omegaxl-landing-page-memoryxl-section1-content,
    .omegaxl-landing-page-memoryxl-section2-content,
    .omegaxl-landing-page-memoryxl-section3-content,
    .omegaxl-landing-page-memoryxl-section4-content,
    .omegaxl-landing-page-memoryxl-section5-content .box .teaching-lady,
    .omegaxl-landing-page-memoryxl-section7-content,
    .omegaxl-landing-page-memoryxl-section8-content,
    .omegaxl-landing-page-memoryxl-section9-content,
    .omegaxl-landing-page-memoryxl-section10-content,
    .omegaxl-landing-page-memoryxl-section11-content,
    .omegaxl-landing-page-memoryxl-section12-content,
    .omegaxl-landing-page-memoryxl-section13-content,
    .omegaxl-landing-page-memoryxl-section15-content,
    .omegaxl-landing-page-memoryxl-section16-content,
    .omegaxl-landing-page-memoryxl-section18-content,
    .omegaxl-landing-page-memoryxl-section19-content {
        padding: 1.5rem;
    }

    .shop-now {
        width: 100%;
    }

    /* SECTION 1 */
    section .omegaxl-landing-page-memoryxl-section1-content .jumbo-7 {
        font-size: 24px;
    }
    .omegaxl-landing-page-memoryxl-section1-content .shop-now-block {
        padding-bottom: 1.5rem;
    }
    section .omegaxl-landing-page-memoryxl-section1-title .jumbo-7 {
        font-size: 24px;
    }
    .omegaxl-landing-page-memoryxl-section1-description {
        column-gap: 0;
        padding-bottom: 0;
    }
    .omegaxl-landing-page-memoryxl-section1-content .omegaxl-landing-page-memoryxl-section1-btn .subtitle {
        font-size: 16px;
    }

    /* SECTION 2 */
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
        padding-top: 1rem;
    }
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper .made-with {
        border: 0;
    }
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper .researched-at {
        border-top: 1px solid #ffffff;
        padding-top: 0.5rem;
    }
    .omegaxl-landing-page-memoryxl-section2-content .box p {
        text-align: center;
    }
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper .made-with {
        align-items: center;
    }
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper .made-with .h4,
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper .researched-at .h4 {
        margin-bottom: 0;
    }
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper .researched-at .h0 {
        font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    }
    .omegaxl-landing-page-memoryxl-section2-content .box .grid-wrapper img {
        max-width: 120px;
    }

    /* SECTION 3 */
    .omegaxl-landing-page-memoryxl-section3-content p.text-1 {
        font-size: clamp(2.5rem, 1.456rem + 3.26vw, 4rem);
        line-height: 1.4;
    }

    /* SECTION 4 */
    .omegaxl-landing-page-memoryxl-section4-content .description {
        align-items: center;
    }
    .omegaxl-landing-page-memoryxl-section4-content .description .img1 {
        max-width: 80px;
    }
    .omegaxl-landing-page-memoryxl-section4-content .description .img2 {
        max-width: 100px;
    }
    .omegaxl-landing-page-memoryxl-section4-content .description .img3 {
        max-width: 60px;
    }
    .omegaxl-landing-page-memoryxl-section4-content .description h3.title-1 {
        font-size: 24px;
    }
    .omegaxl-landing-page-memoryxl-section4-content .description p {
        line-height: 1.4;
        text-align: center;
    }

    /* SECTION 5 */
    .omegaxl-landing-page-memoryxl-section5-content .box .teaching-lady {
        min-height: 260px;
    }
    .omegaxl-landing-page-memoryxl-section5-content .box .lines-with-dots {
        margin-top: -50px;
        margin-bottom: -20px;
    }
    .omegaxl-landing-page-memoryxl-section5-content .box .icon-list ul li span.icon {
        font-size: 30px;
    }
    .omegaxl-landing-page-memoryxl-section5-content .box .icon-list {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .omegaxl-landing-page-memoryxl-section5-content .box .icon-list ul li .kt-svg-icon-list-text {
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    }

    /* SECTION 6 */
    .omegaxl-landing-page-memoryxl-section6-content .box.grid-wrapper {
        padding-top: 0;
        min-height: 280px;
        grid-template-columns: minmax(0, 35%) minmax(0, 20%) minmax(0, 35%) minmax(0, 10%);
        background-position: center center;
        background-attachment: scroll;
    }
    .omegaxl-landing-page-video-image-play-icon-wrapper {
        height: 100%;
        top: auto;
    }
    section .omegaxl-landing-page-memoryxl-section6-content .grid-wrapper .logo-with-brain img {
        max-width: 140px;
    }
    .omegaxl-landing-page-memoryxl-section6-content img.omegaxl-landing-page-video-image-play-icon {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    /* SECTION 8 */
    section .omegaxl-landing-page-memoryxl-section8-content p.text-1 {
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
        padding-top: 0;
        line-height: 1.4;
        text-align: center;
    }

    /* SECTION 9 */
    .omegaxl-landing-page-memoryxl-section9-content .box {
        padding: 0;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle1 {
        align-items: center;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle1 .inside-inner-col {
        min-height: 150px;
        width: 150px;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle1 .inside-inner-col figure.img1 {
        max-width: 120px;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle1 .inside-inner-col figure.img2 {
        max-width: 80px;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle1 .inside-inner-col figure.img3 {
        max-width: 100px;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle2 {
        margin-top: -60px;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle2 .inside-inner-col {
        min-height: 250px;
        padding: 0 1rem;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle2 {
        max-width: 250px;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .circle2 .inside-inner-col p {
        font-size: 22px;
    }
    section .omegaxl-landing-page-memoryxl-section9-content .box p.description {
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
        line-height: 1.4;
        text-align: center;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .plus-icon span {
        font-size: 50px;
        margin-bottom: 1.5rem;
    }
    .omegaxl-landing-page-memoryxl-section9-content .box .shop-now {
        width: 240px;
    }
    .omegaxl-landing-page-memoryxl-section9-content {
        padding-top: 0;
    }

    /* SECTION 10 */
    .omegaxl-landing-page-memoryxl-section10-content p.jumbo-3 {
        font-size: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
    }
    section .omegaxl-landing-page-memoryxl-section10-content {
        min-height: 300px;
    }

    /* SECTION 11 */
    .omegaxl-landing-page-memoryxl-section11-content .grid-wrapper {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
    }
    .omegaxl-landing-page-memoryxl-section11-content .grid-wrapper .row1 {
        align-items: center;
    }
    .omegaxl-landing-page-memoryxl-section11-content .grid-wrapper .row1 figure {
        max-width: 220px;
    }

    /* SECTION 12 */
    .omegaxl-landing-page-memoryxl-section12-content .row2 h3.title {
        font-size: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .omegaxl-landing-page-memoryxl-section12-content .row1 {
        margin-bottom: 0.5rem;
    }
    .omegaxl-landing-page-memoryxl-section12-content p.text-1,
    .omegaxl-landing-page-memoryxl-section12-content p.text-2 {
        font-size: 20px;
        line-height: 1;
    }
    section .omegaxl-landing-page-memoryxl-section12-content .row3 .grid-wrapper {
        gap: 0 0;
        grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    }
    .omegaxl-landing-page-memoryxl-section12-content .line1 p,
    .omegaxl-landing-page-memoryxl-section12-content .line2 p {
        font-size: 16px;
    }
    .omegaxl-landing-page-memoryxl-section12-content .line1,
    .omegaxl-landing-page-memoryxl-section12-content .line2 {
        margin-right: -100px;
    }

    /* SECTION 13 */
    .omegaxl-landing-page-memoryxl-section13-content .grid-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    /* SECTION 14 */
    .omegaxl-landing-page-memoryxl-section14-content {
        padding: 0 0 0 1.5rem;
    }
    section .omegaxl-landing-page-memoryxl-section14-content .h2-wrapper .h2-1 p:first-child,
    section .omegaxl-landing-page-memoryxl-section14-content .h2-wrapper .h2-1 p:last-child {
        font-size: 26px;
    }

    section .omegaxl-landing-page-memoryxl-section14-content .h3-wrapper .h2-2,
    section .omegaxl-landing-page-memoryxl-section14-content .h4-wrapper .h2-2 {
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    }
    section .omegaxl-landing-page-memoryxl-section14-content .h4-wrapper .h2-2 {
        line-height: 1;
    }
    .omegaxl-landing-page-memoryxl-section14-content .grid-wrapper {
        padding-left: 0;
        grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    }

    .omegaxl-landing-page-memoryxl-section14-content .grid:last-child {
        padding-left: 0;
        margin-top: -50px;
    }

    .omegaxl-landing-page-memoryxl-section14-content .grid-wrapper .wrapper {
        padding-top: 1rem;
    }
    .omegaxl-landing-page-memoryxl-section14-content .h2-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /* SECTION 15 */
    .omegaxl-landing-page-memoryxl-section15-content p.text-1 {
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    }
    section .omegaxl-landing-page-memoryxl-section15-content p.text-2 {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    }
    section .omegaxl-landing-page-memoryxl-section15-content figure {
        max-width: 200px;
    }

    /* SECTION 16 */
    section .omegaxl-landing-page-memoryxl-section16-content p.text-1 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
        text-align: center;
    }
    section .omegaxl-landing-page-memoryxl-section16-content p.text-2 {
        margin-bottom: 1.5rem;
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
        text-align: center;
    }
    section .omegaxl-landing-page-memoryxl-section16-content figure {
        max-width: 280px;
    }
    .omegaxl-landing-page-memoryxl-faqs-content .faqs-accordion-header span {
        font-size: 18px;
    }
    .omegaxl-landing-page-memoryxl-section16-content .wrapper {
        align-items: center;
    }

    /* SECTION 17 */
    .omegaxl-landing-page-memoryxl-section17-content .jumbo-6 {
        text-align: center;
        padding-left: 0;
    }
    .omegaxl-landing-page-memoryxl-section17-content {
        padding: 1.5rem 1rem 2rem 0.5rem;
    }
    .omegaxl-landing-page-memoryxl-section17-content .wrapper {
        padding: 0;
    }

    /* SECTION 18 */
    section .omegaxl-landing-page-memoryxl-section18-content p.text-1 {
        font-size: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
    }

    /* SECTION 19 */
    section .omegaxl-landing-page-memoryxl-section19-content .jumbo-5 {
        font-size: clamp(2.5rem, 1.456rem + 3.26vw, 4rem);
        text-align: center;
    }
    section .omegaxl-landing-page-memoryxl-section19-content ul.section-list li span:first-child {
        font-size: 5px;
    }
    section .omegaxl-landing-page-memoryxl-section19-content ul.section-list li span:last-child {
        font-size: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
        line-height: 12px;
        margin-right: 0;
    }
    section .omegaxl-landing-page-memoryxl-section19-content ul.section-list {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .omegaxl-landing-page-memoryxl-section19-content h3 {
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    }
    .omegaxl-landing-page-memoryxl-section19-content .description {
        align-items: center;
    }
    .omegaxl-landing-page-memoryxl-section19-content p {
        font-size: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
        text-align: center;
    }
    section .omegaxl-landing-page-memoryxl-section19-content .grid-wrapper {
        padding-top: 0.5rem;
        grid-template-columns: minmax(0, 1fr);
    }
    .omegaxl-landing-page-memoryxl-section19-content .shop-now-wrapper {
        padding: 1rem;
    }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
    /* SECTION 14 */
    .omegaxl-landing-page-memoryxl-section14-content .grid-wrapper .wrapper .text {
        height: 100%;
    }
}

@media screen and (max-width: 1024px)  {
    /* SECTION 1 */
    .omegaxl-landing-page-memoryxl-section1-content .jumbo-7 {
        font-size: 32px;
    }
    .omegaxl-landing-page-memoryxl-section1-content .subtitle {
        font-size: 18px;
    }
    .omegaxl-landing-page-memoryxl-section1-content .shop-now {
        width: 100%;
    }
    /* SECTION 2 */
    .omegaxl-landing-page-memoryxl-section2-content .box .researched-at .h0 {
        font-size: 52px;
    }
    /* SECTION 3 */
    .omegaxl-landing-page-memoryxl-section3-content p {
        font-size: 6em;
    }
    /* SECTION 4 */
    .omegaxl-landing-page-memoryxl-section4-content .description p {
        font-size: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    }
    .omegaxl-landing-page-memoryxl-section4-content .description h3 {
        font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    }
    /* SECTION 5 */
    .omegaxl-landing-page-memoryxl-section5-content .lines-with-dots {
        margin-top: -160px;
        margin-bottom: -40px;
    }
    .omegaxl-landing-page-memoryxl-section5-content .icon-list {
        padding-right: 3rem;
        padding-left: 3rem;
        padding-bottom: 3rem;
    }
    .omegaxl-landing-page-memoryxl-section5-content .box .icon-list li .kt-svg-icon-list-text {
        font-size: 22px;
    }
    /* SECTION 6 */
    .omegaxl-landing-page-memoryxl-section6-content .grid-wrapper {
        min-height: 450px;
    }
    .omegaxl-landing-page-video-image-play-icon-wrapper {
        height: 100%;
        top: auto;
    }
    .omegaxl-landing-page-memoryxl-section6-content .grid-wrapper .logo-with-brain img {
        max-width: 230px;
    }
    .omegaxl-landing-page-memoryxl-section6-content img.omegaxl-landing-page-video-image-play-icon {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    /* SECTION 8 */
    .omegaxl-landing-page-memoryxl-section8-content p.text-1 {
        font-size: 22px;
    }
    /* SECTION 9 */
    .omegaxl-landing-page-memoryxl-section9-content .box p.description {
        font-size: 24px;
    }
    /* SECTION 10 */
    .omegaxl-landing-page-memoryxl-section10-content .jumbo-3 {
        font-size: 5em;
    }
    .omegaxl-landing-page-memoryxl-section10-content {
        min-height: 450px;
    }
    /* SECTION 12 */
    .omegaxl-landing-page-memoryxl-section12-content .row2 .title {
        font-size: clamp(2.5rem, 1.456rem + 3.26vw, 4rem);
    }
    .omegaxl-landing-page-memoryxl-section12-content .text-1,
    .omegaxl-landing-page-memoryxl-section12-content .text-2 {
        font-size: 24px;
    }
    .omegaxl-landing-page-memoryxl-section12-content .row3 .grid-wrapper {
        grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    }
    /* SECTION 13 */
    .omegaxl-landing-page-memoryxl-section13-content .grid-wrapper {
        padding-right: 0;
    }
    /* SECTION 14 */
    .omegaxl-landing-page-memoryxl-section14-content .h2-wrapper .h2-1 p:last-child {
        font-size: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
    }
    .omegaxl-landing-page-memoryxl-section14-content .h3-wrapper .h2-2,
    .omegaxl-landing-page-memoryxl-section14-content .h4-wrapper .h2-2 {
        font-size: 24px;
    }
    /* SECTION 15 */
    .omegaxl-landing-page-memoryxl-section15-content p.text-2 {
        margin-bottom: 3rem;
    }
    .omegaxl-landing-page-memoryxl-section15-content figure {
        max-width: 350px;
    }
    /* SECTION 16 */
    .omegaxl-landing-page-memoryxl-section16-content p.text-1,
    .omegaxl-landing-page-memoryxl-section16-content p.text-2 {
        font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    }
    .omegaxl-landing-page-memoryxl-section16-content figure {
        max-width: 400px;
    }
    /* SECTION 17 */
    .omegaxl-landing-page-memoryxl-section17-content .jumbo-6 {
        padding-left: 50px;
    }
    .omegaxl-landing-page-memoryxl-section17-content {
        padding: 1.5rem 1rem 2rem 0.5rem;
    }
    .omegaxl-landing-page-memoryxl-section17-content .wrapper {
        padding: 0;
    }
    /* SECTION 18 */
    .omegaxl-landing-page-memoryxl-section18-content p.text-1 {
        margin-bottom: 2rem;
        font-size: 6em;
    }
    /* SECTION 19 */
    .omegaxl-landing-page-memoryxl-section19-content .jumbo-5 {
        font-size: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
    }
    .omegaxl-landing-page-memoryxl-section19-content ul.section-list li span:last-child {
        font-size: 24px;
        line-height: 24px;
    }
    .omegaxl-landing-page-memoryxl-section19-content ul.section-list {
        margin: 3rem 0 5rem;
    }
}

.omegaxl-landing-page-memoryxl-hero-wrapper {
    background: #452a78 none;
}

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-wrapper {
        background-color: #6b3c8e;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col img {
        width: 80px;
        max-width: 80px;
    }

    .omegaxl-landing-page-memoryxl-wrapper  .omegaxl-landing-page-quote-grid-row01-img-col,
    .omegaxl-landing-page-memoryxl-wrapper  .omegaxl-landing-page-quote-grid-row02-img-col-lft {
        background-position: top center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        aspect-ratio: 1;
    }

    .omegaxl-landing-page-quote-grid-row02-copy-col-content-icon-wrapper {
        display: flex;
        align-items: center;
    }

    .omegaxl-landing-page-quote-grid-row02-copy-col-content-icon-wrapper img {
        width: 35px;
        min-width: 35px;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col-content-icon-copy-wrapper,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-icon-copy-wrapper {
        padding: 0px 20px;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-wrapper {
        padding: 30px;
        max-width: 50%;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col h2,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-wrapper h2,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col p,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-wrapper p {
        color: #FFFFFF;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col h2,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-wrapper h2 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col p,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-wrapper p {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col-content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: transparent;
        border: none;
        padding: 30px;
    }

    .omegaxl-landing-page-quote-grid-row01-copy-col-content-icon-list-item-wrapper,
    .omegaxl-landing-page-quote-grid-row02-copy-col-content-icon-list-item-wrapper {
        padding: 20px 0px;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col-content-icon-list-wrapper,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-icon-list-wrapper {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col-content-icon-list-item-wrapper,
    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-icon-list-item-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-video-image-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-video-wrapper {
        width: 100%;
        min-height: 100vh;
        aspect-ratio: 2.7;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-video-image-watermark {
        position: absolute;
        bottom: 0;
        right: 20px;
        max-width: 40%;
    }

    .omegaxl-landing-page-memoryxl-products-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        margin: 20px auto 0px;
        max-width: 1140px;
        padding: 0px 20px;
    }

    .omegaxl-landing-page-memoryxl-products-single-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem 0px;
        position: relative;
    }

    .omegaxl-landing-page-memoryxl-products-single-overlay-wrapper {
        opacity: 1;
        background-size: 100px 100px;
        background-position: 100% 0%;
        background-attachment: scroll;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        transition: all .3s ease-in-out;
        width: 100px;
        height: 100px;
    }

    .omegaxl-landing-page-memoryxl-products-unflavored-single-wrapper {
        background-color: #6b3c8e;
    }

    .omegaxl-landing-page-memoryxl-products-single-heading-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .omegaxl-landing-page-memoryxl-products-single-heading-wrapper h2 {
        color: #FFFFFF;
        font-size: 1.5rem;
        line-height: 1.5;
        padding: 0px 10px 1rem;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
    }

    .omegaxl-landing-page-memoryxl-products-single-img-wrapper {
        padding: 0px 20px;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-spacer,
    .omegaxl-landing-page-memoryxl-products-single-button-price-prc-wrapper {
        width: 30%;
        min-width: 30%;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 40%;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-btn-wrapper a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 700;
        border: 4px solid #FFFFFF;
        padding: 4px 5px;
        background-color: transparent;
        width: 100%;
        transition: all .3s ease-in-out;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-btn-wrapper a:hover {
        color: #6b3c8e;
        background-color: #FFFFFF;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-prc-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-prc-wrapper {
        color: #FFFFFF;
        padding: 0px 10px;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-prc-wrapper h3 {
        font-size: 2rem;
        font-weight: 600;
    }

    .omegaxl-landing-page-memoryxl-products-single-button-price-prc-wrapper p {
        font-size: 0.875rem;
    }

    .omegaxl-landing-page-memoryxl-packets-wrapper {
        margin: 20px 0px;
    }

    .omegaxl-landing-page-memoryxl-packets-img-mobile {
        display: none;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-return-inner-wrapper {
        margin: 0px auto;
        max-width: 1140px;
        padding-bottom: 0px;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-return-copy-wrapper {
        width: 80%;
        padding: 20px;
    }

    .omegaxl-landing-page-quote-wrapper {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .omegaxl-landing-page-quote-inner-wrapper {
        display: flex;
        flex-direction: row;
        margin: 0px auto;
        max-width: 1140px;
        padding: 3rem 0px 0px 20px;
    }

    .omegaxl-landing-page-quote-content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .omegaxl-landing-page-quote-content-copy-wrapper {
        padding-bottom: 30px;
    }

    .omegaxl-landing-page-quote-content-wrapper h2 {
        font-size: 3rem;
        font-weight: 700;
        color: #FFFFFF;
        line-height: 1.2;
    }

    .omegaxl-landing-page-quote-content-wrapper h2 span.quote-attribution {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.2;
    }

    .omegaxl-landing-page-quote-content-btn-wrapper {
        padding: 30px 0px 3rem;
    }

    .omegaxl-landing-page-quote-content-btn-wrapper a {
        color: #682897;
        background: #ffffff;
        font-size: 2.625rem;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0.5rem 3rem;
        margin-bottom: 3rem;
        box-shadow: 8px 3px 9px 0px rgba(0, 0, 0, 0.45);
    }

    .omegaxl-landing-page-quote-img-wrapper {
        display: flex;
        position: relative;
        z-index: 2;
    }

    .omegaxl-landing-page-quote-img-wrapper img {
        object-fit: cover;
    }

    .omegaxl-landing-page-quote-wrapper-mobile {
        display: none;
    }

    .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-return-wrapper {
        margin: 20px 0px 6px;
    }

    @media  screen and (max-width: 1024px) {
        .omegaxl-landing-page-memoryxl-products-wrapper {
            display: grid;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 767px) and (orientation: portrait) {
        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-wrapper-mobile {
            display: flex;
            flex-direction: column;
            aspect-ratio: 1;
            position: relative;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-wrapper {
            display: none;
        }

        .omegaxl-landing-page-quote-img-wrapper {
            position: absolute;
            width: 100%;
            z-index: -1;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-wrapper-mobile .omegaxl-landing-page-quote-img-wrapper,
        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-wrapper-mobile .omegaxl-landing-page-quote-img-wrapper-spacing {
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            aspect-ratio: 2;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-wrapper-mobile .omegaxl-landing-page-quote-img-wrapper img,
        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-wrapper-mobile .omegaxl-landing-page-quote-img-wrapper-spacing img {
            object-fit: contain;
            object-position: top center;
            aspect-ratio: 2;
            padding-top: 20px;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-wrapper-mobile .omegaxl-landing-page-quote-img-wrapper-spacing img {
            aspect-ratio: 2;
            width: 100%;
        }

        .omegaxl-landing-page-quote-wrapper-mobile .omegaxl-landing-page-quote-content-copy-wrapper {
            display: flex;
            text-align: center;
            padding: 20% 20px 20px;
        }

        .omegaxl-landing-page-quote-wrapper-mobile .omegaxl-landing-page-quote-content-img-wrapper {
            padding: 0px 20px 3rem;
        }

        .omegaxl-landing-page-quote-content-wrapper h2 {
            font-size: 2.5rem;
            line-height: 1.2;
        }

        .omegaxl-landing-page-quote-content-wrapper h2 span.quote-attribution {
            font-size: 1rem;
            line-height: 1.2;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-content-wrapper {
            margin-top: -20%;
        }

        .omegaxl-landing-page-quote-grid-row02 {
            flex-direction: column-reverse;
        }

        .omegaxl-landing-page-quote-grid-row01 h2,
        .omegaxl-landing-page-quote-grid-row02 h2 {
            font-size: 2rem !important;
            line-height: 1.2;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row02-copy-col-content-wrapper {
            max-width: 100%;
            width: 100%;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-quote-grid-row01-copy-col img {
            width: 35px;
            min-width: 35px;
        }

        .omegaxl-landing-page-quote-grid-row02-copy-col-content-icon-wrapper img {
            width: 25px;
            min-width: 25px;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-video-wrapper {
            width: 100%;
            min-height: 0px;
            aspect-ratio: 2;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-video-image-watermark {
            position: absolute;
            bottom: -40px;
            right: 20px;
            max-width: 40%;
        }

        img.omegaxl-landing-page-video-image-play-icon {
            min-width: 60px;
        }

        .omegaxl-landing-page-memoryxl-packets-img-desktop {
            display: none;
        }

        .omegaxl-landing-page-memoryxl-packets-img-mobile {
            display: flex;
        }

        .omegaxl-landing-page-memoryxl-products-single-button-price-prc-wrapper h3 {
            font-size: 1.5rem;
        }

        .omegaxl-landing-page-memoryxl-products-single-overlay-wrapper {
            background-size: 75px 75px;
            width: 75px;
            height: 75px;
        }

        .omegaxl-landing-page-memoryxl-wrapper .omegaxl-landing-page-return-copy-wrapper {
            width: 100%;
            padding: 0px 20px 40px;
            margin: 0 auto;
        }

    }


/* OXL SPORT */
body.cms-sport .top-container {
    display: none;
}

.omegaxl-landing-page-oxlsport-wrapper {
    background: #000;
}

.omegaxl-landing-page-oxlsport-wrapper * {
    font-family: 'Montserrat','-apple-system','BlinkMacSystemFont','Segoe UI','Roboto', 'Open Sans', Arial, sans-serif;
    color: #fff;
}

.omegaxl-landing-page-oxlsport-wrapper .teal-text, .teal-text sup {
    color: #00ffff;
}

.omegaxl-landing-page-oxlsport-wrapper .start-your-journey-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.btn-start-your-journey {
    margin: 0 auto;
    background: #156fff;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 28px;
    padding: .5rem 2rem;
}

.omegaxl-landing-page-oxlsport-hero-wrapper {
    background: none;
    background-color: #000;
}

.omegaxl-landing-page-oxlsport-proud-sponsors-wrapper {
    margin: 0 auto;
    padding: 0 20px;
}

.omegaxl-landing-page-oxlsport-proud-sponsors-content {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 2.5rem 0;
    gap: 2rem;
}

.oxlsport-proud-sponsors-row-column {
    display: flex;
    align-items: center;
    width: 35%;
}

.oxlsport-proud-sponsors-row-column:first-child {
    width: 30%;
}

.oxlsport-proud-sponsors-row-column h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 3.5rem;
    padding: 0;
    margin-left: 2rem;
}

.oxlsport-proud-sponsors-row-column p {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-left: .5rem;
}

.omegaxl-landing-page-oxlsport-tennis-wrapper {
    margin: 0 auto;
    padding: 0 20px;
}

.omegaxl-landing-page-oxlsport-tennis-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-tennis-background.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 8rem 0;
}

.omegaxl-landing-page-oxlsport-tennis-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
    font-size: 5rem;
    text-shadow: 0 6px 1px #212529;
    max-width: 969px;
    margin: 0 auto;
    padding: 0 1rem;
}

.omegaxl-landing-page-oxlsport-benefits1-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 1.5rem;
}

.omegaxl-landing-page-oxlsport-benefits1-content h3 {
    font-size: 24px;
}

.omegaxl-landing-page-oxlsport-benefits1-content p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.omegaxl-landing-page-oxlsport-versus-wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.omegaxl-landing-page-oxlsport-versus-container {
    margin: 1.5rem 0;
    padding: 0 2rem;
}

.omegaxl-landing-page-oxlsport-versus-chart {
    background-image: linear-gradient(120deg, rgb(0, 0, 0) 0%, rgb(11, 59, 99) 100%);
    border: 2px solid #ffffff;
    border-radius: 50px;
}

.oxlsport-versus-chart-row {
    display: grid;
    padding: 1rem;
    grid-template-columns: minmax(0, calc(60% - ((2rem * 2)/3))) minmax(0, calc(20% - ((2rem * 2)/3))) minmax(0, calc(20% - ((2rem * 2)/3)));
    gap: 2rem;
    grid-auto-rows: minmax(min-content,max-content);
    border-top: 1px solid #ffffff;
}

.oxlsport-versus-chart-row:first-child {
    border: none;
}

.oxlsport-versus-chart-row .oxlsport-versus-chart-row-column:first-child {
    padding-left: 2rem;
}

.oxlsport-versus-circle {
    width: 50px;
}

.omegaxl-landing-page-oxlsport-wrapper .omegaxl-landing-page-video-wrapper {
    max-width: 1024px;
    margin: 5rem auto;
    padding: 0 2rem;
}

.omegaxl-landing-page-oxlsport-wrapper .omegaxl-landing-page-video-image-play-icon-wrapper {
    opacity: 0;
    top: 0;
    overflow: hidden;
}

.omegaxl-landing-page-oxlsport-wrapper img.omegaxl-landing-page-video-image-play-icon {
    max-width: 100%;
    width: 100%;
}

.omegaxl-landing-page-oxlsport-wrapper .omegaxl-landing-page-video-image-wrapper {
    opacity: 1.0;
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
}

.omegaxl-landing-page-oxlsport-wrapper .omegaxl-landing-page-video-image-wrapper:hover {
    opacity: 0.8;
}

.omegaxl-landing-page-oxlsport-recovery-wrapper {
    margin: 0 auto;
    padding: 0 20px;
}

.omegaxl-landing-page-oxlsport-recovery-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-recovery-background.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 4rem 0;
}

.omegaxl-landing-page-oxlsport-recovery-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: 6rem;
    max-width: 969px;
    margin: 0 auto;
    padding: 0 1rem;
}

.omegaxl-landing-page-oxlsport-benefits2-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 3rem 0;
}

.omegaxl-landing-page-oxlsport-benefits2-container p {
    font-size: 1.5rem;
    line-height: 1.4;
}

.omegaxl-landing-page-oxlsport-benefits2-row1 {
    display: grid;
    padding: 1.5rem 0;
    grid-template-columns: minmax(0, calc(75% - ((2rem * 1)/2))) minmax(0, calc(25% - ((2rem * 1)/2)));
    gap: 2rem;
    grid-auto-rows: minmax(min-content,max-content);
}

.omegaxl-landing-page-oxlsport-benefits2-row1-col2,
.omegaxl-landing-page-oxlsport-benefits2-row2-col2 {
    display: flex;
    flex-direction: column;
}

.omegaxl-landing-page-oxlsport-benefits2-row1-col2 {
    justify-content: flex-end;
}

.omegaxl-landing-page-oxlsport-benefits2-row2-col2 {
    justify-content: center;
}

.omegaxl-landing-page-oxlsport-benefits2-row2 {
    display: grid;
    grid-template-columns: minmax(0, calc(20% - ((2rem * 1)/2))) minmax(0, calc(80% - ((2rem * 1)/2)));
    gap: 2rem;
    grid-auto-rows: minmax(min-content,max-content);
}

.omegaxl-landing-page-oxlsport-benefits2-row2 img{
    max-width: 100px;
}

.omegaxl-landing-page-oxlsport-benefits2-row3-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: .5rem;
}

.omegaxl-landing-page-oxlsport-benefits2-row3-item img {
    max-width: 40px;
}

.omegaxl-landing-page-oxlsport-excel-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-recover-bg.jpg');
    background-size: cover;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 4rem 0;
}

.omegaxl-landing-page-oxlsport-excel-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1;
    font-size: 6rem;
    max-width: 660px;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-excel-content p {
    line-height: 1.4;
    font-size: 2rem;
    max-width: 660px;
    margin: 0 0 .75rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-excel-content .btn-start-your-journey {
    margin-left: 6rem;
}

.omegaxl-landing-page-oxlsport-excel-image-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 1.5rem 0;
}

.omegaxl-landing-page-oxlsport-excel-image-content:after {
    display: block;
    content: '';
    background: #fff;
    width: 70%;
    height: 2px;
}

.omegaxl-landing-page-oxlsport-motion-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 1.5rem 0;
}

.omegaxl-landing-page-oxlsport-motion-content p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.omegaxl-landing-page-oxlsport-motion-steps-content {
    display: grid;
    padding: 1.5rem 0;
    grid-template-columns: minmax(0, calc(25% - ((2rem * 1)/2))) minmax(0, calc(25% - ((2rem * 1)/2))) minmax(0, calc(25% - ((2rem * 1)/2))) minmax(0, calc(25% - ((2rem * 1)/2)));
    gap: 2rem;
    grid-auto-rows: minmax(min-content,max-content);
}

.omegaxl-landing-page-oxlsport-next-level-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-sport-golf.jpg');
    background-size: cover;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem 0;
}

.omegaxl-landing-page-oxlsport-next-level-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1;
    font-size: 5rem;
    max-width: 800px;
    margin: 0;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-next-level-content p {
    line-height: 1.4;
    font-size: 2rem;
    max-width: 800px;
    margin: 0 0 .75rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-proprietary-blend-container {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-sport-yoga.jpg');
    background-size: cover;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem 0;
    position: relative;
}

.omegaxl-landing-page-oxlsport-proprietary-blend-container:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-xl-fg.png');
    background-size: cover;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    z-index: 1;
}

.omegaxl-landing-page-oxlsport-proprietary-blend-content {
    position: relative;
    z-index: 2;
}

.omegaxl-landing-page-oxlsport-proprietary-blend-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    color: #1b1464;
    line-height: 1;
    font-size: 5rem;
    max-width: 800px;
    margin: 0;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-proprietary-blend-content h2:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 80px;
    margin-left: 10px;
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-oil-droplet.png');
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.omegaxl-landing-page-oxlsport-proprietary-blend-content p {
    color: #1874a6;
    line-height: 1.4;
    font-size: 2rem;
    max-width: 750px;
    margin: 0 0 .75rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-proprietary-blend-content p sup {
    color: #1874a6;
}

.omegaxl-landing-page-oxlsport-benefits3-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 1.5rem 0 2.5rem;
}

.omegaxl-landing-page-oxlsport-benefits3-container p {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.omegaxl-landing-page-oxlsport-benefits3-container hr {
    margin: 2rem 0;
    width: 70%;
}

.omegaxl-landing-page-oxlsport-consistent-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-runner-background.jpg');
    background-size: cover;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 6rem 0;
}

.omegaxl-landing-page-oxlsport-consistent-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1;
    font-size: 5rem;
    max-width: 800px;
    margin: 0;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-consistent-content p {
    line-height: 1.4;
    font-size: 2rem;
    max-width: 800px;
    margin: 0 0 .75rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-daily-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 1.5rem 4rem 2.5rem 0;
}

.omegaxl-landing-page-oxlsport-daily-row1 {
    display: grid;
    padding: 1.5rem 0;
    grid-template-columns: minmax(0, calc(75% - ((2rem * 1)/2))) minmax(0, calc(25% - ((2rem * 1)/2)));
    gap: 2rem;
    grid-auto-rows: minmax(min-content,max-content);
}

.omegaxl-landing-page-oxlsport-daily-row1 h2 {
    line-height: 1;
    font-size: 3.5rem;
}

.omegaxl-landing-page-oxlsport-daily-row2 h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1;
    font-size: 4.25rem;
    margin-bottom: 2rem;
}

.omegaxl-landing-page-oxlsport-daily-row3 {
    border-top: 2px solid #b400ff;
    border-bottom: 2px solid #b400ff;
    margin-right: 5rem;
    padding: 1rem 0;
}

.omegaxl-landing-page-oxlsport-daily-row3 p,
.omegaxl-landing-page-oxlsport-daily-row3 span {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    color: #b400ff;
    display: block;
}

.omegaxl-landing-page-oxlsport-daily-row3 p {
    font-size: 6rem;
    line-height: 1;
}

.omegaxl-landing-page-oxlsport-daily-row3 span {
    font-size: 4rem;
    line-height: 1;
}

.omegaxl-landing-page-oxlsport-daily-row4 {
    border-bottom: 2px solid #b400ff;
    width: 55%;
    padding: .25rem 0;
}

.omegaxl-landing-page-oxlsport-daily-row4 p {
    font-size: 1.5rem;
}

.omegaxl-landing-page-oxlsport-supp-facts-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 1.5rem 0 0;
    display: flex;
    align-items: flex-end;
    gap: 2rem 2rem;
}

.omegaxl-landing-page-oxlsport-supp-facts-col:first-child {
    width: 42%;
}

.omegaxl-landing-page-oxlsport-supp-facts-col:last-child {
    margin-bottom: 4rem;
}

.omegaxl-landing-page-oxlsport-mission-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-swimming-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    min-height: 620px;
    margin: 0 auto;
    padding: 2rem 0;
}

.omegaxl-landing-page-oxlsport-mission-content h2 {
    line-height: 1;
    font-size: 4rem;
    margin: 0;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-mission-content p {
    line-height: 1;
    font-size: 2.25rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-mission-content p span {
    font-size: 4rem;
}

.omegaxl-landing-page-oxlsport-ghw-products-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-swimming-bg-2.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    min-height: 620px;
    margin: 0 auto;
    padding: 3rem 0;
}

.omegaxl-landing-page-oxlsport-ghw-products-content p {
    color: #003465;
    line-height: 1;
    font-size: 2rem;
    padding-left: 6rem;
    margin-bottom: 1rem;
    max-width: 80%;
}

.omegaxl-landing-page-oxlsport-ghw-products-content p.strong {
    font-weight: 700;
}

.omegaxl-landing-page-oxlsport-ghw-products-content p sup {
    color: #003465;
}

.omegaxl-landing-page-oxlsport-ghw-products-image {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 80%;
}

.omegaxl-landing-page-oxlsport-ghw-products-image img {
    max-width: 315px;
}

.omegaxl-landing-page-oxlsport-faqs-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-dark-blue-radius-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 4rem 0;
}

.omegaxl-landing-page-oxlsport-faqs-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1.1;
    font-size: 5rem;
    margin: 0 0 .5rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-faqs-content .accordion-section {
    padding: 0 6rem;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-panel {
    margin-bottom: .5rem;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header {
    position: relative;
    font-size: 2rem;
    border-bottom: 2px solid #fff;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    line-height: 1.7;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:before,
.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:after {
    content: '';
    height: 4px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 20px;
    left: 10px;
    top: 28px;
    background: #fff;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:before {
    transform: rotate(0deg);
    transform-origin: 50%;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:after {
    transform: rotate(90deg);
    transform-origin: 50%;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-content p {
    line-height: 1.6;
    font-size: 1.5rem;
    margin: 0;
    padding: 1.25rem;
}

.omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-panel.active .faqs-accordion-header:after {
    transform: rotate(0deg);
}

.omegaxl-landing-page-oxlsport-your-journey-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-winning-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem 0;
}

.omegaxl-landing-page-oxlsport-your-journey-content h2 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    line-height: 1.1;
    font-size: 5rem;
    margin: 0 0 .5rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-your-journey-content p {
    line-height: 1.4;
    font-size: 1.5rem;
    max-width: 800px;
    margin: 0 0 .75rem;
    padding-left: 6rem;
}

.omegaxl-landing-page-oxlsport-your-journey-content .btn-share-your-journey {
    display: inline-block;
    border: 2px solid #fff;
    margin-left: 6rem;
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

.omegaxl-landing-page-oxlsport-sub-benefits-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-dark-blue-radius-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem 0;
}

.omegaxl-landing-page-oxlsport-sub-benefits-row1 {
    display: grid;
    gap: 2rem 2rem;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: minmax(0, calc(70% - (2rem / 2))) minmax(0, calc(30% - (2rem / 2)));
    margin: 0 6rem;
}

.omegaxl-landing-page-oxlsport-sub-benefits-row1 h2 {
    font-size: 6rem;
    line-height: .9;
}

.omegaxl-landing-page-oxlsport-sub-benefits-list {
    list-style: disc;
    padding-left: 35px;
    font-size: 2rem;
    line-height: 1.1;
    margin: 1rem 6rem;
}

.omegaxl-landing-page-oxlsport-offers-content {
    background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-dark-blue-radius-bg-button.jpg');
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    display: grid;
    gap: 0 0;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: minmax(0, calc(30% - (2rem / 2))) minmax(0, calc(70% - (2rem / 2)));
    max-width: 1140px;
    margin: 0 auto;
    padding: 1.5rem 6rem;
}

.omegaxl-landing-page-oxlsport-offers-col1 {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    margin: 0 -20%;
}

.omegaxl-landing-page-oxlsport-offers-col2 {
    margin-bottom: 4rem;
}

.omegaxl-landing-page-oxlsport-offers-benefits1-container {
    margin: 0 1rem 1.5rem 2.5rem;
}

.omegaxl-landing-page-oxlsport-offers-benefits1-content img {
    width: 80px;
}

.omegaxl-landing-page-oxlsport-offers-benefits1-content h3 {
    font-size: 1.25rem;
}

.omegaxl-landing-page-oxlsport-offers-benefits1-content p {
    font-size: 1.15rem;
    line-height: 1.2;
}

.omegaxl-landing-page-oxlsport-offers-options-container {
    border: 1px solid #fff;
    margin-left: -1rem;
    margin-right: -1rem;
}

.omegaxl-landing-page-oxlsport-offers-option-cta {
    padding: 1.5rem 0;
    text-align: center;
}

@media screen and (max-width: 1192px) and (orientation: portrait) {
    .oxlsport-proud-sponsors-row-column h2 {
        font-size: 2.5rem;
    }

    .oxlsport-proud-sponsors-row-column p {
        font-size: 1rem;
    }

    .omegaxl-landing-page-proud-sponsors-img {
        width: 50%;
        max-width: 100px;
    }

    .omegaxl-landing-page-oxlsport-tennis-content {
        padding: 4rem 0;
    }

    .omegaxl-landing-page-oxlsport-tennis-content h2 {
        font-size: 4rem;
    }

    .omegaxl-landing-page-oxlsport-recovery-content {
        padding: 4rem 0;
    }

    .omegaxl-landing-page-oxlsport-recovery-content h2 {
        font-size: 4rem;
    }

    .omegaxl-landing-page-oxlsport-excel-content {
        padding: 3rem 0;
    }

    .omegaxl-landing-page-oxlsport-excel-content h2 {
        font-size: 4rem;
        padding-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-excel-content p {
        font-size: 1.5rem;
        max-width: 450px;
        padding-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-excel-content .btn-start-your-journey {
        margin-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-supp-facts-content {
        padding: .5rem 1rem 0;
    }

    .omegaxl-landing-page-oxlsport-mission-content {
        min-height: 500px;
        padding: 1rem 0;
    }

    .omegaxl-landing-page-oxlsport-mission-content h2 {
        line-height: 1;
        font-size: 3rem;
        margin: 0;
        padding-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-mission-content p {
        line-height: 1.5;
        font-size: 1.75rem;
        padding-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-mission-content p span {
        font-size: 3rem;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-content {
        min-height: 450px;
        margin: 0 auto;
        padding: 2rem 0;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-content p {
        font-size: 1.5rem;
        padding: 0 4rem;
        max-width: 100%;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-image {
        padding: 0 4rem;
        max-width: 100%;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-image img {
        max-width: 315px;
    }

    .omegaxl-landing-page-oxlsport-faqs-content {
        padding: 3rem 0;
    }

    .omegaxl-landing-page-oxlsport-faqs-content h2 {
        font-size: 4rem;
        padding-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-faqs-content .accordion-section {
        padding: 0 4rem;
    }

    .omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header {
        font-size: 1.6rem;
        padding-left: 40px;
    }

    .omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:before,
    .omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:after {
        top: 22px;
    }

    .omegaxl-landing-page-oxlsport-your-journey-content h2 {
        padding-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-your-journey-content p {
        padding-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-your-journey-content .btn-share-your-journey {
        margin-left: 4rem;
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-row1 {
        margin: 0 4rem;
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-row1 h2 {
        font-size: 3.75rem;
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-list {
        margin: 0 3rem;
        font-size: 1.5rem;
    }

    .omegaxl-landing-page-oxlsport-offers-content {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .btn-start-your-journey {
        font-size: 1rem;
    }

    .omegaxl-landing-page-oxlsport-proud-sponsors-content {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 2rem 0;
    }

    .oxlsport-proud-sponsors-row-column, .oxlsport-proud-sponsors-row-column:first-child {
        width: 100%;
        max-width: 300px;
    }

    .oxlsport-proud-sponsors-row-column h2 {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .omegaxl-landing-page-oxlsport-hero-wrapper img.omegaxl-landing-page-hero-img-mobile {
        max-width: 768px;
        min-height: 580px;
        margin: 0 auto;
    }

    .omegaxl-landing-page-oxlsport-tennis-wrapper {
        padding: 0;
    }

    .omegaxl-landing-page-oxlsport-tennis-content {
        padding: 2rem 0;
    }

    .omegaxl-landing-page-oxlsport-tennis-content h2 {
        font-size: 3rem;
    }

    .omegaxl-landing-page-oxlsport-versus-container {
        padding: 0 .5rem;
    }

    .oxlsport-versus-chart-row {
        column-gap: 1rem;
        grid-template-columns: minmax(0, calc(50% - ((1rem * 2) / 3))) minmax(0, calc(15% - ((1rem * 2) / 3))) minmax(0, calc(35% - ((1rem * 2) / 3)));
    }

    .oxlsport-versus-chart-row .oxlsport-versus-chart-row-column:first-child {
        padding-left: 0;
    }

    .omegaxl-landing-page-oxlsport-versus-chart .omegaxl-landing-page-oxlsport-logo {
        width: 100px;
    }

    .oxlsport-versus-chart-row-column p {
        font-size: .9rem;
    }

    .oxlsport-versus-circle {
        width: 30px;
    }

    .omegaxl-landing-page-oxlsport-wrapper .start-your-journey-container {
        margin-top: 2rem;
    }

    .omegaxl-landing-page-oxlsport-wrapper .omegaxl-landing-page-video-wrapper {
        margin: 3rem auto;
        padding: 0 .5rem;
    }

    .omegaxl-landing-page-oxlsport-recovery-wrapper {
        padding: 0;
    }

    .omegaxl-landing-page-oxlsport-recovery-content {
        padding: 2rem 0;
    }

    .omegaxl-landing-page-oxlsport-recovery-content h2 {
        font-size: 3rem;
    }

    .omegaxl-landing-page-oxlsport-benefits2-container {
        padding: 1rem;
    }

    .omegaxl-landing-page-oxlsport-benefits2-container p {
        font-size: 1.15rem;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row1 {
        padding: 0 0 1rem;
        grid-template-columns: minmax(0, calc(100% - ((2rem * 1)/2)));
        gap: 0;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row1 p {
        margin: 0 0 .75rem;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row1-col2 {
        align-items: flex-end;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row1-col2 img {
        width: 120px;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row2 {
        grid-template-columns: minmax(0, calc(30% - .5rem)) minmax(0, calc(70% - .5rem));
        gap: 0;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row2 img {
        max-width: 54px;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row3 {
        padding: .5rem 0;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row3-item {
        gap: .75rem;
    }

    .omegaxl-landing-page-oxlsport-benefits2-row3-item img {
        max-width: 30px;
    }

    .omegaxl-landing-page-oxlsport-excel-content {
        background-image: url('/media/wysiwyg/landing-pages/oxlsport/oxlsport-dark-blue-radius-bg.jpg');
        padding: 2rem 0;
    }

    .omegaxl-landing-page-oxlsport-excel-content h2 {
        font-size: 3rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-excel-content p {
        font-size: 1rem;
        max-width: 90%;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-excel-content .btn-start-your-journey {
        margin-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-motion-content {
        padding: 1rem;
    }

    .omegaxl-landing-page-oxlsport-motion-content p {
        font-size: 1.15rem;
    }

    .omegaxl-landing-page-oxlsport-motion-steps-content {
        padding: .5rem 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        grid-auto-rows: minmax(min-content,max-content);
    }

    .omegaxl-landing-page-oxlsport-next-level-content {
        padding: 1rem 0;
        background-position: 80% center;
    }

    .omegaxl-landing-page-oxlsport-next-level-content h2 {
        font-size: 2.5rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-next-level-content p {
        font-size: 1.25rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-proprietary-blend-container {
        background-position: 80% center;
        padding: 1.5rem 0;
        height: 400px;
    }

    .omegaxl-landing-page-oxlsport-proprietary-blend-content h2 {
        font-size: 2.5rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-proprietary-blend-content h2:after {
        width: 30px;
        height: 46px;
    }

    .omegaxl-landing-page-oxlsport-proprietary-blend-content p {
        font-size: 1.15rem;
        width: 80%;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-benefits3-container {
        padding: 1rem 1rem 2.5rem;
    }

    .omegaxl-landing-page-oxlsport-benefits3-container p {
        font-size: 1.25rem;
    }

    .omegaxl-landing-page-oxlsport-benefits3-container hr {
        margin: 1rem 0;
    }

    .omegaxl-landing-page-oxlsport-consistent-content {
        padding: 1rem 0;
    }

    .omegaxl-landing-page-oxlsport-consistent-content h2 {
        font-size: 2.5rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-consistent-content p {
        font-size: 1.25rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-daily-content {
        padding: 1.5rem 1rem 2rem;
    }

    .omegaxl-landing-page-oxlsport-daily-row1 {
        padding: 0 0 1rem;
        grid-template-columns: minmax(0, calc(100% - ((2rem * 1)/2)));
        gap: 0;
    }

    .omegaxl-landing-page-oxlsport-daily-row1 h2 {
        line-height: 1;
        font-size: 2rem;
        margin-bottom: .5rem;
    }

    .omegaxl-landing-page-oxlsport-daily-row1-col2 img{
        width: 200px;
    }

    .omegaxl-landing-page-oxlsport-daily-row2 h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .omegaxl-landing-page-oxlsport-daily-row3 {
        margin-right: 2rem;
    }

    .omegaxl-landing-page-oxlsport-daily-row3 p {
        font-size: 2.25rem;
    }

    .omegaxl-landing-page-oxlsport-daily-row3 span {
        font-size: 1.75rem;
    }

    .omegaxl-landing-page-oxlsport-daily-row4 {
        padding: .25rem 0;
    }

    .omegaxl-landing-page-oxlsport-daily-row4 p {
        font-size: 1rem;
    }

    .omegaxl-landing-page-oxlsport-supp-facts-content {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: .5rem 1rem 0;
    }

    .omegaxl-landing-page-oxlsport-supp-facts-col:first-child {
        width: 100%;
    }

    .omegaxl-landing-page-oxlsport-supp-facts-col:first-child img {
        width: 80%;
        margin: 0 auto;
    }

    .omegaxl-landing-page-oxlsport-supp-facts-col:last-child {
        width: 100%;
        margin-bottom: 1rem;
    }

    .omegaxl-landing-page-oxlsport-supp-facts-col:last-child img {
        margin: 0 auto;
    }

    .omegaxl-landing-page-oxlsport-mission-content {
        min-height: 275px;
        padding: .5rem 0;
    }

    .omegaxl-landing-page-oxlsport-mission-content h2 {
        line-height: 1;
        font-size: 2rem;
        margin: 0;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-mission-content p {
        line-height: 1.5;
        font-size: 1rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-mission-content p span {
        font-size: 2rem;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-content {
        min-height: 350px;
        padding: 1rem 0;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-content p {
        font-size: 1.25rem;
        padding: 0 1rem;
        max-width: 100%;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-image {
        padding: 0 1rem;
    }

    .omegaxl-landing-page-oxlsport-ghw-products-image img {
        max-width: 150px;
    }

    .omegaxl-landing-page-oxlsport-faqs-content {
        padding: 2rem 0;
    }

    .omegaxl-landing-page-oxlsport-faqs-content h2 {
        font-size: 3rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-faqs-content .accordion-section {
        padding: 0 1rem;
    }

    .omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header {
        font-size: 1.2rem;
        line-height: 1.5;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:before,
    .omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-header:after {
        top: 18px;
        width: 18px;
    }

    .omegaxl-landing-page-oxlsport-faqs-content .faqs-accordion-content p {
        font-size: 1rem;
        padding: .75rem;
    }

    .omegaxl-landing-page-oxlsport-your-journey-content h2 {
        font-size: 3rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-your-journey-content p {
        font-size: 1.25rem;
        padding-left: 1rem;
    }

    .omegaxl-landing-page-oxlsport-your-journey-content .btn-share-your-journey {
        margin-left: 1rem;
        font-size: 1.15rem;
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-row1 {
        margin: 0 1rem 1rem;
        grid-template-columns: minmax(0, 1fr);
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-row1 h2 {
        font-size: 2.5rem;
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-row1 img {
        max-width: 200px;
        margin: 0 auto;
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-list {
        margin: 0 1rem;
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .omegaxl-landing-page-oxlsport-sub-benefits-list li {
        margin-bottom: .5rem;
    }

    .omegaxl-landing-page-oxlsport-offers-content {
        padding: 1.5rem;
        grid-template-columns: minmax(0, 1fr);
    }

    .omegaxl-landing-page-oxlsport-offers-col1 {
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    .omegaxl-landing-page-oxlsport-offers-col1 img {
        max-width: 260px;
    }

    .omegaxl-landing-page-oxlsport-offers-benefits1-container {
        margin: 0 0 1.5rem;
    }

    .omegaxl-landing-page-oxlsport-offers-options-container {
        margin-left: 0;
        margin-right: 0;
    }

    .omegaxl-landing-page-oxlsport-offers-col2 {
        margin-bottom: 1rem;
    }
}

/* FOOTER */
footer .footer.content  {
    background: linear-gradient(92deg,rgb(0, 92, 185),rgb(0, 167, 225));
    border-top: 1px solid rgba(0,0,0,.1);
    color: grey;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.omegaxl-footer-content-inner-wrapper {
    max-width: 1140px;
}
    /* LOGO */
    .omegaxl-footer-logo-wrapper {
        display: flex;
        justify-content: center;
        padding: 40px 1.5rem;
    }

    .omegaxl-footer-logo-wrapper img {
        max-width: 225px;
    }

    /* NEWSLETTER / SOCIAL MEDIA */
    .omegaxl-footer-social-links-wrapper {
        align-items: center;
        padding: 0px 1.5rem 40px;
    }

    .omegaxl-footer-social-links-newsletter-wrapper {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-footer-social-links-newsletter-wrapper p {
        color: rgb(255, 255, 255);
    }

    .omegaxl-footer-social-links-wrapper,
    .omegaxl-footer-social-links-follow-icons-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-footer-social-links-wrapper-col {
        width: 33%;
        display: flex;
        justify-content: center;
    }

    .omegaxl-footer-social-links-follow-icons-wrapper {
        gap: 10px
    }

    .omegaxl-footer-social-links-wrapper-col.omegaxl-footer-social-links-follow-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .omegaxl-footer-social-links-newsletter-wrapper .omegaxl-footer-social-links-heading {
        color: rgb(255,255,255);
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.2;
        margin: 0;
        text-transform: uppercase;
    }

    .omegaxl-footer-social-links-newsletter-embed-wrapper {
        padding: 10px 0px;
    }

    #omegaxl-footer-subscribe-button {
        border-radius: 16px;
        font-size: 1.75rem;
        line-height: 1.143;
        padding: 6px 32px;
        background: rgb(1, 167, 225);
        border: 3px solid transparent;
        color: rgb(255, 255, 255);
        font-weight: 700;
        align-self: center;
        display: flex;
        flex: 0 0 auto;
        gap: 8px;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        cursor: pointer;
    }

    #omegaxl-footer-subscribe-button:hover {
        background: rgb(0, 167, 225);
        border-color: rgb(255, 255, 255);
        box-shadow: 0 3.62143px 18.10714px 0 rgba(0,0,0,.5);
        text-decoration: none;
    }

    .omegaxl-footer-subscribe-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        width: 50%;
        max-width: 625px;
        border-radius: 8px;
        display: none;
    }

    .omegaxl-footer-subscribe-modal-content {
        display: flex;
        flex-direction: column;
        max-width: 600px;
    }

    .omegaxl-footer-subscribe-modal-content h2 {
        color: rgb(0, 92, 185);
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        text-transform: uppercase;
        padding: 20px 30px 20px;
    }

    .omegaxl-footer-subscribe-modal-content p {
        color: rgb(0, 92, 185);
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    }


    .omegaxl-footer-subscribe-modal-content button {
        margin-top: 1em;
    }

    #omegaxl-footer-subscribe-modal-close {
        position: absolute;
        top: -30px;
        right: 20px;
        background: none;
        border: none;
        font-size: 1.875em;
        cursor: pointer;
    }

    #omegaxl-footer-subscribe-modal[hidden] {
        display: none;
    }


    .omegaxl-footer-social-links-follow-wrapper .omegaxl-footer-social-links-heading {
        color: rgb(255,255,255);
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }

    .omegaxl-footer-social-links-wrapper-col.omegaxl-footer-social-links-digicert-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .omegaxl-footer-social-links-bbb-embed-wrapper {
        flex-direction: column;
        color: #fff;
        align-items: center;
    }

    .omegaxl-footer-social-links-bbb-wrapper img {
        width: 100%;
        max-width: 150px;
    }

    .omegaxl-footer-social-links-bbb-wrapper p {
        color: rgb(255,255,255);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
    }

    /* FOOTER NAVIGATION  */
    .omegaxl-footer-main-nav-col-mobile {
        display: none;
    }

    .omegaxl-footer-main-nav-wrapper {
        padding: 40px 1.5rem;
        border-top: 1px solid rgb(255,255,255);
    }

    .omegaxl-footer-main-nav-inner-wrapper {
        display: flex;
        flex-direction: row;
    }

    .omegaxl-footer-main-nav-col {
        width: 30%
    }

    h2.omegaxl-footer-main-nav-col-copy-heading {
        color: rgb(255,255,255);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        text-transform: uppercase;
        padding: 0 0 20px;
    }

    a.omegaxl-footer-main-nav-col-copy-listitem {
        align-self: flex-start;
        color: rgb(255,255,255);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
    }

    p.omegaxl-footer-main-nav-col-copy-address {
        align-self: flex-start;
        color: rgb(255,255,255);
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
    }

    .omegaxl-footer-main-nav-col-copy-contact-img-wrapper {
        padding: 12px 0px 0px;
    }

    /* DISCLAIMERS */
    .omegaxl-footer-disclaimers-copy-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 40px 1.5rem;
        border-top: 1px solid rgb(255,255,255);
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .omegaxl-footer-disclaimers-copy-item {
        color: rgb(255,255,255);
    }

    .omegaxl-footer-disclaimers-copy-item-fda {
        border: 1px solid rgb(255, 255, 255);
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.15;
        padding: 8px 0;
        text-align: center;
        text-transform: none;
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        gap: 10px;
    }

    /* LEGAL LINKS  */
    .omegaxl-footer-legal-links-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .omegaxl-footer-legal-links-wrapper .omegaxl-footer-legal-link {
        padding: 1rem;
    }

    a.omegaxl-footer-legal-link-item {
        color: rgb(255,255,255);
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .omegaxl-footer-legal-links-wrapper img.clarip-privacy-icon {
        display: inline-block;
        max-width: 40px;
        margin-bottom: 4px;
    }

    /* COPYRIGHT */
    .omegaxl-footer-copyright-wrapper {
        display: flex;
        justify-content: center;
        border-top: 2px solid rgb(255,255,255);
        text-align: center;
    }

    .omegaxl-footer-copyright-copy {
        color: rgb(255,255,255);
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5;
    }

    /* BACK TO TOP */
    .omegaxl-footer-back-to-top-wrapper {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .omegaxl-footer-back-to-top {
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-align: center;
        width: fit-content;
    }

    .omegaxl-footer-back-to-top-link {
        color: rgb(255, 255, 255);
        cursor: pointer;
        font-size: .875rem;
        font-weight: 700;
        padding-top: 28px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        transition: all .3s ease-out;
    }

    .omegaxl-footer-back-to-top-link:before {
        color: rgb(255, 255, 255);
        content: "▲";
        font-size: 1.75rem;
        left: calc(50% - 14px);
        margin: 0;
        position: absolute;
        top: -8px;
        transition: transform .5s ease-in;
    }

    .omegaxl-footer-back-to-top-link:hover:before {
        color: rgb(0, 167, 225);
        transform: rotate(1turn);
    }

    iframe#launcher {
        z-index: 10!important;
    }

    iframe#launcher+iframe {
        z-index: 11!important;
    }

@media screen and  (min-width: 1025px) {
    /* HEADER */
    .omegaxl-mobile-only {
        display: none;
    }

    #header .omegaxl-header-row-01,
    #header .omegaxl-header-row-02 {
        max-width: 1140px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* HEADER */
    #menu-search-icon svg,
    #customer-menu svg,
    #menu-cart-icon svg {
        width: 35px;
        height: 35px;
        stroke-width: 1;
    }
}

@media screen and  (max-width: 1024px) {
    /* HEADER */
        /* FIRST ROW */
        .omegaxl-header-row-01 {
            flex-wrap: nowrap;
        }
        /* SECOND ROW */
        .omegaxl-header-search-mobile {
            display: flex;
        }

        .omegaxl-header-search-desktop {
            display: none !important;
        }

        .omegaxl-header-row-02 nav, #menu-cart-icon {
            margin-bottom: 6px;
        }

        .omegaxl-mobile-only {
            display: none;
        }

    /* HOME */
        /* BENEFITS SECTION */
        .omegaxl-benefits-list-grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding: 2rem 2rem 1rem;
        }

    /* INNER PAGES */
    .cms-page-view .top-container .container {
        max-width: 1140px;
    }

    /* FOOTER */
        /* LEGAL LINKS */
        .omegaxl-footer-legal-links-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .omegaxl-footer-legal-links-wrapper .omegaxl-footer-legal-link {
            padding: 1rem;
            width: 45%;
        }

        a.omegaxl-footer-legal-link-item {
            font-size: 1rem;
            line-height: 1.5;
        }
}

@media screen and (min-width: 640px) and (max-width: 1019px) {
    /* HOME */
        /* TESTIMONIALS */
            .omegaxl-testimonials-content-wrapper-desktop .omegaxl-testimonials-grid-wrapper {
                grid-template-columns: repeat(auto-fit, minmax(min(100%/3, max(64px, 100%/3)), 1fr));
            }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    /* HEADER */
    #menu-search-icon svg, #customer-menu svg, #menu-cart-icon svg {
        width: 35px;
        height: 35px;
        stroke-width: 1;
    }

    .omegaxl-mobile-only {
        display: block;
    }

    .omegaxl-mobile-only .omegaxl-header-main-nav-account-login-wrapper a svg {
        stroke: #FFFFFF;
        width: 35px;
        height: 35px;
        stroke-width: 1;
    }

    .omegaxl-header-contact-phone-wrapper .header-contact-phone {
        width: 100%;
        justify-content: center;
    }

    .omegaxl-header-row-01 .omegaxl-desktop-only {
        display: none;
    }

    .omegaxl-desktop-only .omegaxl-header-main-nav-account-login-wrapper {
        display: none;
    }

    /* PRODUCT SLIDERS */
    .omegaxl-product-slider-nav-dots-wrapper {
        display: none;
    }

    .omegaxl-product-slider-nav-arrow-prev svg,
    .omegaxl-product-slider-nav-arrow-next svg {
        height: 2rem;
        width: 2rem;
    }

    /* HOME */
    .omegaxl-shop-all-products-heading-wrapper h2,
    .omegaxl-benefits-headings-wrapper h2,
    .omegaxl-testimonials-heading-copy-wrapper h2
     {
        padding: 16px 10px 22px;
        line-height: 1.2;
    }

    h2.omegaxl-footer-main-nav-col-copy-heading {
        padding: 0px 0px 20px;
        line-height: 1.2;
    }

        /* BENEFITS SECTION */
        .omegaxl-benefits-list-grid-wrapper {
            display: grid;
            grid-template-columns: 1fr;
        }

        .omegaxl-benefits-section-wrapper {
            padding: 0px 20px 32px;
        }

        .omegaxl-benefits-list-grid-icon-wrapper {
            justify-content: center;
        }

        /* BRAND AMBASSADORS */
        .omegaxl-brand-amb-grid-wrapper.omegaxl-brand-amb-grid-wrapper-desktop {
            display: none;
        }

        .omegaxl-brand-amb-grid-wrapper-mobile {
            position: relative;
            margin: 10px auto -16px;
            display: block;
            padding: 0 1.5rem;
            width: 95%;
        }

        .omegaxl-brand-amb-grid-wrapper-mobile .omegaxl-brand-amb-grid-wrapper {
            padding: 10px;
        }

        .omegaxl-brand-amb-modal {
            width: 100%;
            min-height: 0px;
            padding: 0px 10px;
            position: relative;
            top: 75%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .omegaxl-brand-amb-modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            margin: -45% auto;
        }

        .omegaxl-brand-amb-modal-content .close {
            color: #FFFFFF;
            float: right;
            font-size: 3rem;
            font-weight: bold;
            position: absolute;
            right: 0;
            top: -25%;
        }

        .omegaxl-brand-amb-modal-content iframe {
            position: relative;
            margin-bottom: -20px;
            width: 100%;
            height: auto;
            aspect-ratio: 16/9;
        }

        /* THE DIFFERENCE */
        .omegaxl-difference-content-table-wrapper table th h3 {
            font-size: 1rem;
        }

        .omegaxl-difference-content-table-wrapper table th.title h3 {
            font-size: 1.2rem;
        }

        /* TESTIMONIALS */
        .omegaxl-testimonials-content-wrapper-desktop {
            display: none;
        }

        .omegaxl-testimonials-content-wrapper-mobile {
            display: flex;
            flex-direction: column;
        }

        .omegaxl-testimonials-content-wrapper-mobile .omegaxl-testimonials-grid-wrapper {
            position: relative;
            margin-bottom: 0px;
        }

        .omegaxl-testimonials-heading-stars-wrapper {
            margin-bottom: 12px;
        }

        .omegaxl-testimonials-heading-stars-wrapper .star-img.rating-bg.lg {
            background: url('../images/assets/blocks/our-mission/sm-star-empty.svg') 0 0;
            background-repeat: repeat-x;
            background-size: 40px 40px;
            flex: 0;
            height: 40px;
            justify-content: flex-end;
            width: 200px;
        }

        .omegaxl-testimonials-heading-stars-wrapper .fill.rate-50 {
            background: url('../images/assets/blocks/our-mission/sm-star-yellow.svg') 0 0;
            background-size: 40px 40px;
            height: 40px;
            width: 200px;
        }

        .omegaxl-testimonials-grid-wrapper .slick-slide {
            position: relative;
        }

        .omegaxl-testimonials-grid-item-modal-overlay {
            background: rgba(0, 0, 0, 0.9);
        }

        .omegaxl-testimonials-content-wrapper-mobile .omegaxl-testimonials-modal {
            width: 100%;
            min-height: 0px;
            padding: 0px 10px;
            position: absolute;
            top: 35%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .omegaxl-testimonials-modal-content .close {
            position: absolute;
            top: -60px;
            right: 10px;
        }

        .omegaxl-testimonials-modal iframe {
            width: 100%;
            height: auto;
            aspect-ratio: 16/9;
        }

        .omegaxl-testimonials-content-wrapper-mobile .omegaxl-testimonials-modal .omegaxl-testimonials-modal-content {
            display: flex;
        }

        /* QUOTE */
        .omegaxl-quote-block-home-content-copy-wrapper {
            width: 100%;
            min-height: fit-content;
        }

        .omegaxl-quote-block-home-content-copy-wrapper h2 {
            font-size: 2.5rem;
            line-height: 1.2;
        }


    .omegaxl-quote-block-home-content-img-wrapper {
        background-image: url('../images/assets/blocks/quote-home/celeb-ken.png');
        background-position: 100% 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
        min-height: 400px;
        width: min(920px,100%);
        position: relative;
        height: auto;
    }

        /* OUR MISSION */
        .omegaxl-our-mission-content-wrapper {
            max-width: 1140px;
            margin: 20px auto -14px;
            display: flex;
            flex-direction: column;
            padding: 0px 20px;
            gap: 40px;
        }

        .omegaxl-our-mission-logo-heading-wrapper {
            flex-direction: column;
        }

        .omegaxl-our-mission-logo-wrapper {
            padding-bottom: 20px;
            border-right: none;
            border-bottom: 4px solid rgb(0, 92, 185);
        }

        .omegaxl-our-mission-logo-wrapper,
        .omegaxl-our-mission-heading-wrapper {
            width: 100%;
        }

        .omegaxl-our-mission-ratings-wrapper {
            width: 100%;
            padding: 0px 0px 0px 20px;
        }

        .omegaxl-our-mission-ratings-col-01 {
            border-radius: 8px 0 0 8px;
            width: 45%;
        }

        .omegaxl-our-mission-ratings-col-01 p {
            font-size: 0.875rem;
        }

        .omegaxl-our-mission-bbb-rating-score-wrapper p,
        .omegaxl-our-mission-google-rating-score-wrapper p {
            font-size: 3rem;
        }

        .omegaxl-our-mission-bbb-rating-stars-wrapper .star-img.rating-bg {
                background: url('../images/assets/blocks/our-mission/sm-star-empty.svg') 0 0;
                background-repeat: repeat-x;
                background-size: 20px 20px;
                flex: 0 0 100px;
                height: 20px;
                justify-content: flex-end;
                width: 100px;
        }

        .omegaxl-our-mission-bbb-rating-stars-wrapper .star-img.rating-bg .fill.rate-40 {
            background: url('../images/assets/blocks/our-mission/sm-star-yellow.svg') 0 0;
            background-size: 20px 20px;
            flex: 0 0 100px;
            height: 20px;
            width: 80px;
        }

        .omegaxl-our-mission-google-rating-stars-wrapper .star-img.rating-bg {
            background: url('../images/assets/blocks/our-mission/sm-star-empty.svg') 0 0;
            background-repeat: repeat-x;
            background-size: 20px 20px;
            flex: 0 0 100px;
            height: 20px;
            width: 100px;
            justify-content: flex-end;
        }

        .omegaxl-our-mission-google-rating-stars-wrapper .star-img .fill.rate-45 {
            flex: 0 0 100px;
            background-size: 20px 20px;
            height: 20px;
            width: 90px;
        }

        .omegaxl-our-mission-ratings-policies-wrapper {
            flex-direction: column;
        }

        .omegaxl-our-mission-policies-wrapper {
            flex-direction: column;
            width: 100%;
            padding: 20px;
        }

        .omegaxl-our-mission-policies-autoship-wrapper,
        .omegaxl-our-mission-policies-standard-wrapper {
            width: 100%;
        }


    /* PDP */
        /* BREADCRUMBS */
        .catalog-product-view .top-container {
            display: none;
        }

        /* GALLERY  */
        .catalog-product-view .omegaxl-pdp-title-gallery-wrapper #gallery img {
            max-width: 300px;
        }

        .catalog-product-view #gallery {
            position: relative;
        }

        .catalog-product-view #gallery #thumbs {
            display: flex;
            justify-content: center;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
        }

        .catalog-product-view .thumbs-wrapper {
            opacity: 0;
            z-index: -1;
        }

        /* TITLE / DESCRIPTION */
        .omegaxl-pdp-product-custom-display-name h1 {
            font-size: 2.3rem;
            margin: 0px;
        }

        .product-description.prose {
            margin-bottom: 0px;
            font-size: 0.875rem;
            line-height: 1.5;
        }

        /* RETURN / GUARANTEE */
        .page-product-grouped .omegaxl-pdp-return-guarantee-custom-content-wrapper,
        .omegaxl-pdp-return-guarantee-default-content-wrapper,
        .omegaxl-pdp-return-guarantee-custom-content-wrapper {
            flex-direction: column;
        }

        .page-product-grouped .omegaxl-pdp-return-guarantee-custom-return-badge-wrapper,
        .omegaxl-pdp-return-guarantee-default-return-badge-wrapper,
        .omegaxl-pdp-return-guarantee-custom-return-badge-wrapper {
            width: 100%;
        }

        .page-product-grouped .omegaxl-pdp-return-guarantee-custom-return-badge-wrapper img,
        .omegaxl-pdp-return-guarantee-default-return-badge-wrapper img,
        .omegaxl-pdp-return-guarantee-custom-return-badge-wrapper img {
            min-width: 125px;
            max-width: 25%;
        }

        .page-product-grouped .omegaxl-pdp-return-guarantee-custom-copy-wrapper,
        .omegaxl-pdp-return-guarantee-default-copy-wrapper,
        .omegaxl-pdp-return-guarantee-custom-copy-wrapper {
            width: 100%;
            padding: 20px 0px;
        }

        /* INFO TABS */
        .omegaxl-pdp-info-tab-section-wrapper {
            background-position: center left;
        }

        .omegaxl-pdp-info-tab-about-grid-wrapper {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
        }

        .omegaxl-pdp-info-tab-title-row-wrapper {
            flex-wrap: wrap;
            gap: 0px;
        }

        .omegaxl-pdp-info-tab-content-row-wrapper {
            flex-direction: column;
        }

        .omegaxl-pdp-info-tab-content-column-wrapper,
        .omegaxl-pdp-info-tab-image-column-wrapper {
            width: 100%;
            max-width: 100%;
        }

        .omegaxl-pdp-info-tab-image-column-wrapper img {
            margin: 0 auto;
            padding: 20px;
        }

        /* QUOTE */
        .omegaxl-pdp-quote-block-default-content-wrapper {
            display: flex;
            flex-direction: column;
        }

        .omegaxl-pdp-quote-block-default-content-img-wrapper {
            min-height: 370px;
        }

            /* PROBIOTIC */
            .product-probioticxl-30ct-single-order .omegaxl-pdp-quote-block-default-content-copy-wrapper {
                width: 60%;
            }

            .product-probioticxl-30ct-single-order .omegaxl-pdp-quote-block-default-wrapper {
                background-position: 70% 100%;
            }

            .product-probioticxl-30ct-single-order .omegaxl-pdp-quote-block-default-wrapper h2 {
                font-size: 3rem;
                line-height: 1.2;
            }

            .product-probioticxl-30ct-single-order .omegaxl-pdp-quote-block-default-content-img-wrapper {
                display: none;
            }

            /* SLEEPXL */
            .product-sleepxl-60ct-single-order .omegaxl-pdp-quote-block-default-content-copy-wrapper {
                width: 60%;
            }

            .product-sleepxl-60ct-single-order .omegaxl-pdp-quote-block-default-wrapper {
                background-position: 65% 100%;
            }

            .product-sleepxl-60ct-single-order .omegaxl-pdp-quote-block-default-wrapper h2 {
                font-size: 3rem;
                line-height: 1.2;
            }

            .product-sleepxl-60ct-single-order .omegaxl-pdp-quote-block-default-content-img-wrapper {
                display: none;
            }

            /* VITAMINXL B-COMPLETE */
            .product-vitaminxl-b-complete-30ct-single-order .omegaxl-pdp-quote-block-default-content-copy-wrapper {
                width: 60%;
            }

            .product-vitaminxl-b-complete-30ct-single-order .omegaxl-pdp-quote-block-default-wrapper {
                background-position: 65% 100%;
            }

            .product-vitaminxl-b-complete-30ct-single-order .omegaxl-pdp-quote-block-default-wrapper h2 {
                font-size: 3rem;
                line-height: 1.2;
            }

            .product-vitaminxl-b-complete-30ct-single-order .omegaxl-pdp-quote-block-default-content-img-wrapper {
                display: none;
            }

            /* VITAMINXL D3 */
            .product-vitamin-d3-xl-single-order .omegaxl-pdp-quote-block-default-content-copy-wrapper {
                width: 60%;
            }

            .product-vitamin-d3-xl-single-order .omegaxl-pdp-quote-block-default-wrapper {
                background-position: 80% 100%;
            }

            .product-vitamin-d3-xl-single-order .omegaxl-pdp-quote-block-default-wrapper h2 {
                font-size: 3rem;
                line-height: 1.2;
            }

            .product-vitamin-d3-xl-single-order .omegaxl-pdp-quote-block-default-content-img-wrapper {
                display: none;
            }

    /* SHOP ALL */
    .omegaxl-shop-all-products-slider-grid-wrapper .js_slide {
        justify-content: center;
    }

    .omegaxl-shop-all-products-slider-grid-wrapper .js_slides {
        padding: 0px 13px;
    }

    /* ABOUT */
    .omegaxl-about-section-light,
    .omegaxl-about-section-dark {
        flex-direction: column !important;
    }

    .omegaxl-about-innovation-wrapper,
    .omegaxl-about-mediaoperations-wrapper,
    .omegaxl-about-bottling-wrapper,
    .omegaxl-about-fulfillment-wrapper {
        flex-direction: column-reverse !important;
    }

    .omegaxl-about-copy-wrapper,
    .omegaxl-about-image-wrapper {
        width: 100%;
    }

    .omegaxl-about-copy-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* FAQ */
    .omegaxl-faq-grid-item-modal {
        width: 95%;
    }

    /* CONTACT */
    .omegaxl-contact-customer-service-wrapper,
    .omegaxl-contact-customer-service-phone-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .omegaxl-contact-customer-service-live-chat-wrapper {
        width: 100%;
    }

    .omegaxl-contact-customer-service-phone-product-inquiry-wrapper {
        padding-bottom: 0px;
    }

    .omegaxl-contact-customer-service-phone-copy-wrapper {
        padding: 0px 30px;
    }

    .omegaxl-contact-customer-service-phone-sales-wrapper {
        padding-top: 0px;
    }

    .omegaxl-contact-form-embed-wrapper,
    #fsSection99703804 {
        display: block;
    }

    /* FOOTER */
    .omegaxl-footer-main-nav-col {
        display: none;
    }

    .omegaxl-footer-main-nav-col-mobile {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-footer-main-nav-col-copy-mobile-two-col-wrapper {
        display: flex;
        flex-direction: row;
        padding-bottom: 2rem;
        gap: 10px;
    }

    .omegaxl-footer-main-nav-col-copy-mobile-two-col {
        width: 50%;
    }

    .omegaxl-footer-main-nav-col-copy-mobile-two-col {
        width: 100%;
    }

    a.omegaxl-footer-legal-link-item {
        white-space: normal;
    }

    .omegaxl-footer-social-links-wrapper {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-footer-social-links-wrapper-col {
        width: 100%;
        justify-content: center;
        padding: 0px 20px 20px;
    }

    .omegaxl-footer-social-links-wrapper-col.omegaxl-footer-social-links-digicert-wrapper {
        display: flex;
        justify-content: center;
    }

    .omegaxl-footer-main-nav-inner-wrapper {
        display: flex;
        flex-direction: column;
    }

    .omegaxl-footer-main-nav-col {
        padding-top: 20px;
        width: 100%;
    }

    .omegaxl-footer-legal-links-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
    }

    .omegaxl-footer-legal-links-wrapper .omegaxl-footer-legal-link {
        width: 100%;
    }

    .omegaxl-footer-subscribe-modal {
        width: 90%;
    }
}

@media screen and (max-width: 639px) {
    img.omegaxl-header-bbb-img {
        max-width: 45px;
        width: 35px;
        min-width: 100% !important;
        padding: 0px 0px 0px 10px;
        margin-top: -5px;
    }

    /* is this being used? -bk added to skip this */
    .omegaxl-mobile-only-bk #customer-menu svg,
    .omegaxl-mobile-only-bk #menu-cart-icon svg {
        stroke: #FFFFFF;
        width: 25px;
        height: 35px;
        stroke-width: 2;
    }

    .omegaxl-header-promo-banner-copy,
    .omegaxl-header-contact-phone-wrapper .header-contact-phone {
        font-size: 1rem !important;
    }

    .breadcrumbs {
        padding: 0 10px;
    }

    #messages {
        margin: 0 auto;
        max-width: 1140px;
    }

    .omegaxl-shop-all-products-add-to-cart-btn,
    .omegaxl-products-carousel-grid-uniformity-default-item-add-to-cart-btn {
        font-size: 1.3rem;
    }

    /* HOME */
        /* TESTIMONIALS */
        /* .omegaxl-testimonials-grid-wrapper {
            grid-template-columns: 1fr;
        } */

        /* QUOTE */
        .omegaxl-quote-block-home-content-wrapper {
            flex-direction: column;
            padding: 0;
        }

        .omegaxl-quote-block-home-content-copy-wrapper {
            padding: 40px 10px 10px;
        }

}

@media screen and (max-width: 500px) and (orientation: portrait) {
    .omegaxl-benefits-list-grid-item {
        flex-direction: column;
    }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
    .omegaxl-brand-amb-grid-wrapper {
        grid-template-columns: repeat(2, minmax(150px, 264px));
        justify-content: center;
    }
}

@media screen and (max-width: 400px) {
    .omegaxl-brand-amb-grid-wrapper {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .omegaxl-brand-amb-grid-item-img img {
        width: 100%;
    }
}

@media screen and (max-width: 399px) {
    .omegaxl-header-mobile-icons-wrapper {
        display: flex;
        flex-direction: row;
        height: 50px;
    }
}

@media screen and (max-width: 350px) {
    .omegaxl-footer-main-nav-col-copy-mobile-two-col-wrapper {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
        gap: 0px;
    }

    .omegaxl-footer-main-nav-col-copy-mobile-two-col {
        width: 100%;
        padding-bottom: 2rem;
    }
}

/* swal-modal */
.swal-modal .swal-footer {
    text-align: center;
}
.swal-footer .swal-button-container .swal-button:not(.swal-button--danger) {
    color: #555;
    background-color: #efefef;
}
.swal-reasons .swal-footer .swal-button-container .swal-button:hover{
    background-color: rgb(29 78 216/1);
    color: rgb(255 255 255/1)
}
.swal-modal .swal-content .swal-reason-option .reason-other-text {
    width: 100%;
}

.word-wrap-break {
    word-wrap: break-word;
}

/* PROBIOTIC XL */

.cms-probiotic .top-container {
    display: none;
}

.cms-page-view .subscription-wrapper .subscribe-control-option {
    border: 1px solid #002613FF;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.cms-page-view .subscription-wrapper .subscribe-control-option .purchase-option-left label,
.cms-page-view .subscription-wrapper .subscribe-control-option .purchase-option-right label {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.cms-page-view .subscription-wrapper .subscribe-control-option .selected {
    background-color: #007E40FF;
}

.cms-page-view .subscription-wrapper .subscribe-control-option .selected label {
    color: #ffffff;
}

.cms-page-view .subscription-wrapper .subscribe-control-option label {
    color: #002613;
}

.cms-page-view .subscription-wrapper .text-h1 {
    font-weight: 700;
    line-height: 32px;
    font-size: 24px;
    color: #007E40FF;
    padding: 10px;
}

.cms-page-view .omegaxl-cms-quantity-wrapper .qty-control .option {
    margin-bottom: 10px;
    border: 1px solid #002613FF;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}

.cms-page-view .omegaxl-cms-quantity-wrapper .qty-control .option label {
    cursor: pointer;
    padding: 20px;
}

.cms-page-view .omegaxl-cms-quantity-wrapper .qty-control .option label span {
    display: block;
}

.cms-page-view .omegaxl-cms-quantity-wrapper .qty-control .option.selected {
    background-color: #DFEFE7FF;
}

.cms-page-view .add-to-cart-wrapper {
    border: 1px solid #002613FF;
    box-shadow: 6px 6px 0 0 #002613FF;
    border-radius: 25px;
    overflow: hidden;
    padding: 10px 20px;
}

.cms-page-view .add-to-cart-wrapper .text-h2 {
    color: #002613FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    overflow-wrap: break-word;
    letter-spacing: 0;
    padding: 10px;
}

.cms-page-view .omegaxl-cms-add-to-cart-btn {
    border: 1px solid #002613FF;
    box-shadow: 5px 5px 0 0 #0A2704FF;
    border-radius: 35px;
    overflow: hidden;
}

.cms-page-view .omegaxl-cms-add-to-cart-btn span {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.cms-page-view .add-to-cart-wrapper .list-wrapper li,
.cms-page-view .shipping-wrapper .list-wrapper li {
    padding-bottom: 5px;
}

.cms-page-view .add-to-cart-wrapper .list-wrapper .icon,
.cms-page-view .shipping-wrapper .list-wrapper .icon {
    color: #007E40FF;
    width: 25px;
    height: 25px;
    flex-basis: auto;
    flex-shrink: 0;
    line-height: 100%;
}

.cms-page-view .shipping-wrapper .list-wrapper .text {
    color: #0A2704FF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 15px;
}

.cms-page-view .product-info {
    padding-top: 30px;
}

.cms-page-view .nutrition-label {
    background-color: #DFEFE7FF;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #002613FF;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    padding: 15px;
}

.cms-page-view .nutrition-label label {
    cursor: pointer;
}

.cms-page-view .nutrition-label span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #002613FF;
    cursor: pointer;
}


.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-header {
    position: relative;
    text-align: left;
    padding-left: 0;
    line-height: 1.4;
    border-bottom: 1px solid #002613FF;
}

.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-header span {
    padding: 5px;
    display: block;
    font-weight: 700;
}

.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-header:before,
.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-header:after {
    content: '';
    height: 3px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 15px;
    right: -20px;
    top: 20px;
    background: #002613FF;
}

.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-header:before {
    transform: rotate(0deg);
    transform-origin: 50%;
}

.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-header:after {
    transform: rotate(90deg);
    transform-origin: 50%;
}

.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-content p {
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 15px;
}

.omegaxl-landing-page-probioticxl-faqs-content .faqs-accordion-panel.active .faqs-accordion-header:after {
    transform: rotate(0deg);
}

.cms-page-view .icons-1 .list-wrapper li {
    padding-bottom: 15px;
}

.cms-page-view .icons-1 .list-wrapper li .text {
    padding-left: 15px;
}


.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    color: #002613FF;
    padding: 10px;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 1;

    box-shadow: 0 4px 4px 0 #00000040;
    background-color: #FFFFFFFF;
    background-image: none;
    border: 1px solid #E0E0E0FF;
    border-radius: 8px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.cms-page-view .flavors {
    gap: 32px;
}

.cms-page-view .flavors img {
    width: 72px;
    height: 72px;
}

.cms-page-view .icons-1 .text-h1 {
    margin-bottom: 2rem;
    margin-top: 0;
}

.cms-page-view .icons-1 .text-h1 span {
    font-size: 24px;
    font-weight: 700;
    color: #002613FF;
}

.cms-page-view .icons-1 .section-1 {
    padding-bottom: 30px;
}

.cms-page-view .omegaxl-pdp-info-tab-supplement-facts-table-wrapper  {
    background: #007E40FF;
}

.cms-page-view .image-wrapper {
    border: 1px solid #002613FF;
    border-radius: 11px;
    overflow: hidden;
}

.cms-page-view .js_thumbs_slide button {
    border: 1px solid #002613FF;
    border-radius: 5px;
    overflow: hidden;
}

.cms-page-view .js_thumbs_slide button:not(.border-primary) {
    opacity: 50%;
}

/* SECTION 1 */
.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    justify-content: center;
    background-color: #DFEFE7;
    background-image: none;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col {}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-reviews {
    margin-left: 5px;
    gap: 10px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-icons {
    gap: 5px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-icons svg {
    width: 20px;
    height: 100%;
    color: #009c4e;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .right-col {}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .right-col img {

}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-text1 .text1 {
    color: #002613FF;
    font-size: 44px;
    flex-basis: auto;
    flex-shrink: 0;
    font-weight: 700;
    line-height: 50px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-text1 .text1-wrapper {
    margin-bottom: 5px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-text1 .text2-wrapper {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-text1 .text2 {
    color: #002613FF;
    font-size: 16px;
    max-width: 630px;
    flex-basis: auto;
    flex-shrink: 0;
    font-weight: 400;
    line-height: 27px;
    overflow-wrap: break-word;
}


.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-text1 button {
    border: 1px solid #002613FF;
    box-shadow: 5px 5px 0 0 #0A2704FF;
    border-radius: 35px;
    overflow: hidden;
    background-color: #009c4e;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section1-wrapper .omegaxl-landing-page-probioticxl-section1-content .left-col .section1-text1 button span {
    color: #ffffff;
    font-weight: 700;
}


/* SECTION 1 */

/* SECTION 2 */
.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper {
    padding-top: 5%;
    padding-bottom: 5%;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .grid-wrapper {
    gap: 80px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .left-col .section2-text1,
.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-text1 {
    gap: 20px;
    align-self: stretch;
    flex-basis: 0;
    min-height: auto;
    align-items: center;
    flex-shrink: 1;
    flex-direction: column;
    padding-bottom: 10%;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .left-col .section2-text1 picture {
    width: 150px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-text1 picture {
    width: 200px;
}


.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .left-col .section2-img1 {
    border-radius: 20px;
    overflow: hidden;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-icons1 .grid-wrapper {
    gap: 40px 40px;
    position: relative;
    flex-grow: 1;
    max-width: 100%;
    min-width: auto;
    align-self: stretch;
    flex-basis: 0;
    min-height: auto;
    align-items: flex-start;
    flex-shrink: 1;
    justify-content: flex-start;
    background-color: #FFFFFFFF;
    background-image: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-icons1 .grid-wrapper .box-icon {
    align-self: stretch;
    flex-basis: 0;
    min-height: auto;
    align-items: center;
    flex-shrink: 1;
    flex-direction: column;
    text-align: center;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-icons1 .grid-wrapper .box-icon picture {
    width: 65px;
    height: 65px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-icons1 .grid-wrapper .box-icon .h1 {
    color: #007E40FF;
    font-size: 24px;
    align-self: center;
    flex-basis: auto;
    margin-top: 10px;
    text-align: center;
    flex-shrink: 0;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    text-align-last: center;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-text2 .h2-wrapper {
    margin: 20px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-text2 .h3-wrapper {
    margin-bottom: 30px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-text2 .h2 {
    color: #007E40FF;
    font-size: 38px;
    align-self: stretch;
    flex-basis: auto;
    margin-top: 20px;
    text-align: center;
    flex-shrink: 0;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    text-align-last: center;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section2-wrapper .omegaxl-landing-page-probioticxl-section2-content .right-col .section2-text2 .h3 {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

/* SECTION 2 */

.cms-page-view .omegaxl-pdp-info-tab-title-row-wrapper {
    border: 0;
}

.cms-page-view .omegaxl-pdp-info-tab-title-wrapper {
    background-color: #DFEFE7;
    border: 2px solid #002613FF;
    border-radius: 15px;
    padding: 10px 50px;
}

.cms-page-view .omegaxl-pdp-info-tab-title-wrapper:hover {
    background-color: #80BE9F;
}

.cms-page-view .omegaxl-pdp-info-tab-title-wrapper h2 {
    color: #002613FF;
    font-size: 20px;
    line-height: 24px;
}

.cms-page-view .omegaxl-pdp-info-tab-title-wrapper.active {
    background-color: #007E40FF;
}

.cms-page-view .omegaxl-pdp-info-tab-title-wrapper.active h2 {
    color: #ffffff;
}

.cms-page-view .omegaxl-pdp-info-tab-wrapper {
    max-width: unset;
}

.cms-page-view .omegaxl-pdp-info-tab-content-row-wrapper {
    display: block;
}
.cms-page-view .omegaxl-pdp-info-tab-content-column-wrapper {
    width: 100%;
    max-width: unset;
}
.cms-page-view .omegaxl-pdp-info-tab-content-row-wrapper .grid-wrapper {
    gap: 20px 40px;
    padding-left: 5%;
    padding-right: 5%;
}

.cms-page-view .omegaxl-pdp-info-tab-content-row-wrapper .section1-reviews {
    padding-bottom: 20px;
    padding-top: 20px;
}

.cms-page-view .omegaxl-pdp-info-tab-content-row-wrapper .section1-reviews .stars {
    gap: 5px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section3-wrapper .section1-reviews  .stars2 svg {
    height: 18px;
    width: 18px;
}

.cms-page-view .omegaxl-pdp-info-tab-content-row-wrapper .section1-reviews .customer {
    padding-bottom: 20px;
    padding-top: 20px;
}

.cms-page-view .omegaxl-pdp-info-tab-content-row-wrapper .customer p {
    color: #002613FF;
    font-size: 12px;
    flex-basis: auto;
    margin-top: 20px;
    flex-shrink: 0;
    font-weight: 600;
    line-height: 22px;
    overflow-wrap: break-word;
    letter-spacing: -0.7px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section3-wrapper {
    margin-top: 5%;
    padding: 5%;
    background-color: #DFEFE7;
    background-image: none;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section3-wrapper .section1-reviews {
    gap: 10px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section3-wrapper .section1-reviews span {
    font-size: 18px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section3-wrapper .section1-text1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cms-page-view .omegaxl-landing-page-probioticxl-section3-wrapper .section1-text1 .h2 {
    color: #007E40FF;
    flex-grow: 1;
    font-size: 38px;
    align-self: stretch;
    flex-basis: auto;
    text-align: center;
    flex-shrink: 1;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    text-align-last: center;
}

.cms-page-view .stars-btn {
    cursor: pointer;
}


/* PXL LANDING PAGE */

/* Landing Page custom styles 4 */

.review-tabs-buttons button.active,
.review-tabs-buttons button:hover {
    background-color: #007a36;
    color: #fff;
}

.review-tabs-content.active {
    display: block;
}

.video-testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.video-testimonial-card {
    position: relative;
    max-width: 480px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

.video-testimonial-card img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 12px;
    padding: 12px 16px;
    color: #fff;
    font-size: 28px;
    z-index: 2;
    pointer-events: none;
}

.video-testimonial-name {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffd000;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    pointer-events: none;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    max-width: 90%;
    width: 800px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}


@media (max-width: 768px) {
    .review-tabs-review {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .video-testimonial-card {
        max-width: 100%;
    }

    .review-tabs-section h2,
    .video-testimonial-section h2 {
        font-size: 22px;
    }

    .video-testimonial-name {
        font-size: 13px;
        padding: 8px 16px;
    }
}


/* Landing Page custom styles 5 */

.pdp-block-section {
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
}

.pdp-block-column {
    flex: 1 1 300px;
    max-width: 480px;
}

.pdp-block-image {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.pdp-block-button,
.pdp-block-column a {
    margin-top: 20px;
    display: inline-block;
    background-color: #ffd000;
    color: #000;
    padding: 12px 28px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    letter-spacing: 1px;
}

.pdp-block-price-box {
    border-radius: 12px;
    border: 1px solid #000;
    padding: 20px;
    background-color: #fff;
}


.price-option {
    position: relative;
    padding: 16px 16px 16px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #000;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}


.price-option strong {
    display: inline-block;
    font-size: 16px;
}


.price-option span {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    background-color: #008938;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}


/* Opción seleccionada */
.price-option.selected {
    background-color: #e8f7de;
    border: 2px solid #008938;
}

.price-option.selected span {
    background-color: #ffd000;
    color: #000;
}

/* Opción no seleccionada (fuerza los estilos de vuelta) */
.price-option:not(.selected) {
    background-color: #fff;
    border: 1px solid #000;
}

.price-option:not(.selected) span {
    background-color: #008938;
    color: #fff;
}

/* Lista de beneficios general */
.pdp-benefits-list {
    margin: 16px 0;
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    color: #333;
}

.pdp-benefits-list li {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
}

/* Botón SHOP NOW */
.pdp-block-button {
    display: block;
    text-align: center;
    background-color: #ffd000;
    color: #000;
    padding: 12px 28px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 16px;
    letter-spacing: 1px;
    width: 95%;
    margin-top: 20px;
}

.check-icon {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 8px;
    flex-shrink: 0;
    margin-top: 2px;
}


/* Hover opcional */
.price-option:hover {
    box-shadow: 0 0 0 3px rgba(0, 137, 56, 0.2);
}


.pdp-block-plan {
    border: 2px solid #ccc;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pdp-block-plan span,
.pdp-block-discount span {
    float: right;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
}

.pdp-block-discount {
    background-color: #edf9e4;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.pdp-block-discount ul {
    margin-top: 16px;
    padding-left: 20px;
}

.pdp-block-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.pdp-block-footer img {
    max-width: 80px;
    height: auto;
}

.pdp-block-footer span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}


.accordion-icon::before,
.accordion-icon::after {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion-header[aria-expanded="true"] .accordion-icon::before {
    transform: rotate(90deg);
    /*opacity: 0;*/
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 0;
    padding: 0 0 16px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: left;
}

/* Responsive (opcional para mejorar en móviles) */
@media (max-width: 768px) {
    .accordion-header {
        font-size: 16px;
    }

    .accordion-content p {
        font-size: 14px;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .product-price-section {
        flex-direction: column;
        align-items: center;
    }

    .product-price-section > div {
        max-width: 100% !important;
    }

    .product-price-section a {
        width: 100%;
    }
}


/* Landing Page custom styles 7 */

.difference-section {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}

.difference-title {
    color: #008938;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.difference-subtitle {
    font-size: clamp(16px, 2.5vw, 20px);
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.difference-top-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.difference-col {
    text-align: center;
}

.difference-col h3 {
    color: #008938;
    font-size: 16px;
    font-weight: bold;
    /*margin-bottom: 10px;*/
    text-transform: uppercase;
}

.difference-col p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.difference-bottom-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.difference-icon {
    text-align: center;
    max-width: 180px;
}

.difference-icon img {
    max-width: 80px;
    height: auto;
}

.icon-caption {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 8px;
}

.difference-list-box {
    max-width: 260px;
    text-align: left;
}

.difference-list {
    list-style: none;
    padding: 0;
    font-size: 15px;
    color: #333;
}

.difference-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .difference-top-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .difference-col {
        text-align: center;
    }

    .difference-bottom-columns {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .difference-icon, .difference-list-box {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .difference-list-box {
        text-align: left;
    }
}




/* Landing Page custom styles 8 */

.green-banner-wrapper {
    background-color: #008938;
    width: 100%;
    text-align: center;
    padding: 2vw 5vw; /* más estrecho en desktop */
    box-sizing: border-box;
}

.green-banner-content {
    max-width: 900px;
    margin: 0 auto;
}

.green-banner-title {
    color: white;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2vw;
}

.green-banner-button {
    display: inline-block;
    background-color: #FFD900;
    color: #000;
    padding: 1vw 4vw;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.25);
    text-decoration: none;
}


/* Mobile: mantener padding más alto */
@media (max-width: 768px) {
    .green-banner-wrapper {
        padding: 20px 5vw;
    }
}


/* Landing Page Supplement Modal */
.supplement-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.supplement-modal-content {
    background-color: #008938;
    margin: 3% auto;
    padding: 30px;
    border-radius: 10px;
    width: 95%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    font-family: Arial, sans-serif;
    color: white;
    border: 1px solid white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.supplement-modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

.supplement-label {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
}




