/** Shopify CDN: Minification failed

Line 3851:23 Expected ")" to end URL token
Line 3899:0 Unexpected "{"
Line 3899:1 Unexpected "{"

**/
/* style reset */

body {
    line-height: 1.4;
}

.site-main {
    overflow-x: initial;
}

.productgrid--masthead > *:first-child {
    margin-top: revert;
}

/* region popup styles */

.ino-region-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.ino-region-popup-wrap.open {
    /* display: initial; */
    visibility: visible;
    opacity: 1;
}

    .ino-region-popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #0009;
    }

    .ino-region-popup {
        z-index: 2;
        width: calc(100% - 30px);
        max-width: 740px;
        padding: 40px 0 50px;
        background-color: #ecf1f1;
        border-top: 10px solid #008184;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translate(-50%) translateY(-50%);
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 30px #00000026;
    }

        .ino-region-popup .button-wrap {
            display: inline-block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .ino-region-popup .button-wrap .close {
                color: #00979d;
                font-weight: 400;
                font-size: 36px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                padding: 10px 20px;
                position: absolute;
                top: -9px;
                right: -8px;
                -webkit-transition: all .2s;
                transition: all .2s;
                background: none;
                border: none;
            }

        .ino-region-popup .header {
            text-transform: uppercase;
            color: #008184;
            text-align: center;
            font-size: 32px;
            line-height: 36px;
            letter-spacing: 3px;
            font-weight: 200;
            margin: 15px 0 30px;
            width: 100%;
            padding: 0 30px;
        }

        .ino-region-popup .area {
            cursor: pointer;
            text-align: center;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
            width: calc(50% - 1px);
        }

            .ino-region-popup .area.usa {
                border-right: 1px solid #c9d2d2;
            }

            .ino-region-popup .area input {
                display: none;
            }

                .ino-region-popup .area input:checked + label + img {
                    border: 2px solid #008184;
                }

            .ino-region-popup .area img {
                margin: 0 auto 20px;
                width: calc(100% - 60px);
                display: block;
                border: 2px solid #ecf1f1;
                -webkit-transition: all .2s;
                transition: all .2s;
            }

                .ino-region-popup .area img:hover {
                    cursor: pointer;
                    opacity: .6;
                }
        
        .ino-region-popup .title {
            display: block;
            margin: 0 auto;
            padding: 0 30px;
            -ms-flex: 1;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            flex: 1;
        }

            .ino-region-popup .title span {
                display: block;
                text-transform: uppercase;
                text-align: center;
                padding-top: 0.2em;
            }

/* footer styling */

            /* .ino-newsletter-error {
                background-color: #da5b4a;
                border-radius: 2px;
                color: #fff;
                display: none;
                left: 0;
                letter-spacing: .7px;
                line-height: 1.3;
                padding: 4px 12px;
                position: absolute;
                top: -40px;
            }

            .ino-newsletter-error.open {
                display: block;
            } */

/* newseltter modal styles */

/*.ino-modal__wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.ino-modal__wrap.open {
    visibility: visible;
    opacity: 1;
}

.ino-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #0009;
}

.ino-modal__container {
    z-index: 2;
    max-width: 800px;
    width: 100%;
    max-height: 75vh;
    overflow-y: scroll;
    padding: 8px 32px 36px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 0 30px #00000026;
    border-radius: 4px;
}

.ino-modal__header {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c9d2d2;
    position: relative;
}

    .ino-modal__title {
        padding: 0;
        flex: 1 1;
        text-align: center;
        font-size: 1rem;
        letter-spacing: 0.01em;
        font-family: Open Sans, Lucida Grande, Lucida, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .ino-modal__header button {
        color: #000000;
        font-weight: 200;
        font-size: 36px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        padding: 10px 20px;
        position: absolute;
        top: -9px;
        right: -8px;
        -webkit-transition: all .2s;
        transition: all .2s;
        background: none;
        border: none;
        cursor: pointer;
    }

.ino-modal__content {
    margin: 0 auto;
    flex: 1 1;
    font-size: .875rem;
    letter-spacing: .01em;
    font-family: Open Sans, Lucida Grande, Lucida, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
}

    .ino-modal__content a, .ino-modal__content a:visited {
        color: #008184;
    }

.ino-form-control {
    margin: 0 0 20px;
}

    .ino-form-control label {
        display: flex;
        align-items: flex-start;
    }

    .ino-form-control .required {
        color: red;
    }

.ino-form-control--checkbox {
    display: flex;
    align-items: flex-start;
}

    .ino-form-control--checkbox input {
        display: none;
    }

    .ino-form-control--checkbox .ino-checkbox {
        border: 1px solid #7f8c8d;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        padding: 10px;
        vertical-align: middle;
    }

    .ino-form-control--checkbox input:checked+.ino-checkbox {
        background-color: #00979d;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI3LjciPjxwYXRoIGQ9Ik00LjEgNi45Yy0uMSAwLS4yIDAtLjMtLjFMMSA0bC42LS42IDIuNSAyLjVMOS4zLjdsLjcuNi01LjYgNS41Yy0uMS4xLS4yLjEtLjMuMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: calc(100% - 4px);
        border: 1px solid #00979d;
        cursor: pointer;
    }

.ino-modal__footer {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 36px;
}

.ino-button {
    margin-left: 12px;
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center;
    background-color: #008184;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1.28px;
    line-height: normal;
    outline: none;
    padding: 9px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 32px;
    text-transform: uppercase;
} 

.ino-button:hover {
    background-color: #005c5f;
}

.ino-button:active:after {
    content: "";
    display: block;
    box-shadow: 0 0 0 2px #7fcbcd;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 32px;
}

.ino-button--secondary {
    background-color: transparent;
    border-color: #008184;
    color: #008184;
}

.ino-button--secondary:hover {
    background-color: rgba(0, 92, 95, .2);
}

.ino-alert {
    background-color: #f7f9f9;
    color: #171e21;
    font-size: 16px;
    letter-spacing: .16px;
    line-height: 170%;
    margin: 56px 0 20px;
    padding: 16px 24px;
}

    .ino-alert svg {
        margin-right: 12px;
        position: relative;
        top: 2px;
    }*/

/* Privacy modal */

/* #privacy-modal .ino-modal__container {
    max-width: 600px;
}

#privacy-modal .ino-modal__content p {
    margin: 28px 0;
} */

/* Thank you modal */

/*#thank-you-modal .ino-modal__content h4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 170%;
}

#thank-you-modal .ino-modal__content p {
    text-align: center;
    font-size: 1rem;
}

#thank-you-modal .ino-form-control--checkbox {
    border: 1px solid #c9d2d2;
    border-radius: 6px;
    display: flex;
    margin-bottom: 20px;
}

.ino-label-container {
    padding: 16px 24px;
}

#thank-you-modal .ino-form-control--checkbox h5 {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
    margin: 0px 0px 10px;
}

@media screen and (max-width: 768px) {
    #thank-you-modal .ino-form-control--checkbox img {
        display: none;
    }   
}

#thank-you-modal .ino-label {
    line-height: 170%;
}

#thank-you-modal .ino-modal__footer {
    justify-content: center;
}*/

/* Sruvey modal */

/*#survey-modal .ino-modal__content h4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 170%;
}

#survey-modal .ino-modal__content p {
    text-align: center;
    font-size: 1rem;
}

.ino-form-group {
    margin-bottom: 24px;
}

.ino-form-group__name {
    font-weight: 700;
    margin-bottom: 24px;
}

.ino-form-group__controls {
    display: grid;
    grid-column-gap: 14px;
}

#ino-profession .ino-form-group__controls {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#ino-interests .ino-form-group__controls {
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
    #ino-profession .ino-form-group__controls {
        grid-template-columns: 1fr;
    }
    
    #ino-interests .ino-form-group__controls {
        grid-template-columns: 1fr;
    }
}

.ino-form-control--select {
    width: 100%;
    height: 30px;
    font-size: 1rem;
    font-family: Open Sans, Lucida Grande, Lucida, Verdana, sans-serif;
}*/

/* .ino-newsletter-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
} */

/* .ino-newsletter-popup-wrap.open {
    visibility: visible;
    opacity: 1;
} */

    /* .ino-newsletter-popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #0009;
    } */

    /* .ino-newsletter-popup {
        z-index: 2;
        max-width: 800px;
        max-height: 75vh;
        overflow-y: scroll;
        padding: 8px 16px 36px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translate(-50%) translateY(-50%);
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 0 30px #00000026;
        border-radius: 4px;
    } */

        /* .ino-newsletter-popup form.hidden {
            display: none;
        } */

        /* .ino-newsletter-popup header {
            display: flex;
            padding: 0;
            margin: 0;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #c9d2d2;
            position: relative;
        } */

            /* .ino-newsletter-popup header h2 {
                padding: 0;
                flex: 1 1;
                text-align: center;
                font-size: 1rem;
                letter-spacing: 0.01em;
                font-family: Open Sans, Lucida Grande, Lucida, Verdana, sans-serif;
                font-weight: 400;
                font-style: normal;
            } */

            /* .ino-newsletter-popup header button {
                color: #00979d;
                font-weight: 400;
                font-size: 36px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                padding: 10px 20px;
                position: absolute;
                top: -9px;
                right: -8px;
                -webkit-transition: all .2s;
                transition: all .2s;
                background: none;
                border: none;
            } */

        /* .ino-newsletter-popup main {
            margin: 0 auto;
            flex: 1 1;
            font-size: .875rem;
            letter-spacing: .01em;
            font-family: Open Sans, Lucida Grande, Lucida, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
        }

            .ino-newsletter-popup main h3 {
                text-align: center;
                font-size: 20px;
                letter-spacing: .2px;
                line-height: 170%;
            }

            .ino-newsletter-popup main p {
                margin: 28px 0;
                font-size: 16px;
                letter-spacing: .16px;
            }

            .ino-newsletter-popup [data-newsletter-form="thank-you-form"] main p {
                text-align: center;
            }

            .ino-newsletter-popup .ino-newsletter-alert {
                background-color: #f7f9f9;
                color: #171e21;
                font-size: 16px;
                letter-spacing: .16px;
                line-height: 170%;
                margin: 56px 0 20px;
                padding: 16px 24px;
            }

            .ino-newsletter-popup main .ino-newsletter-control {
                margin: 0 0 20px;
            }

            [data-newsletter-form="thank-you-form"] .ino-newsletter-control {
                border: 1px solid #c9d2d2;
                border-radius: 6px;
                display: flex;
                margin-bottom: 20px;
            }

                [data-newsletter-form="thank-you-form"] .ino-newsletter-checkbox-label {
                    padding: 16px 24px;
                }

                [data-newsletter-form="thank-you-form"] .ino-newsletter-checkbox-label h2 {
                    align-items: center;
                    display: flex;
                    font-size: 20px;
                    font-weight: 700;
                    letter-spacing: .2px;
                    margin: 0px 0px 10px;
                }

            .ino-newsletter-popup main .ino-newsletter-control:last-child {
                margin-bottom: 0px;
            }

                .ino-newsletter-control .ino-newsletter-control-error {
                    color: red;
                    padding-bottom: 8px;
                    display: none;
                }

                .ino-newsletter-control .ino-newsletter-control-error.open {
                    display: block;
                }

                .ino-newsletter-control .ino-newsletter-checkbox {
                    display: flex;
                    align-items: flex-start;
                }

                    .ino-newsletter-checkbox input {
                        display: none;
                    }

                    .ino-newsletter-checkbox .checkbox {
                        border: 1px solid #7f8c8d;
                        border-radius: 3px;
                        cursor: pointer;
                        display: inline-block;
                        margin-right: 10px;
                        padding: 10px;
                        vertical-align: middle;
                    }

                    .ino-newsletter-checkbox input:checked+.checkbox {
                        background-color: #00979d;
                        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI3LjciPjxwYXRoIGQ9Ik00LjEgNi45Yy0uMSAwLS4yIDAtLjMtLjFMMSA0bC42LS42IDIuNSAyLjVMOS4zLjdsLjcuNi01LjYgNS41Yy0uMS4xLS4yLjEtLjMuMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
                        background-position: 50%;
                        background-repeat: no-repeat;
                        background-size: calc(100% - 4px);
                        border: 1px solid #00979d;
                        cursor: pointer;
                    }

                    .ino-newsletter-checkbox .required {
                        color: red;
                    }

            [data-newsletter-form="thank-you-form"] .ino-newsletter-control {
                display: flex;
            }

            .ino-newsletter-api-error {
                color: red;
            }

        .ino-newsletter-popup footer {
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: flex-end;
            margin-top: 36px;
        }

            .ino-newsletter-popup footer button {
                margin-left: 12px;
                align-items: center;
                display: flex;
                font-weight: 700;
                justify-content: center;
                background-color: #008184;
                color: #fff;
                cursor: pointer;
                letter-spacing: 1.28px;
                line-height: normal;
                outline: none;
                padding: 9px 18px;
                position: relative;
                text-align: center;
                text-decoration: none;
                border: 2px solid transparent;
                border-radius: 32px;
                text-transform: uppercase;
                font-family: Open Sans, Lucida Grande, Lucida, Verdana, sans-serif;
            }

            .ino-newsletter-popup footer button:hover {
                background-color: #005c5f;
            }

            .ino-newsletter-popup footer button:active:after {
                content: "";
                display: block;
                box-shadow: 0 0 0 2px #7fcbcd;
                position: absolute;
                width: calc(100% + 4px);
                height: calc(100% + 4px);
                border-radius: 32px;
            } */

/* iubenda banner styles */

/* #iubenda-cs-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999998;
    opacity: 0;
    visibility: hidden;
}

#iubenda-cs-banner.iubenda-cs-visible {
    opacity: 1;
    visibility: visible;
}

    .iubenda-cs-container {
        width: 480px;

        -webkit-transform: translateY(48px);
        -ms-transform: translateY(48px);
        transform: translateY(48px);

        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

    .iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

        .iubenda-cs-content {
            border-radius: 4px;
            margin: 16px;
            -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 48px rgba(0, 0, 0, 0.15);
            padding: 8px;
            background-color: #ffffff;
            color: #000000;
        }

    @media screen and (max-width: 640px) {
        .iubenda-cs-container {
            width: 100%;
        }

        .iubenda-cs-content {
            margin: 0px;
        }
    }

            .iubenda-banner-content {
                font-size: 11px;
                padding-bottom: 32px;
                margin: 16px 16px 0;
                font-weight: 400;
                letter-spacing: 0.01em;
                line-height: 19px;
            }

                .iubenda-banner-content #iubenda-cs-title {
                    font-size: 20px;
                    margin-bottom: 16px;
                    line-height: 34px;
                }

                .iubenda-banner-content a {
                    text-decoration: none;
                    font-weight: 700;
                    color: #008184;
                    cursor: pointer;
                }

            .iubenda-cs-opt-group {
                margin: 0 16px 16px;
            }
            
                .iubenda-cs-opt-group-custom {
                    display: none;
                }

                .iubenda-cs-opt-group-consent {
                    display: flex;
                }

                    .iubenda-cs-btn-primary {
                        background-color: transparent;
                        border: 2px solid #008184;
                        color: #008184;
                        font-family: Open Sans;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 700;
                        margin-bottom: 4px;
                        margin-top: 4px;
                        margin-right: 8px;
                        padding: 6px 18px;
                        border-radius: 64px;
                        line-height: 1.7;
                        width: 100%;
                        cursor: pointer;
                    }
                    
                    .iubenda-cs-btn-primary:hover {
                        transform: translateY(4px);
                    }

                    .iubenda-cs-btn-primary:last-child {
                        margin-right: 0px;
                    } */

/* iubenda popup styles*/

/* #iubenda-iframe-content #purposes-container .purposes-top {
    display: none !important;
}

    #iubenda-iframe-content #purposes-container .purposes-header-title {
        font-family: Open Sans !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: 0.01em !important;
        line-height: 34px !important;
    }

    #iubenda-iframe-content #purposes-container .purposes-header-text {
        font-family: Open Sans !important;
        font-style: normal !important;
        letter-spacing: 0.01em !important;
        text-align: left !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }

    #iubenda-iframe-content #purposes-container .purposes-buttons {
        display: none !important;
    }

    #iubenda-iframe-content #purposes-container .purposes-item-title-btn {
        color: #008184 !important;
        font-family: Open Sans !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: 0.01em !important;
        line-height: 20px !important;
        text-align: center !important;
    }

    #iubenda-iframe-content #purposes-container .purposes-item-shown .purposes-item-body {
        font-family: Open Sans !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: 0.01em !important;
        line-height: 24px !important;
        text-align: left !important;
    }

    #iubenda-iframe-content #purposes-container .purposes-checkbox input.style1:checked {
        background-color: #008184 !important;
    }

    #iubenda-iframe #iubenda-iframe-content #iubFooterBtnContainer button {
        background-color: #008184 !important;
        font-family: Open Sans !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        letter-spacing: 0.01em !important;
        line-height: 27px !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    #iubenda-iframe #iubenda-iframe-content #iubFooterBtnContainer button:hover {
        animation-delay: 0s, 0.3s;
        animation-direction: normal, alternate;
        animation-duration: 0.3s, 1.5s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1, infinite;
        animation-timing-function: ease-out, ease-in-out;
        opacity: 1 !important;
        overflow: visible;
        transform: translateY(4px) rotate(0.01deg) !important;
        transition: 0.3s;
    } */

/* product details page styles */

.ino-product-container {
    width: 100%;
}

    .ino-product-container-item:first-child {
        float: left;
        position: relative;
    }

        .ino-cloud-compatible {
            position: absolute;
            top: 0;
            left: 0;
        }

    .ino-product-container-item {
        width: 100%;
        max-width: 50%;
        padding: 1rem;
        margin-bottom: 10px;
    }

    .ino-product-container-item.ino-sticky-item {
        position: -webkit-sticky;
        position: sticky;
        top: 150px;
        float: right;
    }

    @media screen and (max-width: 1024px) {
        .ino-product-container-item {
            max-width: 100%;
            float: none;
        }

        .ino-product-container-item.ino-sticky-item {
            position: relative;
            top: 0px;
        }

        .ino-product-container .product-main {
            margin-left: 0px;
        }
    }

        .ino-product-container .product-main {
            padding: 15px;
            border: 1px solid #cccccc;
            border-radius: 3px;
        }

        @media screen and (min-width: 720px) {
            .ino-product-container .product-gallery,
            .ino-product-container .product-main {
                width: 100%;
            }
        }

/* product code / barcode snippet */

.ino-product-code {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2;
    display: none;
}

.ino-product-code.show {
    display: block;
}

    .ino-product-code span.hidden { display: none; }

    .ino-product-code span:before { 
        content: '-';
        margin: 0px 5px;
    }

    .ino-product-code span:first-child:before {
        content: '';
        margin: 0px;
    }

    .ino-product-code a {
        color: #008184;
        text-decoration: none;
        font-weight: 800;
    }

/* product abstract description snippet */

.ino-product-abstract {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* product enhance shopping snippet */

.ino-enhance-shopping-wrap {
    font-size: 14px;
}

    .ino-enhance-total, .ino-enhance-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .ino-enhance-total {
        font-weight: 700;
    }

        .ino-enhance-item label {
            margin-left: 5px;
        }

        .ino-enhance-item a {
            color: #008184;
        }

/* product details sections */

#product-faq {
    border-top: 1px solid #c9d2d2;
    margin-top: 30px;
}

#product-safety .ino-product-section-content {
    display: flex;
}

