/* v2.0.6 — restore and harden product card add-to-cart buttons */
.vlg-product-card .vlg-card-actions,
ul.products li.product.vlg-product-card .vlg-card-actions,
.vlg-products-grid li.product.vlg-product-card .vlg-card-actions,
.vlg-home-product-section .vlg-product-card .vlg-card-actions,
.vlg-latest-showcase .vlg-product-card .vlg-card-actions {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 4 !important;
  width: 100% !important;
  margin-top: auto !important;
  padding: 0 12px 14px !important;
  min-height: 48px !important;
  transform: none !important;
}

.vlg-product-card .vlg-card-actions .button,
.vlg-product-card .vlg-card-actions .vlg-card-cart,
ul.products li.product.vlg-product-card .vlg-card-actions .button,
.vlg-products-grid li.product.vlg-product-card .vlg-card-actions .button,
.vlg-home-product-section .vlg-product-card .vlg-card-actions .button,
.vlg-latest-showcase .vlg-product-card .vlg-card-actions .button,
.vlg-latest-showcase .vlg-product-card .vlg-card-actions .vlg-card-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: var(--vlg-primary, #f28a00) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.vlg-product-card,
ul.products li.product.vlg-product-card,
.vlg-products-grid li.product.vlg-product-card,
.vlg-latest-showcase .vlg-product-card,
.vlg-home-product-section .vlg-product-card {
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
}

.vlg-product-card .vlg-product-link,
.vlg-latest-showcase .vlg-product-card .vlg-product-link,
.vlg-home-product-section .vlg-product-card .vlg-product-link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.vlg-latest-showcase,
.vlg-home-product-section,
.vlg-latest-showcase__grid,
.vlg-products-grid {
  overflow: visible !important;
}

.vlg-latest-showcase .vlg-product-card .vlg-card-actions {
  padding-bottom: 16px !important;
}

@media (max-width: 620px) {
  .vlg-product-card .vlg-card-actions,
  .vlg-latest-showcase .vlg-product-card .vlg-card-actions {
    padding: 0 10px 12px !important;
  }
}
