.lrb-widget {
  --lrb-nav-avoid: 0px;
  --lrb-size: 54px;
  --lrb-offset-x: 18px;
  --lrb-offset-y: 76px;
  --lrb-burst-1: #ddff00;
  --lrb-burst-2: #ffffff;
  --lrb-burst-3: #11110f;
  --lrb-paper: #f8f5ef;
  --lrb-ink: #11110f;
  --lrb-acid: #ddff00;
  position: relative;
  z-index: 1040;
  pointer-events: none;
  font-family: ui-rounded, "SF Pro Rounded", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.lrb-widget[data-device="mobile"] {
  display: none;
}

.lrb-widget[data-lrb-external-entry="1"] .lrb-button {
  display: none !important;
}

.lrb-widget .lrb-button {
  --lrb-ring-start: #fff8ef;
  --lrb-ring-end: #f5a78f;
  --lrb-face-light: #fff9f5;
  --lrb-face-middle: #ffb29d;
  --lrb-face-dark: #e97373;
  --lrb-button-ink: #6d2931;
  --lrb-button-depth: #a84b54;
  --lrb-button-shadow: rgba(145, 60, 70, .27);
  --lrb-button-focus: rgba(225, 105, 104, .44);
  position: fixed;
  z-index: 1041;
  display: grid;
  place-items: center;
  width: var(--lrb-size);
  height: var(--lrb-size);
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: var(--lrb-button-ink);
  font-family: ui-rounded, "PingFang SC", sans-serif;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
}

.lrb-widget .lrb-button-shell {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--lrb-ring-start), var(--lrb-ring-end));
  box-shadow:
    0 9px 20px var(--lrb-button-shadow),
    0 2px 5px rgba(66, 35, 42, .15),
    inset 0 1px 0 rgba(255, 255, 255, .86);
  box-sizing: border-box;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
  transition: transform .34s cubic-bezier(.2, .78, .2, 1);
}

.lrb-widget .lrb-button-shell::before {
  position: absolute;
  z-index: 0;
  inset: 3px;
  border-radius: 50%;
  background: var(--lrb-button-depth);
  content: "";
  opacity: .46;
  pointer-events: none;
  transform: translate3d(0, 3px, 0);
}

.lrb-widget .lrb-button-face {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 23%, rgba(255, 255, 255, .94) 0 7%, rgba(255, 255, 255, .44) 8% 18%, transparent 35%),
    radial-gradient(circle at 70% 76%, rgba(255, 255, 255, .12), transparent 38%),
    linear-gradient(145deg, var(--lrb-face-light), var(--lrb-face-middle) 53%, var(--lrb-face-dark));
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, .8),
    inset 0 -5px 9px rgba(80, 28, 38, .15);
  color: var(--lrb-button-ink);
  box-sizing: border-box;
}

.lrb-widget .lrb-button-face::before {
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58);
  content: "";
  pointer-events: none;
}

.lrb-widget .lrb-button-face::after {
  position: absolute;
  top: -24%;
  bottom: -24%;
  left: -42%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .64), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-230%, 0, 0) rotate(16deg);
}

.lrb-widget .lrb-button-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(13px, 31%, 20px);
  height: auto;
  aspect-ratio: 1;
  flex: 0 0 auto;
  margin-bottom: -1px;
  color: currentColor;
  opacity: .92;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
}

.lrb-widget .lrb-button-text {
  position: relative;
  z-index: 1;
  display: block;
  max-width: calc(var(--lrb-size) - 13px);
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .28);
  white-space: nowrap;
}

.lrb-widget[data-theme="mint"] .lrb-button {
  --lrb-ring-start: #f1fff9;
  --lrb-ring-end: #65bea7;
  --lrb-face-light: #f7fffb;
  --lrb-face-middle: #91dbc6;
  --lrb-face-dark: #47ab91;
  --lrb-button-ink: #175a4d;
  --lrb-button-depth: #287965;
  --lrb-button-shadow: rgba(32, 119, 98, .25);
  --lrb-button-focus: rgba(58, 166, 139, .42);
}

