@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #2B2D33);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #3d4049);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #505460);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #8d92a0);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #2B2D33);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #3d4049);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #505460);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #8d92a0);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #2B2D33);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #3d4049);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #505460);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #8d92a0);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 20);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1440px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, right);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, false); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* Мыло & сказка: коммерческая заявочная витрина */
/* line 31, theme.scss */
body[data-theme-template="index"] {
  background: #f1e5d0;
  color: #2b2118; }

/* line 32, theme.scss */
body[data-theme-template="index"] > .page_layout > header,
body[data-theme-template="index"] > .page_layout > footer,
body[data-theme-template="index"] [data-fixed-panels="bottom"],
body[data-theme-template="index"] .outside-widgets {
  display: none !important; }

/* line 36, theme.scss */
body[data-theme-template="index"] main {
  overflow: hidden; }

/* line 37, theme.scss */
body[data-theme-template="index"] .page_layout {
  background: #f1e5d0; }

/* line 38, theme.scss */
.ms-page {
  --paper:#f1e5d0;
  --paper2:#ead8ba;
  --paper3:#f8eedc;
  --dark:#0f0d09;
  --ink:#2b2118;
  --light:#f4ebdd;
  --gold:#c58a36;
  --red:#8e2b22;
  --green:#34492b;
  --line:rgba(43,33,24,.15);
  font-family: Arial, sans-serif;
  color: var(--ink);
  background: var(--paper); }

/* line 39, theme.scss */
.ms-page * {
  box-sizing: border-box; }

/* line 40, theme.scss */
.ms-page img {
  max-width: 100%;
  display: block; }

/* line 41, theme.scss */
.ms-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto; }

/* line 42, theme.scss */
.ms-center {
  text-align: center; }

/* line 43, theme.scss */
.ms-kicker, .ms-eyebrow {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold); }

/* line 44, theme.scss */
.ms-page h1, .ms-page h2, .ms-page h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -.035em; }

/* line 45, theme.scss */
.ms-page h2 {
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.05;
  margin: 10px 0 22px; }

/* line 46, theme.scss */
.ms-lead {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(43, 33, 24, 0.72); }

/* line 47, theme.scss */
.ms-section {
  padding: 92px 0;
  position: relative; }

/* line 48, theme.scss */
.ms-link {
  display: inline-flex;
  margin-top: 22px;
  color: #8e5d24;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700; }

/* line 49, theme.scss */
.ms-link:hover {
  color: var(--red); }

/* line 50, theme.scss */
.ms-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease; }

/* line 51, theme.scss */
.ms-btn:hover {
  transform: translateY(-2px); }

/* line 52, theme.scss */
.ms-btn--gold {
  background: var(--gold);
  color: #1b130b;
  border: 1px solid var(--gold); }

/* line 53, theme.scss */
.ms-btn--ghost {
  color: var(--light);
  border: 1px solid rgba(244, 235, 221, 0.42); }

/* line 54, theme.scss */
.ms-btn--dark {
  background: #17120d;
  color: var(--light);
  border: 0;
  width: 100%;
  cursor: pointer; }

/* line 55, theme.scss */
.ms-btn.is-sending {
  opacity: .74;
  pointer-events: none; }

/* line 57, theme.scss */
.ms-hero {
  min-height: 96vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f0d09;
  color: var(--light); }

/* line 58, theme.scss */
.ms-hero__image, .ms-hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

/* line 59, theme.scss */
.ms-hero__image img {
  object-fit: cover;
  object-position: center; }

/* line 60, theme.scss */
.ms-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 8, 4, 0.96) 0%, rgba(10, 8, 4, 0.78) 36%, rgba(10, 8, 4, 0.23) 74%, rgba(10, 8, 4, 0.05) 100%); }

/* line 61, theme.scss */
.ms-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 62, theme.scss */
.ms-logo {
  color: var(--light);
  text-decoration: none;
  display: flex;
  gap: 12px;
  align-items: center;
  letter-spacing: .02em; }

