/*
    GLOBAL
    ROWS
    HEADER
    MEGANAV
    FOOTER
    HERO BANNER
    SUB TEMPLATE
    SUB NAVIGATION
    CARDS
    SPONSOR / REVIEW BOARD CAROUSEL
    CATEGORY LANDING FEATURE
    NEWS/EVENTS/BLOGS
    FORMS
    SEARCH RESULTS
    PRODUCT CATEGORIES
    PRODUCT LIST / DETAIL
    EDUCATION LIST
    CERTIFICATION LISTS
    ACCORDION
    GLOSSARY
    AFFORDABILITY TOOL
    COOKIE CONSENT
    COMP TOOL
    RESPONSIVE
    BACKEND OVERWRITES
    PRINT
*/

/* GLOBAL */

/* html / body to get the footer to be stuck at the bottom */

html {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
    font-size-adjust: 0.5;
}

main {
    counter-reset: section;
    padding-top: 150px;
    /* height of header */
}

.container {
    max-width: 1400px !important;
}

.sf_colsIn .container {
    padding: 0;
}

#scrollTop {
    display: flex;
    position: fixed;
    bottom: -3rem;
    right: 2rem;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #FFF;
    background: #26a69a;
    width: 2.5rem;
    height: 2.5rem;
    transition: transform ease-in-out .3s;
    z-index: 998;
}

#scrollTop.active {
    transform: translateY(-8rem);
}

h1, h2, h3, h4, h5, p, ul, ol, img, blockquote, .card {
    margin-bottom: 1.5rem;
}

p > img {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, .display-1, .display-2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2{
    position: relative;
}

.top-bar::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #26a69a;
    height: 6px;
    width: 60px;
    top: -.5rem;
}

h1 strong, h2 strong {
    font-weight: 700;
}

.display-1{
    font-size: 96px;
    line-height: 115px;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

.display-2{
    font-size: 64px;
    line-height: 77px;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

h1 {
    font-size: 56px;
    line-height: 67px;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 48px;
    line-height: 58px;
    margin-top: 1.5rem;
    margin-bottom: .8rem;
}

h3 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 1.2rem;
    margin-bottom: .6rem;
}

h2.no-bar:before, h3.no-bar:before {
    display: none;
}

h4 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

h5 {
    font-size: 24px;
    line-height: 29px;
    margin-top: .8rem;
    margin-bottom: .4rem;
}

h6 {
    color: #26A69A;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-top: .6rem;
    margin-bottom: .3rem;
    font-weight: 600;
}

.display-1{
    
}

.sub-main h2, .sub-main h3, .sub-main h4 {
    margin-top: 1rem;
}

.sub-main h3, .sub-main h4, .sub-main h5 {
    margin-bottom: .5rem;
}

.sub-main h2 {
    margin-top: 3rem;
}

main ul li, main ol li {
    margin-bottom: 1rem;
}

main ul li:last-child, main ol li:last-child {
    margin-bottom: 0;
}

.lead {
    font-size: 1.5rem;
    font-style: italic;
}

blockquote {
    font-size: 1.25rem;
    font-style: italic;
    padding: 1.5rem;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

a {
    color: #000;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

main a {
    font-weight: 600;
    word-break: break-word;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.btn, .btn-link1, .btn-link2, .btn-link1 a, .btn-link2 a {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: .75rem 1rem;
    border: 2px solid initial;
    border-radius: 8px;
    transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out;
}

.btn.primary, .btn.btn-primary, .btn-link1, .btn-link1 a, .btn-link2, .btn-link2 a, .sf-app .btn-link1 a {
    color: #FFF;
    border-color: #26a69a;
    background-color: #26a69a;
}

.btn.primary:hover, .btn.btn-primary:hover, .btn-link1:hover, .btn-link1 a:hover {
    color: #FFF;
    border-color: #00796e;
    background-color: #00796e;
}

.btn.secondary, .btn.btn-secondary, .btn-link2, .btn-link2 a, .sf-app .btn-link2 a {
    color: #FFF;
    background-color: #e39517;
    border-color: #e39517;
}

.btn-detail {
    color: #000;
    border-color: #959595;
    background-color: #FFF;
}

.btn-detail:after {
    display: inline-block;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #26a69a;
    margin-left: .5rem;
    transition: color .3s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
}

.btn.secondary:hover, .btn.btn-secondary:hover, .btn-link2:hover, .btn-link2 a:hover {
    color: #FFF;
    border-color: #c47b04;
    background-color: #c47b04;
}

.btn-detail:hover {
    color: #FFF;
    border-color: #959595;
    background-color: #959595;
}

.btn-detail:hover:after {
    color: #FFF;
}

.btn-back {
    background: #FFF;
    border-color: #959595;
}

.btn-back:before {
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #26A69A;
    margin-right: 1rem;
}

p > .btn:not(:first-of-type), p > .btn-primary:not(:first-of-type), p > .btn-secondary:not(:first-of-type), p > .btn-link1:not(:first-of-type), p > .btn-link2:not(:first-of-type) {
    margin-left: 1rem;
}

.btn[href=""] {
    display: none;
}

a.arrow, .arrow a {
    color: inherit;
}

a.arrow:after, .arrow a:after {
    display: inline-block;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #00796E;
    margin-left: .25rem;
    transition: transform .3s ease-in-out;
}

a.arrow:hover, .arrow a:hover {
    text-decoration: none;
}

a.arrow:hover:after, .arrow a:hover:after {
    transform: translateX(5px);
}

/* breadcrumbs */
.breadcrumb-wrap {
    border-bottom: 1px solid #E6E6E6;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background: none;
}

.breadcrumb-wrap .sf-breadscrumb.breadcrumb li.breadcrumb-item {
    margin-bottom: 0;
}

.breadcrumb-wrap .sf-breadscrumb.breadcrumb li.breadcrumb-item:first-of-type {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumb-wrap .sf-breadscrumb.breadcrumb li.breadcrumb-item a {
    color: #6D6D6D !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.breadcrumb-wrap .sf-breadscrumb.breadcrumb li.breadcrumb-item a:hover {
    text-decoration: underline !important;
}

.breadcrumb-wrap .sf-breadscrumb.breadcrumb li.breadcrumb-item:first-of-type a {
    color: #0E625B !important;
    display: inline-block;
}

.breadcrumb-wrap .sf-breadscrumb.breadcrumb li.breadcrumb-item:first-of-type i#home-icon {
    content: '';
    background-image: url(images/home_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
    margin-bottom: 2px;
}

#breadcrumb-wrap.breadcrumb-wrap .sf-breadscrumb.breadcrumb li.breadcrumb-item a {
    text-decoration: none;
}

li.breadcrumb-item.active {
    font-weight: 600;
}

.product-compare-print {
    cursor: pointer;
    margin-right: 1.5rem;
}

.product-detail-title {
    color: #000;
}

/* pagination */
.btn-group .btn-secondary {
    color: #000;
    border-color: #666;
    background-color: #f2f1ed;
}

li.page-item .page-link {
    color: #666;
}

li.active.page-item .page-link {
    color: #FFF;
    border-color: #666;
    background-color: #666;
}

img {
    max-width: 100%;
}

img.-align-right {
    margin-left: 2rem;
}

img.-align-left {
    margin-right: 2rem;
}

img.float-left {
    margin: 0 1.5rem 1rem 0;
}

img.float-right {
    margin: 0 0 1rem 1.5rem;
}

.img-bg {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}

.img-bg > * {
    position: relative;
    z-index: 1;
}

.img-bg.overlay:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
}

.object-fit-cover {
    object-fit: cover;
}

/* tables */
.sfContentBlock table {
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 1.5rem;
    table-layout: fixed;
}

.sfContentBlock table tr:nth-child(odd) {
    background: #EFEFEF;
}

.sfContentBlock table tr:first-child {
    font-weight: 900;
    color: #FFF;
    background: #26a69a;
}

.sfContentBlock table tr {
    height: auto !important;
    border-bottom: 1px solid #CCC;
}

.sfContentBlock table td {
    width: auto !important;
    padding: .5rem;
}

/* ROWS */

.sf_colsIn .rowwrap.style-light-teal, .sf_colsIn .rowwrap.style-medium-teal, .sf_colsIn .rowwrap.style-deep-teal{
    padding: 1.5rem !important;
}

.rowwrap.style-light-teal{
    background: #A0D0C0;

    h6{
        color: #007060 !important;
    }
}

.rowwrap.style-medium-teal{
    background: #20A090;

    a.btn.primary{
        background-color: #007060;
    }
}

.rowwrap.style-deep-teal{
    background: #007060;
}

.rowwrap.style-deep-teal, .rowwrap.style-medium-teal{
    color: #fff;

    p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,a,span,strong,em,i,b,small,strong,pre,sup{
        color: #fff !important;

        &::after,   
        &::before{
            color: #fff !important;
        }
    }

    a.btn.primary{
        &:hover,
        &:focus{
            background-color: #fff !important;
            color: #007060 !important;
        }
    }
}

.rowwrap.style-medium-teal .card .card-link .card-body.px-0.pb-0, .rowwrap.style-deep-teal .card .card-link .card-body.px-0.pb-0, .rowwrap.style-light-teal .card .card-link .card-body.px-0.pb-0{
    color: #000 !important;
    padding: 20px !important;

    p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,a,span,strong,em,i,b,small,strong,pre,sup{
        color: #000 !important;

        &::after,   
        &::before{
            color: #000 !important;
        }
    }
}

.rowwrap.style1 {
    background: #FFF;
}

.rowwrap.style2 {
    background: #f2f1ed;
}

.sf_colsIn .rowwrap.style2 {
    padding: 1.5rem !important;
    margin-bottom: 1.5rem;
}

.sf_colsIn .rowwrap.style2 .card .card-link .card-body.px-0.pb-0{
    padding: 20px !important;
}

.rowwrap.style3 > .container:before {
    content: '';
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 3rem;
    border-top: .15rem solid #000;
}

.sf_colsIn .rowwrap.style3 > .container:before {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.detail-separator {
    margin-top: 5rem;
}

.rowwrap.style3.detail-separator > .container:before {
    padding-top: 5rem;
}

.separator {
    position: relative;
}

.separator:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #CCC;
}

.separator-title-wrap.separator:before {
    margin-top: 15px;
}

.separator-title-wrap.separator.title-only:before {
    display: none;
}

.separator.sep-3-9:before {
    left: 25%;
    transform: translateX(calc(-25% - 1px));
}

.separator.sep-6-6:before {
    left: 50%;
    transform: translateX(calc(-50% - 1px));
}

.separator.sep-8-4:before {
    left: 66.666667%;
    transform: translateX(calc(-66.666667% - 1px));
}

.separator.sep-9-3:before {
    left: 75%;
    transform: translateX(calc(-75% - 1px));
}

.separator-title-wrap:after {
    content: '';
    position: absolute;
    width: auto;
    height: .15rem;
    top: 0;
    left: 15px;
    right: 15px;
    background: #000;
}

.separator-title {
    display: inline-block;
    color: #FFF;
    padding: .5rem 1rem;
    margin-bottom: 2.5rem;
    background: #000;
}

.separator-title h5 {
    color: #FFF;
    margin: 0;
}

/* HEADER */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    min-height: 150px;
    border-bottom: 1px solid #e1e1e1;
    z-index: 999;
}

header > .container > .row {
    position: relative;
    /* height: 124px; */
    /* Change this to the native height of the header */;
}

a.logo {
    display: block;
    width: 100%;
    max-width: 275px;
    height: 124px;
    background: url(images/danatech-logo.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    margin-top: -4rem;
}

.header-links {
    display: flex;
}

.eyebrow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.eyebrow ul li {
    display: inline-block;
    margin: 0 0 0 1rem;
}

.main-site-link {
    border-left: 1px solid #e1e1e1;
    padding-left: 1rem;
    margin-left: 1rem;
}

.login {
    display: inline-block;
    margin-left: 1rem;
}

.login-link {
    display: inline-block;
    padding: .25rem 1rem;
    text-decoration: none;
    color: #FFF;
    background: #26a69a;
    border-radius: 8px;
    transition: background ease-in-out .3s;
}

.login-link:hover {
    text-decoration: none;
    color: #FFF;
    background: #00796e;
}

.login i, .login em {
    font-size: 1.25rem;
    margin-right: .5rem;
}

.login a:hover {
    text-decoration: none;
}

.login .dropdown-menu.show {
    transform: translate3d(-31px, 25px, 0px) !important;
    /* Hack for fixed positioning */;
}

a.btn-search {
    font-size: 0;
    text-decoration: none;
    color: #000;
}

a.btn-search:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 900;
    display: inline-block;
    margin-right: 1rem;
}

a.btn-search.active:before {
    content: '\f00d';
}

a.btn-search:hover {
    color: #000;
}

.search .sf-search-input-wrapper {
    position: relative;
    width: 21.875em;
    border: 1px solid #e1e1e1;
    background: #FFF;
}

main .form-group.sf-search-input-wrapper {
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 1.5rem;
}

.sf-search-input-wrapper .form-control {
    width: 100%;
    padding-right: 2rem;
    border: none;
}

.sf-search-input-wrapper .form-control:focus {
    box-shadow: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background: url(images/times-solid.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: .3;
}

.sf-search-input-wrapper .btnSearch {
    font-size: 0;
    background: none !important;
    border: none;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
}

.sf-search-input-wrapper .btnSearch:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #000;
}

.sf-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed !important;
    background: #FFF;
    border: 1px solid #f2f1ed;
    z-index: 999;
}

.sf-autocomplete li {
    padding: .25rem .75rem;
}

.sf-autocomplete li:hover {
    cursor: pointer;
    background: #f2f1ed;
}

/* MEGANAV */

ul.nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.nav-menu .nav-item {
    display: inline-block;
}

ul.nav-menu .nav-item > a {
    display: inline-block;
    color: #000;
    font-weight: 600;
    padding: 0 1.5rem;
    position: relative;
}

ul.nav-menu .nav-item > a:after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    width: 0px;
    border: none;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

ul.nav-menu .nav-item > a:last-of-type {
    padding-right: 0;
}

ul.nav-menu .nav-item > a:hover:after, ul.nav-menu .nav-item > a:focus:after, ul.nav-menu .nav-item > a.open:after {
    width: 75%;
    background: #d0d0d0;
}

ul.nav-menu .nav-item > a:hover, ul.nav-menu .nav-item > a:focus, ul.nav-menu .nav-item > a.open {
    text-decoration: none;
}

.sub-nav {
    position: absolute;
    display: none;
    overflow: hidden;
    top: 2.25rem;
    left: 0;
    width: 100%;
    min-height: 20em;
    font-size: .9rem;
    text-align: left;
    background: #f2f1ed;
    z-index: 9999;
    box-shadow: 0 7px 7px -2px rgb(0 0 0 / 30%);
}

.sub-nav.open {
    display: flex;
}

.sub-nav-menu {
    background: #26a69a;
}

.sub-nav-menu .nav-pills .nav-link {
    position: relative;
    color: #FFF;
    border-radius: 0;
    border-bottom: .12rem solid #00796e;
}

.sub-nav-menu .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.sub-nav-menu .nav-pills .nav-link.active, .sub-nav-menu .nav-pills .show > .nav-link {
    color: #FFF;
    background-color: #00796e;
    border-radius: 0;
}

.sub-nav-menu .nav-pills .nav-link.active:after, .sub-nav-menu .nav-pills .show > .nav-link:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 1.25rem;
    font-weight: 900;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: .25rem;
    display: block;
    transform: translateY(-50%);
}

