html, body {
  height: auto;
  min-height: 100%;
}

/* loja_personalização */

/* Headings */
.wp-block-group h1,
.wp-block-post-title, 
.wc-block-mini-cart__title {
	font-family: 'Urbanist';
  font-weight: bold;
	font-size: 2rem;
 }

/* Hide elements */
.woocommerce-result-count,
.woocommerce-ordering,
.wp-block-query-pagination-numbers,
.woocommerce-breadcrumb,
.taxonomy-product_cat,
.wp-block-post-excerpt__excerpt,
.actions, .woocommerce a.added_to_cart, 
.woocommerce-Tabs-panel h2 {
  display: none;
}

/* Pagination */
.wp-block-query-pagination {
  display: flex;
  justify-content: flex-end;
  margin: 60px 10px 0 0;
}
.wp-block-query-pagination-next {
  margin-right: auto;
}

/* Prices & Buttons */
.wc-block-components-product-price,
.wc-block-components-product-button__button {
  font-weight: bold;
}
.wc-block-components-product-button__button,
.checkout-button {
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Tabs */
.woocommerce-tabs {
  font-weight: 450;
}

/* Sticky header */
.wp-block-template-part {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: white !important;
}

/* Checkout labels */
.woocommerce-shipping-methods label,
.woocommerce-billing-fields label {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}

.post-nav-links { 
font-family: 'Urbanist';
text-transform: uppercase;
	font-weight: bold;
	padding-left: var(--wp--preset--spacing--50);
}


.wc-block-product-gallery-large-image__wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center;
}

.coblocks-lightbox__background{
  background-image: none !important;
  filter: none !important;
	background: rgba(255, 255, 255, 0.8) !important;
}


/* default = desktop */
.quadros-mobile-only {
  display: none;
}

/* mobile breakpoint */
@media (max-width: 768px) {

  .quadros-desktop-only {
    display: none;
  }

  .quadros-mobile-only {
    display: block;
  }

}