.ip-product-wrapper {
    /* margin: 20px auto; */
    margin-top: 0px;
}

.ip-container {
    max-width: 1280px;
    margin: 0 auto;
	padding: 0 20px;
}

.ip-breadcrumbs{
	background: #ebebeb;
	padding: 20px 0;
}

.ip-breadcrumbs a, .ip-breadcrumbs a:hover, .ip-breadcrumbs{
	color: #424242;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: 'Montserrat';
}

.ip-featured-image{
	padding:30px;
    width: 100%;
    max-width: 460px;
    border: 1px solid #E6E6E6ED;
    background: linear-gradient(162.41deg, #FFFFFF 0%, #FAFAFA 98.95%);
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px #0000000D;
}
.ip-featured-image img {
    width: 100%;
    max-width: 400px;
}

.faq-question h3{
	margin: 0px !important;
}

.ip-product{	
    padding: 96px 0;
}
.ip-product-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.ip-product-description p:first-child {
    text-align: justify;
}

.ip-product .product-variation {
    width: 100%;
    max-width: 450px;
    margin: 24px 0;
}

.ip-product .ip-product-description h3 {
    font-weight: 700;
    font-family: 'Satoshi';
    margin-bottom: 14px;
}

.ip-product .ip-product-description p {
	font-size: 18px;
}

.ip-product .ip-product-description ul.list-icons {
    margin-top: -12px;
    padding-left: 25px;
    list-style: none;
}

.ip-product .ip-product-description ul.list-icons-horizontal {
    margin-top: -12px;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 22px;
    padding-left: 0;
}

.ip-product .ip-product-description ul.list-icons-horizontal li {
    position: relative;
    font-size: 18px;
    flex: 1;
    min-width: 0;
    padding-left: 26px;   /* space for icon */
}

.ip-product .ip-product-description ul.list-icons-horizontal li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/07/list-icons.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ip-product-description ul li {
    position: relative;
    font-size: 18px;
}
.ip-left, .ip-right {
    flex: 1;
    min-width: 300px;
}

.ip-product-description ul li::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 5px;
    width: 16px;
    height: 18px;
    background-image: url(/wp-content/uploads/2025/07/list-icons.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#tab-1 h2{
	font-weight:600;
	font-size:24px;
}
#tab-1 ul{
	margin-bottom:14px;
}
#tab-1 .line-gap{
	margin-bottom:22px;
}

#tab-1 a{
	text-decoration:underline;
}

#tab-2{
	padding:0px;
}
.ip-left {
    max-width: 460px;
    margin-right: 60px;
    width: 100%;
}

.ip-gallery-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ip-gallery-preview {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
	margin-top: 49px;
}

.ip-gallery-preview li{
	width: 140px;
    height: 140px;
    background: linear-gradient(162.41deg, #FAFAFA 0%, #E2E3E3 98.95%);
	border: 1px solid #E6E6E68C;
    border-radius: 10px;
    padding: 20px;
	cursor: pointer;
  	user-select: none;
}

.ip-gallery-preview li.selected{
    border: 1px solid #017CC5;
    box-shadow: 3px 4px 4px 2px #68BBE940;
    background: linear-gradient(162.41deg, rgba(255, 255, 255, 0.4) 0%, #FAFAFA 98.95%);
}

.ip-gallery-preview li img {
    width: 100px;
    height: 100px;
    object-fit: cover;   
	pointer-events: none;
}


.ip-right h1 {
    font-size: 48px !important;
	font-weight: 700 !important;
    margin-bottom: 15px;
}

.ip-description {
    font-size: 18px;
    color: #000;
    margin: 14px 0;
}

.ip-btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600 !important;
	background-color: #fff;
    color: #0076B9;
    border: 1px solid #067CC2;
    border-radius: 5px;
    padding: 18px 36px;
    transition: all .3s;
}
/* a.ip-btn{
    background-image: none;
    background-color: #fff;
    color: #0076B9;
    border: 1px solid #067CC2;
} */

.ip-right button:focus, .ip-right a:hover, .ip-right .ip-btn:hover, .ip-right a:focus{
	background: linear-gradient(270deg, #46BAFF 0%, #067CC2 100%)  !important;
    color: #FFFFFF !important;
}

.ip-tabsection{
	padding:96px 0;
	background: #F5F5F5ED;
}

.ip-tabs {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    display: block;
	background: #FFFFFF;
	padding:0px;
/* 	padding-bottom:65px; */

}
.ip-tabs table{
	font-size: 18px;
/* 	margin-block-end: 45px; */
}


.tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 4px solid #E6E6E6;
    list-style: none;
    margin-bottom: 42px;
    padding-left: 34px;
    align-items: center;
}

.tabs li:not(:first-child){
	margin-left: 44px;
}

.tab-link {
    padding: 14px 0px;
    padding-top: 12px !important;
    background: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    color: #72706F;
    font-family: 'Montserrat';
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}

.tab-link.current {
    color: #017CC5;
    font-weight: 600;
    font-size: 26px;
}

.tab-link.current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 4px;
  background-color: #0073aa; /* your brand color */
  border-radius: 4px;
}