.lrb-widget[data-theme="gold"] .lrb-button {
  --lrb-ring-start: #fff9e8;
  --lrb-ring-end: #c79b4d;
  --lrb-face-light: #fffaf0;
  --lrb-face-middle: #e5c37b;
  --lrb-face-dark: #b88638;
  --lrb-button-ink: #5e4518;
  --lrb-button-depth: #79531f;
  --lrb-button-shadow: rgba(126, 88, 32, .27);
  --lrb-button-focus: rgba(177, 130, 54, .44);
}

.lrb-widget[data-theme="night"] .lrb-button {
  --lrb-ring-start: #f5dda0;
  --lrb-ring-end: #665339;
  --lrb-face-light: #514852;
  --lrb-face-middle: #29252e;
  --lrb-face-dark: #111015;
  --lrb-button-ink: #f5dc98;
  --lrb-button-depth: #08080a;
  --lrb-button-shadow: rgba(18, 15, 21, .4);
  --lrb-button-focus: rgba(222, 188, 104, .48);
}

.lrb-widget[data-motion="off"] .lrb-button-shell {
  transition: none;
}

.lrb-widget[data-motion="soft"] .lrb-button-face::after {
  animation: lrb-button-sheen 7.2s ease-in-out infinite;
}

.lrb-widget[data-motion="playful"] .lrb-button-face::after {
  animation: lrb-button-sheen 5.8s ease-in-out infinite;
}

.lrb-widget[data-motion="soft"] .lrb-button-icon {
  animation: lrb-button-icon-soft 5.6s ease-in-out infinite;
}

.lrb-widget[data-motion="playful"] .lrb-button-icon {
  animation: lrb-button-icon-playful 4.4s ease-in-out infinite;
}

@media (hover: hover) {
  .lrb-widget[data-motion="soft"] .lrb-button:hover .lrb-button-shell {
    transform: translate3d(0, -1px, 0) scale(1.02);
  }

  .lrb-widget[data-motion="playful"] .lrb-button:hover .lrb-button-shell {
    transform: translate3d(0, -2px, 0) scale(1.035);
  }
}

.lrb-widget[data-motion="soft"] .lrb-button:active .lrb-button-shell {
  transform: translate3d(0, 2px, 0) scale(.94);
}

.lrb-widget[data-motion="playful"] .lrb-button:active .lrb-button-shell {
  transform: translate3d(0, 3px, 0) scale(.91);
}

.lrb-widget[data-motion="soft"] .lrb-button.is-popping .lrb-button-shell {
  animation: lrb-button-press-soft .46s cubic-bezier(.2, .75, .2, 1) both;
}

.lrb-widget[data-motion="playful"] .lrb-button.is-popping .lrb-button-shell {
  animation: lrb-button-press-playful .46s cubic-bezier(.2, .75, .2, 1) both;
}

.lrb-widget .lrb-button:focus-visible {
  outline: 3px solid var(--lrb-button-focus);
  outline-offset: 3px;
}

.lrb-widget[data-position="bottom-right"] .lrb-button {
  right: calc(var(--lrb-offset-x) + env(safe-area-inset-right, 0px));
  bottom: calc(var(--lrb-offset-y) + var(--lrb-nav-avoid) + env(safe-area-inset-bottom, 0px));
}

.lrb-widget[data-position="bottom-left"] .lrb-button {
  left: calc(var(--lrb-offset-x) + env(safe-area-inset-left, 0px));
  bottom: calc(var(--lrb-offset-y) + var(--lrb-nav-avoid) + env(safe-area-inset-bottom, 0px));
}

.lrb-widget[data-position="top-right"] .lrb-button {
  right: calc(var(--lrb-offset-x) + env(safe-area-inset-right, 0px));
  top: calc(var(--lrb-offset-y) + env(safe-area-inset-top, 0px));
}

.lrb-widget[data-position="top-left"] .lrb-button {
  left: calc(var(--lrb-offset-x) + env(safe-area-inset-left, 0px));
  top: calc(var(--lrb-offset-y) + env(safe-area-inset-top, 0px));
}