.sub-nav h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-bottom: .5rem;
    margin-top: 0;
    top: auto;
    margin-left: 0;
}

.sub-nav h3:before {
    display: none;
}

.sub-nav .tab-content ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.sub-nav .tab-content ul li {
    line-height: 1;
    border-bottom: 1px solid #CCC;
    padding: .5rem 0;
}

/* FOOTER */

footer {
    color: #FFF;
    margin-top: auto;
    background: #6d6d6d;
}

footer h4 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

footer p {
    margin-bottom: 1rem;
}

footer a {
    color: #FFF;
}

.footer-links ul {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: .75rem;
}

.footer-copy ul {
    list-style: none;
    padding: 0;
    margin-bottom: .5rem;
}

.footer-copy ul li {
    display: inline-block;
    margin-right: 1rem;
}

.footer-copy p {
    margin-bottom: .5rem;
}

.footer-social a {
    font-size: 1.5rem;
    color: #FFF;
    margin: 0 .25rem;
}

/* HERO BANNER */

.hero-banner {
    margin-bottom: 4.5rem;
}

.hero-banner h1 {
    margin-bottom: 1.5rem;
}

.hero-banner p {
    font-weight: 900;
}

.hero-banner .banner-text .btn {
    margin: 0 1rem 1rem 0;
}

.hero-banner img {
    width: 100%;
    height: 100%;
}

#hero-banner a.carousel-control-prev {
    left: -3rem;
    width: 10%;
}

#hero-banner a.carousel-control-next {
    right: -3rem;
    width: 10%;
}

#hero-banner .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>");
}

#hero-banner .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>");
}

#hero-banner .carousel-indicators li {
    background-color: #6d6d6d;
}

#hero-banner ol.carousel-indicators {
    bottom: -2.5rem;
}

/* SUB TEMPLATE */

.sub-main {
    width: 75vw !important;
}

.sub-left {
    flex: 0 0 250px;
    margin-right: 2rem;
}

.left-nav {
    padding: 1rem;
    background: #EEE;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}

.left-nav h2, .left-nav h3, .left-nav h4 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

/* SUB NAVIGATION */

ul.collapsibleNav {
    margin-bottom: 0;
}

ul.collapsibleNav, ul.nested {
    padding: 0 0 0 1.5rem;
    list-style: none;
}

main ul.collapsibleNav a {
    color: #000;
    text-decoration: none;
}

main ul.collapsibleNav a:hover {
    text-decoration: underline;
}

ul.nested {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0 0 0 1.5rem;
    transition: all ease-in-out .3s;
}

ul.nested.active {
    margin-top: 1rem;
    visibility: visible;
    max-height: 800px;
}

ul.nested.active a {
    font-style: italic;
}

.collapsibleNav li {
    position: relative;
    margin-bottom: 1rem;
}

.collapsibleNav li:last-child {
    margin-bottom: 0;
}

span.toggleTree {
    position: absolute;
    margin-left: -1.25rem;
}

span.toggleTree:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666;
    display: inline-block;
    transition: all ease-in-out .3s;
}

span.toggleTree.tt-down:before {
    transform: rotate(90deg);
}

/* CARDS */

.card {
    display: flex;
    flex: 1 1 auto;
    border: none;
    margin-bottom: 2.5rem;
}

.card.hero .img-bg {
    color: #FFF;
    background-color: #333;
    min-height: 30em;
}

.card-row .img-bg {
    color: #FFF;
    display: flex;
    align-items: center;
    min-height: 30vh;
    background-attachment: fixed !important;
}

.card.testimonial .card-text {
    position: relative;
}

.card.testimonial .card-text:before, .card.testimonial .card-text:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    display: block;
    position: absolute;
    opacity: .2;
}

.card.testimonial .card-text:before {
    content: '\f10d';
    top: -3rem;
}

.card.testimonial .card-text:after {
    content: '\f10e';
    right: 0;
    bottom: -3rem;
}

.card-img-top {
    border-radius: 0;
    margin: 0;
}

.card-header {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    flex-grow: 0;
    margin-top: 2.35rem;
}

.card-header h5 {
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    background: #000;
    padding: .5rem 1rem;
    margin: 0;
    position: absolute;
    max-width: 75%;
    top: -2.35rem;
}

.card-header img {
    margin-bottom: 0;
}

.card a {
    font-weight: normal;
}

/* SPONSOR / REVIEW BOARD CAROUSEL / PRODUCT CAROUSEL */

.tns-outer {
    position: relative;
    padding: 0 3rem !important;
    margin: 0 auto 1.5rem auto;
}

.review-board-carousel .tns-outer {
    max-width: none;
}

.review-title h4 {
    margin: 0;
}

.review-title h3:before {
    display: none;
}

.review-board-carousel .tns-item a {
    font-weight: normal;
}

.tns-controls button[data-controls="prev"], .tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 0;
}

.tns-controls button[data-controls="prev"] {
    left: 0;
}

.tns-controls button[data-controls="next"] {
    right: 0;
}

.tns-controls button[data-controls="prev"]:before, .tns-controls button[data-controls="next"]:before {
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    font-weight: 900;
    color: #d0d0d0;
}

.tns-controls button[data-controls="prev"]:before {
    content: '\f060';
}

.tns-controls button[data-controls="next"]:before {
    content: '\f061';
}

.tns-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tns-nav button {
    width: 15px;
    height: 15px;
    margin: 0 .5rem;
    border: none;
    border-radius: 50%;
    background: #d0d0d0;
}

button.tns-nav-active {
    background: #26a69a;
}

.sponsors img {
    margin: 0 !important;
}