.tab-content {
    display: none;
    padding: 8px 32px;
    font-size: 18px;
    color: #000;
}

.tab-content.current {
    display: block;
}


.ip-related-products {
    padding: 80px 0;
    overflow: hidden;
}

.ip-related-products h2{
    font-size: 52px !important;
    margin-bottom: 42px;
    text-align: left;
    font-weight: 600;
    color: #151515;
    text-align: center;
	margin-top:0px;
}

.ip-faq-heading{
    font-size: 52px !important;
    margin-bottom: 72px;
    text-align: left;
    font-weight: 600;
    color: #151515;
    text-align: center;
}

/* Related Products Slider - Custom vanilla JS, no dependencies */
.ip-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ip-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.ip-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.ip-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    box-sizing: border-box;
    border: 1px solid #E6E6E68C;
    border-radius: 10px;
    background: linear-gradient(162.41deg, #FCFCFC 0%, #FAFAFA 98.95%);
    padding: 26px 20px;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.3s;
}

.ip-slide:hover {
    box-shadow: 0px 2px 25px 5px #3BAFF4BA;
}

.ip-slide a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.ip-slide img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px;
}

.ip-slide h3 {
    font-size: 16px;
    font-weight: 600;
    color: #343842;
    margin: 0;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

/* Nav Buttons */
.ip-slider-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #017CC5;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 10px;
}

.ip-slider-btn:hover {
    background: #017CC5;
}

.ip-slider-btn svg {
    width: 16px;
    height: 16px;
    fill: #017CC5;
}

.ip-slider-btn:hover svg {
    fill: #fff;
}

.ip-slider-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

/* Lightbox styles */
#ip-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    display: flex;
}

.ip-lightbox-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.ip-lightbox-img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(255,255,255,0.5);
    position: relative;
    transition: transform 0.3s ease;
	background:#fff;
}

.ip-lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    user-select: none;
    z-index: 10001;
}

body.ip-lightbox-open {
    overflow: hidden;
}

#ip-lightbox.show .ip-lightbox-img {
    transform: scale(1.05);
}

/* Table styles */
.ip-product-wrapper table tbody > tr:nth-child(odd) > td,
.ip-product-wrapper table tbody > tr:nth-child(odd) > th  {
    background-color: #F2F2F2;
}

.ip-product-wrapper table td,
.ip-product-wrapper table th {
    padding: 15px 35px;
    line-height: 1.5;
    vertical-align: top;
    border: none;
}

.ip-product-wrapper table tr {
  padding-left: 35px;
}

.ip-product-wrapper table tr td:first-child {
  font-weight: 600;
  color:#3D3D3D
}

.ip-inquiry-btn, .ip-right a.ip-btn{
    position: relative;
    padding-right: 68px;
    font-family: 'Montserrat';
}

.ip-inquiry-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2025/07/proicons_chat_.gif) no-repeat center / contain;
    pointer-events: none;
}

.ip-right a.ip-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2025/07/spreadsheet.gif) no-repeat center / contain;
    pointer-events: none;
}

#tab-2 table tbody tr:nth-child(even):hover > td {
    background-color: #ffffff !important;
}

#tab-2 table tbody tr:nth-child(odd):hover > td , table tbody tr:nth-child(odd) > td {
    background-color: #F2F2F2 !important;
}

.heading-3{
	font-size:24px !important;
	font-weight: 700;
	margin-bottom: 10px;
}

.product-cat-rfid-inlays-labels .ip-featured-image img, .product-cat-rfid-tags .ip-featured-image img {
    max-width: 460px;
    border-radius: 10px;
}

.product-cat-rfid-inlays-labels .ip-featured-image, .product-cat-rfid-tags .ip-featured-image {
    padding: 0px;
    max-height: 460px;
    border-radius: 10px;
	box-shadow: 0px 2px 10px 0px #0000000D;
}
.product-cat-rfid-inlays-labels .ip-gallery-preview, .product-cat-rfid-tags .ip-gallery-preview{
	display: none;
}

.product-cat-rfid-inlays-labels .ip-product-description p:first-child, .product-cat-rfid-tags .ip-product-description p:first-child {
    margin-bottom: 40px;
}