/* line 63, theme.scss */
.ms-logo b {
  display: block;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

/* line 64, theme.scss */
.ms-logo small {
  display: block;
  opacity: .72;
  font-size: 12px;
  margin-top: 2px; }

/* line 65, theme.scss */
.ms-logo__mark {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(244, 235, 221, 0.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold); }

/* line 66, theme.scss */
.ms-nav {
  display: flex;
  gap: 24px;
  align-items: center; }

/* line 67, theme.scss */
.ms-nav a {
  color: var(--light);
  text-decoration: none;
  font-size: 14px;
  opacity: .88; }

/* line 68, theme.scss */
.ms-nav a:hover {
  color: var(--gold); }

/* line 69, theme.scss */
.ms-burger {
  display: none;
  background: transparent;
  border: 1px solid rgba(244, 235, 221, 0.35);
  width: 44px;
  height: 38px;
  border-radius: 999px; }

/* line 70, theme.scss */
.ms-burger span {
  display: block;
  height: 1px;
  width: 20px;
  background: var(--light);
  margin: 6px auto; }

/* line 71, theme.scss */
.ms-hero__content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 110px);
  padding-top: 72px; }

/* line 72, theme.scss */
.ms-hero h1 {
  font-size: clamp(52px, 8vw, 116px);
  line-height: .92;
  margin: 18px 0 26px; }

/* line 73, theme.scss */
.ms-hero h1 span {
  color: var(--gold); }

/* line 74, theme.scss */
.ms-hero p {
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.6;
  max-width: 620px;
  color: rgba(244, 235, 221, 0.84); }

/* line 75, theme.scss */
.ms-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 36px 0 20px; }

/* line 76, theme.scss */
.ms-note {
  font-size: 13px !important;
  opacity: .72; }

/* line 77, theme.scss */
.ms-hero__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px; }

/* line 78, theme.scss */
.ms-hero__badges span {
  border: 1px solid rgba(244, 235, 221, 0.24);
  background: rgba(244, 235, 221, 0.06);
  color: rgba(244, 235, 221, 0.78);
  padding: 9px 12px;
  font-size: 12px;
  letter-spacing: .04em; }

/* line 80, theme.scss */
.ms-trust {
  background: #15110c;
  color: var(--light);
  border-top: 1px solid rgba(244, 235, 221, 0.12);
  border-bottom: 1px solid rgba(244, 235, 221, 0.08); }

/* line 81, theme.scss */
.ms-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px; }

/* line 82, theme.scss */
.ms-trust__grid div {
  padding: 24px 18px;
  border-left: 1px solid rgba(244, 235, 221, 0.1); }

/* line 83, theme.scss */
.ms-trust__grid div:last-child {
  border-right: 1px solid rgba(244, 235, 221, 0.1); }

/* line 84, theme.scss */
.ms-trust b {
  display: block;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px; }

/* line 85, theme.scss */
.ms-trust span {
  color: rgba(244, 235, 221, 0.76);
  line-height: 1.45;
  font-size: 14px; }

/* line 87, theme.scss */
.ms-about__grid, .ms-gift__grid, .ms-faq__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 86px;
  align-items: center; }

/* line 88, theme.scss */
.ms-engraving {
  margin: 0;
  background: #e4d2b7;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(43, 33, 24, 0.12); }

/* line 89, theme.scss */
.ms-engraving img {
  aspect-ratio: 1.35;
  object-fit: cover;
  filter: sepia(0.18) contrast(0.92); }

/* line 90, theme.scss */
.ms-text p {
  font-size: 18px;
  line-height: 1.75;
  max-width: 660px; }

/* line 91, theme.scss */
.ms-mini-points, .ms-gift-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px; }

/* line 92, theme.scss */
.ms-mini-points span, .ms-gift-list span {
  border: 1px solid var(--line);
  background: #fff6e8;
  padding: 9px 12px;
  font-size: 13px;
  color: rgba(43, 33, 24, 0.72); }

/* line 94, theme.scss */
.ms-collections {
  background: #f5ead7; }

/* line 95, theme.scss */
.ms-collection-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px; }

/* line 96, theme.scss */
.ms-collection {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border-radius: 2px;
  background: #130f0a;
  color: var(--light);
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(43, 33, 24, 0.16); }

