/* 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, #2C34B8);
  --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, #343bce);
  --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, #4a51d3);
  --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, #8e92e4);
  --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, #2C34B8);
  --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, #343bce);
  --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, #4a51d3);
  --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, #8e92e4);
  --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, #333333);
  --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, #474747);
  --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, #5c5c5c);
  --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, #999999);
  --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, minimal);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --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.5);
  --heading-weight:var(--draft-heading-weight, 400);
  --collection_count:var(--draft-collection_count, 14);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 6);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, 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 28, theme.scss */
.sticky-widget {
  height: 100vh;
  width: 100%;
  position: sticky !important;
  top: 0; }

/* line 38, theme.scss */
.menu-badge {
  display: inline-block;
  background-color: transparent;
  color: #FF2A3D;
  font-weight: 600;
  padding: 0px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1; }

/* line 49, theme.scss */
.menu-new {
  color: #2C34B8;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: super; }

/* line 61, theme.scss */
.article-carousel-auto {
  margin: 2rem 0; }

/* line 65, theme.scss */
.article-gallery-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px; }
  @media (max-width: 767px) {
    /* line 65, theme.scss */
    .article-gallery-wrapper {
      flex-direction: column-reverse;
      gap: 12px; } }

/* line 80, theme.scss */
.article-splide-thumbs {
  flex-shrink: 0; }
  /* line 83, theme.scss */
  .article-splide-thumbs .splide__list {
    gap: 0; }
  /* line 88, theme.scss */
  .article-splide-thumbs .splide__slide {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    cursor: pointer;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    overflow: hidden;
    opacity: 0.6;
    transition: all 0.3s ease;
    flex-shrink: 0;
    padding: 0 !important;
    margin: 0 !important; }
    /* line 106, theme.scss */
    .article-splide-thumbs .splide__slide.is-active {
      border: 1px solid #2C34B8 !important;
      opacity: 1; }
    /* line 111, theme.scss */
    .article-splide-thumbs .splide__slide:hover {
      opacity: 1; }
    @media (max-width: 767px) {
      /* line 88, theme.scss */
      .article-splide-thumbs .splide__slide {
        width: 70px !important;
        height: 70px !important;
        min-width: 70px !important;
        min-height: 70px !important;
        max-width: 70px !important;
        max-height: 70px !important; } }
  /* line 126, theme.scss */
  .article-splide-thumbs .article-slide-thumb {
    width: 100% !important;
    height: 100% !important;
    display: block; }
    /* line 131, theme.scss */
    .article-splide-thumbs .article-slide-thumb img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block;
      border-radius: 0 !important; }
  /* line 141, theme.scss */
  .article-splide-thumbs .splide__arrow {
    background: rgba(255, 255, 255, 0.9) !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    z-index: 2; }
    /* line 149, theme.scss */
    .article-splide-thumbs .splide__arrow svg {
      fill: #2C34B8 !important;
      width: 12px !important;
      height: 12px !important; }
    /* line 155, theme.scss */
    .article-splide-thumbs .splide__arrow:hover {
      background: #2C34B8 !important; }
      /* line 157, theme.scss */
      .article-splide-thumbs .splide__arrow:hover svg {
        fill: #fff !important; }
  @media (min-width: 768px) {
    /* line 163, theme.scss */
    .article-splide-thumbs .splide__arrow--prev {
      top: 0 !important;
      left: 50% !important;
      transform: translateX(-50%) !important; }
    /* line 169, theme.scss */
    .article-splide-thumbs .splide__arrow--next {
      bottom: 0 !important;
      left: 50% !important;
      transform: translateX(-50%) !important; } }
  @media (max-width: 767px) {
    /* line 178, theme.scss */
    .article-splide-thumbs .splide__arrow--prev {
      left: -4px !important;
      top: 50% !important;
      transform: translateY(-50%) !important; }
    /* line 184, theme.scss */
    .article-splide-thumbs .splide__arrow--next {
      right: -4px !important;
      top: 50% !important;
      transform: translateY(-50%) !important; } }

/* line 195, theme.scss */
.article-splide {
  flex-grow: 1;
  width: 100%;
  border-radius: 0;
  overflow: hidden; }
  /* line 201, theme.scss */
  .article-splide .splide__slide {
    width: 100% !important; }
  /* line 205, theme.scss */
  .article-splide .article-slide-main {
    width: 100% !important;
    height: 560px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f5f5f5; }
    @media (max-width: 767px) {
      /* line 205, theme.scss */
      .article-splide .article-slide-main {
        height: auto !important;
        aspect-ratio: 3 / 4; } }
    /* line 220, theme.scss */
    .article-splide .article-slide-main img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block;
      border-radius: 0 !important; }
  /* line 230, theme.scss */
  .article-splide .splide__arrow {
    background: rgba(255, 255, 255, 0.8) !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    opacity: 1 !important; }
    /* line 237, theme.scss */
    .article-splide .splide__arrow svg {
      fill: #2C34B8 !important;
      width: 20px !important;
      height: 20px !important; }
    /* line 243, theme.scss */
    .article-splide .splide__arrow:hover {
      background: #2C34B8 !important; }
      /* line 245, theme.scss */
      .article-splide .splide__arrow:hover svg {
        fill: #fff !important; }
    @media (max-width: 767px) {
      /* line 230, theme.scss */
      .article-splide .splide__arrow {
        width: 36px !important;
        height: 36px !important; }
        /* line 252, theme.scss */
        .article-splide .splide__arrow svg {
          width: 14px !important;
          height: 14px !important; } }
  /* line 259, theme.scss */
  .article-splide .splide__arrow--prev {
    left: 16px !important; }
  /* line 260, theme.scss */
  .article-splide .splide__arrow--next {
    right: 16px !important; }