.product-carousel {
    margin-top: 3rem;
}

.sponsor-row {
    padding-top: 3rem;
}

.sponsor-row:nth-of-type(even) {
   background: #f2f1ed;
}

/* CATEGORY LANDING FEATURE */

.category-landing-image img {
    width: 100%;
}

.category-landing-title h3:before {
    display: none;
}

/* NEWS/EVENTS/BLOGS */

.content-type h3 {
    font-size: 1rem;
    text-transform: none;
    margin-bottom: .5rem;
}

.content-type h3:before {
    display: none;
}

ul.content-type li {
    margin-bottom: 1.5rem;
}

ul.content-type li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.content-type .media img {
    width: 100px;
    height: 100px;
    margin-right: 1.5rem;
    object-fit: cover;
}

.card-date {
    position: absolute;
    font-size: .9rem;
    color: #FFF;
    padding: .5rem 1rem;
    background: #000;
}

.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 1.5rem 1.5rem 0;
    background: #CCC;
}

.placeholder span:before {
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    font-weight: 900;
    color: #666;
    display: block;
}

.content-type span {
    display: block;
    font-size: .9rem;
}

.news.placeholder span:before {
    content: '\f1ea';
}

.events.placeholder span:before {
    content: '\f073';
}

.blogs.placeholder span:before {
    content: '\f1d8';
}

.content-detail {
    max-width: 800px;
    margin: 0 auto;
}

.detail-author {
    display: inline-block;
    margin-left: .25rem;
    padding-left: .5rem;
    border-left: 1px solid #6c757d;
}

.detail-info {
    border-left: 5px solid #666;
    padding-left: 1rem;
}

.detail-text:first-letter {
    font-size: 5rem;
    color: #666;
    float: left;
    line-height: 1;
    margin-right: .25rem;
}

.blog-summary::after {
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    margin: 2rem auto;
    background: #26a69a;
}

.sf-icon-comment {
    fill: #666;
}

/* EDUCATION LIST */

.education-icon {
    position: relative;
    padding-bottom: calc(300 / 500 * 100%);
    height: 0;
    padding-top: 0;
}

.education-icon:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(images/img-placeholder-card.jpg);
}

.education-icon.telehealth:before {
    background-image: url(images/telehealth.png);
}

.education-icon.billingreimbursement:before {
    background-image: url(images/reimbursement.jpg);
}

.education-icon.insulinmedicinedelivery:before, .education-icon.insulindeliverydevices:before {
    background-image: url(images/insulin-delivery-icom.png);
}

.education-icon.bloodglucosemonitoring:before, .education-icon.glucosemonitoring:before {
    background-image: url(images/monitoring-icon.png);
}

.education-icon.behavioralhealth:before {
    background-image: url(images/behavioral-icon.png);
}

.education-icon.onlineappsandtherapeutics:before, .education-icon.diabetesappsandtherapeutics:before {
    background-image: url(images/apps-icon.png);
}

.education-icon.generaltechnology:before, .education-icon.technologicaladvancements:before, .education-icon.advancesintechnology:before {
    background-image: url(images/gen-tech.png);
}

.education-icon.specialtopics:before {
    background-image: url(images/special-topics.png);
}

.education-icon.neuropathy:before {
    background-image: url(images/neuropathy-icon.png);
}

.education-icon.equityaccess:before {
    background-image: url(images/equity-access-icon.jpg);
}

.education-icon.datainterpretation:before {
    background-image: url(images/data-interpretation-icon.jpg);
}

.education-icon.fitnessandhealth:before {
    background-image: url(images/health-fitness-icon.jpg);
}

.education-icon.screenings:before {
    background-image: url(images/screenings-icon.jpg);
}

.education-icon.billingandreimbursement:before, .education-icon.billingforservices:before {
    background-image: url(images/billing-reimbursement-icon.jpg);
}

.education-icon.affordablecare:before {
    background-image: url(images/affordable-care-icon.jpg);
}

.education-icon.insuranceandcoverage:before {
    background-image: url(images/insurance-coverage-icon.jpg);
}

.education-icon.communityandsupport:before {
    background-image: url(images/community-support-icon.jpg);
}

.education-icon.telehealthandremotemonitoring:before {
    background-image: url(images/telehealth.png);
}

.education-icon.appssoftwareandplatforms:before, .education-icon.appsplatforms:before {
    background-image: url(images/apps-icon.png);
}

.education-icon.medicationmanagement:before {
    background-image: url(images/med-mgmt-icon.jpg);
}

.education-icon.researchandinnovations:before {
    background-image: url(images/research-icon.jpg);
}

.education-icon.multiproductoverviews:before {
    background-image: url(images/multiproduct.jpg);
}

.education-icon.other:before {
    background-image: url(images/other.png);
}

.education-icon.smartpens:before {
    background-image: url(images/smartpens.jpg);
}

.education-icon.medicines:before {
    background-image: url(images/medicines.jpg);
}

.education-icon.skincaredevices:before {
    background-image: url(images/skincare.jpg);
}

.education-icon.deviceusageintegration:before {
    background-image: url(images/deviceusage.jpg);
}

.education-icon.datareviewinterpretation:before {
    background-image: url(images/datareview.jpg);
}

.education-icon.affordabilityaccess:before {
    background-image: url(images/affordabilityaccess.jpg);
}

.education-icon.reimbursementinsurance:before {
    background-image: url(images/reimbursement.jpg);
}

.education-icon.techfordiabetescomplications:before {
    background-image: url(images/techdiabetescomplications.jpg);
}

.education-icon p {
    margin: 0;
    padding: .5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    background: #000;
}

.education-icon p:empty {
    display: none;
}

/* CERTIFICATION LISTS */

.education-block {
    margin-bottom: 1rem;
}

.education-block .education-info p {
    font-size: .9rem;
    margin: .25rem 0 0;
}

/* ACCORDION */

.accordion .card {
    box-shadow: none;
    margin: 0;
    border: none;
}

.accordion .card-header {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: .15rem solid #666;
}

.accordion > .card .card-header {
    margin-bottom: 0;
}

.accordion h3 {
    top: 0;
}

.accordion .btn {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1.5rem;
    white-space: normal;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    padding: 2.25rem 0 0;
    padding-right: 3rem;
    border-radius: 0;
}

.accordion .btn.collapsed {
    color: #000;
}

.accordion .btn:after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: #26a69a;
    display: inline-block;
    position: absolute;
    right: .25rem;
    bottom: 0.25rem;
}

.accordion .btn.collapsed:after {
    content: '\f078';
    color: #26a69a;
}

.accordion .card-header h3:before {
    display: none;
}

/* GLOSSARY */
.glossary-wrap:empty {
    height: 0;
    visibility: hidden;
    margin: 0 !important;
}

.glossary-wrap:before {
    counter-increment: section;
    content: counter(section, upper-alpha);
    font-size: 1.5rem;
    color: #FFF;
    background: #26a69a;
    padding: .25rem .5rem;
    display: flex;
    margin-bottom: 1.5rem;
    width: 1.5em;
    height: 1.5em;
    align-items: center;
    justify-content: center;
}

.anchor {
    position: relative;
    top: -175px;
    display: block;
    visibility: hidden;
}

/* AFFORDABILITY TOOL */

.at-questionnaire {
    padding: 3rem 8rem;
    background: #F2F1ED;
    position: relative;
    overflow: hidden;
}

.at-questionnaire__progress {
    display: flex;
    gap: 1.5rem;
    max-width: 200px;
    margin: 0 auto 3rem auto;
}

.at-questionnaire__progress span {
    display: flex;
    flex: 1;
    height: 3px;
    background: #D2D2D2;
}

.at-questionnaire__progress span.active {
    background: #26A69A;
}

.at-questionnaire__step {
    display: none;
    animation: step-fade-out .5s forwards;
}

@keyframes step-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes step-fade-out {
    100% {
        opacity: 0;
    }

    0% {
        opacity: 1;
    }
}

