/*!
Theme Name:   Hadrahome Storefront
Theme URI:    https://hadrahome.gr
Description:  Child theme του Storefront για το Hadrahome — ασφαλείς προσαρμογές χωρίς επεξεργασία του parent.
Author:       Hadrahome
Template:     storefront
Version:      1.0.10
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hadrahome-storefront
*/

/* Προσαρμογές Hadrahome — συνεπή με χρώματα Storefront (#9a7b4f accent). */

/* MailPoet στο υποσέλιδο */
.site-footer .mailpoet_form,
#colophon .mailpoet_form {
	max-width: 100%;
	margin-top: 0.5rem;
}

.site-footer .mailpoet_paragraph input[type="email"],
.site-footer .mailpoet_paragraph input[type="text"],
.site-footer .mailpoet_text_input {
	max-width: 100%;
	box-sizing: border-box;
}

.site-footer .mailpoet_submit {
	border-radius: 4px;
}

/* WooCommerce μηνύματα */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-radius: 6px;
}

/* Προσβασιμότητα: εμφανής εστίαση πληκτρολογίου */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid #9a7b4f;
	outline-offset: 2px;
}

/* Mini καλάθι / γραμμή μενού */
.site-header-cart .widget_shopping_cart .buttons .button {
	border-radius: 4px;
}

/* Gallery προϊόντος — ελαφρύ στυλ για συνέπεια με τις καρτέλες */
.woocommerce-product-gallery__wrapper,
.flex-viewport {
	border-radius: 6px;
	overflow: hidden;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
	border-radius: 4px;
}

