/**
* Theme Name: Radist Child
* Description: This is a child theme of Radist, generated by Merlin WP.
* Author: <a href="https://prestabrain.com/">Prestabrain Team</a>
* Template: radist
* Version: 1.0.8
*/

/* ==========================================================================
   Slavator WooCommerce Product Slider
   ========================================================================== */

.slavator-product-slider-wrapper {
	position: relative;
	padding-bottom: 0px;
	width: 100%;
}

.slavator-product-slider {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slavator-product-slider .swiper-wrapper {
	display: flex;
	height: auto;
	flex-wrap: nowrap;
}

.slavator-product-slider .swiper-slide {
	height: auto;
	/* Ensures all slides stretch to match height */
	display: flex;
	flex-shrink: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.slavator-product-slider .swiper-slide {
		width: calc(50% - 15px);
		margin-right: 30px;
	}
}

@media (min-width: 1025px) {
	.slavator-product-slider .swiper-slide {
		width: calc(25% - 22.5px);
		margin-right: 30px;
	}
}

.slavator-product-slide-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.slavator-product-slide-column .slavator-product-card {
	height: auto;
	flex: 0 0 auto;
}

/* Card Styling */
.slavator-product-card {
	background: #ffffff;
	border: 1px solid #e9ebed;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slavator-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Image Container */
.slavator-image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 110%;
	/* Vertically oriented image container */
	background-color: #f7f8fa;
	/* Soft light backdrop */
	overflow: hidden;
}

.slavator-product-img,
.slavator-image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
	box-sizing: border-box;
	transition: transform 0.5s ease;
}

.slavator-product-card:hover .slavator-product-img {
	transform: scale(1.05);
}

/* Content Area */
.slavator-content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
}

/* Categories styling */
.slavator-categories {
	font-family: inherit;
	font-size: 11px;
	font-weight: 500;
	color: #8c8c8c;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: 8px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Title styling */
.slavator-title {
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 16px 0;
}

.slavator-title a {
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease;
}

.slavator-title a:hover {
	color: #666666;
}

/* Read More Link */
.slavator-read-more {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	/* Push to bottom of card content */
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: color 0.2s ease;
	width: fit-content;
}

.slavator-read-more .slavator-arrow {
	margin-left: 8px;
	width: 14px;
	height: 14px;
	stroke: #000000;
	transition: transform 0.3s ease, stroke 0.2s ease;
}

.slavator-read-more:hover {
	color: #666666;
}

.slavator-read-more:hover .slavator-arrow {
	transform: translateX(4px);
	stroke: #666666;
}

/* Dots Navigation Pagination */
.slavator-product-slider-wrapper .swiper-pagination {
	position: absolute;
	bottom: 12px;
	right: 20px;
	left: auto;
	width: auto;
	transform: none;
	display: flex;
	gap: 6px;
	z-index: 10;
}

.slavator-product-slider-wrapper .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #cccccc;
	opacity: 1;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 !important;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.slavator-product-slider-wrapper .swiper-pagination-bullet-active {
	background: #000000;
}

/* ==========================================================================
   Slavator About Company Widget
   ========================================================================== */

.slavator-about-wrapper {
	width: 100%;
	padding: 30px 0;
}

.slavator-about-grid {
	display: grid;
	grid-template-columns: var(--slavator-about-left-col-width, 1.1fr) 1fr;
	gap: 60px;
	align-items: center;
}

@media (max-width: 991px) {
	.slavator-about-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/* Left Column: Media */
.slavator-about-media-box {
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
	display: flex;
}

.slavator-about-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1.6;
	display: block;
	transition: transform 0.6s ease;
}

.slavator-about-media-box:hover .slavator-about-img {
	transform: scale(1.03);
}

/* Bottom Text Overlay & Gradient */
.slavator-about-media-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: linear-gradient(to top, rgba(230, 33, 41, 0.85) 0%, rgba(230, 33, 41, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

.slavator-about-media-text {
	position: absolute;
	bottom: 28px;
	left: 28px;
	color: #ffffff;
	z-index: 2;
}

.slavator-about-media-sub {
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 6px;
	opacity: 0.9;
}

.slavator-about-media-title {
	font-family: inherit;
	font-size: 26px;
	font-weight: 800;
	margin: 0;
	line-height: 1.1;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #ffffff;
}

/* Centered Play Button */
.slavator-about-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-decoration: none;
}

.slavator-play-btn-circle {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.85);
	background-color: rgba(17, 17, 17, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.slavator-play-icon {
	fill: #ffffff;
	margin-left: 3px;
	transition: fill 0.3s ease;
}

/* Play Button Hover Effect */
.slavator-about-play-btn:hover .slavator-play-btn-circle {
	transform: scale(1.1);
	border-color: #ffffff;
	background-color: rgba(230, 33, 41, 0.95);
	box-shadow: 0 0 24px rgba(230, 33, 41, 0.7);
}

/* Right Column: Content */
.slavator-about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
}

.slavator-about-subtitle {
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #e62129;
	margin-bottom: 12px;
	display: inline-block;
}

.slavator-about-title {
	font-family: inherit;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
	color: #000000;
	margin: 0 0 20px 0;
	letter-spacing: -0.5px;
}

@media (max-width: 767px) {
	.slavator-about-title {
		font-size: 26px;
	}
}

.slavator-about-desc {
	font-family: inherit;
	font-size: 15px;
	color: #555555;
	line-height: 1.7;
	margin-bottom: 26px;
}

.slavator-about-desc p {
	margin: 0 0 16px 0;
}

.slavator-about-desc p:last-child {
	margin-bottom: 0;
}

/* Read More Link */
.slavator-about-link {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: color 0.2s ease;
	width: fit-content;
}

.slavator-about-link .slavator-arrow {
	margin-left: 8px;
	width: 14px;
	height: 14px;
	stroke: #000000;
	transition: transform 0.3s ease, stroke 0.2s ease;
}

.slavator-about-link:hover {
	color: #666666;
}

.slavator-about-link:hover .slavator-arrow {
	transform: translateX(4px);
	stroke: #666666;
}

/* Fallback Video Lightbox Popup Styles */
.slavator-lightbox-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.slavator-lightbox-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.slavator-lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.88);
	cursor: pointer;
}

