/*
Theme Name: Omina Child
Theme URI: https://example.com
Description: Child theme for Omina
Author: Your Name
Template: omina
Version: 1.0.0
Text Domain: omina-child
*/

Template: omina

@media only screen and (min-width: 48em) {
	.shop-banner-content h1 {
		font-size: 36px;
		text-align: center;
	}
	.shop-banner-content p {
		text-align: center;
	}
	.shop-banner {
		min-height: 22rem;
	}
}

@media only screen and (max-width: 22.5em) {
	.shop-banner-content h1 {
		font-size: 36px;
		text-align: center;
	}
	.shop-banner-content p {
		text-align: center;
	}
		.shop-banner {
		min-height: 22rem;
			background-position: 69%;
	}
}

.product-features {
    margin: 30px 0;
}

.product-features h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.product-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-features li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.product-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
}

.enquiry-button{
    display:block;
    width:100%;
    margin-top:15px;
    padding: 23px 66px;
    text-align:center;
    text-decoration:none;
    border-radius:6px;
    transition:.3s;

    color: #000000;
    background-color: #80bc68;
    border-color: #80bc68;
    transition: all 0.3s ease;
}