/* 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, #E80F1E);
  --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, #f11f2d);
  --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, #f23844);
  --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, #f7828a);
  --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, #6b6b6b);
  --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, #7a7a7a);
  --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, #898989);
  --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, #b5b5b5);
  --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, #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, rounded);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --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, "PT Root UI");
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 28);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --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, true);
  --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 11, theme.scss */
.widget-type_brandblockseomain .special-collections__item-title {
  margin-top: 0 !important; }

/* line 14, theme.scss */
.breadcrumb-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

/* line 20, theme.scss */
.cart-fixed-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }

/* line 25, theme.scss */
.cart-fixed-btn.is-show {
  opacity: 1;
  pointer-events: auto; }

/* line 32, theme.scss */
.widget-type_system_widget_v4_preorder_1.layout .layout__content {
  margin: auto; }

/* line 36, theme.scss */
.special-collections__item-title {
  text-align: center !important;
  margin: 0; }

/* line 41, theme.scss */
.breadcrumb {
  display: inline-flex;
  flex-wrap: nowrap; }

/* line 46, theme.scss */
.breadcrumb-item {
  white-space: nowrap; }

/* line 50, theme.scss */
.breadcrumb-wrapper::-webkit-scrollbar {
  height: 3px; }

/* line 54, theme.scss */
.breadcrumb-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px; }

/* line 61, theme.scss */
.filter__wrapp {
  display: flex;
  align-items: center; }

/* line 65, theme.scss */
.filter__wrapp p {
  margin: 0; }

/* line 69, theme.scss */
.header__control-btn.header__compare.compare-empty {
  display: none; }

/* line 74, theme.scss */
.mobile__blocks {
  display: none; }

/* line 78, theme.scss */
.desc__blocks {
  display: block; }

/* line 82, theme.scss */
.nav__bottom .header__control-bage {
  background-color: #c9c9c9 !important; }

/* line 85, theme.scss */
.bh-widget-page-wrapper {
  bottom: 77px !important; }

/* line 90, theme.scss */
.special-collections .img-ratio.img-fit img {
  max-width: 100%;
  max-height: 100%; }

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

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

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

/* line 107, theme.scss */
.widget-type_widget_v4_header_custom .header__search-form {
  opacity: 0;
  width: 0 !important; }

/* line 112, theme.scss */
.widget-type_widget_v4_header_custom .header__search {
  width: 2vw; }

/* line 116, theme.scss */
.widget-type_widget_v4_header_custom .header__search.is-show .header__search-btn {
  background: transparent; }

/* line 120, theme.scss */
.widget-type_widget_v4_header_custom .header__search-btn {
  font-size: 20px; }

/* line 132, theme.scss */
.flex__container_img .stati__wrapp-img-block {
  height: 418px; }

/* line 136, theme.scss */
.stati__wrapp_img img {
  height: 500px !important; }

/* line 140, theme.scss */
.wrapp__img {
  column-gap: 20px !important; }

/* line 145, theme.scss */
.wrapp__img div {
  width: 33% !important; }

/* line 149, theme.scss */
.stati__wrapp_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 98px;
  row-gap: 20px;
  margin-bottom: 40px; }

/* line 158, theme.scss */
.stati__wrapp_img div {
  width: 40%; }

/* line 162, theme.scss */
.stati__wrapp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px; }

/* line 171, theme.scss */
.stati__wrapp > div {
  flex: 1 1 300px; }

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

/* line 183, theme.scss */
.stati__wrapp-img-block {
  height: 400px; }

/* line 186, theme.scss */
.stati__wrapp-img-block img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center; }

@media screen and (max-width: 1024px) {
  /* line 193, theme.scss */
  .stati__wrapp-img-block {
    height: auto; }

  /* line 197, theme.scss */
  .flex__container_img .stati__wrapp-img-block {
    height: auto; } }
@media screen and (max-width: 1024px) {
  /* line 204, theme.scss */
  .reverce-wrapp {
    flex-direction: column-reverse !important; } }
@media (max-width: 1000px) {
  /* line 211, theme.scss */
  .flex__container > div {
    flex: 1 1 220px; }

  /* line 215, theme.scss */
  .flex__container_img > div {
    flex: 1 1 106px; } }
@media (max-width: 1200px) {
  /* line 223, theme.scss */
  .stati__wrapp_img img {
    height: 390px !important; } }
@media (max-width: 900px) {
  /* line 230, theme.scss */
  .stati__wrapp_img div {
    width: 100%; }

  /* line 233, theme.scss */
  .stati__wrapp_img img {
    height: auto !important; } }
@media (max-width: 768px) {
  /* line 240, theme.scss */
  .stati__wrapp {
    flex-direction: column; }

  /* line 244, theme.scss */
  .stati__wrapp > div {
    width: 100%; } }
@media (max-width: 768px) {
  /* line 256, theme.scss */
  .mobile__filter {
    display: none !important; }

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

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

  /* line 265, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 269, theme.scss */
.article-cat__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 272, theme.scss */
.article-cat__item {
  background: #E6E6E6;
  padding: 10px;
  text-decoration: none;
  border-radius: 8px; }

/* line 278, theme.scss */
.product-preview__title a,
.widget-type_catalog_2custom .product-preview__price-cur {
  font-size: 14px; }

/* line 281, theme.scss */
.sku-value,
.sku-label {
  font-size: 14px; }

/* line 285, theme.scss */
.product-preview__sku {
  text-align: center; }

/* line 289, theme.scss */
.widget-type_catalog_2custom .product-preview:hover .product-preview__controls,
.widget-type_catalog_2custom .product-preview.is-touch .product-preview__controls {
  opacity: 0.8;
  pointer-events: auto; }

/* line 294, theme.scss */
.widget-type_catalog_2custom .product-preview__controls {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: .2s; }

/* line 300, theme.scss */
.bold {
  font-weight: bold; }

/* line 301, theme.scss */
.faq__inner {
  margin-bottom: 30px; }

/* line 304, theme.scss */
.faq__item {
  margin-bottom: 5px;
  position: relative; }

/* line 308, theme.scss */
.faq__item_quest {
  display: block;
  padding: 15px 30px;
  background-color: #E6E6E6;
  color: #000;
  border-radius: 10px; }

/* line 315, theme.scss */
.faq__item_ans {
  display: none;
  padding: 10px 15px; }

/* line 319, theme.scss */
.faq__item_open {
  cursor: pointer; }

/* line 322, theme.scss */
.faq__item_open:after {
  content: "+";
  position: absolute;
  right: 10px;
  color: var(--color-btn-bg-minor-shade);
  font-size: 26px;
  top: 5px; }

/* line 330, theme.scss */
.faq__item.open .faq__item_open:after {
  transform: rotate(45deg); }

/* line 333, theme.scss */
.widget-type_catalog_2custom .product__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px; }

/* line 343, theme.scss */
.va-alfred-container #va_search-suggestions .products a .va--title {
  -webkit-line-clamp: none; }

@media (max-width: 650px) {
  /* line 353, theme.scss */
  .mobile__blocks {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px; }

  /* line 360, theme.scss */
  .desc__blocks {
    display: none !important; } }
@media (max-width: 520px) {
  /* line 367, theme.scss */
  .stati__wrapp_img div {
    width: 100%; }

  /* line 371, theme.scss */
  .wrapp__img div {
    width: 100% !important; } }
