/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.1
 Text Domain:  woodmart
*/

/* SHOP PAGE */
/* Shop Page photo size grid */
.product-element-top.wd-quick-shop {
  aspect-ratio: 2 / 2.3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-element-top.wd-quick-shop img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* MAINTENANCE PAGE */
.page-template-maintenance .wd-toolbar.wd-toolbar-label-show {
  display: none !important;
}