@keyframes step-slide-over {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.at-questionnaire__step.active {
    display: block;
    animation: 
        step-slide-over .5s forwards,
        step-fade-in .5s forwards;
}

.at-questionnaire__answer {
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

.at-questionnaire__answer input {
    display: block;
    position: absolute;
    inset: 0;
}

.at-questionnaire__answer input[type="checkbox"] {
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.at-questionnaire__answer label {
    font-size: 1.25rem;
    width: 100%;
    font-weight: 500;
    padding: .5rem 1.25rem;
    background: #FFF;
    z-index: 90;
    border-radius: .8rem;
    border: 2px solid #26A69A;
}

.at-questionnaire__answer input[type="checkbox"]:checked + label {
    font-weight: 600;
    background: #99E9B5;
}

.at-questionnaire__answer input[type="checkbox"]:focus-visible + label {
    outline: 1px solid #000;
}

.at-questionnaire__checkbox {
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.at-questionnaire__checkbox input {
    width: 1.15rem;
    height: 1.15rem;
}

.at-questionnaire__checkbox input:checked {
    accent-color: #26A69A;
}

.at-questionnaire__checkbox label {
    margin: 0;
}

.at-img {
    max-width: 3rem;
}

.at-questionnaire__error {
    color: darkred;
}

.affordability-tool {
    position: relative;
}

div#loader {
    display: none;
    font-size: 3rem;
    text-align: center;
    color: #26a69a;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .75);
    z-index: 9;
}

/* FORMS */

/* SEARCH RESULTS */

h4.search-result-header {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 500;
}

.sf-search-results .sf-media {
    padding: 1.5rem;
    margin-bottom: 3rem;
    border: 1px solid #CCC;
}

.sf-search-results .sf-media:nth-child(even) {
    background: #fefcfc;
}

.sf-search-results .sf-media p {
    margin-bottom: 1rem;
}

.sf-search-results .sf-media a.text-muted {
    font-weight: normal;
    font-style: italic;
}

.thumbnail-holder {
    width: 150px;
    margin-right: 1.5rem;
    padding: 1rem;
    text-align: center;
    border: 1px solid #959595;
    background: #FFF;
}

.thumbnail-holder img {
    margin-bottom: 0;
}

/* PRODUCT CATEGORIES */
.single-cat h4 {
    font-size: 1rem;
    margin: 0;
    padding-bottom: .25rem;
    border-bottom: .25rem solid #000;
}

.single-cat p {
    font-size: .9rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.img-cat {
    background: #94dde0;
}

.product-categories .single-cat:nth-of-type(even) .img-cat {
    background: #99e9b5;
}

.product-categories .single-cat:nth-of-type(even) .img-cat.noBackground, .img-cat.noBackground {
    background: none;
}

.img-cat img {
    margin: 0;
    max-height: 250px;
}

.product-landing {
    border-top: .25rem solid #000;
}

.product-landing .single-cat h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
    border: none;
}

/* PRODUCT LIST / DETAIL */

.ai-filter-col {
    background: #F2F1ED;
    padding: 0 !important;
}

.ai-filter-col input[type="checkbox"] {
    min-width: 26px;
    min-height: 26px;
    height: 26px;
    width: 26px;
    max-width: 26px;
    max-height: 26px;
    position: relative;
    cursor: pointer;
}

.ai-filter-col input[type="checkbox"]:checked+label{
    color: #0E625B;
}

.ai-filter-col .form-check-label {
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.product-listing-page {
    h1 {
        text-align: left;
    }
}

.product-compare {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    text-align: left;
    padding: 0.75rem 1.125rem;
    background: #00796e;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.product-compare .close-popup {
    background: transparent;
    border: none;
    display: none;
    z-index: 10;
    height: 1.25rem;
    width: 1.25rem;
    padding: 0;
    position: absolute;
    top: 0.75rem;
    right: 1.125rem;
}

.product-compare .close-popup.show {
    display: flex;
}

.product-compare .close-popup i {
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(images/close_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-compare .instruct-text {
    margin-bottom: 0.75rem;
    padding-right: 1.5rem;
    pointer-events: none;
}

.ai-input-zone {
    display: flex;
    gap: 4px;
}

.ai-input-zone input {
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    flex-grow: 1;
    box-shadow: none;
    background: #fff;
    appearance: none;
    padding: 10px;
    font-size: 1rem;
    resize: none;
    width: 217px;
}

.ai-input-zone input::placeholder {
    font-size: 12px;
}

@media screen and (min-width: 991.99px) and (max-width: 1286px) {
    .ai-input-zone input::placeholder {
        font-size: 11px;
    }

    .ai-input-zone input {
        max-width: calc(100% - 30px);
    }
}

.ai-input-zone .btn.btn-primary.ai-modal-trigger {
    width: 3rem;
}

.compare-preview-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease-in-out 0.33s;
}

.compare-preview-wrap.open {
    max-height: 350px;
}

.compare-preview-wrap .product-to-compare {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #0E8076;
    height: 4.5rem;
    padding: 0.75rem;
}

.compare-preview-wrap .product-to-compare .img-title-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.25rem;
}

.compare-preview-wrap .product-to-compare .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
}

.compare-preview-wrap .product-to-compare .img-wrap img {
    display: block;
    background-position: center;
    background-size: contain;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.compare-preview-wrap .product-to-compare .product-title {
    color: #000;
    font-weight: 600;
}

.compare-preview-wrap .product-to-compare .rmv-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    color: #00796e;
    background: transparent;
    padding: 0;
    border: none;
}

.compare-preview-wrap .product-to-compare .rmv-btn i {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(images/delete_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#clearCompareBtn {
    display: block;
    color: #fff;
    font-weight: 600;
    margin: 0.75rem auto;
    background: transparent;
    border: none;
}

.product-compare .actions-wrap {
    display: flex;
    gap: 0.75rem;
}

#btnCompareListToggle {
    background: #fff;
    border: 1px solid #0E625B;
    border-radius: 5px;
    padding: 0.75rem 1.125rem;
}

#btnCompareListToggle:disabled {
  opacity: 0.5;
}

#btnCompareListToggle i {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(images/format_list_bulleted.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#btnCompareListToggle.list-open i {
    background-image: url(images/bottom_navigation_icon.svg);
}

.compare-count-bttn-wrap {
    display: flex;
    flex: 1;
}

.compare-count-bttn-wrap .compare-count-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.125rem;
    width: 3.33rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    background: #26A69A;
}

.compare-count-bttn-wrap #btnCompare {
    margin: 0;
    color: #00796e;
    background: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    flex: 1;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1.125rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #26A69A;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

.product-listing {
    padding: 1.5rem 2rem;
    margin: 0.75rem 0;
}

.product-list-info {
    background: #fefcfc;
}

.product-list-info .text-wrap {
    justify-content: space-between;
}


.product-list-info .device-type {
    color: #6D6D6D;
    font-size: 14px;
}

.product-list-info .categories-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-list-info .categories-list li {
    color: #845E1F;
    border-radius: 16px;
    padding: 0 0.5rem;
    margin: 0;
    font-size: 14px;
}

.product-list-info .categories-list .category {
    background: #E3951726;
}

.product-list-info .categories-list .additional-cat-count {
    background: transparent;
    border: 2px solid #E3951726;
}

.product-list-info .mt-auto .btn.btn-primary,
.add-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: #26A69A;
    border: 2px solid #26A69A;
    font-weight: 600;
    margin: 0.75rem 0 0;
    width: 100%;
    border-radius: 5px;
    max-width: none;
}

.product-list-info .mt-auto .btn.btn-primary:hover,
.product-list-info .mt-auto .btn.btn-primary:focus-visible,
.add-product-btn:hover,
.add-product-btn:focus-visible {
    background-color: #00796e;
    border: 2px solid #00796e;
}

.product-list-info .mt-auto .btn.btn-primary .compare-icon,
.add-product-btn .compare-icon {
    background-image: url(images/add_circle_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.product-list-info .mt-auto .btn.btn-primary.item-added {
    color: #26A69A;
    background-color: #fff;
}

.product-list-info .mt-auto .btn.btn-primary.item-added:hover {
    color: #00796e;
}

.product-list-info .mt-auto .btn.btn-primary.item-added .compare-icon {
    background-image: url(images/add_task_icon.svg);
}

.product-list-info .mt-auto .btn.btn-primary.item-added:hover .compare-icon {
    background-image: url(images/add_task_icon_darker.svg);
}

.product-list-info .mt-auto .btn.btn-primary .form-check-label {
    padding: 0;
    height: 1rem;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    cursor: pointer;
    pointer-events: none;
}

.product-list-info .mt-auto .btn.btn-primary .form-check-input {
    display: none;
}

.product-list-info .btn-detail {
    display: none;
}

.product-listing-img {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 0.25rem;
}

.product-listing img {
    margin: 0;
}

.product-listing-img img {
    width: auto;
    max-height: 100%;
}

.product-listing .product-list-info h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0.5rem auto;
}

.product-listing .product-list-info h2 a {
    display: block;
    text-decoration: none !important;
}

.product-listing h2.smaller {
    font-size: 1.25rem;
}

.ai-trigger-block {
    background: linear-gradient(to left, #94DDE0, #99E9B5);
    padding: 1rem;
}

.ai-trigger-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.ai-trigger-block p.instruct-txt {
    display: none;
}

.btn.btn-primary.ai-modal-trigger {
    display: block;
    border: 2px solid #26a69a;
    font-weight: 600;
    letter-spacing: 0.075rem;
    border-radius: 5px;
    width: 100%;
    padding: 0.125rem;
    margin: 0;
    max-width: 300px;
}

.btn.btn-primary.ai-modal-trigger .arrow-right-icon {
    background-image: url(images/arrow_right_icon_long.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 2.25rem;
}

.btn.btn-primary.ai-modal-trigger:hover {
    background-color: #00796e;
    border: 2px solid #00796e;
}

#productFilterHeading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.025rem;
    cursor: pointer;
    position: relative;
    user-select: none;
    padding: 0 0 24px;
    margin-bottom: 0;
    border-bottom: 2px solid #6D6D6D4D;
    margin: 24px 1rem 0 1rem;
    line-height: 30px;
}

#productFilterHeading::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    width: 28px;
    height: 28px;
    background-image: url(images/stat_minus_dark_teal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(10%) sepia(6%) saturate(7%) hue-rotate(314deg) brightness(90%) contrast(95%);
}

#productFilterHeading.expanded::after {
    transform: translateY(-50%) rotate(180deg);
    filter: none;
}

.product-filters-container {
    margin-bottom: 1rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
    padding: 0px 1rem 0px 1rem;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.product-filters-container:has(.no-parent){
    margin-top: 20px;
}

/* Desktop: always show filters container */
@media only screen and (min-width: 992px) {
    .product-filters-container {
        max-height: none !important;
    }
    
    .mobile-search {
        display: none !important;
    }

    #productFilters:not(.product-filters-container){
        display: block !important;
    }
}

#productFilters input[type="checkbox"] {
    accent-color: #26A69A;
}

#productFilters input[type="checkbox"]:checked {
    background-color: #26A69A;
    border-color: #26A69A;
}

#productFilters input[type="checkbox"]:checked:hover,
#productFilters input[type="checkbox"]:checked:focus-visible {
    background-color: #00796e;
    border-color: #00796e;
}

.product-group {
    border-bottom: 1px solid #6D6D6D4D;
    margin-bottom: 8px;
    width: 100%;
}

.product-group.no-parent{
    margin: 0 !important;
    order: -1;
}

.product-group.no-parent .product-group-item, .product-group .product-group-item:last-of-type{
    margin-bottom: 0 !important;
}

.product-group.no-parent:last-child .product-group-item:first-of-type{
    margin-top: 0 !important;
}

.product-group:last-of-type {
    margin-bottom: .5rem;
}

.product-group:not(:has(h4)) {
    border-bottom: none;
}

.product-group h4 {
    cursor: pointer;
    position: relative;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    margin: 0;
    line-height: 24px;
}

.product-group h4.has-selected, .product-group h4[aria-expanded="true"] {
    font-weight: 700;
}

.product-group h4:first-of-type {
    margin-top: 0;
}

.product-group h4::after,
.filter-accordion-header::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    background-image: url(images/stat_minus_dark_teal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(10%) sepia(6%) saturate(7%) hue-rotate(314deg) brightness(90%) contrast(95%);
}

.product-group h4.expanded::after,
.filter-accordion-header.expanded::after {
    transform: translateY(-50%) rotate(180deg);
    filter: none;
}

/* Filter accordion header specific styles */
.filter-accordion-header {
    cursor: pointer;
    position: relative;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    margin: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32px;
}

.filter-accordion-header.has-selected, .filter-accordion-header[aria-expanded="true"] {
    font-weight: 700;
}

.filter-accordion-header .filter-title {
    flex: 1;
    margin-right: 24px;
}

.filter-accordion-header.has-selected .filter-title {
    margin-right: 0;
}

.filter-accordion-header .filter-counter {
    color: #0E625B;
    font-weight: 600;
    margin-left: 8px;
    margin-right: 32px;
}

.product-group .product-group-items {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
}

.product-group .product-group-item, .product-group .product-group-item input, .product-group .product-group-item label{
    cursor: pointer;
}

