/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FBF6EC);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f8efde);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #f5e8ce);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #c8932a);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #5B2E2E);
  --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, #743b3b);
  --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, #8d4747);
  --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, #c18383);
  --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, #FF3A3F);
  --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, #ff575d);
  --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, #ff767b);
  --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, #ffd4d5);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #342421);
  --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, #4f3732);
  --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, #694843);
  --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, #ac857e);
  --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, #FFF8EA);
  --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, #fff3dc);
  --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, #ffedc8);
  --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, #f5a300);
  --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, 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, Manrope);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Manrope);
  --heading-ratio:var(--draft-heading-ratio, 1.75);
  --heading-weight:var(--draft-heading-weight, 500);
  --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, 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, 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, false); }

/* line 4, theme.scss */
:root {
  --sf-page: #fbf6ec;
  --sf-surface: #fffdf8;
  --sf-dark: #5b2e2e;
  --sf-dark-deep: #402020;
  --sf-accent: #ff3a3f;
  --sf-cream: #f4e2be;
  --sf-text: #342421;
  --sf-muted: #765f59; }

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

/* line 19, theme.scss */
body {
  overflow-x: hidden;
  color: var(--sf-text);
  background: var(--sf-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 27, theme.scss */
.page_layout,
.page_layout main {
  background-color: var(--sf-page); }

/* line 32, theme.scss */
.page_layout main {
  min-width: 0;
  background-image: url("saraffan-mandala-soft.png");
  background-repeat: repeat;
  background-size: 720px 720px; }

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

/* line 43, theme.scss */
header {
  position: relative;
  z-index: 30; }

/* line 48, theme.scss */
.widget-type_system_widget_v4_header_12 {
  color: var(--sf-cream);
  background: var(--sf-dark) !important;
  border-bottom: 1px solid rgba(244, 226, 190, 0.18);
  box-shadow: 0 14px 44px rgba(57, 27, 27, 0.18); }

/* line 55, theme.scss */
.widget-type_system_widget_v4_header_12 .header-slider {
  display: block;
  min-height: 0; }

/* line 60, theme.scss */
.widget-type_system_widget_v4_header_12 .promo-slider {
  display: none !important; }

/* line 64, theme.scss */
.widget-type_system_widget_v4_header_12 .header {
  position: relative;
  color: var(--sf-cream);
  background: var(--sf-dark) !important; }

/* line 70, theme.scss */
.widget-type_system_widget_v4_header_12 a,
.widget-type_system_widget_v4_header_12 button,
.widget-type_system_widget_v4_header_12 [class*="icon-"] {
  color: var(--sf-cream); }

/* line 76, theme.scss */
.widget-type_system_widget_v4_header_12 input {
  color: var(--sf-text);
  border-color: rgba(244, 226, 190, 0.32);
  background: var(--sf-surface); }

/* line 82, theme.scss */
.widget-type_system_widget_v4_header_12 img {
  object-fit: contain; }

/* line 86, theme.scss */
.widget-type_system_widget_v4_header_12 .header__logo {
  display: block;
  width: 228px;
  height: 58px;
  background-image: url("saraffan-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

/* line 96, theme.scss */
.widget-type_system_widget_v4_header_12 .header__logo img {
  width: 100%;
  height: 100%;
  max-height: 58px;
  opacity: 0; }

/* line 103, theme.scss */
.widget-type_system_widget_v4_header_12 [class*="menu"] a {
  font-weight: 600;
  letter-spacing: 0.015em; }

/* line 108, theme.scss */
.widget-type_system_widget_v4_header_12 [class*="menu"] a:hover,
.widget-type_system_widget_v4_header_12 [class*="control"]:hover,
.widget-type_system_widget_v4_header_12 [class*="icon-"]:hover {
  color: #ffffff; }

/* line 114, theme.scss */
.sf-native-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 52px 32px 34px;
  color: var(--sf-cream);
  background: radial-gradient(circle at 12% 0%, rgba(255, 58, 63, 0.22), rgba(0, 0, 0, 0) 32%), linear-gradient(135deg, var(--sf-dark-deep), var(--sf-dark)); }

/* line 123, theme.scss */
.sf-native-hero__ornament {
  position: absolute;
  z-index: -1;
  top: -390px;
  left: -300px;
  width: 850px;
  height: 850px;
  opacity: 0.11;
  pointer-events: none;
  animation: sf-native-orbit 34s linear infinite; }

/* line 135, theme.scss */
.sf-native-hero__ornament img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 142, theme.scss */
.sf-native-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 54px;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

/* line 152, theme.scss */
.sf-native-hero__content {
  position: relative;
  z-index: 2;
  padding: 28px 0 24px; }

/* line 158, theme.scss */
.sf-native-hero__eyebrow {
  margin: 0 0 26px;
  color: var(--sf-cream);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase; }

/* line 168, theme.scss */
.sf-native-hero__eyebrow::before {
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  background: var(--sf-accent);
  content: ""; }

/* line 178, theme.scss */
.sf-native-hero__logo {
  display: block;
  width: 260px;
  height: auto;
  margin: 0 0 26px; }

/* line 185, theme.scss */
.sf-native-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff8ea;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.045em; }

/* line 195, theme.scss */
.sf-native-hero__lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 248, 234, 0.78);
  font-size: 18px;
  line-height: 1.65; }

/* line 203, theme.scss */
.sf-native-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px; }

/* line 210, theme.scss */
.sf-native-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease; }

