@charset "UTF-8";
/* 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, #0F4173);
  --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, #135393);
  --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, #1766b5);
  --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, #569fe9);
  --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, #0F4173);
  --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, #135393);
  --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, #1766b5);
  --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, #569fe9);
  --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, #0F4173);
  --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, #135393);
  --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, #1766b5);
  --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, #569fe9);
  --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, 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, #e37c85);
  --color-notice-error-is-dark:var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #e99aa0);
  --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, #f0b7bb);
  --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, #ffffff);
  --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, #0F4173);
  --color-notice-info-is-dark:var(--draft-color-notice-info-is-dark, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #135393);
  --color-notice-info-minor-shade-is-dark:var(--draft-color-notice-info-minor-shade-is-dark, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #1766b5);
  --color-notice-info-major-shade-is-dark:var(--draft-color-notice-info-major-shade-is-dark, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #569fe9);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Montserrat);
  --font-size:var(--draft-font-size, 18px);
  --font-family-heading:var(--draft-font-family-heading, Montserrat);
  --heading-ratio:var(--draft-heading-ratio, 2.3);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 15);
  --blog_size:var(--draft-blog_size, 3);
  --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, 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, 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); }

/* AISIFLAME checkout2 — safe visual layer.
   It styles exact native blocks only. It does NOT change their display, widths,
   order, positioning or event handlers. */