.product-group .product-group-item:first-of-type {
    margin-top: 1rem !important;
}

.product-group .product-group-item{
    position: relative;
}

.product-group .product-group-item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #919D9D;
    border-radius: radius;
    pointer-events: none;
    border-radius: 5px;
}

.product-group .product-group-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 26px;
    background-color: #F2F1ED;
    z-index: 1;
    cursor: pointer;
    pointer-events: none;
}

.product-group .product-group-item:has(input[type="checkbox"]:checked)::after{
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22white%22%20stroke%3D%22%230E625B%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M10.7%2019.025L5%2013.325L6.425%2011.9L10.7%2016.175L19.875%207L21.3%208.425L10.7%2019.025Z%22%20fill%3D%22%230E625B%22/%3E%3C/svg%3E")
}

.product-group .product-group-items.expanded {
    max-height: none;
}

/* Clear Filters Button */
.clear-filters-container {
    margin-top: 24px;
    padding-top: 16px;
}

.clear-filters-btn {
    background: none;
    border: none;
    color: #26A69A;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0 0 5px 0;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #26A69A;
}

.clear-filters-btn:hover,
.clear-filters-btn:focus {
    color: #0E8076;
    outline: none;
    padding: 0 5px 5px 5px;
}

.clear-filters-btn:active {
    color: #0E8076;
}

.truncate3 {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px;
}

.truncate6 {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 144px;
}

html.compare-wrap {
    overflow-y: hidden;
}

.product-compare-overlay {
    position: fixed;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    overflow-y: auto;
    z-index: 1005;
    transition: all .4s;
}

.product-compare-overlay.active {
    top: 0;
}

.product-compare-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: #FFF;
    max-width: 1400px;
    margin-inline: auto;
    z-index: 1005;
}

.product-compare-nav .ai-trigger-block {
    width: 100%;
    margin-bottom: 0.75rem;
}

.product-compare-nav .ai-trigger-block h3 {
    text-align: center;
}

.product-compare-nav .ai-trigger-block .btn.btn-primary.ai-modal-trigger {
    margin: 0.5rem auto 0;
}

.mobile-search{
    display: none;
    margin: 24px 24px 0;
}

.mobile-search label{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
}

.mobile-search .mobile-search-input-container{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 9px;
}

.mobile-search .mobile-search-input-container input{
    border: 1px solid #6D6D6D;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 8px 12px;
    flex: 1;
}

.mobile-search .mobile-search-input-container button{
    width: 55px !important;
    height: 40px !important;
}

@media screen and (max-width: 991.98px)  {
    .product-compare-nav .ai-input-zone {
        max-width: calc(100vw - 2rem);
        margin: 0 auto;
    }

    .product-compare-nav .ai-input-zone textarea {
        max-width: 100%;
    }

    .product-group .product-group-items .product-group-item:last-child{
        padding-bottom: 1rem;
    }

    .product-compare-nav .ai-trigger-block .ai-input-zone  .btn.btn-primary.ai-modal-trigger {
        margin: 0;
    }

    .product-compare-nav .ai-trigger-block h3 {
        display: none;
    }

    #productFilterHeading{
        line-height: 24px;
        font-size: 1rem;
        padding: 0 0 11px;
        color: #6D6D6D;
        margin: 18px 24px;
    }

    .product-filters-container .product-group:first-child{
        margin-top: 23px;
    }

    .product-filters-container .product-group{
        margin-top: 16px;
    }

    /* Mobile search is controlled by JavaScript - shown when parent toggle is opened */
    /* .mobile-search display is handled by JS, don't force it here */

    .ai-trigger-block{
        display: none;
    }

    .product-filters-container{
        padding-left: 24px;
        padding-right: 24px;
    }

    .product-group h4{
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 11px;
        letter-spacing: normal; 
    }

    .product-group .product-group-items .product-group-item:first-child{
        margin-top: 0 !important;
    }

    .product-group .product-group-item input, .ai-filter-col input[type="checkbox"]{
        height: 18px;
        width: 18px;
        min-width: 18px;
        max-width: 18px;
        min-height: 18px;
        max-height: 18px;
    }

    .product-group h4::after,.filter-accordion-header::after{
        top: calc(50% - 3px);
    }

    .product-group .product-group-item::after{
        height: 18px;
        width: 18px;
        top: 3px;
    }

    .product-group .product-group-item::before{
        width: 20px;
        height: 100%;
    }

    .product-group .product-group-item:has(input[type="checkbox"]:checked)::after{
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22white%22%20stroke%3D%22%230E625B%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M10.7%2019.025L5%2013.325L6.425%2011.9L10.7%2016.175L19.875%207L21.3%208.425L10.7%2019.025Z%22%20fill%3D%22%230E625B%22/%3E%3C/svg%3E");
    }

    .filter-accordion-header .filter-counter{
       margin-right: 0; 
    }

    .product-filters-container{
        margin-bottom: 0;
    }
}

.product-compare-nav .heading-close-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-compare-nav .product-compare-close#product-compare-close {
    display: inline-block;
    position: relative;
    color: #26A69A;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 4px;
    margin-inline: 1rem;
    transform: translateX(0);
    transition: transform ease-in-out 0.33s, color ease-in-out 0.33s;
}

.product-compare-nav .product-compare-close#product-compare-close::before {
    content: '<';
    margin-right: 4px;
}

.product-compare-nav .product-compare-close#product-compare-close::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #26A69A;
    height: 1px;
    width: 100%;
    transition: height ease-in-out 0.33s, background-color ease-in-out 0.33s;
}

.product-compare-nav .product-compare-close#product-compare-close:hover {
    transform: translateX(0.25rem);
    color: #00796e;
}

.product-compare-nav .product-compare-close#product-compare-close:hover::after,
.product-compare-nav .product-compare-close#product-compare-close:focus-visible::after {
    height: 3px;
    background-color: #00796e;
}

.product-compare-nav h2 {
    margin: 0.25rem 0.75rem 1rem;
}

#comparisonContainer {
    margin: 0 1rem 0.5rem;
}

.compare-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(285px, 1fr));
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    overflow-x: auto;
    overflow-y: clip;
    opacity: 0;
    margin-top: 1px;
    transition: opacity 0.3s ease-in-out;
}

.compare-grid.fade-in {
    opacity: 1;
}

.compare-grid .cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #fff;
}

.compare-grid .cell p {
    margin: 0 0 0.5rem;
}

.compare-grid .cell ul {
    text-align: left;
    margin-block: 0.5rem;
}

.compare-grid .cell:focus-visible {
    outline-color: #e6e6e6;
}

.compare-grid .cell .btn {
    width: 100%;
    color: #fff;
    color: white;
    font-weight: 600;
    letter-spacing: 0.05rem;
    background-color: #26A69A;
    border: 2px solid #26A69A;
    margin: 0;
}

.compare-grid .cell .btn:hover,
.compare-grid .cell .btn:focus-visible {
    background-color: #00796e;
    border: 2px solid #00796e;
}

.compare-grid .cell-header {
    background: #f8f8f8;
    font-weight: 600;
}

.compare-grid .cell-header.item-count-cell {
    display: none;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    background: #fff;
    font-weight: 400;
}

.compare-grid .cell-header.add-product-header {
    flex-direction: column;
    font-size: 1.25rem;
    font-weight: 400;
    color: #6d6d6d;
}

.undo-product-btn {
    position: relative;
    border: none;
    background: transparent;
    color: #26A69A;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 1.25rem 0.5rem 0.25rem;
    transition: color 0.33s ease-in-out;
}

.undo-product-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    width: calc(100% - 1rem);
    background-color: #26A69A;
    transition: all 0.33s ease-in-out;
}

.undo-product-btn:hover {
    color: #00796e;
}

.undo-product-btn:hover::after {
    background-color: #00796e;
    height: 3px;
    width: 100%;
}

.compare-grid .add-product-cell {
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    background: #f8f8f8;
    font-weight: 400;
    font-size: 0.9rem;
    border-left: 1px solid #e6e6e6;
    grid-column: 3;
    grid-row: 2 / 10;
    padding: 1.5rem 1rem;
    z-index: 10;
}

.compare-grid .add-product-cell .sticky-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 185px;
}

.compare-grid .add-product-cell .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.compare-grid .add-product-cell .icon-wrap i {
    background-image: url(images/shadow_box_add_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 2rem;
    width: 2rem;
}

.compare-grid .add-product-cell .icon-wrap.change i {
    background-image: url(images/change_circle_icon.svg);
}

.compare-grid .add-product-cell .custom-dropdown.disabled,
.compare-grid .add-product-cell .custom-dropdown.disabled .dropdown-trigger,
.compare-grid .add-product-cell .add-product-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.compare-grid .add-product-cell .custom-dropdown.disabled .dropdown-trigger:hover {
    border-color: #e6e6e6;
}

/* Product Custom Dropdown Styles */
.custom-dropdown {
    position: relative;
    width: 100%;
    margin-block: 1rem;
}

.dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.dropdown-trigger:hover {
    border-color: #26A69A;
}

.dropdown-text {
    flex: 1;
    text-align: left;
    color: #333;
    font-size: 0.625rem;
}

.dropdown-arrow {
    width: 20px;
    height: 20px;
    background-image: url(images/arrow_up_icon_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.custom-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

.custom-dropdown.open .dropdown-trigger {
    background: #DAE5E4;
}

.custom-dropdown.open .dropdown-text {
    font-weight: 600;
}

.product-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.custom-dropdown.open .product-dropdown-menu {
    display: block;
}

.product-dropdown-menu .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.product-dropdown-menu .dropdown-item:hover {
    background-color: #f8f8f8;
}

.product-dropdown-menu .dropdown-item:active {
    color: #000;
}

.product-dropdown-menu .dropdown-item.selected {
    background-color: #e6e6e6;
}

.product-dropdown-menu .dropdown-item.selected .item-name {
    color: #333;
}

.product-dropdown-menu .dropdown-item.selected .add-item-text {
    color: #26A69A;
}

.product-dropdown-menu .dropdown-item .item-name {
    flex: 1;
    text-align: left;
    white-space: break-spaces;
    padding-right: 0.25rem;
}

.product-dropdown-menu .dropdown-item .add-item-text {
    color: #26A69A;
    font-weight: 600;
    margin-right: 0.25rem;
}

.product-dropdown-menu .dropdown-item .add-item-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/add_circle_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.add-product-btn {
    margin-top: 1rem;
    font-size: 1rem;
}

.compare-grid .cell.attr {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    font-weight: 600;
    background: #f8f8f8;
    grid-column: span 3;
    position: sticky;
    left: 0;
    z-index: 5;
    max-width: calc(100vw - 2rem);
}

.compare-grid .product-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    min-height: 10rem;
}

.compare-grid .product-header .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
}

.compare-grid .product-header .img-wrap img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.compare-grid .product-header .text-action-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.compare-grid .product-header h2.product-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: 0 auto 0.25rem;
}

