/**
 * Vik Car Grid - Frontend Styles
 * 
 * @package VikCarGrid
 */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

/* ============================================
   iOS SAFARI CLICKABILITY FIXES - COMPREHENSIVE
   ============================================ */

/* Detect iOS Safari */
@supports (-webkit-touch-callout: none) {
	/* CRITICAL: All interactive elements in detail_car shortcode */
	.vcg-detail-container button,
	.vcg-detail-container a,
	.vcg-detail-container [role="button"],
	.vcg-detail-container .vcg-btn-primary,
	.vcg-detail-container .vcg-button,
	.vcg-detail-container .vcg-tab-btn,
	.vcg-detail-container .vcg-carousel-prev,
	.vcg-detail-container .vcg-carousel-next,
	.vcg-detail-container .vcg-carousel-indicator,
	.vcg-detail-container .vcg-thumbnail-item,
	.vcg-detail-container .vcg-breadcrumb a,
	.vcg-detail-container .vcg-product-actions a,
	.vcg-detail-container .vcg-product-actions button,
	.vcg-detail-container .vcg-product-actions .vcg-btn-primary,
	/* CRITICAL: Grid view buttons */
	.vcg-card-footer .vcg-button,
	.vcg-card-footer a.vcg-button,
	.vcg-button {
		cursor: pointer !important;
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.4) !important;
		touch-action: manipulation !important;
		-webkit-touch-callout: none !important;
		-webkit-user-select: none !important;
		user-select: none !important;
		min-height: 44px !important;
		min-width: 44px !important;
		position: relative !important;
		z-index: 100 !important;
		pointer-events: auto !important;
		display: inline-block !important;
		-webkit-appearance: none !important;
		appearance: none !important;
		-webkit-transform: translateZ(0) !important;
		transform: translateZ(0) !important;
		-webkit-backface-visibility: hidden !important;
		backface-visibility: hidden !important;
		will-change: transform !important;
	}
	
	/* CRITICAL: Primary button - Reservar Ahora */
	.vcg-detail-container .vcg-btn-primary,
	.vcg-detail-container a.vcg-btn-primary,
	.vcg-detail-container .vcg-product-actions .vcg-btn-primary,
	.vcg-detail-container .vcg-product-actions a.vcg-btn-primary,
	.vcg-product-actions .vcg-btn-primary,
	.vcg-product-actions a.vcg-btn-primary {
		z-index: 1000 !important;
		position: relative !important;
		pointer-events: auto !important;
		touch-action: manipulation !important;
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.5) !important;
		-webkit-transform: translateZ(0) !important;
		transform: translateZ(0) !important;
		cursor: pointer !important;
		display: inline-block !important;
		min-height: 44px !important;
		min-width: 44px !important;
		-webkit-user-select: none !important;
		user-select: none !important;
		-webkit-touch-callout: none !important;
	}
	
	/* CRITICAL: Carousel navigation buttons */
	.vcg-detail-container .vcg-carousel-prev,
	.vcg-detail-container .vcg-carousel-next,
	.vcg-detail-container .vcg-carousel-indicator {
		z-index: 200 !important;
		position: relative !important;
		pointer-events: auto !important;
		touch-action: manipulation !important;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5) !important;
	}
	
	/* CRITICAL: Thumbnail items for image switching */
	.vcg-detail-container .vcg-thumbnail-item {
		z-index: 50 !important;
		position: relative !important;
		pointer-events: auto !important;
		touch-action: manipulation !important;
		cursor: pointer !important;
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.3) !important;
	}
	
	/* CRITICAL: Breadcrumb links */
	.vcg-detail-container .vcg-breadcrumb a {
		z-index: 50 !important;
		position: relative !important;
		pointer-events: auto !important;
		touch-action: manipulation !important;
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.3) !important;
		display: inline-block !important;
		padding: 8px 12px !important;
		min-height: 44px !important;
		line-height: 28px !important;
	}
	
	/* CRITICAL: Tab buttons */
	.vcg-detail-container .vcg-tab-btn,
	.vcg-detail-container button.vcg-tab-btn {
		z-index: 100 !important;
		position: relative !important;
		pointer-events: auto !important;
		touch-action: manipulation !important;
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.3) !important;
	}
	
	/* CRITICAL: Product actions container - ensure it doesn't block */
	.vcg-detail-container .vcg-product-actions {
		z-index: 99999 !important;
		position: fixed !important;
		pointer-events: auto !important;
		touch-action: manipulation !important;
		-webkit-transform: translateZ(0) !important;
		transform: translateZ(0) !important;
		-webkit-backface-visibility: hidden !important;
		backface-visibility: hidden !important;
	}
	
	/* CRITICAL: Ensure no overlay blocks clicks */
	.vcg-detail-container * {
		-webkit-tap-highlight-color: transparent;
	}
	
	.vcg-detail-container button,
	.vcg-detail-container a,
	.vcg-detail-container .vcg-btn-primary,
	.vcg-detail-container .vcg-button,
	.vcg-detail-container .vcg-tab-btn,
	.vcg-detail-container .vcg-carousel-prev,
	.vcg-detail-container .vcg-carousel-next,
	.vcg-detail-container .vcg-carousel-indicator,
	.vcg-detail-container .vcg-thumbnail-item,
	.vcg-detail-container .vcg-breadcrumb a {
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.4) !important;
	}
	
	/* CRITICAL: Prevent parent containers from blocking - BUT NOT HEADER */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-left,
	.vcg-detail-right,
	.vcg-product-info,
	.vcg-tabs-section,
	.vcg-tabs-wrapper {
		pointer-events: auto !important;
		position: relative !important;
		overflow: visible !important;
		-webkit-transform: translateZ(0) !important;
		transform: translateZ(0) !important;
		/* Ensure these don't create spacing that affects header */
		margin-top: 0 !important;
		padding-top: 0 !important;
		/* CRITICAL: Don't block elements below (like grid buttons) */
		z-index: auto !important;
	}
	
	/* CRITICAL: Ensure grid buttons below detail container are NOT blocked */
	/* Only apply to containers that are NOT detail containers */
	.vcg-container:not(.vcg-detail-container),
	.vcg-container:not(.vcg-detail-container) .vcg-grid,
	.vcg-container:not(.vcg-detail-container) .vcg-card,
	.vcg-container:not(.vcg-detail-container) .vcg-card-footer {
		pointer-events: auto !important;
		position: relative !important;
		z-index: 1 !important;
	}
	
	/* CRITICAL: Grid buttons must have higher z-index than detail container */
	/* Only target buttons OUTSIDE detail container */
	.vcg-container:not(.vcg-detail-container) .vcg-button,
	.vcg-container:not(.vcg-detail-container) .vcg-card-footer .vcg-button {
		z-index: 100 !important;
		position: relative !important;
		pointer-events: auto !important;
	}
	
	/* CRITICAL: Remove any pseudo-elements that might block */
	.vcg-detail-container .vcg-product-actions::before,
	.vcg-detail-container .vcg-product-actions::after,
	.vcg-detail-container .vcg-btn-primary::before,
	.vcg-detail-container .vcg-btn-primary::after {
		display: none !important;
		content: none !important;
		pointer-events: none !important;
	}
	
	/* Visual feedback for iOS touch */
	.vcg-detail-container .vcg-ios-touching {
		opacity: 0.7 !important;
		transform: scale(0.98) !important;
		-webkit-transform: scale(0.98) translateZ(0) !important;
	}
}

/* Container */
.vcg-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

/* Grid Layout */
.vcg-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 25px;
	margin-bottom: 40px;
}

/* Responsive Grid Columns */
.vcg-container[data-columns="1"] .vcg-grid {
	grid-template-columns: 1fr;
}

.vcg-container[data-columns="2"] .vcg-grid {
	grid-template-columns: repeat(2, 1fr);
}

.vcg-container[data-columns="3"] .vcg-grid {
	grid-template-columns: repeat(3, 1fr);
}

.vcg-container[data-columns="4"] .vcg-grid {
	grid-template-columns: repeat(4, 1fr);
}

.vcg-container[data-columns="5"] .vcg-grid {
	grid-template-columns: repeat(5, 1fr);
}

.vcg-container[data-columns="6"] .vcg-grid {
	grid-template-columns: repeat(6, 1fr);
}

/* Card Styles */
.vcg-card {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	pointer-events: auto !important;
	/* Ensure card doesn't block button clicks */
	z-index: 1;
}

.vcg-card:hover {
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), 0 6px 12px rgba(0, 0, 0, 0.1);
	transform: none !important;
}

/* Card Image */
.vcg-card-image {
	position: relative;
	width: 100%;
	padding-top: 70%; /* Slightly taller for modern look */
	overflow: hidden;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.vcg-card-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: none;
}

.vcg-card-image a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
}

.vcg-card-image a img {
	position: relative;
}

/* Price Styles - Normal Display */
.vcg-card-price {
	margin: 0 0 12px 0;
	padding: 0;
	display: flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
}

.vcg-card-price .vcg-price-amount {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: #D97D07;
	line-height: 1;
	letter-spacing: -0.02em;
}

.vcg-card-price .vcg-price-period {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #718096;
}

/* Card Content */
.vcg-card-content {
	padding: 20px 24px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	pointer-events: auto;
}

.vcg-card-title {
	margin: 0 0 12px 0;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -0.02em;
}

.vcg-card-title a {
	color: #1a202c;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
}

.vcg-card-title a:hover {
	color: #D97D07;
}

.vcg-card-description {
	color: #4a5568;
	font-size: 0.92em;
	line-height: 1.6;
	margin-bottom: 20px;
	flex: 1;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	/* Single line with ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	min-height: 1.6em;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.vcg-card:hover .vcg-card-description {
	transform: translateY(-2px);
	opacity: 0.9;
}

/* Car Characteristics - Vertical List (like carousel) */
.vcg-card-characteristics {
	margin: 12px 0 16px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
}

.vcg-char-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9em;
	color: #4a5568;
	line-height: 1.4;
	transition: none;
}

.vcg-char-item:last-child {
	margin-bottom: 0;
}

.vcg-char-item:hover {
	background: transparent;
	border: none;
	box-shadow: none;
	transform: none;
}

.vcg-char-icon {
	font-size: 1.1em;
	line-height: 1;
	flex-shrink: 0;
	display: none; /* Hide text icons, only show image icons */
}

.vcg-char-icon-img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.vcg-char-icon-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	opacity: 0.85;
}

.vcg-char-text {
	flex: 1;
	font-weight: 500;
	display: block;
}

/* Icons Only Mode (when view_more_text is set) */
.vcg-card-characteristics.vcg-icons-only {
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 8px;
	margin-bottom: 12px;
}

.vcg-card-characteristics.vcg-icons-only .vcg-char-item {
	margin-bottom: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
}

/* Card Footer */
.vcg-card-footer {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	position: relative;

	pointer-events: auto !important;
}

/* Button Styles - Grid buttons */
.vcg-button {
	display: inline-block;
	padding: 13px 24px;
	background: #D97D07;
	color: #ffffff;
	text-decoration: none;
	border-radius: 12px;
	font-size: 0.95em;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s ease;
	border: 2px solid #D97D07;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
	box-shadow: 0 4px 8px rgba(217, 125, 7, 0.25), 0 2px 4px rgba(217, 125, 7, 0.15);
	position: relative;
	overflow: hidden;
	letter-spacing: 0.3px;
	
	pointer-events: auto !important;
	/* Mobile touch optimization - iOS & Android */
	touch-action: manipulation !important;
	-webkit-tap-highlight-color: rgba(217, 125, 7, 0.4) !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	user-select: none !important;
	min-height: 44px !important;
	-webkit-transform: translateZ(0) !important;
	transform: translateZ(0) !important;
	z-index: 10 !important;
}

/* CRITICAL: Disable hover on mobile to prevent accidental navigation */
@media (hover: hover) and (pointer: fine) {
	.vcg-button:hover {
		background: #ffffff;
		color: #D97D07;
		border-color: #D97D07;
		text-decoration: none;
		transform: translateY(-2px);
		box-shadow: 0 6px 12px rgba(217, 125, 7, 0.3), 0 3px 6px rgba(217, 125, 7, 0.2);
	}
}

.vcg-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(217, 125, 7, 0.25);
}

/* Pagination */
.vcg-pagination {
	margin-top: 40px;
	text-align: center;
}

.vcg-pagination .page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 12px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #333333;
	text-decoration: none;
	transition: all 0.2s ease;
	font-family: 'Quicksand', sans-serif;
}

