/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2026 | 20:49:45 */
.asp-filter-chip {
    min-height: 48px;
    border-radius: .2rem;
    background: #fff;
    border-color: #e2e0dc;
    font-family: 'Unica77';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	padding: 1.2rem;
	color: #262626;
}

.asp-filter-bar__filters-btn {
    background: #fff;
    min-height: 48px;
    border-radius: .2rem;
    border-color: #262626;
    font-family: 'Unica77';
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    padding: 1.2rem;
	color: #262626;
}

.asp-sort-dropdown__display {
    background: #fff;
    min-height: 48px;
    border-radius: .2rem !important;
    border-color: #e2e0dc;
    font-family: 'Unica77';
    font-size: 16px;
    line-height: 24px;
	color: #262626;
}

.asp-filter-bar__count {
    color: #262626;
    font-size: 16px;
    font-family: 'Unica77';
    line-height: 24px;
}

.asp-filter-chip:hover, .asp-filter-bar__filters-btn:hover {
    background: #F9ECD7;
    color: #262626;
}

.asp-filter-bar__clear {
    font-family: 'Unica77';
    font-size: 16px;
    line-height: 24px;
}

.asp-filter-bar__clear:hover {
    background: transparent;
    color: #262626;
}

button.asp-filter-chip.asp-filter-chip--active {
    background: #f9ecd7;
    border-color: #e2e0dc;
    color: #262626;
    font-weight: 500;
}

span.asp-filter-chip__count {
    font-family: 'Unica77';
}

.asp-subcategory-nav__link {
    font-family: 'Unica77';
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.asp-product-card__title {
    font-family: 'Unica77' !important;
    color: #262626;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 1.2rem;
}

.asp-product-card__price {
    font-family: 'Unica77';
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    color: #262626;
}

.asp-filter-bar {
    border-bottom: 1px solid #e2e0dc;
}

.woocommerce-products-header {
    margin-bottom: 2.125rem !important;
}

.asp-subcategory-nav__list {
    margin-bottom: 0.2rem;
}

.asp-product-card__image-wrapper {
    border-radius: 0px;
}

:root {
	--asp-spacing-lg: 2.4rem;
	--asp-border-color: #2D5443;
}
.asp-filter-app {
    margin-bottom: 8rem;
}

.asp-load-more__btn {
    min-height: 48px;
    font-family: 'Unica77';
    border-radius: .2rem;
    border-color: #e2e0dc;
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.asp-load-more__btn:hover {
	background: #F9ECD7;
    color: #262626;
}

.asp-product-card--has-hover .asp-product-card__image--primary {
    border-radius: 0px;
}