.hob-ad-top-bar,
.hob-ad-top-header {
  height: 40px;
  min-height: 40px;
  margin: 20px 0 0;
  overflow: hidden;
  border-radius: 16px;
  background: #fff4f9;
  color: #805e9c;
}

.hob-ad-top-bar__link,
.hob-ad-top-header__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #805e9c;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.hob-ad-top-bar__marquee,
.hob-ad-top-header__marquee {
  display: none;
  width: 100%;
  justify-content: center;
}

.hob-ad-top-bar__text,
.hob-ad-top-header__text,
.hob-ad-top-bar__marquee-item,
.hob-ad-top-header__marquee-item {
  display: block;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: inherit;
  font-family: "Caslon Doric", sans-serif;
  font-size: 11px;
  letter-spacing: .15em;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hob-ad-top-bar__content {
  display: inline-flex;
  align-items: center;
  gap: .65em;
  white-space: nowrap;
}

.hob-ad-top-bar__message {
  display: inline;
}

.hob-ad-top-bar__countdown {
    display: inline-flex;
    align-items: center;
    gap: 0;
  font-variant-numeric: tabular-nums;
    white-space: nowrap;
    background: #fff;
    border-radius: 99px;
    padding: 6px 14px;
}



.hob-ad-top-bar__countdown-unit {
  display: inline-flex;
  min-width: 3.2em;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);

}

.hob-ad-top-bar__countdown-unit.is-updating {
  animation: hob-ad-top-bar-countdown-tick 260ms cubic-bezier(.22, 1, .36, 1);
}

.hob-ad-top-bar__countdown--ended {
  min-width: auto;
}

.hob-ad-top-bar__marquee-item + .hob-ad-top-bar__marquee-item,
.hob-ad-top-header__marquee-item + .hob-ad-top-header__marquee-item {
  display: none;
}

.hob-ad-top-bar__text strong,
.hob-ad-top-header__text strong,
.hob-ad-top-bar__marquee-item strong,
.hob-ad-top-header__marquee-item strong {
  color: inherit;
  font-weight: 600;
}

body .hob-ad-header {
  position: fixed;
  z-index: 1000;
  top: var(--hob-ad-header-top, 80px);
  right: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--hob-ad-page-gutter);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 320ms cubic-bezier(.22, 1, .36, 1),
    top 420ms cubic-bezier(.22, 1, .36, 1),
    transform 420ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 0s;
  will-change: opacity, transform;
}

.hob-ad-header-placeholder {
  height: var(--hob-ad-header-placeholder-height, 100px);
  pointer-events: none;
}

body .hob-ad-header--at-top {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

body .hob-ad-header--hidden-mid-scroll {
  top: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -18px, 0);
  transition:
    opacity 320ms cubic-bezier(.22, 1, .36, 1),
    top 420ms cubic-bezier(.22, 1, .36, 1),
    transform 420ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 320ms;
}

body .hob-ad-header--floating {
  top: 20px;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.hob-ad-header__inner {
  width: 100%;
}

.hob-ad-header__bar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 80px;
  padding: 0 40px;
  border-radius: 18px;
  background: #fff4f9;
  transition:
    border-radius 260ms ease,
    transform 360ms cubic-bezier(.22, 1, .36, 1);
}

body .hob-ad-header--floating .hob-ad-header__bar {
  border-radius: 18px;
}

body.hob-ad-has-attached-banner .hob-ad-header--at-top:not(.hob-ad-header--mobile-open):not(.hob-ad-header--mega-open) .hob-ad-header__bar,
.hob-ad-header--mobile-open .hob-ad-header__bar,
.hob-ad-header--mega-open .hob-ad-header__bar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

body .hob-ad-header--floating.hob-ad-header--mega-open .hob-ad-header__bar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hob-ad-header__left,
.hob-ad-header__right {
  display: flex;
  align-items: stretch;
  min-width: 0;
  min-height: 80px;
  position: relative;
  z-index: 2;
}

.hob-ad-header__left {
  grid-column: 1;
}

.hob-ad-header__right {
  grid-column: 3;
  justify-content: flex-end;
}

.hob-ad-header__nav,
.hob-ad-header__desktop-actions,
.hob-ad-header__mobile-actions {
  display: flex;
  align-items: stretch;
}

.hob-ad-header__nav {
  gap: 34px;
}

.hob-ad-header__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 80px;
  color: #805e9c;
  font-family: var(--hob-ad-font-heading);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.11111em;
  text-decoration: none;
}