/* line 97, theme.scss */
.ms-collection img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, opacity .55s ease;
  opacity: .8; }

/* line 98, theme.scss */
.ms-collection:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68)); }

/* line 99, theme.scss */
.ms-collection span {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 22px; }

/* line 100, theme.scss */
.ms-collection b {
  display: block;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1; }

/* line 101, theme.scss */
.ms-collection small {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  color: #e1b46e;
  line-height: 1.45; }

/* line 102, theme.scss */
.ms-collection:hover img {
  transform: scale(1.05);
  opacity: .92; }

/* line 103, theme.scss */
.ms-disclaimer {
  max-width: 920px;
  margin: 34px auto 0;
  padding: 18px 22px 0;
  border-top: 1px solid rgba(43, 33, 24, 0.16);
  color: rgba(43, 33, 24, 0.68);
  font-size: 13px;
  line-height: 1.6;
  text-align: center; }

/* line 105, theme.scss */
.ms-real-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px; }

/* line 106, theme.scss */
.ms-real-card {
  margin: 0;
  background: #fff8ec;
  border: 1px solid rgba(43, 33, 24, 0.12);
  padding: 12px;
  box-shadow: 0 16px 42px rgba(43, 33, 24, 0.08); }

/* line 107, theme.scss */
.ms-real-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #e7dac3; }

/* line 108, theme.scss */
.ms-real-card figcaption {
  padding: 14px 4px 4px; }

/* line 109, theme.scss */
.ms-real-card figcaption b {
  display: block;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400; }

/* line 110, theme.scss */
.ms-real-card figcaption span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(43, 33, 24, 0.62); }

/* line 111, theme.scss */
.ms-real-promise {
  margin: 34px auto 0;
  max-width: 900px;
  background: #352719;
  color: #f6ead8;
  padding: 22px 26px;
  line-height: 1.65;
  border-left: 4px solid var(--gold);
  box-shadow: 0 16px 42px rgba(43, 33, 24, 0.1); }

/* line 112, theme.scss */
.ms-real-promise b {
  color: #e1b46e; }

/* line 114, theme.scss */
.ms-order {
  background: #ead8ba; }

/* line 115, theme.scss */
.ms-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px; }

/* line 116, theme.scss */
.ms-product {
  background: #f8eedc;
  border: 1px solid rgba(43, 33, 24, 0.14);
  padding: 14px;
  box-shadow: 0 16px 42px rgba(43, 33, 24, 0.08);
  display: flex;
  flex-direction: column; }

/* line 117, theme.scss */
.ms-product img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
  background: #e0ccb0; }

/* line 118, theme.scss */
.ms-product h3 {
  font-size: 28px;
  margin: 18px 0 8px; }

/* line 119, theme.scss */
.ms-product p {
  color: rgba(43, 33, 24, 0.68);
  line-height: 1.55;
  margin: 0 0 16px; }

/* line 120, theme.scss */
.ms-product dl {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(43, 33, 24, 0.12); }

/* line 121, theme.scss */
.ms-product dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  line-height: 1.35; }

/* line 122, theme.scss */
.ms-product dt {
  color: rgba(43, 33, 24, 0.5); }

/* line 123, theme.scss */
.ms-product dd {
  margin: 0;
  text-align: right;
  color: rgba(43, 33, 24, 0.78); }

/* line 124, theme.scss */
.ms-product a {
  margin-top: auto;
  display: inline-flex;
  color: #8e5d24;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 700;
  text-decoration: none; }

/* line 126, theme.scss */
.ms-occasion {
  background: #f5ead7; }

/* line 127, theme.scss */
.ms-occasion-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px; }

/* line 128, theme.scss */
.ms-occasion-grid a {
  min-height: 190px;
  background: #fff8ec;
  border: 1px solid rgba(43, 33, 24, 0.12);
  color: var(--ink);
  text-decoration: none;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .2s ease, box-shadow .2s ease; }

/* line 129, theme.scss */
.ms-occasion-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 42px rgba(43, 33, 24, 0.12); }

/* line 130, theme.scss */
.ms-occasion-grid b {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1; }

