.wc-block-product {
	padding: 0px;
	border-style: none;
}

/* Hover effect */
.wc-block-product:hover {
    border-color: red; /* uses WP primary color */
}

/* Target product image inside the block */
.wc-block-product img {
    transition: transform 0.3s ease;
}

/* Zoom out (scale down) on hover */
.wc-block-product:hover img {
    transform: scale(0.90);
}

.ct-pagination {
    display: flex !important;
    justify-content: center !important;
}

.ct-pagination > div {
  display: flex;
  flex-direction: row;
}

.products .ct-media-container:hover {
	 transform: scale(1.05);
	transition: transform 0.3s ease;
}

/* Zoom image on hover */
.eael-product-carousel .eael-product-wrap:hover .product-image-wrap img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

/* Change product title color on hover */
.eael-product-carousel .eael-product-wrap:hover .product-details-wrap .woocommerce-loop-product__title {
  color: #e63946; /* pick your brand color */
  transition: color 0.3s ease-in-out;
}

.entry-header .page-title {
    white-space: normal;
    display: inline;
	line-height: 55px;
}