/* line 225, theme.scss */
.sf-native-button:hover {
  transform: translateY(-2px); }

/* line 229, theme.scss */
.sf-native-button--primary,
.sf-native-button--primary:hover {
  color: #ffffff; }

/* line 234, theme.scss */
.sf-native-button--primary {
  background: var(--sf-accent);
  box-shadow: 0 14px 30px rgba(255, 58, 63, 0.24); }

/* line 239, theme.scss */
.sf-native-button--primary:hover {
  background: #e92f35; }

/* line 243, theme.scss */
.sf-native-button--ghost {
  color: var(--sf-cream);
  border-color: rgba(244, 226, 190, 0.38);
  background: rgba(255, 255, 255, 0.04); }

/* line 249, theme.scss */
.sf-native-button--ghost:hover {
  color: #ffffff;
  border-color: rgba(244, 226, 190, 0.7);
  background: rgba(255, 255, 255, 0.08); }

/* line 255, theme.scss */
.sf-native-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 700px;
  margin: 44px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(244, 226, 190, 0.2);
  list-style: none; }

/* line 266, theme.scss */
.sf-native-hero__facts li {
  min-width: 0; }

/* line 270, theme.scss */
.sf-native-hero__facts strong,
.sf-native-hero__facts span {
  display: block; }

/* line 275, theme.scss */
.sf-native-hero__facts strong {
  color: #fff8ea;
  font-size: 15px;
  line-height: 1.3; }

/* line 281, theme.scss */
.sf-native-hero__facts span {
  margin-top: 6px;
  color: rgba(255, 248, 234, 0.58);
  font-size: 12px;
  line-height: 1.45; }

/* line 288, theme.scss */
.sf-native-hero__visual {
  position: relative;
  min-width: 0;
  padding: 0 20px 36px 0; }

/* line 294, theme.scss */
.sf-native-hero__photo {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  border: 1px solid rgba(244, 226, 190, 0.28);
  border-radius: 34px 34px 116px 34px;
  background: #2b1717;
  box-shadow: 0 32px 80px rgba(17, 7, 7, 0.32); }

/* line 304, theme.scss */
.sf-native-hero__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(39, 17, 17, 0.58));
  content: "";
  pointer-events: none; }

/* line 312, theme.scss */
.sf-native-hero__photo img {
  display: block;
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center; }

/* line 320, theme.scss */
.sf-native-hero__season {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 0;
  display: flex;
  width: 158px;
  height: 158px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 50%;
  color: var(--sf-dark);
  text-align: center;
  background: var(--sf-cream);
  box-shadow: 0 18px 44px rgba(20, 8, 8, 0.2);
  transform: rotate(7deg); }

