/* ── Greek MSRP ─────────────────────────────────────────────────────────── */

.io-greek-msrp {
	display: flex;
	align-items: baseline;
	justify-content: flex-start; /* left-align ΠΛΤ to match the other prices */
	gap: 4px;
	margin-top: 4px;
	font-size: 12px;
	color: #9a9a94;
	line-height: 1.4;
}

.io-greek-msrp-label {
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.io-greek-msrp-regular-price .woocommerce-Price-amount {
	font-size: 12px;
	color: #9a9a94;
}

/* ── Subcategory chips — [helidonis_subcategories] ──────────────────────── */

.ioweb-subcats {
	display: flex;
	flex-wrap: nowrap;
	gap: 32px;
	justify-content: center;
	align-items: flex-start;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	width: 100%;
	padding: 4px 20px;
}

.ioweb-subcats::-webkit-scrollbar {
	display: none;
}

.ioweb-subcat {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 110px;
	text-decoration: none;
}

.ioweb-subcat__img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	background: #f4f3f1;
}

.ioweb-subcat__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.ioweb-subcat:hover .ioweb-subcat__img img {
	transform: scale(1.05);
}

.ioweb-subcat__label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #1c1b1b;
	text-align: center;
}

@media (max-width: 767px) {
	.ioweb-subcats {
		justify-content: flex-start;
		gap: 20px;
	}
}

/* ── WooCommerce sorter (ordering dropdown) ─────────────────────────────── */

.woocommerce-ordering select.orderby,
.woocommerce-ordering .orderby {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231c1b1b' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 10px;
	border: 1px solid #d8d5d0;
	border-radius: 2px;
	padding: 9px 38px 9px 14px;
	font-size: 13px;
	line-height: 1.2;
	color: #1c1b1b;
	cursor: pointer;
}

.woocommerce-ordering select.orderby:hover {
	border-color: #b6b1a9;
}

.woocommerce-ordering select.orderby:focus {
	outline: none;
	border-color: #1c1b1b;
}

/* ── WooCommerce pagination ─────────────────────────────────────────────── */

.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	list-style: none;
	margin: 48px 0 0;
	padding: 0;
	border: 0;
}

.woocommerce-pagination ul.page-numbers li {
	margin: 0;
	border: 0;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #e2ded8;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1;
	color: #1c1b1b;
	text-decoration: none;
	transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
	border-color: #1c1b1b;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current {
	background: #1c1b1b;
	border-color: #1c1b1b;
	color: #fff;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
	border-color: transparent;
	background: transparent;
}
