#nav-menu-logo-menu .bg-wrap {
	background: #a2aab1;
}#desc-text-halfbg .bg-wrap {
    background: #333;
}#desc-halfbg-text-img-text .bg-wrap {
    background-color: #f4f5f6;
}#contact-form .bg {
	background-image: url('../images/bg-31.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.1;
}#cookie-text .bg-wrap {
    background-color: rgba(0,0,0,0.9);
}#footer-text-2 .bg-wrap {
    background-color: #F4F5F6;
}

#products-section .product-item {
    margin-bottom: 30px;
}

#products-section .product-item img {
    border-radius: 8px;
    transition: transform 0.3s ease;
    border: 1px solid #ddd;
}

#products-section .product-item img:hover {
    transform: scale(1.05);
}

#products-section .product-item h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

#products-section .product-item p {
    min-height: 90px;
}

#products-section .product-item .price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
}