/* line 340, theme.scss */
.sf-native-hero__season span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

/* line 347, theme.scss */
.sf-native-hero__season strong {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.15; }

/* line 353, theme.scss */
.sf-native-hero__contact {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 0;
  display: block;
  min-width: 250px;
  padding: 18px 22px;
  border: 1px solid rgba(244, 226, 190, 0.26);
  border-radius: 18px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(64, 32, 32, 0.95);
  box-shadow: 0 18px 44px rgba(20, 8, 8, 0.28); }

/* line 369, theme.scss */
.sf-native-hero__contact:hover {
  color: #ffffff;
  background: var(--sf-accent); }

/* line 374, theme.scss */
.sf-native-hero__contact span,
.sf-native-hero__contact strong {
  display: block; }

/* line 379, theme.scss */
.sf-native-hero__contact span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 387, theme.scss */
.sf-native-hero__contact strong {
  margin-top: 5px;
  font-size: 18px; }

/* line 392, theme.scss */
.sf-native-directions {
  padding: 0 32px 58px;
  background: var(--sf-dark); }

/* line 397, theme.scss */
.sf-native-directions__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  border: 1px solid rgba(244, 226, 190, 0.18);
  border-radius: 22px;
  background: rgba(244, 226, 190, 0.18); }

/* line 409, theme.scss */
.sf-native-direction {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 108px;
  padding: 22px 26px;
  color: var(--sf-cream);
  text-decoration: none;
  background: var(--sf-dark-deep);
  transition: background-color 220ms ease; }

