/* 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, #595959);
  --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, #6a6a6a);
  --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, #7a7a7a);
  --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, #acacac);
  --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, #8C8C8C);
  --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, #9a9a9a);
  --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, #a8a8a8);
  --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, #d2d2d2);
  --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, 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, #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-size:var(--draft-font-size, 16px);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 48);
  --search_count:var(--draft-search_count, 11);
  --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, 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 */
p {
  margin-bottom: 0.5rem; }

/* line 32, theme.scss */
.product-preview__price {
  position: relative; }
  /* line 34, theme.scss */
  .product-preview__price .label-office, .product-preview__price label-office-2 {
    position: absolute;
    right: 0;
    bottom: 0; }

/* line 42, theme.scss */
.product-description h4 {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin-bottom: 0.5rem; }

/* line 51, theme.scss */
.js-cart-wrapper {
  border-top: 4px solid var(--color-btn-bg); }
  /* line 54, theme.scss */
  .js-cart-wrapper .cart {
    display: flex;
    flex-direction: column; }
  /* line 59, theme.scss */
  .js-cart-wrapper .cart__area-items {
    text-align: left; }
  /* line 63, theme.scss */
  .js-cart-wrapper .counter, .js-cart-wrapper .cart__area-coupon, .js-cart-wrapper .item-total, .js-cart-wrapper .favorites_btn {
    display: none!important; }
  /* line 67, theme.scss */
  .js-cart-wrapper .cart__area-items {
    grid-area: items; }
  /* line 71, theme.scss */
  .js-cart-wrapper .cart__area-controls {
    grid-area: controls; }
    /* line 74, theme.scss */
    .js-cart-wrapper .cart__area-controls .cart-controls {
      font-size: 1rem;
      display: grid;
      gap: 0.5rem;
      margin: -1rem;
      padding: 1rem 1rem 1rem 1rem;
      margin-top: 1rem;
      background: #f1f1f1; }
      /* line 83, theme.scss */
      .js-cart-wrapper .cart__area-controls .cart-controls .total {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end; }
        @media screen and (max-width: 768px) {
          /* line 83, theme.scss */
          .js-cart-wrapper .cart__area-controls .cart-controls .total {
            font-weight: 700; } }
        /* line 93, theme.scss */
        .js-cart-wrapper .cart__area-controls .cart-controls .total .total-description {
          line-height: normal; }
        /* line 97, theme.scss */
        .js-cart-wrapper .cart__area-controls .cart-controls .total .total-amount {
          font-size: 1.4rem;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            /* line 97, theme.scss */
            .js-cart-wrapper .cart__area-controls .cart-controls .total .total-amount {
              font-size: 1.2rem; } }
      /* line 107, theme.scss */
      .js-cart-wrapper .cart__area-controls .cart-controls .insales-ui-discount-item {
        display: grid;
        grid-auto-flow: column;
        justify-content: space-between;
        gap: 0.25rem; }
      /* line 115, theme.scss */
      .js-cart-wrapper .cart__area-controls .cart-controls .discount .insales-ui-discounts-errors {
        display: none; }
      /* line 120, theme.scss */
      .js-cart-wrapper .cart__area-controls .cart-controls .discount .insales-ui-discount-amount::before {
        content: '-'; }
      /* line 127, theme.scss */
      .js-cart-wrapper .cart__area-controls .cart-controls .discount[data-cart-discounts-ajax="false"] {
        display: none; }
  /* line 133, theme.scss */
  .js-cart-wrapper .cart-item {
    --item-image-size: 48px;
    display: grid;
    grid-template-areas: "image title title title delete" "image price . . ." "image accessories accessories accessories accessories";
    grid-auto-columns: var(--item-image-size) 1fr min-content auto 1.5rem;
    gap: 0.25rem;
    padding-bottom: 0.1rem;
    padding-top: 1rem;
    border-bottom: 1px solid var(--bg-minor-shade); }
    /* line 146, theme.scss */
    .js-cart-wrapper .cart-item:last-child {
      padding-bottom: 0;
      border: none; }
      @media screen and (max-width: 767px) {
        /* line 146, theme.scss */
        .js-cart-wrapper .cart-item:last-child {
          padding-bottom: 1.5rem;
          border-bottom: 1px solid var(--bg-minor-shade); } }
    /* line 156, theme.scss */
    .js-cart-wrapper .cart-item:first-child {
      padding-top: 0; }
      @media screen and (max-width: 767px) {
        /* line 156, theme.scss */
        .js-cart-wrapper .cart-item:first-child {
          padding-top: 1.5rem;
          border-top: 1px solid var(--bg-minor-shade); } }
    @media screen and (max-width: 550px) {
      /* line 133, theme.scss */
      .js-cart-wrapper .cart-item {
        --item-image-size: 100px;
        grid-template-areas: "image title delete" "image total delete" "image price delete" "image counter ." "accessories accessories accessories";
        grid-auto-columns: var(--item-image-size) auto 1.5rem;
        gap: 0.25rem 1rem; } }
  /* line 178, theme.scss */
  .js-cart-wrapper .item-image {
    grid-area: image; }
    /* line 181, theme.scss */
    .js-cart-wrapper .item-image img {
      width: 100%;
      border-radius: var(--border-radius);
      object-position: 50%; }
  /* line 188, theme.scss */
  .js-cart-wrapper .item-title {
    grid-area: title;
    font-size: 1rem;
    line-height: normal;
    color: var(--color-text);
    text-decoration: none;
    word-break: break-word; }
    /* line 196, theme.scss */
    .js-cart-wrapper .item-title .variant-title {
      font-size: 1rem; }
      @media screen and (max-width: 550px) {
        /* line 196, theme.scss */
        .js-cart-wrapper .item-title .variant-title {
          font-size: 0.8rem;
          line-height: 1rem; } }
    @media screen and (max-width: 550px) {
      /* line 188, theme.scss */
      .js-cart-wrapper .item-title {
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding-bottom: 0.25rem; } }
  /* line 212, theme.scss */
  .js-cart-wrapper .item-price {
    grid-area: price;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      /* line 212, theme.scss */
      .js-cart-wrapper .item-price {
        font-size: 0.9rem; } }
    /* line 221, theme.scss */
    .js-cart-wrapper .item-price .price {
      font-weight: 600; }
    /* line 224, theme.scss */
    .js-cart-wrapper .item-price .red {
      color: red; }
  /* line 229, theme.scss */
  .js-cart-wrapper .button_size-l {
    height: var(--controls-height-m);
    font-size: var(--controls-font-size-m); }
  /* line 234, theme.scss */
  .js-cart-wrapper .item-delete {
    grid-area: delete;
    position: relative;
    text-align: center; }
    /* line 239, theme.scss */
    .js-cart-wrapper .item-delete button {
      font-size: 1.25rem;
      color: var(--color-text-half-shade);
      background: transparent;
      border: none;
      padding: 0;
      outline: none; }
  /* line 249, theme.scss */
  .js-cart-wrapper .item-counter {
    display: none !important; }
  /* line 253, theme.scss */
  .js-cart-wrapper .item-accessories {
    grid-area: accessories; }
    /* line 256, theme.scss */
    .js-cart-wrapper .item-accessories__header {
      display: none; }
    /* line 260, theme.scss */
    .js-cart-wrapper .item-accessories__expander {
      border: none;
      background: transparent;
      padding: 0;
      margin: 0;
      -webkit-appearance: none;
      cursor: pointer;
      color: var(--color-text); }
    /* line 273, theme.scss */
    .js-cart-wrapper .item-accessories .accessory-item {
      display: flex;
      justify-content: space-between;
      color: var(--secondary-60, rgba(43, 59, 76, 0.6));
      line-height: 20px; }
      /* line 279, theme.scss */
      .js-cart-wrapper .item-accessories .accessory-item__name {
        word-break: break-word; }
      /* line 283, theme.scss */
      .js-cart-wrapper .item-accessories .accessory-item__price {
        min-width: fit-content; }
    /* line 289, theme.scss */
    .js-cart-wrapper .item-accessories .hidden {
      display: none !important; }
  /* line 294, theme.scss */
  .js-cart-wrapper .button-cart {
    margin-top: 0.5rem; }
  @media screen and (min-width: 768px) {
    /* line 298, theme.scss */
    .js-cart-wrapper .cart-controls .button {
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      border-bottom-left-radius: var(--border-radius);
      border-bottom-right-radius: var(--border-radius); } }
  /* line 308, theme.scss */
  .js-cart-wrapper .hidden {
    display: none; }
  /* line 312, theme.scss */
  .js-cart-wrapper .price-old {
    font-size: 0.9rem;
    margin-left: 0.5rem;
    color: var(--color-text-half-shade);
    text-decoration: line-through;
    vertical-align: bottom; }
  /* line 320, theme.scss */
  .js-cart-wrapper .total-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

/* line 328, theme.scss */
.button:hover, .co-tabs-controls--customer .co-tabs-node:hover, .co-button:hover:not(.co-button--link), .picker-button:hover, .m-modal-button:hover {
  background: #000!important; }

/* line 332, theme.scss */
.hidden-index {
  display: none!important; }

@media (max-width: 768px) {
  /* line 336, theme.scss */
  body {
    font-size: 14px !important; }

  /* line 339, theme.scss */
  .widget-type_CU0HM2 .mobile_telandtime {
    font-size: 14px !important; } }
@media screen and (max-width: 480px) {
  /* line 343, theme.scss */
  body {
    width: 99%; } }

/* line 350, theme.scss */
.js-cart-wrapper .bnpl-info-link {
  display: none !important; }
