/************ Custom CSS ****************/

div#header-custom {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.79);
    border-radius: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    margin-top: 20px;
    z-index: 9;
}
/* div#section-about:before {
    content: '';
    background: url('https://consciousgardeners.com/wp-content/uploads/2026/07/bg.png');
    background-repeat: no-repeat;
    background-position: center right;
    width: 600px;
    height: 1200px;
    left: 20px;
	z-index: -1;
} */
.home-product p.price {
    color: #fff !important;
}


@media screen and (max-width: 767px) {
	
div#section-about:before {
	display: none;
}	
	
}