.carousel-container-3801a863 {
	margin: 40px auto;
	max-width: 1200px;
	padding: 0 15px;
	box-sizing: border-box;
}

.carousel-title-3801a863 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.swiper-container-3801a863 {
	padding: 20px 10px 40px 10px !important;
}

.product-card-3801a863 {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.product-card-3801a863:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.product-link-3801a863 {
	text-decoration: none;
	color: inherit;
	display: block;
	margin-bottom: 15px;
}

.product-image-container-3801a863 {
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 6px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7fafc;
}

.product-image-container-3801a863 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.product-name-3801a863 {
	font-size: 0.95rem;
	font-weight: 500;
	margin: 10px 0 5px;
	color: #2d3748;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-price-3801a863 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a202c;
}

.add-to-cart-btn-3801a863,
.select-options-btn-3801a863 {
	display: block;
	background-color: #b5943f;
	color: #fff;
	border: none;
	padding: 10px 15px;
	font-size: 0.85rem;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.2s ease;
	box-sizing: border-box;
}

.add-to-cart-btn-3801a863:hover,
.select-options-btn-3801a863:hover {
	background-color: #947833;
	color: #fff;
}

.add-to-cart-btn-3801a863:disabled {
	background-color: #a0aec0;
	cursor: not-allowed;
}

/* Ajustes de navegación y paginación */
.swiper-button-next-3801a863,
.swiper-button-prev-3801a863 {
	color: #b5943f !important;
	transform: scale(0.7);
}

.swiper-pagination-3801a863 .swiper-pagination-bullet-active {
	background: #b5943f !important;
}