.compare-grid .product-header h2.product-title a {
    text-decoration: none !important;
}

.compare-grid .product-header h2.product-title a:hover,
.compare-grid .product-header h2.product-title a:focus-visible {
    text-decoration: underline !important;
    color: #0E8076;
}

.compare-grid .product-header .product-type {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    color: #6d6d6d;
    margin: 0 auto 0.75rem;
}

.compare-grid .product-header button.change-product-btn {
    background-color: transparent;
    color: #26A69A;
    letter-spacing: 0.025rem;
    margin: 0 auto 0.5rem;
}

.compare-grid .product-header button.change-product-btn:hover,
.compare-grid .product-header button.change-product-btn:focus-visible {
    background-color: transparent;
    color: #00796e;
    border: 2px solid #00796e;
}

.compare-grid .product-header button.change-product-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* PRODUCT DETAIL Page*/
.product-detail-page-wrap .action-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.product-detail-page-wrap .action-wrap #back-to-search {
    display: inline-block;
    position: relative;
    color: #26A69A;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    transform: translateX(0);
    transition: transform ease-in-out 0.33s, color ease-in-out 0.33s;
}

.product-detail-page-wrap .action-wrap #back-to-search::before {
    content: '<';
    margin-right: 4px;
}

.product-detail-page-wrap .action-wrap #back-to-search::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #26A69A;
    height: 1px;
    width: 100%;
    transition: height ease-in-out 0.33s, background-color ease-in-out 0.33s;
}

.product-detail-page-wrap .action-wrap #back-to-search:hover {
    transform: translateX(0.25rem);
    color: #00796e;
}

.product-detail-page-wrap .action-wrap #back-to-search:hover::after {
    height: 3px;
    background-color: #00796e;
}

.product-detail-page-wrap .action-wrap #print-page {
    display: none;
}

.product-detail-page-wrap .action-wrap #print-page:hover {
    text-decoration: underline;
}

.product-detail-page-wrap .action-wrap #print-page .printer {
    background-image: url(images/print_icon_dark_teal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.product-detail-page-wrap .title-desc-wrap h1 {
    margin-top: 1.25rem;
}

.product-detail-page-wrap .title-desc-wrap #toggle-description {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background-color: transparent;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.product-detail-page-wrap .title-desc-wrap #toggle-description .plus,
.product-detail-page-wrap .title-desc-wrap #toggle-description .minus {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.product-detail-page-wrap .title-desc-wrap #toggle-description .plus {
    background-image: url(images/plus_icon.svg);
}

.product-detail-page-wrap .title-desc-wrap #toggle-description .minus {
    background-image: url(images/minus_icon.svg);
}

.product-detail-page-wrap .title-desc-wrap .desc {
    position: relative;
    overflow: hidden;
    max-height: 6em;
    line-height: 1.5em;
    transition: max-height 0.33s ease-in-out;
}

.product-detail-page-wrap .title-desc-wrap .desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.25em;
    width: 100%;
    display: block;
    background: linear-gradient(to top, #fff, transparent);
}

.product-detail-page-wrap .title-desc-wrap .desc.expanded {
    overflow: visible;
}

.product-detail-page-wrap .title-desc-wrap .desc.expanded::after  {
    display: none;
}

.product-detail-page-wrap .title-desc-wrap .categories-list {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 0;
    gap: 0.75rem;
    list-style: none;
}

.product-detail-page-wrap .title-desc-wrap .categories-list .category {
    border-radius: 15px;
    background: #E3951726;
    padding: 0.25rem 0.75rem;
    color: #845E1F;
    margin: 0;
}

.product-detail-page-wrap .image-gallery {
    margin-top: 2rem;
}

/* Image Modal Styles */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
}

.image-modal-content {
    position: relative;
    background-color: #fff;
    padding: 1.5rem;
    max-width: calc(100vw - 1.5rem);
    max-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-modal-content img {
    max-width: calc(100vw - 3rem);
    max-height: calc(85vh - 3rem);
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0;
    display: block;
}

.image-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
    color: #212529;
    font-size: 3rem;
    font-weight: 400;
    cursor: pointer;
    z-index: 15;
    line-height: 100%;
    transition: color 0.3s ease;
}

.image-modal-close:hover,
.image-modal-close:focus {
    color: #0E625B;
}

.product-detail-page-wrap .ai-trigger-block {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    margin-top: 1.5rem;
}

.product-detail-page-wrap .ai-trigger-block .text-icon-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.product-detail-page-wrap .ai-trigger-block .text-wrap {
    max-width: calc(100% - 3.5rem);
}

.product-detail-page-wrap .ai-trigger-block .text-wrap h3  {
    font-size: 1.125rem;
    line-height: 112%;
    margin: 0;
}

.product-detail-page-wrap .ai-trigger-block .text-wrap p {
    margin-bottom: 1rem;
}

.product-detail-page-wrap .ai-trigger-block .text-icon-wrap .info-icon {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    padding: 0.75rem;
    background-image: url(images/info_circle_icon.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.product-detail-page-wrap .ai-trigger-block .ai-input-zone .btn.btn-primary.ai-modal-trigger {
    max-width: min(100%, 377px);
}

#product-detail-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25rem;
    width: 100%;
    border-radius: 7px;
    position: relative;
    cursor: pointer;
}

#product-detail-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #E6E6E6;
    border-radius: 7px;
    z-index: 5;
    display: none;
    pointer-events: none;
}

#product-detail-main::after {
    content: "";
    position: absolute;
    background-color: #0E625B;
    background-image: url(images/magnifying_glass_eye_icon_smaller.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 10;
    pointer-events: none;
}

#product-detail-main:hover::before,
#product-detail-main:focus-visible::before {
    border: 1px solid #E6E6E6;
    display: block;
}

#product-detail-main .tab-pane {
    width: 100%;
    height: 100%;
}

#product-detail-main .tab-pane.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-detail-main img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
}

#product-detail-thumbs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

#product-detail-thumbs .nav-item {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    height: 5rem;
    width: 5rem;
}

#product-detail-thumbs .nav-item .nav-link {
    padding: 0.25rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-detail-thumbs img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}

#product-detail-thumbs .nav-item:has(.nav-link.active) {
    border-color: #0E625B;
}

#product-detail-thumbs.nav-pills .nav-link.active, 
#product-detail-thumbs.nav-pills .show > .nav-link {
    background: transparent;
    
}

#product-detail-thumbs .nav-item:only-child {
    display: none;
}

#detailsAccordion {
    margin-top: 1.5rem;
}

#detailsAccordion .card {
    background: #F9F9F9;
    margin-bottom: 0.75rem;
    border-radius: 5px;
    padding: 1rem;
}

#detailsAccordion .card .card-header {
    border: none;
}

#detailsAccordion .card .card-header h3 {
    margin: 0;
}

#detailsAccordion .card .card-body a {
    text-decoration: underline !important;
}

#detailsAccordion .card .card-header h3 button {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #212529 !important;
    text-transform: none;
    text-shadow: 0 0 0px #212529;
    transition: text-shadow 0.33s ease-in-out, color 0.33s ease-in-out;
}

#detailsAccordion .card .card-header h3 button::before,
#detailsAccordion .card .card-header h3 button::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: opacity 0.33s ease-in-out;
}

#detailsAccordion .card .card-header h3 button::after {
    background-image: url(images/add_circle_icon.svg);
    opacity: 1;
}

#detailsAccordion .card .card-header h3 button::before {
    background-image: url(images/add_circle_icon_dark_teal.svg);
    opacity: 0;
}

/* Open state */
#detailsAccordion .card .card-header h3 button:not(.collapsed) {
    color: #0E625B !important;
    text-shadow: 0 0 1px #0E625B;
}

#detailsAccordion .card .card-header h3 button:not(.collapsed)::after {
    background-image: url(images/minus_circle_icon_light_teal.svg);
}

#detailsAccordion .card .card-header h3 button:not(.collapsed)::before {
    background-image: url(images/minus_circle_icon_dark_teal.svg);
}

/* Hover/focus text effects */
#detailsAccordion .card .card-header h3:hover button,
#detailsAccordion .card .card-header h3:focus-visible button {
    text-shadow: 0 0 1px #212529;
}

#detailsAccordion .card .card-header h3:hover button:not(.collapsed),
#detailsAccordion .card .card-header h3:focus-visible button:not(.collapsed) {
    text-shadow: 0 0 1px #0E625B;
}

/* Hover state - fade out ::after, fade in ::before */
#detailsAccordion .card .card-header h3:hover button::after,
#detailsAccordion .card .card-header h3:focus-visible button::after {
    opacity: 0;
}

#detailsAccordion .card .card-header h3:hover button::before,
#detailsAccordion .card .card-header h3:focus-visible button::before {
    opacity: 1;
}

#detailsAccordion .card .card-body {
    padding: 1.5rem 0 0;
}

#detailsAccordion .card .card-body .product-detail-item {
    border-bottom: 1px solid #E6E6E6;
    padding-block: 1rem;
}

#detailsAccordion .card .card-body .product-detail-item p {
    margin: 0;
}

#detailsAccordion .card .card-body .product-detail-item ul {
    margin-block: 1rem;
}

#detailsAccordion .card .card-body .product-detail-item a {
    font-weight: 700;
    text-decoration: underline !important;
}

.video-thumbnail-container {
    position: relative;
    cursor: pointer;
}
.video-thumbnail-container .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.video-thumbnail-container .play-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}
#videoModal {
    padding-right: 0px !important;
}
#videoModal .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}
#videoModal .modal-content {
    background-color: transparent;
    border: none;
}
#videoModal .modal-body {
    padding: 0;
    position: relative;
}
#videoModal .close {
    position: absolute;
    top: -48px;
    right: 3px;
    color: #fff;
    opacity: 1;
    font-size: 3rem;
    font-weight: 300;
    text-shadow: none;
    z-index: 1051;
}

.product-description {
    font-size: 1.25rem;
    padding: 1.5rem;
    background: #fefcfc;
}

.product-description p:last-child, .product-detail-item p:last-child {
    margin-bottom: 0;
}

ul.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 1rem;
}

ul.product-categories li {
    margin: 0;
    padding: .25rem .5rem;
    background: #f2f1ed;
}

