html[data-holiday-theme] {
  color-scheme: only light;
}

.holiday-theme-layer {
  position: fixed;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}

.holiday-theme-layer > * {
  position: absolute;
  pointer-events: none;
}

.holiday-web,
.holiday-glow,
.holiday-snowflakes,
.holiday-nav-lights,
.holiday-quote-hat,
.holiday-cart-hat {
  display: none;
}

html[data-holiday-theme="halloween"] body {
  background:
    radial-gradient(ellipse 72rem 42rem at -8% 12%, rgba(255, 117, 24, 0.28), rgba(255, 117, 24, 0.12) 36%, transparent 72%),
    radial-gradient(ellipse 70rem 44rem at 106% 16%, rgba(152, 67, 255, 0.27), rgba(152, 67, 255, 0.1) 38%, transparent 74%),
    radial-gradient(ellipse 86rem 48rem at 50% 102%, rgba(255, 94, 24, 0.12), rgba(116, 45, 255, 0.1) 42%, transparent 76%),
    #02070b;
}

html[data-holiday-theme="halloween"] .holiday-hero-webs {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

html[data-holiday-theme="halloween"] .holiday-hero-webs .holiday-web {
  display: block;
  position: absolute;
  top: 0;
  width: min(48vw, 410px);
  height: min(48vw, 410px);
  opacity: 0.72;
  filter:
    drop-shadow(0 0 7px rgba(255, 255, 255, 0.18))
    drop-shadow(0 0 16px rgba(255, 117, 24, 0.1));
  background: url("data:image/svg+xml,%3Csvg width='420' height='420' viewBox='0 0 420 420' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f8fbff' stroke-opacity='.46' stroke-width='1.55' stroke-linecap='round'%3E%3Cpath d='M0 0 L420 0 M0 0 L414 82 M0 0 L380 168 M0 0 L320 262 M0 0 L226 352 M0 0 L96 420 M0 0 L0 420'/%3E%3Cpath d='M55 0 Q54 32 0 58 M110 0 Q100 67 0 112 M170 0 Q150 100 0 176 M238 0 Q200 156 0 248 M315 0 Q252 224 0 330 M392 0 Q300 292 34 420'/%3E%3Cpath d='M0 56 Q62 51 108 21 M0 112 Q112 98 180 47 M0 176 Q172 154 259 87 M0 248 Q236 212 329 142 M0 330 Q286 290 387 212' stroke-opacity='.32'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  -webkit-mask-image:
    radial-gradient(circle at 0 0, #000 0 48%, rgba(0, 0, 0, 0.66) 62%, transparent 86%),
    linear-gradient(135deg, #000 0 46%, rgba(0, 0, 0, 0.54) 62%, transparent 86%);
  mask-image:
    radial-gradient(circle at 0 0, #000 0 48%, rgba(0, 0, 0, 0.66) 62%, transparent 86%),
    linear-gradient(135deg, #000 0 46%, rgba(0, 0, 0, 0.54) 62%, transparent 86%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

html[data-holiday-theme="halloween"] .holiday-hero-webs .holiday-web-left {
  left: 0;
}

html[data-holiday-theme="halloween"] .holiday-hero-webs .holiday-web-right {
  right: 0;
  transform: scaleX(-1);
}

html[data-holiday-theme="halloween"] .holiday-web-spider {
  position: absolute;
  z-index: 3;
  top: 43px;
  left: 105px;
  width: 42px;
  height: 42px;
  pointer-events: none;
  transform-origin: 50% -45px;
  animation: halloween-spider-drop 65.8s ease-in-out infinite;
}

html[data-holiday-theme="halloween"] .holiday-spider-thread {
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: 1px;
  height: 125px;
  background: linear-gradient(to top, rgba(225, 225, 230, 0.82), rgba(225, 225, 230, 0.15));
  transform: translateX(-50%);
}

html[data-holiday-theme="halloween"] .holiday-spider-body {
  position: absolute;
  top: -8px;
  left: 50%;
  display: block;
  width: 56px;
  height: 70px;
  max-width: none;
  object-fit: contain;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 0 1px rgba(255, 205, 122, 0.98))
    drop-shadow(0 0 3px rgba(255, 119, 35, 0.82))
    drop-shadow(0 0 7px rgba(255, 87, 24, 0.46));
}

html[data-holiday-theme="halloween"] .holiday-spider-message {
  position: absolute;
  left: 59px;
  top: -4px;
  width: min(235px, 52vw);
  min-height: 2.7em;
  padding: 8px 11px;
  border: 1px solid rgba(218, 218, 218, 0.82);
  border-radius: 12px 12px 12px 3px;
  color: #ededed;
  background: rgba(12, 12, 13, 0.92);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.62), inset 0 0 12px rgba(73, 107, 68, 0.15);
  font-size: clamp(0.68rem, 1.1vw, 0.82rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  visibility: hidden;
  opacity: 0;
  transform: translateY(4px) scale(0.94);
}

html[data-holiday-theme="halloween"] .holiday-spider-message.is-active {
  visibility: visible;
  opacity: 1;
  animation: halloween-spider-bubble-in 0.32s steps(4, end) both;
}

html[data-holiday-theme="halloween"] .holiday-spider-message.is-leaving {
  visibility: visible;
  animation: halloween-spider-bubble-out 0.3s steps(4, end) both;
}

html[data-holiday-theme="halloween"] .holiday-spider-typed-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -0.12em;
  background: #f0f0f0;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
  animation: halloween-type-caret 0.62s steps(1, end) infinite;
}

@keyframes halloween-spider-drop {
  0%, 4%, 32%, 100% { transform: translateY(-95px) rotate(0deg); }
  7% { transform: translateY(82px) rotate(-4deg); }
  10% { transform: translateY(76px) rotate(3deg); }
  13%, 26% { transform: translateY(82px) rotate(0deg); }
  31% { transform: translateY(-95px) rotate(2deg); }
}

@keyframes halloween-spider-bubble-in {
  0% { opacity: 0; transform: translateY(8px) scale(0.82); clip-path: inset(0 100% 0 0); }
  100% { opacity: 1; transform: translateY(0) scale(1); clip-path: inset(0); }
}

@keyframes halloween-spider-bubble-out {
  0% { opacity: 1; transform: translateY(0) scale(1); clip-path: inset(0); }
  100% { opacity: 0; transform: translateY(-4px) scale(0.86); clip-path: inset(0 0 0 100%); }
}

@keyframes halloween-type-caret {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

html[data-holiday-theme="halloween"] .hero .bubble {
  overflow: visible;
  border-color: rgba(255, 176, 80, 0.7);
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 205, 128, 0.92) 0 14%, rgba(255, 121, 29, 0.58) 20% 40%, rgba(96, 35, 136, 0.42) 72%, rgba(2, 7, 11, 0.4) 100%),
    #19051c;
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.22),
    inset 0 -10px 16px rgba(2, 7, 11, 0.5),
    0 0 20px rgba(255, 127, 32, 0.36);
}

html[data-holiday-theme="halloween"] .holiday-glow {
  display: block;
  width: clamp(34rem, 58vw, 62rem);
  height: clamp(24rem, 42vw, 46rem);
  border-radius: 48% 52% 44% 56%;
  filter: blur(72px);
  opacity: 0.38;
  mix-blend-mode: screen;
  animation: holiday-drift 12s ease-in-out infinite alternate;
}

html[data-holiday-theme="halloween"] .holiday-glow-one {
  left: -20rem;
  top: 10%;
  --holiday-rotate: -12deg;
  background:
    radial-gradient(ellipse at 42% 50%, rgba(255, 119, 24, 0.72), rgba(255, 119, 24, 0.24) 38%, transparent 74%);
}

html[data-holiday-theme="halloween"] .holiday-glow-two {
  right: -22rem;
  bottom: 2%;
  --holiday-rotate: 10deg;
  background:
    radial-gradient(ellipse at 58% 52%, rgba(150, 72, 255, 0.72), rgba(150, 72, 255, 0.22) 40%, transparent 76%);
  animation-delay: -3s;
}

html[data-holiday-theme="halloween"] .nav,
html[data-holiday-theme="halloween"] .shop-card,
html[data-holiday-theme="halloween"] .product,
html[data-holiday-theme="halloween"] .panel,
html[data-holiday-theme="halloween"] .card {
  border-color: transparent !important;
  background:
    linear-gradient(rgba(2, 7, 11, 0.88), rgba(2, 7, 11, 0.88)) padding-box,
    linear-gradient(125deg, rgba(255, 132, 28, 0.78), rgba(125, 61, 255, 0.62), rgba(255, 132, 28, 0.44)) border-box !important;
  box-shadow:
    0 0 0 1px rgba(125, 76, 255, 0.12),
    0 18px 48px rgba(9, 3, 17, 0.34),
    0 0 30px rgba(255, 126, 26, 0.08) !important;
}

html[data-holiday-theme="halloween"] .nav::after {
  background: rgba(255, 255, 255, 0.22) !important;
}

html[data-holiday-theme="christmas"] .nav::after {
  display: none !important;
}

html[data-holiday-theme="halloween"] .btn,
html[data-holiday-theme="halloween"] .button,
html[data-holiday-theme="halloween"] .buy-now,
html[data-holiday-theme="halloween"] [data-buy-now] {
  background: linear-gradient(115deg, #160816 0%, #ff8b2c 48%, #7b35ff 100%) !important;
  border-color: rgba(255, 203, 125, 0.6) !important;
  color: #fff9ef !important;
  text-shadow: 0 0 10px rgba(255, 199, 98, 0.42);
}

html[data-holiday-theme="halloween"] .nav .back {
  border-color: rgba(255, 184, 91, 0.72) !important;
  color: #fff8ed !important;
  background: linear-gradient(115deg, #170719 0%, #ff8b2c 52%, #7732e8 100%) !important;
  box-shadow: 0 0 18px rgba(255, 119, 35, 0.3), 0 0 28px rgba(122, 54, 240, 0.18) !important;
}

html[data-holiday-theme="halloween"] .nav .brand::before {
  border-color: rgba(255, 151, 61, 0.58);
  box-shadow: 0 0 13px rgba(255, 112, 31, 0.38), 0 0 22px rgba(130, 55, 255, 0.2);
}

html[data-holiday-theme="halloween"] .rainbow-submit {
  --submit-flow-start: #ff8b2c;
  --submit-flow-mid: #8e46ff;
  --submit-flow-shadow: rgba(255, 130, 28, 0.38);
  background:
    linear-gradient(90deg, var(--submit-flow-start) 0%, var(--submit-flow-mid) 25%, var(--submit-flow-start) 50%, var(--submit-flow-mid) 75%, var(--submit-flow-start) 100%) padding-box,
    linear-gradient(90deg, #ffcf83, #8e46ff, #ff8b2c) border-box !important;
  background-size: 200% 100%, 200% 100% !important;
  border-color: transparent !important;
}

html[data-holiday-theme="halloween"] .price,
html[data-holiday-theme="halloween"] .product-price,
html[data-holiday-theme="halloween"] [data-price] {
  filter: drop-shadow(0 0 10px rgba(255, 145, 47, 0.32));
}

html[data-holiday-theme="christmas"] body {
  background:
    radial-gradient(circle at 12% 8%, rgba(67, 184, 255, 0.16), transparent 26rem),
    radial-gradient(circle at 89% 15%, rgba(255, 72, 89, 0.13), transparent 24rem),
    #02070b;
}

html[data-holiday-theme="christmas"] .hero {
  z-index: 5;
}

html[data-holiday-theme="christmas"] .hero .bubble {
  display: none;
}

html[data-holiday-theme="christmas"] .hero .holiday-snowflakes {
  position: absolute;
  display: block;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.58;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 82%, transparent 100%);
}

html[data-holiday-theme="christmas"] .hero > :not(.holiday-snowflakes):not(.hero-portrait-bg) {
  position: relative;
  z-index: 2;
}

html[data-holiday-theme="christmas"] .hero > .hero-portrait-bg {
  position: absolute;
  z-index: -1;
}

html[data-holiday-theme="christmas"] .catalog,
html[data-holiday-theme="christmas"] .products,
html[data-holiday-theme="christmas"] .product,
html[data-holiday-theme="christmas"] .product-card,
html[data-holiday-theme="christmas"] .gallery,
html[data-holiday-theme="christmas"] .photo,
html[data-holiday-theme="christmas"] .placeholder,
html[data-holiday-theme="christmas"] .photo img {
  position: relative;
  z-index: 6;
}

html[data-holiday-theme="christmas"] .hero .holiday-snowflakes span {
  position: absolute;
  top: -12%;
  left: var(--flake-left);
  display: block;
  color: rgba(245, 252, 255, 0.72);
  font-size: var(--flake-size);
  line-height: 1;
  text-shadow:
    0 0 7px rgba(178, 234, 255, 0.36),
    0 0 16px rgba(255, 255, 255, 0.2);
  animation: holiday-snowflake-fall var(--flake-duration) linear infinite;
  animation-delay: var(--flake-delay);
  will-change: transform;
}

html[data-holiday-theme="christmas"] .nav .holiday-nav-lights {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  z-index: 3;
  display: block;
  height: 36px;
  opacity: 0.9;
  background:
    radial-gradient(circle at 5% 10px, #ff3b4f 0 4px, transparent 5px),
    radial-gradient(circle at 13% 13px, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 22% 9px, #21e081 0 4px, transparent 5px),
    radial-gradient(circle at 31% 14px, #ffd86b 0 4px, transparent 5px),
    radial-gradient(circle at 40% 10px, #4ecbff 0 4px, transparent 5px),
    radial-gradient(circle at 50% 13px, #ff3b4f 0 4px, transparent 5px),
    radial-gradient(circle at 61% 9px, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 72% 14px, #21e081 0 4px, transparent 5px),
    radial-gradient(circle at 84% 10px, #ffd86b 0 4px, transparent 5px),
    radial-gradient(circle at 95% 13px, #4ecbff 0 4px, transparent 5px);
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.58))
    drop-shadow(0 0 18px rgba(255, 53, 78, 0.2))
    hue-rotate(0deg);
  background-repeat: no-repeat;
  transition: transform 620ms cubic-bezier(0.22, 0.8, 0.2, 1), opacity 260ms ease;
  animation: holiday-light-twinkle 7.5s ease-in-out infinite alternate;
}

html[data-holiday-theme="christmas"] .nav .back {
  border-color: rgba(226, 247, 255, 0.8) !important;
  color: #03070a !important;
  -webkit-text-fill-color: #03070a !important;
  background: linear-gradient(115deg, #07131b 0%, #ec3348 34%, #fff7e0 62%, #00a8ee 100%) !important;
  box-shadow: 0 0 18px rgba(236, 51, 72, 0.26), 0 0 28px rgba(0, 168, 238, 0.2) !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48) !important;
}

html[data-holiday-theme="christmas"] .nav .brand::before {
  border-color: rgba(230, 249, 255, 0.74);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.35), 0 0 22px rgba(104, 220, 255, 0.28);
}

html[data-holiday-theme="christmas"] .nav.nav-hidden .holiday-nav-lights {
  transform: translateY(22px);
  opacity: 0.78;
}

html[data-holiday-theme="christmas"] .cart-button {
  position: relative;
}

html[data-holiday-theme="christmas"] .nav-quote-button .holiday-quote-hat {
  display: none !important;
}

html[data-holiday-theme="christmas"] .cart-button .holiday-cart-hat {
  position: absolute;
  top: 2px;
  right: auto;
  left: -10px;
  display: block;
  width: 27px;
  height: 7px;
  border-radius: 999px 999px 7px 7px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 70%, #d7edf7 100%);
  transform: rotate(-16deg);
  transform-origin: 65% 90%;
  overflow: visible;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.32));
}

html[data-holiday-theme="christmas"] .business-status-sign {
  color: #f8fdff !important;
  --status-glow: rgba(115, 222, 255, 0.5) !important;
  border-color: rgba(238, 251, 255, 0.92) !important;
  background:
    linear-gradient(135deg, rgba(190, 9, 35, 0.96), rgba(91, 4, 20, 0.94)) padding-box,
    repeating-linear-gradient(135deg, #ffffff 0 9px, #e7193d 9px 18px, #ffffff 18px 27px, #199c61 27px 36px) border-box !important;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.16),
    0 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 18px rgba(109, 220, 255, 0.4),
    0 0 34px rgba(232, 25, 59, 0.22) !important;
  animation: christmas-status-glow 4.8s ease-in-out infinite alternate !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-open {
  --status-glow: rgba(64, 190, 116, 0.46) !important;
  border-color: rgba(225, 255, 238, 0.94) !important;
  background:
    linear-gradient(135deg, rgba(15, 72, 43, 0.98), rgba(5, 35, 22, 0.98)) padding-box,
    repeating-linear-gradient(135deg, #ffffff 0 9px, #168653 9px 18px, #ffffff 18px 27px, #0e5c39 27px 36px) border-box !important;
  box-shadow:
    inset 0 0 18px rgba(112, 255, 175, 0.12),
    0 0 0 2px rgba(225, 255, 238, 0.18),
    0 0 18px rgba(47, 194, 108, 0.34),
    0 0 34px rgba(116, 220, 255, 0.12) !important;
}

html[data-holiday-theme="christmas"] .business-status-sign::before {
  inset: 5px !important;
  border: 1px solid rgba(245, 253, 255, 0.78) !important;
  background:
    radial-gradient(circle at 8% 22%, #ffe477 0 2px, transparent 3px),
    radial-gradient(circle at 92% 76%, #79e6ff 0 2px, transparent 3px),
    radial-gradient(circle at 88% 20%, #5dffab 0 2px, transparent 3px),
    radial-gradient(circle at 12% 78%, #ff7188 0 2px, transparent 3px) !important;
  box-shadow:
    inset 0 0 10px rgba(255, 255, 255, 0.14),
    0 0 8px rgba(202, 240, 255, 0.36) !important;
}

html[data-holiday-theme="christmas"] .business-status-sign::after {
  inset: -9px -5px auto !important;
  height: 12px;
  border-radius: 50%;
  opacity: 0.94 !important;
  background:
    radial-gradient(ellipse at 8% 100%, #ffffff 0 6px, transparent 6.5px),
    radial-gradient(ellipse at 24% 100%, #e8f8ff 0 8px, transparent 8.5px),
    radial-gradient(ellipse at 43% 100%, #ffffff 0 7px, transparent 7.5px),
    radial-gradient(ellipse at 63% 100%, #e8f8ff 0 9px, transparent 9.5px),
    radial-gradient(ellipse at 82% 100%, #ffffff 0 7px, transparent 7.5px),
    radial-gradient(ellipse at 96% 100%, #e8f8ff 0 6px, transparent 6.5px) !important;
  filter: drop-shadow(0 0 5px rgba(197, 238, 255, 0.7)) !important;
  animation: none !important;
}

html[data-holiday-theme="christmas"] .business-status-word,
html[data-holiday-theme="christmas"] .status-letter {
  color: #ffffff !important;
  animation: none !important;
  text-shadow:
    -1px -1px 0 #65101d,
    1px 1px 0 #65101d,
    0 0 5px #ffffff,
    0 0 13px rgba(116, 226, 255, 0.95),
    0 0 24px rgba(255, 255, 255, 0.62) !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-open .business-status-word {
  color: #ffffff !important;
  animation: none !important;
  text-shadow:
    -1px -1px 0 #65101d,
    1px 1px 0 #65101d,
    0 0 4px rgba(255, 255, 255, 0.72) !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-open .status-letter {
  color: #ffffff !important;
  opacity: 0.76;
  text-shadow:
    -1px -1px 0 #65101d,
    1px 1px 0 #65101d,
    0 0 3px rgba(72, 255, 143, 0.22) !important;
  animation-duration: 16s !important;
  animation-timing-function: steps(1, end) !important;
  animation-iteration-count: infinite !important;
  animation-delay: 0s !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-closed .business-status-word,
html[data-holiday-theme="christmas"] .business-status-sign.is-closed .status-letter {
  color: rgba(2, 5, 6, 0.94) !important;
  opacity: 0.72;
  animation: none !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 2px rgba(0, 0, 0, 0.92) !important;
  filter: brightness(0.56) saturate(0) !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-open .status-letter:nth-child(1) {
  animation-name: christmas-open-o !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-open .status-letter:nth-child(2) {
  animation-name: christmas-open-p !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-open .status-letter:nth-child(3) {
  animation-name: christmas-open-e !important;
}

html[data-holiday-theme="christmas"] .business-status-sign.is-open .status-letter:nth-child(4) {
  animation-name: christmas-open-n !important;
}

html[data-holiday-theme="halloween"] .business-status-sign {
  color: #ff334f !important;
  --status-glow: rgba(255, 24, 58, 0.48) !important;
  border-color: rgba(255, 67, 43, 0.82) !important;
  background:
    linear-gradient(150deg, rgba(23, 0, 8, 0.97), rgba(4, 0, 10, 0.97)) padding-box,
    linear-gradient(120deg, #ff2b35, #5d173f 38%, #a83cff 64%, #ff2b35) border-box !important;
  box-shadow:
    inset 0 -12px 20px rgba(86, 0, 20, 0.42),
    inset 0 0 12px rgba(255, 48, 28, 0.15),
    0 0 0 2px rgba(7, 0, 12, 0.84),
    0 0 20px rgba(255, 25, 53, 0.42),
    0 0 38px rgba(141, 51, 255, 0.2) !important;
  animation: halloween-status-twitch 7.2s steps(1, end) infinite !important;
}

html[data-holiday-theme="halloween"] .business-status-sign::before {
  inset: 5px !important;
  border: 1px solid rgba(255, 42, 66, 0.58) !important;
  background:
    linear-gradient(112deg, transparent 0 22%, rgba(255, 255, 255, 0.17) 22.5% 23.2%, transparent 23.7% 100%),
    linear-gradient(67deg, transparent 0 64%, rgba(167, 63, 255, 0.28) 64.5% 65.2%, transparent 65.7% 100%) !important;
  box-shadow:
    inset 0 0 12px rgba(255, 0, 48, 0.22),
    0 0 10px rgba(173, 43, 255, 0.24) !important;
}

html[data-holiday-theme="halloween"] .business-status-sign::after {
  inset: auto 7px -12px !important;
  height: 18px;
  border-radius: 0 !important;
  opacity: 0.92 !important;
  background:
    radial-gradient(ellipse at 10% 0, #b30725 0 5px, transparent 5.5px),
    linear-gradient(90deg, transparent 0 17%, #8e001b 17% 22%, transparent 22% 47%, #c10a28 47% 52%, transparent 52% 74%, #780017 74% 79%, transparent 79%) !important;
  filter: drop-shadow(0 3px 3px rgba(255, 0, 46, 0.28)) !important;
  clip-path: polygon(0 0, 100% 0, 100% 31%, 80% 31%, 77% 88%, 73% 31%, 52% 31%, 49% 100%, 45% 31%, 22% 31%, 20% 72%, 16% 31%, 0 31%);
  animation: none !important;
}

html[data-holiday-theme="halloween"] .business-status-word,
html[data-holiday-theme="halloween"] .status-letter {
  color: #ff304e !important;
  animation: none !important;
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: 0.12em;
  transform: skewX(-4deg);
  text-shadow:
    -1px -1px 0 #170007,
    2px 2px 0 #170007,
    0 0 5px #ff173e,
    0 0 14px rgba(255, 18, 59, 0.9),
    0 0 25px rgba(157, 51, 255, 0.55) !important;
}

html[data-holiday-theme="halloween"] .business-status-sign.is-open .business-status-word,
html[data-holiday-theme="halloween"] .business-status-sign.is-open .status-letter {
  color: #285d39 !important;
  opacity: 1;
  -webkit-text-stroke: 1px #79ff99;
  text-shadow:
    -2px -2px 0 #06150b,
    2px 2px 0 #06150b,
    0 0 4px #7dff9b,
    0 0 12px rgba(64, 255, 111, 0.86),
    0 0 24px rgba(36, 225, 82, 0.5) !important;
  filter: brightness(0.92) saturate(0.94);
  animation: halloween-open-outline-shimmer 3.8s linear infinite !important;
}

html[data-holiday-theme="halloween"] .business-status-sign.is-open {
  border-color: rgba(58, 137, 77, 0.72) !important;
  box-shadow:
    inset 0 -12px 20px rgba(7, 67, 24, 0.42),
    inset 0 0 12px rgba(62, 150, 84, 0.14),
    0 0 0 2px rgba(3, 18, 8, 0.9),
    0 0 12px rgba(45, 125, 65, 0.34),
    0 0 24px rgba(33, 91, 47, 0.2) !important;
}

html[data-holiday-theme="halloween"] .business-status-sign.is-closed .business-status-word,
html[data-holiday-theme="halloween"] .business-status-sign.is-closed .status-letter {
  color: #9a969d !important;
  opacity: 0.94;
  animation: none !important;
  text-shadow:
    -2px -2px 0 #100b10,
    2px 2px 0 #100b10,
    0 0 5px rgba(210, 205, 214, 0.32),
    0 0 13px rgba(87, 78, 92, 0.42) !important;
  filter: brightness(0.9) saturate(0.28) !important;
}

html[data-holiday-theme] .business-status-sign.is-status-transitioning {
  animation: status-sign-center-flip 4.2s cubic-bezier(0.22, 0.82, 0.2, 1) both !important;
}

html[data-holiday-theme] .business-status-sign.is-status-transitioning::after {
  animation: status-sign-sparkle 4.2s ease-in-out both !important;
}

html[data-holiday-theme="christmas"] .cart-button .holiday-cart-hat::before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 4px;
  width: 29px;
  height: 18px;
  border-radius: 16px 17px 5px 6px;
  background: linear-gradient(135deg, #b90624 0%, #ec1735 58%, #ff6e7f 100%);
  clip-path: polygon(0 100%, 21% 27%, 70% 0, 100% 100%);
  box-shadow: inset -4px -2px 5px rgba(75, 0, 12, 0.24);
}

html[data-holiday-theme="christmas"] .cart-button .holiday-cart-hat::after {
  content: "";
  position: absolute;
  top: -14px;
  right: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, #ffffff 0 38%, #edf9ff 39% 70%, #cfe7f4 71% 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

html[data-holiday-theme="christmas"] .nav,
html[data-holiday-theme="christmas"] .shop-card,
html[data-holiday-theme="christmas"] .product,
html[data-holiday-theme="christmas"] .panel,
html[data-holiday-theme="christmas"] .card {
  border-color: transparent !important;
  background:
    linear-gradient(rgba(2, 7, 11, 0.9), rgba(2, 7, 11, 0.9)) padding-box,
    linear-gradient(125deg, rgba(255, 255, 255, 0.88), rgba(234, 31, 54, 0.7), rgba(255, 255, 255, 0.66)) border-box !important;
  box-shadow:
    0 0 0 1px rgba(255, 64, 90, 0.14),
    0 18px 48px rgba(2, 25, 39, 0.34),
    0 0 34px rgba(255, 255, 255, 0.1) !important;
}

html[data-holiday-theme="halloween"] .footer,
html[data-holiday-theme="christmas"] .footer {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-holiday-theme="halloween"] .footer-inner,
html[data-holiday-theme="christmas"] .footer-inner {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-holiday-theme="halloween"] .footer-legal,
html[data-holiday-theme="christmas"] .footer-legal {
  border-top-color: transparent !important;
}

html[data-holiday-theme="halloween"] .review-panel,
html[data-holiday-theme="halloween"] .testimonial,
html[data-holiday-theme="halloween"] .rating-card,
html[data-holiday-theme="halloween"] .rating-galaxy,
html[data-holiday-theme="christmas"] .review-panel,
html[data-holiday-theme="christmas"] .testimonial,
html[data-holiday-theme="christmas"] .rating-card,
html[data-holiday-theme="christmas"] .rating-galaxy {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-holiday-theme="halloween"] .rating-galaxy::after,
html[data-holiday-theme="christmas"] .rating-galaxy::after {
  background: transparent !important;
}

html[data-holiday-theme="christmas"] .hero-title,
html[data-holiday-theme="christmas"] .ratings-title {
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.34),
    0 0 22px rgba(122, 222, 255, 0.36),
    0 0 30px rgba(255, 61, 80, 0.16) !important;
}

html[data-holiday-theme="halloween"] .hero-main-copy h1,
html[data-holiday-theme="christmas"] .hero-main-copy h1 {
  position: relative;
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  isolation: isolate;
}

html[data-holiday-theme="halloween"] .hero-main-copy .hero-title,
html[data-holiday-theme="christmas"] .hero-main-copy .hero-title {
  z-index: 2;
}

html[data-holiday-theme="halloween"] .halloween-background-bats {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

html[data-holiday-theme="halloween"] .halloween-background-bat {
  position: absolute;
  width: clamp(150px, 22vw, 330px);
  aspect-ratio: 3 / 2;
  background: url("halloween-bats-realistic.png") center / contain no-repeat;
  opacity: 0.34;
  filter: contrast(1.08) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.76));
  transform-origin: center;
  animation: halloween-side-bats-drift 10s ease-in-out infinite alternate;
}

html[data-holiday-theme="halloween"] .halloween-background-bat-1 { top: 34%; left: -8%; animation-duration: 9.2s; }
html[data-holiday-theme="halloween"] .halloween-background-bat-2 { top: 44%; left: -11%; width: clamp(125px, 18vw, 270px); animation-duration: 12.7s; animation-delay: -4s; }
html[data-holiday-theme="halloween"] .halloween-background-bat-3 { bottom: 2%; left: -5%; width: clamp(105px, 15vw, 220px); animation-duration: 8.4s; animation-delay: -6s; }
html[data-holiday-theme="halloween"] .halloween-background-bat-4 { top: 32%; right: -7%; animation-duration: 11.6s; animation-delay: -5s; transform: scaleX(-1); }
html[data-holiday-theme="halloween"] .halloween-background-bat-5 { top: 48%; right: -10%; width: clamp(135px, 19vw, 285px); animation-duration: 8.8s; animation-delay: -2s; transform: scaleX(-1); }
html[data-holiday-theme="halloween"] .halloween-background-bat-6 { bottom: 0; right: -4%; width: clamp(100px, 14vw, 210px); animation-duration: 13.3s; animation-delay: -8s; transform: scaleX(-1); }

html[data-holiday-theme="halloween"] .hero > .section-inner {
  position: relative;
  z-index: 2;
}

html[data-holiday-theme="christmas"] .christmas-title-lights {
  position: absolute;
  z-index: 3;
  inset: -10% -4% -8%;
  pointer-events: none;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.68));
}

html[data-holiday-theme="christmas"] .christmas-title-lights::before,
html[data-holiday-theme="christmas"] .christmas-title-lights::after {
  content: "";
  position: absolute;
  inset: 5% 2% 7%;
  border: 2px solid rgba(17, 42, 26, 0.94);
  border-radius: 44% 52% 47% 55%;
  box-shadow: inset 0 1px 0 rgba(102, 136, 105, 0.28), 0 1px 1px rgba(0, 0, 0, 0.65);
  transform: rotate(-1.2deg);
}

html[data-holiday-theme="christmas"] .christmas-title-lights::after {
  inset: 9% 5% 4% 3%;
  border-color: rgba(24, 57, 35, 0.76);
  border-width: 1px;
  transform: rotate(1.4deg);
}

html[data-holiday-theme="christmas"] .christmas-title-lights i {
  position: absolute;
  z-index: 2;
  left: var(--bulb-x);
  top: var(--bulb-y);
  width: clamp(7px, 0.72vw, 11px);
  height: clamp(11px, 1.08vw, 16px);
  border: 1px solid color-mix(in srgb, var(--bulb-color) 72%, white 28%);
  border-radius: 48% 48% 55% 55%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.98) 0 8%, transparent 18%),
    radial-gradient(ellipse at 50% 68%, var(--bulb-color) 0 42%, color-mix(in srgb, var(--bulb-color) 58%, #190b08 42%) 78%);
  box-shadow:
    0 0 4px var(--bulb-color),
    0 0 11px color-mix(in srgb, var(--bulb-color) 82%, transparent),
    0 0 20px color-mix(in srgb, var(--bulb-color) 48%, transparent),
    inset 1px 1px 2px rgba(255, 255, 255, 0.72),
    inset -2px -2px 3px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%) rotate(var(--bulb-rotate));
  animation: christmas-title-bulb-twinkle var(--bulb-speed) steps(1, end) var(--bulb-delay) infinite;
}

html[data-holiday-theme="christmas"] .christmas-title-lights i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 72%;
  height: 5px;
  border-radius: 2px 2px 1px 1px;
  background: linear-gradient(90deg, #101b13, #506253 45%, #142218);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  transform: translateX(-50%);
}

@keyframes halloween-side-bats-drift {
  0% { translate: -8px 10px; rotate: -3deg; opacity: 0.25; }
  38% { translate: 12px -18px; rotate: 2deg; opacity: 0.42; }
  72% { translate: -3px -7px; rotate: -1deg; opacity: 0.33; }
  100% { translate: 18px -25px; rotate: 4deg; opacity: 0.4; }
}

@keyframes christmas-title-bulb-twinkle {
  0%, 17%, 42%, 68%, 100% { opacity: 1; filter: brightness(1.16) saturate(1.12); }
  18%, 24% { opacity: 0.18; filter: brightness(0.38) saturate(0.5); }
  43%, 49% { opacity: 0.55; filter: brightness(0.72); }
  69%, 72% { opacity: 0.1; filter: brightness(0.25); }
  73%, 77% { opacity: 0.92; filter: brightness(1.35); }
}

html[data-holiday-theme="christmas"] #process::before {
  content: "\2744   \2726   \2744   \2737   \2744   \2726   \2744\a\2726   \2744   \2737   \2744   \2726   \2744   \2737\a\2744   \2737   \2744   \2726   \2744   \2737   \2744\a\2737   \2744   \2726   \2744   \2737   \2744   \2726";
  display: block;
  padding: 24px 0 0 2vw;
  color: rgba(235, 249, 255, 0.34);
  font-size: clamp(1.2rem, 3vw, 2.7rem);
  line-height: 2.15;
  letter-spacing: 2.4vw;
  white-space: pre;
  background: none !important;
  text-shadow:
    0 0 8px rgba(155, 226, 255, 0.24),
    0 0 18px rgba(255, 255, 255, 0.14);
  opacity: 0.5;
  animation: christmas-process-snow 28s ease-in-out infinite alternate !important;
}

html[data-holiday-theme="christmas"] .shop-title {
  position: relative;
  z-index: 20;
  overflow: visible !important;
  text-shadow: none !important;
  filter: none !important;
}

html[data-holiday-theme="christmas"] #shop {
  z-index: 4;
  overflow: visible !important;
}

html[data-holiday-theme="christmas"] #shop > .section-inner {
  z-index: 8;
  overflow: visible !important;
}

html[data-holiday-theme="christmas"] .christmas-shop-sleigh {
  position: absolute;
  z-index: 40;
  left: -16%;
  top: -28%;
  width: 132px;
  height: 44px;
  border: 0;
  padding: 0;
  opacity: 0.94;
  background: url("data:image/svg+xml,%3Csvg width='264' height='88' viewBox='0 0 264 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2302070b' stroke='%2302070b' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 57c21 13 57 13 78-3 4-3 8 3 4 7-18 18-68 17-89-2-4-4 1-6 7-2z' stroke='none'/%3E%3Cpath d='M26 66h76' fill='none' stroke-width='6'/%3E%3Cpath d='M38 43c8-14 29-15 39-1l12 18H25z' stroke='none'/%3E%3Ccircle cx='58' cy='35' r='8' stroke='none'/%3E%3Cpath d='M72 30l7-9 2 11' fill='none' stroke-width='4'/%3E%3Cpath d='M94 42c22-17 48-21 72-8' fill='none' stroke-width='5'/%3E%3Cellipse cx='154' cy='42' rx='20' ry='11' stroke='none'/%3E%3Ccircle cx='174' cy='33' r='7' stroke='none'/%3E%3Cpath d='M178 29l8-15 2 13 12-10-5 16' fill='none' stroke-width='4'/%3E%3Cpath d='M140 51l-10 16M158 51l7 16' fill='none' stroke-width='5'/%3E%3Cellipse cx='210' cy='40' rx='20' ry='11' stroke='none'/%3E%3Ccircle cx='231' cy='31' r='7' stroke='none'/%3E%3Cpath d='M235 27l8-15 2 13 12-10-5 16' fill='none' stroke-width='4'/%3E%3Cpath d='M196 49l-10 16M214 50l8 15' fill='none' stroke-width='5'/%3E%3Cpath d='M247 38l12 4-12 4' stroke='none'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.98))
    drop-shadow(0 0 3px rgba(116, 220, 255, 0.72));
  cursor: pointer;
  animation: christmas-sleigh-shop 13s linear infinite;
}

html[data-holiday-theme="christmas"] .christmas-shop-sleigh:focus-visible {
  outline: 2px dashed rgba(191, 240, 255, 0.96);
  outline-offset: 3px;
}

html[data-holiday-theme="christmas"] .sleigh-ho-message {
  position: absolute;
  z-index: 42;
  left: 13px;
  bottom: calc(100% + 2px);
  width: max-content;
  color: #fff8dc;
  font: 900 0.7rem/1 "Lucida Console", Monaco, "Courier New", monospace;
  letter-spacing: 0.04em;
  text-transform: none;
  opacity: 0;
  pointer-events: none;
  image-rendering: pixelated;
  text-shadow:
    -1px -1px 0 #7e0c20,
    1px -1px 0 #7e0c20,
    -1px 1px 0 #7e0c20,
    1px 1px 0 #7e0c20,
    0 0 5px rgba(255, 255, 255, 0.92);
}

html[data-holiday-theme="christmas"] .sleigh-ho-message.is-speaking {
  animation: christmas-sleigh-ho 2.6s steps(8, end) both;
}

html[data-holiday-theme="christmas"] .shop-title span[data-sleigh-path="gentle"] {
  --sleigh-y-start: 12px;
  --sleigh-y-one: 2px;
  --sleigh-y-two: -16px;
  --sleigh-y-peak: -25px;
  --sleigh-y-four: -17px;
  --sleigh-y-five: 1px;
  --sleigh-tilt-one: -6deg;
  --sleigh-tilt-two: -4deg;
  --sleigh-tilt-four: 4deg;
  --sleigh-tilt-five: 6deg;
}

html[data-holiday-theme="christmas"] .shop-title span[data-sleigh-path="high"] {
  --sleigh-y-start: 5px;
  --sleigh-y-one: -15px;
  --sleigh-y-two: -38px;
  --sleigh-y-peak: -46px;
  --sleigh-y-four: -37px;
  --sleigh-y-five: -14px;
  --sleigh-tilt-one: -12deg;
  --sleigh-tilt-two: -8deg;
  --sleigh-tilt-four: 8deg;
  --sleigh-tilt-five: 12deg;
}

html[data-holiday-theme="christmas"] .shop-title span::after {
  display: none;
}

html[data-holiday-theme="christmas"] .shop-title::before {
  display: none;
}

html[data-holiday-theme="christmas"] .shop-title-fill {
  fill: #c91836;
  stroke: rgba(248, 253, 255, 0.96);
  stroke-width: 2.2px;
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.88))
    drop-shadow(0 0 4px rgba(103, 218, 255, 0.42));
}

html[data-holiday-theme="christmas"] .shop-title-trace,
html[data-holiday-theme="christmas"] .shop-title-trace-core {
  stroke: #f8fdff;
  filter:
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.94))
    drop-shadow(0 0 4px rgba(92, 219, 255, 0.64));
}

html[data-holiday-theme="christmas"] .shop-title::after {
  display: none;
}

html[data-holiday-theme="christmas"] .buy-now,
html[data-holiday-theme="christmas"] [data-buy-now],
html[data-holiday-theme="christmas"] .holiday-buy-now {
  background: linear-gradient(115deg, #07131b 0%, #ec3348 34%, #fff7e0 62%, #00a8ee 100%) !important;
  border-color: rgba(216, 244, 255, 0.64) !important;
  color: #03070a !important;
  -webkit-text-fill-color: #03070a !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

html[data-holiday-theme="christmas"] .nav-quote-button,
html[data-holiday-theme="christmas"] .estimate-cta,
html[data-holiday-theme="christmas"] .shop-actions .button {
  background: linear-gradient(115deg, #07131b 0%, #ec3348 34%, #fff7e0 62%, #00a8ee 100%) !important;
  border-color: rgba(216, 244, 255, 0.64) !important;
  color: #03070a !important;
  -webkit-text-fill-color: #03070a !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

html[data-holiday-theme="christmas"] .rainbow-submit {
  --submit-flow-start: #8eeaff;
  --submit-flow-mid: #e91f36;
  --submit-flow-shadow: rgba(142, 234, 255, 0.4);
  background:
    linear-gradient(90deg, var(--submit-flow-start) 0%, var(--submit-flow-mid) 25%, var(--submit-flow-start) 50%, var(--submit-flow-mid) 75%, var(--submit-flow-start) 100%) padding-box,
    linear-gradient(90deg, #ffffff, #e91f36, #8eeaff) border-box !important;
  background-size: 200% 100%, 200% 100% !important;
  border-color: transparent !important;
}

html[data-holiday-theme="christmas"] .price,
html[data-holiday-theme="christmas"] .product-price,
html[data-holiday-theme="christmas"] [data-price] {
  filter: drop-shadow(0 0 10px rgba(142, 229, 255, 0.34));
}

@keyframes holiday-drift {
  from {
    transform: translate3d(0, -10px, 0) rotate(var(--holiday-rotate, 0deg)) scale(0.95);
  }

  to {
    transform: translate3d(18px, 16px, 0) rotate(var(--holiday-rotate, 0deg)) scale(1.08);
  }
}

@keyframes holiday-snowflake-fall {
  from {
    transform: translate3d(0, -12vh, 0) rotate(0deg);
  }

  to {
    transform: translate3d(var(--flake-drift), 120vh, 0) rotate(360deg);
  }
}

@keyframes holiday-light-twinkle {
  from {
    opacity: 0.72;
    filter:
      drop-shadow(0 0 6px rgba(255, 255, 255, 0.34))
      hue-rotate(0deg);
  }

  50% {
    filter:
      drop-shadow(0 0 10px rgba(255, 247, 202, 0.46))
      hue-rotate(38deg);
  }

  to {
    opacity: 0.92;
    filter:
      drop-shadow(0 0 11px rgba(255, 255, 255, 0.56))
      hue-rotate(-28deg);
  }
}

@keyframes christmas-sleigh-ho {
  0% {
    opacity: 0;
    transform: translate3d(0, 7px, 0) scale(0.82) rotate(-3deg);
  }

  16%, 70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  84% {
    opacity: 0.82;
    transform: translate3d(0, -4px, 0) scale(1.04) rotate(2deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -9px, 0) scale(0.94) rotate(3deg);
  }
}

@keyframes christmas-sleigh-shop {
  0% {
    transform: translate3d(-34px, var(--sleigh-y-start, 8px), 0) rotate(-5deg) scale(0.78);
    opacity: 0;
    filter:
      drop-shadow(0 0 1px rgba(255, 255, 255, 0.86))
      drop-shadow(0 0 2px rgba(116, 220, 255, 0.42));
  }

  10% {
    transform: translate3d(min(2vw, 14px), var(--sleigh-y-entry, 0px), 0) rotate(var(--sleigh-tilt-entry, -8deg)) scale(0.79);
    opacity: 0.94;
  }

  22% {
    transform: translate3d(min(11.2vw, 78px), var(--sleigh-y-one, -10px), 0) rotate(var(--sleigh-tilt-one, -10deg)) scale(0.8);
  }

  42% {
    transform: translate3d(min(22.4vw, 156px), var(--sleigh-y-two, -28px), 0) rotate(var(--sleigh-tilt-two, -7deg)) scale(0.82);
    filter:
      drop-shadow(0 0 1px rgba(255, 255, 255, 1))
      drop-shadow(0 0 5px rgba(116, 220, 255, 0.78));
  }

  52% {
    transform: translate3d(min(28vw, 195px), var(--sleigh-y-peak, -35px), 0) rotate(0deg) scale(0.83);
    filter:
      drop-shadow(0 0 2px rgba(255, 255, 255, 1))
      drop-shadow(0 0 6px rgba(116, 220, 255, 0.86));
  }

  64% {
    transform: translate3d(min(34.72vw, 242px), var(--sleigh-y-four, -28px), 0) rotate(var(--sleigh-tilt-four, 7deg)) scale(0.82);
  }

  82% {
    transform: translate3d(min(45.92vw, 320px), var(--sleigh-y-five, -8px), 0) rotate(var(--sleigh-tilt-five, 10deg)) scale(0.8);
    opacity: 0.94;
  }

  92% {
    transform: translate3d(calc(min(56vw, 390px) + 2px), var(--sleigh-y-exit, 0px), 0) rotate(var(--sleigh-tilt-exit, 8deg)) scale(0.79);
    opacity: 0.9;
  }

  100% {
    transform: translate3d(calc(min(56vw, 390px) + 48px), var(--sleigh-y-start, 8px), 0) rotate(5deg) scale(0.78);
    opacity: 0;
    filter:
      drop-shadow(0 0 1px rgba(255, 255, 255, 0.86))
      drop-shadow(0 0 2px rgba(116, 220, 255, 0.42));
  }
}

@keyframes christmas-process-snow {
  from {
    transform: translate3d(-4vw, -18px, 0);
  }

  to {
    transform: translate3d(4vw, 26px, 0);
  }
}

@keyframes christmas-status-glow {
  from {
    filter: brightness(0.94) saturate(0.96);
  }

  to {
    filter: brightness(1.12) saturate(1.08);
  }
}

@keyframes christmas-open-o {
  0%, 4%, 10%, 41%, 47%, 50%, 56%, 59%, 65%, 100% {
    opacity: 0.62;
    filter: brightness(0.72) saturate(0.82);
  }

  5%, 9%, 42%, 46%, 51%, 55%, 60%, 64% {
    opacity: 1;
    filter: brightness(2.65) saturate(1.45) drop-shadow(0 0 5px rgba(61, 255, 132, 0.96));
  }
}

@keyframes christmas-open-p {
  0%, 11%, 17%, 41%, 47%, 50%, 56%, 59%, 65%, 100% {
    opacity: 0.62;
    filter: brightness(0.72) saturate(0.82);
  }

  12%, 16%, 42%, 46%, 51%, 55%, 60%, 64% {
    opacity: 1;
    filter: brightness(2.65) saturate(1.45) drop-shadow(0 0 5px rgba(61, 255, 132, 0.96));
  }
}

@keyframes christmas-open-e {
  0%, 18%, 24%, 41%, 47%, 50%, 56%, 59%, 65%, 100% {
    opacity: 0.62;
    filter: brightness(0.72) saturate(0.82);
  }

  19%, 23%, 42%, 46%, 51%, 55%, 60%, 64% {
    opacity: 1;
    filter: brightness(2.65) saturate(1.45) drop-shadow(0 0 5px rgba(61, 255, 132, 0.96));
  }
}

@keyframes christmas-open-n {
  0%, 25%, 31%, 41%, 47%, 50%, 56%, 59%, 65%, 100% {
    opacity: 0.62;
    filter: brightness(0.72) saturate(0.82);
  }

  26%, 30%, 42%, 46%, 51%, 55%, 60%, 64% {
    opacity: 1;
    filter: brightness(2.65) saturate(1.45) drop-shadow(0 0 5px rgba(61, 255, 132, 0.96));
  }
}

@keyframes halloween-open-outline-shimmer {
  0%, 100% {
    text-shadow:
      -2px -2px 0 #06150b,
      2px 2px 0 #06150b,
      -5px 0 7px #77ff96,
      0 0 13px rgba(59, 255, 105, 0.72),
      0 0 25px rgba(38, 221, 81, 0.42);
  }

  25% {
    text-shadow:
      -2px -2px 0 #06150b,
      2px 2px 0 #06150b,
      0 -5px 7px #a2ffb7,
      0 0 17px rgba(78, 255, 119, 0.94),
      0 0 29px rgba(38, 221, 81, 0.54);
  }

  50% {
    text-shadow:
      -2px -2px 0 #06150b,
      2px 2px 0 #06150b,
      5px 0 7px #77ff96,
      0 0 13px rgba(59, 255, 105, 0.72),
      0 0 25px rgba(38, 221, 81, 0.42);
  }

  75% {
    text-shadow:
      -2px -2px 0 #06150b,
      2px 2px 0 #06150b,
      0 5px 7px #a2ffb7,
      0 0 17px rgba(78, 255, 119, 0.94),
      0 0 29px rgba(38, 221, 81, 0.54);
  }
}

@keyframes halloween-status-twitch {
  0%,
  72%,
  76%,
  80%,
  100% {
    filter: brightness(1) saturate(1);
  }

  73% {
    filter: brightness(1.55) saturate(1.3);
  }

  77% {
    filter: brightness(0.62) saturate(0.8);
  }
}

@keyframes status-sign-mobile-flip {
  0% {
    transform: rotate(-6deg) translate3d(0, 0, 0) scale(0.82);
    filter: brightness(1) saturate(1);
  }

  34% {
    transform: rotate(-2deg) translate3d(var(--status-fly-x, 0px), var(--status-fly-y, 0px), 0) scale(1.02);
    filter: brightness(1.14) saturate(1.22);
  }

  49% {
    transform: rotate(1deg) translate3d(var(--status-fly-x, 0px), var(--status-fly-y, 0px), 0) scale(1.1) rotateY(92deg);
    filter: brightness(1.24) saturate(1.38);
  }

  61% {
    transform: rotate(1deg) translate3d(var(--status-fly-x, 0px), var(--status-fly-y, 0px), 0) scale(1.1) rotateY(360deg);
    filter: brightness(1.18) saturate(1.3);
  }

  76% {
    transform: rotate(-2deg) translate3d(var(--status-fly-x, 0px), var(--status-fly-y, 0px), 0) scale(1);
    filter: brightness(1.1) saturate(1.18);
  }

  100% {
    transform: rotate(-6deg) translate3d(0, 0, 0) scale(0.82);
    filter: brightness(1) saturate(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-holiday-theme] .holiday-glow,
  html[data-holiday-theme] .holiday-snowflakes span,
  html[data-holiday-theme] .holiday-nav-lights,
  html[data-holiday-theme="christmas"] .shop-title span::before,
  html[data-holiday-theme="christmas"] .shop-title span::after,
  html[data-holiday-theme="christmas"] #process::before,
  html[data-holiday-theme] .business-status-sign,
  html[data-holiday-theme] .status-letter {
    animation: none !important;
  }

  html[data-holiday-theme="halloween"] .halloween-background-bat,
  html[data-holiday-theme="halloween"] .holiday-web-spider,
  html[data-holiday-theme="halloween"] .holiday-spider-message,
  html[data-holiday-theme="christmas"] .christmas-title-lights i {
    animation: none !important;
  }

  html[data-holiday-theme="christmas"] .holiday-snowflakes {
    display: none;
  }
}

@media (max-width: 720px) {
  html[data-holiday-theme="halloween"] .halloween-background-bat {
    opacity: 0.28;
  }

  html[data-holiday-theme="christmas"] .christmas-title-lights {
    inset: -14% -7% -10%;
  }

  html[data-holiday-theme] .business-status-sign.is-status-transitioning {
    animation: status-sign-mobile-flip 4.2s cubic-bezier(0.22, 0.82, 0.2, 1) both !important;
    transform-origin: center center;
  }

  html[data-holiday-theme="halloween"] .holiday-hero-webs .holiday-web {
    width: 220px;
    height: 220px;
  }

  html[data-holiday-theme="halloween"] .holiday-web-spider {
    top: 28px;
    left: 72px;
    transform: scale(0.88);
  }

  html[data-holiday-theme="christmas"] .hero .holiday-snowflakes span {
    font-size: calc(var(--flake-size) * 0.82);
  }

  html[data-holiday-theme="christmas"] .nav .holiday-nav-lights {
    bottom: -16px;
    height: 30px;
    opacity: 0.72;
  }

  html[data-holiday-theme="christmas"] .nav.nav-hidden .holiday-nav-lights {
    transform: translateY(17px);
  }
}
