/**
 * DIETIKA WooCommerce email styling.
 */
add_filter( 'woocommerce_email_styles', function( $css, $email ) {

	$css .= '

		body {
			background: #f5fbfc !important;
			font-family: Arial, Helvetica, sans-serif !important;
		}

		#template_container {
			width: 620px !important;
			max-width: 100% !important;
			background: #ffffff !important;
			border: 0 !important;
			border-radius: 12px !important;
			overflow: hidden !important;
			box-shadow: 0 6px 24px rgba(35, 62, 78, 0.06) !important;
		}

		#template_header {
			background: #ffffff !important;
			border-bottom: 3px solid #48c7c8 !important;
		}

		#template_header h1 {
			color: #354b63 !important;
			font-size: 27px !important;
			line-height: 1.25 !important;
			font-weight: 600 !important;
			padding: 28px 36px !important;
		}

		#body_content {
			background: #ffffff !important;
		}

		#body_content_inner {
			padding: 34px 36px !important;
			color: #596b7f !important;
			font-size: 15px !important;
			line-height: 1.7 !important;
		}

		#body_content h2,
		#body_content h3 {
			color: #354b63 !important;
			font-weight: 600 !important;
		}

		#body_content h2 {
			font-size: 21px !important;
			margin-top: 30px !important;
		}

		table.td {
			width: 100% !important;
			border: 1px solid #e4ecef !important;
			border-radius: 8px !important;
			border-collapse: collapse !important;
		}

		td.td,
		th.td {
			padding: 12px 14px !important;
			border-color: #e4ecef !important;
			color: #596b7f !important;
		}

		th.td {
			background: #f3fafb !important;
			color: #354b63 !important;
			font-weight: 600 !important;
		}

		a {
			color: #35bfc2 !important;
		}

		#template_footer {
			background: #eefafb !important;
		}

		#template_footer #credit {
			padding: 24px 36px !important;
			color: #758596 !important;
			font-size: 12px !important;
			line-height: 1.6 !important;
			text-align: center !important;
		}

	';

	return $css;

}, 20, 2 );
add_filter( 'woocommerce_email_subject_customer_on_hold_order', function( $subject, $order ) {
	return 'Your DIETIKA appointment request has been received';
}, 10, 2 );

add_filter( 'woocommerce_email_heading_customer_on_hold_order', function( $heading, $order ) {
	return 'Your appointment request has been received';
}, 10, 2 );


add_filter( 'woocommerce_email_subject_customer_processing_order', function( $subject, $order ) {
	return 'Payment received — DIETIKA appointment #' . $order->get_order_number();
}, 10, 2 );

add_filter( 'woocommerce_email_heading_customer_processing_order', function( $heading, $order ) {
	return 'Payment received';
}, 10, 2 );


add_filter( 'woocommerce_email_subject_customer_completed_order', function( $subject, $order ) {
	return 'Your DIETIKA appointment is confirmed';
}, 10, 2 );

add_filter( 'woocommerce_email_heading_customer_completed_order', function( $heading, $order ) {
	return 'Your appointment is confirmed';
}, 10, 2 );


add_filter( 'woocommerce_email_subject_customer_refunded_order', function( $subject, $order ) {
	return 'Your DIETIKA refund has been processed';
}, 10, 2 );

add_filter( 'woocommerce_email_heading_customer_refunded_order', function( $heading, $order ) {
	return 'Your refund has been processed';
}, 10, 2 );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.houdasaied.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.houdasaied.com/post-sitemap.xml</loc>
		<lastmod>2021-11-26T11:38:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.houdasaied.com/page-sitemap.xml</loc>
		<lastmod>2025-06-11T18:32:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.houdasaied.com/product-sitemap.xml</loc>
		<lastmod>2021-11-26T17:03:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.houdasaied.com/category-sitemap.xml</loc>
		<lastmod>2021-11-26T11:38:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.houdasaied.com/product_cat-sitemap.xml</loc>
		<lastmod>2021-11-26T17:03:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.houdasaied.com/author-sitemap.xml</loc>
		<lastmod>2023-02-20T17:16:32+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->