:root {
  --arojay-insider-door-height: 60vh;
  --arojay-insider-door-mobile-height: 72vh;
  --arojay-insider-admin-offset: 0px;
}

body.admin-bar {
  --arojay-insider-admin-offset: 32px;
}

body.arojay-insider-door-open {
  background: #160f0a;
}

.arojay-insider-door-panel,
.arojay-insider-door-trigger {
  box-sizing: border-box;
  font-family: inherit;
}

.arojay-insider-door-panel {
  position: fixed;
  inset: var(--arojay-insider-admin-offset) 0 auto;
  z-index: 99980;
  height: var(--arojay-insider-door-height);
  overflow: hidden;
  color: #082033;
  background: #2b1a0f;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 45px rgba(6, 28, 45, .28);
  transform: translateY(-102%);
  transition: transform .65s cubic-bezier(.2, .82, .2, 1);
}

.arojay-insider-door-bg-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.arojay-insider-door-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(to top, rgba(48, 28, 15, .46), transparent);
  pointer-events: none;
}

.arojay-insider-door-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(25, 13, 6, .38), transparent 34%, transparent 72%, rgba(37, 20, 9, .18)),
    linear-gradient(to top, rgba(18, 11, 7, .2), transparent 38%);
}

.arojay-insider-door-showroom::before {
  content: "";
  position: absolute;
  right: -4vw;
  bottom: 86px;
  left: -5vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(85, 58, 36, .38), transparent);
  box-shadow: 0 38px 50px rgba(89, 56, 29, .18);
  pointer-events: none;
}

.arojay-insider-door-scenery {
  display: none;
}

.arojay-insider-door-candle {
  position: absolute;
  left: 3.4vw;
  bottom: 12%;
  width: 22px;
  height: 40px;
  border-radius: 999px 999px 7px 7px;
  background: rgba(255, 241, 206, .56);
  box-shadow: 0 0 30px rgba(255, 190, 84, .74);
}

.arojay-insider-door-candle::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -12px;
  width: 8px;
  height: 15px;
  border-radius: 90% 10% 90% 90%;
  background: #ffc76c;
  transform: rotate(14deg);
}

.arojay-insider-door-plant {
  position: absolute;
  right: 4.8vw;
  bottom: 15%;
  width: 54px;
  height: 86px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(#4a2c18, #2b170d);
  box-shadow: 18px 28px 0 -8px rgba(33, 20, 12, .26);
}

.arojay-insider-door-plant::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 48px;
  width: 90px;
  height: 96px;
  background:
    radial-gradient(ellipse at 45% 58%, rgba(35, 79, 48, .9) 0 10px, transparent 11px),
    radial-gradient(ellipse at 58% 36%, rgba(48, 105, 59, .84) 0 11px, transparent 12px),
    radial-gradient(ellipse at 31% 28%, rgba(34, 87, 50, .82) 0 9px, transparent 10px),
    radial-gradient(ellipse at 72% 62%, rgba(40, 84, 49, .78) 0 10px, transparent 11px);
}

.arojay-insider-door-stool {
  position: absolute;
  right: 2vw;
  bottom: 8.5%;
  width: 116px;
  height: 12px;
  border-radius: 999px;
  background: #4c2f1a;
  box-shadow: -8px 18px 0 -2px #2f1b0e, 76px 18px 0 -2px #2f1b0e;
}

.arojay-insider-door-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 36vw) 1fr;
  gap: clamp(24px, 3.4vw, 64px);
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(38px, 6vh, 78px) clamp(32px, 6vw, 96px) clamp(36px, 5vh, 66px);
}

.arojay-insider-door-copy {
  align-self: center;
}

.arojay-insider-door-kicker {
  margin: 0 0 12px;
  color: #9b5a24;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.arojay-insider-door-copy h2 {
  margin: 0 0 14px;
  max-width: 520px;
  color: #fff7eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.9vw, 82px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.045em;
}

