@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/* 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, #5A5656);
  --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, #6c6868);
  --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, #7d7878);
  --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, #aeaaaa);
  --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, #B78888);
  --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, #bf9595);
  --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, #c6a1a1);
  --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, #dcc4c4);
  --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, #5A5656);
  --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, #6c6868);
  --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, #7d7878);
  --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, #aeaaaa);
  --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, #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, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 300);
  --collection_count: var(--draft-collection_count, 6);
  --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, 1450px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

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

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 27, theme.scss */
.page_layout_sticky_left > aside > [data-sidebar], .page_layout_sticky_right > aside > [data-sidebar] {
  top: 79px; }

@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Italic.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
/* line 71, theme.scss */
body, button, input, optgroup, select, textarea {
  font-family: 'CeraPro'; }

/* line 72, theme.scss */
.page_layout_section_top {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" ". sidebar main ." "section-bottom section-bottom section-bottom section-bottom" "footer footer footer footer";
  grid-template-rows: minmax(auto, max-content) minmax(auto, max-content) auto minmax(auto, max-content) minmax(auto, max-content); }
  @media screen and (max-width: 767px) {
    /* line 72, theme.scss */
    .page_layout_section_top {
      grid-template-areas: "header" "section-top" "sidebar" "main" "section-bottom" "footer";
      grid-template-rows: max-content; } }

/* line 75, theme.scss */
.page_section_bottom {
  grid-area: section-bottom;
  grid-column: 1/-1; }

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

/* line 78, theme.scss */
body:not([data-theme-template="index"]) header {
  position: sticky;
  top: 0;
  z-index: 2; }

/* line 82, theme.scss */
.is-success-notice {
  background-color: #797979 !important;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300; }
  /* line 83, theme.scss */
  .is-success-notice .icon-check {
    display: none; }

/* line 86, theme.scss */
.page_layout > aside {
  position: relative;
  z-index: 0; }

/* sizes */
/* line 89, theme.scss */
.modal-sizes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(30, 30, 30, 0.9), #000 1810%);
  z-index: 3;
  display: none; }

/* line 100, theme.scss */
.table-sizes {
  background: #fff;
  width: 594px;
  height: 100vh;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -594px;
  overflow: auto; }
  @media (max-width: 767px) {
    /* line 100, theme.scss */
    .table-sizes {
      max-height: calc(100vh - 100px);
      overflow: hidden;
      overflow-y: auto;
      height: auto;
      border-radius: 10px 10px 0 0; } }

/* line 120, theme.scss */
.table-sizes .table-sizes__header {
  text-align: center;
  position: relative; }

