/* 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, #2D2D2D);
  --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, #434343);
  --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, #585858);
  --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, #969696);
  --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, #B0B0B1);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #aaaaac);
  --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, #a3a3a5);
  --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, #575759);
  --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, 30px);
  --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, "Open Sans");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Open Sans");
  --heading-ratio: var(--draft-heading-ratio, 1.25);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 24);
  --search_count: var(--draft-search_count, 24);
  --blog_size: var(--draft-blog_size, 9);
  --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, 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 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 35, theme.scss */
.page-width, .page_layout_section_top {
  margin: 0 auto;
  max-width: 1300px; }

/* line 40, theme.scss */
.page-width-narrow {
  max-width: 800px;
  margin: 0 auto; }

/* line 45, theme.scss */
page-width__padding {
  padding: 0 40px; }
  @media only screen and (max-width: 769px) {
    /* line 45, theme.scss */
    page-width__padding {
      padding: 0 30px; } }

/* line 54, theme.scss */
.page_layout-clear main {
  margin-top: 140px; }
  @media only screen and (max-width: 769px) {
    /* line 54, theme.scss */
    .page_layout-clear main {
      margin-top: 60px; } }

/* line 62, theme.scss */
.page_layout-clear.checkout main {
  margin-top: 110px; }
  @media only screen and (max-width: 769px) {
    /* line 62, theme.scss */
    .page_layout-clear.checkout main {
      margin-top: 50px; } }

/* line 71, theme.scss */
.page_layout_sticky_left {
  margin-top: 140px; }
  @media only screen and (max-width: 769px) {
    /* line 71, theme.scss */
    .page_layout_sticky_left {
      margin-top: 60px; } }

/* line 77, theme.scss */
.page_layout_section_top main {
  margin-top: 0; }