/* line 131, theme.scss */
.ms-occasion-grid span {
  color: rgba(43, 33, 24, 0.62);
  font-size: 14px;
  line-height: 1.55; }

/* line 133, theme.scss */
.ms-ingredients {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--light);
  overflow: hidden;
  background: #100d09; }

/* line 134, theme.scss */
.ms-ingredients > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78; }

/* line 135, theme.scss */
.ms-ingredients:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 13, 9, 0.92), rgba(15, 13, 9, 0.58), rgba(15, 13, 9, 0.1)); }

/* line 136, theme.scss */
.ms-ingredients__content {
  position: relative;
  z-index: 2;
  width: min(600px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 110px); }

/* line 137, theme.scss */
.ms-ingredients p {
  line-height: 1.7;
  color: rgba(244, 235, 221, 0.82); }

/* line 138, theme.scss */
.ms-ingredients ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  list-style: none;
  margin-top: 28px; }

/* line 139, theme.scss */
.ms-ingredients li {
  border: 1px solid rgba(244, 235, 221, 0.2);
  padding: 16px;
  color: var(--light); }

/* line 141, theme.scss */
.ms-gift {
  background: #f5ead7; }

/* line 142, theme.scss */
.ms-gift__photo {
  margin: 0; }

/* line 143, theme.scss */
.ms-gift__photo img {
  aspect-ratio: 1.2;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(43, 33, 24, 0.15); }

/* line 144, theme.scss */
.ms-process {
  background: #ead8ba; }

/* line 145, theme.scss */
.ms-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 38px; }

/* line 146, theme.scss */
.ms-process-grid article {
  background: #f8eedc;
  border: 1px solid rgba(43, 33, 24, 0.13);
  padding: 24px;
  min-height: 220px; }

/* line 147, theme.scss */
.ms-process-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #17120d;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400; }

/* line 148, theme.scss */
.ms-process-grid h3 {
  font-size: 26px;
  margin: 24px 0 10px; }

/* line 149, theme.scss */
.ms-process-grid p {
  color: rgba(43, 33, 24, 0.68);
  line-height: 1.6; }

/* line 150, theme.scss */
.ms-faq {
  background: #f1e5d0; }

/* line 151, theme.scss */
.ms-faq__grid {
  align-items: start; }

/* line 152, theme.scss */
.ms-faq__list {
  display: grid;
  gap: 12px; }

/* line 153, theme.scss */
.ms-faq details {
  background: #fff8ec;
  border: 1px solid rgba(43, 33, 24, 0.12);
  padding: 18px 20px; }

/* line 154, theme.scss */
.ms-faq summary {
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.25; }

/* line 155, theme.scss */
.ms-faq details p {
  color: rgba(43, 33, 24, 0.68);
  line-height: 1.65;
  margin: 14px 0 0; }

/* line 157, theme.scss */
.ms-request {
  position: relative;
  padding: 110px 0;
  background-size: cover;
  background-position: center; }

/* line 158, theme.scss */
.ms-request__box {
  width: min(650px, calc(100% - 40px));
  margin: 0 auto;
  background: rgba(245, 234, 215, 0.9);
  border: 1px solid rgba(43, 33, 24, 0.14);
  padding: 46px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(43, 33, 24, 0.18);
  backdrop-filter: blur(8px); }

/* line 159, theme.scss */
.ms-request h2 {
  font-size: clamp(34px, 4vw, 54px); }

/* line 160, theme.scss */
.ms-request__box > p {
  line-height: 1.6; }

/* line 161, theme.scss */
.ms-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 24px 0; }

/* line 162, theme.scss */
.ms-chips button {
  border: 1px solid rgba(43, 33, 24, 0.18);
  background: #fff8ec;
  color: var(--ink);
  padding: 9px 12px;
  border-radius: 999px;
  cursor: pointer; }

/* line 163, theme.scss */
.ms-chips button:hover, .ms-chips button.is-active {
  border-color: var(--gold);
  background: #f4dfbc; }

/* line 164, theme.scss */
.ms-form {
  display: grid;
  gap: 12px;
  text-align: left; }

/* line 165, theme.scss */
.ms-form label span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(43, 33, 24, 0.68);
  margin-bottom: 6px; }

/* line 166, theme.scss */
.ms-form input[type="text"], .ms-form textarea {
  width: 100%;
  border: 1px solid rgba(43, 33, 24, 0.22);
  background: #fffaf0;
  color: var(--ink);
  padding: 14px;
  border-radius: 0;
  font: inherit; }

/* line 167, theme.scss */
.ms-form input[type="text"]:focus, .ms-form textarea:focus {
  outline: 2px solid rgba(197, 138, 54, 0.35);
  border-color: var(--gold); }

/* line 168, theme.scss */
.ms-form textarea {
  resize: vertical; }

/* line 169, theme.scss */
.ms-form small {
  display: block;
  min-height: 1px;
  color: var(--red);
  font-size: 12px;
  margin-top: 4px; }

/* line 170, theme.scss */
.ms-consent {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(43, 33, 24, 0.72); }

/* line 171, theme.scss */
.ms-consent span {
  margin: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-size: 13px !important; }

/* line 172, theme.scss */
.ms-form__message, .ms-form__success {
  min-height: 18px;
  color: var(--red);
  font-size: 13px; }

/* line 173, theme.scss */
.ms-form__success {
  color: #2f5b3a; }

/* line 174, theme.scss */
.ms-form-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(43, 33, 24, 0.62); }

/* line 175, theme.scss */
.ms-footer {
  background: #0f0d09;
  color: var(--light);
  padding: 58px 0; }

/* line 176, theme.scss */
.ms-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px; }