/* line 422, theme.scss */
.sf-native-direction:hover {
  color: #ffffff;
  background: #6b3434; }

/* line 427, theme.scss */
.sf-native-direction__number {
  color: var(--sf-accent);
  font-size: 12px;
  font-weight: 800; }

/* line 433, theme.scss */
.sf-native-direction strong,
.sf-native-direction small {
  display: block; }

/* line 438, theme.scss */
.sf-native-direction strong {
  font-size: 17px; }

/* line 442, theme.scss */
.sf-native-direction small {
  margin-top: 4px;
  color: rgba(244, 226, 190, 0.55);
  font-size: 12px; }

/* line 448, theme.scss */
.sf-native-direction__arrow {
  font-size: 24px;
  transition: transform 220ms ease; }

/* line 453, theme.scss */
.sf-native-direction:hover .sf-native-direction__arrow {
  transform: translateX(4px); }

@keyframes sf-native-orbit {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* line 462, theme.scss */
.widget-type_system_widget_v4_footer_18_1 {
  color: var(--sf-cream);
  background: var(--sf-dark) !important;
  border-top: 1px solid rgba(244, 226, 190, 0.18); }

/* line 468, theme.scss */
.widget-type_system_widget_v4_footer_18_1 a,
.widget-type_system_widget_v4_footer_18_1 [class*="title"],
.widget-type_system_widget_v4_footer_18_1 [class*="phone"] {
  color: var(--sf-cream); }

/* line 474, theme.scss */
.widget-type_system_widget_v4_footer_18_1 a:hover {
  color: #ffffff; }

/* line 478, theme.scss */
.widget-type_system_widget_v4_footer_18_1 img {
  object-fit: contain; }

/* line 482, theme.scss */
.widget-type_system_widget_v4_marquee_1 {
  color: var(--sf-dark);
  border-top: 1px solid rgba(91, 46, 46, 0.1);
  border-bottom: 1px solid rgba(91, 46, 46, 0.1);
  background: var(--sf-cream) !important; }

/* line 489, theme.scss */
.widget-type_system_widget_v4_banner_list_22,
.widget-type_system_widget_v4_banner_list_8_1,
.widget-type_system_widget_v4_benefits_4,
.widget-type_system_widget_v4_special_products_12 {
  background: transparent !important; }

/* line 496, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .banner-list__item,
.widget-type_system_widget_v4_banner_list_8_1 .banner-list__item {
  overflow: hidden;
  border: 1px solid rgba(91, 46, 46, 0.1);
  border-radius: 22px;
  background: var(--sf-surface);
  box-shadow: 0 14px 38px rgba(65, 37, 27, 0.08); }

/* line 505, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .banner-list__item-photo,
.widget-type_system_widget_v4_banner_list_8_1 .banner-list__item-photo,
.widget-type_system_widget_v4_banner_list_22 img,
.widget-type_system_widget_v4_banner_list_8_1 img {
  transition: transform 520ms ease; }

/* line 512, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .banner-list__item:hover .banner-list__item-photo,
.widget-type_system_widget_v4_banner_list_8_1 .banner-list__item:hover .banner-list__item-photo,
.widget-type_system_widget_v4_banner_list_22 .banner-list__item:hover img,
.widget-type_system_widget_v4_banner_list_8_1 .banner-list__item:hover img {
  transform: scale(1.035); }

/* line 519, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .banner-list__item-title {
  color: var(--sf-dark);
  font-weight: 700; }

/* line 524, theme.scss */
.widget-type_system_widget_v4_benefits_4 .benefit-list__title {
  color: var(--sf-dark); }

/* line 528, theme.scss */
.widget-type_system_widget_v4_benefits_4 .benefit-list__item {
  padding: 26px 22px;
  border: 1px solid rgba(91, 46, 46, 0.1);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 12px 34px rgba(65, 37, 27, 0.06); }

/* line 536, theme.scss */
.widget-type_system_widget_v4_benefits_4 .benefit-list__item-title {
  color: var(--sf-dark);
  font-weight: 750; }

/* line 541, theme.scss */
.widget-type_system_widget_v4_benefits_4 .benefit-list__item-description {
  color: var(--sf-muted); }

/* line 545, theme.scss */
.widget-type_system_widget_v4_application_form_1 .application__area-title {
  color: var(--sf-dark); }

/* line 549, theme.scss */
.widget-type_system_widget_v4_application_form_1 .fake-order {
  color: #ffffff;
  background: var(--sf-dark); }

/* line 554, theme.scss */
.layout[class*="widget-type_system_widget_v4_special_products"],
.layout[class*="widget-type_system_widget_v4_catalog"],
.layout[class*="widget-type_system_widget_v4_products_"] {
  background: transparent !important; }

/* line 560, theme.scss */
[class*="widget-type_system_widget_v4_special_products"] .product-preview,
[class*="widget-type_system_widget_v4_catalog"] .product-preview,
[class*="widget-type_system_widget_v4_products_"] .product-preview,
[class*="widget-type_system_widget_v4_special_products"] .product-card,
[class*="widget-type_system_widget_v4_catalog"] .product-card,
[class*="widget-type_system_widget_v4_products_"] .product-card {
  height: 100%;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(91, 46, 46, 0.1);
  border-radius: 20px;
  background: var(--sf-surface);
  box-shadow: 0 10px 30px rgba(65, 37, 27, 0.06);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease; }

/* line 576, theme.scss */
[class*="widget-type_system_widget_v4_special_products"] .product-preview:hover,
[class*="widget-type_system_widget_v4_catalog"] .product-preview:hover,
[class*="widget-type_system_widget_v4_products_"] .product-preview:hover,
[class*="widget-type_system_widget_v4_special_products"] .product-card:hover,
[class*="widget-type_system_widget_v4_catalog"] .product-card:hover,
[class*="widget-type_system_widget_v4_products_"] .product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 58, 63, 0.38);
  box-shadow: 0 20px 48px rgba(65, 37, 27, 0.13); }

/* line 587, theme.scss */
[class*="widget-type_system_widget_v4_special_products"] .product-preview__photo,
[class*="widget-type_system_widget_v4_catalog"] .product-preview__photo,
[class*="widget-type_system_widget_v4_products_"] .product-preview__photo,
[class*="widget-type_system_widget_v4_special_products"] [class*="product-image"],
[class*="widget-type_system_widget_v4_catalog"] [class*="product-image"] {
  overflow: hidden;
  border-radius: 14px;
  background: #f8f0e2; }

/* line 597, theme.scss */
[class*="widget-type_system_widget_v4_special_products"] .product-preview__title,
[class*="widget-type_system_widget_v4_catalog"] .product-preview__title,
[class*="widget-type_system_widget_v4_products_"] .product-preview__title {
  color: var(--sf-text);
  font-weight: 650; }

/* line 604, theme.scss */
[class*="widget-type_system_widget_v4_special_products"] [class*="price"],
[class*="widget-type_system_widget_v4_catalog"] [class*="price"],
[class*="widget-type_system_widget_v4_products_"] [class*="price"] {
  color: var(--sf-dark);
  font-weight: 750; }

/* line 611, theme.scss */
.widget-type_system_widget_v4_filter_sort_3,
.widget-type_system_widget_v4_breadcrumbs_1,
.widget-type_system_widget_v4_page_title_1,
.widget-type_system_widget_v4_page_content_1 {
  background: transparent !important; }

/* line 618, theme.scss */
.widget-type_system_widget_v4_page_content_1 > .layout__content,
.widget-type_system_widget_v4_product_4 > .layout__content,
.widget-type_system_widget_v4_cart_4 > .layout__content {
  overflow: hidden;
  border: 1px solid rgba(91, 46, 46, 0.1);
  border-radius: 22px;
  background: var(--sf-surface);
  box-shadow: 0 16px 46px rgba(65, 37, 27, 0.08); }

/* line 628, theme.scss */
.widget-type_system_widget_v4_shop-reviews_2 {
  background: transparent !important; }

/* line 632, theme.scss */
.widget-type_system_widget_v4_shop-reviews_2 [class*="review"] {
  border-color: rgba(91, 46, 46, 0.1);
  border-radius: 18px; }

/* line 637, theme.scss */
.widget-type_system_widget_v4_application_form_1 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
  color: var(--sf-dark);
  background: var(--sf-cream) !important; }

/* line 644, theme.scss */
.widget-type_system_widget_v4_application_form_1 input,
.widget-type_system_widget_v4_application_form_1 textarea,
.widget-type_system_widget_v4_application_form_1 select {
  border-color: rgba(91, 46, 46, 0.24);
  border-radius: 14px;
  background: var(--sf-surface); }

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

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

@media screen and (max-width: 1180px) {
  /* line 665, theme.scss */
  .sf-native-hero {
    padding: 42px 24px 30px; }

  /* line 669, theme.scss */
  .sf-native-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    gap: 34px; }

  /* line 674, theme.scss */
  .sf-native-hero h1 {
    font-size: 52px; }

  /* line 678, theme.scss */
  .sf-native-hero__photo,
  .sf-native-hero__photo img {
    height: 520px;
    min-height: 520px; }

  /* line 684, theme.scss */
  .sf-native-hero__season {
    width: 130px;
    height: 130px; }

  /* line 689, theme.scss */
  .sf-native-directions {
    padding-right: 24px;
    padding-left: 24px; } }
