
a:hover {
    color: #cc4a4a !important; /* Lighter shade of red for hover */
}

.nav-list #right a:hover {
    color: #ffffff !important;
}

.nav-list #right .login-module a:hover {
    color: #cc4a4a !important;
}

.home-store__section {
	padding-bottom: 24px;
	padding-top: 24px;
}

.home-store__section:last-of-type {
	border-bottom: none;
}

.section-divider {
	width: 100%;
}

.home-store__section p{
	font-size: 109%;
}

.home-store__section-heading {
	font-size: 36px;
    color: #a30400;
    margin-bottom: 16px;
}

.home-store__about-description,
.home-store__featured-description {
	line-height: 1.4;
}

.home-store__featured-description{
	font-size:109%;
}

.home-store__featured-products {
	text-align: center;
	padding-top: 24px;
}

.home-store__product-link {
	display: inline-block;
	color: #a30400;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
	margin-right: 24px;
	width: 30%;
	transition: transform 0.3s ease;
}

.home-store__product-link:hover {
    transform: translateY(-5px);
}

.home-store__section--archived {
	display: none;
}

.home-store__section--archived.home-store__section--shown {
	display: block;
}

.home-store__pagination {
	text-align: center;
	margin-top: 24px;
}

.home-store__pagination-btn {
	background: none;
}

.home-store__pagination-btn--prev {
	margin-right: 24px;
}

.home-store__pagination-btn--next {
	margin-left: 24px;
}

.home-store__product-name {
	margin-bottom: 16px;
}

.home-store__product-link:hover {
	color: #a30400;
}

.home-store__page-nums {
	display: inline-block;
}

.home-store__page-number {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}

.home-store__page-number-btn {
	font-family: 'Lato', sans-serif;
	background: none;
	font-size: 18px;
	padding: 4px;
	border: none;
}

.home-store__page-number-btn--active {
	font-weight: bold;
	border-bottom: 2px solid black;
}