/* Momentum Catalog - frontend styles */

/* Override Elementor global button styles for all plugin buttons */
.mcg-catalog button,
.mcg-catalog button[type="submit"],
.mcg-catalog button[type="button"],
.mcg-catalog input[type="submit"],
.mcg-catalog input[type="button"],
.mcg-product-single button,
.mcg-product-single button[type="submit"],
.mcg-product-single button[type="button"],
.mcg-product-single input[type="submit"],
.mcg-product-single input[type="button"],
.mcg-quote-form-wrap button,
.mcg-quote-form-wrap button[type="submit"],
.mcg-quote-form-wrap button[type="button"],
.mcg-quote-form-wrap input[type="submit"],
.mcg-quote-form-wrap input[type="button"],
#mcg-quote-modal button,
#mcg-quote-modal button[type="submit"],
#mcg-quote-modal button[type="button"],
#mcg-quote-modal input[type="submit"],
#mcg-quote-modal input[type="button"],
.mcg-category-section button,
.mcg-category-section button[type="submit"],
.mcg-category-section button[type="button"] {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0.375rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.75rem 1rem;
	text-align: center;
	transition: all 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	line-height: 1.25;
}

.mcg-product-single .mcg-open-quote,
.mcg-quote-form-wrap button[type="submit"],
#mcg-quote-modal button[type="submit"] {
	background-color: #0a0a0a !important;
	color: #fff !important;
	border: none !important;
}
.mcg-product-single .mcg-open-quote:hover,
.mcg-quote-form-wrap button[type="submit"]:hover,
#mcg-quote-modal button[type="submit"]:hover {
	background-color: #374151 !important;
}

.mcg-img-zoom img {
	transition: transform 0.7s ease;
}
.mcg-img-zoom:hover img {
	transform: scale(1.05);
}

.mcg-carousel-track {
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	flex-wrap: nowrap !important;
	cursor: grab;
}
.mcg-carousel-track::-webkit-scrollbar {
	display: none;
}
.mcg-carousel-track.mcg-dragging {
	cursor: grabbing;
	scroll-behavior: auto !important;
}
.mcg-carousel-track.mcg-dragging * {
	pointer-events: none;
}

.mcg-carousel-wrap .mcg-carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: 48px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.9);
	border: none !important;
	color: #333 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	cursor: pointer;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
	transition: background 0.2s ease, transform 0.2s ease;
	padding: 0 !important;
}
.mcg-carousel-wrap .mcg-carousel-arrow:hover {
	background: rgba(255, 255, 255, 1);
	transform: translateY(-50%) scale(1.15);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.mcg-carousel-wrap .mcg-carousel-prev {
	left: 8px;
}
.mcg-carousel-wrap .mcg-carousel-next {
	right: 8px;
}
@media (max-width: 640px) {
	.mcg-carousel-wrap .mcg-carousel-arrow {
		width: 36px;
		height: 36px;
		font-size: 1rem;
	}
}

.mcg-cat-carousel-item {
	width: 220px !important;
	height: 275px !important;
}
@media (min-width: 640px) {
	.mcg-cat-carousel-item {
		width: 280px !important;
		height: 350px !important;
	}
}
@media (min-width: 1024px) {
	.mcg-cat-carousel-item {
		width: 334px !important;
		height: 417px !important;
	}
}

.mcg-product-card {
	display: block;
}

.mcg-filter-btn {
	cursor: pointer;
	color: #0a0a0a !important;
	border: 1px solid #d1d5db !important;
	background-color: #fff !important;
}
.mcg-filter-btn.bg-black {
	color: #fff !important;
	background-color: #0a0a0a !important;
	border-color: #0a0a0a !important;
}

#mcg-quote-modal.mcg-open {
	display: flex;
}

.mcg-zoom-wrap {
	cursor: zoom-in;
}
.mcg-zoom-wrap img#mcg-pdp-img {
	transition: transform 0.15s ease-out;
	transform-origin: center center;
	will-change: transform;
}
.mcg-zoom-wrap.mcg-zoomed img#mcg-pdp-img {
	transform: scale(2.2);
	cursor: zoom-out;
}
.mcg-zoom-hint {
	transition: opacity 0.2s ease;
}
.mcg-zoom-wrap.mcg-zoomed .mcg-zoom-hint {
	opacity: 0;
}

#mcg-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	touch-action: pinch-zoom;
}
#mcg-lightbox.mcg-open {
	display: flex;
}
#mcg-lightbox img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 8px;
}
#mcg-lightbox-close {
	position: absolute;
	top: 20px;
	right: 24px;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: none;
}

.mcg-pdp-thumbs {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.mcg-pdp-thumbs::-webkit-scrollbar {
	display: none;
}
.mcg-pdp-thumb {
	cursor: pointer;
	transition: border-color 0.2s ease;
}
@media (max-width: 768px) {
	.mcg-pdp-thumbs {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		gap: 12px !important;
		padding-bottom: 4px;
	}
	.mcg-pdp-thumb {
		flex-shrink: 0 !important;
		width: 70px !important;
		height: 70px !important;
	}
}

@media (max-width: 640px) {
	.mcg-carousel-track {
		gap: 8px;
	}
}

.mcg-form-message.mcg-success {
	color: #15803d;
}
.mcg-form-message.mcg-error {
	color: #b91c1c;
}