/* line 177, theme.scss */
.ms-footer b {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400; }

/* line 178, theme.scss */
.ms-footer p, .ms-footer a {
  color: rgba(244, 235, 221, 0.68);
  line-height: 1.65;
  font-size: 14px; }

/* line 179, theme.scss */
.ms-footer nav {
  display: grid;
  gap: 8px;
  align-content: start; }

/* line 180, theme.scss */
.ms-footer a {
  text-decoration: none; }

/* line 181, theme.scss */
.ms-cookie {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  width: min(430px, calc(100% - 36px));
  background: #17120d;
  color: var(--light);
  border: 1px solid rgba(244, 235, 221, 0.15);
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }

/* line 182, theme.scss */
.ms-cookie p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(244, 235, 221, 0.76); }

/* line 183, theme.scss */
.ms-cookie button {
  border: 0;
  background: var(--gold);
  color: #160f08;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer; }

/* line 184, theme.scss */
.ms-cookie.is-hidden {
  display: none; }

/* line 185, theme.scss */
.ms-mobile-cta {
  display: none; }

/* line 186, theme.scss */
.ms-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease; }

/* line 187, theme.scss */
.ms-reveal.is-visible {
  opacity: 1;
  transform: none; }

/* Мягкая анимационная система: без тяжёлых библиотек, чтобы InSales не начал опять изображать драму */
/* line 192, theme.scss */
.ms-scroll-progress {
  position: fixed;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  transform-origin: left center;
  transform: scaleX(var(--ms-progress, 0));
  background: linear-gradient(90deg, #8e5d24, #c58a36, #f2d39a);
  pointer-events: none; }

/* line 193, theme.scss */
.ms-page:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .05;
  mix-blend-mode: soft-light;
  background-image: radial-gradient(circle at 18% 12%, #ffffff 0% 1px, rgba(0, 0, 0, 0) 1px), radial-gradient(circle at 72% 28%, #ffffff 0% 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 90px 90px, 130px 130px; }

/* line 194, theme.scss */
.ms-header {
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease, height .35s ease; }

/* line 195, theme.scss */
.ms-header.is-scrolled {
  position: fixed;
  background: rgba(15, 13, 9, 0.76);
  border-bottom: 1px solid rgba(244, 235, 221, 0.12);
  backdrop-filter: blur(16px); }

/* line 196, theme.scss */
.ms-hero__image {
  transform: translate3d(0, var(--ms-parallax-y, 0), 0);
  will-change: transform; }

/* line 197, theme.scss */
.ms-hero__image img {
  animation: ms-hero-breathe 18s ease-in-out infinite alternate; }

/* line 198, theme.scss */
.ms-hero__shade:after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 66% 34%, rgba(197, 138, 54, 0.18), rgba(0, 0, 0, 0) 32%), radial-gradient(circle at 26% 74%, rgba(244, 235, 221, 0.08), rgba(0, 0, 0, 0) 28%);
  animation: ms-lantern 9s ease-in-out infinite alternate; }

