/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
*/

.elementor-background-video-container video {
  object-fit: cover !important;
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.out-of-stock-badge {
  display: inline-block;
  background-color: #b30000;
  color: #fff;
  font-weight: bold;
  padding: 6px 12px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 16px;
}
