.adn-bee-preloader {
  position: fixed;
  inset: 0;
  z-index: 1035;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 42%, rgba(246, 205, 95, 0.18), rgba(22, 18, 12, 0.92) 52%, rgba(16, 16, 14, 0.98));
  color: #fff;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.45s ease, visibility 0.45s ease;
  perspective: 900px;
}

.adn-bee-preloader.is-hidden,
.adn-bee-preloader.is-suspended {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none;
}

.adn-bee-preloader.is-suspended .adn-bee-preloader__bee,
.adn-bee-preloader.is-suspended .adn-bee-preloader__mark span,
.adn-bee-preloader.is-suspended .adn-bee-preloader__line {
  animation-name: none;
}

.adn-bee-preloader__stage {
  position: relative;
  width: min(720px, calc(100vw - 36px));
  min-height: 240px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.adn-bee-preloader__bee {
  position: absolute;
  z-index: 3;
  width: clamp(86px, 14vw, 142px);
  height: clamp(86px, 14vw, 142px);
  object-fit: contain;
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.35));
  animation: adnBeeAssemble 2.55s cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

.adn-bee-preloader__mark {
  display: flex;
  gap: clamp(3px, 1vw, 11px);
  transform-style: preserve-3d;
}

.adn-bee-preloader__mark span {
  display: inline-grid;
  place-items: center;
  min-width: clamp(24px, 6vw, 56px);
  min-height: clamp(42px, 8vw, 76px);
  color: #fff8dd;
  font-family: Intro-Bold;
  font-size: clamp(34px, 8vw, 76px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 5px 0 #6c4a12, 0 15px 26px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translate3d(0, 38px, -150px) rotateX(68deg) rotateY(-24deg);
  animation: adnBeeLetterIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.adn-bee-preloader__mark span:nth-child(1) { animation-delay: 0.18s; }
.adn-bee-preloader__mark span:nth-child(2) { animation-delay: 0.28s; }
.adn-bee-preloader__mark span:nth-child(3) { animation-delay: 0.38s; }
.adn-bee-preloader__mark span:nth-child(4) { animation-delay: 0.48s; }
.adn-bee-preloader__mark span:nth-child(5) { animation-delay: 0.58s; }
.adn-bee-preloader__mark span:nth-child(6) { animation-delay: 0.68s; }
.adn-bee-preloader__mark span:nth-child(7) { animation-delay: 0.78s; }
.adn-bee-preloader__mark span:nth-child(8) { animation-delay: 0.88s; }
.adn-bee-preloader__mark span:nth-child(9) { animation-delay: 0.98s; }

.adn-bee-preloader__line {
  width: min(520px, 76vw);
  height: 2px;
  margin-top: 118px;
  background: linear-gradient(90deg, transparent, #e1b747, transparent);
  transform: scaleX(0);
  animation: adnBeeLineIn 1.1s ease 1.05s forwards;
}

.adn-bee {
  --adn-gold: #d8a31d;
  --adn-amber: #f0c65b;
  --adn-ink: #241a10;
  --adn-paper: #fffaf0;
  --adn-line: rgba(74, 46, 16, 0.16);
  position: fixed;
  inset: 0;
  z-index: 1030;
  font-family: inherit;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.adn-bee.is-hidden {
  display: none;
}

.adn-bee.is-suspended {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.adn-bee * {
  box-sizing: border-box;
}

.adn-bee__toggle {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 116px;
  height: 116px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 18px 28px rgba(33, 24, 9, 0.26));
  pointer-events: auto;
  transform: translate3d(var(--adn-bee-x, calc(100vw - 150px)), var(--adn-bee-y, calc(100vh - 150px)), 0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.adn-bee__toggle::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 6px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(61, 42, 13, 0.22), rgba(61, 42, 13, 0));
  transform: rotateX(68deg);
  z-index: 0;
}

.adn-bee.is-flying .adn-bee__toggle {
  pointer-events: none;
  filter: drop-shadow(0 22px 32px rgba(33, 24, 9, 0.3));
}

.adn-bee.is-flying .adn-bee__halo {
  opacity: 0.92;
  transform: scale(1.08);
}

.adn-bee__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 116px;
  height: 116px;
  object-fit: contain;
  animation: adnBeeFloat 3.4s ease-in-out infinite;
}

/*
 * Sprite base is duplicated here intentionally. bee.css is the module's
 * original stylesheet and is already loaded on every supported theme/page.
 * This keeps the character visible even when an OpenCart/Journal asset cache
 * has not yet picked up the additional bee-sprite.css file.
 */
.adn-bee__sprite {
  --adn-bee-frame-x: 0;
  --adn-bee-frame-y: 0;
  position: relative;
  z-index: 2;
  display: block;
  width: 116px;
  height: 116px;
  background-image: var(--adn-bee-sprite);
  background-repeat: no-repeat;
  background-size: 400% 300%;
  background-position:
    calc(var(--adn-bee-frame-x) * 100% / 3)
    calc(var(--adn-bee-frame-y) * 100% / 2);
  transform-origin: 50% 55%;
  will-change: background-position, transform;
  pointer-events: none;
}

.adn-bee.is-facing-right .adn-bee__sprite {
  transform: scaleX(-1);
}

.adn-bee.is-facing-left .adn-bee__sprite {
  transform: scaleX(1);
}

.adn-bee.is-facing-left .adn-bee__image {
  transform: scaleX(1);
}

.adn-bee.is-facing-right .adn-bee__image {
  transform: scaleX(-1);
}

.adn-bee__wing {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 34px;
  top: 25px;
  border-radius: 80% 20% 80% 20%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(238, 211, 127, 0.12));
  border: 1px solid rgba(240, 198, 91, 0.38);
  opacity: 0.72;
  filter: blur(0.2px);
  transform-origin: 16% 76%;
  pointer-events: none;
  animation: adnBeeWing 0.19s ease-in-out infinite alternate;
}

.adn-bee__wing--left {
  left: 65px;
  transform: rotate(24deg) scaleX(0.92);
}

.adn-bee__wing--right {
  left: 77px;
  top: 38px;
  opacity: 0.52;
  transform: rotate(11deg) scale(0.78);
  animation-delay: 0.06s;
}

.adn-bee__bottle {
  position: absolute;
  z-index: 4;
  left: 43px;
  top: 67px;
  width: 18px;
  height: 40px;
  border-radius: 5px 5px 8px 8px;
  background: linear-gradient(90deg, #6f3516, #c07728 45%, #51220f);
  border: 2px solid rgba(255, 237, 185, 0.7);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12), 0 10px 18px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(8px) rotate(-10deg) scale(0.72);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.adn-bee__bottle::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -14px;
  width: 7px;
  height: 15px;
  border-radius: 4px 4px 1px 1px;
  background: #8b4a1c;
  border: 1px solid rgba(255, 237, 185, 0.72);
}

.adn-bee.is-carrying .adn-bee__bottle {
  opacity: 1;
  transform: translateY(0) rotate(-10deg) scale(1);
}

.adn-bee__halo {
  position: absolute;
  inset: 25px 18px 10px;
  z-index: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 226, 123, 0.48), rgba(216, 163, 29, 0));
  animation: adnBeeGlow 2.6s ease-in-out infinite;
}

