/**
* Theme Name: Ziggy Child
* Description: This is a child theme of Ziggy, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">ThemeLexus</a>
* Template: ziggy
* Version: 1.3.6
*/

.product-transition img {
    width: 100%;
    height: 300px; /* adjust this height based on your design */
    object-fit: cover; /* crops edges if needed but keeps proportions */
    border-radius: 8px; /* optional: makes images look modern */
}
.ziggy-page-header {
    background: url('/path/to/bg.jpg') center/cover no-repeat;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.ziggy-page-header .woocommerce-breadcrumb {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ddd;
}

.ziggy-page-header .woocommerce-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.ziggy-page-header .ziggy-woocommerce-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
