/* START GLOBAL SETTINGS */
#main-content {
	padding: 0 !important;
}
/* PRODUCTS */
.product-labels span {
    background-color: #EF4444 !important;
}
.wd-product-cats {
    display: none;
}
.star-rating {
    color: #FBBF24;
}
.woocommerce-Price-amount.amount {
    color: #111827;
}
/* ICON BOX */
.icon-box-inline .elementor-icon {
    background: linear-gradient(135deg, #F59E0B 0%, #F97316 100%);
}
/* END GLOBAL SETTINGS */

/* START HEADER */
/* --- TOPBAR [ICONS] --- */
.whb-top-bar {
	background: linear-gradient(90deg, #F59E0B 0%, #F97316 100%);
}
.top-bar__icons {
	list-style: none;
	padding: 0;
}
.top-bar__icons a {
	color: white;
	font-size: 13px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.top-bar__icons a img {
	margin-bottom: -5px;
}
:dir(ltr) .top-bar__icons a img {
	transform: scaleX(-1);
}
/* --- [WPML] --- */
/* .wpml-ls-slot-shortcode_actions a {
	color: #666;
	font-size: 13px;
	font-weight: 400;
}
.wpml-ls-slot-shortcode_actions img {
	border-radius: 50%;
	margin-bottom: -5px;
} */
/* END HEADER */

/* START HERO SECTION */
.swiper-pagination {
    top: calc(100% - 40px) !important;
}
.swiper-pagination-bullet-active {
    width: 36px !important;
    border-radius: 999px !important;
}
/* END HERO SECTION */