.arojay-insider-door-copy p:not(.arojay-insider-door-kicker) {
  margin: 0;
  max-width: 420px;
  color: rgba(255, 247, 235, .84);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.42;
}

.arojay-insider-door-showroom {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  align-items: end;
  gap: clamp(16px, 2.5vw, 42px);
  min-width: 0;
}

.arojay-insider-door-item {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
}

.arojay-insider-door-item::before {
  display: none;
}

.arojay-insider-door-figure {
  display: none;
}

.arojay-insider-door-figure::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: -12px;
  left: 12%;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(40, 22, 12, .22), transparent 68%);
  transform: scaleX(1.12);
}

.arojay-insider-door-figure img {
  display: block;
  width: min(88%, 280px);
  max-height: min(34vh, 410px);
  object-fit: contain;
}

.arojay-insider-door-figure-placeholder {
  position: relative;
  display: block;
  width: min(72%, 196px);
  height: clamp(160px, 24vh, 292px);
  border: 8px solid #101312;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .52), transparent 14%),
    linear-gradient(120deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .16) 46%, rgba(16, 24, 28, .1));
  box-shadow: inset 20px 0 0 rgba(255, 255, 255, .18), inset -2px 0 0 rgba(255, 255, 255, .38), 0 18px 42px rgba(45, 27, 12, .22);
  backdrop-filter: blur(1px);
}

.arojay-insider-door-item-2 .arojay-insider-door-figure-placeholder {
  width: min(82%, 226px);
  transform: perspective(720px) rotateY(-7deg);
}

.arojay-insider-door-item-3 .arojay-insider-door-figure-placeholder {
  width: min(94%, 270px);
  height: clamp(150px, 22vh, 272px);
  border-top-width: 9px;
}

.arojay-insider-door-figure-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 52%;
  width: 5px;
  background: rgba(6, 28, 45, .78);
}

.arojay-insider-door-figure-placeholder::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 46%;
  width: 34px;
  height: 7px;
  border-radius: 10px;
  background: #151716;
  box-shadow: 0 16px 0 #151716;
}

.arojay-insider-door-item-copy {
  position: relative;
  z-index: 1;
  padding: 0 0 clamp(64px, calc(7vh + 10px), 96px);
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.arojay-insider-door-item-copy h3 {
  margin: 0 0 7px;
  color: #fff8ec;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.02;
  letter-spacing: -.03em;
}

.arojay-insider-door-item-copy p {
  margin: 0 auto 12px;
  max-width: 260px;
  color: rgba(255, 248, 236, .84);
  font-size: 14px;
  line-height: 1.35;
}

.arojay-insider-door-item-copy a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: #073457;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 0;
  box-shadow: 0 14px 28px rgba(7, 36, 60, .22);
}

.arojay-insider-door-item-copy a:hover,
.arojay-insider-door-item-copy a:focus-visible {
  background: #0c4774;
}

/* Warm glass treatment for the Creator Program and Project Support CTAs only. */
.arojay-insider-door-item-2 .arojay-insider-door-item-copy a,
.arojay-insider-door-item-3 .arojay-insider-door-item-copy a {
  position: relative;
  overflow: hidden;
  color: #fffdf8;
  border: 1px solid rgba(255, 255, 255, .42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 241, 218, .10)),
    rgba(45, 35, 28, .32);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(255, 255, 255, .08),
    0 12px 28px rgba(30, 18, 9, .22);
  text-shadow: 0 1px 8px rgba(18, 12, 8, .42);
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.arojay-insider-door-item-2 .arojay-insider-door-item-copy a::before,
.arojay-insider-door-item-3 .arojay-insider-door-item-copy a::before {
  content: "";
  position: absolute;
  inset: 1px 12px auto;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.arojay-insider-door-item-2 .arojay-insider-door-item-copy a:hover,
.arojay-insider-door-item-2 .arojay-insider-door-item-copy a:focus-visible,
.arojay-insider-door-item-3 .arojay-insider-door-item-copy a:hover,
.arojay-insider-door-item-3 .arojay-insider-door-item-copy a:focus-visible {
  border-color: rgba(255, 255, 255, .66);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .32), rgba(255, 239, 211, .14)),
    rgba(54, 41, 31, .36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .48),
    0 15px 32px rgba(30, 18, 9, .28);
  transform: translateY(-1px);
}