.vcg-pagination .page-numbers:hover {
	background: #0073aa;
	color: #ffffff;
	border-color: #0073aa;
}

.vcg-pagination .page-numbers.current {
	background: #0073aa;
	color: #ffffff;
	border-color: #0073aa;
}

.vcg-pagination .page-numbers.dots {
	border: none;
	background: transparent;
	cursor: default;
}

.vcg-pagination .page-numbers.dots:hover {
	background: transparent;
	color: #333333;
}

/* Simple Pagination Fallback */
.vcg-pagination-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.vcg-pagination-links a {
	padding: 8px 12px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #333333;
	text-decoration: none;
	transition: all 0.2s ease;
	font-family: 'Quicksand', sans-serif;
}

.vcg-pagination-links a:hover {
	background: #0073aa;
	color: #ffffff;
	border-color: #0073aa;
}

.vcg-pagination-links .vcg-pagination-current {
	background: #0073aa;
	color: #ffffff;
	border-color: #0073aa;
}

/* Messages */
.vcg-error,
.vcg-no-cars {
	padding: 15px;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	color: #856404;
	margin: 20px 0;
	font-family: 'Quicksand', sans-serif;
}

.vcg-error {
	background: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}

/* Car Characteristics in Grid */
/* Tablet styles - icons only */
.vcg-card-characteristics {
	margin: 12px 0 8px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
	align-items: center;
}

.vcg-char-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	transition: transform 0.2s ease;
}

.vcg-char-item:hover {
	background: transparent;
	border: none;
	transform: scale(1.1);
}

.vcg-char-icon {
	font-size: 1.3em;
	line-height: 1;
	flex-shrink: 0;
}

.vcg-char-icon-img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: transparent;
	border-radius: 4px;
	padding: 0;
}

.vcg-char-icon-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.vcg-char-item:hover .vcg-char-icon-img img {
	opacity: 1;
}

.vcg-char-text {
	font-weight: 500;
	line-height: 1.4;
}

/* ============================================
   DETAIL PAGE - E-COMMERCE STYLE DESIGN
   ============================================ */

.vcg-detail-container {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 100px; /* Space for sticky button at bottom */
	background: #ffffff;
	min-height: 100vh;
	position: relative;
	pointer-events: auto;
}

/* Breadcrumb */
.vcg-breadcrumb {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 40px;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9em;
	color: #718096;
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	
	pointer-events: auto !important;
}

.vcg-breadcrumb a {
	color: #718096;
	text-decoration: none;
	transition: color 0.2s ease;
	pointer-events: auto !important;
	cursor: pointer !important;
	
	position: relative !important;
	display: inline-block !important;
	padding: 0 4px;
}

.vcg-breadcrumb a:hover {
	color: #D97D07;
}

.vcg-breadcrumb-separator {
	color: #cbd5e0;
}

.vcg-breadcrumb-current {
	color: #1a202c;
	font-weight: 600;
}

/* Old hero section removed - using e-commerce layout now */

/* Main Product Section */
.vcg-detail-main {
	width: 100%;
	background: #ffffff;
	padding: 30px 0 60px;
	position: relative;
	overflow: hidden;
}

/* Mobile: Remove overflow to prevent button clipping */
@media (max-width: 480px) {
	.vcg-detail-main {
		overflow: visible !important;
		overflow-x: hidden !important;
		overflow-y: visible !important;
	}
	
	.vcg-detail-container {
		overflow: visible !important;
		overflow-x: hidden !important;
		overflow-y: visible !important;
	}
	
	.vcg-detail-wrapper {
		overflow: visible !important;
		overflow-x: hidden !important;
		overflow-y: visible !important;
	}
	
	.vcg-detail-right {
		overflow: visible !important;
	}
	
	.vcg-product-info {
		overflow: visible !important;
	}
}

.vcg-detail-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 20px;
	align-items: start;
	position: relative;
}

/* Left Column - Image Gallery */
.vcg-detail-left {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
}

/* Image Gallery Layout - E-commerce Style */
.vcg-image-gallery {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
	width: 100%;
	position: relative;
	flex-wrap: nowrap;
}

/* Hide mobile carousel on desktop/laptop (≥1024px) */
.vcg-mobile-carousel {
	display: none;
}

/* Show desktop gallery on desktop/laptop (≥1024px) */
.vcg-desktop-gallery {
	display: flex;
}

/* Thumbnail Gallery (Left Side - Vertical) - Hidden on Desktop */
.vcg-thumbnail-gallery.vcg-desktop-hidden {
	display: none !important;
}

/* Thumbnails stay hidden on desktop + tablet (768px+) */

/* Thumbnail Gallery (Left Side - Vertical) */
.vcg-thumbnail-gallery {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px;
	width: 130px;
	flex-shrink: 0;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 700px;
	padding-right: 12px;
	min-width: 130px;
	order: 1;
	position: relative;
}

.vcg-thumbnail-gallery::-webkit-scrollbar {
	width: 4px;
}

.vcg-thumbnail-gallery::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.vcg-thumbnail-gallery::-webkit-scrollbar-thumb {
	background: #D97D07;
	border-radius: 4px;
}

.vcg-thumbnail-item {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 3px solid transparent;
	background: #f5f5f5;
	position: relative;
	/* CRITICAL: All thumbnails should be clear, not blurry */
	opacity: 1 !important;
	filter: none !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.vcg-thumbnail-item.active {
	border-color: #D97D07;
	box-shadow: 0 4px 16px rgba(217, 125, 7, 0.5);
	/* Active thumbnail also clear */
	opacity: 1 !important;
	filter: none !important;
}

/* Inactive thumbnails should also be clear */
.vcg-thumbnail-item:not(.active) {
	opacity: 1 !important;
	filter: none !important;
}

.vcg-thumbnail-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: auto;
	/* Ensure images are sharp and clear */
	opacity: 1 !important;
	filter: none !important;
}

/* Featured Image (Right Side - Large) */
.vcg-featured-image {
	position: relative;
	flex: 1;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 12px;
	overflow: hidden;
	background: #f5f5f5;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	border: 1px solid #e8e8e8;
	order: 2;
	min-width: 0;
	display: block;
}

.vcg-featured-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.vcg-featured-image:hover img {
	transform: scale(1.02);
}

/* Desktop Slider Container */
.vcg-featured-image.vcg-desktop-slider {
	position: relative;
}

.vcg-slider-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.vcg-slider-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	pointer-events: none;
}

.vcg-slider-slide.active {
	opacity: 1;
	position: relative;
	pointer-events: auto;
}

.vcg-slider-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.vcg-slider-slide:hover img {
	transform: scale(1.02);
}

/* Desktop Slider Navigation Arrows */
.vcg-slider-prev,
.vcg-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.95);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 28px;
	color: #333;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	opacity: 1;
	pointer-events: auto;
}

/* Show arrows on desktop + tablet */
@media (min-width: 768px) {
	.vcg-slider-prev,
	.vcg-slider-next {
		opacity: 0.9;
	}
	
	.vcg-desktop-slider:hover .vcg-slider-prev,
	.vcg-desktop-slider:hover .vcg-slider-next {
		opacity: 1;
		background: rgba(255, 255, 255, 1);
	}
}

.vcg-slider-prev {
	left: 20px;
}

.vcg-slider-next {
	right: 20px;
}

.vcg-slider-prev:hover,
.vcg-slider-next:hover {
	background: #ffffff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	transform: translateY(-50%) scale(1.1);
	color: #D97D07;
	background: #ffffff;
}

.vcg-slider-prev:active,
.vcg-slider-next:active {
	transform: translateY(-50%) scale(0.95);
	color: #D97D07;
}

/* Mobile only (≤767px): Hide desktop gallery, show mobile carousel */
@media (max-width: 767px) {
	.vcg-slider-prev,
	.vcg-slider-next {
		display: none !important;
	}
	
	.vcg-desktop-gallery {
		display: none !important;
	}
	
	.vcg-mobile-carousel {
		display: block !important;
		position: relative;
		width: 100%;
		overflow: hidden;
		border-radius: 12px;
		background: #f5f5f5;
	}
}

.vcg-zoom-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.vcg-zoom-btn:hover {
	background: #ffffff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
}

.vcg-zoom-btn span {
	font-size: 1.5em;
}

.vcg-no-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #718096;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.1em;
}

/* Section Styles */
.vcg-detail-section {
	background: #ffffff;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #e8e8e8;
}

.vcg-section-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

.vcg-section-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 8px 0;
	letter-spacing: -0.01em;
	display: flex;
	align-items: center;
	gap: 12px;
}

.vcg-section-icon {
	font-size: 1.2em;
	line-height: 1;
}

.vcg-section-subtitle {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.95em;
	color: #718096;
	margin: 0;
	font-weight: 500;
}

.vcg-section-content {
	margin-top: 20px;
}

/* Gallery Section */
.vcg-gallery-section {
	padding: 40px;
}

.vcg-gallery-container {
	margin-top: 20px;
}

.vcg-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
}

.vcg-gallery-item {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background: #f5f5f5;
	aspect-ratio: 1;
	position: relative;
}

.vcg-gallery-item:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	transform: none !important;
}

.vcg-gallery-item-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vcg-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.vcg-gallery-item:hover img {
	transform: scale(1.05);
}

.vcg-gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.vcg-gallery-item:hover .vcg-gallery-overlay {
	opacity: 1;
}

.vcg-gallery-zoom {
	font-size: 2em;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Description Section */
.vcg-description-section {
	padding: 40px;
}

.vcg-detail-description {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.1em;
	line-height: 1.9;
	color: #4a5568;
}

.vcg-detail-description p {
	margin: 0 0 20px 0;
}

.vcg-detail-description p:last-child {
	margin-bottom: 0;
}

/* Characteristics Section */
.vcg-characteristics-section {
	padding: 40px;
}

.vcg-detail-chars-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.vcg-detail-char-item {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border-radius: 14px;
	border: 1px solid #e8e8e8;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.vcg-detail-char-item:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: none !important;
	border-color: #D97D07;
	background: linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
}

.vcg-char-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, rgba(217, 125, 7, 0.1) 0%, rgba(217, 125, 7, 0.05) 100%);
	border-radius: 14px;
	padding: 12px;
	flex-shrink: 0;
	border: 1px solid rgba(217, 125, 7, 0.2);
}

.vcg-char-icon-img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
}

.vcg-char-info {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}

.vcg-char-label {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.75em;
	color: #718096;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 600;
}

.vcg-char-value {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	color: #1a202c;
	line-height: 1.2;
}


.vcg-product-actions {
    position: relative;
    pointer-events: auto;
}

/* Desktop button - no fixed, no price */
.vcg-product-actions-desktop {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.vcg-product-actions-desktop .vcg-btn-primary {
    width: auto;
    min-width: 200px;
}

/* Ensure button link is clickable - Desktop */
.vcg-product-actions .vcg-btn-primary,
.vcg-product-actions a.vcg-btn-primary {
	position: relative !important;
	
    pointer-events: auto !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	flex: 0 0 auto;
}

.vcg-product-actions .vcg-action-price {
	pointer-events: auto !important;
	
	position: relative;
	flex: 0 0 auto;
}

.vcg-tabs-section {
    position: relative;
    pointer-events: auto;
}

.grid_inner {
    position: relative;
    pointer-events: auto;
}

/* Right Column - Product Info */
.vcg-detail-right {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 30px;
	height: fit-content;
}

.vcg-product-info {
	display: flex;
	flex-direction: column;
	gap: 28px;
	background: #ffffff;
	padding: 0;
	position: relative;
}

.vcg-product-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2.8em;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 0px 0;
	line-height: 1.2;
	letter-spacing: -0.02em;
	/* CRITICAL: Prevent title jump on mobile when carousel changes */
	min-height: 1.2em;
	position: relative;
}

/* Price Section */
.vcg-price-section {
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 24px 0;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 8px;
}

.vcg-price-current {
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
	font-weight: 800;
	color: #D97D07;
	letter-spacing: -0.02em;
	line-height: 1;
}

.vcg-price-period {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.3em;
	color: #718096;
	font-weight: 500;
}

/* Quick Specs */
.vcg-quick-specs {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px 0;
	border-bottom: 2px solid #f0f0f0;
}

.vcg-quick-spec-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	color: #4a5568;
	padding: 12px 16px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 3px solid #D97D07;
}

.vcg-spec-label {
	font-weight: 600;
	color: #718096;
	flex-shrink: 0;
}

