.product-cards {
    position: relative;
    z-index: 1;
}

.product-cards--homepage {
    overflow: hidden;
    padding: 64px 0 47px 0;
}

.product-cards__bg {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.product-content {
    display: none;
}

.product-content.current {
    display: inherit;
}

.product-cards__bottom {
    margin-top: 40px;
}

.product-nav {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}

.product-title {
    margin-bottom: 24px;
    border-bottom: 4px solid #9BCBEA;
    padding-bottom: 12px;
    font-size: 18px;
    color: #2D2A2A;
    font-weight: 700;
    line-height: 1.333em;
}

.product-title--diagnostic {
    border-color: #9BCBEA;
}

.product-title--endodontic {
    border-color: #9E2A2B;
}

.product-title--orthodontic {
    border-color: #6EA287;
}

.product-title--periodontal {
    border-color: #B46B7A;
}

.product-title--restorative {
    border-color: #F2BE49;
}

.product-title--organization {
    border-color: #7C80AC;
}

.product-title--surgical {
    border-color: #E6EEEB;
}
  
.product-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #D0D3D4;
    border-bottom: none;
}
  
.product-nav ul li {
    margin: 0;
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid #D0D3D4;
    color: #2D2A2A;
    font-size: 16px;
    line-height: 1.5em;
    cursor: pointer;
    background: #fff;
}

.product-nav ul li::before {
    display: none;
}
  
  
.product-nav {
    position: relative;
    height: 54px;
}

.product-nav ul {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-nav ul li {
    order: 1;
}

.product-nav nav ul li.active {
    order: 0;
}

.product-nav ul::after {
    content: "\e907";
    font-family: 'prodent-usa-icon';
    position: absolute;
    color: #2D2A2A;
    font-size: 13px;
    line-height: 1em;
    right: 15px;
    top: 20px;
    z-index: 1;
}

.product-nav ul li:not(.active) {
    position: absolute;
    top: -999em;
}

.product-nav ul.expanded::after  {
    content: '\e90a';
}

.product-nav ul.expanded li:not(.active) {
    position: relative;
    top: auto;
}

.js-product-card {
    margin: 0 -30px 0 -8px;
}

.js-product-card .slick-track {
    display: flex !important;
}

.js-product-card .slick-slide {
    height: inherit !important;
}

.js-product-nav.slick-initialized .slick-slide { 
    display: inline-block; 
} 

.js-product-card .slick-slide div {
    height: 100%;
}

.js-product-card .slick-slide .product-card div {
    height: auto;
}

.product-card-item {
    padding: 8px;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.09);
    padding: 24px 16px 16px;
    width: 182px;
    background: #fff;
    transition: all .3s ease-in;
}

.product-card__img {
    display: block;
    background: none;
    height: 97px !important;
}

.product-card__img:hover {
    background: none;
}

.product-card__details {
    margin-top: 16px;
    transition: all .3s;
}

.product-card__title {
    display: block;
    color: #040E1C;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 8px;
    background-size: 3px 0;
}

.product-card__title:hover {
    background-size: 3px 0;
}

.product-card__price {
    color: #505759;
    font-size: 16px;
    line-height: 1.5em;
}

.product-card__bottom {
    margin-top: 16px;
}

