body {
	overflow-y: hidden;
}


.key_features_title {
	font-size: 1.5vw !important;
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	text-wrap: balance;
	position: absolute;
	left: 0;
	bottom: -12.5%;
	transform: rotate(-90deg) translateY(35%);
	transform-origin: left center;
	width: fit-content;
}


.uniform-font {
	font-size: 1vw !important;
	font-weight: 100 !important;
	text-wrap-style: pretty !important;
	color: white !important;
}

.uniform-font p {
	font-size: 1vw !important;
	font-weight: 100 !important;
	text-wrap-style: pretty !important;
	color: white !important;
}

.feature-item span {
	font-size: 1vw !important;

	text-wrap-style: pretty !important;
	color: white !important;
}

.spinner-border {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	display: none;
}

span {
	font-size: 1vw !important;
}

.container-gallery-2 {
	margin: 0 auto;
	width: 100%;
}



.horizontal-line-container {
	position: relative;
	height: 20px;
	/* Adjust as needed */
}

.horizontal-line {
	width: 115vh;
	height: 10px;
	background-color: #1c46f2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20%;
}

.circle {
	width: 30px;
	/* Adjust circle size */
	height: 30px;
	background-color: #1c46f2;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* .container-AUTOMATION {
	margin-top: 30px !important;
} */
.display-4 {
	/* font-size: 5rem; */
	/* padding: 35px 0; */
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	text-wrap: balance;
	padding: 0 1vw;
}

.video-container-product video {
	height: 50%;
	width: 50%;
}

.container-dissolution {
	color: white;
	height: auto;
	width: 95%;
}

.dissolution-title {
	padding: 30px 0;
}

.product-cards-container {
	/* border: 1px solid white; */
	display: inline-flex;
	gap: 8px;
	padding: 30px;
}