.adn-bee__ping {
  position: absolute;
  right: 19px;
  top: 23px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d8a31d;
  box-shadow: 0 0 0 6px rgba(216, 163, 29, 0.18);
}

.adn-bee__notice {
  position: absolute;
  right: calc(100% + 16px);
  left: auto;
  top: 8px;
  bottom: auto;
  z-index: 6;
  display: none;
  width: max-content;
  max-width: min(245px, calc(100vw - 160px));
  padding: 9px 12px;
  border: 1px solid rgba(216, 163, 29, 0.32);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.97);
  color: var(--adn-ink);
  box-shadow: 0 14px 34px rgba(28, 22, 10, 0.18);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  white-space: normal;
  pointer-events: none;
}

.adn-bee__notice strong,
.adn-bee__notice span {
  display: block;
}

.adn-bee__notice strong {
  color: #6c4a12;
  font-size: 13px;
  line-height: 1.2;
}

.adn-bee__notice span {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.adn-bee__notice--promo {
  max-width: min(300px, calc(100vw - 160px));
  border-color: rgba(216, 163, 29, 0.5);
  background: linear-gradient(135deg, #fff8df, #fffaf0);
}

.adn-bee.is-left-side .adn-bee__notice {
  right: auto;
  left: calc(100% + 16px);
}

.adn-bee.is-right-side .adn-bee__notice {
  right: calc(100% + 16px);
  left: auto;
}

.adn-bee__notice::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 24px;
  bottom: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(216, 163, 29, 0.32);
  border-right: 1px solid rgba(216, 163, 29, 0.32);
  background: rgba(255, 250, 240, 0.97);
  transform: rotate(45deg);
}

.adn-bee.is-left-side .adn-bee__notice::after {
  right: auto;
  left: -7px;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(216, 163, 29, 0.32);
  border-left: 1px solid rgba(216, 163, 29, 0.32);
}

.adn-bee.is-right-side .adn-bee__notice::after {
  right: -7px;
  left: auto;
  border-bottom: 0;
  border-left: 0;
  border-top: 1px solid rgba(216, 163, 29, 0.32);
  border-right: 1px solid rgba(216, 163, 29, 0.32);
}

.adn-bee.has-notice:not(.is-open) .adn-bee__notice {
  display: block;
  animation: adnBeeNotice 0.22s ease both;
}

.adn-bee__panel {
  position: fixed;
  right: 16px;
  bottom: 132px;
  z-index: 5;
  width: min(340px, calc(100vw - 28px));
  max-height: calc(100vh - 156px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 26px 58px rgba(28, 22, 10, 0.28);
  color: var(--adn-ink);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.adn-bee.is-open .adn-bee__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.adn-bee__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px;
  background: linear-gradient(135deg, #2c2115, #6c4a12);
  color: #fff;
}

.adn-bee__header strong,
.adn-bee__header span {
  display: block;
}

.adn-bee__header strong {
  font-size: 15px;
  line-height: 1.2;
}

.adn-bee__header span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.adn-bee__close {
  position: relative;
  z-index: 7;
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
}

.adn-bee__close:hover,
.adn-bee__close:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.adn-bee__messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  max-height: min(258px, calc(100vh - 300px));
  overflow: auto;
  padding: 14px;
}

.adn-bee__message {
  width: fit-content;
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}

.adn-bee__message--bee {
  border: 1px solid var(--adn-line);
  background: #fff;
}

.adn-bee__message--user {
  align-self: flex-end;
  background: #2d2215;
  color: #fff;
}

.adn-bee__message--promo {
  display: grid;
  gap: 7px;
  border-color: rgba(216, 163, 29, 0.42);
  background: linear-gradient(135deg, #fff8df, #fff);
  box-shadow: inset 3px 0 0 var(--adn-gold);
}

.adn-bee__message--promo strong {
  color: #6c4a12;
  font-size: 14px;
  line-height: 1.25;
}

.adn-bee__message--promo span {
  display: block;
}

.adn-bee__message--promo a {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--adn-gold);
  color: #2c2115;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.adn-bee__message--promo a:hover {
  background: var(--adn-amber);
  color: #2c2115;
}

.adn-bee__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 12px;
}

.adn-bee__quick button,
.adn-bee__quick a,
.adn-bee__form button {
  border: 0;
  border-radius: 999px;
  background: #efe1bd;
  color: #2c2115;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.adn-bee__quick button,
.adn-bee__quick a {
  padding: 8px 11px;
}

.adn-bee__quick button:hover,
.adn-bee__quick a:hover {
  background: var(--adn-amber);
  color: #2c2115;
}

.adn-bee__form {
  display: flex;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid var(--adn-line);
}

.adn-bee__form input {
  min-width: 0;
  flex: 1;
  height: 38px;
  border: 1px solid var(--adn-line);
  border-radius: 999px;
  padding: 0 13px;
  background: #fff;
  color: var(--adn-ink);
  outline: none;
}

.adn-bee__form input:focus {
  border-color: var(--adn-gold);
  box-shadow: 0 0 0 3px rgba(216, 163, 29, 0.18);
}

.adn-bee__form button {
  width: 48px;
  height: 38px;
  background: var(--adn-gold);
}

@keyframes adnBeeFloat {
  0%, 100% { translate: 0 0; rotate: -2deg; }
  50% { translate: 0 -8px; rotate: 2deg; }
}

@keyframes adnBeeGlow {
  0%, 100% { opacity: 0.58; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes adnBeeWing {
  from { transform: rotate(16deg) scaleX(0.82) skewY(-4deg); }
  to { transform: rotate(34deg) scaleX(1.04) skewY(5deg); }
}

@keyframes adnBeeLetterIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
}

@keyframes adnBeeAssemble {
  0% { transform: translate3d(-42vw, -34px, 120px) rotate(-16deg) scale(0.78); opacity: 0; }
  18% { opacity: 1; }
  62% { transform: translate3d(10vw, -82px, 80px) rotate(11deg) scale(0.96); }
  100% { transform: translate3d(0, -96px, 0) rotate(0) scale(1); opacity: 1; }
}

@keyframes adnBeeLineIn {
  to { transform: scaleX(1); }
}

@keyframes adnBeeNotice {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .adn-bee-preloader,
  .adn-bee-preloader *,
  .adn-bee__toggle,
  .adn-bee__image,
  .adn-bee__halo {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 520px) {
  .adn-bee {
    inset: 0;
  }

  .adn-bee__toggle,
  .adn-bee__image,
  .adn-bee__toggle .adn-bee__sprite {
    width: 92px;
    height: 92px;
  }

  .adn-bee__notice {
    right: calc(100% + 12px);
    top: 5px;
    bottom: auto;
    max-width: calc(100vw - 128px);
    font-size: 12px;
  }

  .adn-bee__notice--promo {
    max-width: calc(100vw - 128px);
  }

  .adn-bee.is-left-side .adn-bee__notice {
    right: auto;
    left: calc(100% + 12px);
  }

  .adn-bee.is-right-side .adn-bee__notice {
    right: calc(100% + 12px);
    left: auto;
  }

  .adn-bee__panel {
    right: 10px;
    bottom: 104px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 118px);
  }

  .adn-bee__messages {
    max-height: calc(100vh - 274px);
  }
}

/* Sommelier interface */
.adn-bee__panel {
  right: 154px;
  bottom: 18px;
  width: min(410px, calc(100vw - 190px));
  max-height: min(600px, calc(100vh - 36px));
  border: 1px solid rgba(216, 163, 29, 0.25);
  border-radius: 20px;
  background: #fffaf0;
  box-shadow: 0 28px 74px rgba(28, 22, 10, 0.32);
  overflow: hidden;
}

.adn-bee__header {
  min-height: 76px;
  padding: 12px 14px;
  background:
    radial-gradient(circle at 88% 20%, rgba(240, 198, 91, 0.25), transparent 34%),
    linear-gradient(135deg, #241a10, #604316);
}

.adn-bee__header small,
.adn-bee__header strong,
.adn-bee__header span {
  display: block;
}

.adn-bee__header small {
  margin-bottom: 3px;
  color: #f0c65b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.adn-bee__header strong {
  font-family: Intro-Bold;
  font-size: 18px;
  line-height: 1.15;
}

.adn-bee__header span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.adn-bee__body {
  min-height: 260px;
  overflow: auto;
  overscroll-behavior: contain;
}

.adn-bee__screen {
  display: none;
  padding: 19px 18px 20px;
}

.adn-bee__screen.is-active {
  display: block;
  animation: adnBeeScreenIn 0.24s ease both;
}

.adn-bee__screen h3 {
  margin: 0 0 9px;
  color: #241a10;
  font-family: Intro-Bold;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.adn-bee__screen p {
  margin: 0;
  color: #6b5a45;
  font-size: 14px;
  line-height: 1.55;
}

.adn-bee__intro-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #f4e6bd;
  color: #6c4a12;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.adn-bee__primary {
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #d8a31d, #f0c65b);
  color: #241a10;
  box-shadow: 0 12px 24px rgba(130, 88, 12, 0.2);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.adn-bee__primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(130, 88, 12, 0.26);
}

.adn-bee__secondary-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
}

.adn-bee__secondary-links a {
  color: #6c4a12;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(108, 74, 18, 0.3);
  text-underline-offset: 3px;
}

.adn-bee__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.adn-bee__choices button {
  min-height: 68px;
  border: 1px solid rgba(108, 74, 18, 0.17);
  border-radius: 15px;
  padding: 11px 12px;
  background: #fff;
  color: #342718;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.adn-bee__choices button:hover,
.adn-bee__choices button.is-selected {
  border-color: #d8a31d;
  background: #fff8df;
  box-shadow: 0 9px 18px rgba(92, 62, 12, 0.1);
  transform: translateY(-1px);
}

.adn-bee__screen--loading {
  min-height: 310px;
  text-align: center;
}

.adn-bee__screen--loading.is-active {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
}

.adn-bee__loader {
  width: 44px;
  height: 44px;
  border: 3px solid #efe1bd;
  border-top-color: #d8a31d;
  border-radius: 50%;
  animation: adnBeeSpin 0.8s linear infinite;
}

.adn-bee__screen--results {
  padding: 16px 16px 12px;
}

.adn-bee__results-subtitle {
  margin-bottom: 10px !important;
}

.adn-bee__results {
  display: grid;
  gap: 8px;
}

.adn-bee__product {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(108, 74, 18, 0.14);
  border-radius: 14px;
  background: #fff;
}

.adn-bee__product-image {
  display: grid;
  place-items: center;
  min-height: 104px;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f1ec;
}

.adn-bee__product-image img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.adn-bee__product-content {
  min-width: 0;
}

.adn-bee__product-number {
  display: block;
  margin-bottom: 2px;
  color: #b28a2c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.adn-bee__product-title {
  display: block;
  color: #241a10;
  font-family: Intro-Bold;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.adn-bee__product-reason {
  display: -webkit-box;
  margin-top: 3px !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

.adn-bee__product-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 4px;
}

.adn-bee__product-price del {
  color: #9a8d7c;
  font-size: 11px;
}

.adn-bee__product-price strong {
  color: #6c4a12;
  font-size: 14px;
}

.adn-bee__product-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}

.adn-bee__product-view,
.adn-bee__product-add {
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.adn-bee__product-view {
  border: 1px solid rgba(108, 74, 18, 0.2);
  color: #6c4a12;
}

.adn-bee__product-add {
  border: 0;
  background: #d8a31d;
  color: #241a10;
  cursor: pointer;
}

.adn-bee__product-add:disabled {
  cursor: wait;
  opacity: 0.65;
}

.adn-bee__product-option {
  color: #806e58;
  font-size: 10px;
  line-height: 1.3;
}

.adn-bee__status {
  display: none;
  margin: 10px 0;
  border-radius: 11px;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 700;
}

.adn-bee__status.is-success,
.adn-bee__status.is-error {
  display: block;
}

.adn-bee__status.is-success {
  background: #eaf6e8;
  color: #32672d;
}

.adn-bee__status.is-error {
  background: #fff0ec;
  color: #9c3f2d;
}

.adn-bee__empty {
  display: grid;
  gap: 8px;
  border: 1px dashed rgba(108, 74, 18, 0.28);
  border-radius: 15px;
  padding: 18px;
  background: #fff;
  color: #6b5a45;
  font-size: 13px;
  line-height: 1.45;
}

.adn-bee__empty[hidden] {
  display: none;
}

.adn-bee__empty strong {
  color: #241a10;
  font-family: Intro-Bold;
  font-size: 17px;
}

.adn-bee__empty a {
  justify-self: start;
  color: #6c4a12;
  font-weight: 800;
}

.adn-bee__footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border-top: 1px solid rgba(108, 74, 18, 0.12);
  padding: 7px 12px;
  background: rgba(244, 230, 189, 0.28);
}

.adn-bee__footer[hidden] {
  display: none;
}

.adn-bee__footer span {
  color: #806e58;
  font-size: 11px;
  font-weight: 750;
}

.adn-bee__back,
.adn-bee__restart {
  border: 0;
  padding: 5px 0;
  background: transparent;
  color: #6c4a12;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.adn-bee__back {
  justify-self: start;
}

.adn-bee__restart {
  justify-self: end;
}

@keyframes adnBeeScreenIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes adnBeeSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 520px) {
  .adn-bee__panel {
    right: 6px;
    bottom: 96px;
    width: calc(100vw - 12px);
    max-height: min(560px, calc(100vh - 108px));
    border-radius: 16px;
  }

  .adn-bee__header {
    min-height: 68px;
    padding: 10px 12px;
  }

  .adn-bee__screen {
    padding: 15px 13px 16px;
  }

  .adn-bee__screen h3 {
    font-size: 19px;
  }

  .adn-bee__choices {
    gap: 8px;
  }

  .adn-bee__choices button {
    min-height: 62px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .adn-bee__product {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
    padding: 7px;
  }

  .adn-bee__product-image,
  .adn-bee__product-image img {
    min-height: 96px;
    height: 96px;
  }
}
