.singe-product-box-wrapper {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  gap: 32px;
}

.singe-product-box-wrapper .product-title {
  font-weight: 700;
  margin-top: 8px;
  color: #333333;
}

.singe-product-box-wrapper .product-description {
  line-height: 1.5rem;
  color: #666666;
  padding: 8px;
}

.single-product-box {
  width: 31%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

  .single-product-box img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
	aspect-ratio: 1/1
  }

.single-product-box .elementor-button-wrapper {
  margin-bottom: 32px;
}

.single-product-box .elementor-button-wrapper a {
  background-color: #0095ca;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 12px;
}

.single-product-box .elementor-button-wrapper a:hover {
  background-color: #007ba3;
}

@media (max-width: 768px) {
  .single-product-box {
    width: 100%;
  }
  .single-product-box img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
	aspect-ratio: 1/1
  }
}