.dissolution-card {
	background-color: white;
	/* width: 260px !important; */
	padding: 10px;
	border-radius: 10px;
	height: 470px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* .dissolution-card h4 {
	color: #050a30;
	font-weight: 700;
	text-align: center;
	border-bottom: 1.5px solid #050a30;
	padding: 15px;
	font-size: 1vw;
	height: 6vw !important;
} */


.dissolution-card h4 {
	color: #050a30;
	font-weight: 700;
	text-align: center;
	border-bottom: 1.5px solid #050a30;
	font-size: 1.1vw;
	height: 4.5vw !important;
	padding: 1vw 0vw;
}

.dissolution-card p {
	color: #050a30;
	font-size: 1rem !important;
	padding: 0px 10px;


}

.dissolution-card a {
	background-color: #ff0f39;
	color: white;
	padding: 10px 15px;
	border-radius: 10px;
	position: relative;
	top: 0;
	text-decoration: none;
	display: inline-block;
	background-image: linear-gradient(to right, #050a30 50%, #ff0f39 50%);
	background-size: 200% 100%;
	background-position: right;
	transition: all 0.3s ease-in-out;
}

.dissolution-card a:hover {
	background-position: left;
	/* Sliding gradient animation */
	transform: translateY(-5px);
	/* Slight upward movement */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	/* Adds a shadow for depth */
	color: white;
	border: 1px solid white;
}


/* .dissolution-card img {
    height: auto;
    width: 300px;
} */

.dissolution-card img {
	height: auto;
	max-width: 100% !important;
	width: 15vw !important;
}

.dissolution-title h1 {
	font-size: 2.5rem;
	font-weight: 100;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.dissolution-title span {
	color: #dddee3;
	margin: 15px 0;
	font-size: 1.5rem;
}

.container-introsection {
	display: inline-flex;
	width: 100%;
}

.container-intro-video video {
	height: 400px;
	width: 500px;
	border: 1px solid white;
}

.container-intro-content h1 {
	color: white;
}

.container-intro-content p {
	color: white;
	font-size: 0.8rem;
}

.know-more-container {
	display: grid;
}

.container-intro-content {
	width: 520px;
}

.sider-bar-container {
	background-color: #1c46f2;
	height: 100%;
	width: 200px;
}

.section-container {
	padding: 90px 15px;
	min-height: 100vh;
}

.video-container-product {
	/* background: url('../images/product_page/video-thumbnail.png') no-repeat center center; */
	background-size: cover;
	position: relative;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 0;
}

.video-container-product video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	z-index: 10;
}

.video-overlay {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.play-icon {
	font-size: 80px;
	color: white;
	z-index: 2;
}

.content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;

}

p {
	font-size: 1rem;
	margin-bottom: 20px;
}

.btn-danger {
	margin-top: 20px;
	background-color: #ff0f39;
	border: none;
	padding: 10px 20px;
	font-size: 1.1rem;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: background-color 0.3s ease;
}

.btn-danger:hover {
	background-color: #c73a3a;
}

.features {
	display: flex;
	flex-direction: column;
	background-color: #1c46f2;
	padding: 0px 20px;
	width: 230px;
	border-radius: 20px;
	margin-top: 30px;
	z-index: 999;
}


.feature-item {
	margin-bottom: 1vw;
}

/* .feature-item {
	display: grid;
	align-items: center;
	text-align: center;
	border-bottom: 3px solid #2042cf;
	width: 145px;
	padding: 15px 0;
	margin-bottom: 15px;
	margin: 0 auto;
} */

.feature-icon {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
}

.feature-icon img {
	width: 100%;
}

.feature-item p {
	margin: 0;
	color: white;
}

.container-tab-detail {
	width: 60%;
	margin: 0 30px;
}

.content-container p {
	font-size: 0.9rem;
}

.container-tab-detail h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: white;
}

.blue-line {
	height: 5px;
	width: 60%;
	background-color: #1c46f2;
	margin: 20px 0;
}

.container-tab-detail p {
	font-size: 1rem;
	margin-bottom: 20px;
	color: white;
}

.custom-icon-width {
	width: 40px !important;
}

.tester-section {
	text-align: center;
	padding-top: 30px;
}

.tester-header {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 20px;
	/* justify-content: center; */
	width: 100%;
	border-bottom: 2px solid #999494;
	gap: 30px;
}

.header-text {
	max-width: 50% !important;
	text-align: left;
	color: white;
	line-height: 1;
}

.tester-header h1 {
	/* font-size: 2.4rem; */
	font-weight: normal !important;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	text-wrap: balance;
}

.testerHead {
	font-size: 2.5vw !important;
}

.tester-header p {
	/* font-size: 0.9em; */
	/* margin-bottom: 10px; */
	/* font-size: 2.5vw !important; */
	line-height: 1;
	color: #fff !important;
}

.MsoNormal {
	color: #c6c6c6 !important;
	font-size: 1vw;
	line-height: 1.5vw !important;
	font-weight: 100;
}

.tester-header a {
	color: #b1b1b6 !important;
	border-bottom: 1px solid #b1b1b6;
}

.tester-header a {
	color: #40a9ff;
	text-decoration: none;
}

.tester-header a:hover {
	text-decoration: underline;
}

.tester-actions {
	margin-bottom: 10px;
}

.tester-actions .tester-btn {
	background-color: #ff0f39;
	color: white;
	border: none;
	margin: 5px;
	cursor: pointer;
	font-size: 1vw !important;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	background-image: linear-gradient(to right, #050a30 50%, #ff0f39 50%);
	background-size: 200% 100%;
	background-position: right;
	transition: all 0.3s ease;
}

.tester-actions .tester-btn:hover {
	background-position: left;
	/* Sliding animation for background */
	transform: scale(1.05);
	/* Slight zoom effect */
	color: #fff;
	/* Changes text color for contrast */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	/* Adds a shadow for emphasis */
	border: 1px solid white;
}


.prodDetail-Container {
	height: 100vh !important;
}

/*.header-image img {*/
/*	max-width: 75vh;*/
/*	height: auto;*/
/* margin-left: 20px; */
/*}*/

.header-image {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.header-image img {
	width: 80%;
	height: 100%;
	object-fit: contain;
	max-width: 100%;
	display: block;
}

.header-image {
	width: 38vw;
}

.tester-features {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	color: white;
	gap: 40px;
	/* width: 90%; */
	margin: auto;
}

.tester-feature-item {
	text-align: center;
}

.tester-feature-item p {
	/* font-size: 1em; */
	margin: 15px 0;
}

.tester-guide {
	text-align: left;
	margin: auto 0;
	/* max-width: 350px; */
}

.tester-guide h2 {
	font-size: 1.3vw;
	margin-bottom: 10px;
}

.tester-guide p {
	font-size: 0.9rem;
	margin-bottom: 20px;
	text-wrap: balance;
}

.tester-guide .read-more-btn {
	background-color: #ff0f39;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1em;
	border-radius: 5px;
}

.blog-read-more {
	background-color: #ff0f39;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1em;
	border-radius: 5px;
}


.tester-guide .read-more-btn {
	background-color: #ff0f39;
	color: white;
	border: none;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 5px;
	cursor: pointer;
	background-image: linear-gradient(to right, #050a30 50%, #ff0f39 50%);
	background-size: 200% 100%;
	background-position: right;
	transition: all 0.3s ease;
}

.tester-guide .read-more-btn:hover {
	background-position: left;
	/* Sliding animation */
	transform: scale(1.05);
	/* Subtle zoom effect */
	color: #fff;
	/* Changes text color for contrast */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	/* Adds a shadow for emphasis */
	border: 1px solid white;
}


.step-container h4 {
	font-size: 1rem;
}

.container-point {
	height: 40%;
	padding: 10px 0px;
}

.container-AUTOMATION {
	margin: 0vw auto 0 auto;
	width: 95%;
	height: 35vw;
	/*padding-top: 2vw;*/
}

.container-point ul {
	list-style-type: disc;
	margin: auto 20px;
}

.link-para {
	font-size: 1rem;
	margin: 20px 0;
	text-wrap: pretty;
	color: #d9d9df !important;
}

.link-para a {
	color: #d9d9df !important;
	border-bottom: 1px solid #d9d9df;
}

.data-integrity-section {
	/* background-color: #0d1b3e; */
	color: white;
	padding: 40px 20px;
	height: auto;
}

.feature-titles {
	font-size: 3.5vw;
}

.data-integrity-section h2 {
	text-align: left;
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	padding: 0 2Vw;
}

.data-integrity-section .description {
	margin-bottom: 30px;
	font-size: 1.45rem !important;
}

.data-integrity-section .description p {
	font-size: 1vw;
	margin-bottom: 0 !important;
}

.data-integrity-section .image-container-product img {
	/* max-width: 350px; */
	height: auto;
	width: 100%;
}

.AUTOMATION-img {
	height: auto;
	width: 105%;
}

.AUTOMATION-img-2 {
	height: auto;
	width: 50%;
}

.carousel-container {
	position: relative;
}

.product-cards-container {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.product-cards-container::-webkit-scrollbar {
	display: none;
}

.dissolution-card {
	min-width: 260px;
	margin-right: 20px;
}

.product-list-product-page {
	position: relative;
	padding-bottom: 20px;
}

.carousel-scrollbar {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 30px;
}

.scrollbar-track {
	flex: 1;
	position: relative;
	height: 5px;
	background: #f0f0f0;
	margin: 0 5px;
}

.scrollbar-thumb {
	width: 15px;
	height: 100%;
	background: orangered;
	border-radius: 5px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.scrollbar-thumb i {
	color: white;
}

.scroll-arrow {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	padding: 0 10px;
	color: #1c46f2;
}

.scroll-arrow:focus {
	outline: none;
}

.carousel-container-product {
	position: relative;
	width: 95%;
	height: auto;
	perspective: 1200px;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
}

.sliderPanel {
	height: auto !important;
}

.search-input {
	background: #fff;
	color: #212121;
	vertical-align: middle;
	font-size: 16px;
	line-height: 2;
	padding: 5px 20px;
	border: 0;
	outline: none;
	box-shadow: inset 0 -1px 1px -1px #cccccc, inset 0 1px 1px -1px #cccccc,
		inset 1px 0 1px -1px #cccccc;
}

.search-submit {
	background: #1c46f2;
	color: #ffffff;
	vertical-align: middle;
	padding: 0 20px;
	border: 0;
	outline: none;
	cursor: pointer;
}

.search-submit:hover {
	background: #113deb;
}

.input-container {
	display: flex;
	/* justify-content: center; */
}

@media (min-width: 992px) {
	.section-container {
		height: 100vh;
	}

	.video-container-product {
		min-height: 100%;
	}

	.features {
		position: absolute;
		right: -20px;
		top: 60px;
	}

	.container-tab-detail {
		width: 60%;
	}

	.content-container {
		padding: 15px;
	}
}

/* new css  */

.dt-container {
	max-width: 100%;
	margin: 0 auto;
	color: white;
	margin-top: 5%;
}

.dt-content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: linear-gradient(to right, #000000 50%, #000000 50%);
}

.dt-left-section {
	color: black;
	clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
	background-color: #cbe0f1;
	height: 26vw;
	width: 60vw;
	align-items: center;
	position: relative;
	z-index: 1;
	justify-content: left;
}

.dt-right-section {
	/* padding: 40px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #000000;
}

.dt-title {

	font-size: 6vw;
	line-height: 7vw;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	transform: scale(0.9) ! IMPORTANT;
}

.dt-cta-section {
	margin-top: 40px;
}

.dt-cta-text {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.dt-cta-button {
	background-color: #e94560;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
}

.dt-description {
	font-size: 14px;
	margin-top: 40px;
	line-height: 1.5;
}

.dt-video-content {
	text-align: center;
}

.dt-video-player {
	/* width: 100%; */
	/* max-width: 550px; */
	/* height: 225px; */
	background-color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 0 auto; */
}

.dt-video-player img {
	height: 26vw;
	width: 60vw;
	object-fit: cover;
}

.dt-video-player iframe {
	height: 26vw;
	width: 60vw;
}

.dt-video-title {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}



.dt-features {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.dt-feature {
	text-align: center;
	flex: 1;
}

.dt-feature-icon {
	font-size: 24px;
	margin-bottom: 10px;
}

.dt-footer {
	background-color: #0f0f1e;
	height: 20px;
}

/* .dt-video-player {
	min-width: 900px !important;
	height: 400px;
	margin-left: -130px;
} */

/* .custom-mp{
	margin-top:1vw;
} */

.dt-video-player {
	min-width: 60vw !important;
	height: 26vw;
	position: relative;
	left: -10vw;
}

.dt-video-player video {
	width: 100%;
	/* max-height: 26vw !important; */
	object-fit: cover !important;
	height: 100%;
}

.bg-col {
	margin-top: 5vw;
}

.circle-icon {
	background-color: #929291;
	border-radius: 50%;
	width: 3.5vw;
	height: 3.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1vw;
}

.circle-icon-container p {
	font-size: 1vw;
	margin-bottom: 1vw;
}

.circle-icon img {
	max-width: 60%;
}

.container-bottom-content {
	color: white;
	padding: 25px 0;
}

.content-1 {
	padding: 3vw;
	padding-top: 0 !important;
}

.content-1 h4 {
	font-size: 1.4vw;
	margin-bottom: 1vw;
	font-style: italic;
}

.content-1 button {
	border: none;
	background-color: #ff0f39;
	color: white;
	font-size: 1vw;
	font-weight: 600;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	cursor: pointer;
	background-image: linear-gradient(to right, #050a30 50%, #ff0f39 50%);
	background-size: 200% 100%;
	background-position: right;
	transition: all 0.3s ease-in-out;
}

.content-1 button:hover {
	background-position: left;
	/* Sliding gradient animation */
	transform: scale(1.05);
	/* Subtle zoom-in effect */
	color: #fff;
	/* Changes text color to red */
	border: 1px solid white;
	/* Adds a white border */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	/* Adds a shadow for depth */
}

.circle-icon-container {
	text-align: center;
}

.description p {
	/* text-wrap: balance; */
}

.content-2 p {
	font-size: 1vw;
	/* margin: 1vw 0; */
	text-wrap: pretty;
}

.circle-icons {
	padding: 20px;
	opacity: 0;
}

.tester-feature-item img {
	max-width: none !important;
	/*width: 15vw !important; */
	/* margin: 50px; */
	/*aspect-ratio: 11 / 9;*/
	object-fit: cover;
}

.tester-feature-item p {
	display: none;
}

/* .tester-feature-item p {
	font-size: 2vw !important;
} */



.link-para span {
	font-size: 1vw !important;
}

.step-container span {
	font-size: 1vw !important;
}

.step-container p {
	font-size: 1vw !important;
}



.step-container {
	overflow-y: scroll;
	height: 20vh;
}

.step-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: transparent;
}

.step-container::-webkit-scrollbar {
	width: 7px;
	background-color: transparent;
}

.step-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #d62929;
}

.line-clamp-product {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 6em;
	line-height: 1.5em;
	text-overflow: ellipsis;
}

.line-clamp-product-short {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 4.5em;
	line-height: 1.5em;
	text-overflow: ellipsis;
}

.img-fit-fourth {
	width: 45vw;
	object-fit: cover;
	height: auto;
	display: flex;
	margin: auto;
	/*position: absolute;*/
	/*bottom: 8%;*/
}

.feature-title {
	margin-bottom: 3vw;
}

#scroll-button:active {
	transform: scale(0.98);
}

.dissolution-card {
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Ensure the carousel container is visible */
.carousel-container-product,
.dissolution-title,
.product-list-product-page {
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
	padding-left: 3.8rem !important;
	padding-bottom: 0.9rem;
	font-weight: 400;
}


/* Section Background & Layout */
.highlighted-info-section {
	/* background-color: #0b0c2a; */
}

/* Main Heading */
.section-heading {
	text-align: left;
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	font-size: 6vw;
	padding-left: 1vw;
}

/* Red Info Box (What It Does) */
.info-box {
	height: 100%;
	background-color: #FF0F39 !important;
	border-radius: 2vw 0 0 2vw;
	padding: 2rem;
	display: flex;
	align-items: center;
}

.info-desc {
	background-color: #1c46f2 !important;
	border-radius: 0 2vw 2vw 0;
	padding: 2rem;
	width: 80%;
}

.info-box p {
	font-size: 1.2vw;
	line-height: 1.6;
	margin: 0;
	color: #fff;
}

/* Subsection Titles */
.info-subheading {
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.why-choose-text {
	font-size: 1vw;
	;
}

/* Bullet List Styling */
ul.list-unstyled li {
	font-size: 1vw;
	line-height: 1.6;
	position: relative;
	padding-left: 1.2em;
}

ul.list-unstyled li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #FF0F39;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
	.section-heading {
		font-size: 6vw;
	}

	.info-box {
		border-radius: 1.5rem;
		padding: 1rem;
	}

	.info-box p {
		font-size: 1rem;
	}

	.info-subheading {
		font-size: 1rem;
	}
}

/* 
.key-Benefits h2,span{
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	font-size: 6vw;
} */


.key-Benefits h2 span {
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	font-size: 6vw !important;
}

.key-Benefits h2 {
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	font-size: 6vw;
}

.benefits-content li {
	font-size: 1vw !important;
	line-height: 1.6 !important;
	color: white !important;
}

.benefits-content ul {
	list-style-type: revert-layer;
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: #ff0f39 !important;
}


.text-warning {
	color: white !important;
	color: #ff0f39 !important;
}

/* new code  */


/* DS 8000 Simple Panel - Section 1 */


.simple-layout {
	height: 100%;
	padding: 0 50px;
	position: relative;
}

.simple-nav {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: 10;
}

.nav-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	margin: 12px 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.nav-dot.active {
	background: #ff0f39;
	width: 12px;
	height: 12px;
	box-shadow: 0 0 12px rgba(255, 15, 57, 0.4);
}

.simple-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr 1fr;
	height: 100%;
	gap: 50px;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;
}

/* Identity Column */
.identity-column {
	padding: 30px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 30px;
}

.product-series {
	font-size: 0.8rem;
	color: #ff0f39;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
	position: relative;
}

.product-series::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #ff0f39;
}

.product-name {
	margin-bottom: 20px;
	color: white;
}

.name-primary {
	display: block;
	font-size: 3.2rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 0.85;
	letter-spacing: -1px;
}

.name-emphasis {
	display: block;
	font-size: 3.2rem;
	font-weight: 900;
	color: #ff0f39;
	line-height: 0.85;
	letter-spacing: -1px;
}

.product-tagline {
	color: #94a3b8;
	font-size: 1.1rem;
	margin-bottom: 25px;
	font-weight: 300;
	font-style: italic;
}

.description-text p {
	color: #e2e8f0;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 30px;
	font-weight: 300;
}

.compliance-row {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.badge-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-left: 3px solid transparent;
	padding-left: 15px;
	transition: all 0.3s ease;
}

.badge-item:hover {
	border-left-color: #ff0f39;
	background: rgba(255, 15, 57, 0.05);
	border-radius: 0 8px 8px 0;
}

.badge-item i {
	color: #ff0f39;
	font-size: 1.1rem;
}

.badge-item span {
	color: #f1f5f9;
	font-weight: 500;
	font-size: 0.95rem;
}

/* Visual Column */
.visual-column {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-showcase {
	width: 100%;
	max-width: 450px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 30px 10px;
	backdrop-filter: blur(10px);
}

.showcase-header {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 15, 57, 0.2);
}

.showcase-title {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}

.showcase-subtitle {
	color: #ff0f39;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.product-display {
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}

.main-product-img {
	width: 100%;
	max-width: 320px;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.specs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.spec-badge {
	position: absolute;
	background: rgba(255, 15, 57, 0.9);
	color: white;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 0.7rem;
	font-weight: 600;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	min-width: 80px;
	text-align: center;
}

.top-left {
	top: 15px;
	left: 15px;
}

.top-right {
	top: 15px;
	right: 15px;
}

.bottom-left {
	bottom: 15px;
	left: 15px;
}

.bottom-right {
	bottom: 15px;
	right: 15px;
}

.spec-label {
	display: block;
	font-size: 0.6rem !important;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.spec-value {
	display: block;
	font-size: 0.7rem !important;
	font-weight: 700;
	margin-top: 2px;
}

.product-stats {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	justify-content: center;
}

.stat-icon {
	width: 32px;
	height: 32px;
	background: rgba(255, 15, 57, 0.1);
	border: 1px solid rgba(255, 15, 57, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stat-icon i {
	color: #ff0f39;
	font-size: 0.9rem;
}

.stat-text {
	display: flex;
	flex-direction: column;
}

.stat-number {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.stat-desc {
	color: #fff;
	font-size: 0.7rem !important;
	text-transform: uppercase;
}

.stat-divider {
	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0 10px;
}

/* Features Column */
.features-column {
	padding: 30px 0 30px 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.features-title {
	color: white;
	font-size: 1.6rem;
	margin-bottom: 25px;
	font-weight: 700;
	position: relative;
}

.features-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 50px;
	height: 3px;
	background: #ff0f39;
	border-radius: 2px;
}

.feature-list {
	margin-bottom: 35px;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 10px;
}

/* Keep the check icon on the same line as the feature text (even when it wraps) */
.feature-item > i.fa-check {
	font-size: 1vw;
	line-height: 1.5;
	flex-shrink: 0;
}

.feature-item .feature-text {
	line-height: 1.5;
}



.feature-content h4 {
	color: white;
	margin: 0 0 8px 0;
	font-size: 1rem;
	font-weight: 600;
	transition: color 0.3s ease;
}

.feature-item.active .feature-content h4,
.feature-item:hover .feature-content h4 {
	color: #ff0f39;
}

.feature-content p {
	color: #94a3b8;
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.4;
	font-weight: 300;
}

.action-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.btn-primary,
.btn-secondary {
	padding: 14px 24px;
	border: none;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-primary {
	background: #ff0f39;
	color: white;
	box-shadow: 0 4px 15px rgba(255, 15, 57, 0.3);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(255, 15, 57, 0.4);
	background: #e60e33;
}

.btn-secondary {
	background: transparent;
	color: #ff0f39;
	border: 2px solid #ff0f39;
}

.btn-secondary:hover {
	background: #ff0f39;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(255, 15, 57, 0.2);
}

/* DS 8000 Apps Panel - Section 2 */
.ds8000-apps-panel {
	background: transparent;
	height: 85vh;
	width: 100vw;
	position: relative;
}

.apps-layout {
	height: 100%;
	padding: 40px 50px;
	display: flex;
	flex-direction: column;
}

.apps-header {
	text-align: center;
	margin-bottom: 40px;
}

.section-tag {
	display: inline-block;
	padding: 8px 20px;
	background: #ff0f39;
	border-radius: 25px;
	color: white;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.apps-title {
	font-size: 2.4rem;
	color: white;
	font-weight: 800;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

.apps-subtitle {
	font-size: 1.1rem;
	color: #94a3b8;
	margin: 0;
	font-weight: 300;
}

.apps-content {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

/* Left Side */
.purpose-section {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 35px;
	margin-bottom: 30px;
	backdrop-filter: blur(10px);
}

.purpose-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}

.purpose-icon {
	width: 50px;
	height: 50px;
	background: #ff0f39;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.purpose-icon i {
	color: white;
	font-size: 1.4rem;
}

.purpose-title h3 {
	color: white;
	font-size: 1.5rem;
	margin: 0 0 5px 0;
	font-weight: 700;
}

.purpose-badge {
	display: inline-block;
	background: rgba(255, 15, 57, 0.2);
	color: #ff0f39;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.purpose-content p {
	color: #e2e8f0;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 30px;
	font-weight: 300;
}

.process-steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.step {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.step-indicator {
	flex-shrink: 0;
}

.step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #ff0f39;
	color: white;
	border-radius: 50%;
	font-weight: 700;
	font-size: 0.85rem;
}

.step-info h5 {
	color: white;
	margin: 0 0 8px 0;
	font-size: 0.95rem;
	font-weight: 600;
}

.step-info p {
	color: #94a3b8;
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.4;
	font-weight: 300;
}

.step-connector {
	width: 2px;
	height: 20px;
	background: rgba(255, 15, 57, 0.3);
	margin-left: 17px;
}

.gallery-section {
	position: relative;
}

.gallery-container {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.lab-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 40px 25px 20px;
}

.overlay-content h4 {
	color: white;
	font-size: 1.2rem;
	margin: 0 0 5px 0;
	font-weight: 600;
}

.overlay-content p {
	color: #94a3b8;
	margin: 0;
	font-size: 0.9rem;
}

/* Right Side */
.applications-section {
	margin-bottom: 35px;
}

.section-subtitle {
	color: white;
	font-size: 1.5rem;
	margin-bottom: 25px;
	font-weight: 700;
	position: relative;
}

.section-subtitle::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 40px;
	height: 3px;
	background: #ff0f39;
	border-radius: 2px;
}

.app-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.app-card {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 15px;
	padding: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.app-card.active,
.app-card:hover {
	background: rgba(255, 15, 57, 0.05);
	border-color: rgba(255, 15, 57, 0.3);
	transform: translateY(-5px);
}

.app-icon {
	width: 50px;
	height: 50px;
	background: rgba(255, 15, 57, 0.1);
	border: 2px solid rgba(255, 15, 57, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

.app-card.active .app-icon,
.app-card:hover .app-icon {
	background: #ff0f39;
	border-color: #ff0f39;
}

.app-icon i {
	color: #ff0f39;
	font-size: 1.3rem;
	transition: all 0.3s ease;
}

.app-card.active .app-icon i,
.app-card:hover .app-icon i {
	color: white;
}

.app-content h4 {
	color: white;
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}

.app-content p {
	color: #94a3b8;
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.4;
	font-weight: 300;
}

.choice-section {
	margin-top: 20px;
}

.choice-description p {
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 30px;
	font-weight: 300;
}

.benefits-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.benefit-card {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 15px;
	padding: 25px;
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.benefit-card:hover {
	transform: translateY(-3px);
}

.benefit-card.primary {
	border-color: rgba(255, 15, 57, 0.2);
}

.benefit-card.secondary {
	border-color: rgba(99, 102, 241, 0.2);
}

.benefit-card.tertiary {
	border-color: rgba(139, 92, 246, 0.2);
}

.benefit-card.quaternary {
	border-color: rgba(236, 72, 153, 0.2);
}

.benefit-card.primary:hover {
	background: rgba(255, 15, 57, 0.05);
	border-color: rgba(255, 15, 57, 0.4);
}

.benefit-card.secondary:hover {
	background: rgba(99, 102, 241, 0.05);
	border-color: rgba(99, 102, 241, 0.4);
}

.benefit-card.tertiary:hover {
	background: rgba(139, 92, 246, 0.05);
	border-color: rgba(139, 92, 246, 0.4);
}

.benefit-card.quaternary:hover {
	background: rgba(236, 72, 153, 0.05);
	border-color: rgba(236, 72, 153, 0.4);
}

.benefit-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.benefit-card.primary .benefit-icon {
	background: #ff0f39;
}

.benefit-card.secondary .benefit-icon {
	background: #6366f1;
}

.benefit-card.tertiary .benefit-icon {
	background: #8b5cf6;
}

.benefit-card.quaternary .benefit-icon {
	background: #ec4899;
}

.benefit-icon i {
	color: white;
	font-size: 1rem;
}

.benefit-info h5 {
	color: white;
	margin: 0 0 5px 0;
	font-size: 0.95rem;
	font-weight: 600;
}

.benefit-info p {
	color: #94a3b8;
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.3;
	font-weight: 300;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.simple-grid {
		gap: 40px;
	}

	.name-primary,
	.name-emphasis {
		font-size: 2.8rem;
	}

	.apps-content {
		gap: 50px;
	}
}

@media (max-width: 768px) {

	.simple-grid,
	.apps-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.identity-column,
	.features-column {
		border: none;
		padding: 20px 0;
	}

	.product-showcase {
		max-width: 100%;
		padding: 25px;
	}

	.name-primary,
	.name-emphasis {
		font-size: 2.4rem;
	}

	.features-title,
	.apps-title {
		font-size: 1.8rem;
	}

	.simple-layout,
	.apps-layout {
		padding: 20px 30px;
	}

	.app-grid,
	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.process-steps {
		gap: 15px;
	}

	.step-connector {
		height: 15px;
	}
}

/* === Product view inline styles (moved from Product_view.php) === */
.btn-loading {
	position: relative;
	pointer-events: none;
	opacity: 0.65;
}

.btn-loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spinner 0.6s linear infinite;
}

html.lenis-enabled {
	scroll-behavior: auto;
}

body.product-view-scrollable {
	overflow-y: auto;
}

html.lenis-enabled body.product-view-scrollable {
	overflow-y: hidden;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.iti {
	position: relative;
	display: inline-block;
	width: 100%;
}

.page-glow-accent {
	position: fixed;
	top: 45%;
	right: -10%;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle at center, rgba(77, 163, 255, 0.32), rgba(9, 12, 35, 0));
	filter: blur(40px);
	opacity: 0.85;
	pointer-events: none;
	z-index: 0;
	mix-blend-mode: screen;
}

body,
#scrollbar-style {
	position: relative;
	z-index: 1;
}

/* Suggested products panel */
.suggested-products-slider {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* background: linear-gradient(145deg, rgba(7, 12, 28, 0.92), rgba(14, 23, 46, 0.9)); */
	/* border-radius: 22px; */
	/* padding: 1rem; */
	/* border: 1px solid rgba(255, 255, 255, 0.05); */
	/* box-shadow: 0 25px 70px rgba(5, 9, 24, 0.55); */
	/* overflow: hidden; */
	width: 100%;
}

/* .suggested-products-slider::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(77, 163, 255, 0.08), rgba(255, 255, 255, 0));
	pointer-events: none;
} */

.suggested-label {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	align-self: flex-start;
	gap: 8px;
	font-size: 0.85rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #9cd0ff;
	background: rgba(77, 163, 255, 0.12);
	padding: 6px 16px;
	border-radius: 999px;
	border: 1px solid rgba(156, 208, 255, 0.4);
	box-shadow: inset 0 0 15px rgba(77, 163, 255, 0.15);
	margin: 0 auto 5px 0;
	text-align: left;
}

.suggested-card {
	position: relative;
	background: rgba(9, 14, 32, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 18px;
	padding: 16px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: auto;
	z-index: 1;
	margin: 0 1.2rem;
}

.suggested-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.suggested-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	border: 1px solid rgba(77, 163, 255, 0.15);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.suggested-card:hover::after {
	opacity: 1;
}

.suggested-card-link {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}

.suggested-card-image {
	background: radial-gradient(circle at top, rgba(77, 163, 255, 0.15), rgba(15, 27, 48, 0.85));
	border-radius: 14px;
	/* padding: 12px; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 150px; */
	transition: transform 0.3s ease;
}

.suggested-card img {
	width: auto;
	max-width: 100%;
	height: 160px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.45));
	transition: transform 0.3s ease;
}

.suggested-card:hover .suggested-card-image,
.suggested-card:hover img {
	transform: translateY(-4px);
}

.suggested-card-title {
	color: #ffffff;
	font-size: 1rem;
	/* line-height: 1.4;
	min-height: 48px; */
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.suggested-card-cta {
	margin-top: auto;
	color: #91c7ff;
	font-size: 0.85rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: color 0.3s ease, transform 0.3s ease;
}

.suggested-card:hover .suggested-card-cta {
	color: #ffffff;
	transform: translateX(4px);
}

.suggested-products-carousel .owl-stage-outer {
	padding: 6px 0 18px;
}

.suggested-products-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	pointer-events: none;
	z-index: 10;
}

.suggested-products-carousel .owl-nav button {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
	pointer-events: all;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.suggested-products-carousel .owl-nav button span {
	line-height: 1;
	font-size: 18px;
	color: #ffffff;
}

.suggested-products-carousel .owl-nav button:hover {
	background: rgba(77, 163, 255, 0.18) !important;
	border-color: rgba(77, 163, 255, 0.4);
	transform: scale(1.1);
}

.suggested-products-carousel .owl-nav button.disabled {
	opacity: 0.3;
	pointer-events: none;
}




@media (max-width: 1200px) {
	.testerHead {
		font-size: 2vw !important;
	}
}


@media (max-width: 1200px) {
	.suggested-products-slider {
		padding: 32px 26px 34px;
	}

	.suggested-card-title {
		font-size: 0.95rem;
	}
}

@media (max-width: 992px) {
	.suggested-products-slider {
		padding: 26px 22px 30px;
	}

	.suggested-label {
		letter-spacing: 0.18em;
		font-size: 0.8rem;
	}

	.suggested-card-image {
		min-height: 130px;
	}

	.suggested-card {
		margin: 0 0.8rem;
	}
}

@media (max-width: 768px) {
	.suggested-products-slider {
		padding: 24px 18px 26px;
	}

	.suggested-card {
		padding: 14px;
		margin: 0 0.6rem;
	}

	.suggested-card img {
		height: 120px;
	}

	.suggested-card-title {
		font-size: 0.9rem;
		min-height: 40px;
	}
}

@media (max-width: 576px) {
	.suggested-products-slider {
		padding: 20px 14px 24px;
	}

	.suggested-card {
		padding: 12px;
		margin: 0 0.4rem;
	}

	.suggested-card img {
		height: 100px;
	}
}