/* COOKIE CONSENT */
#tracking-consent-dialog {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    color: #FFF;
    background: #26a69a;
    z-index: 9999;
    box-shadow: -1px 1px 15px rgb(0 0 0 / 50%);
}

#tracking-consent-dialog strong {
    display: block;
    margin-bottom: 1.5rem;
}

#tracking-consent-dialog p {
    margin-bottom: 1rem;
}

#tracking-consent-dialog .btn {
    display: inline-block !important;
}

/* COMP TOOL */
.comp-level:empty, .alert:empty {
    display: none;
}

.comp-box {
    margin: 0;
    padding: 3rem;
    background: #f2f1ed;
}

.comp-level {
    justify-content: center;
    margin: 3rem 0;
}

.accordion-child .btn-link {
    font-size: 1.25rem;
    text-transform: none;
}

.accordion-child {
    margin: 0 1.5rem;
}

.accordion-child .card > .card-header {
    margin-bottom: .5rem;
}

.accordion .accordion-child .btn.collapsed, 
.accordion .accordion-child .btn {
    color: #26a69a;
}

.accordion-child .btn:after {
    font-size: 1.5rem;
}

/* ReadSpeaker Styles */
.rsbtn{
    z-index: 1 !important;
}

.rsbtn .rsbtn_play, .rsbtn .rsbtn_tooltoggle{
    border-radius: 0px !important;
    border: 1px solid #ccc !important;   
}

.rsbtn .rs-player-loadindicator .rsbtn-loading{
    background: #049BA6 !important;
}

.rspopup .rspopup_btn:focus,
.rspopup .rspopup_btn:active,
.rspopup .lang-picker .lang-picker-item[data-type=language]:active,
#rs-controlpanel button.rs-controlpanel-btn:active,
#rs-controlpanel button.rs-controlpanel-btn:focus,
#rs-controlpanel button:focus.rs-controlpanel-scroll-toggler span{
    color: #000 !important
}

#rs-controlpanel button.rs-controlpanel-scroll-toggler.enabled span.rs-controlpanel-scroll-state{
    color: #4ed779 !important;
}

#rs-controlpanel button.rs-controlpanel-scroll-toggler span.rs-controlpanel-scroll-state{
    color: #ff776e !important;
}

.rspopup .rspopup_btn.rspopup_play:focus::before{
    color: #444464 !important;
}

.rsbtn .rsbtn_play,
.rsbtn .rsbtn_play:hover,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item,
.rsbtn .rsbtn_tooltoggle,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active,
.rspopup,
.rspopup .rspopup_btn:hover,
.rspopup .rspopup_btn:focus,
.rspopup .rspopup_btn:active,
.rspopup .lang-picker,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:active span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown,
.rspopup .lang-picker .lang-picker-item[data-type=language]:focus,
.rspopup .lang-picker .lang-picker-item[data-type=language]:active,
.rspopup .lang-picker .lang-picker-item[data-type=language]:hover,
#rs-controlpanel,
#rs-controlpanel button:hover,
#rs-controlpanel button:active,
#rs-controlpanel button:focus {
    background-color: #fff !important;
}

.rs-outline.rs-click-listen{
    outline: 2px solid #049BA6 !important;
}

.rsbtn .rs-player-loadindicator{
    background: #ccc !important;
}

.rsbtn .rsbtn_play:focus .rsbtn_left .rsbtn_text span,
.rsbtn .rsbtn_tooltoggle:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus span.rsicn{
    color: #333 !important;
}

.rsbtn .rsbtn_right,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools,
.rsbtn .rsbtn_exp .rsbtn_exp_inner,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown,
#rs-controlpanel,
#rs-controlpanel button,
.rspopup,
.rspopup .rspopup_btn,
.rspopup .lang-picker,
.rspopup .lang-picker .lang-picker-item input,
.rspopup .lang-picker,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown,
#rs-controlpanel,
#rs-controlpanel button {
    border-color: #ccc !important;
    border-radius: 0px !important;
    outline: none !important;
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::after,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::after,
#rs-controlpanel .rsicn-logo::after,
.rspopup .rspopup_btn.rspopup_play::after,
.rsbtn .rsbtn_play .rsbtn_right,
.rsbtn .rsbtn_play:hover .rsbtn_right::before,
.rsbtn .rsbtn_play:active .rsbtn_right::before,
.rsbtn .rsbtn_play:focus .rsbtn_right::before,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:hover span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:active span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus span.rsicn,
#rs-controlpanel button.rs-controlpanel-playpause  {
    color: #049BA6 !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_closer:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:active span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:hover span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop span.rsicn{
    color: #cb433a !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:active span.rsicn{
    background: transparent !important;
}

/* END ReadSpeaker Styles */

/* RESPONSIVE */

@media only screen and (min-width: 390px) {
    .product-compare {
        font-size: 0.875rem;
        padding: 0.875rem 1.25rem;
    }

    .product-compare .close-popup {
        top: 0.875rem;
        right: 1.25rem;
    }

    .compare-preview-wrap .product-to-compare {
        padding: 0.875rem;
    }

    #btnCompareListToggle {
        padding: 0.75rem 1.25rem;
    }

    .compare-count-bttn-wrap .compare-count-wrap {
        padding: 0.875rem 1.25rem;
        width: 3.75rem;
    }

    .compare-count-bttn-wrap #btnCompare {
        font-size: 0.875rem;
        padding: 0.875rem 1.25rem;
    }
}

@media only screen and (min-width: 440px) {
    .product-compare {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }

    .product-compare .close-popup {
        top: 1rem;
        right: 1.5rem;
    }

    .compare-preview-wrap .product-to-compare {
        padding: 1rem;
    }

    #btnCompareListToggle {
        padding: 0.75rem 1.5rem;
    }

    .compare-count-bttn-wrap .compare-count-wrap {
        padding: 1rem 1.5rem;
        width: 4.5rem;
    }

    .compare-count-bttn-wrap #btnCompare {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
}

@media only screen and (min-width: 485px) {
    .product-compare {
        left: unset;
        border-top-right-radius: 0;
        width: 30.5rem;
    }

    .product-compare .actions-wrap {
        display: flex;
        gap: 1.5rem;
    }

    #clearCompareBtn {
        margin: 0.75rem 0 0.75rem auto;
    }
}

@media only screen and (min-width: 768px) {
    .compare-grid { 
        grid-template-columns: 200px repeat(3, minmax(335px, 1fr));
        overflow-y: auto;
        max-height: calc(100vh - 110px);
    }

    .compare-grid .cell-header {
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .compare-grid .product-header {
        flex-direction: row;
        gap: 1rem;
        padding: 0.75rem 1rem;
    }

    .compare-grid .product-header .img-wrap {
        height: unset;
        width: calc(33% - 0.5rem);
    }

    .compare-grid .product-header .text-action-wrap {
        height: 100%;
        width: calc(67% - 0.5rem);
    }

    .compare-grid .product-header button.change-product-btn {
        font-size: 18px;
    }


    .compare-grid .cell-header.item-count-cell {
        display: flex;
    }

    .compare-grid .cell.attr {
        grid-column: span 1;
        position: static;
        max-width: none;
        z-index: 1;
    }

    .compare-grid .cell.row-hover {
        background: #f0fbfa;
    }

    .compare-grid .add-product-cell {
        position: static;
        border-left: none;
        z-index: 1;
    }

    .dropdown-text {
        font-size: 1rem;
    }

    .add-product-btn {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 992px) {
    .product-compare-nav {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding-block: 1rem;
        gap: 1rem;
    }

    .product-compare-nav h2 {
        font-size: 2.5rem;
        margin: 0;
    }

    .product-compare-nav .ai-trigger-block {
        display: flex;
        margin: 0 1rem 0 0;
        align-items: center;
        padding: 0.5rem;
        border-radius: 7px;
        width: max(40%, 425px);
        gap: 1.5rem;
    }

    .product-compare-nav .ai-trigger-block h3 {
        margin: 0;
    }

    .product-compare-nav .ai-trigger-block .ai-input-zone textarea {
        height: 3.5rem;
    }

    .product-compare-nav .ai-trigger-block .btn.btn-primary.ai-modal-trigger {
        margin: 0;
        width: 3rem;
    }

    .product-compare-nav .heading-close-btn-wrap {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 3.625rem;
    }

    .product-compare-nav .ai-trigger-block h3 {
        text-align: left;
        margin-left: 0.5rem;
    }

    .product-compare-nav .ai-input-zone {
        flex-grow: 1;
    }

    .ai-input-zone textarea {
        height: 5rem;
    }

    .product-compare-nav .ai-input-zone .btn.btn-primary.ai-modal-trigger {
        max-width: 250px;
        margin-left: auto;
    }

    .product-compare-nav .product-compare-close#product-compare-close {
        margin-top: 5px;
    }

    .ai-trigger-block p.instruct-txt {
        display: inline-block;
        margin: 0 0 0.75rem 0;
    }

    .product-detail-page-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr; 
        grid-template-areas: 
            "action action"
            "gallery header"
            "gallery info"
            "gallery ai-block";
        column-gap: 2vw; 
        padding: 0;
    }

    .product-detail-page-wrap .action-wrap {
        grid-area: action;
        justify-content: space-between;
    }

    .product-detail-page-wrap .action-wrap #print-page {
        display: flex;
        border: none;
        background: transparent;
        align-items: center;
        gap: 0.5rem;
        color: #0E625B;
    }

    .product-detail-page-wrap .image-gallery {
        grid-area: gallery;
        margin-top: 0;
    }

    #product-detail-main {
        height: 35rem;
    }

    #product-detail-main::after {
        background-image: url(images/magnifying_glass_eye_icon.svg);
        height: 3.5rem;
        width: 3.5rem;
        display: none;
    }

    #product-detail-main:hover::after {
        display: block;
    }

    .product-detail-page-wrap #product-detail-thumbs {
        justify-content: flex-start;
        margin: 3rem 0 0;
    }

    .image-modal-content {
        max-width: calc(100vw - 3rem);
    }

    .image-modal-content img {
        max-width: calc(100vw - 6rem);
    }

    .product-detail-page-wrap .title-desc-wrap {
        grid-area: header;
    }

    .product-detail-page-wrap .title-desc-wrap .title {
        margin-top: 0;
    }

    .product-detail-page-wrap .accordion {
        grid-area: info;
    }

    .product-detail-page-wrap .ai-trigger-block {
        grid-area: ai-block;
    }

    #productFilterHeading {
        cursor: default;

    }
    
    #productFilterHeading::after {
        display: none;
    }
    
    .product-filters-container {
        max-height: none !important;
    }

    .product-group {
        border-bottom: none;
    }
    
    .product-group h4 {
        padding: 0;
    }

    .product-group h4:first-of-type {
        margin: 24px 0 0;
    }
    
    /* Show chevrons and allow accordion toggling on desktop */
    .product-group h4::after,
    .filter-accordion-header::after {
        display: block;
    }
    
    .product-group .product-group-items {
        /* Remove !important so JS can control max-height for accordion functionality */
        max-height: 0;
    }
    
    .filter-accordion-header {
        cursor: pointer;
        padding-right: 32px;
    }
    #resultsContainer {
        .row {
            .col-md-4 {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
                .product-listing {
                    margin: 0.5rem 0;
                }
            }
        }
    }
}