@media only screen and (max-width: 768px) {
    #product-safety .ino-product-section-content {
        display: block;
    }
}

.ino-product-section h2 {
    font-size: 28px;
}

.ino-product-section h3 {
    font-size: 20px;
}

.ino-product-section .ino-product-section-content {
    font-size: 14px;
    margin-bottom: 36px;
}

.ino-product-section hr {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #c9d2d2;
    border: none;
}

    .ino-product-section-content table {
        width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
        border-collapse: collapse;
    }

    @media screen and (max-width: 719px) {
        .ino-product-section-content:has(table) {
            overflow-y: scroll;
            max-width: 100%;
        }
    }

        .ino-product-section-content table tr:nth-of-type(odd) {
            background-color: #ffffff;
        }

        .ino-product-section-content table tr:nth-of-type(even) {
            background-color: #0000000d;
        }

            .ino-product-section-content table td, .ino-product-section-content table th {
                padding: 0.75rem;
                border: 1px solid #dee2e6;
                vertical-align: top;
            }

    .ino-product-section-content a {
        cursor: pointer;
        line-height: inherit;
        text-decoration: none;
        color: #008184;
    }

    .ino-product-section-content a:hover {
        text-decoration: underline;
    }

    .ino-product-section .tiktok-embed {
        border: none;
    }

    .ino-cert-description {
        margin-bottom: 25px;
    }

    .ino-cert-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 25px;
    }

        .ino-cert-list .ino-cert {
            display: block;
            padding: 5px 8px;
            border: 1px solid #C9D2D2;
            border-radius: 2px;
        }

    .ino-cert-details {
        font-size: 12px;
    }

    .ino-product-section-content img {
        border: 1px solid #C9D2D2;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        max-width: 600px;
    }

    @media screen and (max-width: 1200px) {
        .ino-product-section-content img {
            max-width: 100%;
            width: auto;
        }
    }

    .ino-product-section-content .learn-more {
        padding-left: 0;
    }

        .ino-product-section-content .learn-more__item {
            margin-bottom: 20px;
            border: 1px solid #DAE3E3;
            border-radius: 3px;
            list-style: none;
        }

            .ino-product-section-content .learn-more__link {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: stretch;
                -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
            }

                .ino-product-section-content .learn-more__label,
                .ino-product-section .learn-more__title {
                    font-weight: 700;
                }

                .ino-product-section-content .learn-more__label {
                    font-size: 14px;
                    color: #000;
                    min-width: 195px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    background-color: #dae3e3;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding-top: 13px;
                    padding-bottom: 13px;
                }

                .ino-product-section .learn-more__title {
                    font-size: 16px;
                    color: #008184;
                    width: 100%;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 13px 16px;
                    line-height: 1.3;
                }

                    .ino-product-section .learn-more__title svg {
                        margin-right: 10px;
                        width: 20px;
                        fill: #008184;
                        -webkit-transition: margin-right .25s ease 0s;
                        transition: margin-right .25s ease 0s;
                    }

                    .ino-product-section-content .learn-more__item:hover svg {
                        margin-right: 0;
                    }

        @media screen and (max-width: 768px) {
            .ino-product-section-content .learn-more__link {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }
        }


    .ino-get-inspired-item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 18px;
        background-color: #f7f9f9;
    }

    @media screen and (max-width: 641px) {
        .ino-get-inspired-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

        .ino-get-inspired-tag {
            position: absolute;
            z-index: 5;
            top: 0;
            left: 0;
            padding: 8px;
            background-color: #008184;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .1em;
            line-height: 1;
            text-transform: uppercase;
        }

        .ino-get-inspired-image {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 200px;
            height: 100%;
            max-height: 180px;
        }

        @media screen and (max-width: 641px) {
            .ino-get-inspired-image {
                width: 100%;
            }
        }

            .ino-get-inspired-image img {
                min-width: 100%;
                max-width: inherit;
                min-height: 100%;
                border: none;
                margin: 0!important;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .ino-get-inspired-desc {            
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 8px 13px;
        }

            .ino-get-inspired-title, .ino-get-inspired-subtitle {
                display: block;
                letter-spacing: 0.01em;
                line-height: 1.4;
            }

            .ino-get-inspired-title {
                margin-bottom: 5px;
                color: #008184;
                font-size: 16px;
                font-weight: 700;
            }

            .ino-get-inspired-subtitle {
                margin-bottom: 12px;
                font-size: 12px;
            }

            .ino-get-inspired-content {
                display: box;
                overflow: hidden;
                margin: 0;
                font-size: 14px;
                line-height: 1.625;
            }

            .ino-get-inspired-content.long {
                position: relative;
                max-height: 68.25px;
                padding-right: 0.4375rem;
            }

            .ino-get-inspired-content.long::after {
                position: absolute;
                right: 0;
                bottom: 0;
                content: "...";
            }

        .ino-get-inspired-item .button-primary {
            position: absolute;
            right: 20px;
            bottom: 20px;
            box-shadow: #00000029 0 10px 36px, #0000000f 0 0 0 1px;
            opacity: 0;
            -webkit-transition: opacity .25s ease-in-out 0s;
            transition: opacity .25s ease-in-out 0s;
        }

        .ino-get-inspired-item:hover .button-primary {
            opacity: 1;
        }

        .ino-get-inspired-item .button-primary--small {
            font-size: 0.75rem;
            padding: 3px 14px;
        }

        .ino-get-inspired-item a {
            position: absolute;
            z-index: 10;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.ino-anchor-menu {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 502;
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s,-webkit-transform .25s ease-in-out 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ino-anchor-menu.is-active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.header-expanded .ino-anchor-menu {
    top: 100px;
}

    .ino-anchor-menu nav {
        max-width: 1400px;
        padding: 0 25px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .ino-anchor-menu nav a {
            padding: 11px 20px;
            color: #008184;
            font-weight: 700;
            position: relative;
            text-decoration: none;
            text-transform: capitalize;
            overflow: hidden;
            display: inline-block;
            outline: 0;
            -webkit-transition: color .25s ease 0s;
            transition: color .25s ease 0s;
            cursor: pointer;
            line-height: inherit;
            text-decoration: none;
        }

    @media screen and (max-width: 768px) {
        .ino-anchor-menu nav {
            padding: 0;
        }

            .ino-anchor-menu nav a {
                padding: 0.675rem;
                font-size: 0.75rem;
            }
    }

        .ino-anchor-menu nav a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            z-index: 10;
            background-color: #f1c40f;
            -webkit-transition: opacity .25s ease 0s,-webkit-transform .25s ease 0s;
            transition: opacity .25s ease 0s,-webkit-transform .25s ease 0s;
            transition: opacity .25s ease 0s,transform .25s ease 0s;
            transition: opacity .25s ease 0s,transform .25s ease 0s,-webkit-transform .25s ease 0s;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }

        .ino-anchor-menu nav a:hover {
            color: #000000;
            outline: 0;
            text-decoration: none;
        }

        .ino-anchor-menu nav a:hover:before {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

/* @media screen and (max-width: 768px) {
    .ino-anchor-menu {
        display: none;
    }
} */

/* quickshop styles */

.modal--quickshop-full .product-description {
    font-size: 14px;
}

@media screen and (min-width: 1024px) {
    .modal--quickshop-full .modal-inner {
        width: 60rem;
    }

        .modal--quickshop-full .product-gallery {
            width: 50%;
        }

        .modal--quickshop-full .product-main {
            width: 50%;
        }
}

/* collection list styles */

.ino-collection-list {
    max-width: 100%;
    padding: 1px 0px;
    background: #f7f9f9;
}

    /* standard size for home page titles */
    .home-section--title {
        font-size: 1.75rem;
    }

    @media screen and (max-width: 768px) {
        .home-section--title {
            font-size: 1.25rem;
            padding: 0px 15px;
        }
    }

    .ino-collection-list .home-section--title {
        font-size: 1.25rem;
        margin-top: 1.75rem;
        margin-bottom: 0px;
    }

    .ino-collection-list .collection-list__content {
        grid-template-columns: initial !important;
        flex-direction: row;
        display: flex !important;
        justify-content: center;
        align-items: start !important;
        margin-top: 11px;
    }

    .ino-collection-list .collection-list__content .collection__item {
        max-width: 100px;
    }

        .ino-collection-list .collection-list__content a {
            text-decoration: none;
        }

        .ino-collection-list .collection__item-image {
            margin: 10px;
        }

            .ino-collection-list .collection__item-image img {
                max-width: 50px;
                margin: auto;
            }

    .ino-collection-list .collection__item-title {
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        display: block;
    }

    .ino-collection-list .collection__item-badge-wrap {
        height: 18px;
    }

        .ino-collection-list .collection__item-badge {
            font-size: 0.625rem;
            color: #ffffff;
            text-decoration: none;
            padding: 0px 4px;
            background: #008184;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.11em;
            display: inline-block;
            margin-top: 0px;
            line-height: 1.0625rem;
            font-family: 'Roboto Mono', monospace;
        }

/* collection list anchor menu */

.ino-collection-anchor-menu-wrap {
    padding: 20px;
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    z-index: 1000;
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s,-webkit-transform .25s ease-in-out 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0px 2px 10px rgba(55, 65, 70, 0.2);
}

.ino-collection-anchor-menu-wrap.is-active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.header-expanded .ino-collection-anchor-menu-wrap {
    top: 100px;
}

    .ino-collection-anchor-menu-content {
        max-width: 1350px;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .ino-collection-anchor-menu-content .ino-collection-title {
            margin: 0px;
            font-size: 1.75rem;
            font-weight: 700;
            color: #374146;
        }

@media screen and (max-width: 768px) {
    .ino-collection-anchor-menu-wrap {
        display: none;
    }
}

/* 

@media screen and (max-width: 991px) {
    .collection-list__content {
        display: initial !important;
    }

    .collection-list__container .collection__item {
        width: 100%;
    }
}


    .collection-list__container .collection__item a {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        text-decoration: none;
    }

        .collection-list__container .collection__item a img {
            height: 74px;
        }

        .collection__item-image [data-collection-image]:hover {
            transform: scale(1);
        }

        .collection-list__container .collection__item a .collection__item-title {
            margin-top: 0px;
            text-align: left;
            color: #000000;
            line-height: 1.4;
            font-weight: 700;
            letter-spacing: 0.01em;
            max-width: 116px;
        } */

/* algolia styles */
/* 
.ino-search-results {
    background: white;
    color: #000000;
    z-index: 1000;
    flex-direction: row;
    display: none;
    width: 90%;
}

.ino-search--desktop .ino-search-results {
    position: fixed;
    width: 75%;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.ino-search--mobile .ino-search-results {
    margin-top: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

.ino-search-results.visible {
    display: flex;
}

    .ino-search-collections {
        width: 30%;
        padding: 24px;
    }

        .ino-search-collections-header {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 0.8em;
            color: #888888;
            margin-bottom: 8px;
        }

        .ino-search-collections-results a {
            width: 100%;
            display: block;
            padding: 4px;
            text-decoration: none;
            color: #000000;
            line-height: 1;
        }

        .ino-search-collections-results a:visited {
            color: #000000;
        }

        .ino-search-collections-results a:hover {
            background: #f8f8f8;
        }

    .ino-search-products {
        width: 70%;
        padding: 24px 24px 0px 24px;
        border-left: 1px solid #ebebeb;
    }

        .ino-search-products-results {
            display: flex;
            flex-wrap: wrap;
        }

            .ino-search-products-results .ino-search-item {
                width: 50%;
                padding: 4px 16px;
                min-height: 56px;
                margin-bottom: 16px;
            }

            .ino-search-products-results .ino-search-item:hover {
                background: #f8f8f8;
            }

                .ino-search-products-results .ino-search-item a {
                    display: flex;
                    color: #000000;
                    text-decoration: none;
                }

                .ino-search-products-results .ino-search-item a:visited {
                    color: #000000;
                }

                    .ino-search-item-image {
                        display: flex;
                        align-items: center;
                    }

                        .ino-search-item-image img {
                            width: 48px;
                        }

                    .ino-search-item-text {
                        display: flex;
                        flex-direction: column;
                        margin-left: 16px;
                        overflow: hidden;
                    }

                        .ino-search-item-title {
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            width: 100%;
                        }

                        .ino-search-item-description {
                            line-height: 1.5;
                            font-size: 0.85em;
                            margin-top: -0.4em;
                            color: #888888;
                        }

                            .ino-search-item-description strong {
                                color: #000000;
                            }

                        .ino-search-item-price {
                            color: #008184;
                            line-height: 1;
                        }

                            .ino-price__compare-at {
                                color: #7f8c8d;
                                text-decoration: line-through;
                                font-size: 0.75rem;
                                margin-right: 0.25rem;
                            }

                            .ino-price__on-sale {
                                color: #c11f09;
                            }
        
        .ino-search-empty {
            color: #888888;
        }

            .ino-search-empty p {
                margin: 0px;
            }

            .ino-search-empty p:last-child {
                margin-top: 8px;
            }

            .ino-search-empty a {
                color: #008184;
                text-decoration: none;
            }

@media screen and (max-width: 1200px) {
    .ino-search-results {
        flex-direction: column;
    }

        .ino-search-collections {
            width: 100%;
        }

        .ino-search-products {
            width: 100%;
        }

            .ino-search-products .ino-search-item {
                width: 100%;
            }
} */

/* Product form styles */
.product-pricing .product__badge--soldout {
    display: none;
}

.product-details .product__price {
    font-size: 16px !important;
}

    .product-details .product__price .price__current {
        font-size: var(--font-size-heading-1) !important;
        font-weight: 700 !important;
        color: #008184;
    }

.product-form__action-wrapper {
    flex-wrap: wrap;
}

.product-form--atc-button {
    padding: 6px 28px;
    border-radius: 32px;
    font-size: 1rem;
    letter-spacing: .01em;
    line-height: 1.6;
    text-transform: uppercase;
    width: auto;
    /* margin-right: 1.25rem;
    margin-left: 1.25rem; */
    border: 1px solid #008184;
    background-color: #008184;
    color: #fff;
    margin-bottom: 7px;
}

.product-form--atc-button:not(.disabled):hover {
    background-color: #1a8e8f !important;
    border-color: #1a8e8f !important;
}

/* Wish List Button styles */
.iwishAddWrap {
    position: relative;
}

    .iwishAddWrap > div {
        padding: 6px 0px;
        letter-spacing: .01em;
        line-height: 1.6;
        text-transform: uppercase;
        margin-bottom: 7px;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: opacity 0.25s ease 0s;
        transition: opacity 0.25s ease 0s;
    }

    .iwishAddWrap > div:hover {
        opacity: 0.8;
    }

        .iwishAddWrap > div > svg {
            margin-right: 7px;
        }

    .iwishAddWrap .iWishAdd, .iwishAddWrap .iWishAddColl {
        font-size: 14px;
        color: #008184;
        text-decoration: none;
        font-weight: 700;
    }

    .iWishLoginMsg {
        font-size: 12px;
        position: absolute;
        padding: 10px;
        background-color: #ecf1f1;
        border: 1px solid #008184;
        width: 250px;
        right: -10px;
        top: 40px;
        box-shadow: 0 1px 2px #00000026;
        border-radius: 3px;
        z-index: 10;
    }

        .iWishLoginMsg a {
            color: #008184;
            text-decoration: none;
        }

.iwishMsg {
    margin-top: 30px;
}

    .iwishMsg .iWishLoginNote > a {
        color: #008184;
        text-decoration: none;
    }

    .iwishMsg .iwishMsgInfo, .iwishMsg .iwishMsgSuccess {
        border: none!important;
        color: #fff!important;
        padding: 12px 10px;
        background-color: #008184;
    }

.iwishWrapper {
    max-width: 1400px;
    padding: 0px 25px;
    margin: 3.125rem auto;
}

    .iwishProducts {
        padding: 0px;
    }

    .iwishProducts .productitem {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

        .iwishProducts .productitem--image-link {
            width: 25%;
        }

        .iwishProducts .productitem--info {
            width: 50%;
        }

            .iwishProducts .productitem--title {
                margin-top: 10px;
                margin-bottom: 0px;
                padding-top: 0px;
            }

                .iwishProducts .productitem--price {
                    display: none;
                }

            .iwishProducts .productitem--description {
                display: -webkit-box;
                -webkit-line-clamp: 5;
                -webkit-box-orient: vertical;
                overflow: hidden;
                font-size: 0.75rem;
            }

                .iwishProducts .productitem--description a {
                    color: #008184;
                    text-decoration: none;;
                }

                    .iwishProducts .productitem--description a:hover {
                        text-decoration: underline;
                    }

            .iwishProducts .productitem--actions {
                flex-direction: column;
            }

                .iwishProducts .productitem--listview-price {
                    display: block;
                    margin-bottom: 20px;
                }

                    .iwishProducts .price--compare-at,
                    .iwishProducts .product--unit-price {
                        display: none;
                    }

                    .iwishProducts .price--main {
                        color: #008184;
                        font-weight: 700;
                    }

                    .iwishProducts .product-compare-price {
                        padding-right: 4px;
                        color: #949494;
                        font-size: 1rem;
                        font-weight: 400;
                        margin-right: 8px;
                    }
        
                    .iwishProducts .product-price {
                        font-size: var(--font-size-heading-4);
                    }

                    .iwishProducts .product-price.on-sale {
                        color: #c11f09;
                    }

                .iwishProducts .productitem--actions button {
                    width: 100%;
                    margin-bottom: 30px;
                }

    .iwishRemoveBtn {
        text-decoration: none;
        color: #008184;
    } 

    .iwishRemoveBtn:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 768px) {
    .iwishProducts .productitem--image-link {
        width: 100%;
    }

    .iwishProducts .productitem--info {
        width: 100%;
    }

        .iwishProducts .productitem--title {
            text-align: center;
            margin-bottom: 10px;
        }

        .iwishProducts .productitem--description {
            display: none !important;
        }
}

.button-primary, .button-secondary {
    padding: 6px 28px;
    border-radius: 32px;
    font-size: 1rem;
    letter-spacing: .01em;
    line-height: 1.6;
    text-transform: uppercase;
    width: auto;
}

.productitem--actions button {
    width: 100%;
}

.button-primary {
    border: 1px solid #008184;
    background-color: #008184;
    color: #ffffff;
}

.button-secondary {

}

/* a:not(.button-primary):not(.promo-block--button):not(.pxs-image-with-text-button) {
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}

a:not(.button-primary):not(.promo-block--button):not(.pxs-image-with-text-button):hover {
    text-decoration: underline;
}  */

.product-block--title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

    .product-block--title .product__badge {
        margin-left: 16px;
        margin-bottom: 8px;
    }

    .product-block--title .product__badge,
    .productitem__badge {
        border-radius: 4px;
        padding: 2px 8px;
        font-size: 0.75rem;
        font-family: 'Roboto Mono', monospace;
        line-height: 1.7;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .product-block--title .product__badge--sale,
    .productitem__badge--sale {
        background-color: #da5b4a;
        color: #ffffff;
    }

.ino-page-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;

    max-width: 1300px;
    margin: 0 auto;
    padding: 0 45px;
}

    .ino-page-sidebar {
        width: calc(70% - 110px);
    }

        .ino-page-sidebar-sticky {
            position: sticky;
            top: 150px;
        }

        .ino-sidebar-banner {
            margin-bottom: 30px;
        }

        .ino-sidebar-menu ul {
            max-width: none;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            list-style-type: none;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 1.28px;
        }

            .ino-sidebar-menu ul li {
                border-bottom: 1px solid #dae3e3;
                padding-left: 36px;
                position: relative;
                cursor: pointer;
            }

            .ino-sidebar-menu ul li:first-child {
                border-top: 1px solid #dae3e3;
            }

                .ino-sidebar-menu .ino-bullet-icon {
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    display: -ms-flexbox;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: flex;
                    height: 24px;
                    left: 0;
                    margin-left: 2px;
                    position: absolute;
                    top: 3px;
                    width: 24px;
                }

                    .ino-sidebar-menu .ino-bullet-icon .line {
                        background: #f1c40f;
                        height: 1px;
                        width: 17px;
                    }

                    .ino-sidebar-menu .ino-bullet-icon .icon {
                        position: relative;
                        z-index: 1;
                    }

                    .ino-sidebar-menu li:nth-child(15) .icon {
                        background: #f1c40f;
                        height: 8px;
                        border-bottom-right-radius: 50%;
                        border-top-right-radius: 50%;
                        margin-left: -3px;
                        width: 8px;
                    }

                    .ino-sidebar-menu li:nth-child(15) .icon:before {
                        content: '';
                        background: #fff;
                        height: 8px;
                        width: 4px;
                        display: inherit;
                    }

                    .ino-sidebar-menu li:nth-child(15n + 1) .icon {
                        background: #7f8c8d;
                        height: 5px;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        width: 5px;
                    }

                    .ino-sidebar-menu li:nth-child(15n + 2) .icon {
                        background: #d35400;
                        border-radius: 50%;
                        height: 5px;
                        width: 5px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 3) .icon {
                        background: #fff;
                        border: 2px solid #9e846d;
                        height: 6px;
                        margin-right: -1px;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        width: 6px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 4) .icon {
                        background: #f1c40f;
                        height: 8px;
                        border-bottom-right-radius: 50%;
                        border-top-right-radius: 50%;
                        margin-left: -3px;
                        width: 8px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 4) .icon:before {
                        content: '';
                        background: #fff;
                        height: 8px;
                        width: 4px;
                        display: inherit; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 5) .icon {
                        background: #00979d;
                        height: 6px;
                        width: 2px;
                        margin-left: 3px;
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 5) .icon:before {
                        content: '';
                        background: #00979d;
                        height: 2px;
                        width: 6px;
                        display: inherit;
                        margin: 2px 0 0 -2px;
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 6) .icon {
                        background: #fff;
                        border: 2px solid #d35400;
                        height: 6px;
                        margin-right: -1px;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        width: 6px;
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 7) .icon {
                        background: #7f8c8d;
                        border-radius: 50%;
                        height: 5px;
                        width: 5px;
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 8) .icon {
                        background: #f1c40f;
                        height: 5px;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        width: 5px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 9) .icon {
                        background: #00979d;
                        height: 8px;
                        border-bottom-right-radius: 50%;
                        border-top-right-radius: 50%;
                        margin-left: -3px;
                        width: 8px;
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 9) .icon:before {
                        content: '';
                        background: #fff;
                        height: 8px;
                        width: 4px;
                        display: inherit;
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 10) .icon {
                        background: #d35400;
                        height: 6px;
                        width: 2px;
                        margin-left: 3px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 10) .icon:before {
                        content: '';
                        background: #d35400;
                        height: 2px;
                        width: 6px;
                        display: inherit;
                        margin: 2px 0 0 -2px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 11) .icon {
                        background: #fff;
                        border: 2px solid #7f8c8d;
                        height: 6px;
                        margin-right: -1px;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        width: 6px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 12) .icon {
                        background: #f1c40f;
                        border-radius: 50%;
                        height: 5px;
                        width: 5px;
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 13) .icon {
                        background: #9e846d;
                        height: 8px;
                        border-bottom-right-radius: 50%;
                        border-top-right-radius: 50%;
                        margin-left: -3px;
                        width: 8px; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 13) .icon:before {
                        content: '';
                        background: #fff;
                        height: 8px;
                        width: 4px;
                        display: inherit; 
                    }
                      
                    .ino-sidebar-menu li:nth-child(15n + 14) .icon {
                        background: #fff;
                        border: 2px solid #d35400;
                        height: 6px;
                        margin-right: -1px;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        width: 6px;
                    }

                .ino-sidebar-menu a {
                    display: block;
                    padding: 8px 0px;
                    color: #008184;
                    text-decoration: none;
                }

                .ino-sidebar-menu a:hover {
                    text-decoration: underline;
                }

    .ino-page-content {
        margin-left: 110px;
    }

        .ino-page-content h3 {
            color: #9e846d;
            font-size: 24px;
            line-height: 24px;
            letter-spacing: 1.28px;
            margin: 40px 0 15px;
            text-transform: uppercase;
        }

        .ino-page-content a:hover {
            text-decoration: underline;
        }

        .ino-page-content .distributor-group {
            margin: 40px 0;
            border-bottom: 1px solid #dae3e3;
            width: 100%;
            padding-bottom: 45px;
        }
        
        .ino-page-content .distributor-group:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

        .ino-page-content ul {
            list-style-type: none;
            font-size: 17px;
            line-height: 20px;
            letter-spacing: .7px;
            margin: 0;
            padding-left: 0;
        }

            .ino-page-content ul li {
                position: relative;
                cursor: pointer;
                margin: 0 0 12px;
            }

                .ino-page-content .bullet-icon {
                    display: inline;
                }

                .ino-page-content .bullet-icon:before {
                    content: "-";
                }

@media screen and (max-width: 1024px) {
    .ino-page-wrap {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }   

        .ino-page-sidebar {
            /* margin-bottom: 80px; */
            width: 100%;
        }

            .ino-sidebar-menu {
                display: none;
            }

        .ino-page-content {
            margin-left: 0;
            margin-bottom: 60px;
        }
}

/* slideshow styling */

.slideshow {
    margin-top: 0px;
}

/* highlights banner styling */

.ino-highlights-banner-icon .highlights-banner__title {
    padding: 40px 25px 0px;
    text-align: center;
    max-width: 1400px;
    margin: auto;
    display: block;
}

    .ino-highlights-banner-icon .highlights-banner__title h2 {
        font-size: 1.75rem;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: 0.01em;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ino-highlights-banner-icon .highlights-banner__title span {
        font-size: 1.25rem;
        line-height: 1.7;
        letter-spacing: 0.02em;
        margin-top: 14px;
    }

.ino-highlights-banner-icon .highlights-banner__content {
    gap: 20px;
    display: flex;
    flex-wrap: nowrap;
}

    .ino-highlights-banner-icon .highlights-banner__block {
        flex-direction: column;
        padding: 24px;
        background: #F7F9F9;
        border: 1px solid #C9D2D2;
        width: 100%;
    }

        .ino-highlights-banner-icon .highlights-banner__icon {
            flex: initial;
            margin-bottom: 20px;
            height: 75px;
            max-width: 75px;
        }

            .ino-highlights-banner-icon .highlights-banner__icon svg {
                max-width: 100%;
                max-height: 100%;
            }

        .ino-highlights-banner-icon .highlights-banner__text {
            width: 100%;
            padding-right: 0px;
            font-size: 0.75rem;
        }

        .ino-highlights-banner-icon .highlights-banner__heading {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }

            .ino-highlights-banner-icon .highlights-banner__heading > svg {
                margin-left: 10px;
            }

.ino-highlights-banner-img .highlights-banner__content {
    gap: 20px;
    display: flex;
    flex-wrap: nowrap;
}

    .ino-highlights-banner-img .highlights-banner__block {
        padding: 20px 32px;
        border: 1px solid #C9D2D2;
        width: 100%;
    }

        .ino-highlights-banner-img .highlights-banner__icon {
            margin-right: 24px;
            height: 90px;
            max-width: 100%;
        }

        .ino-highlights-banner-img .highlights-banner__text {
            font-size: 0.75rem;
            padding: 0px;
        }

        .ino-highlights-banner-img .highlights-banner__heading {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 12px;
        }

@media screen and (max-width: 1023px) {
    .ino-highlights-banner-img .highlights-banner__content,
    .ino-highlights-banner-icon .highlights-banner__content {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .ino-highlights-banner-img .highlights-banner__heading {
        font-size: 1rem;
    }

    .ino-highlights-banner-icon .highlights-banner__block {
        flex-direction: row;
    }

    .ino-highlights-banner-icon .highlights-banner__icon {
        overflow: visible;
    }
}

/* featured product styling */

.featured-product--section .product-block--title {
    justify-content: center;
}

.featured-product--section .product-block--title a:hover {
    color: #008184;
}

.featured-product--section .product-form--regular {
    margin-bottom: 0px;
}

.featured-product--section .product-form__action-wrapper {
    justify-content: center;
}

    .featured-product--section .iwishAddWrap {
        width: 100%;
    }

        .featured-product--section .iwishAddWrap > div {
            margin-bottom: 0px;
        }

/* featured collection styling */

.productgrid--items {
    display: grid;
    margin-top: 1.25rem;
}

.featured-collection__content,
.productgrid--items,
.product-row {
    text-align: center;;
}

.featured-collection__content[data-layout=grid],
.productgrid--items,
.product-row {
    grid-column-gap: 0px;
    column-gap: 0px;
    grid-row-gap: 0px;
    row-gap: 0px;
}

    .productgrid--item {
        margin: 0px -1px -1px 0px !important;
        width: 100%;
    }

    .product-row .productgrid--item {
        width: 100%;
    }

        .productitem {
            padding: 1rem 1.5rem;
            border: 1px solid #DAE3E3;
            box-shadow: none;
            transition: background-color ease 0.2s, border-color ease 0.2s;
        }

        .productitem:hover {
            border-color: #0CA1A6;
            background: linear-gradient(180deg, rgba(127, 203, 205, 0) 70%, rgba(127, 203, 205, 0.15) 100%);
        }

            .productitem__container {
                height: 100%;
                display: flex;
                flex-direction: column;
            }

                .productitem__image-container {
                    width: 100%;
                }

                .productitem--content {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }
    
/* product grid item stylies */

@media screen and (min-width: 1024px) {
    .productitem--actions {
        position: static;
        visibility: visible;
        opacity: 1;
    }
}

.productitem__badge {
    top: 0;
    bottom: auto;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-family: 'Roboto Mono', monospace;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

.productitem--info {
    background: none;
    text-align: left;
}

.productitem--title {
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

    .productitem--title a {
        color: #374146;
    }

@media screen and (max-width: 768px) {
    .productitem--info .productitem--description {
        display: block;
    }
}

.productitem--footer {
    display: flex;
    justify-content: space-between;
}

    .productitem--footer-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .productitem__price {
            display: flex;
            margin-top: 0px;
            align-items: baseline;
            font-size: 1.25rem;
            font-weight: 700;
            color: #008184;
        }
        
            .productitem__price > div {
                margin: 0px 8px 0px 0px !important;
            }

            .productitem__price .price__compare-at {
                font-size: 1rem;
                font-weight: 400;
                color: #7F8C8D;
            }

            .productitem__price .price__current {
                font-size: 1.25rem !important;
            }

            .productitem--sale .productitem__price .price__current {
                color: #C11F09;
            }

@media screen and (max-width: 768px) {
    .productitem--footer-left {
        justify-content: start;
    }

        .productitem__price {
            flex-direction: column;
        }

            .productitem__price > div {
                margin: 0px auto;
            }
}

.productitem--footer-right {
    display: flex;
    align-items: center;
}

    .productitem--footer-right .productitem--rating {
        border-left: 1px solid #BDC7C7;
        display: flex;
        align-items: center;
        font-size: 1.25rem;
        cursor: pointer;
        padding: 0px 12px 0px 20px;
        margin-right: 8px;
        line-height: 1.7;
        color: #008184;
    }

        .productitem--rating .loox-rating {
            display: none;
        }

        .productitem--rating span {
            margin-right: 4px;
        }

    .productitem--actions {
        margin: 0px !important;
        padding: 0px !important;
        flex: initial !important;
    }

        .productitem--action {
            margin: 0px !important;
        }

            .productitem--action-atc {
                line-height: 1;
                padding: 5px 20px;
            }

            .productitem--action-atc.button-secondary {
                border: 1.5px solid #008184;
                background: #ffffff;
            }

            .productitem--action-atc.button-secondary:hover {
                border: 1.5px solid #008184;
                background: #008184;
                color: #ffffff;
            }

            .productitem--action-atc.button-secondary:focus {
                outline: none;
                box-shadow: none;   
            }

            .productitem--action-atc.button-secondary:active {
                border: 1.5px solid #005C5F;
                background: #005C5F;
                color: #ffffff;
            }

            .productitem--action-atc.button-secondary:disabled {
                border: 1.5px solid #95A5A6;
                background: none;
                color: #95A5A6;
            }

/* product list items styles */

.productgrid-listview .productitem {
    padding: 1rem;
}

.productitem {
    display: flex;
    flex-direction: column;
}

.productgrid-listview .productitem__container {
    display: flex;
    flex-direction: row;
}

    .productgrid-listview .productitem__image-container {
        width: 30%;
    }

        .productgrid-listview .productitem--image-link .productitem__badge {
            display: block;
        }

    .productgrid-listview .productitem--content {
        padding: 0px 24px;
        width: 70%;
    }

        .productgrid-listview .productitem--info {
            /* text-align: left; */
            width: 100%;
            margin-left: 0px;
        }   

            .productgrid-listview .productitem--title {
                margin-top: 0px;
                margin-bottom: 8px;
                padding-top: 0px;
                line-height: 1.7;
            }

            .productgrid-listview .productitem--description {
                margin-bottom: 16px;
                display: block;
            }

                .productgrid-listview .productitem--description p {
                    margin: 0px;
                    font-size: 0.75rem;
                    line-height: 1.6;
                }

            .productgrid-listview .productitem--footer-left {
                justify-content: flex-start;
            }

@media screen and (min-width: 860px) {
    .productgrid-listview .productitem--info {
        width: 100%;
        margin: 0px;
   }
}

@media screen and (min-width: 1500px) {
    .productgrid-listview .productgrid--items {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 1023px) {
    .productgrid-listview .productitem__container {
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .productgrid-listview .productitem__container {
        flex-direction: column;
    }

        .productgrid-listview .productitem__image-container {
            width: 100%;
            margin-bottom: 10px;
        }

        .productgrid-listview .productitem--content {
            padding: 0px;
            width: 100%;
        }

            .productgrid-listview .productitem--description p {
                font-size: 1rem;
            }
}

/* .ino-product-info .price__current {
    margin-bottom: 8px;
    font-size: 1rem !important;
    color: #171E21;
}

.ino-product-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171E21;
    line-height: 1.7;
}

    .ino-product-title a {
        color: #171E21;
    }

.ino-productitem-actions {
    position: static !important;
    justify-content: center;
    margin: 0px;
    opacity: 1;
    visibility: visible;
} */

/* .ino-productitem--action {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    flex: initial;
    justify-content: center;
}

    .ino-productitem--action button {
        width: initial;
    }

    .ino-productitem--action .productitem--action-atc {
        font-size: 0.75rem;
        padding: 2px 20px;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .ino-productitem--action .ino-learn-more {
        background: none;
        border: none;
        box-shadow: none;
        color: #374146;
        cursor: pointer;
    }

    .ino-productitem--action .ino-learn-more:hover {
        background: none;
        border: none;
        box-shadow: none;
        color: #008184;
    } */

/* .ino-productitem-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(127, 203, 205, 0) 0%, rgba(127, 203, 205, 0.52) 46.57%, #7FCBCD 100%);
    z-index: 100;
    justify-content: flex-end;
    transition: top 0.3s ease-in-out;
}

    .ino-productitem-overlay .ino-product-title {
        margin-bottom: 8px
    }

    .ino-productitem-overlay > span {
        margin-bottom: 20px;
    } */

/* .ino-productitem {
    overflow: hidden;
    height: initial !important;
} */

/* .ino-productitem:hover .ino-product-info {
    opacity: 0;
}

.ino-productitem:hover .ino-productitem-overlay {
    top: 0;
} */

/* .ino-productitem:hover .ino-productitem-actions-touch {
    opacity: 0;
} */

.featured-collection__container .home-section--title {
    color: #374146;
}

    .featured-collection__content[data-layout=slideshow] .productgrid--item {
        width: 308px;   
    }

@media screen and (min-width: 1080px) {
    @supports (display: grid) {
        .featured-collection__content[data-layout=grid]{
          grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        .productgrid--items.products-per-row-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
        .productgrid--items.products-per-row-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
}

/* product compare styling */

.product-compare-card .productitem {
    padding: 1rem;
}

.product-compare-card .productitem__container {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
}

.product-compare-card .productitem--info {
    padding-right: 24px;
}

.product-compare-card .productitem--title {
    padding-top: 0px;
}

.product-compare-card .productitem--link,
.product-compare-card .productitem--link:visited {
    color: #008183;
    text-decoration: none;
}

.product-compare__table-cell-description-wrapper .rte {
    font-size: 14px;
}

.product-compare__table-cell-description-wrapper .rte h2 {
    font-size: 28px;
}

.product-compare__table-cell-description-wrapper .rte h3 {
    font-size: 20px;
}

.product-compare__other-row .ino-product-section-content {
    overflow-x: scroll;
}

.collection-filters__filter-group {
    padding: 1rem 0px;
}

    .collection-filters__filter-list-item:first-child {
        padding-top: 0px;
    }

.collection-filters__filter {
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .productitem__compare-wrapper {
        display: none !important;
    }
}

/* promo block styling */

.promo-block--button, .slideshow-slide__button, .pxs-image-with-text-button {
    padding: 6px 28px !important;
    border-radius: 38px;
}

/* cards highlights styling */

.ino-card-list__heading-wrap {
    padding: 40px 25px 36px;
}

.ino-card-list__heading-wrap > .ino-card-list__heading {
    margin-bottom: 8px;
    margin: 0px auto;
    text-align: center;
    max-width: 1400px;
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .01em;
}

.ino-card-list__heading-wrap > .ino-card-list__subheading {
    display: block;
    max-width: 1400px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 14px auto auto;
}

.ino-card-list__heading-wrap .ino-card-list__cta {
    display: block;
    margin: 14px auto auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #008184;
    font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
    .ino-card-list__heading-wrap > .ino-card-list__heading {
        font-size: 1.25rem;
    }

    .ino-card-list__heading-wrap > .ino-card-list__subheading {
        font-size: 0.875rem;
    }

    .ino-card-list__heading-wrap .ino-card-list__cta {
        font-size: 1rem;
    }
}

.ino-card-list__heading-wrap .ino-card-list__cta:hover {
    text-decoration: underline;
}

.ino-card-list__content {
    display: flex;
    gap: 28px;
    padding: 0px 25px 36px;
    max-width: 1400px;
    margin: auto;
}

.ino-card-list__content-row {
    display: grid;
}

@media only screen and (max-width: 768px) {
    .ino-card-list__content-row {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

    .ino-card-list__card {
        width: 100%;
        padding: 4px;
        border: 1px solid #C9D2D2;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        position: relative;
    }

    .ino-card-list__content-column .ino-card-list__card {
        margin-bottom: 36px;
    }

        .ino-card-list__image {
            width: 100%;
        }

            .ino-card-list__image a {
                display: flex;
            }

            .ino-card-list__image img {
                width: 100%;
            }

        .ino-card-list__text {
            letter-spacing: 0.01em;
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.7;
            padding: 1.5rem;
        }

            .ino-card-list__text .ino-card-list__heading {
                font-size: 1.25rem;
                font-weight: 700;
                margin-bottom: 8px;
                display: block;
            }

            .ino-card-list__text .ino-card-list__heading a {
                text-decoration: none;
                color: #008184;
            }

.ino-card-list__card-footer {
    display: flex;
}

    .ino-card-list__button {
        margin-bottom: 24px;
        margin-left: 24px;
        padding: 2px 20px;
        font-size: 0.875rem;
        font-weight: 700;
    }

    .ino-card-list__link {
        display: inline-block;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1.6;
        text-transform: uppercase;
        margin-bottom: 24px;
        margin-left: 12px;
        text-decoration: none;
        color: #008184;
        padding: 2px 0px;
    }

    .ino-card-list__link:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 768px) {
    .ino-card-list__text {
        padding: 1rem;
        font-size: 0.875rem;
    }

        .ino-card-list__text .ino-card-list__heading {
            font-size: 1rem;
        }

    .ino-card-list__button {
        margin-bottom: 1rem;
        margin-left: 1rem;
    }
}

.ino-card-list__content-column {
    gap: 0px;
    flex-direction: column;
}

    .ino-card-list__content-column .ino-card-list__card {
        padding: 0px;
        display: flex;
        align-items: center;
    }

    .ino-card-list__content-column .ino-card-list__card-left {
        flex-direction: row;
    }

    .ino-card-list__content-column .ino-card-list__card-right {
        flex-direction: row-reverse;
    }

    .ino-card-list__content-column .ino-card-list__image,
    .ino-card-list__content-column .ino-card-list__card-content {
        width: 100%;
    }

    .ino-card-list__content-column .ino-card-list__heading {
        font-size: 1.25rem;
    }

@media screen and (max-width: 1024px) {
    .ino-card-list__content {
        flex-wrap: wrap;
    }

    .ino-card-list__content-column .ino-card-list__card {
        flex-wrap: wrap;
    }
}

.ino-card-list__card .ino-card-link__card-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* product collection styles  */

.ino-collection-banner-wrap {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 270px;
    overflow: hidden;
}

    .ino-collection-banner-wrap .collection--image {
        width: 100%;
        background: #E5EFEF;
    }

    .ino-collection-banner-content {
        position: absolute;
        width: 30%;
        top: 0px;
        bottom: 0px;
        right: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ino-collection-banner-content-mobile {
        padding-left: 16px;
        padding-right: 16px;
        display: none;
    }

@media only screen and (max-width: 768px) {
    .ino-collection-banner-wrap {
        flex-direction: column;
        align-items: flex-start;
        overflow: initial;
        max-height: initial;
    }

        .collection--image {
            display: none;
        }

        .ino-collection-banner-content {
            display: none;
        }
        
        .ino-collection-banner-content-mobile {
            display: block;
        }    
}

    .ino-collection-banner-wrap .collection--title,
    .productgrid--masthead .collection--title {
        font-weight: 700;
        font-size: 2.25rem;
        color: #374146;
        line-height: 1.5;
        letter-spacing: 0.01em;
        margin-top: 2rem;
        margin-bottom: 8px;
    }

    .productgrid--masthead .collection--title {
        margin-top: revert;
        margin-bottom: 0.75rem;
    }

    @media screen and (max-width: 768px) {
        .productgrid--masthead {
            padding: 0px 6px;
        }

            .productgrid--masthead .collection--title {
                font-size: 1.25rem;
            }
    }

    .ino-collection-banner-wrap .collection--description {
        color: #374146;
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
        margin-bottom: 2rem;
    }

    .ino-collection-banner-content-mobile .collection--title {
        font-size: 1.25rem;
    }

    .ino-collection-banner-content-mobile .collection--description {
        font-size: 0.75rem;
    }

@media screen and (min-width: 860px) {
    .collection--section .productgrid--outer {
        grid-template-columns: 268px calc(
          100% - 293px
        );
    }

    .productgrid--sidebar {
        width: 268px;
    }
}

.productgrid--utils-container {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    .productgrid--utils-container {
        flex-direction: row;
    }
}

.utils-view {
    width: auto;
    margin-right: 40px;
    display: flex;
}

    .utils-compare-toggle__label {
        font-size: 0.875rem;
        font-weight: 400;
    }

.productgrid--utils {
    height: 40px;
}

    .productgrid--utils.utils-sortby {
        text-align: right !important;
    }

        .productgrid--utils .utils-sortby-title {
            font-weight: 400;
        }

        @media screen and (min-width: 860px) {
            .productgrid--utils .utils-sortby-title {
                font-size: 0.875rem;
            }   
        }

        .productgrid--utils .utils-sortby-select--wrapper {
            padding: 8px;
            background: #ECF1F1;
            border-radius: 30px;
        }

.productgrid--sidebar-title {
    font-size: 1rem;
    font-weight: 400;   
    height: 40px;
    display: flex;
    align-items: center;
}

.productgrid--sidebar-title--small {
    text-transform: capitalize;
}

.productgrid--sidebar-item .filter-text {
    text-transform: capitalize;
}

.productgrid--sidebar-item .filter-icon--checkbox svg {
    width: 18px !important;
    height: 18px !important;
    transform: none;
}

.productgrid--sidebar-group {
    border-color: #DAE3E3;
}

.collection-filters__filter-group {
    border-color: #DAE3E3;
}

.productgrid--filters .filter-text {
    text-transform: capitalize;
}

.cart--section {
    margin-bottom: 25px;
}

.cart-checkout .button-primary {
    max-width: 300px;
}

.cart-warning {
    background: #da5b4a;
    color: white;
    padding: 1rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

/* oemsecrets widget stylies */

.di {
    font-size: 14px;
}

.di-loading {
    font-weight: bold;
    margin: 20px 0px;
}

.di-header {
    font-weight: bold;
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
}

    .di-header a {
        color: #008184;
        font-weight: bold;
        text-decoration: none;
    }

    .di-header a.hidden {
        display: none;
    }

.di table td {
    padding: 5px 10px;
    vertical-align: middle;
}

.di .di-logo {
    width: 100px;
    text-align: center;;
}

.di .di-name {
    text-align: left;
}

.di .di-stock, .di .di-buy-now {
    text-align: center;
}

.di .di-stock {
    width: 125px;
}

.di .di-buy-now a {
    color: #008184;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .di .di-buy-now a svg {
        margin-left: 5px;
    }

.di table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.di table tr {
    background-color: #ffffff;
}

.di table tr:last-child {
    display: none;
}

.di table .even .di-logo {
    background: #eeeeee;
}

.di table td {
    border: 1px solid #dee2e6;
}

.di-referal-link {
    font-size: 10px;
    text-align: right;
}

    .di-referal-link a {
        color: #263142;
        text-decoration: none;
    }

    .di-referal-link a:hover {
        text-decoration: underline;
    }

    .di-referal-link svg {
        height: 12px;
        margin-left: 5px;
        vertical-align: middle;
    }

/* loox review styling */

.loox-rating-label {
    font-size: 0.875rem;
}

/* slideshow button styling */

.slideshow-slide__button--primary.pro {
    background-color: #def154;
    border-color: #def154;
    color: #2f2f2f;
}

    .slideshow-slide__button--primary.pro:hover {
        background-color: #2f2f2f;
        border-color: #2f2f2f;
        color: #def154;
    }

.slideshow-slide__button--primary.edu {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #f7f9f9;
}

    .slideshow-slide__button--primary.edu:hover {
        background-color: #f7f9f9;
        border-color: #f7f9f9;
        color: #f39c12;
    }

/* password page styling */

.password-page-top-banner--mobile, .password-page-bottom-banner--mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .password-page-top-banner, .password-page-bottom-banner {
        display: none;
    }

    .password-page-top-banner--mobile, .password-page-bottom-banner--mobile {
        display: block;
    }
}

/* newsletter */

.shopify-email-marketing-confirmation__container {
    padding: 40px 20px;
}

.shopify-email-marketing-confirmation__container:before {
    display: block;
    content: '';
    background: url({{ 'unsubscribe_newsletter.jpg' | asset_img_url: 'original' }}) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 250px;
}

/* mosaic style fixes */

@media screen and (min-width: 720px) {
    .promo-mosaic--inner.promo-mosaic--layout-4 .promo-block--index-1 .promo-block--button, 
    .promo-mosaic--inner.promo-mosaic--layout-4 .promo-block--index-4 .promo-block--button {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1080px) {
    .promo-mosaic--inner .promo-block--button {
        font-size: 1rem;
    }
}

/* Selleasy styling */

.lb-upsell-ppa-offer-desc {
    font-size: 14px;
}

/* Essential countdown timer */

.essential_countdown_annoucement_bar_wrapper {
    z-index: 600 !important;
}

/* Selector */

/* selector-root {
    display: none !important;
} */

/* Chat box */

#shopify-chat inbox-online-store-chat {
    z-index: 700 !important;
}

/* Cart drawer styling */

{{/* .ino-cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: #ffffff;
    z-index: 800;
    max-width: 500px;
    width: 100%;
    color: #374146;
    border-left: 1px solid #BDC7C7;
    transform: translateX(100%);
    transition: .2s ease;
}

.ino-cart.show {
    transform: translate(0%);
}

.ino-cart--overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 700;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.ino-cart--overlay.show {
    opacity: 1;
    visibility: visible;
}

.ino-cart--header {
    background: #ECF1F1;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}

.ino-cart--link {
    font-size: 1.25rem;
    color: #374146;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.ino-cart--link svg {
    margin-left: 8px;   
}

.ino-cart--close {
    background: none;
    border: none;
    color: #374146;
    cursor: pointer;
    padding: 0px 13px;
}

.ino-cart--content {
    overflow-y: scroll;
    height: 100%;
}

.ino-cart--item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ino-cart--loading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: .2s ease;
    }

    .ino-cart--loading.show {
        opacity: 0.8;
        visibility: visible;
    }

        .ino-cart--loading svg {
            animation: spin 2s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

    .ino-cart-item {
        border-bottom: 1px solid #BDC7C7;
        display: flex;
        padding: 16px;
    }

        .ino-cart-item--image {
            margin-right: 16px;
            border: none;
        }

        .ino-cart-item--content {
            width: 100%;
        }

            .ino-cart-item--title {
                font-size: 1rem;
                font-weight: 700;
                line-height: 1.7;
                display: flex;
            }

                .ino-cart-item--title a {
                    color: #374146;
                    text-decoration: none;
                    display: inline-block;
                    width: 100%;
                }

                .ino-wish-list-button {
                    background: none;
                    border: none;
                    cursor: pointer;
                }

                    .ino-wish-list-button svg {
                        color: #374146;
                    }

                    .ino-wish-list-button svg #filled {
                        display: none;
                    }

                    .ino-wish-list-button.added svg {
                        color: #C11F09;
                    }

                    .ino-wish-list-button.added #filled {
                        display: initial;
                    }

                    .ino-wish-list-button.added #outline {
                        display: none;
                    }

            .ino-cart-item--sku {
                font-size: 0.75rem;
                color: #434F54;
                line-height: 1.7;
            }

        .ino-cart-item--control {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .ino-cart-item--price {
                font-weight: 700;
                line-height: 1.7;
            }

            .ino-cart-item--price__discounted {
                color: #C11F09;
            }

                .ino-cart-item--price-original {
                    font-size: 0.75rem;
                    font-weight: 400;
                    color: #7F8C8D;
                    text-decoration: line-through;
                }

            .ino-cart-item--qty {
                display: flex;
                justify-content: end;
            }

                .ino-cart-item--remove, .ino-cart-item--qty-input, .ino-cart-item--qty-increment {
                    width: 44px;
                    height: 44px;
                    border: 1px solid #BDC7C7;
                    margin-left: -1px;
                }

                .ino-cart-item--qty input, .ino-cart-item--qty button {
                    width: 100%;
                    height: 100%;
                    border: none;
                    background: none;
                    text-align: center;
                }

                .ino-cart-item--qty-input input {
                    font-size: 0.75rem;
                    font-family: Open Sans, sans-serif;
                    -webkit-appearance: textfield;
                    appearance: textfield;
                    cursor: pointer;
                }

                .ino-cart-item--qty-input input:focus,
                .ino-cart-item--qty-input input:focus-visible {
                    outline: 0;
                    border: 1px solid #818181;
                }

                .ino-cart-item--qty-input input::-webkit-outer-spin-button,
                .ino-cart-item--qty-input input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    appearance: none;
                    margin: 0;
                }

                .ino-cart-item--qty button {
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

.ino-cart--empty {
    padding: 24px;
    text-align: center;
}

    .ino-cart--empty h4 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #000000;
        line-height: 1.7;
        margin: 0px;
    }

    .ino-cart--empty p {
        line-height: 1.7;
        margin: 0px;
    }

.ino-cart-recommendations--title {
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
}

.ino-cart-recommendations--title h4 {
    margin: 0px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.7;
}

.ino-cart-recommendations--title a {
    text-decoration: none;
    font-size: 0.875rem;
    color: #008184;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.ino-cart-recommendations--title svg {
    margin-left: 10px;
}

.ino-cart-recommendations--item-list {
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style: none;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .ino-cart-recommendations--item {
        margin-left: 16px;
        padding: 16px;
        position: relative;
    }

        .ino-cart-recommendations--item-content {
            transition: .2s ease;
        }

        .ino-cart-recommendations--item:hover .ino-cart-recommendations--item-content {
            filter: blur(5px);
        }

            .ino-cart-recommendations--item-image {
                border: none;
                margin-bottom: 10px;
            }

            .ino-cart-recommendations--item-title {
                font-weight: 700;
                font-size: 0.75rem;
                line-height: 1.7;
                margin: 0px;
            }

            .ino-cart-recommendations--item-price {
                font-weight: 700;
                color: #008184;
                line-height: 1.7;
        }

        .ino-cart-recommendations--item-overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 92, 95, 0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: .2s ease;
            border-radius: 8px;
        }

        .ino-cart-recommendations--item:hover .ino-cart-recommendations--item-overlay {
            opacity: 1;
            visibility: visible;
        }

            .ino-cart-recommendations--button {
                display: flex;
                align-items: center;
                color: #008184;
                background: #ffffff;
                border: 1.5px solid #008184;
                margin-bottom: 20px;
                border-radius: 32px;
                width: 80px;
                height: 40px;
                text-decoration: none;
                justify-content: center;
                cursor: pointer;
            }

            .ino-cart-recommendations--button:last-child {
                margin-bottom: 0px;
            }

.ino-cart--checkout {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    border-top: 1px solid #BDC7C7;
}

    .ino-cart--shipping {
        padding: 16px 20px;
        display: flex;
        align-items: center;
    }

        .ino-cart--shipping svg {
            margin-right: 8px
        }

    .ino-cart--coupon {
        padding: 0px 20px 16px;
        display: flex;
        align-items: center;
    }

        .ino-cart--coupon svg {
            margin-right: 8px;
        }

        .ino-cart--coupon button {
            background: none;
            border: none;
            color: #008184;
            font-weight: 700;
            cursor: pointer;
        }

    .ino-cart--total {
        border-top: 1px solid #BDC7C7;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        background: #F7F9F9;
    }

        .ino-cart--total-content {
            font-weight: 600;
        }

        .ino-cart--total-content span {
            margin-left: 12px;
        }

        .ino-cart--total-price {
            font-size: 1.75rem;
            font-weight: 700;
            line-height: 1.7;
        }

        .ino-cart--total-original {
            color: #7F8C8D;
            font-weight: 400;
            text-decoration: line-through;
        }

        .ino-cart--checkout-button {
            font-family: Open Sans, sans-serif;
            padding: 8px 28px;
            font-size: 1.25rem;
            font-weight: 700;
            color: #ffffff;
            background: #008184;
            text-decoration: none;
            border-radius: 32px;
            text-transform: uppercase;
            border: none;
            cursor: pointer;
        }

        .ino-cart--checkout-button:hover {
            background-color: #1a8e8f;
        } */}}

/* pagefly styles */

section.atc-banner--container {
    top: 0px !important;
}        

/* distributors urls */
.ino-ds-description {
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: bold;
}

.ino-ds-urls {
    display: flex;
}

.ino-ds-url {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    border: 1px solid #008184;
    margin-right: 1rem;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    border-radius: 16px;
    height: 80px;
    width: 180px;
    align-items: center;
}

.ino-ds-url:hover {
    color: #008184;
}

.ino-ds-logo {
    max-height: 70px;
    max-width: 200px;
    width: 100%;
    object-fit: contain;
}

.ino-ds-name {
    display: flex;
    align-items: center;
} 

