.product-container {
    max-width: 1310px;
    padding: 0;
    margin: 0 auto;
}

.product-banner {
    display: flex;
    grid-gap: 30px;
    margin: 60px 0 80px;
    position: relative;
}

.zoom-image {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
    background: url("../images/zoom.png");
    z-index: 5;
    cursor: pointer;
}

.zoom-image:focus,
.zoom-image:active {
    outline: 0;
}

.product-banner-image-gallery {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

body div .product-banner-feature-image {
	box-shadow: 0 2px 11px 0 rgba(17,17,17,.2);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    height: 450px;
    position: relative;
} /* border: 1px solid #aeaeae; */

.product-banner-feature-image img {
    border-radius: 19px;
    position: relative;
    display: none;
    object-fit: contain;
    height: auto;
    cursor: pointer;
}

body div .show-feature-image {
    display: block;
}

.height-fix {
    height: 100vh;
    overflow: hidden;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 580;
    text-align: center;
    height: 100vh;
    overflow: hidden;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    max-height: 1000px;
    overflow: hidden;
    width: 50%;
    max-width: 1000px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
    color: #333;
    z-index: 999;
}

.product-banner-feature-image .toggle {
    display: none;
}

.product-banner-image-container {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.product-banner-image-gallery {
    margin-top: 20px;
}

body div .product-banner-image-gallery img {
    flex: 1;
    border: 1px solid #fff;
    border-radius: 10px;
    max-height: 140px;
    object-fit: contain;
    padding: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.product-banner-image-gallery .active {
    border-color: #e8ebef;
}

.product-banner-content {
    width: 50%;
}

.product-banner-title {
    font-size: 36px;
    color: #222;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    /*display: flex;*/
}

.product-banner-tagline {
    font-size: 32px;
    color: #222;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
}

.product-banner-description p {
    padding: 0;
    margin: 0.85em 0;
    font-size: 16px;
    color: #222;
    font-weight: 400;
}

.product-banner-links {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    margin-top: 20px;
}

body div .product-banner-links a {
    width: fit-content;
    display: flex;
    color: #222;
    position: relative;
    margin-left: 16px;
    align-items: center;
    font-weight: 400;
    padding-bottom: 1px;
    border-bottom: 1px solid #092442;
    line-height: 16px;
}

.product-banner-links a::before {
    content: "";
    background: url(../images/product-link-bullet.png);
    height: 22px;
    position: absolute;
    left: -24px;
    top: -3px;
    z-index: 5;
    width: 19px;
}

.product-banner-links a:hover {
    padding-bottom: 2px ;
    border-bottom: unset;
}

.show {
    z-index: 999;
    display: none;
}

.show .overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
}

.show .img-show {
    width: 600px;
    height: auto;
    background: transparent;
    position: absolute;
    left: 50%;
    top: -10%;
}

.show .img-show img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 600px;
    min-height: 430px;
}

.img-show span {
    position: absolute;
    top: 10px;
    right: -100px;
    z-index: 100000;
    cursor: pointer;
    font-size: 20px;
    color: white;
}

.product-faq {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 0 0;
}

.product-faq-item-top {
    color: #092442;
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.product-faq-item {
    border-bottom: 1px solid #E5E6EA;
    padding: 30px 0 22px;
}

.product-faq p{
    font-size: 16px;
    color: #092442;
    margin: 0;
    padding: 0;
}

.product-faq-title {
    display: flex;
    justify-content: center;
    font-size: 36px;
    color: #092442;
    font-weight: 600;
    margin-bottom: 40px;
}

.product-faq-item-description {
    max-height: 0;
    overflow: hidden;
    padding-top: 8px;
    font-weight: 300;
    transition: max-height .3s linear;
    transition-delay: 0s;
}

.product-faq-item-description a, .product-faq-item-description a strong {
    color:#0a9200;
    text-decoration:underline;
}

.product-faq-item-description a:hover {
	color:#1cb401;
    text-decoration:none;
}

.product-faq-item.active .product-faq-item-description {
    max-height: 400px;
    transition: max-height .3s linear;
    transition-delay: 0s;
}

.product-faq-item-arrow {
    display: flex;
    padding: 0 8px;
    border: 2px solid #24B70C;
    border-radius: 50%;
}

.product-faq-item-arrow span{
    position: relative;
    top: -1px;
    right: -.5px;

}

.product-faq-item-arrow span svg{
    width: 10px;
    height: 10px;
    scale: 3;
    transition: all .3s;
}


.active .product-faq-item-arrow span svg{
    transform: rotate(90deg);
}

.product-featured-container {
    background: #092442;
    padding: 50px 0 100px 0;
    position: relative;
    background-image: url("../images/background-image.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.product-featured {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    z-index: 5;
}

.product-featured-item {
    padding: 60px 30px 60px 40px;
    color: white;
    border-top: 1px solid rgba(255,255,255,.3);
}

.product-featured-item:nth-child(-n + 3) {
    border-top: unset;
    padding-top: 32px;
}

.product-featured-item:nth-child(3n + 2) {
    border-right: 1px solid rgba(255,255,255,.3);
    border-left: 1px solid rgba(255,255,255,.3);
}

.product-featured-title {
    font-size: 36px;
    color: white;
    display: flex;
    justify-content: center;
    margin: 30px 0 48px;
    font-weight: 600;
}

.product-featured-name {
    font-size: 20px;
    font-weight: 600;
}

.product-featured-description {
    font-size: 16px;
    font-weight: 400;
}

.product-featured-icon {
    margin-bottom: 20px;
}

.product-detail {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    align-items: flex-start;
    padding: 80px 40px 0;
}

.product-detail-description {} /* display: grid; gap: 20px; */

.product-detail-content {
    width: 50%;
}

.product-detail-image {
    width: 50%;
}

.product-detail-title {
    color: #222;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 36px;
}

.product-detail-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.product-detail-description p {
    margin: 0.85em 0;
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.product-detail-description ul { list-style:disc; margin-left:20px; }

.postid-814  .product-elbows-image,
.postid-1021 .product-elbows-image,
.postid-1028 .product-elbows-image,
.postid-1037 .product-elbows-image { display:none; }

.product-elbows-image {
    padding:150px 0;
	text-align:center;
	background-color:#e6e9ec;
}

.product-elbows-image img {
    width: 100%;
    max-width:1210px;
}

.product-navbar-container {
    background: white;
    height: 90px;
}

.product-navbar {
    display: flex;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto;
}

.product-navbar-item {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}

.product-navbar-box {
    box-shadow: 0 2px 11px 0 rgba(17,17,17,.2);
    border-radius: 8px;
    padding: 32px 50px;
    justify-content: space-around;
    z-index: 500;
    width: 100%;
    background: white;
}

.product-related-title {
    text-align: center;
    font-size: 36px;
    color: #092442;
    padding: 70px 0 60px;
    font-weight: 600;
}

.product-related {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
    max-width: 1300px;
    margin: 0 auto;
}

.product-single-post {
    background: white;
    padding: 25px 36px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 385px;
}

.product-single-post-title {
    font-size: 18px;
    color: #092442;
    text-align: center;
    padding-top: 12px;
    font-weight: 600;
}

.product-single-post-description {
    font-size: 18px;
    color: #222;
    text-align: center;
    padding-top: 8px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-single-post-description p {
    margin: 0;
	line-height:1.3em;
}

.product-related-container {
    background-color: #E6E9EC;
}

.product-feature-image{
    display: flex;
    justify-content: center;
}

.product-feature-image img{
    max-height: 285px;
    width: auto;
}

.product-related-button {
    display: flex;
    justify-content: center;
}

.product-related-link {
    width: fit-content;
    margin: 64px 0 100px;
    padding: 16px 48px;
    background: #0a9200;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}

.product-list-container {
    padding: 0;
    position: relative;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
    max-width: 1300px;
    margin: 0 auto;
}


.product-list-single-post {
    background: white;
    padding: 45px 36px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.product-single-post-title {
    font-size: 18px;
    color: #092442;
    text-align: center;
    padding-top: 12px;
    font-weight: 600;
	line-height:1.3em;
}

.product-list-feature-image img{
    width: 285px;
    height: auto;
}

.product-list-title {
    text-align: center;
    font-size: 36px;
    color: #092442;
    font-weight: 600;
    padding-bottom: 40px;
}

.product-list-feature-image{
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 1024px) {
    .product-banner {
        display: flex;
        flex-direction: row;
        margin: 60px 0;
    }

    .popup-content {
        width: 70%;
        padding: 25px 50px;
    }

    .product-banner-title,
    .product-banner-tagline {
        padding-bottom: 16px;
    }

    .product-faq {
        max-width: 800px;
        padding: 80px 0;
    }

    .product-faq-title {
        margin-bottom: 32px;
    }  
  
    .product-featured {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        z-index: 5;
    }

    .product-featured-container {
        padding: 32px 0 64px;
    }

    .product-featured-item:nth-child(-n + 3),
    .product-featured-item:nth-child(3n + 2) {
        border: unset;
    }

    .product-featured-item:nth-child(n) {
        padding: 40px 32px;
        color: white;
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .product-featured-item:nth-child(-n + 2) {
        border-top: unset;
        padding-top: 16px;
    }

    .product-featured-item:nth-child(2n) {
        border-left: 1px solid rgba(255,255,255,.3);
    }

    .product-featured-title {
        margin: 28px 0 32px;
    }

    .product-detail {
        gap: 30px;
        margin-bottom: 60px;
        flex-direction: column;
        padding: 0;

    }

    .product-detail-title {
        margin-bottom: 16px;
    }

    .product-detail-description {
        display: grid;
        gap: 10px;
    }

    .product-detail-content {
        width: 100%;
    }

    .product-detail-image {
        width: 100%;

    }

    .product-detail-image img {
        max-height: 420px;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .product-navbar-container {
        display: none;
    }

    .product-related {
        grid-template-columns: repeat(2,1fr);
    }

    .product-related-link {
        width: fit-content;
        margin: 48px 0 75px;
        padding: 16px 48px;
    }

    .product-related-title {
        padding: 40px 0;
    }

    .product-list-container {
        padding: 60px 0;
    }


    .product-list-feature-image img{
        width: 280px;
        height: auto;
    }

    .product-list-single-post {
        padding: 30px 36px;
    }
}

@media only screen and (max-width: 768px) {
    .product-container {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .popup-content {
        width: 70%;
        padding: 25px 25px;
    }
	
    .product-banner {
        display: flex;
        flex-direction: column;
        margin: 60px 0;
    }
	
    .product-banner-image-container,
    .product-banner-content {
        width: 100%;
    }
	
	.product-banner-image-container { order:2; }
    .product-banner-content { order:1; }

    .product-related {
        grid-template-columns: 1fr;
    }

    .product-related-link {
        width: fit-content;
        margin: 24px 0 40px;
        padding: 12px 24px;
    }

    .product-single-post {
        padding: 25px 48px 30px;
    }

    .product-related-title {
        padding: 24px 0;
        font-size: 24px;
    }

    .product-feature-image img{
        height: 260px;
    }
  
    .product-banner {
        margin: 40px 0;
    }

    .product-detail {
        margin-bottom: 40px;
    }

    .product-faq {
        padding: 40px 0;
    }

    .product-faq-title {
        justify-content: flex-start;
        font-size: 32px;
        margin-bottom: 0;
    }

    .product-faq-item.active .product-faq-item-description {
        max-height: 450px;
    }
  
    .product-featured {
        grid-template-columns: 1fr;
    }

    .product-featured-title {
        margin: 8px 0 24px;
        font-size: 32px;
    }

    .product-featured-item:nth-child(n) {
        padding: 24px 0;
        border-top: 1px solid rgba(255,255,255,.3);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .product-featured-item:first-child {
        border-top: unset;
        padding-top: 12px;
    }

    .product-featured-item:nth-child(2n) {
        border-left: unset;
    }
}

@media only screen and (max-width: 576px) {
    .product-detail {
        gap: 16px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .popup-content {
        width: 90%;
        padding: 20px;
    }

    .product-featured-title {
        font-size: 28px;
    }

    .product-featured-container {
        padding: 32px 0;
    }

    .product-banner-image-gallery {
        grid-gap: 8px;
    }

    .product-faq-title {
        font-size: 24px;
    }

    .product-faq-item.active .product-faq-item-description {
        max-height: 500px;
    }

    .product-list-container {
        padding: 40px 0;
    }
}
