.product-img {
  /* height: 220px; */
  object-fit: cover !important;
  transition: transform 0.3s ease-in-out;
}
.product-tile:hover .product-img {
  transform: scale(1.05);
}
.hover-icons {
  display: none;
  z-index: 2;
}
.product-tile:hover .hover-icons {
  display: flex;
}
.card-title a:hover {
  color: var(--primary-blue, #0056b3);
}

.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1;
}


.product-price{
  color: #268BCC;

  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.add-cart-button{
  background-color: #268BCC;
  color: #fff;
  padding: 8px;
  border: 1px solid #268BCC;
    font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}

.add-cart-button:hover{
  background-color: #fff;
  color: #268BCC;
  padding: 8px;
  border: 2px solid #268BCC;
}


.card-desc { flex: 1; font-size: 14px; color: #333; margin-bottom: 20px; }
.card-desc p { margin: 0 0 .5rem; }
.card-desc ul { margin: 0; padding-left: 1.1rem; }
.card-desc li { margin-bottom: 5px; }







.single-product-section .product-title {
  font-size: 28px;
  font-weight: 600;
}

.single-product-section .product-short-desc {
  font-size: 16px;
  color: #666;
}

.product-tabs .nav-link {
  border-radius: 0;
}

.product-tabs .tab-content {
  background-color: #f9f9f9;
}
