img {
	object-fit: cover;
}

.swiper-content figure {
	text-align: center;	
}

.ast-primary-header-bar {
	border-bottom: none;
}

.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
	display: flex;
	gap: 0;
	justify-content: space-between;
}

.site-title > a {
	overflow-wrap: normal;
}

@media screen and (max-width: 1132px) {
	.site-title {
		font-size: 1.5rem;
	}
	.site-logo-img .custom-logo {
		width: 40px;
	}
}

@media screen and (max-width: 1032px) {
	.site-title {
		font-size: 1.2rem;
	}
	.site-logo-img .custom-logo {
		width: 35px;
	}
}


@media screen and (max-width: 998px) {
	.site-title {
		font-size: 1rem;
	}
	.site-logo-img .custom-logo {
		width: 30px;
	}
}

@media screen and (max-width: 921px) {
	.site-title {
		font-size: 2rem;
	}
	.site-logo-img .custom-logo {
		width: 50px;
	}
}


[data-section="sidebar-widgets-header-widget-1"] {
	flex-shrink: 0;
}

.deal-card {
	display: flex;
	flex-direction: column;
}

.deal-card__store {
	text-decoration: none !important;
	color: #817c7c;
	font-size: 0.9rem;
}

.deal-card__title {
	font-weight: 550;
	margin-bottom: 0.5rem;
}

.deal-card img {
	flex-grow: 1;
	margin-bottom: 0.5rem;
}

.deal-card__pricing {
	text-align: center;
}

.deal-card__regular-price {
	color: #dc3545;
	font-size: 0.9rem;
	text-decoration-thickness: 1px;
	text-decoration-line: line-through;
	-webkit-text-decoration-line: line-through;
}

.deal-card__sale-price {
	color: #198754;
	font-size: 1rem;
	font-weight: 500;
}

.deal-card__button {
	text-decoration: none !important;
	color: var(--ast-global-color-0);
	background-color: white;
	border: 1px solid var(--ast-global-color-0);
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.3rem;
	border-radius: 0.3rem;
}
.deal-card__button:hover {
	color: white;
	background-color: var(--ast-global-color-0);
}

.home-feature-post .uagb-post__excerpt {
	padding-bottom: 48px !important;
}

.home-feature-post .uagb-post__cta {
	border-top: 1px solid #6D757C;
	padding-top: 0.2rem;
	text-align: center;
}

.home-feature-post .uagb-text-link {
	color: #6D757C !important;
}

.home-feature-post .uagb-text-link:hover {
	color: var(--ast-global-color-0) !important;
}

.home-category {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

a.home-category__item {
	text-decoration: none !important;
	color: #6D757C;
	font-weight: 500;
	padding: 0.3rem 0.6rem;
	border: 1px solid #6D757C;
	border-radius: 0.3rem;
}

.home-category__item:hover {
	color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
}

.home-deal-link a {
	text-decoration: none !important;
}

.popular-store .block-title {
	font-size: 1.5rem;
}

.popular-store ul {
	list-style: none;
	display: flex;
	column-gap: 1rem;
	overflow-x: auto;
}

.popular-store li {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

.popular-store li a {
	text-decoration: none !important;
	color: black !important;
}

ul.ss-category {
	list-style: none;
}

ul.ss-category > li {
	margin-bottom: 0.5rem;
}

ul.ss-category > li > a {
	font-weight: 600;
	text-transform: uppercase;
}

ul.ss-category a {
	text-decoration: none !important;
}

ul.ss-category ul.children {
	padding-left: 3rem;
}

.pods-pagination {
	grid-column: 1 / -1;
	text-align: center;
}
