@charset "UTF-8";
body div.text_item {
  box-sizing: border-box;
  width: calc(50% - 32px);
  padding-left: 20px;
  padding-right: 20px;
}
body div.text_under_body {
  padding: 0;
}
@media (max-width: 640px) {
  .lpc-list-illustration__box {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lpc-delivery-block, .lpc-text-sticky-1, .lpc-elements-text-1 {
    padding-bottom: 30px !important;
  }
  .lpc-elements-headline__title, .lpc-features-2__title, .lpc-shop-lot__header, .lpc-text-sticky-1__title, .lpc-questions-3__header {
    font-size: 25px !important;
  }
  .lpc-list-illustration__title {
    font-size: 17px !important;
  }
  body div.text_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body div.text_under {
    font-size: 15px;
  }
  body div.text_under h2 {
    font-size: 24px;
  }
}
#speakButton {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 12px 22px 12px 45px;
  background: #7f5336;
  text-transform: uppercase;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 0;
  border-radius: 250px;
  transition: all 0.2s linear;
}
#speakButton:hover {
  box-shadow: none;
}
#speakButton:before {
  content: "🔊";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  left: 15px;
  top: calc(50% - 9px);
}
#speakButton.speaking:before {
  content: "⏸";
}
#speakButton.speaking.paused:before {
  content: "🔊";
}
