/* Container Box Fix - Perfect Centering */
.angie-top-filter-wrap-d08cb2e9 {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 20px !important;
	max-width: 1140px !important;
	margin: 20px auto !important;
	padding: 10px 30px !important; /* Spacing compressed so dropdowns look tight and professional */
	background: #ffffff !important;
	border: 1px solid #e1e1e1 !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	width: 100% !important;
}

/* Force YITH internal blocks to respect horizontal line alignment */
.angie-top-filter-wrap-d08cb2e9 .yith-wcan-container,
.angie-top-filter-wrap-d08cb2e9 ul.yith-wcan-filter-presets,
.angie-top-filter-wrap-d08cb2e9 .yith-wcan-filters {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 30px !important;
	width: 100% !important;
}

/* Force specific style on elements inside layout row to avoid clipping text */
.angie-top-filter-wrap-d08cb2e9 .yith-wcan-filter,
.angie-top-filter-wrap-d08cb2e9 div[data-filter-type="price"] {
	flex: 1 !important;
	max-width: 340px !important;
	min-width: 200px !important;
	box-sizing: border-box !important;
}

/* Product Cards Core Layout Design Preservation */
.jewelry-grid-60ec6e71 li.product {
	background: #fff;
	border: 1px solid #eee;
	transition: all 0.3s ease;
}
.jewelry-grid-60ec6e71 li.product:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.jewelry-grid-60ec6e71 li.product .price {
	color: #C9A227 !important;
}
.jewelry-grid-60ec6e71 li.product .button {
	background: #C9A227 !important;
	color: #fff !important;
}