@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, #FFED00);
  --color-btn-bg-is-light: var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #f7e700);
  --color-btn-bg-minor-shade-is-light: var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #eddd00);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #807700);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #6E6E6E);
  --color-notice-warning-is-dark: var(--draft-color-notice-warning-is-dark, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #7c7c7c);
  --color-notice-warning-minor-shade-is-dark: var(--draft-color-notice-warning-minor-shade-is-dark, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #8b8b8b);
  --color-notice-warning-major-shade-is-dark: var(--draft-color-notice-warning-major-shade-is-dark, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #b6b6b6);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, 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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, 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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, Roboto);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 24);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1260px);
  --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, true); }

/* line 1, custom.scss */
div[class="sticker sticker-hit_proazh"], div[class="sticker sticker-sale"] {
  color: #FFFFFF; }

/* line 4, custom.scss */
div[class="sticker sticker-new"] {
  color: #000000; }

/* line 8, custom.scss */
.ps-search {
  display: flex;
  position: relative;
  vertical-align: middle;
  max-width: 1000px;
  margin: 20px auto 0;
  width: 100%; }

/* line 17, custom.scss */
.ps-search-field {
  height: 100%;
  width: 100%;
  background: var(--bg);
  border-color: var(--color-text);
  color: var(--color-text);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1rem;
  outline: none;
  box-shadow: none;
  border-right: 0; }

/* line 31, custom.scss */
.ps-search-field::placeholder {
  color: var(--bg-half-shade); }

/* line 35, custom.scss */
.ps-search-field:focus {
  outline: none;
  box-shadow: none; }

/* line 40, custom.scss */
.ps-search-btn {
  position: relative;
  min-width: 3rem;
  height: 3rem;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  border-top-right-radius: var(--controls-form-border-radius);
  border-bottom-right-radius: var(--controls-form-border-radius);
  background: var(--color-btn-bg-minor-shade);
  border-color: var(--color-text);
  border-style: solid;
  border-width: 1px;
  border-radius: var(--controls-form-border-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 65, custom.scss */
.ps-search-btn .icon {
  position: relative; }

/* line 69, custom.scss */
.ps-search-form {
  z-index: 100;
  width: 100%; }

/* line 74, custom.scss */
.ps-search__results {
  position: absolute;
  width: 100%;
  max-height: 300px;
  display: none;
  background: var(--bg);
  overflow-y: auto;
  border-radius: var(--controls-form-border-radius);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  z-index: 1060;
  top: 100%;
  border: 1px solid var(--color-text);
  border-top: 0; }

/* line 90, custom.scss */
.ajax-search-results {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.25; }

/* line 97, custom.scss */
.ajax-search-link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
  padding: var(--controls-form-padding-y) var(--controls-form-padding-x); }

/* line 104, custom.scss */
.ajax_search-marked {
  color: var(--color-text-half-shade); }

/* line 109, custom.scss */
.ps-collections__title {
  margin-bottom: 30px; }

/* line 113, custom.scss */
.ps-collections {
  margin-top: 20px; }

/* line 117, custom.scss */
.ps-collections__list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* background: var(--bg-major-shade); */
  /* justify-content: space-between; */
  box-sizing: border-box;
  align-items: stretch; }

/* line 130, custom.scss */
.ps-collections__item {
  list-style: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 0;
  padding-bottom: 0;
  background: #FFF;
  box-sizing: border-box;
  width: 16.6666666667%;
  min-width: 200px;
  border: 2px solid var(--bg-major-shade);
  align-items: center; }

/* line 146, custom.scss */
.ps-collections__link {
  text-decoration: none;
  color: var(--color-text);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 20px 32px;
  padding-top: var(--submenu-item-vertical-indent);
  padding-bottom: var(--submenu-item-vertical-indent);
  white-space: normal;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: center; }

/* line 167, custom.scss */
.ps-collections__item img {
  width: 100%; }

/* line 172, custom.scss */
.ps-print-button-wrap {
  float: right; }

/* line 175, custom.scss */
.ps-print-button {
  cursor: pointer; }

/* line 179, custom.scss */
.widget-type_widget_v4_product_info_1_5f3a952a4e3e36c7f3733b0364730a74 .product-info_equipments--bottom {
  flex-direction: row;
  flex-wrap: nowrap; }

/* line 184, custom.scss */
.widget-type_widget_v4_product_info_1_5f3a952a4e3e36c7f3733b0364730a74 .product-equipments {
  max-width: 600px; }

/* line 188, custom.scss */
.static-text #breadcrumbs,
.static-text .fg-toolbar,
.static-text .fg-product-filter,
.static-text .fc-filter-offer,
.static-text .view360_containerTool {
  display: none; }

@media screen and (max-width: 769px) {
  /* line 197, custom.scss */
  .widget-type_widget_v4_product_info_1_5f3a952a4e3e36c7f3733b0364730a74 .product-info_equipments--bottom {
    flex-direction: column !important;
    flex-wrap: nowrap; } }
/* line 204, custom.scss */
.widget-type_widget_v4_product_1_18fecb35c4524528d7176118d13dc3c4 a.button.add-cart-counter__detail {
  margin-top: 0px; }

/* line 6, oldstyles.scss */
.static-text .container {
  margin: 0 auto;
  padding: 0 15px; }
/* line 11, oldstyles.scss */
.static-text .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
/* line 18, oldstyles.scss */
.static-text [class*="col-"] {
  position: relative;
  width: 100%;
  padding: 0 15px; }
/* line 25, oldstyles.scss */
.static-text .col-no-padding {
  padding: 0 !important; }
/* line 29, oldstyles.scss */
.static-text .no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 33, oldstyles.scss */
  .static-text .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
/* line 39, oldstyles.scss */
.static-text .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }
/* line 44, oldstyles.scss */
.static-text .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }
/* line 49, oldstyles.scss */
.static-text .col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
/* line 54, oldstyles.scss */
.static-text .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
/* line 59, oldstyles.scss */
.static-text .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }
/* line 64, oldstyles.scss */
.static-text .col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
/* line 69, oldstyles.scss */
.static-text .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }
/* line 74, oldstyles.scss */
.static-text .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }
/* line 79, oldstyles.scss */
.static-text .col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
/* line 84, oldstyles.scss */
.static-text .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }
/* line 89, oldstyles.scss */
.static-text .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }
/* line 94, oldstyles.scss */
.static-text .col-12 {
  flex: 0 0 100%;
  max-width: 100%; }