.lrb-widget .lrb-particles {
  position: fixed;
  inset: 0;
  z-index: 1048;
  overflow: hidden;
  pointer-events: none;
}

.lrb-widget .lrb-explosion-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(11, 11, 10, .78);
  backdrop-filter: blur(4px);
  pointer-events: none;
  animation: lrb-burst-backdrop .76s ease both;
}

.lrb-widget .lrb-explosion-flash {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: var(--lrb-acid);
  box-shadow: 0 0 0 rgba(221, 255, 0, .7);
  color: var(--lrb-ink);
  animation: lrb-flash-pop .76s cubic-bezier(.1, .8, .25, 1) both;
}

.lrb-widget .lrb-explosion-flash svg {
  display: block;
  width: 38px;
  height: 38px;
}

.lrb-widget .lrb-explosion-flash b {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
}

.lrb-widget .lrb-burst-ring {
  position: absolute;
  z-index: 1;
  width: 142px;
  height: 142px;
  border: 3px solid var(--lrb-acid);
  border-radius: 50%;
  animation: lrb-ring-expand .72s ease-out both;
}

.lrb-widget .lrb-particle {
  position: absolute;
  z-index: 3;
  top: calc(50% - 11px);
  left: calc(50% - 5px);
  width: 11px;
  height: 22px;
  border-radius: 3px;
  background: var(--lrb-particle-color);
  opacity: 0;
  animation: lrb-particle-fly .72s cubic-bezier(.1, .7, .2, 1) both;
}

.lrb-widget .lrb-particle.is-secondary {
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  width: 8px;
  height: 16px;
  animation-delay: .03s;
}

.lrb-widget .lrb-modal {
  position: fixed;
  z-index: 1042;
  inset: 0;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding:
    max(11px, env(safe-area-inset-top, 0px))
    max(13px, env(safe-area-inset-right, 0px))
    max(11px, env(safe-area-inset-bottom, 0px))
    max(13px, env(safe-area-inset-left, 0px));
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  overscroll-behavior: contain;
  transition: opacity .2s ease;
  -webkit-overflow-scrolling: touch;
}

.lrb-widget .lrb-modal[hidden] {
  display: none !important;
}

.lrb-widget .lrb-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.lrb-widget .lrb-product {
  position: relative;
  width: min(370px, calc(100vw - 26px));
  max-height: calc(100dvh - 22px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: 27px;
  background: var(--lrb-paper);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
  color: var(--lrb-ink);
  opacity: 0;
  outline: none;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(.95);
  transition: opacity .2s ease, transform .2s ease;
  -webkit-overflow-scrolling: touch;
}

.lrb-widget .lrb-modal.is-visible .lrb-product {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.lrb-widget .lrb-product-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
  color: #111;
  cursor: pointer;
  touch-action: manipulation;
  transition: opacity .16s ease, transform .16s ease;
  -webkit-tap-highlight-color: transparent;
}

.lrb-widget .lrb-product-close svg {
  display: block;
  width: 17px;
  height: 17px;
}

.lrb-widget .lrb-product-close::before {
  position: absolute;
  inset: -4px;
  content: "";
}

@media (hover: hover) {
  .lrb-widget .lrb-product-close:hover {
    opacity: 1;
    transform: scale(1.04);
  }

  .lrb-widget .lrb-product-link:hover,
  .lrb-widget .lrb-boom-again:hover {
    transform: translate3d(0, -1px, 0);
  }
}

.lrb-widget .lrb-product-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.04 / 1;
  overflow: hidden;
  background: #e6e1d7;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity .16s ease, transform .16s ease;
}

.lrb-widget .lrb-product-fallback {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--lrb-acid);
  color: var(--lrb-ink);
  transform: rotate(-8deg);
}

.lrb-widget .lrb-product-fallback svg {
  display: block;
  width: 72%;
  height: 72%;
}