.slavator-lightbox-container {
	position: relative;
	width: 90%;
	max-width: 850px;
	aspect-ratio: 16/9;
	background-color: #000000;
	border-radius: 8px;
	overflow: visible;
	/* Allows close button to sit on top-right boundary */
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.8);
	z-index: 2;
	transform: scale(0.93);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slavator-lightbox-modal.is-active .slavator-lightbox-container {
	transform: scale(1);
}

.slavator-lightbox-video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.slavator-lightbox-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.slavator-lightbox-close {
	position: absolute;
	top: -45px;
	right: 0;
	background: none;
	border: none;
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	transition: color 0.2s ease, transform 0.2s ease;
}

.slavator-lightbox-close:hover {
	color: #e62129;
	transform: scale(1.1);
}

/* ==========================================================================
   Slavator Browse Categories Widget
   ========================================================================== */

.slavator-browse-menu-wrapper {
	position: relative;
	display: inline-block;
}

.slavator-menu-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	text-align: start;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	padding: 12px 0 !important;
	margin: 0 !important;
	text-decoration: none;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	min-width: 0 !important;
	height: auto !important;
	line-height: inherit !important;
	transition: opacity 0.2s ease;
}

.slavator-menu-trigger:hover {
	opacity: 0.8;
	background: transparent !important;
	background-color: transparent !important;
}

.slavator-menu-icon {
	margin-left: 12px;
	margin-right: 0;
	width: 18px;
	height: 18px;
	stroke: #000000;
	stroke-width: 2.5;
	display: block;
}

/* Dropdown alignment adjustments */
.slavator-browse-menu-wrapper.align-right .slavator-mega-dropdown {
	left: auto !important;
	right: 0 !important;
	transform: translateY(12px);
}

.slavator-browse-menu-wrapper.align-right.is-open .slavator-mega-dropdown {
	transform: translateY(0);
}

.slavator-browse-menu-wrapper.align-center .slavator-mega-dropdown {
	left: 50% !important;
	transform: translateX(-50%) translateY(12px);
}

.slavator-browse-menu-wrapper.align-center.is-open .slavator-mega-dropdown {
	transform: translateX(-50%) translateY(0);
}

.slavator-mega-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 1030px;
	max-width: calc(100vw - 40px);
	height: 480px;
	background: #ffffff;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
	border-radius: 0 0 8px 8px;
	border: 1px solid #e9ebed;
	display: flex;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	/* Block mouse interactions when closed */
	transform: translateY(12px);
	transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s;
	z-index: 99999;
	text-align: start;
}