@media (min-width: 576px) {
  /* line 101, oldstyles.scss */
  .static-text .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 106, oldstyles.scss */
  .static-text .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 111, oldstyles.scss */
  .static-text .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 116, oldstyles.scss */
  .static-text .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 121, oldstyles.scss */
  .static-text .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 126, oldstyles.scss */
  .static-text .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 131, oldstyles.scss */
  .static-text .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 136, oldstyles.scss */
  .static-text .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 141, oldstyles.scss */
  .static-text .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 146, oldstyles.scss */
  .static-text .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 151, oldstyles.scss */
  .static-text .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 156, oldstyles.scss */
  .static-text .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  /* line 164, oldstyles.scss */
  .static-text .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 169, oldstyles.scss */
  .static-text .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 174, oldstyles.scss */
  .static-text .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 179, oldstyles.scss */
  .static-text .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 184, oldstyles.scss */
  .static-text .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 189, oldstyles.scss */
  .static-text .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 194, oldstyles.scss */
  .static-text .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 199, oldstyles.scss */
  .static-text .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 204, oldstyles.scss */
  .static-text .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 209, oldstyles.scss */
  .static-text .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 214, oldstyles.scss */
  .static-text .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 219, oldstyles.scss */
  .static-text .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  /* line 227, oldstyles.scss */
  .static-text .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 232, oldstyles.scss */
  .static-text .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 237, oldstyles.scss */
  .static-text .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 242, oldstyles.scss */
  .static-text .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 247, oldstyles.scss */
  .static-text .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 252, oldstyles.scss */
  .static-text .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 257, oldstyles.scss */
  .static-text .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 262, oldstyles.scss */
  .static-text .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 267, oldstyles.scss */
  .static-text .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 272, oldstyles.scss */
  .static-text .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 277, oldstyles.scss */
  .static-text .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 282, oldstyles.scss */
  .static-text .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
/* line 290, oldstyles.scss */
.static-text .m-0 {
  margin: 0 !important; }
/* line 294, oldstyles.scss */
.static-text .m-1 {
  margin: 0.25rem !important; }
/* line 298, oldstyles.scss */
.static-text .m-2 {
  margin: 0.5rem !important; }
/* line 302, oldstyles.scss */
.static-text .m-3 {
  margin: 1rem !important; }
/* line 306, oldstyles.scss */
.static-text .m-4 {
  margin: 1.5rem !important; }
/* line 310, oldstyles.scss */
.static-text .m-5 {
  margin: 3rem !important; }
/* line 314, oldstyles.scss */
.static-text .mt-0 {
  margin-top: 0 !important; }
/* line 318, oldstyles.scss */
.static-text .mt-1 {
  margin-top: 0.25rem !important; }
/* line 322, oldstyles.scss */
.static-text .mt-2 {
  margin-top: 0.5rem !important; }
/* line 326, oldstyles.scss */
.static-text .mt-3 {
  margin-top: 1rem !important; }
/* line 330, oldstyles.scss */
.static-text .mt-4 {
  margin-top: 1.5rem !important; }
/* line 334, oldstyles.scss */
.static-text .mt-5 {
  margin-top: 3rem !important; }
/* line 338, oldstyles.scss */
.static-text .mb-0 {
  margin-bottom: 0 !important; }
/* line 342, oldstyles.scss */
.static-text .mb-1 {
  margin-bottom: 0.25rem !important; }
/* line 346, oldstyles.scss */
.static-text .mb-2 {
  margin-bottom: 0.5rem !important; }
/* line 350, oldstyles.scss */
.static-text .mb-3 {
  margin-bottom: 1rem !important; }
/* line 354, oldstyles.scss */
.static-text .mb-4 {
  margin-bottom: 1.5rem !important; }
/* line 358, oldstyles.scss */
.static-text .mb-5 {
  margin-bottom: 3rem !important; }
/* line 362, oldstyles.scss */
.static-text .ml-0 {
  margin-left: 0 !important; }
/* line 366, oldstyles.scss */
.static-text .ml-1 {
  margin-left: 0.25rem !important; }
/* line 370, oldstyles.scss */
.static-text .ml-2 {
  margin-left: 0.5rem !important; }
/* line 374, oldstyles.scss */
.static-text .ml-3 {
  margin-left: 1rem !important; }
/* line 378, oldstyles.scss */
.static-text .ml-4 {
  margin-left: 1.5rem !important; }
/* line 382, oldstyles.scss */
.static-text .ml-5 {
  margin-left: 3rem !important; }
/* line 386, oldstyles.scss */
.static-text .mr-0 {
  margin-right: 0 !important; }
/* line 390, oldstyles.scss */
.static-text .mr-1 {
  margin-right: 0.25rem !important; }
/* line 394, oldstyles.scss */
.static-text .mr-2 {
  margin-right: 0.5rem !important; }
/* line 398, oldstyles.scss */
.static-text .mr-3 {
  margin-right: 1rem !important; }
/* line 402, oldstyles.scss */
.static-text .mr-4 {
  margin-right: 1.5rem !important; }
/* line 406, oldstyles.scss */
.static-text .mr-5 {
  margin-right: 3rem !important; }
/* line 411, oldstyles.scss */
.static-text .m-n1 {
  margin: -0.25rem !important; }
/* line 415, oldstyles.scss */
.static-text .m-n2 {
  margin: -0.5rem !important; }
/* line 419, oldstyles.scss */
.static-text .m-n3 {
  margin: -1rem !important; }
/* line 423, oldstyles.scss */
.static-text .m-n4 {
  margin: -1.5rem !important; }
/* line 427, oldstyles.scss */
.static-text .m-n5 {
  margin: -3rem !important; }
/* line 431, oldstyles.scss */
.static-text .mt-n1 {
  margin-top: -0.25rem !important; }
/* line 435, oldstyles.scss */
.static-text .mt-n2 {
  margin-top: -0.5rem !important; }
/* line 439, oldstyles.scss */
.static-text .mt-n3 {
  margin-top: -1rem !important; }
/* line 443, oldstyles.scss */
.static-text .mt-n4 {
  margin-top: -1.5rem !important; }
/* line 447, oldstyles.scss */
.static-text .mt-n5 {
  margin-top: -3rem !important; }
/* line 451, oldstyles.scss */
.static-text .mb-n1 {
  margin-bottom: -0.25rem !important; }
/* line 455, oldstyles.scss */
.static-text .mb-n2 {
  margin-bottom: -0.5rem !important; }
/* line 459, oldstyles.scss */
.static-text .mb-n3 {
  margin-bottom: -1rem !important; }
/* line 463, oldstyles.scss */
.static-text .mb-n4 {
  margin-bottom: -1.5rem !important; }
/* line 467, oldstyles.scss */
.static-text .mb-n5 {
  margin-bottom: -3rem !important; }
/* line 471, oldstyles.scss */
.static-text .ml-n1 {
  margin-left: -0.25rem !important; }
/* line 475, oldstyles.scss */
.static-text .ml-n2 {
  margin-left: -0.5rem !important; }
/* line 479, oldstyles.scss */
.static-text .ml-n3 {
  margin-left: -1rem !important; }
/* line 483, oldstyles.scss */
.static-text .ml-n4 {
  margin-left: -1.5rem !important; }
/* line 487, oldstyles.scss */
.static-text .ml-n5 {
  margin-left: -3rem !important; }
/* line 491, oldstyles.scss */
.static-text .mr-n1 {
  margin-right: -0.25rem !important; }
/* line 495, oldstyles.scss */
.static-text .mr-n2 {
  margin-right: -0.5rem !important; }
/* line 499, oldstyles.scss */
.static-text .mr-n3 {
  margin-right: -1rem !important; }
/* line 503, oldstyles.scss */
.static-text .mr-n4 {
  margin-right: -1.5rem !important; }
/* line 507, oldstyles.scss */
.static-text .mr-n5 {
  margin-right: -3rem !important; }
/* line 512, oldstyles.scss */
.static-text .p-0 {
  padding: 0 !important; }
/* line 516, oldstyles.scss */
.static-text .p-1 {
  padding: 0.25rem !important; }
/* line 520, oldstyles.scss */
.static-text .p-2 {
  padding: 0.5rem !important; }
/* line 524, oldstyles.scss */
.static-text .p-3 {
  padding: 1rem !important; }
/* line 528, oldstyles.scss */
.static-text .p-4 {
  padding: 1.5rem !important; }
/* line 532, oldstyles.scss */
.static-text .p-5 {
  padding: 3rem !important; }
/* line 536, oldstyles.scss */
.static-text .pt-0 {
  padding-top: 0 !important; }
/* line 540, oldstyles.scss */
.static-text .pt-1 {
  padding-top: 0.25rem !important; }
/* line 544, oldstyles.scss */
.static-text .pt-2 {
  padding-top: 0.5rem !important; }
/* line 548, oldstyles.scss */
.static-text .pt-3 {
  padding-top: 1rem !important; }
/* line 552, oldstyles.scss */
.static-text .pt-4 {
  padding-top: 1.5rem !important; }
/* line 556, oldstyles.scss */
.static-text .pt-5 {
  padding-top: 3rem !important; }
/* line 560, oldstyles.scss */
.static-text .pb-0 {
  padding-bottom: 0 !important; }
/* line 564, oldstyles.scss */
.static-text .pb-1 {
  padding-bottom: 0.25rem !important; }
/* line 568, oldstyles.scss */
.static-text .pb-2 {
  padding-bottom: 0.5rem !important; }
/* line 572, oldstyles.scss */
.static-text .pb-3 {
  padding-bottom: 1rem !important; }
/* line 576, oldstyles.scss */
.static-text .pb-4 {
  padding-bottom: 1.5rem !important; }
/* line 580, oldstyles.scss */
.static-text .pb-5 {
  padding-bottom: 3rem !important; }
/* line 584, oldstyles.scss */
.static-text .pl-0 {
  padding-left: 0 !important; }
/* line 588, oldstyles.scss */
.static-text .pl-1 {
  padding-left: 0.25rem !important; }
/* line 592, oldstyles.scss */
.static-text .pl-2 {
  padding-left: 0.5rem !important; }
/* line 596, oldstyles.scss */
.static-text .pl-3 {
  padding-left: 1rem !important; }
/* line 600, oldstyles.scss */
.static-text .pl-4 {
  padding-left: 1.5rem !important; }
/* line 604, oldstyles.scss */
.static-text .pl-5 {
  padding-left: 3rem !important; }
/* line 608, oldstyles.scss */
.static-text .pr-0 {
  padding-right: 0 !important; }
/* line 612, oldstyles.scss */
.static-text .pr-1 {
  padding-right: 0.25rem !important; }
/* line 616, oldstyles.scss */
.static-text .pr-2 {
  padding-right: 0.5rem !important; }
/* line 620, oldstyles.scss */
.static-text .pr-3 {
  padding-right: 1rem !important; }
/* line 624, oldstyles.scss */
.static-text .pr-4 {
  padding-right: 1.5rem !important; }
/* line 628, oldstyles.scss */
.static-text .pr-5 {
  padding-right: 3rem !important; }
/* line 633, oldstyles.scss */
.static-text .text-center {
  text-align: center !important; }
/* line 637, oldstyles.scss */
.static-text .text-left {
  text-align: left !important; }
/* line 641, oldstyles.scss */
.static-text .text-right {
  text-align: right !important; }
/* line 645, oldstyles.scss */
.static-text .d-none {
  display: none !important; }
/* line 649, oldstyles.scss */
.static-text .d-block {
  display: block !important; }
/* line 653, oldstyles.scss */
.static-text .d-flex {
  display: flex !important; }
/* line 657, oldstyles.scss */
.static-text .d-inline {
  display: inline !important; }
/* line 661, oldstyles.scss */
.static-text .d-inline-block {
  display: inline-block !important; }
/* line 666, oldstyles.scss */
.static-text .justify-content-start {
  justify-content: flex-start !important; }
/* line 670, oldstyles.scss */
.static-text .justify-content-end {
  justify-content: flex-end !important; }
/* line 674, oldstyles.scss */
.static-text .justify-content-center {
  justify-content: center !important; }
/* line 678, oldstyles.scss */
.static-text .justify-content-between {
  justify-content: space-between !important; }
/* line 682, oldstyles.scss */
.static-text .justify-content-around {
  justify-content: space-around !important; }
/* line 686, oldstyles.scss */
.static-text .align-items-start {
  align-items: flex-start !important; }
/* line 690, oldstyles.scss */
.static-text .align-items-end {
  align-items: flex-end !important; }
/* line 694, oldstyles.scss */
.static-text .align-items-center {
  align-items: center !important; }
/* line 698, oldstyles.scss */
.static-text .align-items-baseline {
  align-items: baseline !important; }
/* line 702, oldstyles.scss */
.static-text .align-items-stretch {
  align-items: stretch !important; }
/* line 706, oldstyles.scss */
.static-text .flex-column {
  flex-direction: column !important; }
/* line 710, oldstyles.scss */
.static-text .flex-row {
  flex-direction: row !important; }
/* line 714, oldstyles.scss */
.static-text .flex-wrap {
  flex-wrap: wrap !important; }
/* line 718, oldstyles.scss */
.static-text .flex-nowrap {
  flex-wrap: nowrap !important; }
/* line 723, oldstyles.scss */
.static-text .w-25 {
  width: 25% !important; }
/* line 727, oldstyles.scss */
.static-text .w-50 {
  width: 50% !important; }
/* line 731, oldstyles.scss */
.static-text .w-75 {
  width: 75% !important; }
/* line 735, oldstyles.scss */
.static-text .w-100 {
  width: 100% !important; }
/* line 740, oldstyles.scss */
.static-text .h-25 {
  height: 25% !important; }
/* line 744, oldstyles.scss */
.static-text .h-50 {
  height: 50% !important; }
/* line 748, oldstyles.scss */
.static-text .h-75 {
  height: 75% !important; }
/* line 752, oldstyles.scss */
.static-text .h-100 {
  height: 100% !important; }
/* line 757, oldstyles.scss */
.static-text .position-static {
  position: static !important; }
/* line 761, oldstyles.scss */
.static-text .position-relative {
  position: relative !important; }
/* line 765, oldstyles.scss */
.static-text .position-absolute {
  position: absolute !important; }
/* line 769, oldstyles.scss */
.static-text .position-fixed {
  position: fixed !important; }
/* line 773, oldstyles.scss */
.static-text .position-sticky {
  position: sticky !important; }
/* line 778, oldstyles.scss */
.static-text .fg-products-details-page {
  max-width: 1200px;
  margin: 0 auto; }
/* line 783, oldstyles.scss */
.static-text #ribbon {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px 0;
  margin-bottom: 30px; }
  /* line 788, oldstyles.scss */
  .static-text #ribbon h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2d3436; }
    /* line 794, oldstyles.scss */
    .static-text #ribbon h1 .fix-spelling {
      color: #636e72;
      font-weight: 600;
      background: #ddd;
      padding: 2px 6px;
      border-radius: 4px; }
  /* line 803, oldstyles.scss */
  .static-text #ribbon p {
    font-size: 1.1rem;
    color: #636e72;
    max-width: 800px;
    font-weight: 400; }
