/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2023 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

#index .tabs {
	margin-bottom: 20px;
}

#index #home-page-tabs {
	padding: 10px 0px 0px 0px;
}

.tabs .all-product-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 0.5rem;
	margin-left: auto;
	width: max-content;
	margin-top: 1rem;
	padding: 10px;
}

#home-page-tabs .nav-link {
	padding: 0.5rem 0.75rem;
	font-size: 14px;
}

@media (min-width: 640px) {
	#home-page-tabs .nav-link {
		font-size: 14px;
		padding: 0.5rem 1rem;
	}
}

.featured-products.tab-pane.fade {
	opacity: 0;
	transition: all 0.5s;
}
.featured-products.tab-pane.fade.active.show {
	opacity: 1;
	transition: all 0.5s;
}
.slick-track {
	min-width: 1000px;
}

.featured-products.tab-pane {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
