/* Container */
.single-product-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Header & Introduction */
.product-header {
    text-align: center;
    margin-bottom: 30px;
}

.product-header h1 {
	margin: 0 auto;
    margin-bottom: 35px;
    color: #425878;
    text-align: center;
    font-size: 45px;
}
.product-intro {
    max-width: 1024px;
    margin: 0 auto;
}
.product-intro h3 {
    color: #082D60;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
}
.product-intro p {
    color: #082D60;
    text-align: center;
    font-weight: 300;
    line-height: 27px;
}
.mobile-main-image {
    display: none;
}
/* Product Gallery Slider */
.product-gallery-wrapper {
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 40px;
}
.gallery-slide {
    padding: 10px;
}
.gallery-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.gallery-slide:hover img {
    transform: scale(1.05);
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #0D5DBE;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev:hover,
.slick-next:hover {
    background: #082D60;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}

.slick-prev svg,
.slick-next svg {
    width: 34px;
    height: 34px;
    fill: white;
}
/* Key Features Section */
.product-features {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    background: white;
}

.main-image {
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: fit-content;
    row-gap: 30px;
}
.main-image img {
    max-width: 100%;
    height: auto;
    grid-column: 2;
    grid-row: 1/3;
    max-height: 300px;
    width: auto;
    margin: 0 auto;
}
.main-image div.features-item .features-item-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 440px;
    position: relative;
    background: #E8EFF7;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.features-item h2 {
    color: #0D5DBE;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.features-item p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

/* Product Advantages */
.product-advantages {
    padding: 60px 0;
    border-top: 1px solid #EFF1F1;
	margin-bottom: 40px;
}
.product-advantages h2 {
    text-align: center;
    margin-bottom: 40px;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px 100px;
}
.advantage-item {
    display: flex;
    gap: 14px;
}
.advantage-item img {
    width: 42px;
    height: 42px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(2321%) hue-rotate(204deg) brightness(96%) contrast(90%);
}
.advantage-item-text {
    display: flex;
    flex-direction: column;
}
.advantage-item-text h3 {
    color: #082D60;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 7px;
}
.advantage-item-text p {
    color: #082D60;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
/* Technical Specifications */
.product-specs {
    margin-bottom: 60px;
}
.specs-tabs {
    background: transparent;
    border-radius: 10px;
    border: none!important;
}
.specs-tabs .ui-tabs-nav {
    background: #FBFBFB;
    border-radius: 10px 10px 0 0;
    padding: 30px 30px 12px 30px;
    border: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.specs-tabs .ui-tabs-nav li.ui-tab.ui-tabs-active.ui-state-active {
    border-radius: 10px;
    background: #105EC6;
    box-shadow: 0px 6px 10px 2px rgba(158, 158, 158, 0.25);
}

.specs-tabs .ui-tabs-nav li {
    margin: 0;
    border: none;
    background: transparent;
}

.specs-tabs .ui-tabs-nav li a {
    color: white;
    padding: 15px 20px;
    display: block;
	color: #082D60;
	text-align: center;
	font-family: Lexend;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
}
.specs-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #FFF;
	text-align: center;
	font-family: Lexend;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
}
div#tab-description {
    background: white;
}
.specs-tabs .ui-tabs-panel {
    padding: 30px;
	background: #FBFBFB;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.specs-tabs .ui-tabs-panel p, .specs-tabs .ui-tabs-panel li {
    color: #425878;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    font-family: Lexend;
}

.specs-tabs .ui-tabs-panel h2, .specs-tabs .ui-tabs-panel h3, .specs-tabs .ui-tabs-panel h4 {
    color: #425878;
    font-family: Lexend;
    font-size: 30px;
    font-weight: 500;
}
.specs-tabs .ui-tabs-panel h4 {
    font-size: 24px;
}
.specs-tabs .ui-tabs-panel .list-item h4 {
    display: flex;
    gap: 10px;
    align-items: center;
	margin-bottom: 10px;
}
.specs-tabs .ui-tabs-panel .list-item i {
    position: relative;
    width: 24px;
    height: 24px;
    background: #105EC6;
    border-radius: 100px;
}
.specs-tabs .ui-tabs-panel .list-item i:after {
    font-size: 18px;
    font-style: normal;
    color: white;
    content: '\2713';
    position: absolute;
    top: 1px;
    left: 5px;
	line-height: 24px;
}
.specs-tabs .ui-tabs-panel ul li::marker {
  font-size: 1.5em; 
  color: #105EC6; 
}

/* Manufacturing Information */
.manufacturing-info {
	margin-top: 40px;
    margin-bottom: 60px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-image: url(/wp-content/uploads/2025/03/produced-in-eu.png);
    background-position: -20px center;
    background-repeat: no-repeat;
    background-size: 1502px;
    background-color: #f0f6ff;
    background-color: #f0f6ffcc;
}
.eu-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    position: relative;
    flex-direction: column;
}
.eu-banner h3 {
    color: #082D60;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
}

.eu-banner p {
    color: #082D60;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 200;
	line-height: 27px;
	margin: 0;
}

.single-product-mobile-app {
	background: #E8EFF7;
}
.mobile-app {
    max-width: 1440px;
    padding: 100px 0 40px 0;
    margin: 0 auto;
}
.tablepress {
    --odd-bg-color: #FBFBFB!important;
    --even-bg-color: #ECF3FD!important;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.tablepress tr td {
    border-top: none;
    padding: 20px 30px;
}
.tablepress tr td:first-child {
    border-radius: 8px 0 0 8px;
}
.tablepress tr td:last-child {
    border-radius: 0 8px 8px 0;
}
.tablepress tr td.column-1 {
    color: #082D60;
    font-weight: 500;
    width: 20%;
}
ul.downloads-list {
    list-style: none;
    padding: 0;
}
ul.downloads-list li {
    padding: 20px 30px;
    border-radius: 8px;
}
ul.downloads-list li:nth-child(even) {
    background: #ECF3FD;
}
ul.downloads-list a {
    display: flex;
    column-gap: 1em;
    align-items: center;
}
ul.downloads-list a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/03/download-cloud.svg);
    width: 32px;
    height: 32px;
	min-width: 32px;
    display: flex;
    background-size: contain;
	background-repeat: no-repeat;
}
@keyframes glowPulse {
    0% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
    }
    100% {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
    }
}
@media screen and (max-width: 1600px) {
	.eu-banner {
		right: -10%;
	}
}
@media screen and (max-width: 1440px) {
	.feature-details-overlay {
		left: 40px;
		right: 20px;
	}
	.manufacturing-info {
		background-size: 100%;
	}
	div#evpoint-main {
		padding: 0 15px;
	}
	.wp-block-stackable-columns.stk-block-columns.stk-block.stk-974c81a {
		margin-left: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.eu-banner {
		right: -20%;
	}
}
@media (max-width: 768px) {
	.single-product-container {
		padding: 20px 20px;
	}
	.product-intro {
		display: flex;
		flex-direction: column;
		max-width: 90%;
	}
	.product-intro > * {
		order: 1;
	}
	.product-intro > div{
		order: 0;
	}
	.mobile-main-image {
		display: flex;
		margin: 0 auto;
		justify-content: center;
		padding: 0 0 20px 0;
	}
	.main-image {
		display: flex;
		flex-direction: column;
		max-width: 90%;
	}
	.main-image img {
		display: none;
	}
	.eu-banner {
		padding: 30px 20px;
		right: 0;
		justify-content: flex-end;
	}
	.manufacturing-info {
		background-image: url(/wp-content/uploads/2025/04/vecteezy_european-union-waving-flag-realistic-transparent-background_15309579.webp);
		background-size: 180px;
		background-position: center top;
	}
	.feature-details-overlay {
		left: 0;
		right: 0;
		position: relative;
	}
    .app-features {
        grid-template-columns: 1fr;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .product-header h1 {
        font-size: 36px;
    }
	.product-specs {
		position: relative;
		width: 100vw;
		left: calc(-50vw + 50%);
	}
	.long-description-container img {
		display: flex;
		float: none!important;
		justify-self: center;
	}
	.specs-tabs .ui-tabs-panel h2, .specs-tabs .ui-tabs-panel h3, .specs-tabs .ui-tabs-panel h4 {
		font-size: 25px;
	}
	.long-description-container > * {
		text-align: left!important;
	}
	div#tab-technical {
		padding-left: 20px;
		padding-right: 20px;
		overflow-x: auto;
	}
	.tablepress tr td {
		padding: 1em;
	}
	.product-advantages {
		margin-bottom: 0px;
	}
}

@media (max-width: 480px) {
	.mobile-app .stk-32e514f p {
		max-width: 90%;
		margin: 0 auto;
	}
    .eu-banner h3 {
		font-size: 20px;
	}
	.eu-banner p {
		font-size: 18px;
	}
	.feature-details-overlay > div > div.features-item {
		max-width: 95%;
		margin: 0 auto;
	}
	.specs-tabs .ui-tabs-nav {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}