/* line 125, theme.scss */
.table-sizes .table-sizes__title {
  margin-bottom: 45px;
  font-family: 'CeraPro';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #5A5656; }
  @media (max-width: 767px) {
    /* line 125, theme.scss */
    .table-sizes .table-sizes__title {
      font-weight: 500;
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 40px; } }

/* line 143, theme.scss */
.table-sizes .table-sizes__content_description {
  margin-bottom: 25px;
  padding: 0 35px;
  text-align: center; }

/* line 149, theme.scss */
.table-sizes .table-sizes__content_table_header {
  display: flex;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

/* line 161, theme.scss */
.table-sizes .table-sizes__header .table-sizes__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(https://static.insales-cdn.com/files/1/5756/27932284/original/cross.svg) center no-repeat;
  background-size: 100%;
  cursor: pointer; }
  @media (max-width: 767px) {
    /* line 161, theme.scss */
    .table-sizes .table-sizes__header .table-sizes__close {
      width: 20px;
      height: 20px; } }

/* line 176, theme.scss */
.table-sizes .table-sizes__content_table_header div {
  width: 100%; }
  @media (max-width: 767px) {
    /* line 176, theme.scss */
    .table-sizes .table-sizes__content_table_header div {
      word-break: break-all; } }

/* line 184, theme.scss */
.table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
  justify-content: space-between; }

/* line 191, theme.scss */
.table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row:last-child {
  border-bottom: 1px solid #000; }

/* line 195, theme.scss */
.table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row div {
  text-align: center;
  width: 100%; }
  /* line 203, theme.scss */
  .table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row div.table_size--размер {
    order: -1; }
  /* line 206, theme.scss */
  .table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row div:empty {
    display: none; }

/* line 211, theme.scss */
.table-sizes .table-sizes__content_bottom_description {
  margin: 30px 0 20px;
  font-size: 14px; }

/* line 216, theme.scss */
.table-sizes__content_buttons {
  display: flex; }

/* line 220, theme.scss */
.table-sizes__content_buttons a {
  padding: 12px 18px;
  height: 44px;
  line-height: 44px;
  margin-right: 12px;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 6px;
  text-decoration: none;
  color: #797979;
  display: flex;
  align-items: center; }

/* line 233, theme.scss */
.table-sizes__content_buttons a:last-child {
  margin-right: 0; }

/* line 237, theme.scss */
.table-sizes__content_buttons a:hover {
  background: rgba(217, 217, 217, 0.7); }

/* line 241, theme.scss */
.table-sizes__content_buttons a img {
  margin-right: 5px; }

/* line 245, theme.scss */
.sizes-block {
  color: #5A5656;
  margin-top: 20px; }

/* line 250, theme.scss */
.sizes-block .sizes-block-title {
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }
  /* line 258, theme.scss */
  .sizes-block .sizes-block-title img {
    transform: rotate(-90deg); }

@media all and (max-width: 767px) {
  /* line 264, theme.scss */
  .table-sizes {
    width: 100%;
    padding: 20px;
    top: auto;
    bottom: -100%;
    right: 0; }

  /* line 272, theme.scss */
  .table-sizes .table-sizes__content_table_header div {
    font-size: 12px;
    padding: 0 0 5px 5px; }

  /* line 286, theme.scss */
  .table-sizes__content_buttons a {
    padding: 12px 9px; } }
/* skeleton */
@keyframes skeleton_fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/*** footer ***/
/* line 302, theme.scss */
body.skeleton .widget-type_footer .layout__content .menu div {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 310, theme.scss */
body.skeleton .widget-type_footer .layout__content .menu li a {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 318, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback .title {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 326, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback form input {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  font-size: 0;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 335, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback form button {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 343, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback .desc {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 351, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback .copyright {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/*** header ***/
/* line 360, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .menu li a {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 368, theme.scss */
body.skeleton .logo {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 376, theme.scss */
body.skeleton .logo img {
  opacity: 0; }

/* line 380, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li.search:not(.ajax-search-item) form {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  overflow: hidden;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 389, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li.search:not(.ajax-search-item) form button {
  opacity: 0; }

/* line 393, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li.search:not(.ajax-search-item) form input {
  opacity: 0; }

/* line 397, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li:not(.ajax-search-item) a:not(.ajax-search-link) {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 405, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .js-slider .splide__slide * {
  opacity: 0; }

/* line 409, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .js-slider .splide__slide .title {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/*** sliders ***/
/* line 418, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 425, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .title a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 432, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .title a svg {
  opacity: 0; }

/* line 436, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .splide__arrows .splide__arrow {
  opacity: 0; }

/* line 440, theme.scss */
body.skeleton .widget-type_carousel-product .splide__slide {
  background: #DFDFDF;
  color: transparent;
  border-radius: 5px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 447, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .card {
  opacity: 0; }

/*** recently ***/
/* line 452, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 460, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card .name {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  margin: 8px auto 8px 0;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 469, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card .prices span {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 477, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .splide__arrows .splide__arrow {
  opacity: 0; }

/* line 481, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 5px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 489, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card a img {
  opacity: 0; }

/*** baner ***/
/* line 494, theme.scss */
body.skeleton .widget-type_banner-col .layout__content .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  margin: 0 auto;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 503, theme.scss */
body.skeleton .widget-type_banner-col .layout__content a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 0;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 511, theme.scss */
body.skeleton .widget-type_banner-col .layout__content a * {
  opacity: 0; }

/*** breadcrumbs ***/
/* line 516, theme.scss */
body.skeleton .widget-type_widget_v4_breadcrumbs_1_7478bf410e945871f6459f122a0afd8f .breadcrumb-wrapper ul li a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 524, theme.scss */
body.skeleton .widget-type_widget_v4_breadcrumbs_1_7478bf410e945871f6459f122a0afd8f .breadcrumb-wrapper ul li span {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/*** catalog ***/
/* line 533, theme.scss */
body.skeleton .widget-type_collection-sidebar .layout__content .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate;
  padding: 0;
  margin: 10px 0 30px 20px; }

/* line 543, theme.scss */
body.skeleton .widget-type_collection-sidebar .layout__content ul li a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate;
  padding: 0;
  margin: 10px; }

/* line 553, theme.scss */
body.skeleton .filter-top-controls__filter-btn {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 561, theme.scss */
body.skeleton .filter-top-controls__filter-btn * {
  opacity: 0; }

/* line 565, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card .name {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  margin: 8px auto 8px 0;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 574, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card .prices span {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 582, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 5px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 590, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card .image picture {
  opacity: 0; }

/* line 594, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card a svg {
  display: none; }

/*** ellipsis ***/
/* line 599, theme.scss */
.widget-type_recently-product .layout__content .card .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 608, theme.scss */
.show-mobile header, .show-mobile footer, .show-mobile main {
  display: none; }

/* line 611, theme.scss */
.js-mobile-scroll {
  z-index: 2;
  display: flex;
  flex-flow: column; }
  /* line 613, theme.scss */
  .js-mobile-scroll > a {
    z-index: 2;
    position: fixed;
    top: 35px;
    right: 35px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    text-decoration: none; }
  /* line 616, theme.scss */
  .js-mobile-scroll .arrows {
    position: fixed;
    top: 50%;
    right: 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: auto; }
    /* line 618, theme.scss */
    .js-mobile-scroll .arrows .numb {
      margin: 10px 0;
      font-size: 10px;
      line-height: 13px;
      text-align: center;
      color: #fff; }
    /* line 621, theme.scss */
    .js-mobile-scroll .arrows .arrow {
      -webkit-appearance: none;
      outline: none;
      border: none;
      background-color: transparent;
      width: auto;
      height: auto;
      position: initial;
      transform: none;
      padding: 0;
      margin: 0; }
      /* line 622, theme.scss */
      .js-mobile-scroll .arrows .arrow--prev {
        display: none; }
      /* line 624, theme.scss */
      .js-mobile-scroll .arrows .arrow svg {
        width: auto;
        height: 25px;
        transform: none; }
  /* line 629, theme.scss */
  .js-mobile-scroll .splide__slide {
    width: 100%;
    display: block;
    transform: none; }
    /* line 631, theme.scss */
    .js-mobile-scroll .splide__slide + .splide__slide {
      margin-top: 16px; }
    /* line 632, theme.scss */
    .js-mobile-scroll .splide__slide video {
      width: 100%;
      height: -webkit-fill-available;
      object-fit: cover;
      object-position: center;
      display: block; }
    /* line 635, theme.scss */
    .js-mobile-scroll .splide__slide picture {
      width: 100%;
      display: block; }
      /* line 637, theme.scss */
      .js-mobile-scroll .splide__slide picture img {
        width: 100%;
        height: -webkit-fill-available;
        object-fit: cover;
        object-position: center;
        display: block; }