/* line 199, theme.scss */
.ms-hero__particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none; }

/* line 200, theme.scss */
.ms-hero__particles i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(242, 211, 154, 0.72);
  box-shadow: 0 0 18px rgba(242, 211, 154, 0.72);
  animation: ms-firefly 9s ease-in-out infinite; }

/* line 201, theme.scss */
.ms-hero__particles i:nth-child(1) {
  left: 54%;
  top: 28%;
  animation-delay: -1s; }

/* line 202, theme.scss */
.ms-hero__particles i:nth-child(2) {
  left: 72%;
  top: 18%;
  animation-delay: -4s; }

/* line 203, theme.scss */
.ms-hero__particles i:nth-child(3) {
  left: 82%;
  top: 52%;
  animation-delay: -2s; }

/* line 204, theme.scss */
.ms-hero__particles i:nth-child(4) {
  left: 46%;
  top: 66%;
  animation-delay: -6s; }

/* line 205, theme.scss */
.ms-hero__particles i:nth-child(5) {
  left: 63%;
  top: 78%;
  animation-delay: -3s; }

/* line 206, theme.scss */
.ms-hero__particles i:nth-child(6) {
  left: 89%;
  top: 35%;
  animation-delay: -7s; }

/* line 207, theme.scss */
.ms-hero__particles i:nth-child(7) {
  left: 38%;
  top: 45%;
  animation-delay: -5s; }

/* line 208, theme.scss */
.ms-hero__particles i:nth-child(8) {
  left: 76%;
  top: 70%;
  animation-delay: -8s; }

/* line 209, theme.scss */
.ms-hero__content > * {
  opacity: 0;
  transform: translateY(18px);
  animation: ms-fade-up .8s ease forwards; }

/* line 210, theme.scss */
.ms-hero__content > *:nth-child(1) {
  animation-delay: .15s; }

/* line 211, theme.scss */
.ms-hero__content > *:nth-child(2) {
  animation-delay: .26s; }

/* line 212, theme.scss */
.ms-hero__content > *:nth-child(3) {
  animation-delay: .38s; }

/* line 213, theme.scss */
.ms-hero__content > *:nth-child(4) {
  animation-delay: .50s; }

/* line 214, theme.scss */
.ms-hero__content > *:nth-child(5) {
  animation-delay: .62s; }

/* line 215, theme.scss */
.ms-hero__content > *:nth-child(6) {
  animation-delay: .74s; }

/* line 216, theme.scss */
.ms-marquee {
  background: #0f0d09;
  color: rgba(244, 235, 221, 0.58);
  border-top: 1px solid rgba(244, 235, 221, 0.08);
  border-bottom: 1px solid rgba(244, 235, 221, 0.08);
  overflow: hidden; }

/* line 217, theme.scss */
.ms-marquee__track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 13px 0;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  animation: ms-marquee 26s linear infinite; }

/* line 218, theme.scss */
.ms-marquee__track span {
  padding-right: 34px; }

/* line 219, theme.scss */
.ms-tilt {
  position: relative;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--lift, 0));
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform; }

/* line 220, theme.scss */
.ms-tilt:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0) 32%);
  transition: opacity .22s ease; }

/* line 221, theme.scss */
.ms-tilt:hover {
  --lift:-6px; }

/* line 222, theme.scss */
.ms-tilt:hover:after {
  opacity: .65; }

/* line 223, theme.scss */
.ms-collection:hover, .ms-product:hover, .ms-real-card:hover, .ms-occasion-grid a:hover {
  box-shadow: 0 24px 70px rgba(43, 33, 24, 0.18); }