/* line 83, theme.scss */
a {
  color: #000; }

/* line 87, theme.scss */
a:hover {
  color: #6c5db7 !important;
  text-decoration: none !important;
  transition: all .1s ease !important; }

/* line 94, theme.scss */
.button {
  text-transform: uppercase;
  letter-spacing: .2em;
  background-color: #d2c7ff;
  color: #000000 !important;
  border: none;
  padding: 14px 22px !important; }
  /* line 102, theme.scss */
  .button:hover {
    color: #000000 !important;
    filter: brightness(0.92); }
  /* line 107, theme.scss */
  .button:active {
    filter: brightness(0.88); }

/* line 112, theme.scss */
.button-light-purple {
  background-color: #d2c7ff !important; }

/* line 116, theme.scss */
.button-dark-purple {
  background-color: #5e5491 !important;
  color: #ffffff !important; }
  /* line 119, theme.scss */
  .button-dark-purple:hover {
    color: #ffffff !important; }

/* line 124, theme.scss */
.button-green {
  background-color: #e1fb62 !important; }

/* line 128, theme.scss */
.button-non-space {
  letter-spacing: normal !important;
  text-transform: none !important; }

/* line 136, theme.scss */
.product-preview {
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  overflow: hidden !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  position: relative !important;
  padding: 10px !important; }
  /* line 150, theme.scss */
  .product-preview__photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1080 / 1350 !important; }
    /* line 153, theme.scss */
    .product-preview__photo .img-ratio,
    .product-preview__photo .img-ratio__inner {
      padding-top: 0 !important;
      aspect-ratio: 1080 / 1350;
      height: auto !important; }
    /* line 161, theme.scss */
    .product-preview__photo .favorites_btn {
      display: none !important; }
    /* line 165, theme.scss */
    .product-preview__photo picture,
    .product-preview__photo img {
      display: block;
      width: 100% !important;
      height: 100% !important;
      position: relative;
      object-fit: contain !important;
      object-position: center; }
    /* line 175, theme.scss */
    .product-preview__photo img.lazyload {
      opacity: 0;
      transition: opacity 0.3s ease; }
    /* line 179, theme.scss */
    .product-preview__photo img.loaded {
      opacity: 1; }
  /* line 185, theme.scss */
  .product-preview__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff4d4d;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2; }
  /* line 198, theme.scss */
  .product-preview .stickers {
    top: 0 !important;
    right: 0 !important;
    left: auto !important; }
  /* line 204, theme.scss */
  .product-preview .sticker {
    margin: 0 !important;
    background-color: #d2c7ff !important;
    border-radius: 0 !important; }
  /* line 211, theme.scss */
  .product-preview__content {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important; }
  /* line 218, theme.scss */
  .product-preview__title {
    color: #000 !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
    text-align: center !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin-bottom: 0 !important; }
    /* line 231, theme.scss */
    .product-preview__title a {
      color: #000 !important; }
  /* line 236, theme.scss */
  .product-preview__area-bottom {
    justify-content: center !important; }
  /* line 240, theme.scss */
  .product-preview__price {
    margin-top: auto;
    text-align: center !important;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 3px; }
    /* line 249, theme.scss */
    .product-preview__price .product-preview__price-old {
      font-size: 0.8rem !important;
      color: #999 !important;
      font-weight: 400 !important; }
    /* line 255, theme.scss */
    .product-preview__price-label {
      font-size: 0.7rem !important;
      font-weight: 400 !important; }
    /* line 260, theme.scss */
    .product-preview__price-cur {
      display: flex !important;
      flex-direction: row !important;
      justify-content: center !important;
      align-items: flex-end !important;
      gap: 5px !important;
      font-size: 0.8rem !important;
      font-weight: 400 !important; }
      /* line 269, theme.scss */
      .product-preview__price-cur .product-preview__price-old {
        font-size: 0.8rem !important;
        color: #999 !important;
        font-weight: 400 !important; }
  /* line 277, theme.scss */
  .product-preview__controls {
    display: none !important; }

/* line 283, theme.scss */
.product__photo {
  border-radius: 0 !important; }
  /* line 285, theme.scss */
  .product__photo-tumb {
    border-radius: 0 !important;
    cursor: pointer; }
    /* line 288, theme.scss */
    .product__photo-tumb:before {
      border-radius: 0 !important; }
/* line 294, theme.scss */
.product .stickers {
  top: 0 !important;
  left: auto !important;
  right: 0 !important; }
/* line 300, theme.scss */
.product .sticker {
  border-radius: 0 !important;
  background-color: #d2c7ff !important;
  margin: 0 !important; }

/* line 309, theme.scss */
.splide {
  visibility: visible !important; }

/* line 315, theme.scss */
h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
  padding-top: 20px; }

/* line 325, theme.scss */
.filter {
  border: none !important; }
  /* line 328, theme.scss */
  .filter-item_price {
    display: none !important; }
  /* line 332, theme.scss */
  .filter-item__name:hover {
    background: transparent !important; }

/* line 339, theme.scss */
.page_layout_sticky_left > aside > [data-sidebar], .page_layout_sticky_right > aside > [data-sidebar] {
  top: 80px; }

@media (max-width: 767px) {
  /* line 344, theme.scss */
  .page_layout > aside {
    position: sticky;
    top: 48px;
    z-index: 1000; } }
/* line 353, theme.scss */
body[data-theme-template="search"] main {
  grid-column-start: 1 !important;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem !important; }
  @media (max-width: 767px) {
    /* line 353, theme.scss */
    body[data-theme-template="search"] main {
      padding: 0 !important; } }

/* line 366, theme.scss */
.co-login {
  -ms-flex: 0 1 100% !important;
  flex: 0 1 100% !important;
  max-width: 500px !important;
  margin: 0 auto !important; }

/* line 373, theme.scss */
.co-login--social_login {
  display: none; }

/* line 377, theme.scss */
.co-button:not(.co-button--link) {
  background: #5e5491;
  transition: .3s; }
  /* line 380, theme.scss */
  .co-button:not(.co-button--link):hover {
    background: #5e5491;
    filter: brightness(0.92); }

/* line 388, theme.scss */
.cart {
  display: flex !important;
  flex-direction: column; }

/* line 393, theme.scss */
body[data-theme-template="cart"] {
  width: 100vw; }

/* line 398, theme.scss */
input, textarea {
  border-radius: 6px !important;
  border-color: #b9b9b9 !important; }

/* line 405, theme.scss */
.checkout footer {
  display: none; }

/* line 409, theme.scss */
.co-title--h2 {
  font-size: 1.3rem !important;
  color: #000 !important; }

/* line 414, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0 !important;
  font-size: 1.1rem; }

/* line 419, theme.scss */
.co-toggable_field--bordered:hover {
  border-color: transparent; }

/* line 423, theme.scss */
.co-delivery_method-description {
  display: none !important; }

/* line 427, theme.scss */
.co-sidebar {
  box-shadow: none !important;
  background: #f5f5f5 !important;
  border-left: 1px solid #c3c3c3; }

/* line 434, theme.scss */
.checkout .layout {
  padding: 0 !important; }
  /* line 436, theme.scss */
  .checkout .layout-content {
    min-width: 100vw !important; }

/* line 442, theme.scss */
.co-section--checkout_header, .co-checkout-order_form, .co-basket {
  max-width: 550px !important; }

/* line 446, theme.scss */
.client-page .co-section--checkout_header {
  margin: 0 auto;
  max-width: 1080px !important; }

/* line 450, theme.scss */
.co-section--checkout_header, .co-checkout-order_form {
  margin: 0 0 0 auto; }
  @media (max-width: 767px) {
    /* line 450, theme.scss */
    .co-section--checkout_header, .co-checkout-order_form {
      margin: 0 auto !important; } }

/* line 457, theme.scss */
.co-section--checkout_content {
  min-width: 100vw !important; }

/* line 461, theme.scss */
.co-checkout-block--padded {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }

/* line 468, theme.scss */
.co-tabs-content--active {
  display: block;
  border-radius: 8px !important;
  overflow: hidden !important; }

/* line 474, theme.scss */
.co-input-label {
  color: #a6a6a6; }

/* line 478, theme.scss */
.header__search.is-show .header__search-btn {
  color: black !important;
  border-radius: 0 !important; }

/* line 485, theme.scss */
.header__search__results {
  border-radius: 8px !important;
  border: 1px solid #a6a6a6 !important; }

/* line 492, theme.scss */
.widget-type_system_widget_v4_button_on_top_1 .btn-on-top {
  display: none !important; }

/* line 498, theme.scss */
.faq-accordion {
  overflow: hidden; }

/* line 503, theme.scss */
.accordion-item {
  border-bottom: 1px solid #e7e7e7; }

/* line 507, theme.scss */
.accordion-item:last-child {
  border-bottom: none; }

/* line 511, theme.scss */
.accordion-header {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: background-color 0.3s; }

/* line 527, theme.scss */
.accordion-header:hover {
  background-color: #f5f5f5; }

/* line 531, theme.scss */
.accordion-header.active {
  background-color: #efefef; }

/* line 535, theme.scss */
.accordion-header span {
  flex-grow: 1;
  margin-right: 10px; }

/* line 540, theme.scss */
.accordion-icon {
  transition: transform 0.3s ease;
  fill: #5e5491;
  flex-shrink: 0; }

/* line 546, theme.scss */
.accordion-header.active .accordion-icon {
  transform: rotate(180deg); }

/* line 550, theme.scss */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white; }

/* line 557, theme.scss */
.accordion-content p {
  margin: 0;
  padding: 20px;
  color: #555;
  line-height: 1.6;
  border-top: 1px solid #f0f0f0; }
