/* Copyright (c) 2025 Martin Bechard martin.bechard@DevConsult.ca */
/* This software is licensed under the MIT License. */
/* File path: /Users/martinbechard/dev/choco/product-custom.css */
/* This was generated by Gemini 2 with the assistance of my human mentor */
/* Custom styles for product.html */
/* Life is like a box of chocolates - you never know what you're gonna get! */

/* Hero section styles */

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
