/*
Theme Name: Athena Candles
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Xenios Lab
Author URI: https://www.xenioslab.com/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756022982
Updated: 2025-08-24 11:09:42

*/

p:last-of-type { margin-block-end: 0; }

.container-boxed-0 { padding: 0 1em !important; }
.container-boxed-1 { padding: 1em !important; }
.container-boxed-2 { padding: 2em 1em !important; }
.container-boxed-4 { padding: 4em 1em !important; }
.container-boxed-8 { padding: 8em 1em !important; }
.container-boxed-12 { padding: 12em 1em !important; }

.container-card-1 { padding: 1em !important; }
.container-card-2 { padding: 2em !important; }
.container-card-3 { padding: 3em !important; }
.container-card-4 { padding: 4em !important; }
.container-card-8 { padding: 8em !important; }

::selection {
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-primary);
}

.square { aspect-ratio: 1 / 1; }
.landscape { aspect-ratio: 16 / 9; }
.portrait { aspect-ratio: 3 / 4 };

.hero {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.product-add-to-cart .variations th { display: none; }
.product-add-to-cart .variations td.value { padding-right: 0; background: transparent; }

.woocommerce-checkout #payment ul.payment_methods li img { width: 120px; }

@media (max-width:767px) {
	.container-boxed-4, .container-boxed-8 { padding: 4em 1em !important; }
	.container-card-4 { padding: 2em !important; }
	.container-card-8 { padding: 2em !important; }
}