/**
Theme Name: Store
Author: Archdiocese of Malta
Author URI: https://church.mt
Description: Theme for Store - Archdiocese of Malta
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: store
Template: astra
*/


.hidden{
display:none;
}
p.cart-shipping-text {
    margin-bottom: 0px;
    padding-top: 16px;
}

.square-image {
  aspect-ratio: 1 / 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
