.first-section:not(.disable) {
    background-color: #ffffff;
}
.first-section .campaign-name[data-section="women-thanksgiving-2025"]:before {
  content: "Early Black Friday Sale";
  display: block;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  line-height: 24px;
}
.first-section .campaign-name[data-section="women-supplies-thanksgiving-sale"]:before {
    content: "Early Black Friday Sale";
    display: block;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 600;
    line-height: 24px;
}
.first-section .campaign-name[data-section="men-men-clearance"]:before {
    content: "Early Black Friday Clearance";
    display: block;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 600;
    line-height: 24px;
}