:root {
  --body-color: #fdf7ed;
  --bg-header-size: contain;
  --main-color: #ee4423;
  --main-color-blur: #ee442380;
  --hero-text-color: #fff;
  --info-icon: url('/images/advertorial/beautysaver/info-icon.svg');
  --info-border: 1px solid rgb(9 58 74 / 10%);
  --default-text-color: #2a1f04;
  --bg-saving-section: #ee4423;
  --footer-bg: #772212;
  --related-section-bg: #ee4423 url('/images/advertorial/beautysaver/related-bg.svg') repeat-x top center;

  /* full button styles */
  --button-border: 1px solid #ee4423;
  --button-background: rgb(238 68 35 / 20%);
  --sticky-bg: #ee4423;
}

.sticky-bg {
  background: var(--sticky-bg);
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 10%);
}

.sticky-bg.top {
  width: 100%;
  max-width: none;
  border-radius: 0;
  inset: 0 0 auto;
  border: none;
}

.sticky.top .sticky-content {
  max-width: 1245px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.container-bg {
  background: #ee4423 url('/images/advertorial/beautysaver/header-bg.svg') repeat-x bottom;
  height: 600px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (width <= 1024px) {
  #sticky .sticky-content {
    background-size: cover;
    padding: 10px;
    border: none;
    background-image: var(--sticky-bg);
  }

  #sticky.top {
    height: 55px;
  }

  #sticky.top .sticky-logo {
    display: block;
    min-width: 15%;
    max-width: 35%;
  }

  #sticky.top .sticky-content {
    background: none;
    border-radius: 0;
    padding: 0 10px;
    gap: 2%;
  }

  #sticky.top .offer-section {
    width: auto;
    flex: 0 0 auto;
  }

  #sticky.top .offer-section .cta {
    padding: 0 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    height: 25px;
  }
}