@media only screen and (min-width: 1025px) {
    .product-compare-nav h2 {
        font-size: 3rem;
    }
}


@media (max-width: 1400px) {
    /* hero banner */
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}

/* XL */
@media (max-width: 1200px) {
    a.logo {
        max-width: 167px;
        height: 75px;
        margin-top: 0;
    }

    .header-links {
        flex-grow: 1;
    }

    .main-nav .nav-menu {
        display: none !important;
    }

    #sm_menu_ham {
        cursor: pointer;
        position: relative;
        z-index: 9999;
    }

    #sm_menu_ham i {
        font-size: 1.5rem;
        color: #000;
        margin-right: .5rem;
    }

    a.btn-rwd {
        display: flex;
        color: #000;
        min-width: 1.81rem;
        height: 100%;
        align-items: center;
    }

    a.btn-rwd:hover {
        text-decoration: none;
    }

}

/* LG */
@media(max-width: 992px) {
    /* Mobile: Show chevrons and allow accordion toggling */
    .filter-accordion-header::after {
        display: block;
    }
    
    .product-group .product-group-items {
        /* Remove !important so JS can control max-height for accordion functionality */
        max-height: 0;
    }
    
    .filter-accordion-header {
        cursor: pointer;
        padding-right: 32px;
    }
    
    .product-filters-container {
        overflow: hidden;
    }

    .product-listing-page {
        h1 {
            text-align: center;
        }
    }

    .separator:before {
        display: none;
    }

    .collapse-lg-none:not(.show) {
        display: none !important;
    }

    .product-detail-title {
        border-bottom: none;
    }

}

/* MD */
@media(max-width: 768px) {
    .main-site-link {
        border: none;
        margin: 0 .5rem 0;
        padding: 0;
    }

    .search .sf-search-input-wrapper {
        width: 100%;
    }

    .login-link {
        display: none;
    }

    .login .dropdown-toggle::after {
        display: none;
    }

    .login .dropdown-menu.show {
        right: -1.5rem;
        left: auto !important;
    }

    .sub-main {
        width: 100% !important;
    }

    .separator:before {
        display: none;
    }

    /* hero banner */
    #hero-banner .img-bg {
        height: auto;
    }

    #hero-banner .banner-text {
        max-width: 100%;
        position: relative;
        left: auto;
        transform: none;
        margin: 0 auto;
        padding: 1rem;
    }

    /* search results */
    .sf-search-results .sf-media {
        display: block;
    }

    .thumbnail-holder {
        width: 100%;
        margin: 0 0 1.5rem;
    }

    /* Cookie Banner */
    #tracking-consent-dialog {
        max-height: 30vh;
        overflow-y: auto;
    }
    #tracking-consent-dialog:before {
        content: 'Scroll to Dismiss';
        display: inline-block;
        position: absolute;
        right: 0;
        font-size: .75rem;
        padding: .5rem;
        margin-top: -1.5rem;
        z-index: 9999;
        background: #000;
    }

    .at-questionnaire {
        padding: 3rem 1.5rem;
    }

    .at-questionnaire .btn {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 1.5rem 0 !important;
    }
}

/* SM */
@media (max-width: 576px) {
    /* Headings */
    .display-1{
        font-size: 61px;
        line-height: 73px;
    }
    
    .display-2{
        font-size: 48px;
        line-height: 58px;
    }

    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 29px;
        line-height: 34px;
    }

    h4 {
        font-size: 24px;
        line-height: 29px;
    }

    h5{
        font-size: 20px;
        line-height: 24px;
    }

    h6{
        font-size: 16px;
        line-height: 19px;
    }

    blockquote {
        font-size: 1rem;
    }

    /* buttons */
    .btn, .btn.primary, .btn.btn-primary, a.btn-link1, .btn-link1 a, a.btn-link2, .btn-link2 a {
        display: block;
        margin: 1.5rem auto;
        max-width: 60vw;
    }
    
    .btn.add-product-btn {
        display: flex;
        max-width: 100%;
        font-size: 1rem;
    }

    p > .btn:nth-of-type(2) {
        margin-left: auto;
    }

    .hero-banner .banner-text .btn {
        margin: 1.5rem auto;
    }

    .lead {
        font-size: 1.25rem;
    }

    .product-description {
        font-size: 1rem;
    }

    /* header */
    header {
        min-height: 132px;
    }

    .header-top {
        font-size: .75rem;
        background: #ebebeb;
    }

    .eyebrow ul li {
        margin: 0 0 0 .5rem;
    }

    a.logo {
        margin-top: .5rem;
    }

    .search {
        position: fixed;
        top: 132px;
        left: 0;
        right: 0;
        background: #ebebeb;
        visibility: hidden;
        opacity: 0;
        transition: opacity ease-in-out .3s;
    }

    .search.active {
        visibility: visible;
        opacity: 1;
    }

    .search .form-group {
        margin: 0;
    }

    .btn-rwd span {
        display: none;
    }

    .sm_menu_outer, main {
        top: 132px;
    }

    /* hero banner */
    .hero-banner {
        position: relative;
        overflow: hidden;
    }

    .hero-banner .banner-img {
        position: absolute;
        height: 100%;
    }

    .hero-banner .banner-img:before {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .5);
    }

    .banner-text {
        color: #FFF;
        position: relative;
        z-index: 1;
    }

    /* Carousel Nav */
    .tns-nav {
        display: none;
    }

    main {
        padding-top: 132px;
    }

    .at-questionnaire .btn {
        max-width: 100%;
    }
}

/* BACKEND OVERWRITES */
.sfPageEditor header {
    position: relative;
}

.sfPageEditor header .row {
    height: auto;
}

.sfTemplateEditor .search {
    position: relative;
    opacity: 1;
}

.sfPageEditor main {
    padding-top: 0;
}

.sfPageEditor div[data-aos] {
    opacity: 1 !important;
    transform: none;
}

/* PRINT */
@media print {
    body {
        overflow: auto;
        min-height: auto;
    }

    .container {
        width: auto;
    }

    img {
        break-after: avoid;
    }

    header, footer, .b-crumbs, .product-compare-nav, .product-compare, #productFilters, .btn.collapsed {
        display: none !important;
    }

    main {
        padding-top: 0;
    }

    .product-compare-overlay {
        position: absolute;
        overflow: hidden;
        height: 100%;
    }
}

/* Card Link */
.card-link:hover .card-title, .card-link:focus .card-title{
    text-decoration: underline;
}

/* 1. Main body content links */
main a:not(.btn):not(.btn-link1):not(.btn-link2):not(.arrow):not(.nav-link):not(.card-link):not(.footer-link):not(:is(.btn-link1, .btn-link2, .arrow, .nav-link, .card-link, .footer-link) a) {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: none;
}
main a:not(.btn):not(.btn-link1):not(.btn-link2):not(.arrow):not(.nav-link):not(.card-link):not(.footer-link):not(:is(.btn-link1, .btn-link2, .arrow, .nav-link, .card-link, .footer-link) a):hover,
main a:not(.btn):not(.btn-link1):not(.btn-link2):not(.arrow):not(.nav-link):not(.card-link):not(.footer-link):not(:is(.btn-link1, .btn-link2, .arrow, .nav-link, .card-link, .footer-link) a):focus {
  color: #00796E;
  text-decoration: none;
}

.btn-link,.btn-link2,.btn-link a,.btn-link2 a{
    color: #fff !important;
    text-decoration: none !important;
}

.btn-link a, .btn-link2 a{
    background: none !important;
}

.card a{
    text-decoration: none !important;
}

.card a:hover h4, .card a:focus h4{
    text-decoration: underline !important;
}

.card a:hover h4, .card a:focus h4, .card a:hover p, .card a:focus p{
    color: #000 !important;
}

/* 2. Arrow links */
main a.arrow, main .arrow a {
  color: #00796E !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: none;
}
main a.arrow:hover, main .arrow a:hover, main a.arrow:focus, main .arrow a:focus {
  text-decoration: underline !important;
}

/* 3. Card components: only title underlines on hover */
.card .card-title a {
  text-decoration: none;
  font-weight: 500;
}
.card .card-title a:hover,
.card .card-title a:focus {
  text-decoration: underline;
  color: #00796E;
}
.card .card-text a,
.card .card-body a {
  text-decoration: none !important;
  font-weight: 500;
}
.card .card-text a:hover,
.card .card-body a:hover {
  text-decoration: none !important;
  color: #00796E;
}

/* 4. Nav/Header/Footer links: preserve their styles */
header a,
.nav-menu a,
footer a,
.footer-links a {
  text-decoration: none;
  font-weight: initial;
  color: inherit;
  transition: color .3s;
}
header a:hover,
.nav-menu a:hover,
footer a:hover,
.footer-links a:hover {
  text-decoration: underline;
  color: inherit;
}

/* Podcast Widget */

.podcast-widget{
    margin: 20px 0;
}

.podcast-widget .accordion .card .card-header h3{
    margin: 0;
    padding: 0;
    width: fit-content;
}

.podcast-widget .accordion .card .card-header{
    border-bottom: none;
}

.podcast-widget .accordion .card .card-header button{
    text-transform: none;
    width: fit-content;
    padding: 6px 0 0 0;
    margin: 6px 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #3F3F3F !important;
}

.podcast-widget .accordion .card .card-header button:hover, .podcast-widget .accordion .card .card-header button:focus{
    color: #000 !important;
}

.podcast-widget .accordion .card .card-header button:hover::after, .podcast-widget .accordion .card .card-header button:focus::after{
    color: #049BA6 !important;
}

.podcast-widget .accordion .card .collapse.show{
    border-top: 1px solid #ccc;
}

.podcast-widget .accordion .card .card-header button::after{
    left: calc(100% + 9px);
    top: 50%;
    color: #3F3F3F !important;
    transform: translateY(-50%);
    font-size: 1rem;
}