/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #F4F6F8);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #eaedf1);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #dee4ea);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #5f7a95);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #F36B21);
  --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, #f57c3a);
  --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, #f68d54);
  --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, #fac1a3);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #111827);
  --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, #1f2b47);
  --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, #2d3f66);
  --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, #617dba);
  --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, #111827);
  --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, #1f2b47);
  --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, #2d3f66);
  --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, #617dba);
  --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, 10px);
  --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, 24);
  --search_count:var(--draft-search_count, 24);
  --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, false);
  --compare_enabled:var(--draft-compare_enabled, false); }

/* line 5, theme.scss */
:root {
  --mg-ink: #0b131d;
  --mg-navy: #0e1824;
  --mg-panel: #ffffff;
  --mg-soft: #f4f6f8;
  --mg-line: #dfe5eb;
  --mg-muted: #667085;
  --mg-accent: #f36b21;
  --mg-accent-dark: #d95611;
  --mg-radius: 18px;
  --mg-shadow: 0 16px 38px rgba(11, 19, 29, 0.08); }

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

/* line 22, theme.scss */
body {
  background: var(--mg-soft);
  color: #111827;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 29, theme.scss */
main {
  overflow: hidden; }

/* Keep editor controls visible and native. */
/* line 34, theme.scss */
.outside-widgets .delete-widget-link,
.outside-widgets .add-widget-link,
[data-fixed-panels] .delete-widget-link {
  display: none; }

/* Header: cleaner, more premium, high contrast without replacing native logic. */
/* line 41, theme.scss */
header {
  position: relative;
  z-index: 40; }

/* line 46, theme.scss */
header [class*="widget-type_system_widget_v4_header"] {
  box-shadow: 0 10px 30px rgba(7, 17, 29, 0.1); }

/* line 50, theme.scss */
header a,
footer a {
  transition: color .2s ease, background-color .2s ease, opacity .2s ease, transform .2s ease; }

/* Native controls */
/* line 56, theme.scss */
button,
.button,
[class*="button"],
input[type="submit"] {
  font-weight: 600; }

/* Product cards across home, collection and search. */
/* line 64, theme.scss */
[class*="widget-type_system_widget_v4_special_products"] [class*="product"],
[class*="widget-type_system_widget_v4_catalog"] [class*="product"] {
  min-width: 0; }

/* line 69, theme.scss */
[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_special_products"] [class*="product-card"],
[class*="widget-type_system_widget_v4_catalog"] [class*="product-card"] {
  border: 1px solid var(--mg-line);
  background: var(--mg-panel);
  box-shadow: 0 8px 24px rgba(11, 19, 29, 0.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

@media (hover: hover) {
  /* line 80, theme.scss */
  [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_special_products"] [class*="product-card"]:hover,
  [class*="widget-type_system_widget_v4_catalog"] [class*="product-card"]:hover {
    transform: translateY(-4px);
    box-shadow: var(--mg-shadow);
    border-color: #cfd7df; } }
/* Hero/banner: industrial dark canvas, native editable content. */
/* line 91, theme.scss */
[class*="widget-type_system_widget_v4_page_banner"] {
  background: linear-gradient(135deg, #07111d 0%, #0e1f31 55%, #12283f 100%); }

/* line 95, theme.scss */
[class*="widget-type_system_widget_v4_page_banner"] h1,
[class*="widget-type_system_widget_v4_page_banner"] h2,
[class*="widget-type_system_widget_v4_page_banner"] h3 {
  letter-spacing: -0.025em; }

/* Benefits on dark band. */
/* line 102, theme.scss */
[class*="widget-type_system_widget_v4_benefits"] {
  background: var(--mg-navy); }

/* line 106, theme.scss */
[class*="widget-type_system_widget_v4_benefits"] h2,
[class*="widget-type_system_widget_v4_benefits"] [class*="widget-title"] {
  color: #ffffff; }

/* line 111, theme.scss */
[class*="widget-type_system_widget_v4_benefits"] [class*="benefit"] {
  border-radius: 16px; }

/* About / application / contacts: distinct sections. */
/* line 116, theme.scss */
[class*="widget-type_system_widget_v4_simple_text"] {
  background: #ffffff; }

/* line 120, theme.scss */
[class*="widget-type_system_widget_v4_application_form"] {
  background: linear-gradient(180deg, #f4f6f8 0%, #eaf0f5 100%); }

/* line 124, theme.scss */
[class*="widget-type_system_widget_v4_application_form"] form,
[class*="widget-type_system_widget_v4_shops"] [class*="content"] {
  border-radius: var(--mg-radius); }

/* Inputs */
/* line 130, theme.scss */
input,
textarea,
select {
  border-color: #d6dde5; }

/* line 136, theme.scss */
input:focus,
textarea:focus,
select:focus {
  border-color: var(--mg-accent);
  box-shadow: 0 0 0 3px rgba(243, 107, 33, 0.12);
  outline: none; }

/* Product page */
/* line 145, theme.scss */
[data-theme-template="product"] main,
[data-theme-template="collection"] main,
[data-theme-template="search"] main,
[data-theme-template="cart"] main,
[data-theme-template="page"] main {
  background: #ffffff; }

/* line 153, theme.scss */
[data-theme-template="product"] [class*="widget-type_system_widget_v4_product"] {
  background: #ffffff; }

/* Footer */
/* line 158, theme.scss */
footer {
  background: var(--mg-ink);
  color: #d7dee7; }

/* line 163, theme.scss */
footer [class*="widget-type_system_widget_v4_footer"] {
  background: var(--mg-ink) !important; }

/* line 167, theme.scss */
footer a {
  color: #f2f5f8; }

/* line 171, theme.scss */
footer a:hover {
  color: #ffffff;
  opacity: .9; }

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

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

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

  /* line 190, theme.scss */
  [class*="widget-type_system_widget_v4_page_banner"] {
    text-align: left; }

  /* line 194, theme.scss */
  [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_special_products"] [class*="product-card"],
  [class*="widget-type_system_widget_v4_catalog"] [class*="product-card"] {
    box-shadow: none; } }
@media (max-width: 390px) {
  /* line 203, theme.scss */
  body {
    font-size: 15px; }

  /* line 207, theme.scss */
  button,
  .button,
  [class*="button"] {
    max-width: 100%;
    white-space: normal; } }
@media (prefers-reduced-motion: reduce) {
  /* line 216, theme.scss */
  html {
    scroll-behavior: auto; }

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