.hob-ad-header__link::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 1px;
  background: #805e9c;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--hob-ad-transition);
}

.hob-ad-header__link:hover::after,
.hob-ad-header__link:focus-visible::after {
  transform: scaleX(1);
}

.hob-ad-header__link-icon,
.hob-ad-mobile-drawer__link-icon {
  position: relative;
  top: -2px;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}



.hob-ad-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 80px;
  color: #805e9c;
  transform: translate(-50%, -50%);
}

.hob-ad-header__logo-image {
  width: 86px;
  height: auto;
  max-height: 58px;
  border-radius: 0;
  object-fit: contain;
}

.hob-ad-header__desktop-actions {
  justify-content: flex-end;
  min-height: 80px;
}

.hob-ad-header__mobile-actions,
.hob-ad-header__burger,
.hob-ad-mobile-drawer {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .hob-ad-header,
  .hob-ad-header__bar,
  .hob-ad-header__link::after {
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1200px) {
  .hob-ad-top-bar__text,
  .hob-ad-top-header__text {
    display: none;
  }

  .hob-ad-top-bar__link,
  .hob-ad-top-header__link {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
  }

  .hob-ad-top-bar__marquee,
  .hob-ad-top-header__marquee {
    display: flex;
    width: max-content;
    justify-content: flex-start;
    animation: hob-ad-top-header-marquee 22s linear infinite;
    will-change: transform;
  }

  .hob-ad-top-bar__marquee-item,
  .hob-ad-top-bar__marquee-item + .hob-ad-top-bar__marquee-item,
  .hob-ad-top-header__marquee-item,
  .hob-ad-top-header__marquee-item + .hob-ad-top-header__marquee-item {
    display: block;
    max-width: none;
    flex: 0 0 auto;
    padding-right: 48px;
    overflow: visible;
    text-overflow: clip;
  }

  .hob-ad-top-bar__marquee-item,
  .hob-ad-top-header__marquee-item {
    font-size: 10px;
    letter-spacing: .12em;
  }

  body .hob-ad-header .hob-ad-header__inner {
    position: relative;
  }

  body .hob-ad-header .hob-ad-mobile-drawer {
    position: absolute;
    z-index: 999;
    top: 80px;
    right: 0;
    left: 0;
    display: block;
    max-height: var(--hob-ad-mobile-drawer-max-height, calc(100vh - 120px));
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #fff4f9;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scaleY(.98);
    transform-origin: top center;
    transition:
      opacity 220ms ease,
      transform 260ms ease,
      visibility 0s linear 260ms;
  }

  body .hob-ad-header .hob-ad-mobile-drawer--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scaleY(1);
    transition:
      opacity 180ms ease,
      transform 260ms ease,
      visibility 0s linear 0s;
    animation: hob-ad-mobile-drawer-enter 360ms cubic-bezier(.22, 1, .36, 1);
  }
}

@media (max-width: 767px) {
  .hob-ad-top-bar,
  .hob-ad-top-header {
    margin-right: 0;
    margin-left: 0;
  }

  .hob-ad-top-bar__marquee-item,
  .hob-ad-top-header__marquee-item {
    font-size: 9px;
    letter-spacing: .08em;
  }
}

@keyframes hob-ad-top-header-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes hob-ad-top-bar-countdown-tick {
  0% {
    opacity: .55;
    transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hob-ad-mobile-drawer-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, -14px, 0) scaleY(.98);
  }

  72% {
    opacity: 1;
    transform: translate3d(0, 3px, 0) scaleY(1.01);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hob-ad-top-bar__text,
  .hob-ad-top-header__text {
    display: block;
  }

  .hob-ad-top-bar__marquee,
  .hob-ad-top-header__marquee {
    display: none;
    width: 100%;
    animation: none !important;
  }

  .hob-ad-top-bar__marquee-item,
  .hob-ad-top-header__marquee-item {
    max-width: 100%;
    overflow: hidden;
    padding-right: 0;
    text-overflow: ellipsis;
  }

  .hob-ad-top-bar__marquee-item + .hob-ad-top-bar__marquee-item,
  .hob-ad-top-header__marquee-item + .hob-ad-top-header__marquee-item {
    display: none;
  }

  body .hob-ad-header .hob-ad-mobile-drawer--open {
    animation: none !important;
  }

  .hob-ad-top-bar__countdown-unit.is-updating {
    animation: none !important;
  }
}

