/* Product */
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image img {
    aspect-ratio: 278 / 352;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

body #main .product .product_title {
    color: #444444;
}

body.single-product .product_meta {
    display: none;
}

.fusion-product-wrapper .fusion-image-wrapper img {
    aspect-ratio: 278 / 352;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

body.single-product .single_add_to_cart_button {
    width: auto !important;
    min-width: 200px;
}