.granddeals-container {
  background-color: #f8f9fa;
  padding: 20px;
  height: 100%;
  width: 100%;
  background-image: url('../../assets/images/sources/promotion-bg-template.webp');
  background-size: 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.light .granddeals-container .text-alert {
  color: var(--bg-main);
}

.dark .granddeals-container .text-alert {
  color: var(--text-main);
}