.arojay-insider-door-item-1 {
  position: absolute;
  top: clamp(34px, 5vh, 58px);
  right: clamp(14px, 3vw, 48px);
  z-index: 3;
  width: clamp(320px, 23vw, 370px);
  min-height: 0;
}

.arojay-insider-door-item-2 {
  grid-column: 2;
}

.arojay-insider-door-item-3 {
  grid-column: 3;
}

.arojay-insider-coupon {
  --arojay-coupon-tilt-x: 0deg;
  --arojay-coupon-tilt-y: 0deg;
  --arojay-coupon-glare-x: 50%;
  --arojay-coupon-glare-y: 50%;
  width: 100%;
  aspect-ratio: 741 / 425;
  margin: 0;
  perspective: 1200px;
  filter: drop-shadow(0 18px 24px rgba(32, 16, 7, .3));
  transform: perspective(1200px) rotateX(var(--arojay-coupon-tilt-x)) rotateY(var(--arojay-coupon-tilt-y));
  transform-style: preserve-3d;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), filter .32s ease;
  will-change: transform;
}

.arojay-insider-coupon:hover {
  filter: drop-shadow(0 22px 29px rgba(32, 16, 7, .38));
}

.arojay-insider-coupon-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .72s cubic-bezier(.2, .75, .25, 1);
}

.arojay-insider-coupon.is-flipped .arojay-insider-coupon-inner {
  transform: rotateY(180deg);
}

.arojay-insider-coupon-face {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: #5a3520;
  background:
    radial-gradient(circle at 62% 30%, rgba(255, 198, 145, .94), transparent 35%),
    radial-gradient(circle at 24% 78%, rgba(254, 144, 70, .7), transparent 32%),
    repeating-radial-gradient(circle at 16% 30%, rgba(255,255,255,.08) 0 1px, transparent 1px 4px),
    linear-gradient(135deg, #ef671c, #fe9046 54%, #ffc691);
  clip-path: polygon(3.4% 0, 71.8% 0, 74% 4.8%, 76.2% 0, 96.6% 0, 100% 5.9%, 100% 94.1%, 96.6% 100%, 76.2% 100%, 74% 95.2%, 71.8% 100%, 3.4% 100%, 0 94.1%, 0 5.9%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

button.arojay-insider-coupon-face {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.arojay-insider-coupon-face::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(90, 53, 32, .24);
  border-radius: 17px;
  pointer-events: none;
}

.arojay-insider-coupon-face::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: radial-gradient(38% 55% at var(--arojay-coupon-glare-x) var(--arojay-coupon-glare-y), rgba(255,255,255,.22), transparent 72%);
  opacity: .8;
  pointer-events: none;
  transition: opacity .35s ease;
}

.arojay-insider-coupon-main {
  position: absolute;
  inset: 0 24% 0 0;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 2.3vw, 38px);
}

.arojay-insider-coupon-eyebrow {
  position: absolute;
  top: 14%;
  left: 10%;
  font-size: clamp(9px, .72vw, 12px);
  font-weight: 800;
  letter-spacing: .12em;
}

.arojay-insider-coupon-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Georgia, "Times New Roman", serif;
  line-height: .82;
}

.arojay-insider-coupon-brand strong {
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 600;
  letter-spacing: -.04em;
}

.arojay-insider-coupon-brand small {
  margin-top: 10px;
  font-size: clamp(16px, 1.35vw, 23px);
  font-weight: 600;
  letter-spacing: .14em;
}

.arojay-insider-coupon-footer {
  position: absolute;
  bottom: 12%;
  left: 10%;
  font-size: clamp(8px, .64vw, 11px);
  font-weight: 700;
  letter-spacing: .08em;
}

