/*
Theme Name: Delectables
Theme URI: 
Author: John Philip
Author URI: 
Description: Custom Designs
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: delectables
Tags: 
*/

/* .wp-site-blocks {   min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px)); } */
body > .wp-site-blocks { display: flex; flex-direction: column; min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));} 
main { flex-grow: 1;}

body.single-product div.product div.images img,
.wc-block-grid__products .wc-block-grid__product-image img {max-height: 280px; object-fit: contain;}

.woocommerce .pswp__bg {background-color: white;}