* {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
main {
  display: block;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
}
button,
input,
select {
  border: none;
  margin: 0;
  padding: 0;
}
input,
select {
  -webkit-appearance: none;
}
a,
a:focus,
button,
button:focus {
  outline: none;
  box-shadow: none;
}
:after {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  font-size: 16px;
  font-family: var(--font-base);
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  color: var(--color-text);
  background-color: var(--color-page);
}
body.menu-open {
  overflow: hidden;
}

:root {
  --font-base: "Roboto", sans-serif;
  --font-display: "Oswald", sans-serif;
  --color-page: #f7f0e6;
  --color-text: #1f1712;
  --color-muted: #6f6258;
  --color-accent: #8d160d;
  --color-brown: #421000;
}

.font-base {
  font-family: var(--font-base);
}

.font-display {
  font-family: var(--font-display);
}

.text-meta {
font-weight: 300;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
font-family: var(--font-display);
}

.text-small {
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.text-body {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.text-lead {
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.heading-hero {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  color: var(--color-text);
}

.heading-section {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-text);
}

.heading-card {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.price-text {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.quote-text {
  font-family: var(--font-base);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .heading-hero {
    font-size: 28px;
  }
.article__title {
  margin-bottom: 36px;
}
  .heading-section {
    font-size: 24px;
  }

  .price-text {
    font-size: 38px;
  }
}
[class*="__container"] {
  max-width: 754px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.page {
  flex: 1 0 auto;
}

.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 0px 16px;
  border-bottom: 1px solid rgba(31, 23, 18, 0.1);
}

.site-logo {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #1e1e1e;
}

.site-tagline {
  margin-top: 4px;
  transform: translateX(104px);
  color: #b0b0b0;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.article {
  padding: 64px 0 80px;
}

.article__container {
  margin: 0 auto;
}

.article__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.article__title {
  margin-bottom: 16px;
}

.article__lead {
  margin-bottom: 24px;
font-weight: 400;
font-style: Italic;
font-size: 20px;
line-height: 115%;
letter-spacing: 0%;

}

.article__figure {
  margin: 0;
}

.article__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.article__caption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
  color: #6B6969;
  font-size: 14px;
  line-height: 120%;
}

.article__caption span:first-child {
  color: #401501;
  font-size: 14px;
  font-family: var(--font-display);
  font-weight: 400;
}

.article__caption strong {
  color: var(--color-accent);
  font-weight: 700;
}

.article__body {
  margin-top: 33px;
  color: #1E1E1E;
  font-family: var(--font-base);
  font-size: 18px;
  line-height: 117%;
}
.article__body p span {
  font-weight: 700;
}

.article__body p + p {
  margin-top: 12px;
}

.article__body h2 {
  margin: 31px 0 16px;

  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #1E1E1E;
}

.chat-card {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin: 15px 0;
  border-radius: 4px;
  padding: 33px 23px 31px;
  border: 1px solid #401501;

}

.chat-row {
  display: flex;
  flex-direction: column;
  max-width: 76%;
  gap: 8px;
}

.chat-row--left {
  align-items: flex-start;
  max-width: 86%;
}

.chat-row--right {
  align-items: flex-end;
  align-self: flex-end;
  max-width: 68%;

}

.chat-name {
  color: #6B6969;
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.chat-row p {
  margin: 0;
  padding: 16px 15px;
  border-radius: 0px 8px 8px 8px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-style: italic;
}

.chat-row--left p {
  background-color: #40150126;
  color: #332821;
}

.chat-row--right p {
  background-color: #8d160d;
  color: #fffaf1;
  border-radius: 8px 0px 8px 8px;
  padding: 16px 13px;
  border-radius: 8px 8px 0 0;
}

.product-card {
  margin: 37px 0 34px;
  /* padding: 11px 14px 16px; */
  border-radius: 8px;
  background-color: #401501;
  color: #fffaf1;
}

.product-card__eyebrow {
  margin: 0 0 22px;
  padding: 12px 16px;
      border-radius: 8px 8px 0px 0px;
  color: #e80000;
  background-color: #5E0202;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.product-card__content {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 0px 16px 24px 16px;
}

.product-card__media {
  flex: 1 1 0;
}

.product-card__info {
  flex: 0 1 48.8%;
}

.product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 278px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.article__body .product-card__title {
  margin: 0 0 21px;
  color: #fff;
  font-family: var(--font-base);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.product-card__features {
  margin: 0 0 34px;
  padding-left: 27px;
  color: #fff;
  font-size: 16px;
  line-height: 131%;
  list-style: disc;
}

.product-card__features li {
  list-style: disc;
}

.product-card__pricing {
  /* margin-top: auto; */

}

.product-card__old-price {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 250, 241, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: line-through;
}

.product-card__price-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.product-card__price {
  color: #fff;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.product-card__price-row {
  gap: 8px;
}
.product-card__discount {
      margin-bottom: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 37px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #D80000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 51px;
  margin-top: 27px;
  padding: 16px 16px;
  border-radius: 5px;
  background-color: #0cb018;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.product-card__meta {
  align-self: stretch;
  margin: 8px 0 0;
  color: rgba(255, 250, 241, 0.72);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.product-card--final {
  margin-top: 30px;
  padding: 24px 16px;
}

.product-card--final .product-card__content {
  gap: 20px;
  padding: 0;
}

.product-card--final .product-card__media {
  flex: 1 1 0;
  min-height: 404px;
  padding: 0;
}

.product-card--final .product-card__info {
  flex: 0 0 390px;
  padding: 0;
}

.article__body .product-card--final .product-card__title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
}

.product-card__description {
  margin: 0 0 22px;
  color: #fffaf1;
  font-size: 16px;
  line-height: 127%;
}

.product-card--final .product-card__pricing {
  margin-top: 0;
}

.product-card--final .product-card__old-price {
  margin-bottom: 18px;
}

.product-card--final .product-card__button {
  margin-top: 18px;
}

.product-card--final .product-card__meta {
  margin-top: 6px;
  font-size: 10px;
}

.article-section {
  margin-top: 29px;
}


.article__body .buyers__title {
  margin: 0 0 16px;
  color: #1E1E1E;
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.article-section h3 {
  margin: 17px 0 16px;
  color: #1E1E1E;
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.feature-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.feature-list li {
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(64, 21, 1, 0.15);
}

.feature-list li + li {
  padding-top: 15px;
}

.feature-list img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.feature-list h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 7px;
  color: #8d160d;
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.feature-list p {
  margin: 0;
  color: #1E1E1E;
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}

.article-section--later {
  margin-top: 30px;
}

.buyers {
  margin-top: 18px;
}

.article__body .buyers__title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.buyers__slider {
  display: flex;
  gap: 16px;
}

.review-card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-height: 266px;
  padding: 24px 16px 24px;
  border: 1px solid #8d160d;
  border-radius: 4px;
}

.review-card__stars {
  width: 120px;
  height: 24px;
  margin-bottom: 16px;
}

.review-card p {
  margin: 0;
  color: #1E1E1E;
  font-size: 14px;
  line-height: 117%;
}

.review-card h3 {
  margin: auto 0 0;
  padding-top: 10px;
  color: #7b0804;
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.buyers__dots {
  display: none;
}

@media (max-width: 767px) {
  .heading-hero {
    font-size: 28px;
  }

  .article__title {
    margin-bottom: 29px;
  }

  .site-header {
    padding-top: 27px;
  }

  .site-logo {
    font-size: 48px;
  }

  .article {
    padding-top: 70px;
  }

  .article__lead {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .article__caption {
    font-size: 14px;
  }

  .article__body {
    font-size: 18px;
  }

  .article__body h2 {
    font-size: 24px;
  }

  .chat-card {
    padding: 32px 22px;
  }

  .chat-row {
    max-width: 88%;
  }

  .chat-row p {
    font-size: 16px;
  }

  .product-card {
    margin: 32px 0 30px;
    /* padding: 11px 14px 15px; */
  }

  .product-card__eyebrow {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .product-card__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .product-card__media {
    flex: none;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.33;
    height: 345px;
  }

  .product-card__info {
    flex: none;
    width: 100%;
  }

  .article__body .product-card__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .product-card__features {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .product-card__old-price {
    font-size: 18px;
  }

  .product-card__price {
    font-size: 48px;
  }

  .product-card__discount {
    /* min-width: 65px;
    min-height: 30px; */
    font-size: 18px;
  }

  .product-card__button {
    min-height: 51px;
    margin-top: 25px;
    font-size: 16px;
  }

  .product-card__meta {
    font-size: 12px;
  }

  .product-card--final {
    margin-top: 31px;
    padding: 24px 16px;
  }

  .product-card--final .product-card__content {
    gap: 20px;
    padding: 0;
  }

  .product-card--final .product-card__media {
    display: flex;
    order: 0;
    flex: none;
    width: 100%;
    min-height: 0;
    height: 520px;
    padding: 0;
  }

  .product-card--final .product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-card--final .product-card__info {
    order: 1;
    flex: none;
    width: 100%;
    padding: 0;
  }

  .article__body .product-card--final .product-card__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 120%;
  }
  .product-card--final .product-card__button {
    margin-top: 27px;
  }

  .product-card__description {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 131%;
  }

  .article-section {
    margin-top: 24px;
  }

  .article__body .article-section h2,
  .article__body .buyers__title {
    margin-bottom: 13px;
    font-size: 24px;
  }
   .article__body .buyers__title {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .article-section h3 {
    margin: 22px 0 14px;
    font-size: 20px;
  }

  .feature-list {
    padding-bottom: 0;
  }

  .feature-list h4 {
    font-size: 18px;
  }

  .article-section--later {
    margin-top: 24px;
  }

  .buyers {
    margin-top: 20px;
    overflow: hidden;
  }

  .article__body .buyers__title {
    margin-bottom: 14px;
  }

  .buyers__slider {
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 1px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .buyers__slider::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 242px;
    width: 257px;
    min-height: 287px;
    padding: 24px 16px 24px;
    scroll-snap-align: start;
  }

  .review-card__stars {
    margin-bottom: 17px;
  }

  .review-card p {
    font-size: 14px;
    line-height: 114%;
  }

  .review-card h3 {
    font-size: 20px;
    padding-top: 0;
    margin-top: 12px;
  }

  .buyers__dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 14px;
  }

  .buyers__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgba(64, 21, 1, 0.18);
  }

  .buyers__dot--active {
    background-color: #401501;
  }
}



.footer {
  background-color: #1E1E1E;
  padding: 40px 0;
  color: #B0B0B0;
}
.footer__container {
}
.footer__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.footer__logo {
  font-family: var(--font-display);
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
margin-top: -12px;
color: #FFFFFF;

}
.footer__items {
  display: flex;
  flex-direction: column;
}
.footer__items a {
display: block;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
}
.footer__items a {
  padding: 7px 0;
  border-bottom: 1px solid #B0B0B042;
}
.footer__items a:last-child {
  padding-bottom: 7px;
  border-bottom: none;
}
.footer__items a:last-child {
  padding-top: 8px;
}
.footer__text {
  max-width: 464px;
font-weight: 300;
font-size: 14px;
line-height: 115%;
letter-spacing: 0%;
 border-bottom: 1px solid #B0B0B042;
 padding-bottom: 13px;
}


.footer__copy {
  margin-top: 19px;
font-weight: 300;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;

}
.footer__text-mob {
  display: none;
}
@media (max-width: 767px) {
  .footer {
    padding: 45px 0;
  }
  .footer__blocks {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__items {
    width: 100%;
  }
  .footer__text-mob {
  display: block;
font-weight: 300;
font-size: 14px;
line-height: 115%;
letter-spacing: 0%;
margin-bottom: 37px;
}
.footer__items a:last-child {
  padding-top: 10px;
}
.footer__text {
  display: none;
}
.footer__logo {
margin-bottom: 23px;
margin-top: 0px;
}
.footer__copy {
  margin-top: 36px;
}
}

.legal-page {
  padding: 64px 0 80px;
}

.legal-page__container {
  max-width: 754px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}

.legal-page h1 {
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(31, 23, 18, 0.2);
  color: #1E1E1E;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.legal-page__updated {
  margin-bottom: 36px;
  color: #6B6969;
  font-size: 16px;
  font-style: italic;
  line-height: 130%;
}

.legal-page h2 {
  margin: 30px 0 12px;
  color: #1E1E1E;
  font-family: var(--font-base);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.legal-page p,
.legal-page li {
  color: #1E1E1E;
  font-size: 18px;
  line-height: 140%;
}

.legal-page p + p {
  margin-top: 10px;
}

.legal-page ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 22px;
}

.legal-page li {
  list-style: disc;
}

@media (max-width: 767px) {
  .legal-page {
    padding: 40px 0 56px;
  }

  .legal-page h1 {
    font-size: 32px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 16px;
  }
}
.info-box {
    background: #ede5d8;
    border-left: 4px solid #c4622d;
    padding: 18px 22px;
    margin: 20px 0;
}