.arojay-insider-coupon-perforation {
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 76%;
  border-left: 2px dashed rgba(90, 53, 32, .34);
}

.arojay-insider-coupon-stub {
  position: absolute;
  inset: 0 0 0 76%;
  display: grid;
  place-items: center;
  font-size: clamp(9px, .72vw, 12px);
  font-weight: 800;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
}

.arojay-insider-coupon-back {
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 220, 190, .92), transparent 40%),
    repeating-radial-gradient(circle at 16% 30%, rgba(255,255,255,.08) 0 1px, transparent 1px 4px),
    linear-gradient(135deg, #ef671c, #fe9046 54%, #ffc691);
  transform: rotateY(180deg);
  cursor: pointer;
}

.arojay-insider-coupon-code-panel {
  gap: 14px;
}

.arojay-insider-coupon-back-label {
  font-size: clamp(9px, .72vw, 12px);
  font-weight: 800;
  letter-spacing: .12em;
}

.arojay-insider-coupon-back strong {
  color: #5a3520;
  font-size: clamp(19px, 1.55vw, 27px);
  letter-spacing: .12em;
}

.arojay-insider-coupon-copy {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(70, 38, 15, .42);
  border-radius: 999px;
  color: #3b2414;
  background: rgba(255, 249, 236, .5);
  cursor: pointer;
}

.arojay-insider-coupon-copy:hover,
.arojay-insider-coupon-copy:focus-visible {
  background: rgba(255, 252, 244, .9);
}

.arojay-insider-coupon-copy svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.arojay-insider-coupon-status {
  min-height: 15px;
  color: #5a3520;
  font-size: 11px;
  font-weight: 700;
}

.arojay-insider-door-close {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(8, 32, 51, .18);
  border-radius: 999px;
  color: #082033;
  background: rgba(255, 255, 255, .58);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.arojay-insider-door-trigger {
  position: fixed;
  top: var(--arojay-insider-admin-offset);
  left: clamp(420px, 27vw, 560px);
  z-index: 99990;
  display: grid;
  width: 44px;
  height: 178px;
  padding: 0;
  place-items: end center;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .25));
  transform-origin: top center;
  animation: arojay-insider-door-drop .95s cubic-bezier(.2, 1.12, .22, 1) .18s both, arojay-insider-door-swing 1.9s ease-in-out 1.02s both;
  transition: opacity .24s ease, visibility .24s ease;
}

.arojay-insider-door-trigger.is-outside-hero {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.arojay-insider-door-cord {
  position: absolute;
  top: 0;
  width: 1.5px;
  height: 96px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(rgba(236, 213, 180, .96), rgba(194, 155, 105, .78));
  box-shadow: 0 0 0 1px rgba(84, 56, 34, .08), 0 0 10px rgba(255, 235, 190, .18);
}

.arojay-insider-door-cord::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(214, 180, 132, .9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .24);
  transform: translateX(-50%);
}

.arojay-insider-door-icon {
  position: absolute;
  top: 106px;
  left: 50%;
  display: grid;
  width: 34px;
  height: 44px;
  place-items: center;
  color: #d9bd82;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: transform .28s ease, background .28s ease;
  transform: translateX(-50%);
}

.arojay-insider-door-state-label {
  position: absolute;
  top: 154px;
  left: 50%;
  color: rgba(220, 191, 132, .86);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
  transform: translateX(-50%);
}

.arojay-insider-door-label-close {
  display: none;
}

body.arojay-insider-door-open .arojay-insider-door-label-open {
  display: none;
}

body.arojay-insider-door-open .arojay-insider-door-label-close {
  display: inline;
}

.arojay-insider-door-trigger:hover .arojay-insider-door-icon,
.arojay-insider-door-trigger:focus-visible .arojay-insider-door-icon {
  transform: translate(-50%, 4px);
}

.arojay-insider-door-icon svg {
  width: 34px;
  height: 42px;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .28));
}