/* Product Card */
.ip-product-card {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    background: linear-gradient(162.41deg, #FCFCFC 0%, #FAFAFA 98.95%);
    border: 1px solid #E6E6E691;
}
.ip-product-card:hover{
	transition: background .5s, border .5s, border-radius .5s, box-shadow .6s, transform var(--e-transform-transition-duration, .4s);
	box-shadow: 0px 2px 25px 5px #3BAFF4BA;
}
.ip-product-header {
    display: flex;
    gap: 30px;
    align-items: center;
}

/* Product Image */
.ip-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.ip-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Product Info */
.ip-product-info {
    flex: 1;
}

.ip-product-name {
    font-size: 22px !important;
    color: #1A1A1A;
    margin: 0px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
}

.ip-product-subname{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a
}

.ip-product-details {
    background: #EDEDED;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.ip-details-label {
    font-weight: 500;
    color: #000;
	margin: 8px 0;
    font-size: 18px;
	font-family: "Montserrat", Sans-serif;
}

.ip-details-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
   gap: 0;
   margin-left: -18px;
}

.ip-detail-column {
  padding: 0 18px;
  border-right: 1px solid #C7C7C7;
}
.ip-detail-column .column-label {
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
	margin: 0 0 6px;
	font-family: "Montserrat", Sans-serif;
}

.ip-detail-column ul {
    list-style: none;
    padding: 0;
    margin: 0;	
    padding-left: 5px;
}

.ip-detail-column li {
    font-size: 14px;
    color: #000;
    position: relative;
	padding-left: 12px;
}

.ip-detail-column li:before {
   content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
}
.ip-detail-column:last-child {
  border-right: none;
}

.ip-detail-column:first-child {
  padding: 0 18px;
  /* padding-right: 18px; */
}

.ip-detail-column:last-child {
 	padding: 0;
	padding-left: 18px;
}

/* Datasheet Link */
.ip-datasheet-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0076B9;
    font-weight:  600 !important;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 14px;
    transition: color 0.3s;
}
.ip-datasheet-link:hover {
    color: #0066aa;
}
.ip-datasheet-link svg {
    width: 18px;
    height: 18px;
}

#tab-6 .ip-product-card:last-child, #tab-6 p{
    margin-bottom: 0;
}

#tab-6{
    margin-bottom: 50px;
}

.application-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.application-grid br {
    display: none; /* remove forced line breaks */
}

.application-grid a {
    display: block;
   flex: 0 0 calc((100% - 45px) / 4);
}

.application-grid img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

@media (max-width: 1024px) {	
    .ip-product {
        padding: 40px 0;
    }

    .ip-left {
        margin-right: 0;
        max-width: 326px;
    }

    .ip-right h1 {
        font-size: 36px !important;
    }

    .ip-product-section {
        gap: 24px;
    }

    .ip-gallery-preview li {
        width: 98px;
        height: 98px;
        padding: 14px;
    }

    .ip-gallery-preview li img {
        width: 70px;
        height: 70px;
    }
	
    .single-informative_product .swiper-slide.ip-related-item {
        height: auto;
        padding: 20px;
    }
	
	.ip-slide {
        flex: 0 0 calc((100% - 16px) / 3);
    }
	.ip-featured-image {
    	max-width: 326px;
		padding: 23px 17px;
	}
	
	.application-grid a {
        flex: 0 0 calc((100% - 24px) / 2);
    }
	
	.ip-gallery-preview {
		gap: 16px;
		margin-top: 11px;
	}
	.ip-product .ip-product-description p {
    font-size: 16px;
}
	.heading-3 {
    font-size: 16px !important;
    margin-bottom: 10px;
}
	.ip-product .ip-product-description ul.list-icons-horizontal li {
    font-size: 14px;
}
	.ip-btn{
		font-size: 16px;
		padding: 12px;
	}
	.ip-right a.ip-btn:after, .ip-inquiry-btn:after {
    right: 12px;
    width: 20px;
    height: 20px;
}
	.ip-inquiry-btn, .ip-right a.ip-btn {
	padding-right: 38px !important;
}
.ip-tabsection {
       padding-top: 30px;
       padding-bottom: 25.6px;
       background: #F6F6F6;
}
	  .tabs {
        padding-left: 24px;
        margin-bottom: 24px;
		  border-bottom: 1px solid #E6E6E6;
    }

    .tab-link {
        font-size: 24px;
		    padding: 5px 0px;
    padding-top: 8px !important;
    }

    .tab-link.current {
        font-size: 24px;
    }

    .tab-content {
        padding: 0px 24px;
        font-size: 16px;
    }
	.tabs li:not(:first-child) {
        margin-left: 24px;
   }
	#tab-1 h2 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 8px;
    }
	#tab-1 .line-gap {
        margin-bottom: 14px;
    }
	.ip-tabs{
		border: none;
		background: transparent;
	}
	
	.ip-related-products h2 {
        font-size: 36px !important;
        margin-bottom: 24px;
        font-weight: 700;
        line-height: 40px;
	}
	
	.ip-related-products {
    padding: 40px 0;
    overflow: hidden;
}

    .ip-slide img {
        width: 146px;
        height: 146px;
    }
    
    .ip-slide h3 {
        font-size: 18px !important;
    }
    
    .ip-slide{
        padding: 16px;
    }
    
    .ip-slider-track {
        will-change: auto;
    }
}