/* line 224, theme.scss */
.ms-process-grid article, .ms-trust__grid div {
  transition: transform .25s ease, background .25s ease; }

/* line 225, theme.scss */
.ms-process-grid article:hover, .ms-trust__grid div:hover {
  transform: translateY(-4px); }

/* line 226, theme.scss */
.ms-btn, .ms-link, .ms-chips button {
  position: relative;
  overflow: hidden; }

/* line 227, theme.scss */
.ms-btn:after, .ms-chips button:after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 55%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transition: left .55s ease; }

/* line 228, theme.scss */
.ms-btn:hover:after, .ms-chips button:hover:after {
  left: 120%; }

/* line 229, theme.scss */
.ms-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.78s ease, transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1); }

/* line 230, theme.scss */
.ms-reveal.is-visible {
  opacity: 1;
  transform: none; }

/* line 231, theme.scss */
.ms-collection-grid .ms-reveal:nth-child(2), .ms-real-grid .ms-reveal:nth-child(2), .ms-product-grid .ms-reveal:nth-child(2) {
  transition-delay: .06s; }

/* line 232, theme.scss */
.ms-collection-grid .ms-reveal:nth-child(3), .ms-real-grid .ms-reveal:nth-child(3), .ms-product-grid .ms-reveal:nth-child(3) {
  transition-delay: .12s; }

/* line 233, theme.scss */
.ms-collection-grid .ms-reveal:nth-child(4), .ms-real-grid .ms-reveal:nth-child(4), .ms-product-grid .ms-reveal:nth-child(4) {
  transition-delay: .18s; }

/* line 234, theme.scss */
.ms-collection-grid .ms-reveal:nth-child(5), .ms-product-grid .ms-reveal:nth-child(5) {
  transition-delay: .24s; }

/* line 235, theme.scss */
.ms-collection-grid .ms-reveal:nth-child(6), .ms-product-grid .ms-reveal:nth-child(6) {
  transition-delay: .30s; }

@keyframes ms-hero-breathe {
  from {
    transform: scale(1.015); }
  to {
    transform: scale(1.07); } }
@keyframes ms-lantern {
  from {
    opacity: .7;
    transform: translate3d(-1%, 1%, 0) scale(1); }
  to {
    opacity: 1;
    transform: translate3d(1%, -1%, 0) scale(1.04); } }
@keyframes ms-firefly {
  0%,100% {
    transform: translate3d(0, 0, 0);
    opacity: .15; }
  35% {
    opacity: .85; }
  50% {
    transform: translate3d(22px, -34px, 0);
    opacity: .55; }
  75% {
    transform: translate3d(-18px, 18px, 0);
    opacity: .7; } }
@keyframes ms-fade-up {
  to {
    opacity: 1;
    transform: none; } }
@keyframes ms-marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  /* line 242, theme.scss */
  .ms-page *, .ms-page *:before, .ms-page *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important; }

  /* line 243, theme.scss */
  .ms-reveal, .ms-hero__content > * {
    opacity: 1 !important;
    transform: none !important; }

  /* line 244, theme.scss */
  .ms-hero__image {
    transform: none !important; } }
