/* Product Banner Section */

.single-product-banner {
    padding: 30px 0;
    padding-bottom: 0;
    margin-top: -82px;
}

.single-product-banner .container {
    /* max-width: 1440px; */
    margin: auto;
}

.single-product-banner .container h2 {
    padding: 80px 0;
}


.single-product-banner .container .wrapper .single-product-content {
    display: flex;
    margin: 40px 0 0 0;
}

.single-product-banner .product-list-col,
.single-product-banner .product-image-col,
.single-product-banner .product-text-col {
    box-sizing: border-box;
    padding: 40px;
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-item {
    color: black;
    font-size: 24px;
    text-decoration: unset;
    padding: 0 50px 20px 50px;
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-item:hover {
    text-decoration: underline;
    font-weight: 700;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-item.active {
    text-decoration: underline;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-subitem {
    display: none;
    margin: 0;
    padding-bottom: 20px;
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-subitem li a {
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    transition: all 0.3s;
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-subitem li a:hover {
    opacity: 0.4;
}

.single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-subitem.active {
    display: block;
    padding-left: 70px;
}

.single-product-banner .container .wrapper .single-product-content .single-product-information-col {
    display: flex;
    width: 75%;
    background-color: #5A5A5A;
}

.single-product-banner .container .wrapper .single-product-content .single-product-image-col {
    position: absolute;
    padding: 0 100px;
    display: flex;
}

.single-product-banner .container .wrapper .single-product-content .single-product-image-col img {
    width: 100%;
    height: calc(100vh - 100px);
    /* max-height: 900px; */
    object-fit: contain;
}

.single-product-description {
    width: 100%;
    /* max-width: 1000px; */
}

.single-product-description-col {
    width: 100%;
}

.single-product-description-swiper {
    height: calc(100vh - 70px);
}

.admin-bar .single-product-description-swiper {
    height: calc(100vh - 100px);
}

.single-product-banner .single-product-description {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.64px;
    display: flex;
    justify-content: end;
    padding-right: 50px;
    padding-top: 100px;
}

.single-product-banner .single-product-description > div {
    max-width: 320px;
    height: fit-content;
}

.single-product-banner .single-product-swiper {
    overflow: hidden !important;
}

.single-product-banner .swiper-autoheight, .single-product-banner .single-product-swiper .swiper-slide {
    /* max-height: 900px !important; */
    height: calc(100vh - 84px + 16px) !important;
}

.admin-bar .single-product-banner .admin-bar .swiper-autoheight, .single-product-banner .single-product-swiper .swiper-slide {
    /* max-height: 900px !important; */
    height: calc(100vh - 84px - 16px - 16px) !important;
}

.single-product-banner .single-product-slide {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}

.single-product-banner .single-product-slide .single-product-video-col {
    position: absolute;
    width: 100%;
    height: 100%;
}
.single-product-banner .single-product-slide .single-product-video-col .single-product-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.single-product-video-col,
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-product-video-col .video-iframe,
.single-product-video-col .video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product-video-col .video-iframe {
    width: 177.78vh;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
}


@media screen and (max-width: 1024px) {

    .single-product-description-swiper {
        height: 400px !important;
    }

    .single-product-banner .swiper-autoheight, .single-product-banner .single-product-swiper .swiper-slide {
        max-height: 400px !important;
    }
    .single-product-banner .container .wrapper .single-product-content {
        flex-direction: column;
    }

    .single-product-banner .container .wrapper .single-product-content .single-product-list-col {
        width: calc(100% - 32px);
        flex-direction: row;
        overflow: auto;
        padding-top: 25px;
        padding-left: 16px;
        padding-right: 16px;
        gap: 15px;
    }

    .single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-item {
        padding: 0 0 15px 0;
        font-size: 1rem;
        line-height: 24px; 
    }

    .single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-item.active {
        font-size: 1rem;
        line-height: 24px;
        text-underline-offset: 4px;
    }

    .single-product-banner .container .wrapper .single-product-content .single-product-list-col .single-product-list-subitem.active {
        display: none;
    }

    .single-product-banner .single-product-description {
        font-size: calc(24rem / 16);
        line-height: 32px; /* 133.333% */
        letter-spacing: -0.48px;
        padding: 0 16px 25px 16px;
        justify-content: start;
        align-items: end;
    }

    .single-product-banner .container .wrapper .single-product-content .single-product-image-col {
        padding: 25px 16px;
        flex-direction: column;
    }

    .single-product-banner .container .wrapper .single-product-content .single-product-information-col {
        width: 100%;
    }

    .single-product-banner .single-product-swiper .swiper-slide {
        height: 620px;
        max-height: 620px !important;
    }

    .single-product-banner .container .wrapper .single-product-content .single-product-image-col img {
        width: 100%;
        height: 100%;
        max-width: 265px;
        align-self: center;
    }

    .single-product-description {
        position: unset;
        max-width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .single-product-banner .single-product-slide {
        justify-content: center;
    }

    .single-product-banner .single-product-description > div {
        padding-top: 0 !important;
    }
    
}

/* Product Video Section */

.video-wrapper {
    display: flex;
}

.video-wrapper .banner-video {
    width: 100%;
}

.video-placeholder img {
    width: 100%;
    min-height: 284px;
    object-fit: cover;
} 


/* Product Commonly Used Section */

.single-product-common-used {
    padding-bottom: calc(75rem / 16);
    scroll-margin-top: 60px;
}

.common-used-header {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}

.common-used-header h2 {
    padding: calc(50rem / 16) 0;
}


.common-used-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: calc(50rem / 16) 30px 0 30px;
}

.common-used-list-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    display: block;
}

.common-used-list.mobile {
    display: none;
}

.common-used-swiper {
    overflow: hidden;
}

.single-product-common-used .swiper-slide {
    display: flex;
    justify-content: center;
}

.common-used-prev::after,
.common-used-next::after {
    display: none !important;
}

.common-used-prev,
.common-used-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.common-used-prev { left: -40px; }
.common-used-next { right: -40px; }

.common-used-prev svg,
.common-used-next svg {
    width: 40px;
    height: 40px;
    stroke: #fff; /* change color */
    transition: stroke 0.3s;
}

.common-used-prev:hover svg,
.common-used-next:hover svg {
    stroke: #00aaff; /* hover color */
}



.common-used-item {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.common-used-item .common-used-image {
    display: flex;
    justify-content: center;
    /* min-height: 260px; */
    /* aspect-ratio: 1 / 1; */
}

.common-used-item .common-used-image img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.common-used-featured {
    max-width: 1440px;
    margin: 50px auto 0 auto;
    display: flex;
    padding: 0 50px;
}

.common-used-featured .featured-content {
    display: none;
}
.common-used-featured .featured-content.active {
    display: flex;
    width: 100%;
}

.common-used-item p {
    margin-bottom: 10px;
    font-size: calc(14rem / 16);
    line-height: 18px;
    text-align: center;
    min-height: 20px; /* prevents jump */
    font-weight: 400;
    transition: text-decoration 0.2s ease;
}

.common-used-item:hover p,
.common-used-item.active p {
    text-decoration: underline !important;
    text-underline-offset: 8px;
    font-weight: 700;
}
.common-used-featured .featured-image, .featured-text {
    width: 50%;
}

.common-used-featured .featured-image {
    display: flex;
}

.common-used-featured .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common-used-featured .featured-text {
    background-color: #222222;
}

.common-used-featured .featured-text-wrapper {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.common-used-featured .featured-text-wrapper p {
    padding-top: 25px;
    padding-bottom: 15px;
}

.common-used-featured .featured-text-wrapper .as-seen-in-title {
    color: #FFF;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.common-used-featured .featured-text-wrapper a {
    align-self: end;
}

.common-used-featured .short-desc {
    font-size: calc(24rem / 16);
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-top: 25px;
}

.common-used-featured .as-seen-in {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
    padding-top: 15px;
    padding-bottom: 25px;

}

.common-used-featured .as-seen-in.justify-between {
    justify-content: space-between;
}

.common-used-featured .as-seen-in.justify-start {
    justify-content: start;
}

.common-used-featured .as-seen-in-wrapper {
    width: 150px;  
    height: 80px;  
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
        border-radius: 1px;
    border: 1px solid #404040;
}

.common-used-featured .as-seen-in-wrapper img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;  
}

.common-used-featured .as-seen-in {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 25px;
}

.common-used-featured .as-seen-in-wrapper {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #404040;
  height: 80px;
  border-radius: 1px;
  background: transparent;
}

.common-used-featured .as-seen-in::after {
  content: "";
  flex: auto;
  max-width: calc(33.333% - 20px);
}

@media screen and (max-width: 1024px) {
    .common-used-list-wrapper {
        display: none;
    }

    .common-used-list.mobile {
        display: flex;
    }

    .single-product-common-used {
        padding-bottom: calc(10rem / 16);
    }

    .common-used-header {
        padding: 0 1rem;    
    }

    .common-used-list {
        overflow: auto;
        gap: 20px;
        padding: 0 16px 20px 16px;
    }
    
    .common-used-item {
        width: 100%;
    }

    .common-used-item .common-used-image {
        /* padding: 10px; */
        /* width: 200px;
        height: 200px; */
    }


    .common-used-item .common-used-image img {
        /* width: 100%;
        object-fit: contain; */
    }

    .common-used-featured .featured-content.active {
        padding: 0 16px;
        flex-direction: column;
        width: auto;
    }

    .common-used-item p {
        font-size: 1rem;
        line-height: 24px;
    }

    .common-used-featured .featured-text-wrapper {
        padding: 25px 16px;
    }
    
    .common-used-featured .featured-image img {
        width: 100%;
    }

    .common-used-featured {
        flex-direction: column;
        padding: 0;
    }

    .common-used-featured .featured-image, .common-used-featured .featured-text {
        width: 100%;
    }

    .common-used-featured .as-seen-in {
        justify-content: center;
    }

    .common-used-featured .short-desc {
        padding: 0;
    }

    .common-used-featured .featured-text-wrapper {
        gap: 25px;
    }

    .common-used-featured .featured-text-wrapper p {
        padding: 0;
    }

    .common-used-featured .featured-text-wrapper h3 {
        font-size: 2rem;
        line-height: 32px;
    }

}

/* @media screen and (max-width: 767px) {

    .common-used-item .common-used-image {
        width: 200px;
        height: 200px;
        min-height: unset;
    }
} */


/* Content Section */
#frequency.single-product-content {
    scroll-margin-top: 70px;
}

.single-product-content .container-top{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
    padding-top: 75px;
}

.single-product-content .container-bottom {
    max-width: 1540px;
    margin: 0 auto;
}

.single-product-content .product-description {
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    width: 30%;
    min-width: 350px;
    padding-bottom: 75px;
    overflow-y: auto;
    scrollbar-color: #e9e9e9 #fff;
}

.single-product-content .product-description p {
    font-size: calc(16rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}

.single-product-content .product-description p:nth-child(1) {
    margin-top: auto;
}

.single-product-content .sub-titles {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.single-product-content .sub-title{
    color: rgba(0, 0, 0, 0.40);
    font-family: Montserrat;
    font-size: calc(30rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.96px;
}

.single-product-content .sub-title.active{
    color: rgba(0, 0, 0, 1);
}


.single-product-content .product-defense-commercial .links {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: center;
}


.single-product-content .links-toggle {
    border: 1px solid #DDD;
    padding: 12px 10px 14px 10px;
    width: fit-content;
}

.single-product-content .links-toggle a {
    font-size: calc(12rem / 16);
    font-style: normal;
    font-weight: 600;
    line-height: 17.39px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #6A6A6A;
    display: inline-block;
    min-width: 85px;
    text-align: center;
}

.single-product-content .links-toggle a.active {
    background-color: #000;
    color: #fff;

}

.single-product-content .product-listing {
    display: flex;
    padding: 50px;
    gap: 50px;
    justify-content: center;
    position: relative;
}

.single-product-content .product-listing-mobile {
    display: none;
}


.single-product-content .swiper-slide {
    display: flex;
    justify-content: start;
}

.single-product-content .swiper-slide:nth-child(2) .single-product-description > div {
    padding-top: 10%;
}
.single-product-content .swiper-slide:nth-child(3) .single-product-description > div {
    padding-top: 20%;
}
.single-product-content .swiper-slide:nth-child(4) .single-product-description > div {
    padding-top: 30%;
}

.single-product-content .swiper-button-prev::after,
.single-product-content .swiper-button-next::after {
    display: none !important;
}

.single-product-content .swiper-button-prev svg,
.single-product-content .swiper-button-next svg {
    width: 40px;
    height: 40px;
    stroke: #000; /* arrow color */
    transition: stroke 0.3s ease;
}

.single-product-content .swiper-button-prev:hover svg,
.single-product-content .swiper-button-next:hover svg {
    stroke: #00aaff; /* hover color */
}


.single-product-content .product-item {
    width: 100%;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 0 0 1px #DDD inset;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.single-product-content .product-item:hover {
    border-radius: 3px;
    border: 0.804px solid #E2E2E2;
    background: #FFF;
    box-shadow: 
        0 0 0 0.804px rgba(0, 0, 0, 0.02),
        0 1.608px 3.215px rgba(0, 0, 0, 0.16),
        0 3.215px 3.215px rgba(0, 0, 0, 0.25);
}

.single-product-content .highlight-slide .product-item {
    border-radius: 3px;
    border: 0.804px solid #E2E2E2;
    background: #FFF;
    box-shadow: 
        0 0 0 0.804px rgba(0, 0, 0, 0.02),
        0 1.608px 3.215px rgba(0, 0, 0, 0.16),
        0 3.215px 3.215px rgba(0, 0, 0, 0.25);
}

.single-product-content .product-slide .product-image {
    padding: 0px 50px 50px 50px;
    display: flex;
    align-items: start;
    /* padding-bottom: 50px; */
}

.single-product-content .product-item .product-image {
    padding: 50px 50px 25px 50px;
    display: flex;
    align-items: start;
}

.single-product-content .product-image img {
    width: 100%;
}

.single-product-content .product-info {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-product-content .product-info h3 {
    font-size: calc(24rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 25px;
}


.product-content-info {
    display: flex;
    position: relative;
    /* height: calc(100vh - 84px - 156px); */
}

.product-content-info-mobile {
    display: none;
}

.product-content-info .product-information {
    display: flex;
    margin: 0;
}

.sub-title.active {
    font-weight: bold;
    color: #000;
}
.product-information {
    height: calc(100vh - 84px - 150px);
}

.single-product-content .product-slide {
  display: flex;
}

.single-product-content .product-slide.active {
  display: flex;
  opacity: 1;
}

.single-product-content .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.product-frequency, .product-model, .product-connectors {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
}

.product-frequency > p, .product-model > p, .product-connectors > p {
    color: #111;
    font-size: calc(14rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    opacity: 0.6;
    margin-bottom: 5px;
}

.product-frequency span p, .product-model span p, .product-connectors span p {
    color: #111;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.product-button {
    padding: 25px 50px 50px 50px;
    display: flex;
    margin-top: auto;
}

.product-button a {
    width: 100% !important;
    text-align: center;
}

.product-button a::after {
    right: calc(50% - 65px) !important;
}



#content-slider-section-wrapper {
      height: 400vh;
      background: #fff;
      position: relative;
    }

#content-slider-section-wrapper .inner-wrapper {
    position: sticky;
    top: 84px;
    overflow: hidden;
    width: 100%;;
}

.product-content-wrapper .product-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    color: white;
    font-size: 2rem;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    opacity: 0;
    
    transition: all 0.6s ease;
}

.product-content-wrapper .product-slide.active {
    opacity: 1;
    z-index: 10;
}
.product-content-wrapper .product-slide.prev {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .single-product-content .container-top {
        padding: 0 16px;
    }

    .single-product-content .product-listing-mobile {
        display: flex;
        overflow: auto;
        justify-content: start;
        gap: 25px;
        padding: 25px 16px;
    }

    .single-product-content .product-listing {
        display: none;
    }

    .single-product-content .product-listing-mobile .product-item {
        min-width: 300px;
    }

    .single-product-content .product-image, .single-product-content .product-button {
        padding: 25px;
    }

    .single-product-content .product-info {
        padding: 0 25px;
    }

    .product-content-info {
        flex-direction: column;
    }

    .single-product-content .product-description {
        padding: 0;
    }

    .single-product-content .sub-title-mobile {
        font-size: calc(24rem / 16);
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
        letter-spacing: -0.48px;
        margin-bottom: 25px;
    }

    .single-product-content .product-description-mobile p {
        color: #6A6A6A;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-top: calc(15rem / 16);
    }

    .product-content-info  {
        display: none;
    }

    .product-content-info-mobile {
        display: flex;
        flex-direction: column;
    }

    .product-image-mobile {
        margin-bottom: 20px;
        text-align: center;
    }

    .product-image-mobile img {
        max-width: 100%;
        height: auto;
    }

    .product-details-mobile .product-detail-item {
        padding: 25px 0;
    }

    .single-product-content .product-defense-commercial .links {
        padding-left: 16px;
        padding-right: 16px;
    }

    .single-product-content .product-item {
        min-height: unset;
    }

    #content-slider-section-wrapper {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .single-product-content .links-toggle {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

/* Specification section */

#specification.product-specification-page {
    scroll-margin-top: 70px;
}

.single-product-specification .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
    padding-bottom: calc(75rem / 16);
}

.single-product-specification.not-found-page {
    padding-top: 75px;
}

.specification-list {
    display: flex;
    gap: 25px;
    overflow-x: auto;
}

.specification-entry {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 0 0 1px #DDD inset;
    padding: 50px;
    display: flex;
    flex-direction: column;
    width: calc(25% - 120px);
    flex: 1;
    min-width: 200px;
}

/* .product-specification-page .specification-entry {
    height: fit-content;
    min-height: 760px;
} */

.specification-entry.current {
    border-radius: 3px;
    border: 3px solid #3CF3FE;
    box-shadow: none;
}

.specification-entry .contact-button {
    display: none !important;
}

.specification-entry.current .contact-button {
    display: inline-block !important;
    margin-top: 25px;
}

.specification-entry .image-thumb {
    width: 216px;
    height: 186px;
    object-fit: contain;
    margin: 0 auto;
}

.specification-entry h3 {
    font-size: calc(24rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: 22.508px;
    text-align: center;
    padding-top: 20px;
}

.specification-entry > div {
    padding-bottom: 30px;
}

.spec-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}

.spec-info, .spec-info p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 22.508px;
}

.spec-info img {
    padding-bottom: 8px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.specification-entry a {
    margin-top: auto;
    width: auto !important;
    text-align: center;
}

.specification-entry a::after {
    right: calc(50% - 65px) !important;
}

.single-product-specification .specification-entry a.spec-datasheet {
    display: none;
}

.single-product-specification .specification-entry a.spec-learn-more {
    display: block;
}


.single-product-specification.product-specification-page .specification-entry.current a.spec-datasheet {
    display: block;
}

.single-product-specification.product-specification-page .specification-entry.current a.spec-learn-more {
    display: none;
}

/* @media screen and (max-width: 1355px) {
    .specification-list {
        flex-wrap: wrap;
    }

    .specification-entry {
        width: calc(50% - 130px);
    }
} */

@media screen and (max-width: 1024px) {
    .single-product-specification .container {
        padding: 0 16px;
        padding-bottom: 100px;
    }

    .single-product-specification.not-found-page {
        padding-top: 50px;
    }

    .specification-list {
        overflow: auto;
        gap: 20px;
        flex-wrap: nowrap;
    }

    .specification-entry {
        width: 220px;
        min-width: 220px;
        padding: 10px;
    }

    .single-product-specification.product-specification-page .specification-list {
        overflow: unset;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .single-product-specification.product-specification-page .specification-entry.current {
        width: 100%;
        padding: 10px;
        order: 1;
    }

    .single-product-specification.product-specification-page .specification-entry {
        width: 25%;
        min-width: unset;
        min-height: unset;
        padding: 0;
        box-shadow: none;
        order: 2;
        flex: unset;
    }

    .single-product-specification.product-specification-page .specification-entry .spec-info,
    .single-product-specification.product-specification-page .specification-entry a.black {
        display: none;
    }

    .single-product-specification.product-specification-page .specification-entry.current .spec-info {
        display: flex;
    }

    .single-product-specification.product-specification-page .specification-entry > div {
        padding: 0;
    }

    .single-product-specification.product-specification-page .specification-entry h3 {
        padding-top: 25px;
        font-size: calc(14rem / 16);
        line-height: 22.508px;
        word-break: break-word;      /* Break long words onto next line */
        overflow-wrap: break-word;   /* Modern equivalent */
        hyphens: auto; 
    }

    .single-product-specification.product-specification-page.current .specification-entry h3 {
        font-size: calc(24rem / 16);
        line-height: 22.508px;
    }

    .single-product-specification.product-specification-page .specification-entry.current a.spec-datasheet {
        display: block;
        margin-top: 30px;
    }
    .single-product-specification.product-specification-page .specification-entry a.spec-datasheet,
    .single-product-specification.product-specification-page .specification-entry a.spec-learn-more {
        display: none;
    }

    .product-specification-page .specification-entry .image-thumb {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 1024px) {
  .single-product-specification.product-specification-page .specification-entry {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .single-product-specification .specification-entry:not(.current):hover {
    opacity: 0.9;
  }

  .single-product-specification .specification-entry.current {
    pointer-events: none;
  }
}