@media (max-width: 767px) {
    
    .ip-left {
        margin-right: 0;
        max-width: 100%;
    }
    
    .ip-slide {
        flex: 0 0 calc((100% - 16px) / 2);
    }
    
    .ip-slide img {
        width: 100px;
        height: 100%;
    }
    
    .ip-slide h3 {
        font-size: 14px !important;
    }
    
    .ip-product {
        padding: 40px 0;
    }

    .ip-product-section {
        flex-direction: column;
        gap: 24px;
    }
	
    .ip-featured-image {
        padding: 23px 17px;
        max-width: 100%;
    }

    .ip-featured-image img {
        max-width: 100%;
    }

    .ip-gallery-preview {
        justify-content: center;
        gap: 13px;
		margin-top: 11px;
    }

    .ip-gallery-preview li {
        width: 98px;
        height: 98px;
        padding: 14px;
    }

     .ip-gallery-preview li img {
        width: 70px;
        height: 70px;
    }

    .ip-right h1 {
        font-size: 36px !important;
        text-align: center;
    }

    .ip-product-description p,
    .ip-product-description ul li {
        font-size: 16px;
    }


    .tabs {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .tab-link {
        font-size: 22px;
    }

    .tab-link.current {
        font-size: 22px;
    }

    .tab-content {
        padding: 0px 16px;
        font-size: 16px;
    }

    .ip-product-wrapper table td,
    .ip-product-wrapper table th {
        padding: 10px 16px;
        font-size: 16px;
    }
    
    .ip-product .product-variation {
        margin: 12px 0 18px 0;
    }
	
	.ip-product-section {
        flex-direction: column;
    }
    .ip-gallery-container {
        flex-direction: column;
        align-items: center;
    }
    .ip-gallery-preview {
        flex-direction: row;
        justify-content: center;
    }
    .ip-btn {
        width: auto;
        text-align: center;
    }	
	
    .ip-related-item {
        flex: 1 1 100% !important;
    }

	 .ip-product-header {
        flex-direction: column;
    }

    .ip-product-image {
        width: 100%;
        height: 200px;
    }
	
	.ip-details-grid {
        gap: 24px;
	}
	
	.tabs {
        padding-left: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #E6E6E6;
    }
}


@media (max-width: 600px) {
		
	.ip-product-card {
    padding: 15px;
    margin-bottom: 30px;
	}	
    .tabs {
        flex-direction: row;
		overflow-x: auto;
    }	
	.ip-detail-column {
    padding: 0 18px;
    border-right: none;
	}
	.tabs li:not(:first-child) {
    margin-left: 20px;
     }
	
	.ip-product-header {
    align-items: stretch;
}

.tab-content {
        padding: 0px 16px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    
    .tab-content {
        padding: 0px;
    }
	
	.ip-container {
        padding: 0 14px;
    }

    .ip-right h1 {
        font-size: 24px !important;
    }

    .ip-product-description p {
        font-size: 15px;
    }

    .ip-product .ip-product-description ul.list-icons-horizontal {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ip-product .ip-product-description ul.list-icons-horizontal li {
        flex: 1 1 100%;
    }

    .ip-details-grid {
        grid-template-columns: 1fr;
    }
	
	.ip-details-grid {
    	gap: 10px;
	}
	
	.tabs{
        padding-left: 0px; 
	}
	
	.tab-link {
        padding: 0px;
        padding-bottom: 5px
    }
    
    .ip-slide {
         flex: 0 0 100%; 
    }
    
    .application-grid a {
        flex: 0 0 calc((100% - 16px) / 2);
    }
}

@media (max-width: 389px) {

 .ip-btn {
        font-size: 12px;
        padding: 8px;
    }
    
    .ip-right a.ip-btn:after, .ip-inquiry-btn:after {
        right: 12px;
        width: 16px;
        height: 16px;
    }
    
    .ip-inquiry-btn, .ip-right a.ip-btn {
        padding-right: 32px !important;
    }
    
}