@media screen and (max-width: 900px) {
  /* line 696, theme.scss */
  .sf-native-hero__inner {
    display: block;
    grid-template-columns: 1fr; }

  /* line 701, theme.scss */
  .sf-native-hero__content {
    width: 100%;
    min-width: 0;
    padding-bottom: 0; }

  /* line 707, theme.scss */
  .sf-native-hero__visual {
    max-width: 720px;
    margin: 36px auto 0; }

  /* line 712, theme.scss */
  .sf-native-hero__photo,
  .sf-native-hero__photo img {
    height: 560px;
    min-height: 560px; }

  /* line 718, theme.scss */
  .sf-native-directions__inner {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 768px) {
  /* line 724, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 728, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

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

  /* line 740, theme.scss */
  .widget-type_system_widget_v4_header_12 .header__logo {
    width: 168px;
    height: 48px; }

  /* line 745, theme.scss */
  .widget-type_system_widget_v4_header_12 .header__logo img {
    max-height: 48px; }

  /* line 749, theme.scss */
  .sf-native-hero {
    padding: 34px 18px 24px; }

  /* line 753, theme.scss */
  .sf-native-hero__ornament {
    top: -180px;
    left: -230px;
    width: 560px;
    height: 560px; }

  /* line 760, theme.scss */
  .sf-native-hero__content {
    padding-top: 12px; }

  /* line 764, theme.scss */
  .sf-native-hero__eyebrow {
    margin-bottom: 20px;
    font-size: 11px; }

  /* line 769, theme.scss */
  .sf-native-hero__logo {
    width: 190px;
    margin-bottom: 22px; }

  /* line 774, theme.scss */
  .sf-native-hero h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 1.06;
    overflow-wrap: break-word; }

  /* line 781, theme.scss */
  .sf-native-hero__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55; }

  /* line 787, theme.scss */
  .sf-native-hero__facts {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px; }

  /* line 793, theme.scss */
  .sf-native-hero__facts li {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: baseline; }

  /* line 800, theme.scss */
  .sf-native-hero__facts span {
    margin-top: 0; }

  /* line 804, theme.scss */
  .sf-native-hero__visual {
    padding-right: 8px;
    padding-bottom: 48px; }

  /* line 809, theme.scss */
  .sf-native-hero__photo {
    border-radius: 24px 24px 78px 24px; }

  /* line 813, theme.scss */
  .sf-native-hero__photo,
  .sf-native-hero__photo img {
    height: 430px;
    min-height: 430px; }

  /* line 819, theme.scss */
  .sf-native-hero__season {
    top: 18px;
    right: -4px;
    width: 110px;
    height: 110px;
    padding: 12px; }

  /* line 827, theme.scss */
  .sf-native-hero__season strong {
    font-size: 14px; }

  /* line 831, theme.scss */
  .sf-native-hero__contact {
    right: 22px;
    min-width: 220px; }

  /* line 836, theme.scss */
  .sf-native-directions {
    padding: 0 18px 36px; }

  /* line 840, theme.scss */
  .sf-native-direction {
    min-height: 94px;
    padding: 18px 20px; }

  /* line 845, theme.scss */
  [class*="widget-type_system_widget_v4_special_products"] .product-preview,
  [class*="widget-type_system_widget_v4_catalog"] .product-preview,
  [class*="widget-type_system_widget_v4_products_"] .product-preview,
  [class*="widget-type_system_widget_v4_special_products"] .product-card,
  [class*="widget-type_system_widget_v4_catalog"] .product-card,
  [class*="widget-type_system_widget_v4_products_"] .product-card {
    padding: 8px;
    border-radius: 15px; }

  /* line 855, theme.scss */
  .widget-type_system_widget_v4_page_content_1 > .layout__content,
  .widget-type_system_widget_v4_product_4 > .layout__content,
  .widget-type_system_widget_v4_cart_4 > .layout__content {
    border-radius: 16px; } }
@media screen and (max-width: 420px) {
  /* line 863, theme.scss */
  .sf-native-hero h1 {
    font-size: 35px; }

  /* line 867, theme.scss */
  .sf-native-hero__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 872, theme.scss */
  .sf-native-button {
    width: 100%;
    max-width: 100%; }

  /* line 877, theme.scss */
  .sf-native-hero__photo,
  .sf-native-hero__photo img {
    height: 360px;
    min-height: 360px; }

  /* line 883, theme.scss */
  .sf-native-hero__contact {
    right: 12px;
    left: 12px;
    min-width: 0; }

  /* line 889, theme.scss */
  .sf-native-direction {
    grid-template-columns: auto minmax(0, 1fr); }

  /* line 893, theme.scss */
  .sf-native-direction__arrow {
    display: none; } }
@media (prefers-reduced-motion: reduce) {
  /* line 899, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 903, theme.scss */
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important; } }