/* line 811, oldstyles.scss */
.static-text .image-fit {
  text-align: center;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: all 0.3s ease; }
  /* line 819, oldstyles.scss */
  .static-text .image-fit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(108, 117, 125, 0.15);
    background: #f8f9fa; }
  /* line 825, oldstyles.scss */
  .static-text .image-fit img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid #dee2e6; }
  /* line 834, oldstyles.scss */
  .static-text .image-fit h6.headlinebottom {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #495057; }
/* line 842, oldstyles.scss */
.static-text .section-headline {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 25px;
  color: #495057;
  border-bottom: 2px solid #adb5bd;
  padding-bottom: 10px;
  position: relative; }
  /* line 851, oldstyles.scss */
  .static-text .section-headline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background: #6c757d; }
/* line 862, oldstyles.scss */
.static-text .fc-featurebenefits-row {
  border-bottom: 1px solid #e9ecef;
  padding: 15px 0;
  transition: background 0.3s ease; }
  /* line 867, oldstyles.scss */
  .static-text .fc-featurebenefits-row:hover {
    background: rgba(248, 249, 250, 0.8); }
  /* line 871, oldstyles.scss */
  .static-text .fc-featurebenefits-row:last-child {
    border-bottom: none; }
  /* line 875, oldstyles.scss */
  .static-text .fc-featurebenefits-row h6 {
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px; }
  /* line 881, oldstyles.scss */
  .static-text .fc-featurebenefits-row ul {
    margin: 0;
    padding-left: 20px; }
    /* line 885, oldstyles.scss */
    .static-text .fc-featurebenefits-row ul li {
      margin-bottom: 5px;
      color: #6c757d;
      position: relative; }
      /* line 890, oldstyles.scss */
      .static-text .fc-featurebenefits-row ul li:before {
        content: "•";
        color: #adb5bd;
        position: absolute;
        left: -15px; }
/* line 900, oldstyles.scss */
.static-text .table-wrapper {
  overflow-x: auto;
  margin: 20px 0; }
  /* line 904, oldstyles.scss */
  .static-text .table-wrapper .table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(108, 117, 125, 0.1);
    border: 1px solid #dee2e6; }
    /* line 911, oldstyles.scss */
    .static-text .table-wrapper .table td {
      padding: 12px 15px;
      border-bottom: 1px solid #e9ecef;
      color: #495057; }
      /* line 916, oldstyles.scss */
      .static-text .table-wrapper .table td:first-child {
        font-weight: 600;
        background: #f8f9fa;
        width: 60%;
        color: #495057; }
    /* line 924, oldstyles.scss */
    .static-text .table-wrapper .table tr:last-child td {
      border-bottom: none; }
    /* line 928, oldstyles.scss */
    .static-text .table-wrapper .table tr:hover td {
      background: rgba(248, 249, 250, 0.8); }
/* line 934, oldstyles.scss */
.static-text #application ul {
  list-style: none;
  padding: 0; }
  /* line 938, oldstyles.scss */
  .static-text #application ul li {
    position: relative;
    padding: 8px 0 8px 25px;
    margin-bottom: 5px;
    color: #495057;
    transition: all 0.3s ease; }
    /* line 945, oldstyles.scss */
    .static-text #application ul li:hover {
      background: rgba(248, 249, 250, 0.8);
      padding-left: 30px; }
    /* line 950, oldstyles.scss */
    .static-text #application ul li:before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #6c757d;
      font-weight: bold;
      font-size: 1.1rem; }
