/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #F7F3EA);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f3edde);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ede5d0);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #ae8d42);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #8F3038);
  --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, #a63740);
  --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, #be3f4a);
  --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, #d7878d);
  --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, #8F3038);
  --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, #a63740);
  --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, #be3f4a);
  --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, #d7878d);
  --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, #17241F);
  --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, #294138);
  --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, #3b5c4f);
  --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, #76a795);
  --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, #FFFAF0);
  --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, #fff5e1);
  --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, #ffeecd);
  --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, #f7a500);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, minimal);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 30px);
  --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.75);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 12);
  --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, 1320px);
  --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, true);
  --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, left);
  --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, true); }

/* line 4, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 8, theme.scss */
body {
  color: #17241f;
  background: #f7f3ea;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 15, theme.scss */
main {
  min-width: 0; }

/* line 19, theme.scss */
.m24-site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  color: #17241f;
  background: #fffdf8;
  box-shadow: 0 7px 28px rgba(7, 29, 22, 0.09); }

/* line 28, theme.scss */
.m24-site-header::before {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #10352a 0%, #caa45c 50%, #8f3038 100%); }

/* line 36, theme.scss */
.m24-site-header.m24-header-scrolled {
  box-shadow: 0 11px 34px rgba(7, 29, 22, 0.13); }

/* line 40, theme.scss */
.m24-site-header .widget-type_system_widget_v4_header_11_1 {
  display: none !important; }

/* line 44, theme.scss */
.m24-header-top {
  color: #fffaf0;
  border-bottom: 1px solid rgba(234, 215, 173, 0.17);
  background: #071d16; }

/* line 50, theme.scss */
.m24-header-top__inner {
  display: flex;
  width: calc(100% - 48px);
  max-width: 1320px;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto; }

/* line 61, theme.scss */
.m24-header-top__message {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 12px;
  line-height: 1.35; }

/* line 72, theme.scss */
.m24-header-top__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #caa45c;
  box-shadow: 0 0 0 4px rgba(202, 164, 92, 0.13); }

/* line 81, theme.scss */
.m24-header-top__links {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px; }

/* line 88, theme.scss */
.m24-header-top__links a {
  color: rgba(255, 250, 240, 0.72);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none; }

/* line 95, theme.scss */
.m24-header-top__links a:hover,
.m24-header-top__links a:focus-visible {
  color: #ead7ad; }

/* line 100, theme.scss */
.m24-header-main {
  border-bottom: 1px solid rgba(16, 53, 42, 0.11);
  background: rgba(255, 253, 248, 0.98); }

/* line 105, theme.scss */
.m24-header-main__inner {
  display: grid;
  width: calc(100% - 48px);
  max-width: 1320px;
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 0 auto; }

/* line 116, theme.scss */
.m24-header-brand {
  display: inline-flex;
  min-width: 185px;
  align-items: center;
  gap: 12px;
  color: #10352a;
  text-decoration: none; }

/* line 125, theme.scss */
.m24-header-brand img {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 46px; }

/* line 132, theme.scss */
.m24-header-brand__copy,
.m24-header-brand__copy strong,
.m24-header-brand__copy small {
  display: block; }

/* line 138, theme.scss */
.m24-header-brand__copy strong {
  color: #071d16;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 147, theme.scss */
.m24-header-brand__copy small {
  margin-top: 5px;
  color: #68736d;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.1;
  white-space: nowrap; }

/* line 156, theme.scss */
.m24-header-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 2px; }

/* line 164, theme.scss */
.m24-header-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  color: #283a33;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease; }

/* line 180, theme.scss */
.m24-header-nav a:hover,
.m24-header-nav a:focus-visible {
  color: #8f3038;
  background: #f7f3ea; }

/* line 186, theme.scss */
.m24-header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 17px;
  border: 1px solid #8f3038;
  border-radius: 999px;
  color: #fff;
  background: #8f3038;
  box-shadow: 0 10px 25px rgba(112, 36, 43, 0.2);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }

/* line 206, theme.scss */
.m24-header-cta:hover,
.m24-header-cta:focus-visible {
  color: #fff;
  border-color: #70242b;
  background: #70242b;
  box-shadow: 0 13px 30px rgba(112, 36, 43, 0.28); }

/* line 214, theme.scss */
.m24-header-cta svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px; }

/* line 220, theme.scss */
.m24-header-cta__short {
  display: none; }

/* line 224, theme.scss */
.m24-store-link-hidden {
  display: none !important; }

/* line 228, theme.scss */
body[data-theme-template="index"] main {
  width: 100%;
  overflow: hidden;
  background: #fffdf8; }

/* line 234, theme.scss */
.widget-type_system_widget_v4_special_products_tabs_9,
.widget-type_system_widget_v4_collections_on_index_1 {
  background: #fffdf8; }

/* line 239, theme.scss */
.widget-type_system_widget_v4_special_products_tabs_9 {
  padding-bottom: 38px; }

/* line 243, theme.scss */
.widget-type_system_widget_v4_collections_on_index_1 {
  padding-bottom: 78px; }

/* line 247, theme.scss */
body[data-theme-template="index"] .widget-type_system_widget_v4_special_products_tabs_9,
body[data-theme-template="index"] .widget-type_system_widget_v4_collections_on_index_1 {
  display: none !important; }

/* line 252, theme.scss */
.product-preview,
.product-card,
.collection-preview {
  border: 1px solid rgba(16, 53, 42, 0.11);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 53, 42, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease; }

/* line 262, theme.scss */
.product-preview:hover,
.product-preview:focus-within,
.product-card:hover,
.product-card:focus-within,
.collection-preview:hover,
.collection-preview:focus-within {
  border-color: rgba(202, 164, 92, 0.78);
  box-shadow: 0 16px 38px rgba(16, 53, 42, 0.11);
  transform: none; }

/* line 273, theme.scss */
.product-preview img,
.product-card img,
.collection-preview img {
  border-radius: 16px; }

/* line 279, theme.scss */
.button,
button[type="submit"],
input[type="submit"] {
  border-radius: 999px;
  font-weight: 700; }

/* line 286, theme.scss */
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  border-color: rgba(16, 53, 42, 0.16);
  border-radius: 14px; }

/* line 293, theme.scss */
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  border-color: #caa45c;
  box-shadow: 0 0 0 3px rgba(202, 164, 92, 0.12); }

/* line 300, theme.scss */
.m24-site-footer {
  --bg: #071d16;
  --color-text: #fffaf0;
  --color-text-dark: #fffaf0;
  --color-text-light: #fffaf0;
  position: relative;
  min-height: 150px;
  color: rgba(255, 250, 240, 0.8) !important;
  border-top: 1px solid rgba(234, 215, 173, 0.18);
  background: #071d16 !important; }

/* line 312, theme.scss */
.m24-site-footer::before {
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #8f3038 0%, #caa45c 50%, #10352a 100%); }

/* line 320, theme.scss */
.m24-site-footer .widget-type_system_widget_v4_footer_2,
.m24-site-footer .widget-type_system_widget_v4_footer_2 > .layout,
.m24-site-footer .widget-type_system_widget_v4_footer_2 .layout__content,
.m24-site-footer .layout,
.m24-site-footer .layout__content,
.m24-site-footer [class*="footer"] {
  --bg: #071d16;
  --color-text: #fffaf0;
  --color-text-dark: #fffaf0;
  --color-text-light: #fffaf0;
  color: rgba(255, 250, 240, 0.8) !important;
  border-color: rgba(234, 215, 173, 0.16) !important;
  background-color: #071d16 !important;
  background-image: none !important; }

/* line 336, theme.scss */
.m24-site-footer ul,
.m24-site-footer li {
  border-color: rgba(234, 215, 173, 0.12) !important; }

/* line 341, theme.scss */
.m24-site-footer h1,
.m24-site-footer h2,
.m24-site-footer h3,
.m24-site-footer h4,
.m24-site-footer h5,
.m24-site-footer p {
  color: #fffaf0 !important; }

/* line 350, theme.scss */
.m24-site-footer .layout::before,
.m24-site-footer .layout::after,
.m24-site-footer .widget-type_system_widget_v4_footer_2::before,
.m24-site-footer .widget-type_system_widget_v4_footer_2::after {
  background-color: #071d16 !important; }

/* line 357, theme.scss */
.m24-site-footer a {
  color: rgba(255, 250, 240, 0.88) !important;
  text-decoration-color: rgba(202, 164, 92, 0.38) !important; }

/* line 362, theme.scss */
.m24-site-footer a:hover,
.m24-site-footer a:focus-visible {
  color: #ead7ad !important; }

/* line 367, theme.scss */
.m24-site-footer [class*="copyright"],
.m24-site-footer [class*="copy"] {
  color: rgba(255, 250, 240, 0.58) !important; }

/* line 372, theme.scss */
.m24-site-footer svg,
.m24-site-footer [class*="icon"] {
  color: #caa45c !important;
  fill: currentColor; }

/* line 378, theme.scss */
.edit-widget-buttons,
[data-widget-add],
.add-widget-link,
.delete-widget-link {
  position: relative;
  z-index: 120; }

@media (max-width: 1180px) {
  /* line 387, theme.scss */
  .m24-header-main__inner {
    gap: 18px; }

  /* line 391, theme.scss */
  .m24-header-nav a {
    padding-right: 9px;
    padding-left: 9px; } }
@media (max-width: 1060px) {
  /* line 398, theme.scss */
  .m24-header-main__inner {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 9px 20px;
    padding-top: 10px; }

  /* line 405, theme.scss */
  .m24-header-brand {
    grid-column: 1;
    grid-row: 1; }

  /* line 410, theme.scss */
  .m24-header-nav {
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 2;
    justify-content: flex-start;
    padding: 7px 0 9px;
    overflow-x: auto;
    border-top: 1px solid rgba(16, 53, 42, 0.08);
    scrollbar-width: none; }

  /* line 421, theme.scss */
  .m24-header-nav::-webkit-scrollbar {
    display: none; }

  /* line 425, theme.scss */
  .m24-header-cta {
    grid-column: 2;
    grid-row: 1; } }
@media (max-width: 768px) {
  /* line 432, theme.scss */
  .m24-site-header {
    position: relative; }

  /* line 436, theme.scss */
  .m24-header-top__inner,
  .m24-header-main__inner {
    width: calc(100% - 32px); }

  /* line 441, theme.scss */
  .m24-header-top__inner {
    min-height: 36px; }

  /* line 445, theme.scss */
  .m24-header-top__message {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap; }

  /* line 452, theme.scss */
  .m24-header-top__links {
    gap: 13px; }

  /* line 456, theme.scss */
  .m24-header-top__links a {
    font-size: 11px; } }
@media (max-width: 560px) {
  /* line 462, theme.scss */
  .m24-header-top__inner {
    justify-content: center; }

  /* line 466, theme.scss */
  .m24-header-top__links {
    display: none; }

  /* line 470, theme.scss */
  .m24-header-main__inner {
    gap: 8px 12px; }

  /* line 474, theme.scss */
  .m24-header-brand {
    min-width: 0; }

  /* line 478, theme.scss */
  .m24-header-brand img {
    width: 42px;
    height: 42px;
    flex-basis: 42px; }

  /* line 484, theme.scss */
  .m24-header-brand__copy strong {
    font-size: 15px; }

  /* line 488, theme.scss */
  .m24-header-brand__copy small {
    display: none; }

  /* line 492, theme.scss */
  .m24-header-cta {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 12px; }

  /* line 498, theme.scss */
  .m24-header-cta__full {
    display: none; }

  /* line 502, theme.scss */
  .m24-header-cta__short {
    display: inline; }

  /* line 506, theme.scss */
  .m24-header-nav a {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12px; }

  /* line 512, theme.scss */
  .m24-site-footer {
    min-height: 130px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 518, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 522, theme.scss */
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important; } }