@media (max-width: 1180px) {
  /* line 248, theme.scss */
  .ms-nav {
    gap: 16px; }

  /* line 249, theme.scss */
  .ms-nav a {
    font-size: 13px; }

  /* line 250, theme.scss */
  .ms-occasion-grid {
    grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) {
  /* line 253, theme.scss */
  .ms-collection-grid {
    grid-template-columns: repeat(3, 1fr); }

  /* line 254, theme.scss */
  .ms-real-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 255, theme.scss */
  .ms-product-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 256, theme.scss */
  .ms-about__grid, .ms-gift__grid, .ms-faq__grid {
    grid-template-columns: 1fr;
    gap: 40px; }

  /* line 257, theme.scss */
  .ms-process-grid, .ms-trust__grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 258, theme.scss */
  .ms-footer__grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) {
  /* line 261, theme.scss */
  .ms-wrap {
    width: min(100% - 28px, 1180px); }

  /* line 262, theme.scss */
  .ms-hero {
    min-height: 780px;
    align-items: flex-end;
    padding-bottom: 68px; }

  /* line 263, theme.scss */
  .ms-hero__image img {
    object-position: center top; }

  /* line 264, theme.scss */
  .ms-hero__shade {
    background: linear-gradient(180deg, rgba(10, 8, 4, 0.12), rgba(10, 8, 4, 0.56) 38%, rgba(10, 8, 4, 0.97)); }

  /* line 265, theme.scss */
  .ms-header {
    height: 68px;
    padding: 0 14px; }

  /* line 266, theme.scss */
  .ms-logo b {
    font-size: 17px; }

  /* line 267, theme.scss */
  .ms-logo small {
    display: none; }

  /* line 268, theme.scss */
  .ms-logo__mark {
    width: 34px;
    height: 34px; }

  /* line 269, theme.scss */
  .ms-burger {
    display: block; }

  /* line 270, theme.scss */
  .ms-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 14px;
    right: 14px;
    padding: 18px;
    background: rgba(15, 13, 9, 0.96);
    border: 1px solid rgba(244, 235, 221, 0.15); }

  /* line 271, theme.scss */
  .ms-nav.is-open {
    display: grid;
    gap: 14px; }

  /* line 272, theme.scss */
  .ms-nav a {
    font-size: 15px; }

  /* line 273, theme.scss */
  .ms-hero__content {
    width: calc(100% - 28px);
    margin: 0 auto;
    padding-top: 120px; }

  /* line 274, theme.scss */
  .ms-hero h1 {
    font-size: 52px; }

  /* line 275, theme.scss */
  .ms-hero p {
    font-size: 16px; }

  /* line 276, theme.scss */
  .ms-actions {
    display: grid; }

  /* line 277, theme.scss */
  .ms-hero__badges {
    display: none; }

  /* line 278, theme.scss */
  .ms-section {
    padding: 62px 0; }

  /* line 279, theme.scss */
  .ms-page h2 {
    font-size: 36px; }

  /* line 280, theme.scss */
  .ms-lead {
    font-size: 16px; }

  /* line 281, theme.scss */
  .ms-trust__grid {
    grid-template-columns: 1fr; }

  /* line 282, theme.scss */
  .ms-trust__grid div {
    border-left: 0;
    border-top: 1px solid rgba(244, 235, 221, 0.08); }

  /* line 283, theme.scss */
  .ms-collection-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory; }

  /* line 284, theme.scss */
  .ms-collection {
    flex: 0 0 76vw;
    min-height: 360px;
    scroll-snap-align: start; }

  /* line 285, theme.scss */
  .ms-real-grid, .ms-product-grid, .ms-occasion-grid, .ms-process-grid {
    grid-template-columns: 1fr; }

  /* line 286, theme.scss */
  .ms-occasion-grid a {
    min-height: 150px; }

  /* line 287, theme.scss */
  .ms-ingredients {
    min-height: 680px;
    align-items: flex-end;
    padding: 0 0 46px; }

  /* line 288, theme.scss */
  .ms-ingredients:after {
    background: linear-gradient(180deg, rgba(15, 13, 9, 0.05), rgba(15, 13, 9, 0.94)); }

  /* line 289, theme.scss */
  .ms-ingredients__content {
    margin: 0 auto; }

  /* line 290, theme.scss */
  .ms-ingredients ul {
    grid-template-columns: 1fr; }

  /* line 291, theme.scss */
  .ms-request {
    padding: 70px 0 88px; }

  /* line 292, theme.scss */
  .ms-request__box {
    padding: 28px 18px; }

  /* line 293, theme.scss */
  .ms-footer {
    padding-bottom: 90px; }

  /* line 294, theme.scss */
  .ms-footer__grid {
    grid-template-columns: 1fr; }

  /* line 295, theme.scss */
  .ms-cookie {
    left: 12px;
    right: 12px;
    bottom: 64px;
    width: auto;
    display: grid; }

  /* line 296, theme.scss */
  .ms-mobile-cta {
    display: flex;
    position: fixed;
    z-index: 79;
    left: 12px;
    right: 12px;
    bottom: 10px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: #160f08;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24); } }
