/*
Theme Name: Hello Elementor Child - Unibox
Theme URI: https://unibox.gr/
Description: Child theme for Hello Elementor, created by Unibox.gr.
Author: Unibox.gr
Author URI: https://unibox.gr/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child-unibox
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom CSS below */

/* Global: το hello-elementor reset βάφει τα button borders με ροζ (#c36 / #CC3366).
   Το εξουδετερώνουμε site-wide (π.χ. Apply στο coupon του cart). */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-element-button,
.wc-block-components-button {
	border-color: transparent !important;
}

/* -------- WooCommerce notices (added/removed/info) — ταιριάζουν με το site -------- */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 18px;
	border: 0;
	border-left: 4px solid #00A5BA;
	border-radius: 14px;
	padding: 16px 22px;
	background: #f2f9fe;
	color: #234E60;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	box-shadow: 0 12px 32px rgba(35, 78, 96, 0.07);
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #00A5BA;
	position: static;
	margin-right: 4px;
	font-size: 18px;
}
.woocommerce-error {
	border-left-color: #d86363 !important;
	background: #fdf4f4 !important;
	color: #9c3838 !important;
	flex-direction: column;
	align-items: flex-start;
}
.woocommerce-error::before {
	color: #d86363;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-message a.button.wc-forward,
.woocommerce-info a.button.wc-forward {
	order: 2;
	background: #234E60 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 30px !important;
	padding: 9px 20px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	min-height: 0 !important;
	box-shadow: none !important;
	transition: background-color 0.25s ease;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
	background: #163544 !important;
}

/* Block notices (cart/checkout) */
.wc-block-components-notice-banner {
	border-radius: 14px !important;
}

/* -------- Breadcrumb (single products κ.λπ.) — ταιριάζει με το site -------- */
.woocommerce-breadcrumb {
	font-size: 14px;
	font-weight: 500;
	color: #8a99a3;
	line-height: 1.7;
	padding: 6px 0;
}
.woocommerce-breadcrumb a {
	color: #234E60;
	text-decoration: none;
	transition: color 0.2s ease;
}
.woocommerce-breadcrumb a:hover {
	color: #00A5BA;
}
.freon-crumb-sep {
	color: #b7c4cd;
	margin: 0 4px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-notices-wrapper .woocommerce-info,
	.woocommerce .woocommerce-message,
	.woocommerce .woocommerce-info {
		justify-content: flex-start;
	}
	.woocommerce-message .button,
	.woocommerce-info .button {
		order: 3;
		width: 100%;
		text-align: center;
	}
}