.slavator-browse-menu-wrapper.is-open .slavator-mega-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	/* Enable mouse interactions when open */
	transform: translateY(0);
}

/* Bulletproof override for any cached hover rules */
.slavator-browse-menu-wrapper:hover:not(.is-open) .slavator-mega-dropdown {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateY(12px) !important;
}

/* Left Side Panel */
.slavator-parent-cats {
	width: 260px;
	height: 100%;
	background: #fafafa;
	border-right: 1px solid #e9ebed;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	overflow-y: auto;
	box-sizing: border-box;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.slavator-parent-cats::-webkit-scrollbar {
	display: none;
	/* Safari/Chrome */
}

.slavator-cat-item {
	padding: 8px 24px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.slavator-cat-item a {
	color: inherit;
	text-decoration: none;
	flex-grow: 1;
}

.slavator-cat-item:hover,
.slavator-cat-item.active {
	background: #ffffff;
	color: #e62129;
}

.slavator-cat-chevron {
	width: 10px;
	height: 10px;
	stroke: currentColor;
	stroke-width: 2.5;
	fill: none;
	opacity: 0.6;
}

/* Right Side Panels */
.slavator-mega-panels {
	flex: 1;
	height: 100%;
	background: #ffffff;
	position: relative;
	border-radius: 0 0 8px 0;
}

.slavator-mega-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s;
	scrollbar-width: thin;
	scrollbar-color: #e0e0e0 transparent;
}

.slavator-mega-panel::-webkit-scrollbar {
	width: 5px;
}

.slavator-mega-panel::-webkit-scrollbar-track {
	background: transparent;
}

.slavator-mega-panel::-webkit-scrollbar-thumb {
	background: #e0e0e0;
	border-radius: 3px;
}

.slavator-mega-panel::-webkit-scrollbar-thumb:hover {
	background: #cccccc;
}

.slavator-mega-panel.active {
	opacity: 1;
	visibility: visible;
}

.slavator-mega-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.slavator-subcat-col {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.slavator-subcat-title {
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 14px 0;
	border-bottom: 2px solid #e62129;
	padding-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.slavator-subcat-title a {
	color: inherit;
	text-decoration: none;
}

.slavator-product-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.slavator-product-links li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #e0e0e0;
}

.slavator-product-links a {
	font-family: inherit;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	transition: color 0.25s ease, transform 0.25s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slavator-product-links a:hover {
	color: #e62129;
	transform: translateX(4px);
}

/* ==========================================================================
   Slavator Vision & Mission Widget
   ========================================================================== */

.slavator-vm-wrapper {
	width: 100%;
	padding: 40px 0;
	position: relative;
}

.slavator-vm-grid {
	display: grid;
	grid-template-columns: var(--slavator-vm-left-col-width, 45%) 1fr;
	gap: 70px;
	align-items: center;
}

@media (max-width: 991px) {
	.slavator-vm-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}

.slavator-vm-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.slavator-vm-subtitle {
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #e62129;
	margin-bottom: 12px;
	display: inline-block;
}

.slavator-vm-title {
	font-family: inherit;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.25;
	color: #000000;
	margin: 0 0 20px 0;
	letter-spacing: -0.5px;
}

@media (max-width: 767px) {
	.slavator-vm-title {
		font-size: 28px;
	}
}

.slavator-vm-desc {
	font-family: inherit;
	font-size: 15px;
	color: #555555;
	line-height: 1.7;
	margin-bottom: 30px;
}

.slavator-vm-desc p {
	margin: 0 0 16px 0;
}

.slavator-vm-desc p:last-child {
	margin-bottom: 0;
}

/* Left Media Box With Intersecting Outline Graphic */
.slavator-vm-image-box {
	position: relative;
	width: 100%;
	display: flex;
	margin-top: 10px;
}

.slavator-vm-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1.78;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	z-index: 2;
	transition: transform 0.4s ease;
}

.slavator-vm-img-accent {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 100%;
	height: 100%;
	border: 2px solid #e62129;
	border-radius: 12px;
	z-index: 1;
	opacity: 0.3;
	pointer-events: none;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.slavator-vm-image-box:hover .slavator-vm-img {
	transform: translateY(-4px);
}

.slavator-vm-image-box:hover .slavator-vm-img-accent {
	transform: translate(4px, 4px);
	opacity: 0.6;
}

/* Right Column: Stacked Cards */
.slavator-vm-right {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
}

.slavator-vm-card {
	background-color: #ffffff;
	border: 1px solid #e9ebed;
	border-radius: 8px;
	padding: 24px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	transition: border-color 0.3s ease, background-color 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
	text-align: left;
}

/* Rounded Icon Box with micro interactions */
.slavator-vm-card-icon-wrapper {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #e62129;
	fill: #e62129;
	background-color: rgba(230, 33, 41, 0.08);
	font-size: 20px;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.slavator-vm-card-icon-wrapper svg {
	width: 20px;
	height: 20px;
	display: block;
}

.slavator-vm-card:hover .slavator-vm-card-icon-wrapper {
	background-color: #e62129;
	color: #ffffff;
	fill: #ffffff;
	transform: rotate(360deg) scale(1.05);
}

.slavator-vm-card:hover .slavator-vm-card-icon-wrapper svg {
	color: #ffffff;
	fill: #ffffff;
}

.slavator-vm-card-content {
	flex-grow: 1;
	min-width: 0;
}

.slavator-vm-card-title {
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 8px 0;
	transition: color 0.3s ease;
}

.slavator-vm-card:hover .slavator-vm-card-title {
	color: #e62129;
}

.slavator-vm-card-desc {
	font-family: inherit;
	font-size: 14px;
	color: #555555;
	line-height: 1.6;
	margin: 0;
}

/* --- Skylight Product Slider Styling --- */
.skylight-product-slider-outer-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.skylight-product-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: visible;
}

.skylight-product-slider {
	width: 100%;
	height: auto;
}

/* Card Styling */
.skylight-product-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.skylight-product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
	border-color: #cbd5e1;
}

/* Image wrapper styling */
.skylight-image-link {
	display: block;
	text-decoration: none;
	width: 100%;
}

.skylight-image-wrapper {
	position: relative;
	background-color: #f8fafc;
	height: 280px;
	/* Adjust height according to standard product visual aspect */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
	overflow: hidden;
	transition: background-color 0.3s ease;
}

.skylight-product-card:hover .skylight-image-wrapper {
	background-color: #f1f5f9;
}

.skylight-product-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.5s ease;
}

.skylight-product-card:hover .skylight-product-image {
	transform: scale(1.04);
}

/* Details wrapper styling */
.skylight-details-wrapper {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: #ffffff;
}

/* Category text styling */
.skylight-product-category {
	display: block;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #94a3b8;
	letter-spacing: 0.8px;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Title styling */
.skylight-product-title {
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 16px 0;
	color: #0f172a;
	min-height: 44px;
	/* Fix line heights for perfect alignment */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.skylight-product-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.skylight-product-title a:hover {
	color: #475569;
	/* Slightly lighter shade on hover */
}

/* Read More styling */
.skylight-read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0f172a;
	text-decoration: none;
	margin-top: auto;
	/* Push read more button to bottom of text block */
	width: fit-content;
	transition: color 0.2s ease;
}

.skylight-read-more:hover {
	color: #475569;
}

.skylight-arrow-icon {
	width: 14px;
	height: 14px;
	transition: transform 0.2s ease;
}

.skylight-read-more:hover .skylight-arrow-icon {
	transform: translateX(4px);
}

/* Pagination container styling */
.skylight-pagination-container {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.skylight-product-slider-outer-wrapper .swiper-pagination {
	position: static;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: auto;
}

.skylight-product-slider-outer-wrapper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #cbd5e1;
	opacity: 1;
	border-radius: 50%;
	transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
	margin: 0 !important;
	cursor: pointer;
}

.skylight-product-slider-outer-wrapper .swiper-pagination-bullet-active {
	background: #0f172a;
	width: 8px;
	border-radius: 50%;
}

/* Swiper navigation buttons */
.skylight-swiper-button-prev,
.skylight-swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0f172a;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.skylight-swiper-button-prev:hover,
.skylight-swiper-button-next:hover {
	background-color: #0f172a;
	border-color: #0f172a;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.skylight-swiper-button-prev {
	left: -22px;
}

.skylight-swiper-button-next {
	right: -22px;
}

@media (max-width: 1024px) {
	.skylight-swiper-button-prev {
		left: -10px;
	}

	.skylight-swiper-button-next {
		right: -10px;
	}
}

@media (max-width: 768px) {
	.skylight-image-wrapper {
		height: 220px;
		padding: 16px;
	}

	.skylight-swiper-button-prev,
	.skylight-swiper-button-next {
		display: none;
		/* Hide arrows on mobile for better touch experience */
	}
}