/* line 5, custom.scss */
:root {
  --aisi-navy: #0d3158;
  --aisi-blue: #15548d;
  --aisi-sky: #f5faff;
  --aisi-line: #dce5ee;
  --aisi-ink: #10243b;
  --aisi-muted: #6d7d8d; }

/* line 14, custom.scss */
.checkout-v2-wrapper {
  color: var(--aisi-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }

/* line 19, custom.scss */
.checkout-v2-wrapper .co-title {
  color: var(--aisi-navy) !important;
  font-weight: 750 !important;
  letter-spacing: -.35px; }

/* line 25, custom.scss */
.checkout-v2-wrapper .co-title--h1 {
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -1.2px !important; }

/* The native form and basket keep their original geometry, only gain a calm card surface. */
/* line 33, custom.scss */
.checkout-v2-wrapper #order_form,
.checkout-v2-wrapper .co-sidebar {
  border: 1px solid var(--aisi-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 30px rgba(15, 65, 115, 0.05) !important; }

/* line 41, custom.scss */
.checkout-v2-wrapper .co-checkout-block {
  border-color: var(--aisi-line) !important; }

/* line 45, custom.scss */
.checkout-v2-wrapper .co-input-label,
.checkout-v2-wrapper .co-toggable_field-title {
  color: var(--aisi-ink) !important;
  font-weight: 700 !important; }

/* line 51, custom.scss */
.checkout-v2-wrapper .co-input-field {
  min-height: 46px !important;
  padding: 10px 12px !important;
  border: 1px solid #b9c8d8 !important;
  border-radius: 9px !important;
  color: var(--aisi-ink) !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 61, custom.scss */
.checkout-v2-wrapper textarea.co-input-field {
  min-height: 88px !important; }

/* line 63, custom.scss */
.checkout-v2-wrapper .co-input-field:focus {
  border-color: #2576bd !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px #d9eafa !important; }

/* Exact native method cards, including real delivery price and map links. */
/* line 70, custom.scss */
.checkout-v2-wrapper .co-delivery_method,
.checkout-v2-wrapper .co-payment_method {
  margin: 10px 0 !important;
  padding: 15px 16px !important;
  border: 1px solid var(--aisi-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  transition: border-color .15s, background .15s, box-shadow .15s; }

/* line 80, custom.scss */
.checkout-v2-wrapper .co-delivery_method:has(input:checked),
.checkout-v2-wrapper .co-payment_method:has(input:checked) {
  border-color: #2576bd !important;
  background: var(--aisi-sky) !important;
  box-shadow: inset 0 0 0 1px #2576bd !important; }

/* line 87, custom.scss */
.checkout-v2-wrapper .co-delivery_method input,
.checkout-v2-wrapper .co-payment_method input,
.checkout-v2-wrapper .co-input-checkbox {
  accent-color: var(--aisi-blue) !important; }

/* line 93, custom.scss */
.checkout-v2-wrapper .co-delivery_method-title,
.checkout-v2-wrapper .co-payment_method-title {
  color: var(--aisi-navy) !important;
  font-size: 17px !important;
  font-weight: 750 !important; }

/* line 100, custom.scss */
.checkout-v2-wrapper .co-delivery_method-description,
.checkout-v2-wrapper .co-payment_method-description,
.checkout-v2-wrapper .co-input-description {
  color: var(--aisi-muted) !important; }

/* line 106, custom.scss */
.checkout-v2-wrapper .co-delivery_method-price,
.checkout-v2-wrapper .co-toggable_field-price,
.checkout-v2-wrapper .co-price--current {
  color: var(--aisi-navy) !important;
  font-weight: 800 !important; }

/* line 113, custom.scss */
.checkout-v2-wrapper .co-basket_item {
  border-color: #edf1f5 !important; }

/* line 114, custom.scss */
.checkout-v2-wrapper .co-basket_total {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--aisi-line) !important; }

/* line 119, custom.scss */
.checkout-v2-wrapper .co-basket_total-title,
.checkout-v2-wrapper .co-basket_total-price {
  color: var(--aisi-navy) !important;
  font-size: 21px !important;
  font-weight: 800 !important; }

/* line 126, custom.scss */
.checkout-v2-wrapper .co-button--checkout,
.checkout-v2-wrapper #create_order {
  min-height: 50px !important;
  border-color: var(--aisi-blue) !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: var(--aisi-blue) !important;
  font-weight: 750 !important; }

/* line 136, custom.scss */
.checkout-v2-wrapper .co-button--checkout:hover,
.checkout-v2-wrapper #create_order:hover {
  border-color: #2576bd !important;
  background: #2576bd !important; }

@media (max-width: 767px) {
  /* line 143, custom.scss */
  .checkout-v2-wrapper .co-title--h1 {
    font-size: 29px !important; }

  /* line 144, custom.scss */
  .checkout-v2-wrapper #order_form,
  .checkout-v2-wrapper .co-sidebar {
    border-radius: 12px !important; }

  /* line 146, custom.scss */
  .checkout-v2-wrapper .co-delivery_method,
  .checkout-v2-wrapper .co-payment_method {
    padding: 13px !important; } }
/* Native InSales customer account. Scoped separately from checkout2 order form. */
/* line 151, custom.scss */
.co-section--content_wrapper {
  color: var(--aisi-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }

/* line 156, custom.scss */
.co-section--content_wrapper .co-section--checkout_header {
  margin-bottom: 16px !important;
  padding: 22px 24px !important;
  border: 1px solid var(--aisi-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 30px rgba(15, 65, 115, 0.05) !important; }

/* line 165, custom.scss */
.co-section--content_wrapper .co-title {
  color: var(--aisi-navy) !important;
  font-weight: 750 !important;
  letter-spacing: -.35px; }

/* line 171, custom.scss */
.co-section--content_wrapper .co-title--h1 {
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -1.2px !important; }

/* line 178, custom.scss */
.co-section--content_wrapper .co-login-form_placeholder,
.co-section--content_wrapper .co-login--social_login,
.co-section--content_wrapper .co-section--content_block > .co-checkout-block,
.co-section--content_wrapper .co-client,
.co-section--content_wrapper .co-client_order,
.co-section--content_wrapper .co-order,
.co-section--content_wrapper .co-order-item {
  border: 1px solid var(--aisi-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 30px rgba(15, 65, 115, 0.05) !important; }

/* line 191, custom.scss */
.co-section--content_wrapper .co-login-form_placeholder {
  padding: 24px !important; }

/* line 193, custom.scss */
.co-section--content_wrapper .co-input-label,
.co-section--content_wrapper .co-toggable_field-title {
  color: var(--aisi-ink) !important;
  font-weight: 700 !important; }

/* line 199, custom.scss */
.co-section--content_wrapper .co-input-field {
  min-height: 46px !important;
  padding: 10px 12px !important;
  border: 1px solid #b9c8d8 !important;
  border-radius: 9px !important;
  color: var(--aisi-ink) !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 209, custom.scss */
.co-section--content_wrapper .co-input-field:focus {
  border-color: #2576bd !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px #d9eafa !important; }

/* line 215, custom.scss */
.co-section--content_wrapper .co-button,
.co-section--content_wrapper .co-modal-button {
  min-height: 46px !important;
  border-color: var(--aisi-blue) !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: var(--aisi-blue) !important;
  font-weight: 750 !important; }

/* line 225, custom.scss */
.co-section--content_wrapper .co-button:hover,
.co-section--content_wrapper .co-modal-button:hover {
  border-color: #2576bd !important;
  background: #2576bd !important; }

/* line 231, custom.scss */
.co-section--content_wrapper .co-tabs-node {
  border-radius: 8px !important;
  color: var(--aisi-muted) !important;
  font-weight: 700 !important; }

/* line 237, custom.scss */
.co-section--content_wrapper .co-tabs-node--active {
  color: var(--aisi-navy) !important;
  background: var(--aisi-sky) !important; }

/* line 242, custom.scss */
.co-section--content_wrapper .co-link,
.co-section--content_wrapper a {
  color: var(--aisi-blue); }

/* Account navigation is moved by the tiny account-only script below the title. */
/* line 246, custom.scss */
.co-section--content_wrapper .aisiflame-account-menu {
  box-sizing: border-box !important;
  clear: both !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  flex: none !important;
  margin: 0 0 16px !important;
  padding: 10px !important;
  border: 1px solid var(--aisi-line) !important;
  border-radius: 12px !important;
  background: #fff !important; }

/* line 261, custom.scss */
.co-section--content_wrapper .aisiflame-account-menu .co-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important; }

/* line 268, custom.scss */
.co-section--content_wrapper .aisiflame-account-menu .co-menu-item {
  flex: 0 0 auto !important;
  margin: 0 !important; }

/* line 273, custom.scss */
.co-section--content_wrapper .aisiflame-account-menu .co-menu-link {
  display: block !important;
  padding: 9px 12px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: var(--aisi-blue) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important; }

/* line 285, custom.scss */
.co-section--content_wrapper .aisiflame-account-menu .co-menu-link:hover,
.co-section--content_wrapper .aisiflame-account-menu .co-menu-link.co-link--active,
.co-section--content_wrapper .aisiflame-account-menu .co-menu-link.link--active {
  border-color: #c5ddec !important;
  color: var(--aisi-navy) !important;
  background: var(--aisi-sky) !important; }

@media (max-width: 767px) {
  /* line 294, custom.scss */
  .co-section--content_wrapper .co-section--checkout_header,
  .co-section--content_wrapper .co-login-form_placeholder {
    padding: 18px 17px !important; }

  /* line 296, custom.scss */
  .co-section--content_wrapper .co-title--h1 {
    font-size: 29px !important; }

  /* line 297, custom.scss */
  .co-section--content_wrapper .aisiflame-account-menu {
    margin-bottom: 12px !important;
    padding: 7px !important;
    overflow: hidden !important; }

  /* line 298, custom.scss */
  .co-section--content_wrapper .aisiflame-account-menu .co-menu {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch; }

  /* line 299, custom.scss */
  .co-section--content_wrapper .aisiflame-account-menu .co-menu-toggle,
  .co-section--content_wrapper .aisiflame-account-menu .co-menu-switcher {
    display: none !important; }

  /* line 301, custom.scss */
  .co-section--content_wrapper .aisiflame-account-menu .co-menu-link {
    white-space: nowrap; } }
/* line 5, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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