/* WooCommerce Custom Styles */

/* Product Title */
.product_title {
    font-family: 'Playfair Display', serif;
    color: #DCD7C9;
}

/* Product Gallery */
.woocommerce-product-gallery {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.woocommerce-product-gallery__image {
    border-radius: 0.375rem;
    overflow: hidden;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
} 

.woocommerce span.onsale {
	display:none;
}