.product-card__hover {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.product-card__bottom .added_to_cart {
    display: none;
}

.hover-off {
    display: none;
}

.bttn-card {
    border: 1px solid #003057;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: #003057;
    line-height: 1em;
}

.bttn-card--border {
    color: #003057;
    background: #fff;
}

.product-card__fixed {
    display: flex;
    gap: 7px;
}

.product-card__fixed .product-card--link.added,
.product-card__fixed .added_to_cart {
    width: 50%;
}

.woocommerce .product-card-item a.added_to_cart.wc-forward {
    display: none;
}

.product-card .product-badge {
    left: 15px;
    top: 15px;
}

@media (min-width: 768px) {
        
    .product-cards--homepage {
        padding: 64px 0 80px 0;
    }

    .product-cards__bg {
        position: absolute;
        z-index: -1;
        opacity: 0.15;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .product-nav {
        margin-bottom: 24px;
        margin-right: -52px;
        height: auto;
        background: none;
    }

    .product-nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        border: none;
        padding: 0 0 0 0;
        margin: 0 -24px;
        width: auto;
    }

    .product-nav ul::after  {
        display: none;
    }

    
    .product-nav ul li {
        display: block;
        margin: 0 0;
        padding: 0 24px;
        border: none;
        font-size: 18px;
        color: #2D2A2A;
        opacity: 0.6;
        font-weight: 700;
        background: none;
    }

    .product-nav ul li span {
        position: relative;
        display: inline-block;
        padding-bottom: 13px;
    }

    .product-nav ul li span::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 4px;
        transition: all .3s;
    }

    .product-nav ul li.active span::before {
       width: 100%;
    }

    
    .product-nav-buttons li:first-child span::before {
        background: #9BCBEA;
     }
 
     .product-nav-buttons li:nth-child(2) span::before {
         background: #9E2A2B;
     }
 
     .product-nav-buttons li:nth-child(3) span::before {
         background: #6EA287;
     }
 
     .product-nav-buttons li:nth-child(4) span::before {
         background: #B46B7A;
     }
 
     .product-nav-buttons li:nth-child(5) span::before  {
         background: #F2BE49;
     }
 
     .product-nav-buttons li:nth-child(6) span::before {
         background: #7C80AC;
     }
 
     .product-nav-buttons li:nth-child(7) span::before {
         background: #E6EEEB;
     }


    .product-nav::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 168px;
        height: 100%;
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    }

    .product-nav::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 1px;
        background: #D0D3D4;
    }

    .product-nav ul li:not(.active) {
        position: relative;
        top: auto;
      }
    
      .product-nav ul li.active {
        order: 1;
        opacity: 1;
      }
    

    .js-product-card {
        margin: 0 -68px 0 -16px;
    }


    .product-card-item {
        padding: 16px;
    }

    .product-card {
        box-shadow: 0 3px 20px rgba(0,0,0,0.09);
        width: 258px;
    }

    .product-card__img {
        height: 165px !important;
    }

    .product-card__details {
        margin-top: 24px;
    }

    .product-card__bottom {
        margin-top: 24px;
    }

    .product-card__hover {
        display: flex;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .hover-off {
        display: block;
    }

    .hover-on {
        display: none;
    }

    .bttn-card {
        width: 100%;
        font-weight: 700;

    }

    .product-content {
        position: relative;
    }

    .product-content::after {
        content: '';
        position: absolute;
        right: -63px;
        bottom: 0;
        width: 168px;
        height: 100%;
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 12%,rgba(255,255,255,0.85) 90%,rgba(255,255,255,1) 100%); 
    }
}


@media (min-width: 1200px) {
    .product-cards--homepage {
        padding: 84px 0 80px 0;
    }

    .product-cards--homepage h2 {
        margin-bottom: 48px;
    }


    .product-nav {
        margin-bottom: 24px;
        margin-right: 0;
    }

    .product-nav ul {
        margin: 0 0;
        gap: 48px;
    }
    
    .product-nav ul li {
        padding: 0 0;
    }


    .product-nav::after {
        display: none;
    }

    .product-content::after {
        display: none;
    }

    .js-product-card {
        margin: 0 -16px 0 -16px;
    }

    .product-card {
        width: 100%;
        min-height: 485px;
        padding-bottom: 16px;
    }

    .product-card__img {
        height: 248px !important;
    }

    .product-card__details {
        margin-top: 50px;
    }

    .product-card__bottom {
        margin-top: 6px;
    }

    .product-card__fixed .product-card--link.added, 
    .product-card__fixed .added_to_cart,
    .product-card__fixed .bttn-card {
        width: 100%;
    }

    .product-card__hover {
        justify-content: center;
        gap: 6px;
        flex-wrap: wrap;
        opacity: 0;
    }

    .product-card:hover .product-card__details {
        margin-top: 40px;
    }

    .product-card:hover .product-card__hover {
        opacity: 1;
    }

    .product-card:hover + .product-card__fixed {
        display: none;
    }

    .hover-off {
        display: block;
    }

    .hover-on {
        display: none;
    }

    .bttn-card {
        width: auto;
        font-weight: 700;

    }

    .product-card-item {
        position: relative;
    }
    
    .product-card__fixed {
        position: absolute;
        width: calc(100% - 32px);
        bottom: 16px;
        left: 16px;
        margin: 0;
    }
    
    .bttn-card.card-open:hover {
        background: var(--dark-blue);
        color: #fff;
    }

    .bttn-card--border:hover {
        background: transparent;
    }

    .bttn-card:hover .hover-off {
        display: none;
    }

    .bttn-card:hover .hover-on {
        display: block;
        font-size: 18px;
        font-weight: normal;
    }

    .product-card__hover .bttn-card {
        width: calc(50% - 3px);
    }

    .product-card:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,0.24);
    }

    .bttn-card--border:hover {
        color: #003057;
        border-color: #003057;
    }

}

/* PPC */
.ppc-product-buttons .js-product-card {
    justify-content: center;
}

/* Product USP List */
.product-tab-usp-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 24px;
    margin: 0 auto 24px;
    max-width: 860px;
}

.product-tab-usp-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.product-tab-usp-list li::before {
    display: none;
}

.product-tab-usp-list li i {
    font-size: 0.8em;
}

.ppc-product-buttons .product-card .product-badge {
    color: #040E1C;
    opacity: 1;
    background-color: #CEE5ED;
}

.ppc-product-buttons .product-card__title {
    font-size: 18px;
}

.ppc-product-buttons .product-card__price {
    font-size: 18px;
}

.ppc-product-buttons .product-card__fixed .bttn-card {
    text-transform: capitalize;
}