.lrb-widget .lrb-product-image {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.lrb-widget .lrb-product-badge {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  min-height: 28px;
  box-sizing: border-box;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 99px;
  background: #111;
  color: var(--lrb-acid);
  font: 850 7px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lrb-widget .lrb-product-badge svg {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.lrb-widget .lrb-product-content {
  padding: 20px;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity .16s ease, transform .16s ease;
}

.lrb-widget .lrb-product-kicker {
  display: block;
  min-height: 0;
  margin: 0 0 8px;
  padding: 0;
  color: #8c887f;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.lrb-widget .lrb-product-name {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--lrb-ink);
  font: 400 24px/1.03 Georgia, "Times New Roman", "Songti SC", serif;
  letter-spacing: -.025em;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lrb-widget .lrb-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 59px;
  box-sizing: border-box;
  padding: 11px 0 14px;
  border-top: 1px solid #e3ded5;
}

.lrb-widget .lrb-product-price {
  margin: 0;
  overflow: hidden;
  color: var(--lrb-ink);
  font: 400 22px/1.5 Georgia, "Times New Roman", serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lrb-widget .lrb-product-delivery {
  display: block;
  max-width: 45%;
  margin-left: 12px;
  overflow: hidden;
  color: #827f77;
  font: 400 8px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lrb-widget .lrb-product-actions {
  display: grid;
  gap: 8px;
}

.lrb-widget .lrb-product-link,
.lrb-widget .lrb-boom-again {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  padding: 0 18px;
  border-radius: 14px;
  font: 750 10px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  transition: opacity .16s ease, transform .16s ease;
  -webkit-tap-highlight-color: transparent;
}

.lrb-widget .lrb-boom-again::before {
  position: absolute;
  inset: -6px 0;
  content: "";
}

.lrb-widget .lrb-product-link {
  gap: 9px;
  border: 0;
  background: #111;
  color: #fff;
}

.lrb-widget .lrb-product-link[hidden] {
  display: none !important;
}

.lrb-widget .lrb-product-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.lrb-widget .lrb-boom-again {
  min-height: 32px;
  padding: 0 12px;
  border: 1.5px solid #111;
  border-radius: 3px;
  background: #fff;
  color: #76736b;
  font-size: 8px;
  font-weight: 400;
}

.lrb-widget .lrb-product-close:active,
.lrb-widget .lrb-product-link:active,
.lrb-widget .lrb-boom-again:active {
  transform: scale(.97);
}

.lrb-widget .lrb-product-close:focus-visible,
.lrb-widget .lrb-product-link:focus-visible,
.lrb-widget .lrb-boom-again:focus-visible {
  outline: 3px solid rgba(221, 255, 0, .72);
  outline-offset: 3px;
}

.lrb-widget .lrb-boom-again:disabled {
  cursor: wait;
  opacity: .46;
}

.lrb-widget .lrb-product.is-refreshing .lrb-product-media,
.lrb-widget .lrb-product.is-refreshing .lrb-product-content {
  opacity: .18;
  transform: translate3d(0, 0, 0) scale(.985);
}

.lrb-widget .lrb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes lrb-button-press-soft {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  34% {
    transform: translate3d(0, 3px, 0) scale(.93);
  }
  64% {
    transform: translate3d(0, -1px, 0) scale(1.025);
  }
  82% {
    transform: translate3d(0, .4px, 0) scale(.992);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes lrb-button-press-playful {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  32% {
    transform: translate3d(0, 4px, 0) scale(.9);
  }
  62% {
    transform: translate3d(0, -1.5px, 0) scale(1.04);
  }
  82% {
    transform: translate3d(0, .5px, 0) scale(.985);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes lrb-button-sheen {
  0%, 72% {
    opacity: 0;
    transform: translate3d(-230%, 0, 0) rotate(16deg);
  }
  76% {
    opacity: .16;
  }
  86% {
    opacity: .48;
    transform: translate3d(520%, 0, 0) rotate(16deg);
  }
  89%, 100% {
    opacity: 0;
    transform: translate3d(520%, 0, 0) rotate(16deg);
  }
}

@keyframes lrb-button-icon-soft {
  0%, 82%, 100% {
    opacity: .92;
    transform: translate3d(0, 0, 0) scale(1);
  }
  89% {
    opacity: 1;
    transform: translate3d(0, -.5px, 0) scale(1.08);
  }
  95% {
    opacity: .9;
    transform: translate3d(0, 0, 0) scale(.98);
  }
}

@keyframes lrb-button-icon-playful {
  0%, 76%, 100% {
    opacity: .92;
    transform: translate3d(0, 0, 0) scale(1);
  }
  84% {
    opacity: 1;
    transform: translate3d(0, -1px, 0) scale(1.13);
  }
  93% {
    opacity: .88;
    transform: translate3d(0, .3px, 0) scale(.96);
  }
}

@keyframes lrb-burst-backdrop {
  0% {
    opacity: 0;
  }

  16%, 78% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lrb-flash-pop {
  0% {
    opacity: 0;
    transform: scale(.2) rotate(-12deg);
  }

  34% {
    opacity: 1;
    box-shadow: 0 0 0 38px rgba(221, 255, 0, .12);
    transform: scale(1.1) rotate(3deg);
  }

  100% {
    opacity: 0;
    transform: scale(.7);
  }
}

@keyframes lrb-ring-expand {
  0% {
    opacity: 1;
    transform: scale(.3);
  }

  100% {
    opacity: 0;
    transform: scale(3.4);
  }
}

@keyframes lrb-particle-fly {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(0deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(var(--lrb-x), var(--lrb-y)) rotate(var(--lrb-r));
  }
}

@media (max-width: 767.98px) {
  .lrb-widget[data-device="mobile"] {
    display: block;
  }

  .lrb-widget[data-device="desktop"] {
    display: none;
  }

}

@media (min-width: 768px) {
  .lrb-widget[data-device="mobile"] {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lrb-widget .lrb-button-shell,
  .lrb-widget .lrb-button.is-popping .lrb-button-shell,
  .lrb-widget .lrb-button:active .lrb-button-shell,
  .lrb-widget .lrb-button:hover .lrb-button-shell {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  .lrb-widget .lrb-button-face::after {
    animation: none !important;
    opacity: 0 !important;
  }

  .lrb-widget .lrb-button-icon {
    animation: none !important;
    opacity: .92;
    transform: none !important;
  }

  .lrb-widget .lrb-explosion-layer,
  .lrb-widget .lrb-explosion-flash,
  .lrb-widget .lrb-burst-ring,
  .lrb-widget .lrb-particle {
    display: none;
  }

  .lrb-widget .lrb-modal {
    transition-duration: .1s;
  }

  .lrb-widget .lrb-product,
  .lrb-widget .lrb-modal.is-visible .lrb-product {
    transform: none;
    transition: opacity .1s linear;
  }

  .lrb-widget .lrb-product-media,
  .lrb-widget .lrb-product-content,
  .lrb-widget .lrb-product.is-refreshing .lrb-product-media,
  .lrb-widget .lrb-product.is-refreshing .lrb-product-content {
    transform: none;
    transition: opacity .08s linear;
  }
}

@media (forced-colors: active) {
  .lrb-widget .lrb-button {
    border: 2px solid ButtonText;
    background: ButtonFace;
  }

  .lrb-widget .lrb-button-shell {
    padding: 0;
    background: ButtonFace;
    box-shadow: none;
  }

  .lrb-widget .lrb-button-shell::before,
  .lrb-widget .lrb-button-face::before,
  .lrb-widget .lrb-button-face::after {
    display: none;
  }

  .lrb-widget .lrb-button-face {
    background: ButtonFace;
    box-shadow: none;
    color: ButtonText;
  }

  .lrb-widget .lrb-modal {
    background: Canvas;
  }

  .lrb-widget .lrb-product,
  .lrb-widget .lrb-product-close,
  .lrb-widget .lrb-product-link,
  .lrb-widget .lrb-boom-again {
    border: 2px solid ButtonText;
    background: Canvas;
    box-shadow: none;
    color: ButtonText;
  }
}
