html {
  scroll-behavior: smooth;
  background: #efe7dc;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  background: #efe7dc;
  color: #18231d;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

* {
  box-sizing: border-box;
}

body > *,
section,
footer,
img,
video,
iframe,
object,
embed {
  max-width: 100%;
}

.wrap {
  width: min(100%, 480px) !important;
  min-width: 0 !important;
  max-width: 100%;
  margin: 0 auto !important;
  background: #fffaf3;
  box-shadow: 0 18px 55px rgba(42, 31, 18, 0.12);
  overflow: hidden;
}

.offer,
.sect1,
.sect2,
.sect4,
.reviews3_section,
.order_block,
.reviews_list,
.author_block,
.images_block {
  max-width: 100%;
  overflow: hidden;
}

.offer {
  background: #fffaf3;
}

.offer .top_line {
  background: #123c27;
  padding: 14px 28px;
  justify-content: center;
}

.offer .top_line .text {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-style: normal;
}

.offer_img {
  background: #fffaf3;
  padding: 14px 16px 0;
}

.offer_img img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(42, 31, 18, 0.14);
}

.price_block {
  display: flex;
  width: auto !important;
  max-width: calc(100% - 32px);
  margin: 14px 16px 0;
  background: #fffaf3;
  border: 1px solid rgba(18, 60, 39, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

.price_block .price {
  flex: 1 1 54%;
  min-width: 0;
  padding: 0 14px;
}

.price_block .price .old {
  font-size: 24px;
}

.price_block .price .new {
  color: #123c27;
  font-size: 32px;
}

.price_block .sale,
.price_block .sale:before {
  background: #123c27;
  border-color: transparent transparent #123c27 transparent;
}

.price_block .sale {
  flex: 0 0 46%;
  width: auto;
  font-size: 18px;
}

.price_block .sale:before {
  display: none;
}

.date_sale {
  color: #775e4c;
}

.bullet_block {
  background: none;
  padding-top: 18px;
}

.offer_bull {
  padding: 0 12px;
}

.offer_bull > li {
  background: #f5eadc;
  border-radius: 14px;
  margin: 0 4px;
  padding: 14px 8px 12px;
  min-height: 112px;
}

.offer_bull > li > img {
  max-height: 42px;
}

.formbox {
  width: auto;
  max-width: calc(100% - 36px);
  background: #f5eadc;
  border-radius: 22px;
  padding: 24px 18px;
  margin: 32px 18px 0;
  box-shadow: 0 10px 28px rgba(18, 60, 39, 0.1);
}

.formbox span,
.title,
h1,
h2,
h3 {
  color: #123c27;
}

.button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px) !important;
  max-width: 410px !important;
  height: 72px !important;
  min-height: 72px;
  margin: 18px auto 0;
  padding: 0 22px !important;
  background: linear-gradient(135deg, #163f2b, #23643f) !important;
  border: 0;
  border-radius: 999px !important;
  box-shadow: 0 12px 24px rgba(18, 60, 39, 0.22);
  color: #fffaf3 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  text-align: center;
  white-space: normal;
  box-sizing: border-box;
}

.button:active {
  background: #123c27;
}

.sect1,
.sect2,
.sect4,
.reviews3_section {
  background: #fffaf3;
}

.sect1 p,
.sect2 p,
.review_item p,
.review_tem p {
  color: #2d352f;
}

.main_form input,
.main_form select,
select.field {
  width: 100% !important;
  max-width: 100% !important;
  background: #fffaf3 !important;
  border: 1px solid rgba(18, 60, 39, 0.16) !important;
  border-radius: 14px !important;
  height: 66px !important;
}

.main_form {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.sect1 img,
.sect2 img,
.reviews3_section img {
  width: 100%;
  height: auto;
  display: block;
}

.five-scents {
  width: calc(100% - 28px);
  margin: 26px auto 28px;
  padding: 18px 14px 20px;
  background: #f5eadc;
  border: 1px solid rgba(18, 60, 39, 0.14);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(18, 60, 39, 0.08);
}

.five-scents__tag {
  width: fit-content;
  margin: 0 auto 8px;
  padding: 6px 12px;
  color: #fffaf3;
  background: #123c27;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.five-scents h2 {
  margin: 0 0 8px;
  color: #123c27;
  font-size: 24px;
  line-height: 1.14;
  text-align: center;
  text-transform: uppercase;
}

.five-scents__lead {
  margin: 0 auto 14px !important;
  color: #4e4639 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: center;
}

.five-scents > img {
  margin: 0 0 12px;
  border-radius: 16px;
  overflow: hidden;
}

.five-scents__grid {
  display: grid;
  gap: 9px;
}

.five-scents__item {
  padding: 12px;
  background: #fffaf3;
  border: 1px solid rgba(18, 60, 39, 0.13);
  border-radius: 16px;
}

.five-scents__item--dark {
  color: #fffaf3;
  background: linear-gradient(135deg, #143423, #07150e);
}

.five-scents__item b {
  display: block;
  margin-bottom: 5px;
  color: inherit;
  font-size: 15px;
  line-height: 1.2;
}

.five-scents__item span {
  display: block;
  color: inherit;
  opacity: 0.82;
  font-size: 13px;
  line-height: 1.42;
}

.five-scents__note,
.bundle-hint {
  margin-top: 12px;
  padding: 12px 13px;
  color: #123c27;
  background: #fffaf3;
  border: 1px solid rgba(18, 60, 39, 0.14);
  border-left: 4px solid #123c27;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.bundle-hint {
  width: calc(100% - 32px);
  margin: 12px auto 0;
  text-align: left;
}

footer {
  background: #123c27;
  color: #fffaf3;
  padding: 22px 0 28px;
}

footer a {
  color: #fffaf3;
  opacity: 0.88;
}

@media (max-width: 480px) {
  .wrap {
    max-width: 100%;
    box-shadow: none;
  }

  .button {
    height: 72px !important;
    line-height: 1.2 !important;
    font-size: 18px;
  }
}

@media (min-width: 520px) {
  body {
    padding: 24px 0;
  }

  .wrap {
    max-width: 430px;
    border-radius: 24px;
    overflow: hidden;
  }
}
