/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 01 2025 | 17:55:57 */
.home-image-slider .elementor-background-slideshow__slide__image {
	background-repeat: no-repeat;
	aspect-ratio: 1;
	object-fit: contain;
}
.home-hero-image img {
	aspect-ratio: 1;
	object-fit: contain;
}
.product-details-wrap .eael-product-title {
	margin-top: 0 !important;
}
.woocommerce-Tabs-panel table {
	border: 2px solid #000;

	td, th {
		padding: 5px 10px;
		border-width: 0 1px 1px 0;
		border: 1px solid #000;
	}
}
ul.products {
	margin-bottom: 40px !important;

	img.attachment-woocommerce_thumbnail {
		aspect-ratio: 1;
		object-fit: contain;
	}

	.product-details {
		-webkit-transform: none !important;
		transition: none !important;
		padding: 0px 20px 5px !important;
	}
}
.home-image-slider {
	aspect-ratio: 1;
	object-fit: contain;
}
.woocommerce-product-gallery__image img {
    aspect-ratio: 1;
    object-fit: contain;
}
h1.product_title.entry-title {
    margin-bottom: 1em;
}
.kadence-shop-top-item.kadence-woo-ordering, .kadence-shop-top-item.kadence-woo-toggle {
    display: none;
}