.vcg-spec-value {
	font-weight: 600;
	color: #1a202c;
	text-align: right;
}

/* Product Actions - Sticky at Bottom with Price */
.vcg-product-actions {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-top: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	z-index: 20;
	pointer-events: auto !important;
	background: #ffffff;
	padding: 15px 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	/* Ensure no blocking */
}

/* Price on left, button on right - Desktop and Mobile */
.vcg-product-actions .vcg-action-price {
	order: 1;
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	gap: 4px;
}

.vcg-product-actions .vcg-btn-primary,
.vcg-product-actions a.vcg-btn-primary {
	order: 2;
	flex: 0 0 auto;
}

/* Remove any pseudo-elements that might block */
.vcg-product-actions::before,
.vcg-product-actions::after {
	display: none !important;
	content: none !important;
	pointer-events: none !important;
}

.vcg-detail-container a,
.vcg-detail-container button,
.vcg-detail-container .vcg-btn-primary,
.vcg-detail-container .vcg-tab-btn,
.vcg-detail-container .vcg-thumbnail-item,
.vcg-detail-container .vcg-breadcrumb a {
	cursor: pointer;
	pointer-events: auto !important;
	position: relative;
}

a.vcg-btn-primary,
button.vcg-btn-primary,
.vcg-btn-primary,
a.vcg-button,
button.vcg-button,
.vcg-button {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative !important;
	display: block !important;
	text-decoration: none !important;
}

.vcg-grid .vcg-button,
.vcg-card-footer .vcg-button,
.vcg-container .vcg-button {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative !important;
}

/* Ensure card and card-footer don't block buttons */
.vcg-card,
.vcg-card-footer,
.vcg-card-content {
	pointer-events: auto !important;
}

.vcg-card .vcg-button,
.vcg-card-footer .vcg-button {
	pointer-events: auto !important;
}

/* CRITICAL: Ensure button is never blocked by any element */
.vcg-product-actions,
.vcg-product-actions * {
	pointer-events: auto !important;
}

.vcg-btn-primary,
a.vcg-btn-primary,
button.vcg-btn-primary,
.vcg-button,
a.vcg-button,
button.vcg-button,
.vcg-tab-btn,
button.vcg-tab-btn {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative !important;
}

/* Only lightbox should block when active - but NOT buttons */
body.vcg-lightbox-open .vcg-product-actions {
	pointer-events: none !important;
	z-index: -1 !important;
}

body.vcg-lightbox-open .vcg-product-actions .vcg-btn-primary,
body.vcg-lightbox-open .vcg-product-actions a.vcg-btn-primary {
	pointer-events: auto !important;
	z-index: 30;
}

/* Mobile: Sticky button at bottom with price */
@media (max-width: 480px) {
	/* Ensure all parent containers allow pointer events */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-right,
	.vcg-product-info {
		pointer-events: auto;
		position: relative;
		overflow: visible;
		/* Add padding bottom so content doesn't get hidden behind sticky button */
		padding-bottom: 100px;
	}
	
	.vcg-breadcrumb {
		pointer-events: auto !important;
		z-index: 10;
		position: relative;
		padding: 15px 20px;
	}
	
	.vcg-breadcrumb a {
		pointer-events: auto !important;
		cursor: pointer !important;
		z-index: 11;
		position: relative !important;
		display: inline-block !important;
		padding: 0 8px !important;
	}
	
	/* Product actions container - Sticky at Bottom */
	.vcg-product-actions {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		z-index: 99998 !important;
		pointer-events: auto !important;
		background: #ffffff !important;
		padding: 12px 16px !important;
		box-sizing: border-box !important;
		margin-top: 0 !important;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15) !important;
		/* Flexbox layout: price left, button right */
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
		gap: 12px !important;
		/* Ensure container doesn't block clicks on iPhone */
		touch-action: manipulation !important;
		-webkit-transform: translateZ(0) !important;
		transform: translateZ(0) !important;
		-webkit-backface-visibility: hidden !important;
		backface-visibility: hidden !important;
	}
	
	/* Remove any pseudo-elements that might block */
	.vcg-product-actions::before,
	.vcg-product-actions::after {
		display: none !important;
		content: none !important;
		pointer-events: none !important;
		z-index: -1 !important;
	}
	
	.vcg-product-actions .vcg-btn-primary,
	.vcg-product-actions a.vcg-btn-primary {
		pointer-events: auto !important;
		z-index: 99999 !important;
		position: relative !important;
		width: auto !important;
		min-width: 120px !important;
		min-height: 44px !important;
		flex: 0 0 auto !important;
		cursor: pointer !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		text-decoration: none !important;
		padding: 12px 24px !important;
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.3) !important;
		touch-action: manipulation !important;
		user-select: none !important;
		-webkit-user-select: none !important;
		-webkit-touch-callout: none !important;
	}
	
	/* Ensure button link is fully clickable on iPhone */
	.vcg-product-actions a.vcg-btn-primary {
		display: flex !important;
		-webkit-tap-highlight-color: rgba(217, 125, 7, 0.3) !important;
		-webkit-transform: translateZ(0) !important;
		transform: translateZ(0) !important;
		position: relative !important;
		z-index: 99999 !important;
	}
	
	/* Ensure no parent is blocking the button */
	.vcg-product-actions * {
		pointer-events: auto !important;
	}
	
	/* Make sure the link area is fully clickable */
	.vcg-product-actions a.vcg-btn-primary::before,
	.vcg-product-actions a.vcg-btn-primary::after {
		display: none !important;
		content: none !important;
		pointer-events: none !important;
	}
	
	/* Price on left, Button on right - Mobile */
	.vcg-product-actions .vcg-action-price {
		pointer-events: auto !important;
		z-index: 21 !important;
		position: relative !important;
		flex: 0 0 auto !important;
		order: 1 !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: baseline !important;
		gap: 4px !important;
		min-width: 0 !important;
		overflow: visible !important;
	}
	
	/* Button on right */
	.vcg-product-actions .vcg-btn-primary,
	.vcg-product-actions a.vcg-btn-primary {
		order: 2 !important;
		flex: 0 0 auto !important;
	}
}
	
	/* All sections must be clickable - no blocking overlays */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-left,
	.vcg-detail-right,
	.vcg-product-info,
	.vcg-image-gallery,
	.vcg-thumbnail-gallery,
	.vcg-thumbnail-item,
	.vcg-featured-image,
	.vcg-mobile-carousel,
	.vcg-carousel-container,
	.vcg-carousel-slide,
	.vcg-carousel-prev,
	.vcg-carousel-next,
	.vcg-carousel-indicators,
	.vcg-carousel-indicator,
	.vcg-tabs-section,
	.vcg-tabs-wrapper,
	.vcg-tabs-nav,
	.vcg-tabs-content,
	.vcg-tab-btn {
		position: relative !important;
		z-index: 1 !important;
		pointer-events: auto !important;
	}
	
	/* Prevent shortcode containers from creating overlays */
	.vcg-detail-container::before,
	.vcg-detail-container::after,
	.vcg-detail-main::before,
	.vcg-detail-main::after,
	.vcg-detail-wrapper::before,
	.vcg-detail-wrapper::after,
	.vcg-container::before,
	.vcg-container::after {
		display: none !important;
		content: none !important;
		pointer-events: none !important;
		z-index: -1 !important;
	}
	
	/* Ensure no fixed/absolute positioned elements from shortcodes cause issues */
	.vcg-detail-container [style*="position: fixed"],
	.vcg-detail-container [style*="position:absolute"],
	.vcg-detail-main [style*="position: fixed"],
	.vcg-detail-main [style*="position:absolute"],
	.vcg-container [style*="position: fixed"],
	.vcg-container [style*="position:absolute"] {
		z-index: 1 !important;
	}
	
	/* Ensure all interactive elements are clickable */
	.vcg-detail-container *,
	.vcg-detail-main *,
	.vcg-detail-wrapper * {
		pointer-events: auto !important;
	}
	
	/* Remove any pseudo-elements that might block */
	.vcg-product-actions::before,
	.vcg-product-actions::after {
		display: none !important;
		pointer-events: none !important;
		content: none !important;
}


/* Action Price - Left side of sticky bar */
.vcg-action-price {
	display: flex !important;
	flex-direction: row !important;
	align-items: baseline !important;
	flex: 0 0 auto !important;
	min-width: 0;
	gap: 4px !important;
	overflow: visible !important;
	pointer-events: auto !important;
	order: 1 !important;
}

