body {
	font-family: 'Quicksand', sans-serif;
}

/* Card Styles */
.card-hover {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.card-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-hover a {
	color: inherit;
	text-decoration: none;
}

.card-hover .card-title {
	transition: color 0.3s ease;
}

.card-hover:hover .card-title {
	color: #0d6efd !important;
}

.card-img-top {
	position: relative;
	overflow: hidden;
}

.card-img-top::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.card-hover:hover .card-img-top::after {
	opacity: 1;
}

.card-body {
	background-color: #f8f9fa;
}

.product-description-text {
	font-size: 15px;
}

.product-img {
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

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

.description-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* No Products UI */
.no-products-container {
	max-width: 500px;
	margin: 0 auto;
	padding: 2rem;
}

.no-products-img {
	width: 200px;
	height: auto;
	opacity: 0.8;
}

/* Search */
.search-container {
	max-width: 300px;
	width: 100%;
}

.search-container .input-group {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-container input {
	border: 1px solid #dee2e6;
	padding: 0.5rem 1rem;
}

.search-container .btn {
	padding: 0.5rem 1.5rem;
}

.search-group {
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.search-group:focus-within {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

.search-input {
	border: none;
	padding: 12px 20px;
	font-size: 0.95rem;
	background-color: #f8f9fa;
}

.search-input:focus {
	box-shadow: none;
	background-color: #fff;
}

.search-button {
	background-color: #0d6efd;
	border: none;
	padding: 0 25px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.search-button:hover {
	background-color: #0b5ed7;
}

/* Loading Animation */
.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
}

.loading.show {
	display: block;
}

.loading-spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Footer */
.footer-section {
	background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.footer-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.footer-widget {
	padding: 20px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	height: 100%;
	transition: transform 0.3s ease;
}

.footer-widget:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.08);
}

.widget-title {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	position: relative;
	padding-bottom: 10px;
}

.widget-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: linear-gradient(90deg, #007bff, transparent);
}

.widget-content {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	line-height: 1.6;
}

.review-links li {
	margin-bottom: 12px;
}

.review-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}

.review-link:hover {
	color: #ffffff;
	transform: translateX(5px);
}

.contact-info li {
	display: flex;
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.8);
}

.contact-info i {
	color: #007bff;
	margin-top: 5px;
}

.contact-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-link:hover {
	color: #ffffff;
}

.footer-bottom {
	background: rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-link:hover {
	transform: translateY(-3px);
	color: #ffffff;
}

.social-link.whatsapp:hover {
	background: #25D366;
}

.social-link.email:hover {
	background: #007bff;
}

/* Filter Panel - Mobile */
@media (max-width: 768px) {
	.product-img {
		height: 150px;
	}

	.no-products-img {
		width: 150px;
	}

	.search-container {
		max-width: 100%;
		margin-top: 1rem;
	}

	.d-flex.justify-content-between {
		flex-direction: row !important;
		align-items: center !important;
	}

	.filter-container {
		position: fixed;
		top: 0;
		right: -100%;
		width: 85%;
		height: 100vh;
		z-index: 1000;
		overflow-y: auto;
		transition: right 0.3s ease-in-out;
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(10px);
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
		padding: 1rem;
		border-radius: 0;
	}

	.filter-container.show {
		right: 0;
	}

	.filter-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
		backdrop-filter: blur(3px);
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
	}

	.filter-overlay.show {
		display: block;
		opacity: 1;
	}

	.close-filter {
		position: absolute;
		top: 15px;
		right: 15px;
		background: none;
		border: none;
		font-size: 1.5rem;
		color: #333;
		cursor: pointer;
		padding: 5px;
		z-index: 1002;
		transition: transform 0.2s ease;
	}

	.close-filter:hover {
		transform: rotate(90deg);
	}

	.form-select {
		background-color: rgba(255, 255, 255, 0.9);
		border: 1px solid #dee2e6;
		padding: 10px;
		margin-bottom: 10px;
	}

	.form-label {
		color: #333;
		font-weight: 600;
		margin-bottom: 8px;
	}

	.filter-container::-webkit-scrollbar {
		width: 6px;
	}

	.filter-container::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.1);
		border-radius: 3px;
	}

	.filter-container::-webkit-scrollbar-thumb {
		background: #0d6efd;
		border-radius: 3px;
	}

	.footer-widget {
		padding: 15px;
	}

	.widget-title {
		font-size: 1.1rem;
	}

	.widget-content {
		font-size: 0.9rem;
	}

	.social-links {
		margin-top: 15px;
	}

	.search-group {
		max-width: 100%;
		margin: 10px 0;
	}

	.search-input {
		padding: 10px 15px;
		font-size: 0.9rem;
	}

	.search-button {
		padding: 0 20px;
	}
}

@media (max-width: 576px) {
	.product-img {
		height: 120px;
	}

	.card-body {
		padding: 0.75rem !important;
	}

	.btn {
		padding: 0.5rem 1rem;
		font-size: 0.875rem;
	}

	.no-products-img {
		width: 120px;
	}

	.footer-widget {
		padding: 12px;
	}

	.widget-title {
		font-size: 1rem;
	}

	.widget-content {
		font-size: 0.85rem;
	}

	.social-link {
		width: 35px;
		height: 35px;
	}
}

/* Filter Toggle Button - Mobile */
.filter-toggle-btn-mobile {
	padding: 6px 12px;
	font-size: 0.875rem;
	background-color: #0d6efd;
	border: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-toggle-btn-mobile:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.filter-toggle-btn-mobile i {
	margin-right: 0;
	font-size: 0.9rem;
}