/* ========= Tablet (≤ 992px) ========= */
@media (max-width: 992px) {
}

/* ========= Small Tablet (≤ 768px) ========= */
@media (max-width: 768px) {
	.wp-block-cloudcatch-light-modal-block {
		max-width: calc(100% - 32px) !important;
	}
	.wpcf7 .wp-block-columns {
  margin-bottom: 16px;
}
	
	.wp-block-cloudcatch-light-modal-block.mobile-menu-popup {
  height: 100vh;
  max-height: calc(100vh);
  width: 100vw;
  max-width: calc(100vw) !important;
}
	.wp-block-cloudcatch-light-modal-block__content {
		overflow:auto;
		scrollbar-width: none;
		-ms-overflow-styles: none;
	}
	
	.hide-scrollbar::-webkit-scrollbar {
		display: none;
	}
	
	main .wp-block-group .catalog-grid .starting-price {
		position: absolute;
  right: var(--wp--preset--spacing--xx-large);
  top: -48px;
	}
	
	main .wp-block-group .gallery-wrapper--grid img {
  height: 120px;
}
}

/* ========= Mobile (≤ 576px) ========= */
@media (max-width: 576px) {
	.image-gallery figure {
  max-width: 100px !important;
	}
}