.offer-shell-body {
  background: #fffaf8;
}

.offer-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #eadbd7;
  box-shadow: 0 16px 42px rgba(139, 30, 63, .07);
  transition: box-shadow .24s ease, border-color .24s ease;
}

.offer-header.is-mobile-stuck {
  border-color: rgba(152, 26, 67, .16);
  box-shadow: 0 18px 38px rgba(74, 16, 35, .14);
  animation: mobileHeaderDrop .34s cubic-bezier(.2, .8, .2, 1);
}

@keyframes mobileHeaderDrop {
  from {
    opacity: .72;
    transform: translateY(-18px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.offer-header__bar {
  min-height: 38px;
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
  padding: 8px 22px;
  color: #fff;
  background: #981a43;
  font-size: 13px;
  font-weight: 800;
}

.offer-nav {
  width: min(100% - 48px, 1480px);
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin: 0 auto;
}

.offer-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1f1c1d;
  text-decoration: none;
}

.offer-brand .mini-flower {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #981a43;
  stroke-width: 4;
}

.offer-brand span,
.offer-brand strong,
.offer-brand small {
  display: block;
}

.offer-brand strong {
  font-size: 27px;
  line-height: 1;
}

.offer-brand small {
  margin-top: 4px;
  color: #8a747b;
  font-size: 12px;
  font-weight: 800;
}

.offer-nav__links {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid #eadbd7;
  border-radius: 999px;
  background: #fffaf8;
}

.offer-nav__links a,
.offer-nav__store {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #5c4c51;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.offer-nav__links a.is-active {
  color: #fff;
  background: #981a43;
}

.offer-nav__actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.offer-cart {
  position: relative;
}

.offer-cart__icon {
  width: 44px;
  height: 44px;
  position: relative;
  display: grid;
  place-items: center;
  color: #981a43;
  border: 1px solid #eadbd7;
  border-radius: 50%;
  background: #fff;
}

.offer-cart__icon svg {
  width: 19px;
  height: 19px;
}

.offer-cart__icon span {
  position: absolute;
  top: -7px;
  inset-inline-start: -4px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  background: #d0a82f;
  font-size: 11px;
  font-weight: 900;
}

.offer-header .cart-popover__checkout {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #981a43;
  border: 1px solid #981a43;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.offer-header .cart-popover__checkout:hover {
  color: #fff;
  background: #7d1234;
  border-color: #7d1234;
}

.offer-footer {
  width: min(100% - 48px, 1480px);
  display: grid;
  grid-template-columns: auto minmax(260px, 680px);
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 32px;
  padding: 24px;
  color: #5c4c51;
  border: 1px solid #eadbd7;
  border-radius: 18px;
  background:
    radial-gradient(circle at 7% 100%, rgba(152, 26, 67, .11) 0 96px, transparent 97px),
    #fff;
  box-shadow: 0 18px 42px rgba(139, 30, 63, .07);
}

.offer-footer--simple {
  min-height: 112px;
}

.offer-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.offer-footer__brand .mini-flower {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #981a43;
  stroke-width: 4;
}

.offer-footer__brand strong,
.offer-footer__brand span {
  display: block;
}

.offer-footer__brand strong {
  color: #1f1c1d;
  font-size: 23px;
  line-height: 1;
}

.offer-footer__brand span {
  margin-top: 4px;
  color: #8a747b;
  font-size: 12px;
  font-weight: 800;
}

.offer-footer__copy p {
  margin: 0;
  color: #75666b;
  font-size: 13px;
  line-height: 1.9;
  text-align: start;
}

.offer-footer__links {
  justify-self: end;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.offer-footer__links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #981a43;
  border: 1px solid #eadbd7;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.designs-access-timer {
  position: fixed;
  inset-block-end: 26px;
  left: 26px;
  right: auto;
  z-index: 30;
  min-width: 172px;
  padding: 14px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  background: linear-gradient(135deg, #2b1830 0%, #981a43 100%);
  box-shadow: 0 18px 42px rgba(45, 24, 48, .24);
}

.designs-access-timer span,
.designs-access-timer strong {
  display: block;
}

.designs-access-timer span {
  opacity: .82;
  font-size: 11px;
  font-weight: 800;
}

.designs-access-timer strong {
  margin-top: 4px;
  direction: ltr;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.designs-access-timer.is-expired {
  background: #3b2d31;
}

html[dir="ltr"] .offer-brand {
  justify-self: start;
}

html[dir="ltr"] .offer-nav__actions,
html[dir="ltr"] .offer-footer__links {
  justify-self: end;
}

@media (max-width: 900px) {
  .offer-shell-body {
    padding-top: 62px;
  }

  .offer-header {
    position: fixed;
    top: 0;
    inset-inline: 0;
    z-index: 90;
    width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
  }

  .offer-header__bar {
    display: none;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .offer-nav {
    width: min(100% - 32px, 1480px);
    min-height: 62px;
    margin-block: 0;
    grid-template-columns: 1fr auto;
    justify-items: stretch;
    text-align: start;
  }

  .offer-brand .mini-flower {
    width: 36px;
    height: 36px;
  }

  .offer-brand strong {
    font-size: 21px;
  }

  .offer-brand small {
    margin-top: 2px;
    font-size: 10px;
  }

  .offer-cart__icon {
    width: 38px;
    height: 38px;
  }

  .offer-header .cart-popover.cart-popover--mobile .cart-popover__checkout {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #981a43, #7d1234);
    border: 1px solid rgba(152, 26, 67, .9);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(165, 22, 70, .18);
  }

  .offer-footer {
    width: min(100% - 32px, 1480px);
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .offer-brand,
  .offer-footer__links {
    justify-self: center;
  }

  .offer-footer__copy p {
    text-align: center;
  }

  .offer-brand {
    justify-self: start;
  }

  .offer-nav__actions {
    justify-self: end;
  }

  .designs-access-timer {
    inset-block-end: 14px;
    left: 14px;
    min-width: 118px;
    padding: 9px 11px;
    border-radius: 11px;
  }

  .designs-access-timer span {
    font-size: 9px;
  }

  .designs-access-timer strong {
    margin-top: 2px;
    font-size: 16px;
  }
}
