:root {
  --body-color: #fff;
  --background-image-url: none;
  --bg-header-size: cover;
  --main-color: #111827;
  --main-color-blur: #11182780;
  --link-color: #295bbf;
  --hero-text-color: #111827;
  --info-border: 1px solid rgb(9 58 74 / 10%);
  --default-text-color: #1c1c1c;
  --bg-saving-section: url('/images/advertorial/wellwell/saving-section/saving-section-bg.png');
  --footer-bg: #111827;
  --related-section-bg: #111827;

  /* full button styles */
  --button-border: 1px solid #111827;
  --button-background: #11182780;

  /* footer */
  --button-bg: #111827;
  --sticky-bg: none;
  --sticky-bg-color: #111827;
  --border-color: #7ea1e6;
}

.sticky-bg {
  background-color: var(--sticky-bg-color);
  background-size: cover;
  background-repeat: no-repeat;
}

.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: var(--background-image-url);
  background-size: var(--bg-header-size);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 600px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  display: none;
}

@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;
  }
}