.vcg-action-price-label {
	font-size: 0.9em;
	color: #718096;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

.vcg-action-price-amount {
	font-size: 1.6em;
	color: #D97D07;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.vcg-action-price-unit {
	font-size: 0.9em;
	color: #718096;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

/* ALL BUTTONS - Ensure they are always clickable */
.vcg-btn-primary,
a.vcg-btn-primary,
button.vcg-btn-primary,
.vcg-button,
a.vcg-button,
button.vcg-button,
.vcg-tab-btn,
button.vcg-tab-btn,
.vcg-carousel-prev,
.vcg-carousel-next,
.vcg-carousel-indicator {
	user-select: none;
	pointer-events: auto;
	cursor: pointer;
	position: relative;
	
}

.vcg-btn-primary {
	flex: 0 0 auto;
	background: #D97D07;
	color: #ffffff;
	padding: 14px 28px;
	border-radius: 10px;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 20px rgba(217, 125, 7, 0.35);
	transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
	border: 2px solid #D97D07;
	cursor: pointer;
	letter-spacing: 0.3px;
	white-space: nowrap;
	min-width: 140px;
}

/* CRITICAL: Disable hover on mobile to prevent accidental navigation */
@media (hover: hover) and (pointer: fine) {
	.vcg-btn-primary:hover {
		background: #ffffff;
		color: #D97D07;
		border-color: #D97D07;
		box-shadow: 0 8px 28px rgba(217, 125, 7, 0.45);
		transform: translateY(-2px);
	}
}

.vcg-btn-wishlist {
	width: 60px;
	height: auto;
	min-height: 60px;
	background: #ffffff;
	border: 2px solid #e8e8e8;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1.6em;
	transition: all 0.3s ease;
	padding: 0;
	flex-shrink: 0;
}

.vcg-btn-wishlist:hover {
	border-color: #D97D07;
	background: #fff8f0;
	transform: none !important;
	box-shadow: 0 2px 8px rgba(217, 125, 7, 0.2);
}

/* Product Features */
.vcg-product-features {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 24px;
	border-top: 2px solid #f0f0f0;
	margin-top: 8px;
}

.vcg-feature-badge {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.95em;
	color: #4a5568;
	padding: 10px 0;
}

.vcg-feature-badge .vcg-feature-icon {
	width: 24px;
	height: 24px;
	background: rgba(217, 125, 7, 0.12);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D97D07;
	font-weight: 700;
	font-size: 0.85em;
	flex-shrink: 0;
}

/* Tabs Section */
.vcg-tabs-section {
	width: 100%;
	background: #f8f9fa;
	padding: 60px 0;
	margin-top: 0;
	position: relative;
}

.vcg-tabs-wrapper {
	max-width: 95% !important;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}

.vcg-tabs-nav {
	display: flex;
	gap: 0;
	border-bottom: 3px solid #e8e8e8;
	margin-bottom: 0;
	background: #ffffff;
	border-radius: 8px 8px 0 0;
	padding: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	position: relative;
	pointer-events: auto !important;
	z-index: 10 !important;
}

.vcg-tabs-nav * {
	pointer-events: auto !important;
}

/* Desktop: Tabs work, specs display vertically */
@media (min-width: 769px) {
	.vcg-tabs-section .vcg-tabs-nav {
		display: flex;
	}
	
	.vcg-tabs-section .vcg-tab-panel {
		display: none;
	}
	
	.vcg-tabs-section .vcg-tab-panel.active {
		display: block;
	}
	
	/* Specs list vertical layout on desktop */
	.vcg-tabs-section .vcg-specs-list {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

/* Mobile: Keep tabs behavior (only active panel visible) */
@media (max-width: 768px) {
	.vcg-tabs-section .vcg-tabs-nav {
		display: flex;
	}
	
	.vcg-tabs-section .vcg-tabs-content {
		display: block;
		padding: 0;
		background: transparent;
		box-shadow: none;
		border-radius: 0;
		min-height: auto;
	}
	
	.vcg-tabs-section .vcg-tab-panel {
		display: none;
	}
	
	.vcg-tabs-section .vcg-tab-panel.active {
		display: block;
	}
	
	.vcg-tabs-section .vcg-tab-panel .vcg-tab-title {
		border-bottom: none;
		cursor: default;
		pointer-events: none;
	}
	/* Remove any pseudo-elements (no + or - icons) */
	.vcg-tabs-section .vcg-tab-panel .vcg-tab-title::after,
	.vcg-tabs-section .vcg-tab-panel .vcg-tab-title::before {
		display: none !important;
		content: none !important;
	}
	
	/* All content always visible */
	.vcg-tabs-section .vcg-tab-panel .vcg-tab-description,
	.vcg-tabs-section .vcg-tab-panel .vcg-specs-list {
		padding: 0;
		display: block !important;
		max-height: none !important;
		overflow: visible;
	}
	
	/* Specs list vertical layout on mobile */
	.vcg-tabs-section .vcg-specs-list {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}

.vcg-tab-btn {
	background: transparent;
	border: none;
	padding: 20px 36px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.05em;
	font-weight: 600;
	color: #718096;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
	margin-bottom: -3px;
	white-space: nowrap;
	z-index: 10 !important;
	pointer-events: auto !important;
	user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(217, 125, 7, 0.3) !important;
	touch-action: manipulation !important;
	min-height: 44px !important;
	min-width: 44px !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	display: inline-block !important;
}

/* Mobile: Hide tabs completely, use accordion */


.vcg-tab-btn:hover {
	color: #D97D07;
	background: #fff8f0;
}

.vcg-tab-btn.active {
	color: #fff;
	border-bottom-color: #D97D07;
	background: #fff8f0;
}

.vcg-tab-btn.vcg-tab-touching {
	background: #fff8f0 !important;
	opacity: 0.8;
	transform: scale(0.98);
}

.vcg-tabs-content {
	background: #ffffff;
	border-radius: 0 0 8px 8px;
	padding: 50px;
	min-height: 300px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	position: relative;
}

.vcg-tab-panel {
	display: none;
}

.vcg-tab-panel.active {
	display: block;
}

.vcg-tab-panel.active {
	display: block;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.vcg-tab-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 30px 0;
	letter-spacing: -0.01em;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

/* Specifications Only (No Tabs) */
.vcg-specifications-only {
	width: 100%;
	background: #ffffff;
	padding: 40px 0;
	margin-top: 0;
	position: relative;
	;
}

.vcg-specifications-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.vcg-specifications-only .vcg-tab-title {
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	color: #1a202c;
	margin: 0 0 20px 0;
	letter-spacing: -0.01em;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.vcg-specifications-only .vcg-specs-list {
	display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

/* Specifications Only - Simple Design (like image) */
.vcg-specifications-only .vcg-spec-item {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 14px 18px;
	background: #f5f5f5;
	border-radius: 6px;
	border: none;
	box-shadow: none;
	transition: none;
	position: relative;
	overflow: visible;
	margin: 0;
	border: 2px solid #D97D07;
}

.vcg-specifications-only .vcg-spec-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #D97D07;
	border-radius: 6px 0 0 6px;
}

.vcg-specifications-only .vcg-spec-item:hover {
	box-shadow: none;
	border: 2px solid #D97D07;
	background: #f5f5f5;
	background: #d97d0724;
}

/* Hide icons in specifications-only */
.vcg-specifications-only .vcg-spec-icon-wrapper {
	display: none !important;
}

.vcg-specifications-only .vcg-spec-content {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	padding-left: 14px;
	margin: 0;
}

.vcg-specifications-only .vcg-spec-label {
	display: none; /* Hide label, show only value */
}

.vcg-specifications-only .vcg-spec-value {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #1a202c;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

/* Mobile: Specifications Only */
@media (max-width: 768px) {
	.vcg-specifications-only {
		padding: 30px 0;
	}
	
	.vcg-specifications-wrapper {
		padding: 0 20px;
	}
	
	.vcg-specifications-only .vcg-tab-title {
		font-size: 1.5em;
		margin: 0 0 15px 0;
		padding-bottom: 12px;
	}
	
	.vcg-specifications-only .vcg-specs-list {
		gap: 8px;
	}
	
	.vcg-specifications-only .vcg-spec-item {
		padding: 12px 16px;
	}
	
	.vcg-specifications-only .vcg-spec-content {
		padding-left: 12px;
	}
	
	.vcg-specifications-only .vcg-spec-value {
		font-size: 0.95em;
	}
}

.vcg-tab-description {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.1em;
	line-height: 1.95;
	color: #4a5568;
}

.vcg-tab-description p {
	margin: 0 0 24px 0;
}

.vcg-tab-description p:last-child {
	margin-bottom: 0;
}

/* Specifications List - Perfect Design with #D97D07 */
.vcg-specs-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 10px;
}

/* Desktop: Keep vertical layout */
@media (min-width: 769px) {
	.vcg-specs-list {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
}

.vcg-spec-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 28px 30px;
	background: linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
	border-radius: 16px;
	border: 2px solid #D97D07;
	box-shadow: 0 4px 16px rgba(217, 125, 7, 0.15);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.vcg-spec-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: linear-gradient(180deg, #D97D07 0%, #c46d06 100%);
}

.vcg-spec-item:hover {
	box-shadow: 0 8px 24px rgba(217, 125, 7, 0.25);
	border-color: #c46d06;
	background: linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
	transform: none !important;
}

.vcg-spec-icon-wrapper {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #D97D07 0%, #c46d06 100%);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 12px rgba(217, 125, 7, 0.3);
	padding: 12px;
}

.vcg-spec-icon {
	width: 30px !important;
	height: 30px !important;
	object-fit: contain;
	display: block;
	filter: brightness(0) invert(1);
}

.vcg-spec-icon-placeholder {
	font-size: 2em;
	line-height: 1;
	color: #ffffff;
}

.vcg-spec-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vcg-spec-label {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	color: #718096;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.vcg-spec-value {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	color: #0A1B40;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

/* Similar Cars Section - Removed */

/* Detail Page Responsive - Consolidated in main responsive section above */

/* Simple Lightbox Modal - above sticky CTA on mobile (JS adds body.vcg-lightbox-open to lower button) */
.vcg-lightbox {
	display: none;
	position: fixed;
	z-index: 30;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: auto;
	cursor: pointer;
}

.vcg-lightbox.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vcg-lightbox-content {
	position: relative;
	max-width: 90%;
	width: 90%; /* Ensure lightbox image area always uses most of the viewport width */
	max-height: 90%;
	margin: auto;
	animation: vcg-zoom 0.3s;
}

@keyframes vcg-zoom {
	from {
		transform: scale(0.8);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.vcg-lightbox-content img {
	width: 100%;
	height: auto;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.vcg-lightbox-close {
	position: absolute;
	top: 20px;
	right: 40px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 31;
	line-height: 1;
	transition: opacity 0.3s;
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.vcg-lightbox-close:hover {
	opacity: 0.7;
}

/* Lightbox Navigation Arrows */
.vcg-lightbox-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 32px;
	color: #333;
	cursor: pointer;
	z-index: 32;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	line-height: 1;
	padding: 0;
	min-width: 60px;
	min-height: 60px;
}

.vcg-lightbox-prev {
	left: 30px;
}

.vcg-lightbox-next {
	right: 30px;
}

.vcg-lightbox-arrow:hover {
	background: #ffffff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	transform: translateY(-50%) scale(1.1);
	color: #D97D07;
}

.vcg-lightbox-arrow:active {
	transform: translateY(-50%) scale(0.95);
}

@media (max-width: 768px) {
	.vcg-lightbox-arrow {
		width: 50px;
		height: 50px;
		min-width: 50px;
		min-height: 50px;
		font-size: 28px;
	}
	
	.vcg-lightbox-prev {
		left: 15px;
	}
	
	.vcg-lightbox-next {
		right: 15px;
	}
}

/* When lightbox or any overlay is open: hide sticky button completely */
body.vcg-lightbox-open .vcg-product-actions,
body.vcg-lightbox-open body > .vcg-product-actions {
	z-index: -1 !important;
	pointer-events: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
body.vcg-lightbox-open .vcg-lightbox {
	pointer-events: auto;
}

@media (max-width: 768px) {
	.vcg-lightbox-close {
		top: 10px;
		right: 20px;
		font-size: 30px;
	}
}

/* ============================================
   RESPONSIVE DESIGN - ALL DEVICES
   ============================================ */

/* Large Desktop (1400px+) */
@media (min-width: 1400px) {
	.vcg-container {
		max-width: 1400px;
		padding: 30px 20px;
	}
	
	.vcg-detail-main {
		max-width: 1400px;
	}
}

/* Desktop / Laptop (1024px - 1399px) */
@media (min-width: 1024px) and (max-width: 1399px) {
	.vcg-container {
		padding: 25px 20px;
	}
	
	.vcg-grid {
		gap: 24px;
	}
	
	.vcg-detail-main {
		padding: 50px 40px;
		gap: 50px;
	}
	
	.vcg-detail-title {
		font-size: 2.8em;
	}
}

/* Tablet Landscape / Small Laptop (768px - 1023px) */
@media (min-width: 320px) and (max-width: 1023px) {
	.vcg-container {
		padding: 20px 15px;
	}
	
	.vcg-grid {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr) !important;
	}
		
	/* Force 2 columns on tablet for all column settings */
	.vcg-container[data-columns="1"] .vcg-grid,
	.vcg-container[data-columns="2"] .vcg-grid,
	.vcg-container[data-columns="3"] .vcg-grid,
	.vcg-container[data-columns="4"] .vcg-grid,
	.vcg-container[data-columns="5"] .vcg-grid,
	.vcg-container[data-columns="6"] .vcg-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.vcg-card-content {
		padding: 18px 20px;
	}
	
	.vcg-card-title {
		font-size: 1.2em;
	}
	
	.vcg-card-price .vcg-price-amount {
		font-size: 1.4em;
	}
	
	/* Detail Page - Tablet */
	.vcg-breadcrumb {
		padding: 15px 30px;
	}
	
	.vcg-detail-main {
		padding: 20px 0 40px;
	}
	
	.vcg-detail-wrapper {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 0 30px;
	}
	
	.vcg-detail-left {
		order: 1;
	}
	
	.vcg-detail-right {
		order: 2;
		position: static;
	}
	
	/* Sticky button on tablet */
	.vcg-product-actions {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		animation: 20 !important;
		right: 0;
		background: #ffffff;
		padding: 15px 30px;
		margin: 20px -30px -20px;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
		
		border-top: 1px solid #e8e8e8;
	}
	
	.vcg-detail-main {
		padding-bottom: 100px; /* Extra padding for sticky button */
	}
	
	/* Desktop gallery visible on tablet (768px-1023px) - same as desktop */
	/* Mobile carousel hidden on tablet */
	
	/* Carousel styles for tablet */
	.vcg-carousel-container {
		position: relative;
		width: 100%;
		display: flex;
	}
	
	.vcg-carousel-slide {
		min-width: 100%;
		width: 100%;
		display: none;
		position: relative;
		aspect-ratio: 1;
		overflow: hidden;
	}
	
	.vcg-carousel-slide.active {
		display: block;
	}
	
	.vcg-carousel-image-link {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.vcg-carousel-image-link img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	.vcg-carousel-prev,
	.vcg-carousel-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.9) !important;
		border: none !important;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		font-size: 28px;
		color: #D97D07 !important;
		cursor: pointer;
		
		display: flex !important;
		align-items: center;
		justify-content: center;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
		transition: all 0.3s ease;
		padding: 0;
		line-height: 1;
		outline: none !important;
	}
	
	.vcg-carousel-prev:hover,
	.vcg-carousel-next:hover {
		background: #ffffff !important;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
		transform: translateY(-50%) scale(1.1);
		color: #D97D07 !important;
	}
	
	.vcg-carousel-prev:active,
	.vcg-carousel-next:active,
	.vcg-carousel-prev:focus,
	.vcg-carousel-next:focus {
		background: rgba(255, 255, 255, 0.95) !important;
		color: #D97D07 !important;
		outline: none !important;
		border: none !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
		transform: translateY(-50%) scale(1.05);
	}
	
	.vcg-carousel-prev {
		left: 15px;
	}
	
	.vcg-carousel-next {
		right: 15px;
	}
	
	.vcg-carousel-indicators {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 10px;
		
	}
	
	.vcg-carousel-indicator {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.5);
		border: 2px solid rgba(255, 255, 255, 0.8);
		cursor: pointer;
		padding: 0;
		transition: all 0.3s ease;
	}
	
	.vcg-carousel-indicator.active {
		background: #D97D07;
		border-color: #D97D07;
		width: 30px;
		border-radius: 4px;
	}
	
	.vcg-product-title {
		font-size: 2em;
	}
	
	.vcg-price-current {
		font-size: 2.4em;
	}
	
	.vcg-tabs-section {
		padding: 20px 0;
	}
	
	.vcg-tabs-wrapper {
		padding: 0 30px;
	}
	
	.vcg-tabs-nav {
		flex-wrap: wrap;
		padding: 0 15px;
	}
	
	.vcg-tab-btn {
		padding: 14px 24px;
		font-size: 0.95em;
	}
	
	.vcg-tabs-content {
		padding: 30px;
	}
	
	.vcg-similar-grid {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 24px;
	}
	
	/* Characteristics */
	.vcg-card-characteristics {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}

/* Tablet Portrait (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
	.vcg-container {
		padding: 18px 12px;
	}
	
	.vcg-grid {
		grid-template-columns: 1fr !important;
		gap: 18px;
	}
	
	.vcg-card {
		border-radius: 14px;
	}
	
	.vcg-card-content {
		padding: 16px 18px;
	}
	
	.vcg-card-title {
		font-size: 1.15em;
		margin-bottom: 10px;
	}
	
	.vcg-card-price .vcg-price-amount {
		font-size: 1.35em;
	}
	
	.vcg-card-description {
		font-size: 0.88em;
		margin-bottom: 16px;
	}
	
	.vcg-card-characteristics {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin: 12px 0 8px 0;
	}
	
	.vcg-char-item {
		padding: 0;
		background: transparent;
		border: none;
	}
	
	.vcg-char-icon-img {
		width: 22px;
		height: 22px;
		padding: 0;
	}
	
	.vcg-char-icon-img img {
		width: 100%;
		height: 100%;
	}
	
	.vcg-button {
		padding: 12px 24px;
		font-size: 0.9em;
		position: relative !important;
		
		pointer-events: auto !important;
		cursor: pointer !important;
	}
	
	/* Detail Page */
	.vcg-breadcrumb {
		padding: 12px 20px;
		font-size: 0.85em;
	}
	
	.vcg-detail-main {
		padding: 20px 0 30px;
	}
	
	.vcg-detail-wrapper {
		padding: 0 20px;
		gap: 10px;
	}
	
	.vcg-image-gallery {
		flex-direction: row;
		gap: 15px;
	}
	
	.vcg-thumbnail-gallery {
		width: 100px;
		min-width: 100px;
		max-height: 500px;
		gap: 10px;
	}
	
	.vcg-thumbnail-item {
		border-width: 2px;
	}
	
	.vcg-thumbnail-item {
		border-radius: 6px;
	}
	
	.vcg-featured-image {
		border-radius: 10px;
	}
	
	.vcg-zoom-btn {
		width: 44px;
		height: 44px;
		top: 15px;
		right: 15px;
	}
	
	.vcg-product-title {
		font-size: 1.8em;
	}
	
	.vcg-price-current {
		font-size: 2.2em;
	}
	
	.vcg-quick-specs {
		gap: 10px;
	}
	
	.vcg-quick-spec-item {
		font-size: 0.9em;
	}
	
	.vcg-spec-label {
		min-width: 100px;
	}
	
	.vcg-btn-primary {
		padding: 14px 24px;
		font-size: 1em;
	}
	
	.vcg-btn-wishlist {
		width: 50px;
		height: 50px;
	}
	
	.vcg-tabs-section {
		padding: 30px 0;
	}
	
	.vcg-tabs-wrapper {
		padding: 0 20px;
	}
	
	.vcg-tabs-nav {
		padding: 0 10px;
		overflow-x: auto;
	}
	
	.vcg-tab-btn {
		padding: 12px 20px;
		font-size: 0.9em;
		white-space: nowrap;
	}
	
	.vcg-tabs-content {
		padding: 25px;
	}
	
	.vcg-tab-title {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	
	.vcg-tab-description {
		font-size: 0.95em;
	}
	
	.vcg-spec-item {
		padding: 24px 20px;
		gap: 16px;
	}
	
	.vcg-spec-icon-wrapper {
		width: 60px;
		height: 60px;
		padding: 10px;
	}
	
	.vcg-spec-icon {
		width: 40px;
		height: 40px;
	}
	
	.vcg-spec-icon-placeholder {
		font-size: 1.8em;
	}
	
	.vcg-spec-label {
		font-size: 0.85em;
	}
	
	.vcg-spec-value {
		font-size: 1.3em;
	}
	
	.vcg-spec-label {
		min-width: auto;
	}
	
}

/* Mobile Landscape / Small Tablet (360px - 480px) */
@media (min-width: 320px) and (max-width: 480px) {
	.vcg-container {
		padding: 15px 10px;
	}
	
	.vcg-grid {
		grid-template-columns: 1fr !important;
		gap: 15px;
	}
	
	.vcg-card {
		border-radius: 12px;
	}
	
	.vcg-card-content {
		padding: 14px 16px;
	}
	
	.vcg-card-title {
		font-size: 1.1em;
		margin-bottom: 8px;
	}
	
	.vcg-card-price {
		margin-bottom: 10px;
	}
	
	.vcg-card-price .vcg-price-amount {
		font-size: 1.25em;
	}
	
	.vcg-card-price .vcg-price-period {
		font-size: 0.85em;
	}
	
	.vcg-card-description {
		font-size: 0.85em;
		margin-bottom: 14px;
	}
	
	.vcg-card-characteristics {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 10px 0 8px 0;
	}
	
	.vcg-char-item {
		padding: 0;
		background: transparent;
		border: none;
		gap: 0;
	}
	
	.vcg-char-icon-img {
		width: 20px;
		height: 20px;
		padding: 0;
	}
	
	.vcg-char-icon-img img {
		width: 100%;
		height: 100%;
	}
	
	.vcg-char-text {
		display: none; /* Hide text on mobile too */
	}
	
	.vcg-button {
		padding: 11px 20px;
		font-size: 0.88em;
		border-radius: 8px;
	}
	
	/* Detail Page */
	.vcg-breadcrumb {
		padding: 10px 15px;
		font-size: 0.8em;
	}
	
	.vcg-detail-main {
		padding: 15px 0 25px;
	}
	
	.vcg-detail-wrapper {
		padding: 0 15px;
		gap: 10px;
	}
	
	/* Mobile only (≤767px) - see separate media query */
	
	.vcg-carousel-container {
		position: relative;
		width: 100%;
		display: flex;
		transition: transform 0.4s ease-in-out;
	}
	
	.vcg-carousel-slide {
		min-width: 100%;
		width: 100%;
		display: none;
		position: relative;
		aspect-ratio: 1;
		overflow: hidden;
	}
	
	.vcg-carousel-slide.active {
		display: block;
	}
	
	.vcg-carousel-image-link {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.vcg-carousel-image-link img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	.vcg-carousel-prev,
	.vcg-carousel-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.9) !important;
		border: none !important;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		font-size: 24px;
		color: #D97D07 !important;
		cursor: pointer;
		
		display: flex !important;
		align-items: center;
		justify-content: center;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
		transition: all 0.3s ease;
		padding: 0;
		line-height: 1;
		outline: none !important;
	}
	
	.vcg-carousel-prev:hover,
	.vcg-carousel-next:hover {
		background: #ffffff !important;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
		transform: translateY(-50%) scale(1.1);
		color: #D97D07 !important;
	}
	
	.vcg-carousel-prev:active,
	.vcg-carousel-next:active,
	.vcg-carousel-prev:focus,
	.vcg-carousel-next:focus {
		background: rgba(255, 255, 255, 0.95) !important;
		color: #D97D07 !important;
		outline: none !important;
		border: none !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
		transform: translateY(-50%) scale(1.05);
	}
	
	.vcg-carousel-prev {
		left: 10px;
	}
	
	.vcg-carousel-next {
		right: 10px;
	}
	
	.vcg-carousel-indicators {
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 8px;
		
	}
	
	.vcg-carousel-indicator {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.5);
		border: 2px solid rgba(255, 255, 255, 0.8);
		cursor: pointer;
		padding: 0;
		transition: all 0.3s ease;
	}
	
	.vcg-carousel-indicator.active {
		background: #D97D07;
		border-color: #D97D07;
		width: 24px;
		border-radius: 4px;
	}
	
	.vcg-zoom-btn {
		width: 40px;
		height: 40px;
		top: 10px;
		right: 10px;
	}
	
	.vcg-zoom-btn span {
		font-size: 1.2em;
	}
	
	.vcg-product-title {
		font-size: 1.5em;
	}
	
	.vcg-price-section {
		padding: 15px 0;
	}
	
	.vcg-price-current {
		font-size: 2em;
	}
	
	.vcg-price-period {
		font-size: 1em;
	}
	
	.vcg-quick-specs {
		padding: 15px 0;
		gap: 8px;
	}
	
	.vcg-quick-spec-item {
		font-size: 0.85em;
	}
	
	.vcg-spec-label {
		min-width: 90px;
		font-size: 0.85em;
	}
	
	.vcg-product-actions {
		flex-direction: row !important;
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		background: #ffffff !important;
		padding: 12px 18px !important;
		margin: 0 !important;
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
		animation: 20 !important;
		border-top: 2px solid #D97D07 !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		transform: none !important;
		gap: 12px !important;
	}
	
	/* Price on left - Mobile */
	.vcg-action-price {
		flex: 0 0 auto !important;
		min-width: 0 !important;
		overflow: visible !important;
		flex-direction: row !important;
		align-items: baseline !important;
		gap: 4px !important;
		order: 1 !important;
		display: flex !important;
	}
	
	/* Button on right - Mobile */
	.vcg-product-actions .vcg-btn-primary,
	.vcg-product-actions a.vcg-btn-primary {
		order: 2 !important;
		flex: 0 0 auto !important;
	}
	
	.vcg-action-price-label {
		font-size: 0.75em !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
	
	.vcg-action-price-amount {
		font-size: 1.2em !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
	
	.vcg-action-price-unit {
		font-size: 0.7em !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
	
	.vcg-btn-primary {
		flex: 0 0 auto !important;
		width: auto !important;
		padding: 12px 20px !important;
		font-size: 0.9em !important;
		min-width: 120px !important;
		max-width: none !important;
	}
	
	/* Add padding to bottom of content to prevent overlap */
	.vcg-product-info {
		padding-bottom: 100px;
	}
	
	.vcg-btn-primary {
		width: 100%;
		max-width: 95%;
		margin: 0 auto;
		padding: 18px 24px;
		font-size: 1.1em;
		font-weight: 700;
		border-radius: 12px;
		background: #D97D07;
		color: #ffffff;
		text-align: center;
		box-shadow: 0 4px 15px rgba(217, 125, 7, 0.4);
		transition: all 0.3s ease;
		border: none;
	}
	
	.vcg-btn-primary:hover {
		background: #c06d06;
		box-shadow: 0 6px 20px rgba(217, 125, 7, 0.5);
		transform: translateY(-2px);
	}
	
	.vcg-btn-wishlist {
		width: 100%;
		height: 48px;
	}
	
	.vcg-product-features {
		gap: 10px;
	}
	
	.vcg-feature-badge {
		font-size: 0.85em;
	}
	
	.vcg-tabs-section {
		padding: 25px 0 140px 0 !important;
		position: relative !important;
		 
	}
	
	.vcg-tabs-wrapper {
		padding: 0 15px;
	}
	
	.vcg-tabs-nav {
		margin-bottom: 25px;
		padding: 0 5px;
		display: flex;
		gap: 8px;
		justify-content: center;
		position: relative !important;
	}
	
	.vcg-tab-btn {
		padding: 12px 18px;
		font-size: 0.85em;
		flex: 1;
		justify-content: center;
		max-width: 150px;
	}
	
	.vcg-tabs-content {
		padding: 20px;
	}
	
	.vcg-tab-title {
		font-size: 1.3em;
		margin-bottom: 18px;
	}
	
	.vcg-tab-description {
		font-size: 0.9em;
		line-height: 1.8;
	}
	
	.vcg-spec-item {
		padding: 20px 16px;
		gap: 14px;
	}
	
	.vcg-spec-icon-wrapper {
		width: 55px;
		height: 55px;
		padding: 8px;
	}
	
	.vcg-spec-icon {
		width: 38px;
		height: 38px;
	}
	
	.vcg-spec-icon-placeholder {
		font-size: 1.6em;
	}
	
	.vcg-spec-label {
		font-size: 0.8em;
	}
	
	.vcg-spec-value {
		font-size: 1.2em;
	}
	
	.vcg-spec-value {
		font-size: 0.9em;
	}
	
}

/* Small Mobile (320px - 359px) */
@media (min-width: 320px) and (max-width: 981px) {
	.vcg-container {
		padding: 12px 8px;
	}
	
	.vcg-grid {
		grid-template-columns: 1fr !important;
		gap: 18px;
	}
	
	.vcg-card {
		border-radius: 10px;
	}
	
	.vcg-card-content {
		padding: 25px 14px;
	}
	
	.vcg-card-title {
		font-size: 1.05em;
		margin-bottom: 8px;
		line-height: 1.3;
	}
	
	.vcg-card-price {
		margin-bottom: 10px;
	}
	
	.vcg-card-price .vcg-price-amount {
		font-size: 1.2em;
	}
	
	.vcg-card-price .vcg-price-period {
		font-size: 0.8em;
	}
	
	.vcg-card-description {
		font-size: 0.82em;
		margin-bottom: 12px;
	}
	
	.vcg-card-characteristics {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 10px 0 8px 0;
	}
	
	.vcg-char-item {
		padding: 0;
		background: transparent;
		border: none;
		gap: 0;
		justify-content: center;
	}
	
	.vcg-char-icon-img {
		width: 20px;
		height: 20px;
		padding: 0;
	}
	
	.vcg-char-icon-img img {
		width: 100%;
		height: 100%;
	}
	
	.vcg-char-text {
		font-size: 0.8em;
	}
	
	.vcg-button {
		padding: 12px 20px !important;
		font-size: 0.9em !important;
		border-radius: 8px !important;
		width: 100% !important;
		position: relative !important;
		
		pointer-events: auto !important;
		cursor: pointer !important;
		display: block !important;
		text-decoration: none !important;
	}
	
	.vcg-card-footer {
		animation: 50 !important;
		pointer-events: auto !important;
		position: relative !important;
	}
	
	.vcg-card {
		pointer-events: auto !important;
	}
	
	.vcg-card-content {
		pointer-events: auto !important;
	}
	
	/* Detail Page */
	.vcg-breadcrumb {
		padding: 8px 12px;
		font-size: 0.75em;
		flex-wrap: wrap;
	}
	
	.vcg-detail-main {
		padding: 12px 0 100px; /* Extra padding for sticky button */
	}
	
	.vcg-detail-wrapper {
		padding: 0 12px;
		gap: 20px;
	}
	
	.vcg-image-gallery {
		flex-direction: column;
		gap: 12px;
	}
	
	/* Mobile: Hide desktop gallery, show mobile carousel slideshow */
	.vcg-desktop-gallery {
		display: none !important;
	}
	
	.vcg-mobile-carousel {
		display: block !important;
		width: 100%;
		position: relative;
		animation: 99995 !important; /* Above button */
		pointer-events: auto !important;
		margin-bottom: 20px;
	}
	
	.vcg-mobile-carousel .vcg-carousel-container {
		position: relative;
		width: 100%;
		overflow: hidden;
		border-radius: 12px;
		/* CRITICAL: Fixed height to prevent layout shift/jump */
		aspect-ratio: 1;
		min-height: 300px;
		max-height: 500px;
	}
	
	.vcg-mobile-carousel .vcg-carousel-slide {
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.3s ease;
		/* CRITICAL: All slides same height to prevent jump */
		height: 100%;
	}
	
	.vcg-mobile-carousel .vcg-carousel-slide.active {
		display: block;
		opacity: 1;
		position: relative;
	}
	
	.vcg-mobile-carousel .vcg-carousel-slide img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		border-radius: 12px;
		/* CRITICAL: Fixed dimensions to prevent layout shift */
		aspect-ratio: 1;
		cursor: pointer;
	}
	
	/* Mobile carousel: use background-image instead of <img> (for gallerymob_detail_car) */
	.vcg-mobile-carousel .vcg-carousel-slide-bg {
		width: 100%;
		height: 100%;
		display: block;
		border-radius: 12px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		aspect-ratio: 1;
		cursor: pointer;
	}
	
	/* Mobile Bottom Thumbnail Gallery */
	.vcg-mobile-thumbnail-gallery {
		display: flex;
		gap: 8px;
		margin-top: 16px;
		padding: 0 4px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: #D97D07 transparent;
	}
	
	.vcg-mobile-thumbnail-gallery::-webkit-scrollbar {
		height: 4px;
	}
	
	.vcg-mobile-thumbnail-gallery::-webkit-scrollbar-track {
		background: transparent;
	}
	
	.vcg-mobile-thumbnail-gallery::-webkit-scrollbar-thumb {
		background: #D97D07;
		border-radius: 2px;
	}
	
	.vcg-mobile-thumb-item {
		flex-shrink: 0;
		width: 80px;
		height: 80px;
		border-radius: 8px;
		overflow: hidden;
		cursor: pointer;
		border: 2px solid transparent;
		transition: all 0.3s ease;
		background: #f5f5f5;
	}
	
	.vcg-mobile-thumb-item.active {
		border:none;
		transform: scale(1.05);
		box-shadow: 0 2px 8px rgba(217, 125, 7, 0.3);
	}
	
	.vcg-mobile-thumb-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	.vcg-mobile-thumb-item:hover {
		transform: scale(1.05);
		border: none;
	}
	
	.vcg-mobile-carousel .vcg-carousel-image-link {
		display: block;
		width: 100%;
		position: relative;
		pointer-events: auto !important;
		animation: 99996 !important;
	}
	
	.vcg-mobile-carousel .vcg-carousel-prev,
	.vcg-mobile-carousel .vcg-carousel-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		animation: 99997 !important;
		pointer-events: auto !important;
		background: rgba(255, 255, 255, 0.9);
		border: 2px solid #D97D07;
		border-radius: 50%;
		width: 44px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		color: #D97D07;
		cursor: pointer;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	}
	
	.vcg-mobile-carousel .vcg-carousel-prev {
		left: 10px;
	}
	
	.vcg-mobile-carousel .vcg-carousel-next {
		right: 10px;
	}
	
	.vcg-mobile-carousel .vcg-carousel-indicators {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-top: 12px;
		animation: 99997 !important;
		pointer-events: auto !important;
		position: relative;
	}
	
	.vcg-mobile-carousel .vcg-carousel-indicator {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: none;
		background: #d1d5db;
		cursor: pointer;
		padding: 0;
		pointer-events: auto !important;
	}
	
	.vcg-mobile-carousel .vcg-carousel-indicator.active {
		background: #D97D07;
		transform: scale(1.2);
	}
	
	.vcg-thumbnail-gallery {
		display: none !important; /* Hide thumbnails on mobile, use carousel instead */
	}
	
	.vcg-featured-image {
		display: none !important; /* Hide featured image on mobile */
	}
	
	.vcg-zoom-btn {
		width: 36px;
		height: 36px;
		top: 8px;
		right: 8px;
	}
	
	.vcg-zoom-btn span {
		font-size: 1em;
	}
	
	.vcg-product-title {
		font-size: 1.3em;
	}
	
	.vcg-price-section {
		padding: 12px 0;
	}
	
	.vcg-price-current {
		font-size: 1.8em;
	}
	
	.vcg-price-period {
		font-size: 0.9em;
	}
	
	.vcg-quick-specs {
		padding: 12px 0;
		gap: 6px;
	}
	
	.vcg-quick-spec-item {
		font-size: 0.8em;
	}
	
	.vcg-spec-label {
		min-width: 80px;
		font-size: 0.8em;
	}
	
	/* CRITICAL: Button must break out of all parent containers */
	.vcg-product-actions {
		flex-direction: row !important;
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		max-width: 100vw !important;
		background: #ffffff !important;
		padding: 12px 12px !important;
		margin: 0 !important;
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
		animation: 20 !important; /* Below lightbox/modal (100000) so gallery & close work on iOS */
		border-top: 2px solid #D97D07 !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		gap: 10px !important;
		/* Ensure no parent clipping */
		clip: auto !important;
		clip-path: none !important;
		overflow: visible !important;
	}
	
	/* When button is moved to body level by JavaScript */
	body > .vcg-product-actions {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		animation: 20 !important;
		background: #ffffff !important;
		padding: 12px 12px !important;
		margin: 0 !important;
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
		border-top: 2px solid #D97D07 !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		gap: 10px !important;
	}
	
	/* Remove overflow from parent containers that might clip button */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-right,
	.vcg-product-info {
		overflow: visible !important;
		overflow-x: hidden !important;
		overflow-y: visible !important;
	}
	
	/* CRITICAL: Add proper padding to bottom of content sections to prevent overlap */
	/* Button height: ~70px, so we need at least 80px padding */
	.vcg-product-info {
		padding-bottom: 90px !important;
		margin-bottom: 0 !important;
		overflow: visible !important;
	}
	
	.vcg-detail-container {
		padding-bottom: 90px !important;
		margin-bottom: 0 !important;
		overflow: visible !important;
	}
	
	.vcg-detail-main {
		padding-bottom: 90px !important;
		margin-bottom: 0 !important;
		overflow: visible !important;
	}
	
	.vcg-detail-wrapper {
		padding-bottom: 90px !important;
		margin-bottom: 0 !important;
		overflow: visible !important;
	}
	
	.vcg-detail-left {
		padding-bottom: 20px !important;
		margin-bottom: 0 !important;
		overflow: visible !important;
	}
	
	.vcg-detail-right {
		padding-bottom: 90px !important;
		margin-bottom: 0 !important;
		overflow: visible !important;
	}
	
	.vcg-tabs-section {
		padding-bottom: 160px !important;
		padding-top: 20px !important;
		margin-bottom: 0 !important;
		position: relative !important;
		z-index: 1 !important;
		overflow: visible !important;
	}
	
	.vcg-tabs-wrapper {
		padding-bottom: 30px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-tabs-content {
		padding-bottom: 40px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-tab-panel {
		padding-bottom: 30px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-tab-description {
		padding-bottom: 30px !important;
		margin-bottom: 0 !important;
	}
	
	/* Ensure all text content has padding */
	.vcg-detail-description {
		padding-bottom: 20px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-detail-chars-grid {
		padding-bottom: 20px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-quick-specs {
		padding-bottom: 20px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-price-section {
		padding-bottom: 10px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-product-features {
		padding-bottom: 10px !important;
		margin-bottom: 0 !important;
	}
	
	/* Ensure ALL sections have low z-index */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-left,
	.vcg-detail-right,
	.vcg-product-info,
	.vcg-tabs-section,
	.vcg-tabs-wrapper,
	.vcg-tabs-nav,
	.vcg-tabs-content,
	.vcg-tab-panel,
	.vcg-tab-description,
	.vcg-detail-description,
	.vcg-detail-chars-grid,
	.vcg-quick-specs,
	.vcg-price-section,
	.vcg-product-features,
	.vcg-image-gallery,
	.vcg-mobile-carousel,
	.vcg-carousel-container {
		position: relative !important;
		 
	}
	
	/* Ensure smooth scrolling */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	body,
	html {
		-webkit-overflow-scrolling: touch !important;
		overflow-x: hidden !important;
		scroll-behavior: smooth !important;
	}
	
	.vcg-action-price {
		flex: 1 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		flex-direction: row !important;
		align-items: baseline !important;
		gap: 3px !important;
	}
	
	.vcg-action-price-label {
		font-size: 0.7em !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
	
	.vcg-action-price-amount {
		font-size: 1.1em !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
	
	.vcg-action-price-unit {
		font-size: 0.65em !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
	
	.vcg-btn-primary {
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 10px 16px !important;
		font-size: 0.85em !important;
		font-weight: 700 !important;
		border-radius: 8px !important;
		background: #D97D07 !important;
		color: #ffffff !important;
		text-align: center !important;
		box-shadow: 0 4px 15px rgba(217, 125, 7, 0.4) !important;
		transition: all 0.3s ease !important;
		border: 2px solid #D97D07 !important;
		white-space: nowrap !important;
		min-width: 100px !important;
		position: relative !important;
		animation: 20 !important;
	}
	
	.vcg-btn-primary:hover {
		background: #c06d06;
		box-shadow: 0 6px 20px rgba(217, 125, 7, 0.5);
		transform: translateY(-2px);
	}
	
	.vcg-btn-wishlist {
		height: 44px;
	}
	
	.vcg-feature-badge {
		font-size: 0.8em;
	}
	
	.vcg-tabs-section {
		padding: 20px 0 160px 0 !important;
		margin-bottom: 0 !important;
		position: relative !important;
		 
	}
	
	.vcg-tabs-wrapper {
		padding: 0 12px;
	}
	
	.vcg-tabs-nav {
		margin-bottom: 20px;
		padding: 0;
		position: relative !important;
		z-index: 0 !important;
		display: flex;
		gap: 8px;
		justify-content: center;
		bottom: auto !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		/* Ensure tabs are clickable on iPhone */
		pointer-events: auto !important;
	}
	
	.vcg-tab-btn {
		padding: 12px 16px;
		font-size: 0.85em;
		flex: 1;
		justify-content: center;
		max-width: 150px;
		/* Ensure tabs work on iPhone */
		z-index: 0 !important;
		pointer-events: auto !important;
		position: relative !important;
	}
	
	.vcg-tabs-content {
		padding: 18px;
		padding-bottom: 40px !important;
	}
	
	.vcg-tab-title {
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	
	.vcg-tab-description {
		font-size: 0.85em;
		line-height: 1.7;
	}
	
	.vcg-spec-item {
		padding: 18px 14px;
		gap: 12px;
	}
	
	.vcg-spec-icon-wrapper {
		width: 50px;
		height: 50px;
		padding: 8px;
	}
	
	.vcg-spec-icon {
		width: 34px;
		height: 34px;
	}
	
	.vcg-spec-icon-placeholder {
		font-size: 1.5em;
	}
	
	.vcg-spec-label {
		font-size: 0.75em;
	}
	
	.vcg-spec-value {
		font-size: 1.1em;
	}
	
	
	/* Pagination */
	.vcg-pagination {
		margin-top: 30px;
	}
	
	.vcg-pagination .page-numbers {
		padding: 8px 12px;
		font-size: 0.85em;
		margin: 0 3px;
	}
}

/* Lightbox Responsive */
@media (max-width: 768px) {
	.vcg-lightbox-close {
		top: 10px;
		right: 20px;
		font-size: 30px;
	}
	
	.vcg-lightbox-content {
		max-width: 95%;
		width: 95%; /* Keep full-width behaviour on tablets */
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.vcg-lightbox-close {
		top: 5px;
		right: 15px;
		font-size: 24px;
	}
	
	.vcg-lightbox-content {
		max-width: 98%;
		width: 98%; /* And on mobiles */
		padding: 5px;
	}
	
	.vcg-lightbox-content img {
		border-radius: 4px;
	}
}

/* ========================================
   Campers Car Shortcode Styles
   ======================================== */

/* Main Container */
.vcg-campers-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	
}

.vcg-campers-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: start;
}

/* Left Column: Images */
.vcg-campers-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Featured Image */
.vcg-campers-featured {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	background: #f8f9fa;
	box-shadow: 0 4px 20px rgba(10, 27, 64, 0.1);
	transition: box-shadow 0.3s ease;
}

.vcg-campers-featured:hover {
	box-shadow: 0 8px 30px rgba(10, 27, 64, 0.15);
}

.vcg-campers-featured img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 12px;
}

/* Gallery Thumbnails */
.vcg-campers-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
	gap: 12px;
	margin-top: 10px;
}

.vcg-campers-thumb {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	background: #f8f9fa;
	position: relative;
}

.vcg-campers-thumb:hover {
	border-color: #D97D07;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(217, 125, 7, 0.3);
}

.vcg-campers-thumb.active {
	border-color: #D97D07;
	box-shadow: 0 0 0 3px rgba(217, 125, 7, 0.2);
}

.vcg-campers-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Right Column: Car Info */
.vcg-campers-right {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

/* Car Title */
.vcg-campers-title {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #0A1B40;
	margin: 0;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

/* Price Section */
.vcg-campers-price {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px;
	background: linear-gradient(135deg, #0A1B40 0%, #1a2d5a 100%);
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(10, 27, 64, 0.2);
}

.vcg-campers-price-label {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.vcg-campers-price-value {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #D97D07;
	line-height: 1.2;
}

/* Description */
.vcg-campers-description {
	font-size: 16px;
	line-height: 1.7;
	color: #4a5568;
	margin-top: 10px;
}

.vcg-campers-description p {
	margin: 0 0 15px 0;
}

.vcg-campers-description p:last-child {
	margin-bottom: 0;
}

/* Specifications Section */
.vcg-campers-specs {
	margin-top: 10px;
}

.vcg-campers-specs-title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #0A1B40;
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #D97D07;
}

.vcg-campers-specs-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
}

.vcg-campers-spec-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 3px solid #D97D07;
	transition: all 0.3s ease;
}

.vcg-campers-spec-item:hover {
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(10, 27, 64, 0.1);
	transform: translateX(5px);
}

.vcg-campers-spec-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #D97D07 0%, #f5a623 100%);
	border-radius: 6px;
	flex-shrink: 0;
}

.vcg-campers-spec-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.vcg-campers-spec-icon i {
	font-size: 18px;
	color: #ffffff;
}

	.vcg-campers-spec-name {
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #0A1B40;
		line-height: 1.4;
	}

/* Reserve Button */
.vcg-campers-reserve {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #e5e7eb;
}

.vcg-campers-reserve-btn {
	display: inline-block;
	width: 100%;
	padding: 18px 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	background: #D97D07;
	border: 2px solid #D97D07;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(217, 125, 7, 0.3);
}

.vcg-campers-reserve-btn:hover {
	background: #ffffff;
	color: #D97D07;
	border-color: #D97D07;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(217, 125, 7, 0.4);
	text-decoration: none;
}

.vcg-campers-reserve-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(217, 125, 7, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
	.vcg-campers-wrapper {
		gap: 40px;
	}
	
	.vcg-campers-title {
		font-size: 32px;
	}
	
	.vcg-campers-price-value {
		font-size: 28px;
	}
	
	.vcg-campers-specs-list {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
	
	.vcg-campers-reserve {
		margin-top: 25px;
		padding-top: 25px;
	}
	
	.vcg-campers-reserve-btn {
		padding: 16px 25px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.vcg-campers-container {
		padding: 30px 15px;
	}
	
	.vcg-campers-wrapper {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.vcg-campers-left {
		order: 1;
	}
	
	.vcg-campers-right {
		order: 2;
	}
	
	.vcg-campers-title {
		font-size: 28px;
	}
	
	.vcg-campers-price {
		padding: 18px;
	}
	
	.vcg-campers-price-value {
		font-size: 26px;
	}
	
	.vcg-campers-specs-title {
		font-size: 22px;
	}
	
	.vcg-campers-specs-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	
	.vcg-campers-gallery {
		grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
		gap: 10px;
	}
	
	.vcg-campers-reserve {
		margin-top: 20px;
		padding-top: 20px;
	}
	
	.vcg-campers-reserve-btn {
		padding: 15px 20px;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.vcg-campers-container {
		padding: 20px 10px;
	}
	
	.vcg-campers-title {
		font-size: 24px;
	}
	
	.vcg-campers-price {
		padding: 15px;
	}
	
	.vcg-campers-price-label {
		font-size: 12px;
	}
	
	.vcg-campers-price-value {
		font-size: 24px;
	}
	
	.vcg-campers-description {
		font-size: 15px;
	}
	
	.vcg-campers-specs-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.vcg-campers-spec-item {
		padding: 10px 12px;
	}
	
	.vcg-campers-spec-icon {
		width: 28px;
		height: 28px;
	}
	
	.vcg-campers-spec-icon img {
		width: 18px;
		height: 18px;
	}
	
	.vcg-campers-spec-icon i {
		font-size: 16px;
	}
	
	.vcg-campers-spec-name {
		font-size: 14px;
	}
	
	.vcg-campers-gallery {
		grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
		gap: 8px;
	}
	
	.vcg-campers-reserve {
		margin-top: 18px;
		padding-top: 18px;
	}
	
	.vcg-campers-reserve-btn {
		padding: 14px 18px;
		font-size: 14px;
		letter-spacing: 0.5px;
	}
}

@media (max-width: 320px) {
	.vcg-campers-container {
		padding: 15px 8px;
	}
	
	.vcg-campers-title {
		font-size: 22px;
	}
	
	.vcg-campers-price-value {
		font-size: 22px;
	}
	
	.vcg-campers-description {
		font-size: 14px;
	}
	
	.vcg-campers-specs-title {
		font-size: 18px;
	}
	
	.vcg-campers-gallery {
		grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
	}
	
	.vcg-campers-reserve {
		margin-top: 15px;
		padding-top: 15px;
	}
	
	.vcg-campers-reserve-btn {
		padding: 12px 15px;
		font-size: 13px;
		letter-spacing: 0.5px;
	}
}

/* ============================================
   Search Cars Shortcode
   ============================================ */

.vcg-search-cars-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.vcg-search-form-wrapper {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 40px;
	margin-bottom: 40px;
}

.vcg-search-title {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #0A1B40;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #D97D07;
}

.vcg-search-cars-form {
	width: 100%;
}

.vcg-search-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin-bottom: 25px;
}

.vcg-search-form-field {
	position: relative;
}

.vcg-search-form-field label {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0A1B40;
	margin-bottom: 10px;
}

.vcg-search-form-field .vcg-date-input {
	width: 100%;
	padding: 15px 45px 15px 15px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	background: #ffffff;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease;
}

.vcg-search-form-field .vcg-date-input:focus {
	outline: none;
	border-color: #D97D07;
	box-shadow: 0 0 0 3px rgba(217, 125, 7, 0.1);
}

.vcg-search-form-field .vcg-time-input {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	background: #ffffff;
	color: #333;
	transition: all 0.3s ease;
}

.vcg-search-form-field .vcg-time-input:focus {
	outline: none;
	border-color: #D97D07;
	box-shadow: 0 0 0 3px rgba(217, 125, 7, 0.1);
}

.vcg-search-form-submit {
	text-align: center;
	margin-top: 30px;
}

.vcg-search-submit-btn {
	display: inline-block;
	padding: 18px 50px;
	background: #D97D07;
	color: #ffffff !important;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #D97D07;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(217, 125, 7, 0.3);
	transition: all 0.3s ease;
}

.vcg-search-submit-btn:hover {
	background: #ffffff;
	color: #D97D07 !important;
	border-color: #D97D07;
	box-shadow: 0 10px 25px rgba(217, 125, 7, 0.4);
	transform: translateY(-2px);
}

.vcg-search-submit-btn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(217, 125, 7, 0.2);
}

/* Search Results */
.vcg-search-results {
	margin-top: 40px;
}

.vcg-results-title {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #0A1B40;
	margin-bottom: 30px;
	text-align: center;
}

/* Search results now use .vcg-grid - same as main grid */

/* Search results now use the same grid design as [vik_car_grid] */
/* All search result cards use .vcg-card, .vcg-card-image, .vcg-card-content, etc. */

.vcg-no-results {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	padding: 60px 40px;
	text-align: center;
}

.vcg-no-results p {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}

/* Search Cars Responsive */
@media (max-width: 768px) {
	.vcg-search-cars-container {
		padding: 20px 15px;
	}
	
	.vcg-search-form-wrapper {
		padding: 30px 20px;
	}
	
	.vcg-search-title {
		font-size: 24px;
		margin-bottom: 25px;
	}
	
	.vcg-search-form-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	/* Search results grid uses .vcg-grid - responsive handled by main grid styles */
}

@media (max-width: 480px) {
	.vcg-search-form-wrapper {
		padding: 25px 15px;
	}
	
	.vcg-search-title {
		font-size: 20px;
	}
	
	.vcg-results-title {
		font-size: 22px;
	}
	
	.vcg-search-submit-btn {
		width: 100%;
		padding: 16px 30px;
	}
	
	/* Stack date/time rows on small screens for better touch targets */
	.vcg-search-form-row {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	
	.vcg-search-form-field .vcg-time-input {
		width: 100% !important;
		min-width: 0;
		min-height: 44px;
		padding: 12px 15px;
		font-size: 16px;
		-webkit-appearance: none;
		appearance: none;
		box-sizing: border-box;
		display: block;
		border: 2px solid #e0e0e0;
		border-radius: 8px;
		background: #ffffff;
		color: #333;
	}
	
	.vcg-search-form-field .vcg-date-input {
		min-height: 44px;
		font-size: 16px;
		padding: 12px 45px 12px 15px;
	}
}


/* ============================================
   Booking Form Section
   ============================================ */

.vcg-booking-form-section {
	margin-top: 60px;
	padding: 50px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-top: 3px solid #D97D07;
}

.vcg-booking-form-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.vcg-booking-form-title {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #0A1B40;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 2px solid #D97D07;
}

.vcg-booking-form {
	width: 100%;
}

.vcg-booking-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin-bottom: 30px;
}

.vcg-booking-form-field {
	position: relative;
}

.vcg-booking-form-field label {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0A1B40;
	margin-bottom: 10px;
}

.vcg-date-input {
	width: 100%;
	padding: 15px 45px 15px 15px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	background: #ffffff;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease;
}

.vcg-date-input:focus {
	outline: none;
	border-color: #D97D07;
	box-shadow: 0 0 0 3px rgba(217, 125, 7, 0.1);
}

.vcg-date-input:hover {
	border-color: #D97D07;
}

.vcg-date-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	pointer-events: none;
	margin-top: 12px;
}

.vcg-booking-form-submit {
	text-align: center;
	margin-top: 30px;
}

.vcg-booking-submit-btn {
	display: inline-block;
	padding: 18px 50px;
	background: #D97D07;
	color: #ffffff !important;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #D97D07 !important;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(217, 125, 7, 0.3);
	transition: all 0.3s ease;
}

.vcg-booking-submit-btn:hover {
	background: #ffffff !important;
	color: #D97D07 !important;
	border-color: #D97D07 !important;
	box-shadow: 0 10px 25px rgba(217, 125, 7, 0.4);
	transform: translateY(-2px);
}

.vcg-booking-submit-btn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(217, 125, 7, 0.2);
}

/* Booking Form Responsive */
@media (max-width: 768px) {
	.vcg-booking-form-section {
		margin-top: 40px;
		padding: 30px 0;
	}
	
	.vcg-booking-form-container {
		padding: 30px 20px;
	}
	
	.vcg-booking-form-title {
		font-size: 24px;
		margin-bottom: 25px;
	}
	
	.vcg-booking-form-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.vcg-booking-submit-btn {
		width: 100%;
		padding: 16px 30px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.vcg-booking-form-section {
		padding: 20px 0;
	}
	
	.vcg-booking-form-container {
		padding: 25px 15px;
	}
	
	.vcg-booking-form-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.vcg-date-input {
		padding: 12px 40px 12px 12px;
		font-size: 14px;
	}
	
	.vcg-booking-submit-btn {
		padding: 14px 25px;
		font-size: 15px;
	}
}



/* FINAL FIX: Ensure button is ALWAYS on top - Override everything */
@media (max-width: 480px) {
	.vcg-product-actions {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		animation: 20 !important;
		background: #ffffff !important;
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
		margin: 0 !important;
		padding: 12px 12px !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		gap: 10px !important;
		border-top: 2px solid #D97D07 !important;
	}
	
	/* Ensure button children also have high z-index */
	.vcg-product-actions * {
		position: relative !important;
		animation: inherit !important;
	}
	
	.vcg-btn-primary {
		animation: inherit !important;
		position: relative !important;
	}
	
	.vcg-action-price {
		animation: inherit !important;
		position: relative !important;
	}
	
	/* Force ALL sections to have low z-index and proper padding */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-right,
	.vcg-product-info,
	.vcg-tabs-section,
	.vcg-tabs-wrapper,
	.vcg-tabs-nav,
	.vcg-tabs-content,
	.vcg-tab-panel,
	.vcg-tab-description,
	.vcg-detail-description,
	.vcg-detail-chars-grid,
	.vcg-quick-specs,
	.vcg-price-section,
	.vcg-product-features,
	.vcg-breadcrumb,
	.vcg-product-title,
	.vcg-price-section {
		z-index: 1 !important;
		position: relative !important;
	}
	
	.vcg-detail-left,
	.vcg-image-gallery,
	.vcg-mobile-carousel,
	.vcg-carousel-container,
	.vcg-featured-image,
	.vcg-carousel-slide {
		animation: 99991 !important;
		position: relative !important;
	}
	
	/* Remove overflow from ALL parent containers */
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-right,
	.vcg-product-info {
		overflow: visible !important;
		overflow-x: hidden !important;
		overflow-y: visible !important;
	}
	
	/* Proper padding for all content */
	.vcg-product-info,
	.vcg-detail-container,
	.vcg-detail-main,
	.vcg-detail-wrapper,
	.vcg-detail-right {
		padding-bottom: 90px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-tabs-section {
		padding-bottom: 160px !important;
		margin-bottom: 0 !important;
	}
	
	.vcg-tabs-content,
	.vcg-tab-panel,
	.vcg-tab-description {
		padding-bottom: 30px !important;
		margin-bottom: 0 !important;
	}
	
	/* Hide original button when moved to body */
	.vcg-product-info .vcg-product-actions[style*="display: none"],
	.vcg-detail-right .vcg-product-actions[style*="display: none"] {
		display: none !important;
	}
}

/* ============================================
   CAROUSEL SHORTCODE - [vik_car_carousel]
   ============================================ */

.vcg-carousel-wrapper {
	width: 100%;
	padding: 40px 20px;
	background: #fff; /* Light beige background */
	position: relative;
}

.vcg-carousel-container {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.vcg-carousel-track {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	gap: 20px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-snap-stop: always;
}

.vcg-carousel-track::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.vcg-carousel-item {
	flex: 0 0 calc(33.333% - 14px); /* Desktop: 3 items */
	min-width: 0;
	transition: transform 0.3s ease;
	scroll-snap-align: start;
}

.vcg-carousel-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
}
	
/* Removed hover effect on box as per user request */

.vcg-carousel-card-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: #f8f8f8;
	background-size: cover;
	
	background-repeat: no-repeat;
	position: relative;
}

.vcg-carousel-image-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* Removed hover effect on image as per user request */

.vcg-carousel-card-content {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.vcg-carousel-card-title {
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	color: #D97D07;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.vcg-carousel-card-price {
	margin: 0 0 16px 0;
	padding: 0;
	display: flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
}

.vcg-carousel-card-price .vcg-price-amount {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	color: #D97D07;
	line-height: 1;
	letter-spacing: -0.02em;
}

.vcg-carousel-card-price .vcg-price-period {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #718096;
}

.vcg-carousel-specs-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	flex: 1;
}

.vcg-carousel-spec-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9em;
	color: #4a5568;
	line-height: 1.4;
}

.vcg-carousel-spec-item:last-child {
	margin-bottom: 0;
}

.vcg-carousel-spec-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.vcg-carousel-spec-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	opacity: 0.85;
}

.vcg-carousel-spec-text {
	flex: 1;
	font-weight: 500;
}

.vcg-carousel-card-footer {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #e8e8e8;
}

.vcg-carousel-info-link {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9em;
	color: #2563eb;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
	text-align: center;
}

.vcg-carousel-info-link:hover {
	color: #1d4ed8;
	text-decoration: underline;
}

.vcg-carousel-book-btn {
	display: block;
	width: 100%;
	padding: 14px 20px;
	background: #D97D07;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 0.95em;
	font-weight: 700;
	border-radius: 8px;
	border: 2px solid #D97D07;
	transition: background 0.3s ease, color 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.vcg-carousel-book-btn:hover {
	background: #ffffff;
	color: #D97D07;
	border-color: #D97D07;
}

/* Navigation Arrows */
.vcg-carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: #ffffff;
	border: 2px solid #D97D07;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #D97D07;
	padding: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.vcg-carousel-arrow:hover {
	background: #D97D07;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(217, 125, 7, 0.3);
	transform: translateY(-50%) scale(1.1);
}

.vcg-carousel-arrow:active {
	transform: translateY(-50%) scale(0.95);
}

.vcg-carousel-arrow svg {
	width: 20px;
	height: 20px;
	display: block;
}

.vcg-carousel-prev {
	left: 10px;
}

.vcg-carousel-next {
	right: 10px;
}

.vcg-carousel-arrow:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

/* Pagination Dots - one per car, active #D97D07 */
.vcg-carousel-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
	padding: 12px 8px 0;
	list-style: none;
}

.vcg-carousel-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #d1d5db;
	cursor: pointer;
	padding: 0;
	transition: background 0.25s ease, transform 0.25s ease;
	flex-shrink: 0;
}

.vcg-carousel-dot:hover {
	background: #9ca3af;
	transform: scale(1.15);
}

.vcg-carousel-dot.active {
	background: #D97D07;
	transform: scale(1.25);
	box-shadow: 0 0 0 2px rgba(217, 125, 7, 0.3);
}

/* Responsive Design */
/* Tablet: 2 items from 767px to 1200px */
@media (min-width: 767px) and (max-width: 1200px) {
	.vcg-carousel-item {
		flex: 0 0 calc(50% - 10px);
	}
	
	.vcg-carousel-container {
		padding: 0 20px;
	}
	
	.vcg-carousel-arrow {
		width: 44px;
		height: 44px;
	}
	
	.vcg-carousel-arrow svg {
		width: 19px;
		height: 19px;
	}
	
	.vcg-carousel-prev {
		left: 8px;
	}
	
	.vcg-carousel-next {
		right: 8px;
	}
	
	.vcg-carousel-card-image {
		width: 100%;
		height: 300px;
		overflow: hidden;
		background: #f8f8f8;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		background-position: center 85%;
	}
}

/* Extra Small Mobile: 320px and below */
@media (max-width: 320px) {
	.vcg-carousel-wrapper {
		padding: 20px 10px;
	}
	
	.vcg-carousel-container {
		padding: 0 12px;
	}
	
	.vcg-carousel-arrow {
		width: 36px;
		height: 36px;
	}
	
	.vcg-carousel-arrow svg {
		width: 16px;
		height: 16px;
	}
	
	.vcg-carousel-prev {
		left: 2px;
	}
	
	.vcg-carousel-next {
		right: 2px;
	}
}

/* Mobile: 1 item up to 766px */
@media (max-width: 766px) {
	.vcg-carousel-wrapper {
		padding: 30px 15px;
	}
	
	.vcg-carousel-container {
		padding: 0 16px;
	}
	
	.vcg-carousel-arrow {
		width: 40px;
		height: 40px;
	}
	
	.vcg-carousel-arrow svg {
		width: 18px;
		height: 18px;
	}
	
	.vcg-carousel-prev {
		left: 5px;
	}
	
	.vcg-carousel-next {
		right: 5px;
	}
	
	.vcg-carousel-item {
		flex: 0 0 100%;
	}
	
	.vcg-carousel-card-image {
		height: 350px !important;
	}
	
	.vcg-carousel-card-content {
		padding: 18px;
	}
	
	.vcg-carousel-card-title {
		font-size: 1.2em;
	}
	
	.vcg-carousel-card-price .vcg-price-amount {
		font-size: 1.3em;
	}
	
	.vcg-carousel-spec-item {
		font-size: 0.85em;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.vcg-carousel-wrapper {
		padding: 20px 10px;
	}
	
	.vcg-carousel-container {
		padding: 0 12px;
	}
	
	.vcg-carousel-card-image {
		height: 360px;
	}
	
	.vcg-carousel-card-content {
		padding: 15px;
	}
	
	.vcg-carousel-card-title {
		font-size: 1.1em;
		margin-bottom: 12px;
	}
	
	.vcg-carousel-card-price {
		margin-bottom: 12px;
	}
	
	.vcg-carousel-card-price .vcg-price-amount {
		font-size: 1.2em;
	}
	
	.vcg-carousel-card-price .vcg-price-period {
		font-size: 0.85em;
	}
	
	.vcg-carousel-spec-item {
		font-size: 0.8em;
		margin-bottom: 8px;
		gap: 8px;
	}
	
	.vcg-carousel-spec-icon {
		width: 18px;
		height: 18px;
	}
	
	.vcg-carousel-book-btn {
		padding: 12px 16px;
		font-size: 0.85em;
	}
	
	.vcg-carousel-dots {
		margin-top: 20px;
		gap: 8px;
	}
	
	.vcg-carousel-dot {
		width: 8px;
		height: 8px;
	}
	
	.vcg-carousel-dot.active {
		transform: scale(1.2);
	}
}

.vcg-tab-btn{
	background: #D97D07 !important;
}
