/* ✅ Responsive — stack vertically on mobile */
@media (max-width: 520px) {
  .theme-product-details-style-06 
  .theme-product-detail-container 
  .theme-product-detail-varients-container 
  .theme-product-varients-row 
  .theme-product-varient-quantity 
  .theme-button-area {
    flex-direction: column !important;
  }
  .theme-product-details-style-06 
  .theme-product-detail-container 
  .theme-product-detail-varients-container 
  .theme-product-varients-row 
  .theme-product-varient-quantity 
  .theme-button-area button,
  .theme-product-details-style-06 
  .theme-product-detail-container 
  .theme-product-detail-varients-container 
  .theme-product-varients-row 
  .theme-product-varient-quantity 
  .theme-button-area .zpbutton {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.theme-product-details-style-05 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] 
.theme-product-detail-container .theme-product-varients-area .theme-product-variant 
.theme-variant-select-container .theme-product-variant label.chekedLabel,
.theme-product-details-style-05 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] 
.theme-product-detail-container .theme-product-varients-area .theme-product-variant 
.theme-variant-select-container .theme-product-variant label:hover {
    border: 1px solid #ff4949 !important;
    color: #ff4949 !important;
}






    // Disable by default
/* Default (inactive) */
button[data-zcqa="add_to_cart"] {
  background-color: #b5b5b5 !important;
  cursor: not-allowed;
  transition: background-color 0.3s ease;
}

/* Active (Zoho allows add-to-cart) */
button[data-zcqa="add_to_cart"].zc-active {
  background-color: #1a66b3 !important;
  cursor: pointer;
}