.page-promotions {
  color: #ffffff; /* Body background is dark (#1a1a1a), so use light text */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-promotions__hero-section {
  position: relative;
  padding: 0; /* shared handles body padding-top */
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}

.page-promotions__hero-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.page-promotions__hero-image {
  width: 100%;
  margin: 0;
}

.page-promotions__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-promotions__products-section {
  width: 100%;
  padding: 60px 20px;
  background: #1a1a1a; /* Dark background to match body */
  box-sizing: border-box;
}

.page-promotions__products-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4fr 2fr; /* Desktop: Front 4 take 4 columns, back 2 take 2 columns */
  gap: 20px;
}

.page-promotions__products-grid {
  display: grid;
  gap: 20px;
}