.tmr-grid-product-grid {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: space-around !important;
  align-items: center !important;
  /* Optional: add gap if you want consistent spacing between cards */
  /* gap: 1rem; */
}

.tmr-grid-product-grid > .tmr-grid-product-card {
  text-align: center;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #38629f;
  height: 375px;
  width: 195px;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

}


/* Headers */
.tmr-pg-header {
	margin-top: 30px!important;
	margin-left: 2.2rem!important;
}

/* Paragraph */
.wp-block-post-content-is-layout-constrained a p{
	color: white;
}

.tmr-grid-product-image {
  width: 188px;
  height: auto;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
}

.tmr-grid-product-title {
  font-size: 1.1rem;
  font-color: #000;
  margin: 0.5rem 0;
  height:30px;
  width: 150px;
}

.tmr-grid-product-price {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.tmr-grid-product-grid .wp-element-button{
	color:black;
	height:20px!important;
	padding:0px!important;
	padding-left:2px!important;
	padding-right:2px!important;
}