.arojay-insider-door-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.arojay-insider-door-tag {
  fill: rgba(255, 255, 255, .08);
  stroke: currentColor;
  stroke-width: 1.8;
}

body.arojay-insider-door-open .arojay-insider-door-panel {
  transform: translateY(0);
}

body.arojay-insider-door-open .arojay-insider-door-trigger {
  animation: arojay-insider-door-open-sway .68s ease-in-out both;
}

@keyframes arojay-insider-door-drop {
  0% {
    opacity: 0;
    transform: translateY(-150px) rotate(-7deg);
  }
  58% {
    opacity: 1;
    transform: translateY(10px) rotate(5deg);
  }
  74% {
    transform: translateY(-4px) rotate(-3deg);
  }
  88% {
    transform: translateY(2px) rotate(1.4deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

@keyframes arojay-insider-door-swing {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(4.5deg);
  }
  42% {
    transform: rotate(-3deg);
  }
  62% {
    transform: rotate(1.7deg);
  }
  82% {
    transform: rotate(-.8deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes arojay-insider-door-open-sway {
  0% {
    transform: rotate(0);
  }
  22% {
    transform: rotate(3.5deg);
  }
  52% {
    transform: rotate(-2.4deg);
  }
  78% {
    transform: rotate(.9deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes arojay-insider-coupon-texture-drift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  to {
    background-position: 10px -7px, -8px 9px, 5px 3px, 0 0;
  }
}

.arojay-insider-coupon-face {
  animation: arojay-insider-coupon-texture-drift 7s ease-in-out infinite alternate;
}

.arojay-insider-door-spacer {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  pointer-events: none;
  transition: height .65s cubic-bezier(.2, .82, .2, 1);
}

body.arojay-insider-door-open .arojay-insider-door-spacer {
  height: var(--arojay-insider-door-height);
}

@media (max-width: 782px) {
  body.admin-bar {
    --arojay-insider-admin-offset: 46px;
  }
}

@media (max-width: 760px) {
  .arojay-insider-door-panel {
    height: var(--arojay-insider-door-mobile-height);
  }

  .arojay-insider-door-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 20px 18px;
  }

  .arojay-insider-door-candle,
  .arojay-insider-door-plant,
  .arojay-insider-door-stool {
    display: none;
  }

  .arojay-insider-door-copy h2 {
    max-width: 330px;
    font-size: 42px;
  }

  .arojay-insider-door-copy p:not(.arojay-insider-door-kicker) {
    font-size: 16px;
  }

  .arojay-insider-door-showroom {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    padding: 0 8px 8px;
    scroll-snap-type: x mandatory;
  }

  .arojay-insider-door-item {
    min-width: 74vw;
    scroll-snap-align: start;
  }

  .arojay-insider-door-item-1 {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    min-width: 86vw;
  }

  .arojay-insider-door-item-2,
  .arojay-insider-door-item-3 {
    grid-column: auto;
  }

  .arojay-insider-door-figure {
    min-height: 0;
  }

  .arojay-insider-door-trigger {
    left: auto;
    right: 54px;
    width: 50px;
    height: 154px;
  }

  .arojay-insider-door-cord {
    height: 76px;
  }

  .arojay-insider-door-icon {
    top: 86px;
    width: 32px;
    height: 42px;
  }

  .arojay-insider-door-state-label {
    top: 130px;
    display: block;
    font-size: 9px;
  }

  body.arojay-insider-door-open .arojay-insider-door-spacer {
    height: var(--arojay-insider-door-mobile-height);
  }

  .arojay-insider-door-item-copy p {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .arojay-insider-door-item-copy a {
    min-height: 44px;
    padding: 0 18px;
  }

  .arojay-insider-coupon {
    width: min(76vw, 360px);
    height: auto;
    margin: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arojay-insider-door-panel,
  .arojay-insider-door-icon,
  .arojay-insider-door-spacer,
  .arojay-insider-door-trigger,
  .arojay-insider-coupon-face {
    transition: none;
    animation: none;
  }
}