/* line 961, oldstyles.scss */
.static-text .fg-background.fc-grey-bg {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px 0;
  margin-top: 40px;
  color: #495057; }

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

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

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

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

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

  /* line 25, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 30, theme.scss */
.header-wrapper > [class*="widget-type_widget_v4_header"] {
  border-bottom: 6px solid #ededed; }

/* line 34, theme.scss */
.layout[style*="--img-position:left;"] .layout__content {
  padding-left: 0 !important; }

/* line 37, theme.scss */
.layout[style*="--img-position:right;"] .layout__content {
  padding-right: 0 !important; }

/* line 41, theme.scss */
.filter-item.is-active-filters .text, .filter-item.is-active-filters .collection-order__value-text, .widget-type_system_widget_v4_filter_sort_3 .count_name {
  color: #000 !important; }

/* line 45, theme.scss */
a:focus {
  color: #000 !important; }

/* line 49, theme.scss */
.featurebenefits__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

/* line 54, theme.scss */
.feature__item {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 15px; }

/* line 59, theme.scss */
.feature__image {
  margin-bottom: 1em; }

/* line 62, theme.scss */
.feature__image img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 3px; }

@media (max-width: 768px) {
  /* line 70, theme.scss */
  .feature__item {
    width: 100%;
    margin-bottom: 1em; } }
/* line 76, theme.scss */
.special-products__slider-arrow, .product .splide__arrow {
  color: #454545 !important; }

/* line 80, theme.scss */
.infinity-products-controls__btn {
  background: var(--color-btn-bg) !important;
  padding: 15px 70px !important;
  text-decoration: none !important; }

/* line 86, theme.scss */
.red-border {
  border: 1px solid red !important; }
