/* 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, #A9CC2C);
  --color-btn-bg-is-light: var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #a6c82a);
  --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, #9fbf29);
  --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, #526315);
  --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, #8EA434);
  --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, #a0b93b);
  --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, #aec64b);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #ccdc8f);
  --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, #1F1F1E);
  --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, #363634);
  --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, #4d4d4a);
  --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, #91918d);
  --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-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, 600);
  --collection_count: var(--draft-collection_count, 12);
  --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, 1160px);
  --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, 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, false);
  --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; } }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskRegular.eot");
  src: url("CraftworkGroteskRegular.eot") format("embedded-opentype"), url("CraftworkGroteskRegular.woff2") format("woff2"), url("CraftworkGroteskRegular.woff") format("woff"), url("CraftworkGroteskRegular.ttf") format("truetype"), url("CraftworkGroteskRegular.svg#CraftworkGroteskRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskMedium.eot");
  src: url("CraftworkGroteskMedium.eot") format("embedded-opentype"), url("CraftworkGroteskMedium.woff2") format("woff2"), url("CraftworkGroteskMedium.woff") format("woff"), url("CraftworkGroteskMedium.ttf") format("truetype"), url("CraftworkGroteskMedium.svg#CraftworkGroteskMedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskBold.eot");
  src: url("CraftworkGroteskBold.eot") format("embedded-opentype"), url("CraftworkGroteskBold.woff2") format("woff2"), url("CraftworkGroteskBold.woff") format("woff"), url("CraftworkGroteskBold.ttf") format("truetype"), url("CraftworkGroteskBold.svg#CraftworkGroteskBold") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGrotesk-Heavy.eot");
  src: url("CraftworkGrotesk-Heavy.eot") format("embedded-opentype"), url("CraftworkGrotesk-Heavy.woff2") format("woff2"), url("CraftworkGrotesk-Heavy.woff") format("woff"), url("CraftworkGrotesk-Heavy.ttf") format("truetype"), url("CraftworkGrotesk-Heavy.svg#CraftworkGrotesk-Heavy") format("svg");
  font-weight: 700;
  font-style: normal; }
/* line 71, theme.scss */
body {
  font-family: 'CraftworkGrotesk', Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  background: #fbf9eb;
  color: #1f1f1e; }
  /* line 77, theme.scss */
  body .layout, body .layout__content {
    background: transparent; }
  /* line 80, theme.scss */
  body .heading {
    font-family: 'CraftworkGrotesk', Arial, sans-serif;
    font-weight: 500; }
  /* line 84, theme.scss */
  body .button, body input {
    font-family: 'CraftworkGrotesk', Arial, sans-serif;
    font-weight: 500; }

/* line 89, theme.scss */
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* line 93, theme.scss */
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

/* line 97, theme.scss */
::-webkit-scrollbar-thumb {
  background: #a9cc2c;
  border: 0px none #fafafa;
  border-radius: 50px; }

/* line 102, theme.scss */
::-webkit-scrollbar-thumb:hover {
  background: #a9cc2c; }

/* line 105, theme.scss */
::-webkit-scrollbar-thumb:active {
  background: #a9cc2c; }

/* line 108, theme.scss */
::-webkit-scrollbar-track {
  background: #fafafa;
  border: 0px none #fafafa;
  border-radius: 50px; }

/* line 113, theme.scss */
::-webkit-scrollbar-track:hover {
  background: #c1c1c1; }

/* line 116, theme.scss */
::-webkit-scrollbar-track:active {
  background: #fafafa; }

/* line 119, theme.scss */
::-webkit-scrollbar-corner {
  background: transparent; }

@media (min-width: 767px) {
  /* line 123, theme.scss */
  .hide-desktop {
    display: none !important; } }

@media (max-width: 767px) {
  /* line 129, theme.scss */
  .hide-mobile {
    display: none !important; } }

/* line 135, theme.scss */
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }
  /* line 138, theme.scss */
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    margin: 0; }

/* line 152, theme.scss */
.is-checkout .co-input--order-site {
  display: none; }
/* line 155, theme.scss */
.is-checkout .header-select-city {
  display: none !important; }
/* line 158, theme.scss */
.is-checkout .co-input--desired-delivery-date {
  display: none; }
/* line 161, theme.scss */
.is-checkout .co-delivery-date-block {
  padding-top: 30px; }
  /* line 164, theme.scss */
  .is-checkout .co-delivery-date-block .co-input-label {
    margin-bottom: 12px; }
/* line 168, theme.scss */
.is-checkout .co-toggable_field {
  flex-wrap: nowrap; }
/* line 171, theme.scss */
.is-checkout .co-bonus_points-submit {
  margin-right: 0;
  width: 100%;
  background: var(--color-btn-bg);
  background-color: var(--color-btn-bg) !important;
  font-weight: 500 !important;
  width: auto;
  display: inline-flex;
  margin-left: 10px; }
/* line 181, theme.scss */
.is-checkout .co-bonus_points-info
+ .co-input-right {
  display: inline-block;
  width: auto;
  min-width: 100px; }
/* line 187, theme.scss */
.is-checkout .co-bonus_points-maximum_points {
  font-size: 12px;
  margin-bottom: 10px; }
/* line 191, theme.scss */
.is-checkout .bonus {
  width: 290px;
  margin-bottom: 40px; }
/* line 195, theme.scss */
.is-checkout input {
  border-radius: 1000px;
  background-color: white !important; }
/* line 199, theme.scss */
.is-checkout .co-button,
.is-checkout .button {
  border-radius: 1000px;
  font-size: 14px !important; }
/* line 204, theme.scss */
.is-checkout .delivery-map {
  padding-left: 137px; }
  @media (max-width: 767px) {
    /* line 204, theme.scss */
    .is-checkout .delivery-map {
      padding-left: 0; } }
  /* line 211, theme.scss */
  .is-checkout .delivery-map iframe {
    width: 100%; }
/* line 215, theme.scss */
.is-checkout .delivery-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px; }
  @media (max-width: 767px) {
    /* line 215, theme.scss */
    .is-checkout .delivery-title {
      font-size: 9px; } }
/* line 225, theme.scss */
.is-checkout .co-input--full_locality_name {
  height: 0;
  overflow: hidden; }
/* line 229, theme.scss */
.is-checkout .co-notice--flash {
  margin-right: 0;
  margin-left: 0; }
/* line 233, theme.scss */
.is-checkout .co-bonus_points-info {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 240, theme.scss */
.is-checkout .co-bonus_points-info b {
  font-size: 12px;
  color: #523127; }
/* line 245, theme.scss */
.is-checkout .bonus .co-toggable_field-information {
  padding: 0; }
/* line 248, theme.scss */
.is-checkout .bonus .co-bonus_points-submit {
  text-transform: uppercase;
  height: 38px;
  font-size: 12px;
  font-weight: 500; }
/* line 254, theme.scss */
.is-checkout .bonus .bonus_points {
  padding-left: 32px; }
/* line 258, theme.scss */
.is-checkout h1.co-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: 'CraftworkGrotesk', Arial, sans-serif; }
/* line 266, theme.scss */
.is-checkout .co-section--checkout_content {
  margin: 0;
  padding-top: 22px; }
/* line 270, theme.scss */
.is-checkout .co-section--checkout_header {
  margin-top: 50px; }
  @media (max-width: 767px) {
    /* line 270, theme.scss */
    .is-checkout .co-section--checkout_header {
      margin-top: 80px; } }
/* line 277, theme.scss */
.is-checkout .co-checkout-order_form {
  padding: 0;
  width: 50%; }
  /* line 280, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block {
    margin-bottom: 31px; }
    /* line 282, theme.scss */
    .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block {
      margin-bottom: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%; }
      /* line 288, theme.scss */
      .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block h2 {
        margin: 0;
        font-family: 'CraftworkGrotesk', Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        max-width: 137px;
        width: 100%; }
/* line 300, theme.scss */
.is-checkout .btn-login {
  max-width: 500px; }
  /* line 302, theme.scss */
  .is-checkout .btn-login button {
    height: 38px;
    font-weight: 700;
    font-size: 12px; }
  /* line 307, theme.scss */
  .is-checkout .btn-login p {
    margin: 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 120%;
    margin-top: 7px; }
/* line 315, theme.scss */
.is-checkout .co-input-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  margin: 0;
  min-width: 137px; }
  /* line 321, theme.scss */
  .is-checkout .co-input-label::after {
    display: none; }
/* line 326, theme.scss */
.is-checkout .co-customer > .co-checkout-block {
  display: block !important; }
/* line 330, theme.scss */
.is-checkout .co-checkout-block.co-contact-fields,
.is-checkout .co-checkout-block.co-customer {
  display: block !important;
  margin-top: 31px; }
  /* line 334, theme.scss */
  .is-checkout .co-checkout-block.co-contact-fields h2,
  .is-checkout .co-checkout-block.co-customer h2 {
    display: none; }
  /* line 337, theme.scss */
  .is-checkout .co-checkout-block.co-contact-fields .co-input,
  .is-checkout .co-checkout-block.co-customer .co-input {
    margin: 0;
    display: flex;
    align-items: center; }
    /* line 341, theme.scss */
    .is-checkout .co-checkout-block.co-contact-fields .co-input + .co-input,
    .is-checkout .co-checkout-block.co-customer .co-input + .co-input {
      margin-top: 34px; }
    /* line 344, theme.scss */
    .is-checkout .co-checkout-block.co-contact-fields .co-input::after,
    .is-checkout .co-checkout-block.co-customer .co-input::after {
      display: none; }
/* line 349, theme.scss */
.is-checkout .co-input-right, .is-checkout div[data-use-mask="1"] {
  width: 100%; }
  /* line 352, theme.scss */
  .is-checkout .co-input-right .co-input-field, .is-checkout div[data-use-mask="1"] .co-input-field {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(37, 24, 17, 0.1);
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
    padding: 0 7px;
    font-weight: 500;
    font-size: 12px; }
/* line 363, theme.scss */
.is-checkout .co-city-block {
  margin-top: 34px; }
/* line 366, theme.scss */
.is-checkout .co-city-block .co-input--required {
  display: flex;
  justify-content: flex-start; }
  /* line 369, theme.scss */
  .is-checkout .co-city-block .co-input--required label {
    padding-top: 12px; }
  /* line 372, theme.scss */
  .is-checkout .co-city-block .co-input--required::after {
    display: none; }
/* line 376, theme.scss */
.is-checkout [data-shipping-location] + div {
  display: block !important; }
  /* line 378, theme.scss */
  .is-checkout [data-shipping-location] + div .co-input--country .co-input-select {
    width: 100%;
    max-width: 500px; }
/* line 383, theme.scss */
.is-checkout .co-toggable_field--bordered {
  padding: 0;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 30px; }
/* line 392, theme.scss */
.is-checkout .delivery_variants {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 34px; }
  /* line 397, theme.scss */
  .is-checkout .delivery_variants .co-tabs-content {
    margin: 0;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 21px;
    row-gap: 41px; }
    @media (max-width: 767px) {
      /* line 397, theme.scss */
      .is-checkout .delivery_variants .co-tabs-content {
        column-gap: 12px;
        row-gap: 20px; } }
  /* line 412, theme.scss */
  .is-checkout .delivery_variants .co-toggable_field--bordered {
    flex-wrap: nowrap;
    margin-bottom: 0px;
    align-items: center;
    padding: 12px 18px;
    border-radius: 15px;
    border: 3px solid lightgray; }
    /* line 419, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered .radio {
      display: none; }
    /* line 425, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered:has(input:checked) {
      background: lightgrey; }
    /* line 429, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31461057"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654385"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654433"] {
      border: 3px solid #A9CC2C; }
      /* line 433, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31461057"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654385"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654433"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 438, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654393"] {
      border: 3px solid #E88735; }
      /* line 440, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654393"]:has(input:checked) {
        background: #E88735; }
    /* line 445, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654417"] {
      border: 3px solid #ED4C45; }
      /* line 447, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654417"]:has(input:checked) {
        background: #ED4C45; }
    /* line 452, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654425"] {
      border: 3px solid #FED664; }
      /* line 454, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654425"]:has(input:checked) {
        background: #FED664; }
    /* line 459, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738209"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738265"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31737993"] {
      border: 3px solid #A9CC2C; }
      /* line 463, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738209"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738265"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31737993"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 468, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738217"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738273"] {
      border: 3px solid #FED664; }
      /* line 471, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738217"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738273"]:has(input:checked) {
        background: #FED664; }
    /* line 476, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738233"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738281"] {
      border: 3px solid #E88735; }
      /* line 479, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738233"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738281"]:has(input:checked) {
        background: #E88735; }
    /* line 484, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738225"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738289"] {
      border: 3px solid #ED4C45; }
      /* line 487, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738225"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738289"]:has(input:checked) {
        background: #ED4C45; }
    /* line 492, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738297"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738321"] {
      border: 3px solid #A9CC2C; }
      /* line 495, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738297"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738321"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 500, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738305"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738329"] {
      border: 3px solid #FED664; }
      /* line 503, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738305"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738329"]:has(input:checked) {
        background: #FED664; }
    /* line 508, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738313"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738337"] {
      border: 3px solid #ED4C45; }
      /* line 511, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738313"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738337"]:has(input:checked) {
        background: #ED4C45; }
/* line 517, theme.scss */
.is-checkout .co-toggable_field-input {
  flex: 0 0 31px; }
/* line 520, theme.scss */
.is-checkout .co-toggable_field-input input + span {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #251811;
  box-shadow: 0 0 0 !important;
  border-radius: 50%; }
/* line 528, theme.scss */
.is-checkout .co-toggable_field-input--radio input:focus + span, .is-checkout .co-toggable_field-input--radio input.picker-input--active + span, .is-checkout .co-toggable_field-input--radio input:checked + span {
  background: #251811; }
/* line 531, theme.scss */
.is-checkout .co-toggable_field--bordered .co-toggable_field-information {
  padding: 0;
  font-size: 12px;
  font-weight: 500; }
/* line 536, theme.scss */
.is-checkout .co-toggable_field--bordered .co-toggable_field-title {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 542, theme.scss */
.is-checkout .co-toggable_field--bordered
.co-toggable_field-price,
.is-checkout .co-toggable_field--bordered .co-toggable_field-description {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 550, theme.scss */
.is-checkout .co-delivery_adress-form {
  margin-bottom: 0;
  margin-top: 29px;
  width: 100%; }
  /* line 555, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input-label {
    margin-bottom: 12px; }
  /* line 558, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--house {
    margin: 12px 10px 0 0;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
  /* line 564, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--flat {
    margin-top: 12px;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
  /* line 570, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--entrance {
    margin-top: 12px;
    margin-left: 10px;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
/* line 578, theme.scss */
.is-checkout .payment_variants {
  margin-top: 46px; }
  /* line 580, theme.scss */
  .is-checkout .payment_variants .co-input {
    display: flex;
    align-items: flex-start; }
/* line 585, theme.scss */
.is-checkout .co-toggable_field-description {
  color: #251811; }
/* line 588, theme.scss */
.is-checkout .co-toggable_field {
  border: 0; }
/* line 591, theme.scss */
.is-checkout .co-toggable_field-input--checkbox {
  flex: 0 0 32px; }
/* line 594, theme.scss */
.is-checkout .co-toggable_field-input--checkbox input:checked + span:after {
  display: none; }
/* line 597, theme.scss */
.is-checkout .co-toggable_field-input--checkbox input:checked + span {
  background: #251811; }
/* line 601, theme.scss */
.is-checkout .co-input--checkbox .co-toggable_field {
  flex-wrap: nowrap; }
/* line 604, theme.scss */
.is-checkout .co-input--checkbox .co-input-information {
  padding: 0;
  flex: initial;
  width: 100%; }
/* line 609, theme.scss */
.is-checkout .co-input--checkbox .co-input-title {
  width: 100%;
  min-width: initial;
  margin-bottom: 10px; }
/* line 614, theme.scss */
.is-checkout .co-input--checkbox .co-input-description {
  color: #665d58; }
  /* line 616, theme.scss */
  .is-checkout .co-input--checkbox .co-input-description p {
    font-size: 12px !important;
    font-weight: 500; }
/* line 622, theme.scss */
.is-checkout #create_order {
  display: none; }
/* line 625, theme.scss */
.is-checkout .co-section--checkout_order {
  width: 100%; }
/* line 628, theme.scss */
.is-checkout .co-input-notice {
  margin: 4px 0;
  font-size: 10px; }

/* line 633, theme.scss */
.co-flex-box {
  display: flex;
  justify-content: space-between;
  position: relative; }
  /* line 637, theme.scss */
  .co-flex-box .co-sidebar-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  /* line 643, theme.scss */
  .co-flex-box .co-sidebar {
    position: sticky;
    top: 50px;
    box-shadow: 0 0 0 0;
    width: 450px;
    max-width: 100%;
    height: auto;
    overflow: initial; }
    /* line 651, theme.scss */
    .co-flex-box .co-sidebar .co-basket {
      padding: 0 0; }
      /* line 653, theme.scss */
      .co-flex-box .co-sidebar .co-basket .co-price--current {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500; }
      /* line 658, theme.scss */
      .co-flex-box .co-sidebar .co-basket .co-basket_subtotal {
        margin-bottom: 8px; }
  /* line 663, theme.scss */
  .co-flex-box .co-basket_item {
    margin: 0 0; }
    /* line 665, theme.scss */
    .co-flex-box .co-basket_item + .co-basket_item {
      margin-top: 15px; }
  /* line 669, theme.scss */
  .co-flex-box .co-basket_item-image_container {
    flex: initial;
    width: 80px; }
    /* line 672, theme.scss */
    .co-flex-box .co-basket_item-image_container .co-basket_item-image {
      padding: 0;
      height: initial; }
      /* line 675, theme.scss */
      .co-flex-box .co-basket_item-image_container .co-basket_item-image img {
        width: 100% !important;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: none; }
  /* line 687, theme.scss */
  .co-flex-box .co-basket_item-description {
    padding-left: 70px;
    font-weight: 500;
    font-size: 12px; }
  /* line 692, theme.scss */
  .co-flex-box .co-basket_item-total,
  .co-flex-box .co-basket_item-count,
  .co-flex-box .co-basket_item-price {
    font-weight: 500;
    font-size: 12px; }
  /* line 698, theme.scss */
  .co-flex-box .co-basket_subtotal-list {
    border: 0;
    padding: 38px 0 0;
    margin: 0; }
  /* line 703, theme.scss */
  .co-flex-box .co-basket_subtotal-title, .co-flex-box .co-basket_total-title {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500; }
  /* line 708, theme.scss */
  .co-flex-box .co-basket_total {
    margin-bottom: 8px; }
  /* line 711, theme.scss */
  .co-flex-box .btn-custom-order {
    width: 100%;
    text-transform: uppercase;
    height: 38px;
    font-size: 14px;
    font-weight: 500; }
  /* line 718, theme.scss */
  .co-flex-box .co-client-logged {
    font-size: 0;
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      /* line 718, theme.scss */
      .co-flex-box .co-client-logged {
        margin-bottom: 4px; } }
  /* line 725, theme.scss */
  .co-flex-box .co-client-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      /* line 725, theme.scss */
      .co-flex-box .co-client-name {
        font-size: 9px; } }
  /* line 734, theme.scss */
  .co-flex-box .co-client-field {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%; }
    @media (max-width: 768px) {
      /* line 734, theme.scss */
      .co-flex-box .co-client-field {
        margin-bottom: 2px;
        font-size: 9px; } }
  /* line 744, theme.scss */
  .co-flex-box .co-client-info {
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      /* line 744, theme.scss */
      .co-flex-box .co-client-info {
        margin-bottom: 4px; } }
  /* line 750, theme.scss */
  .co-flex-box .co-client-info + a {
    width: 100%;
    text-transform: uppercase;
    height: 38px;
    font-size: 12px;
    font-weight: 700; }
    @media (max-width: 768px) {
      /* line 750, theme.scss */
      .co-flex-box .co-client-info + a {
        font-size: 9px;
        height: 36px; } }
  /* line 763, theme.scss */
  .co-flex-box .co-client {
    width: 100%;
    max-width: 500px; }
  /* line 767, theme.scss */
  .co-flex-box .co-reverse {
    margin: 30px 0;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%; }
    /* line 774, theme.scss */
    .co-flex-box .co-reverse .co-input-label {
      width: 170px; }
    @media (max-width: 768px) {
      /* line 767, theme.scss */
      .co-flex-box .co-reverse {
        display: block;
        margin: 18px 0 33px; }
        /* line 780, theme.scss */
        .co-flex-box .co-reverse .co-input-label {
          margin-bottom: 8px;
          font-size: 9px; } }

/* line 787, theme.scss */
.checkout-block-delivery .co-input > .co-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

/* line 793, theme.scss */
.back-page-cart {
  display: none;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  text-decoration: underline; }
  @media (max-width: 768px) {
    /* line 793, theme.scss */
    .back-page-cart {
      display: inline-block; } }

@media (max-width: 768px) {
  /* line 804, theme.scss */
  .co-flex-box {
    display: block; }

  /* line 807, theme.scss */
  .is-checkout .co-checkout-order_form,
  .co-flex-box .co-sidebar-wrapper {
    width: 100%; }

  /* line 811, theme.scss */
  .co-sidebar-toggler {
    display: none; }

  /* line 814, theme.scss */
  .co-flex-box .co-sidebar {
    display: block;
    width: 100%;
    position: relative;
    top: initial; }

  /* line 820, theme.scss */
  .co-basket_item-list {
    display: none; }

  /* line 823, theme.scss */
  .is-checkout .co-section--checkout_content {
    padding-top: 11px; }

  /* line 826, theme.scss */
  .is-checkout h1.co-title {
    font-size: 9px;
    line-height: 120%;
    margin-bottom: 7px;
    padding-bottom: 0; }

  /* line 832, theme.scss */
  .co-checkout-title, .co-title--h1 {
    line-height: 0;
    padding-bottom: 27px; }

  /* line 836, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block {
    flex-direction: column; }

  /* line 839, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block h2 {
    margin-bottom: 9px;
    font-size: 9px;
    line-height: 120%; }

  /* line 844, theme.scss */
  .is-checkout .btn-login button {
    height: 36px;
    font-size: 9px;
    line-height: 120%; }

  /* line 849, theme.scss */
  .is-checkout .btn-login p {
    margin-top: 7px;
    font-size: 8px;
    line-height: 120%; }

  /* line 854, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer,
  .is-checkout .co-checkout-block.co-contact-fields {
    margin-top: 21px; }

  /* line 859, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer .co-input + .co-input,
  .is-checkout .co-checkout-block.co-contact-fields .co-input + .co-input {
    margin-top: 24px; }

  /* line 864, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer .co-input,
  .is-checkout .co-checkout-block.co-contact-fields .co-input {
    flex-direction: column; }

  /* line 869, theme.scss */
  .is-checkout .co-input-label {
    font-size: 9px;
    line-height: 120%;
    margin-bottom: 8px;
    width: 100%; }

  /* line 875, theme.scss */
  .is-checkout .co-input-right .co-input-field, .is-checkout div[data-use-mask="1"] .co-input-field {
    height: 36px;
    font-size: 9px;
    padding: 0 7px; }

  /* line 880, theme.scss */
  .is-checkout .co-city-block .co-input--required {
    width: 100%; }
    /* line 882, theme.scss */
    .is-checkout .co-city-block .co-input--required .co-input--required {
      flex-direction: column; }

  /* line 886, theme.scss */
  .is-checkout .co-city-block .co-input--required label {
    padding-top: 0; }

  /* line 889, theme.scss */
  .is-checkout .co-input-right, .is-checkout div[data-use-mask="1"] {
    max-width: 100%; }

  /* line 892, theme.scss */
  .is-checkout .delivery_variants {
    flex-direction: column; }

  /* line 895, theme.scss */
  .is-checkout .delivery_variants .co-tabs-content {
    margin-top: 10px; }

  /* line 901, theme.scss */
  .is-checkout .co-toggable_field--bordered .co-toggable_field-title {
    font-size: 11px;
    line-height: 120%; }

  /* line 906, theme.scss */
  .is-checkout .co-toggable_field--bordered .co-toggable_field-price, .is-checkout .co-toggable_field--bordered .co-toggable_field-description {
    font-size: 9px;
    line-height: 120%; }

  /* line 910, theme.scss */
  .is-checkout .co-delivery_adress-form {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
    max-width: 100%; }

  /* line 916, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input-label {
    margin-bottom: 4px; }

  /* line 919, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--house {
    margin: 9px 4px 0 0;
    max-width: calc(50% - 2px); }

  /* line 923, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--flat {
    max-width: calc(50% - 2px);
    margin-top: 9px; }

  /* line 927, theme.scss */
  .is-checkout .payment_variants .co-input {
    flex-direction: column;
    margin-top: 24px;
    gap: 10px; }

  /* line 932, theme.scss */
  .is-checkout .co-input--checkbox .co-input-description p {
    font-size: 9px !important;
    line-height: 120%; }

  /* line 936, theme.scss */
  .is-checkout .co-input--checkbox .co-input-title {
    margin-bottom: 7px; }

  /* line 939, theme.scss */
  .is-checkout .payment_variants {
    margin-top: 0; }

  /* line 942, theme.scss */
  .co-flex-box .co-basket_subtotal-list {
    padding-top: 29px; }

  /* line 945, theme.scss */
  .co-flex-box .co-basket_subtotal-title, .co-flex-box .co-basket_total-title,
  .co-flex-box .co-sidebar .co-basket .co-price--current {
    font-size: 10px; }

  /* line 949, theme.scss */
  .co-flex-box .co-basket_total {
    margin-bottom: 16px; }

  /* line 952, theme.scss */
  .co-flex-box .btn-custom-order {
    font-size: 9px;
    height: 36px; } }
/* line 962, theme.scss */
.login-page .checkout-v2-wrapper.co-section--content_wrapper {
  max-width: 400px;
  margin: 40px auto;
  background: var(--color-btn-bg);
  border-radius: 15px; }
/* line 968, theme.scss */
.login-page .co-section--content_block {
  display: block; }
/* line 971, theme.scss */
.login-page .co-checkout-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0; }
/* line 977, theme.scss */
.login-page .co-input-label {
  display: none; }
/* line 980, theme.scss */
.login-page .co-input-field, .login-page .m-input-field {
  height: 38px;
  width: 100%;
  border: 1px solid #fbf9eb;
  padding: 0 17px;
  background: #fbf9eb;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  border-radius: 10px; }
/* line 994, theme.scss */
.login-page .co-button {
  background: #fbf9eb;
  border-color: #fbf9eb;
  height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  border-radius: 10px;
  color: #282828; }
  /* line 1003, theme.scss */
  .login-page .co-button:hover {
    background: #fbf9eb;
    border-color: #fbf9eb; }
/* line 1008, theme.scss */
.login-page .co-countdown-block {
  font-size: 12px; }

/* line 1013, theme.scss */
.cabinet-page h1, .cabinet-page .co-input-field, .cabinet-page .co-button {
  font-family: 'CraftworkGrotesk', Arial, sans-serif; }
/* line 1016, theme.scss */
.cabinet-page .checkout-v2-wrapper.co-section--content_wrapper {
  padding-top: 30px; }
/* line 1019, theme.scss */
.cabinet-page .co-checkout-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0; }
/* line 1025, theme.scss */
.cabinet-page .co-input-label {
  display: none; }
/* line 1029, theme.scss */
.cabinet-page .co-input-information .co-input-label {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 700; }
  /* line 1034, theme.scss */
  .cabinet-page .co-input-information .co-input-label:after {
    display: none; }
/* line 1039, theme.scss */
.cabinet-page .co-input-field, .cabinet-page .m-input-field {
  height: 38px;
  width: 100%;
  border: 1px solid #fbf9eb;
  padding: 0 17px;
  background: #fbf9eb;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  border-radius: 10px; }
/* line 1053, theme.scss */
.cabinet-page .co-button {
  background: #fbf9eb;
  border-color: #fbf9eb;
  height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  border-radius: 10px;
  color: #282828; }
  /* line 1062, theme.scss */
  .cabinet-page .co-button:hover {
    background: #fbf9eb;
    border-color: #fbf9eb; }
/* line 1067, theme.scss */
.cabinet-page .co-menu.co-menu--personal {
  padding: 0;
  background: none;
  border-radius: 15px; }
  /* line 1071, theme.scss */
  .cabinet-page .co-menu.co-menu--personal > div {
    margin: 0; }
  /* line 1074, theme.scss */
  .cabinet-page .co-menu.co-menu--personal a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #282828;
    display: block;
    padding: 1rem;
    border-radius: 15px; }
    /* line 1083, theme.scss */
    .cabinet-page .co-menu.co-menu--personal a.co-link--active {
      background: var(--color-btn-bg); }
/* line 1088, theme.scss */
.cabinet-page #contacts, .cabinet-page #delivery_address {
  padding: 20px;
  max-width: 400px;
  background: var(--color-btn-bg);
  border-radius: 15px; }
/* line 1094, theme.scss */
.cabinet-page .co-toggable_field-description {
  font-size: 12px;
  color: #282828; }
/* line 1098, theme.scss */
.cabinet-page .co-toggable_field-input input:focus + span, .cabinet-page .co-toggable_field-input input.picker-input--active + span, .cabinet-page .co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px #fbf9eb;
  box-shadow: inset 0 0 0 10px #fbf9eb; }
/* line 1102, theme.scss */
.cabinet-page .co-toggable_field-input--checkbox input:checked + span:after {
  color: var(--color-btn-bg); }
/* line 1105, theme.scss */
.cabinet-page .co-section--checkout_header {
  padding-bottom: 0; }
/* line 1108, theme.scss */
.cabinet-page .co-input--house {
  margin-right: 0; }
/* line 1111, theme.scss */
.cabinet-page .co-adress-section {
  margin-bottom: 0; }
/* line 1114, theme.scss */
.cabinet-page .co-menu-toggle {
  background: none;
  font-size: 10px;
  font-weight: 500; }

/* line 1122, theme.scss */
.delivery-progress {
  margin-bottom: 12px; }
  /* line 1125, theme.scss */
  .delivery-progress__text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px; }
  /* line 1131, theme.scss */
  .delivery-progress__bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    overflow: hidden; }
  /* line 1139, theme.scss */
  .delivery-progress__fill {
    height: 100%;
    background: white;
    border-radius: 100px;
    transition: width 0.3s ease; }

/* line 1147, theme.scss */
.delivery-zone-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  padding-left: 137px;
  padding-top: 10px; }
  @media (max-width: 767px) {
    /* line 1147, theme.scss */
    .delivery-zone-title {
      padding-left: 0;
      padding-top: 5px; } }

/* line 1162, theme.scss */
.payments-title {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 1169, theme.scss */
.payments {
  margin-bottom: 10px; }

/* line 1173, theme.scss */
.co-input--consent_to_personal_data,
.co-input--subscribe {
  margin-bottom: 10px; }

/* line 1178, theme.scss */
.btn-custom-order {
  margin-top: 15px; }

/* line 1183, theme.scss */
.co-input-notice {
  display: block;
  width: 100%;
  margin-top: 5px; }

/* line 1188, theme.scss */
.co-input--phone {
  flex-wrap: wrap; }
  /* line 1191, theme.scss */
  .co-input--phone div[data-use-mask="1"] {
    width: 100%;
    max-width: 500px; }
  /* line 1196, theme.scss */
  .co-input--phone .co-input-description {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #777; }

/* line 1204, theme.scss */
.co-input--phone {
  margin-top: -20px; }

/* line 1209, theme.scss */
.co-input--phone div[data-use-mask="1"] {
  width: 100%;
  max-width: 100%; }
/* line 1214, theme.scss */
.co-input--phone .co-input-right {
  width: 100%;
  max-width: 100%; }

/* line 1222, theme.scss */
.co-checkout-order_form .co-input--nested .co-input-right {
  width: 100%;
  max-width: 100% !important; }
  /* line 1226, theme.scss */
  .co-checkout-order_form .co-input--nested .co-input-right input {
    width: 100% !important; }

/* line 1233, theme.scss */
#client_contact_name,
#client_email,
#client_phone {
  width: 100% !important;
  min-width: 300px !important; }

/* line 1244, theme.scss */
.co-input--street .co-input-notice,
.co-input--house .co-input-notice,
.co-input--flat .co-input-notice {
  display: none; }
/* line 1249, theme.scss */
.co-input--street.co-input--dirty .co-input-notice,
.co-input--house.co-input--dirty .co-input-notice,
.co-input--flat.co-input--dirty .co-input-notice {
  display: block; }

/* line 1255, theme.scss */
.co-input-notice {
  display: none !important; }

/* line 1259, theme.scss */
.co-notice--flash {
  display: block !important; }

/* line 1263, theme.scss */
.co-notice--flash:empty {
  display: none !important; }

/* line 1267, theme.scss */
.co-input--phone {
  display: flex;
  align-items: flex-start; }
  /* line 1271, theme.scss */
  .co-input--phone label {
    padding-top: 10px;
    min-width: 137px; }
  /* line 1276, theme.scss */
  .co-input--phone div[data-use-mask="1"] {
    flex: 1; }

/* line 1283, theme.scss */
.co-input--entrance .co-input-field,
.co-input--entrance textarea,
.co-input--comment .co-input-field,
.co-input--comment textarea {
  border-radius: 1000px;
  border: 1px solid rgba(37, 24, 17, 0.1);
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  background-color: white !important; }
/* line 1295, theme.scss */
.co-input--entrance textarea,
.co-input--comment textarea {
  border-radius: 15px;
  padding: 10px 7px;
  width: 100%;
  resize: vertical; }

/* line 1303, theme.scss */
.co-input--entrance {
  margin-bottom: 20px; }

/* line 1307, theme.scss */
.co-input--comment {
  margin-top: 20px; }
  /* line 1310, theme.scss */
  .co-input--comment .co-input-label {
    margin-bottom: 8px;
    display: block; }

/* line 1316, theme.scss */
.co-input--house,
.co-input--flat {
  flex: 1 !important;
  max-width: none !important;
  margin-right: 10px !important; }

/* line 1324, theme.scss */
.co-input--comment .co-input-right {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(37, 24, 17, 0.1); }
/* line 1330, theme.scss */
.co-input--comment textarea {
  border-radius: 0 !important;
  border: none !important; }

@media (max-width: 767px) {
  /* line 1337, theme.scss */
  .co-input--comment {
    display: block;
    width: 100%; }
    /* line 1341, theme.scss */
    .co-input--comment .co-input-right {
      width: 100%; }
    /* line 1345, theme.scss */
    .co-input--comment textarea {
      width: 100%; }

  /* line 1351, theme.scss */
  .co-delivery-date-block {
    margin-bottom: 0;
    padding-bottom: 0; } }
@media (max-width: 767px) {
  /* line 1358, theme.scss */
  .co-input--phone {
    flex-direction: column; }
    /* line 1361, theme.scss */
    .co-input--phone label {
      padding-top: 0 !important;
      margin-bottom: 8px; }
    /* line 1366, theme.scss */
    .co-input--phone div[data-use-mask="1"] {
      max-width: 100% !important;
      width: 100%; }
    /* line 1371, theme.scss */
    .co-input--phone .co-input-description {
      margin-left: 0 !important; } }
@media (max-width: 767px) {
  /* line 1379, theme.scss */
  .co-sidebar-toggler {
    margin-top: 0;
    padding-top: 0; } }
/* line 1385, theme.scss */
.co-input--use_bonus_points,
.co-bonus_points {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(37, 24, 17, 0.1); }

/* line 1393, theme.scss */
[data-theme-template="order2"] .co-order-state {
  border-radius: 15px;
  border: 3px solid; }
/* line 1397, theme.scss */
[data-theme-template="order2"] #messengers_notifications {
  display: none; }
/* line 1400, theme.scss */
[data-theme-template="order2"] .co-button {
  border-radius: 15px; }
/* line 1403, theme.scss */
[data-theme-template="order2"] .co-notice--success {
  background: var(--color-btn-bg);
  color: var(--color-btn-color); }

/* line 1411, theme.scss */
.co-notice--danger {
  display: none !important; }

/* 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, #A9CC2C);
  --color-btn-bg-is-light: var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #a6c82a);
  --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, #9fbf29);
  --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, #526315);
  --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, #8EA434);
  --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, #a0b93b);
  --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, #aec64b);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #ccdc8f);
  --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, #1F1F1E);
  --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, #363634);
  --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, #4d4d4a);
  --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, #91918d);
  --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-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, 600);
  --collection_count: var(--draft-collection_count, 12);
  --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, 1160px);
  --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, 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, false);
  --compare_enabled: var(--draft-compare_enabled, true); }

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

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

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

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

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

  /* line 1437, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskRegular.eot");
  src: url("CraftworkGroteskRegular.eot") format("embedded-opentype"), url("CraftworkGroteskRegular.woff2") format("woff2"), url("CraftworkGroteskRegular.woff") format("woff"), url("CraftworkGroteskRegular.ttf") format("truetype"), url("CraftworkGroteskRegular.svg#CraftworkGroteskRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskMedium.eot");
  src: url("CraftworkGroteskMedium.eot") format("embedded-opentype"), url("CraftworkGroteskMedium.woff2") format("woff2"), url("CraftworkGroteskMedium.woff") format("woff"), url("CraftworkGroteskMedium.ttf") format("truetype"), url("CraftworkGroteskMedium.svg#CraftworkGroteskMedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskBold.eot");
  src: url("CraftworkGroteskBold.eot") format("embedded-opentype"), url("CraftworkGroteskBold.woff2") format("woff2"), url("CraftworkGroteskBold.woff") format("woff"), url("CraftworkGroteskBold.ttf") format("truetype"), url("CraftworkGroteskBold.svg#CraftworkGroteskBold") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGrotesk-Heavy.eot");
  src: url("CraftworkGrotesk-Heavy.eot") format("embedded-opentype"), url("CraftworkGrotesk-Heavy.woff2") format("woff2"), url("CraftworkGrotesk-Heavy.woff") format("woff"), url("CraftworkGrotesk-Heavy.ttf") format("truetype"), url("CraftworkGrotesk-Heavy.svg#CraftworkGrotesk-Heavy") format("svg");
  font-weight: 700;
  font-style: normal; }
/* line 1485, theme.scss */
body {
  font-family: 'CraftworkGrotesk', Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  background: #fbf9eb;
  color: #1f1f1e; }
  /* line 1491, theme.scss */
  body .layout, body .layout__content {
    background: transparent; }
  /* line 1494, theme.scss */
  body .heading {
    font-family: 'CraftworkGrotesk', Arial, sans-serif;
    font-weight: 500; }
  /* line 1498, theme.scss */
  body .button, body input {
    font-family: 'CraftworkGrotesk', Arial, sans-serif;
    font-weight: 500; }

/* line 1503, theme.scss */
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* line 1507, theme.scss */
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

/* line 1511, theme.scss */
::-webkit-scrollbar-thumb {
  background: #a9cc2c;
  border: 0px none #fafafa;
  border-radius: 50px; }

/* line 1516, theme.scss */
::-webkit-scrollbar-thumb:hover {
  background: #a9cc2c; }

/* line 1519, theme.scss */
::-webkit-scrollbar-thumb:active {
  background: #a9cc2c; }

/* line 1522, theme.scss */
::-webkit-scrollbar-track {
  background: #fafafa;
  border: 0px none #fafafa;
  border-radius: 50px; }

/* line 1527, theme.scss */
::-webkit-scrollbar-track:hover {
  background: #c1c1c1; }

/* line 1530, theme.scss */
::-webkit-scrollbar-track:active {
  background: #fafafa; }

/* line 1533, theme.scss */
::-webkit-scrollbar-corner {
  background: transparent; }

@media (min-width: 767px) {
  /* line 1537, theme.scss */
  .hide-desktop {
    display: none !important; } }

@media (max-width: 767px) {
  /* line 1543, theme.scss */
  .hide-mobile {
    display: none !important; } }

/* line 1549, theme.scss */
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }
  /* line 1552, theme.scss */
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    margin: 0; }

/* line 1566, theme.scss */
.is-checkout .co-input--desired-delivery-date {
  display: none; }
/* line 1569, theme.scss */
.is-checkout .co-delivery-date-block {
  padding-top: 30px; }
  /* line 1572, theme.scss */
  .is-checkout .co-delivery-date-block .co-input-label {
    margin-bottom: 12px; }
/* line 1576, theme.scss */
.is-checkout .co-toggable_field {
  flex-wrap: nowrap; }
/* line 1579, theme.scss */
.is-checkout .co-bonus_points-submit {
  margin-right: 0;
  width: 100%;
  background: var(--color-btn-bg);
  background-color: var(--color-btn-bg) !important;
  font-weight: 500 !important;
  width: auto;
  display: inline-flex;
  margin-left: 10px; }
/* line 1589, theme.scss */
.is-checkout .co-bonus_points-info
+ .co-input-right {
  display: inline-block;
  width: auto;
  min-width: 100px; }
/* line 1595, theme.scss */
.is-checkout .co-bonus_points-maximum_points {
  font-size: 12px;
  margin-bottom: 10px; }
/* line 1599, theme.scss */
.is-checkout .bonus {
  width: 290px;
  margin-bottom: 40px; }
/* line 1603, theme.scss */
.is-checkout input {
  border-radius: 1000px;
  background-color: white !important; }
/* line 1607, theme.scss */
.is-checkout .co-button,
.is-checkout .button {
  border-radius: 1000px;
  font-size: 14px !important; }
/* line 1612, theme.scss */
.is-checkout .delivery-map {
  padding-left: 137px; }
  @media (max-width: 767px) {
    /* line 1612, theme.scss */
    .is-checkout .delivery-map {
      padding-left: 0; } }
  /* line 1619, theme.scss */
  .is-checkout .delivery-map iframe {
    width: 100%; }
/* line 1623, theme.scss */
.is-checkout .delivery-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px; }
  @media (max-width: 767px) {
    /* line 1623, theme.scss */
    .is-checkout .delivery-title {
      font-size: 9px; } }
/* line 1633, theme.scss */
.is-checkout .co-input--full_locality_name {
  height: 0;
  overflow: hidden; }
/* line 1637, theme.scss */
.is-checkout .co-notice--flash {
  margin-right: 0;
  margin-left: 0; }
/* line 1641, theme.scss */
.is-checkout .co-bonus_points-info {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 1648, theme.scss */
.is-checkout .co-bonus_points-info b {
  font-size: 12px;
  color: #523127; }
/* line 1653, theme.scss */
.is-checkout .bonus .co-toggable_field-information {
  padding: 0; }
/* line 1656, theme.scss */
.is-checkout .bonus .co-bonus_points-submit {
  text-transform: uppercase;
  height: 38px;
  font-size: 12px;
  font-weight: 500; }
/* line 1662, theme.scss */
.is-checkout .bonus .bonus_points {
  padding-left: 32px; }
/* line 1666, theme.scss */
.is-checkout h1.co-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: 'CraftworkGrotesk', Arial, sans-serif; }
/* line 1674, theme.scss */
.is-checkout .co-section--checkout_content {
  margin: 0;
  padding-top: 22px; }
/* line 1678, theme.scss */
.is-checkout .co-section--checkout_header {
  margin-top: 50px; }
  @media (max-width: 767px) {
    /* line 1678, theme.scss */
    .is-checkout .co-section--checkout_header {
      margin-top: 80px; } }
/* line 1685, theme.scss */
.is-checkout .co-checkout-order_form {
  padding: 0;
  width: 50%; }
  /* line 1688, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block {
    margin-bottom: 31px; }
    /* line 1690, theme.scss */
    .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block {
      margin-bottom: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%; }
      /* line 1696, theme.scss */
      .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block h2 {
        margin: 0;
        font-family: 'CraftworkGrotesk', Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        max-width: 137px;
        width: 100%; }
/* line 1708, theme.scss */
.is-checkout .btn-login {
  max-width: 500px; }
  /* line 1710, theme.scss */
  .is-checkout .btn-login button {
    height: 38px;
    font-weight: 700;
    font-size: 12px; }
  /* line 1715, theme.scss */
  .is-checkout .btn-login p {
    margin: 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 120%;
    margin-top: 7px; }
/* line 1723, theme.scss */
.is-checkout .co-input-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  margin: 0;
  min-width: 137px; }
  /* line 1729, theme.scss */
  .is-checkout .co-input-label::after {
    display: none; }
/* line 1734, theme.scss */
.is-checkout .co-customer > .co-checkout-block {
  display: block !important; }
/* line 1738, theme.scss */
.is-checkout .co-checkout-block.co-contact-fields,
.is-checkout .co-checkout-block.co-customer {
  display: block !important;
  margin-top: 31px; }
  /* line 1742, theme.scss */
  .is-checkout .co-checkout-block.co-contact-fields h2,
  .is-checkout .co-checkout-block.co-customer h2 {
    display: none; }
  /* line 1745, theme.scss */
  .is-checkout .co-checkout-block.co-contact-fields .co-input,
  .is-checkout .co-checkout-block.co-customer .co-input {
    margin: 0;
    display: flex;
    align-items: center; }
    /* line 1749, theme.scss */
    .is-checkout .co-checkout-block.co-contact-fields .co-input + .co-input,
    .is-checkout .co-checkout-block.co-customer .co-input + .co-input {
      margin-top: 34px; }
    /* line 1752, theme.scss */
    .is-checkout .co-checkout-block.co-contact-fields .co-input::after,
    .is-checkout .co-checkout-block.co-customer .co-input::after {
      display: none; }
/* line 1757, theme.scss */
.is-checkout .co-input-right, .is-checkout div[data-use-mask="1"] {
  width: 100%; }
  /* line 1760, theme.scss */
  .is-checkout .co-input-right .co-input-field, .is-checkout div[data-use-mask="1"] .co-input-field {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(37, 24, 17, 0.1);
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
    padding: 0 7px;
    font-weight: 500;
    font-size: 12px; }
/* line 1771, theme.scss */
.is-checkout .co-city-block {
  margin-top: 34px; }
/* line 1774, theme.scss */
.is-checkout .co-city-block .co-input--required {
  display: flex;
  justify-content: flex-start; }
  /* line 1777, theme.scss */
  .is-checkout .co-city-block .co-input--required label {
    padding-top: 12px; }
  /* line 1780, theme.scss */
  .is-checkout .co-city-block .co-input--required::after {
    display: none; }
/* line 1784, theme.scss */
.is-checkout [data-shipping-location] + div {
  display: block !important; }
  /* line 1786, theme.scss */
  .is-checkout [data-shipping-location] + div .co-input--country .co-input-select {
    width: 100%;
    max-width: 500px; }
/* line 1791, theme.scss */
.is-checkout .co-toggable_field--bordered {
  padding: 0;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 30px; }
/* line 1800, theme.scss */
.is-checkout .delivery_variants {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 34px; }
  /* line 1805, theme.scss */
  .is-checkout .delivery_variants .co-tabs-content {
    margin: 0;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 21px;
    row-gap: 41px; }
    @media (max-width: 767px) {
      /* line 1805, theme.scss */
      .is-checkout .delivery_variants .co-tabs-content {
        column-gap: 12px;
        row-gap: 20px; } }
  /* line 1820, theme.scss */
  .is-checkout .delivery_variants .co-toggable_field--bordered {
    flex-wrap: nowrap;
    margin-bottom: 0px;
    align-items: center;
    padding: 12px 18px;
    border-radius: 15px;
    border: 3px solid lightgray; }
    /* line 1827, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered .radio {
      display: none; }
    /* line 1833, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered:has(input:checked) {
      background: lightgrey; }
    /* line 1837, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31461057"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654385"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654433"] {
      border: 3px solid #A9CC2C; }
      /* line 1841, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31461057"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654385"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654433"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 1846, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654393"] {
      border: 3px solid #E88735; }
      /* line 1848, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654393"]:has(input:checked) {
        background: #E88735; }
    /* line 1853, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654417"] {
      border: 3px solid #ED4C45; }
      /* line 1855, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654417"]:has(input:checked) {
        background: #ED4C45; }
    /* line 1860, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654425"] {
      border: 3px solid #FED664; }
      /* line 1862, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654425"]:has(input:checked) {
        background: #FED664; }
    /* line 1867, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738209"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738265"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31737993"] {
      border: 3px solid #A9CC2C; }
      /* line 1871, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738209"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738265"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31737993"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 1876, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738217"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738273"] {
      border: 3px solid #FED664; }
      /* line 1879, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738217"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738273"]:has(input:checked) {
        background: #FED664; }
    /* line 1884, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738233"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738281"] {
      border: 3px solid #E88735; }
      /* line 1887, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738233"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738281"]:has(input:checked) {
        background: #E88735; }
    /* line 1892, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738225"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738289"] {
      border: 3px solid #ED4C45; }
      /* line 1895, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738225"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738289"]:has(input:checked) {
        background: #ED4C45; }
    /* line 1900, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738297"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738321"] {
      border: 3px solid #A9CC2C; }
      /* line 1903, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738297"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738321"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 1908, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738305"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738329"] {
      border: 3px solid #FED664; }
      /* line 1911, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738305"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738329"]:has(input:checked) {
        background: #FED664; }
    /* line 1916, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738313"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738337"] {
      border: 3px solid #ED4C45; }
      /* line 1919, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738313"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738337"]:has(input:checked) {
        background: #ED4C45; }
/* line 1925, theme.scss */
.is-checkout .co-toggable_field-input {
  flex: 0 0 31px; }
/* line 1928, theme.scss */
.is-checkout .co-toggable_field-input input + span {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #251811;
  box-shadow: 0 0 0 !important;
  border-radius: 50%; }
/* line 1936, theme.scss */
.is-checkout .co-toggable_field-input--radio input:focus + span, .is-checkout .co-toggable_field-input--radio input.picker-input--active + span, .is-checkout .co-toggable_field-input--radio input:checked + span {
  background: #251811; }
/* line 1939, theme.scss */
.is-checkout .co-toggable_field--bordered .co-toggable_field-information {
  padding: 0;
  font-size: 12px;
  font-weight: 500; }
/* line 1944, theme.scss */
.is-checkout .co-toggable_field--bordered .co-toggable_field-title {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 1950, theme.scss */
.is-checkout .co-toggable_field--bordered
.co-toggable_field-price,
.is-checkout .co-toggable_field--bordered .co-toggable_field-description {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 1958, theme.scss */
.is-checkout .co-delivery_adress-form {
  margin-bottom: 0;
  margin-top: 29px;
  width: 100%; }
  /* line 1963, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input-label {
    margin-bottom: 12px; }
  /* line 1966, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--house {
    margin: 12px 10px 0 0;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
  /* line 1972, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--flat {
    margin-top: 12px;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
  /* line 1978, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--entrance {
    margin-top: 12px;
    margin-left: 10px;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
/* line 1986, theme.scss */
.is-checkout .payment_variants {
  margin-top: 46px; }
  /* line 1988, theme.scss */
  .is-checkout .payment_variants .co-input {
    display: flex;
    align-items: flex-start; }
/* line 1993, theme.scss */
.is-checkout .co-toggable_field-description {
  color: #251811; }
/* line 1996, theme.scss */
.is-checkout .co-toggable_field {
  border: 0; }
/* line 1999, theme.scss */
.is-checkout .co-toggable_field-input--checkbox {
  flex: 0 0 32px; }
/* line 2002, theme.scss */
.is-checkout .co-toggable_field-input--checkbox input:checked + span:after {
  display: none; }
/* line 2005, theme.scss */
.is-checkout .co-toggable_field-input--checkbox input:checked + span {
  background: #251811; }
/* line 2009, theme.scss */
.is-checkout .co-input--checkbox .co-toggable_field {
  flex-wrap: nowrap; }
/* line 2012, theme.scss */
.is-checkout .co-input--checkbox .co-input-information {
  padding: 0;
  flex: initial;
  width: 100%; }
/* line 2017, theme.scss */
.is-checkout .co-input--checkbox .co-input-title {
  width: 100%;
  min-width: initial;
  margin-bottom: 10px; }
/* line 2022, theme.scss */
.is-checkout .co-input--checkbox .co-input-description {
  color: #665d58; }
  /* line 2024, theme.scss */
  .is-checkout .co-input--checkbox .co-input-description p {
    font-size: 12px !important;
    font-weight: 500; }
/* line 2030, theme.scss */
.is-checkout #create_order {
  display: none; }
/* line 2033, theme.scss */
.is-checkout .co-section--checkout_order {
  width: 100%; }
/* line 2036, theme.scss */
.is-checkout .co-input-notice {
  margin: 4px 0;
  font-size: 10px; }

/* line 2041, theme.scss */
.co-flex-box {
  display: flex;
  justify-content: space-between;
  position: relative; }
  /* line 2045, theme.scss */
  .co-flex-box .co-sidebar-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  /* line 2051, theme.scss */
  .co-flex-box .co-sidebar {
    position: sticky;
    top: 50px;
    box-shadow: 0 0 0 0;
    width: 450px;
    max-width: 100%;
    height: auto;
    overflow: initial; }
    /* line 2059, theme.scss */
    .co-flex-box .co-sidebar .co-basket {
      padding: 0 0; }
      /* line 2061, theme.scss */
      .co-flex-box .co-sidebar .co-basket .co-price--current {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500; }
      /* line 2066, theme.scss */
      .co-flex-box .co-sidebar .co-basket .co-basket_subtotal {
        margin-bottom: 8px; }
  /* line 2071, theme.scss */
  .co-flex-box .co-basket_item {
    margin: 0 0; }
    /* line 2073, theme.scss */
    .co-flex-box .co-basket_item + .co-basket_item {
      margin-top: 15px; }
  /* line 2077, theme.scss */
  .co-flex-box .co-basket_item-image_container {
    flex: initial;
    width: 80px; }
    /* line 2080, theme.scss */
    .co-flex-box .co-basket_item-image_container .co-basket_item-image {
      padding: 0;
      height: initial; }
      /* line 2083, theme.scss */
      .co-flex-box .co-basket_item-image_container .co-basket_item-image img {
        width: 100% !important;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: none; }
  /* line 2095, theme.scss */
  .co-flex-box .co-basket_item-description {
    padding-left: 70px;
    font-weight: 500;
    font-size: 12px; }
  /* line 2100, theme.scss */
  .co-flex-box .co-basket_item-total,
  .co-flex-box .co-basket_item-count,
  .co-flex-box .co-basket_item-price {
    font-weight: 500;
    font-size: 12px; }
  /* line 2106, theme.scss */
  .co-flex-box .co-basket_subtotal-list {
    border: 0;
    padding: 38px 0 0;
    margin: 0; }
  /* line 2111, theme.scss */
  .co-flex-box .co-basket_subtotal-title, .co-flex-box .co-basket_total-title {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500; }
  /* line 2116, theme.scss */
  .co-flex-box .co-basket_total {
    margin-bottom: 8px; }
  /* line 2119, theme.scss */
  .co-flex-box .btn-custom-order {
    width: 100%;
    text-transform: uppercase;
    height: 38px;
    font-size: 14px;
    font-weight: 500; }
  /* line 2126, theme.scss */
  .co-flex-box .co-client-logged {
    font-size: 0;
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      /* line 2126, theme.scss */
      .co-flex-box .co-client-logged {
        margin-bottom: 4px; } }
  /* line 2133, theme.scss */
  .co-flex-box .co-client-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      /* line 2133, theme.scss */
      .co-flex-box .co-client-name {
        font-size: 9px; } }
  /* line 2142, theme.scss */
  .co-flex-box .co-client-field {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%; }
    @media (max-width: 768px) {
      /* line 2142, theme.scss */
      .co-flex-box .co-client-field {
        margin-bottom: 2px;
        font-size: 9px; } }
  /* line 2152, theme.scss */
  .co-flex-box .co-client-info {
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      /* line 2152, theme.scss */
      .co-flex-box .co-client-info {
        margin-bottom: 4px; } }
  /* line 2158, theme.scss */
  .co-flex-box .co-client-info + a {
    width: 100%;
    text-transform: uppercase;
    height: 38px;
    font-size: 12px;
    font-weight: 700; }
    @media (max-width: 768px) {
      /* line 2158, theme.scss */
      .co-flex-box .co-client-info + a {
        font-size: 9px;
        height: 36px; } }
  /* line 2171, theme.scss */
  .co-flex-box .co-client {
    width: 100%;
    max-width: 500px; }
  /* line 2175, theme.scss */
  .co-flex-box .co-reverse {
    margin: 30px 0;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%; }
    /* line 2182, theme.scss */
    .co-flex-box .co-reverse .co-input-label {
      width: 170px; }
    @media (max-width: 768px) {
      /* line 2175, theme.scss */
      .co-flex-box .co-reverse {
        display: block;
        margin: 18px 0 33px; }
        /* line 2188, theme.scss */
        .co-flex-box .co-reverse .co-input-label {
          margin-bottom: 8px;
          font-size: 9px; } }

/* line 2195, theme.scss */
.checkout-block-delivery .co-input > .co-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

/* line 2201, theme.scss */
.back-page-cart {
  display: none;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  text-decoration: underline; }
  @media (max-width: 768px) {
    /* line 2201, theme.scss */
    .back-page-cart {
      display: inline-block; } }

@media (max-width: 768px) {
  /* line 2212, theme.scss */
  .co-flex-box {
    display: block; }

  /* line 2215, theme.scss */
  .is-checkout .co-checkout-order_form,
  .co-flex-box .co-sidebar-wrapper {
    width: 100%; }

  /* line 2219, theme.scss */
  .co-sidebar-toggler {
    display: none; }

  /* line 2222, theme.scss */
  .co-flex-box .co-sidebar {
    display: block;
    width: 100%;
    position: relative;
    top: initial; }

  /* line 2228, theme.scss */
  .co-basket_item-list {
    display: none; }

  /* line 2231, theme.scss */
  .is-checkout .co-section--checkout_content {
    padding-top: 11px; }

  /* line 2234, theme.scss */
  .is-checkout h1.co-title {
    font-size: 9px;
    line-height: 120%;
    margin-bottom: 7px;
    padding-bottom: 0; }

  /* line 2240, theme.scss */
  .co-checkout-title, .co-title--h1 {
    line-height: 0;
    padding-bottom: 27px; }

  /* line 2244, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block {
    flex-direction: column; }

  /* line 2247, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block h2 {
    margin-bottom: 9px;
    font-size: 9px;
    line-height: 120%; }

  /* line 2252, theme.scss */
  .is-checkout .btn-login button {
    height: 36px;
    font-size: 9px;
    line-height: 120%; }

  /* line 2257, theme.scss */
  .is-checkout .btn-login p {
    margin-top: 7px;
    font-size: 8px;
    line-height: 120%; }

  /* line 2262, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer,
  .is-checkout .co-checkout-block.co-contact-fields {
    margin-top: 21px; }

  /* line 2267, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer .co-input + .co-input,
  .is-checkout .co-checkout-block.co-contact-fields .co-input + .co-input {
    margin-top: 24px; }

  /* line 2272, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer .co-input,
  .is-checkout .co-checkout-block.co-contact-fields .co-input {
    flex-direction: column; }

  /* line 2277, theme.scss */
  .is-checkout .co-input-label {
    font-size: 9px;
    line-height: 120%;
    margin-bottom: 8px;
    width: 100%; }

  /* line 2283, theme.scss */
  .is-checkout .co-input-right .co-input-field, .is-checkout div[data-use-mask="1"] .co-input-field {
    height: 36px;
    font-size: 9px;
    padding: 0 7px; }

  /* line 2288, theme.scss */
  .is-checkout .co-city-block .co-input--required {
    width: 100%; }
    /* line 2290, theme.scss */
    .is-checkout .co-city-block .co-input--required .co-input--required {
      flex-direction: column; }

  /* line 2294, theme.scss */
  .is-checkout .co-city-block .co-input--required label {
    padding-top: 0; }

  /* line 2297, theme.scss */
  .is-checkout .co-input-right, .is-checkout div[data-use-mask="1"] {
    max-width: 100%; }

  /* line 2300, theme.scss */
  .is-checkout .delivery_variants {
    flex-direction: column; }

  /* line 2303, theme.scss */
  .is-checkout .delivery_variants .co-tabs-content {
    margin-top: 10px; }

  /* line 2309, theme.scss */
  .is-checkout .co-toggable_field--bordered .co-toggable_field-title {
    font-size: 11px;
    line-height: 120%; }

  /* line 2314, theme.scss */
  .is-checkout .co-toggable_field--bordered .co-toggable_field-price, .is-checkout .co-toggable_field--bordered .co-toggable_field-description {
    font-size: 9px;
    line-height: 120%; }

  /* line 2318, theme.scss */
  .is-checkout .co-delivery_adress-form {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
    max-width: 100%; }

  /* line 2324, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input-label {
    margin-bottom: 4px; }

  /* line 2327, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--house {
    margin: 9px 4px 0 0;
    max-width: calc(50% - 2px); }

  /* line 2331, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--flat {
    max-width: calc(50% - 2px);
    margin-top: 9px; }

  /* line 2335, theme.scss */
  .is-checkout .payment_variants .co-input {
    flex-direction: column;
    margin-top: 24px;
    gap: 10px; }

  /* line 2340, theme.scss */
  .is-checkout .co-input--checkbox .co-input-description p {
    font-size: 9px !important;
    line-height: 120%; }

  /* line 2344, theme.scss */
  .is-checkout .co-input--checkbox .co-input-title {
    margin-bottom: 7px; }

  /* line 2347, theme.scss */
  .is-checkout .payment_variants {
    margin-top: 0; }

  /* line 2350, theme.scss */
  .co-flex-box .co-basket_subtotal-list {
    padding-top: 29px; }

  /* line 2353, theme.scss */
  .co-flex-box .co-basket_subtotal-title, .co-flex-box .co-basket_total-title,
  .co-flex-box .co-sidebar .co-basket .co-price--current {
    font-size: 10px; }

  /* line 2357, theme.scss */
  .co-flex-box .co-basket_total {
    margin-bottom: 16px; }

  /* line 2360, theme.scss */
  .co-flex-box .btn-custom-order {
    font-size: 9px;
    height: 36px; } }
/* line 2370, theme.scss */
.login-page .checkout-v2-wrapper.co-section--content_wrapper {
  max-width: 400px;
  margin: 40px auto;
  background: var(--color-btn-bg);
  border-radius: 15px; }
/* line 2376, theme.scss */
.login-page .co-section--content_block {
  display: block; }
/* line 2379, theme.scss */
.login-page .co-checkout-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0; }
/* line 2385, theme.scss */
.login-page .co-input-label {
  display: none; }
/* line 2388, theme.scss */
.login-page .co-input-field, .login-page .m-input-field {
  height: 38px;
  width: 100%;
  border: 1px solid #fbf9eb;
  padding: 0 17px;
  background: #fbf9eb;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  border-radius: 10px; }
/* line 2402, theme.scss */
.login-page .co-button {
  background: #fbf9eb;
  border-color: #fbf9eb;
  height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  border-radius: 10px;
  color: #282828; }
  /* line 2411, theme.scss */
  .login-page .co-button:hover {
    background: #fbf9eb;
    border-color: #fbf9eb; }
/* line 2416, theme.scss */
.login-page .co-countdown-block {
  font-size: 12px; }

/* line 2421, theme.scss */
.cabinet-page h1, .cabinet-page .co-input-field, .cabinet-page .co-button {
  font-family: 'CraftworkGrotesk', Arial, sans-serif; }
/* line 2424, theme.scss */
.cabinet-page .checkout-v2-wrapper.co-section--content_wrapper {
  padding-top: 30px; }
/* line 2427, theme.scss */
.cabinet-page .co-checkout-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0; }
/* line 2433, theme.scss */
.cabinet-page .co-input-label {
  display: none; }
/* line 2437, theme.scss */
.cabinet-page .co-input-information .co-input-label {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 700; }
  /* line 2442, theme.scss */
  .cabinet-page .co-input-information .co-input-label:after {
    display: none; }
/* line 2447, theme.scss */
.cabinet-page .co-input-field, .cabinet-page .m-input-field {
  height: 38px;
  width: 100%;
  border: 1px solid #fbf9eb;
  padding: 0 17px;
  background: #fbf9eb;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  border-radius: 10px; }
/* line 2461, theme.scss */
.cabinet-page .co-button {
  background: #fbf9eb;
  border-color: #fbf9eb;
  height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  border-radius: 10px;
  color: #282828; }
  /* line 2470, theme.scss */
  .cabinet-page .co-button:hover {
    background: #fbf9eb;
    border-color: #fbf9eb; }
/* line 2475, theme.scss */
.cabinet-page .co-menu.co-menu--personal {
  padding: 0;
  background: none;
  border-radius: 15px; }
  /* line 2479, theme.scss */
  .cabinet-page .co-menu.co-menu--personal > div {
    margin: 0; }
  /* line 2482, theme.scss */
  .cabinet-page .co-menu.co-menu--personal a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #282828;
    display: block;
    padding: 1rem;
    border-radius: 15px; }
    /* line 2491, theme.scss */
    .cabinet-page .co-menu.co-menu--personal a.co-link--active {
      background: var(--color-btn-bg); }
/* line 2496, theme.scss */
.cabinet-page #contacts, .cabinet-page #delivery_address {
  padding: 20px;
  max-width: 400px;
  background: var(--color-btn-bg);
  border-radius: 15px; }
/* line 2502, theme.scss */
.cabinet-page .co-toggable_field-description {
  font-size: 12px;
  color: #282828; }
/* line 2506, theme.scss */
.cabinet-page .co-toggable_field-input input:focus + span, .cabinet-page .co-toggable_field-input input.picker-input--active + span, .cabinet-page .co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px #fbf9eb;
  box-shadow: inset 0 0 0 10px #fbf9eb; }
/* line 2510, theme.scss */
.cabinet-page .co-toggable_field-input--checkbox input:checked + span:after {
  color: var(--color-btn-bg); }
/* line 2513, theme.scss */
.cabinet-page .co-section--checkout_header {
  padding-bottom: 0; }
/* line 2516, theme.scss */
.cabinet-page .co-input--house {
  margin-right: 0; }
/* line 2519, theme.scss */
.cabinet-page .co-adress-section {
  margin-bottom: 0; }
/* line 2522, theme.scss */
.cabinet-page .co-menu-toggle {
  background: none;
  font-size: 10px;
  font-weight: 500; }

/* line 2530, theme.scss */
.delivery-progress {
  margin-bottom: 12px; }
  /* line 2533, theme.scss */
  .delivery-progress__text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px; }
  /* line 2539, theme.scss */
  .delivery-progress__bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    overflow: hidden; }
  /* line 2547, theme.scss */
  .delivery-progress__fill {
    height: 100%;
    background: white;
    border-radius: 100px;
    transition: width 0.3s ease; }

/* line 2555, theme.scss */
.delivery-zone-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  padding-left: 137px;
  padding-top: 10px; }
  @media (max-width: 767px) {
    /* line 2555, theme.scss */
    .delivery-zone-title {
      padding-left: 0;
      padding-top: 5px; } }

/* line 2570, theme.scss */
.payments-title {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 2577, theme.scss */
.payments {
  margin-bottom: 10px; }

/* line 2581, theme.scss */
.co-input--consent_to_personal_data,
.co-input--subscribe {
  margin-bottom: 10px; }

/* line 2586, theme.scss */
.btn-custom-order {
  margin-top: 15px; }

/* line 2591, theme.scss */
.co-input-notice {
  display: block;
  width: 100%;
  margin-top: 5px; }

/* line 2596, theme.scss */
.co-input--phone {
  flex-wrap: wrap; }
  /* line 2599, theme.scss */
  .co-input--phone div[data-use-mask="1"] {
    width: 100%;
    max-width: 500px; }
  /* line 2604, theme.scss */
  .co-input--phone .co-input-description {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #777; }

/* line 2612, theme.scss */
.co-input--phone {
  margin-top: -20px; }

/* line 2617, theme.scss */
.co-input--phone div[data-use-mask="1"] {
  width: 100%;
  max-width: 100%; }
/* line 2622, theme.scss */
.co-input--phone .co-input-right {
  width: 100%;
  max-width: 100%; }

/* line 2630, theme.scss */
.co-checkout-order_form .co-input--nested .co-input-right {
  width: 100%;
  max-width: 100% !important; }
  /* line 2634, theme.scss */
  .co-checkout-order_form .co-input--nested .co-input-right input {
    width: 100% !important; }

/* line 2641, theme.scss */
#client_contact_name,
#client_email,
#client_phone {
  width: 100% !important;
  min-width: 300px !important; }

/* line 2652, theme.scss */
.co-input--street .co-input-notice,
.co-input--house .co-input-notice,
.co-input--flat .co-input-notice {
  display: none; }
/* line 2657, theme.scss */
.co-input--street.co-input--dirty .co-input-notice,
.co-input--house.co-input--dirty .co-input-notice,
.co-input--flat.co-input--dirty .co-input-notice {
  display: block; }

/* line 2663, theme.scss */
.co-input-notice {
  display: none !important; }

/* line 2667, theme.scss */
.co-notice--flash {
  display: block !important; }

/* line 2671, theme.scss */
.co-notice--flash:empty {
  display: none !important; }

/* line 2675, theme.scss */
.co-input--phone {
  display: flex;
  align-items: flex-start; }
  /* line 2679, theme.scss */
  .co-input--phone label {
    padding-top: 10px;
    min-width: 137px; }
  /* line 2684, theme.scss */
  .co-input--phone div[data-use-mask="1"] {
    flex: 1; }

/* line 2691, theme.scss */
.co-input--entrance .co-input-field,
.co-input--entrance textarea,
.co-input--comment .co-input-field,
.co-input--comment textarea {
  border-radius: 1000px;
  border: 1px solid rgba(37, 24, 17, 0.1);
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  background-color: white !important; }
/* line 2703, theme.scss */
.co-input--entrance textarea,
.co-input--comment textarea {
  border-radius: 15px;
  padding: 10px 7px;
  width: 100%;
  resize: vertical; }

/* line 2711, theme.scss */
.co-input--entrance {
  margin-bottom: 20px; }

/* line 2715, theme.scss */
.co-input--comment {
  margin-top: 20px; }
  /* line 2718, theme.scss */
  .co-input--comment .co-input-label {
    margin-bottom: 8px;
    display: block; }

/* line 2724, theme.scss */
.co-input--house,
.co-input--flat {
  flex: 1 !important;
  max-width: none !important;
  margin-right: 10px !important; }

/* line 2732, theme.scss */
.co-input--comment .co-input-right {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(37, 24, 17, 0.1); }
/* line 2738, theme.scss */
.co-input--comment textarea {
  border-radius: 0 !important;
  border: none !important; }

@media (max-width: 767px) {
  /* line 2745, theme.scss */
  .co-input--comment {
    display: block;
    width: 100%; }
    /* line 2749, theme.scss */
    .co-input--comment .co-input-right {
      width: 100%; }
    /* line 2753, theme.scss */
    .co-input--comment textarea {
      width: 100%; }

  /* line 2759, theme.scss */
  .co-delivery-date-block {
    margin-bottom: 0;
    padding-bottom: 0; } }
@media (max-width: 767px) {
  /* line 2766, theme.scss */
  .co-input--phone {
    flex-direction: column; }
    /* line 2769, theme.scss */
    .co-input--phone label {
      padding-top: 0 !important;
      margin-bottom: 8px; }
    /* line 2774, theme.scss */
    .co-input--phone div[data-use-mask="1"] {
      max-width: 100% !important;
      width: 100%; }
    /* line 2779, theme.scss */
    .co-input--phone .co-input-description {
      margin-left: 0 !important; } }
@media (max-width: 767px) {
  /* line 2787, theme.scss */
  .co-sidebar-toggler {
    margin-top: 0;
    padding-top: 0; } }
/* line 2793, theme.scss */
.co-input--use_bonus_points,
.co-bonus_points {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(37, 24, 17, 0.1); }

/* line 2801, theme.scss */
[data-theme-template="order2"] .co-order-state {
  border-radius: 15px;
  border: 3px solid; }
/* line 2805, theme.scss */
[data-theme-template="order2"] #messengers_notifications {
  display: none; }
/* line 2808, theme.scss */
[data-theme-template="order2"] .co-button {
  border-radius: 15px; }
/* line 2811, theme.scss */
[data-theme-template="order2"] .co-notice--success {
  background: var(--color-btn-bg);
  color: var(--color-btn-color); }

/* line 2819, theme.scss */
.co-notice--danger {
  display: none !important; }

/* line 2823, theme.scss */
.avocado-popup__content {
  width: 280px !important;
  padding: 15px !important;
  position: relative !important;
  z-index: 2 !important; }
  /* line 2829, theme.scss */
  .avocado-popup__content .avocado-popup__overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    cursor: pointer !important; }
  @media (max-width: 767px) {
    /* line 2839, theme.scss */
    .avocado-popup__content .avocado-popup {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      background: rgba(0, 0, 0, 0.5) !important;
      z-index: 99999 !important;
      width: 100% !important; }
    /* line 2852, theme.scss */
    .avocado-popup__content .avocado-popup__overlay {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      z-index: 0 !important;
      cursor: pointer !important;
      width: 100% !important;
      height: 100% !important; }
    /* line 2863, theme.scss */
    .avocado-popup__content .avocado-popup__content {
      width: 280px !important;
      padding: 15px !important;
      position: relative !important;
      z-index: 1 !important;
      background: #a9cc2c !important;
      border-radius: 15px !important; }
      /* line 2870, theme.scss */
      .avocado-popup__content .avocado-popup__content img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        display: block !important;
        border-radius: 10px !important;
        object-fit: unset !important; }
    /* line 2879, theme.scss */
    .avocado-popup__content img {
      width: 100% !important;
      height: auto !important;
      border-radius: 10px !important; } }

/* line 2887, theme.scss */
.avocado-popup__content {
  width: 320px !important;
  padding: 20px !important; }

/* line 2892, theme.scss */
.avocado-popup__content img {
  max-height: 200px !important;
  object-fit: cover !important;
  width: 100% !important;
  border-radius: 10px !important; }

@media (max-width: 767px) {
  /* line 2900, theme.scss */
  .avocado-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 99999 !important;
    width: 100% !important; } }
/* line 2915, theme.scss */
#avocado-popup .avocado-popup__content {
  width: 320px !important;
  padding: 20px !important;
  max-height: 90vh !important;
  overflow-y: auto !important; }

/* line 2922, theme.scss */
#avocado-popup img {
  width: 100% !important;
  height: 350px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 10px !important;
  display: block !important; }

/* line 2932, theme.scss */
#avocado-popup p {
  margin-top: 15px !important;
  font-size: 11px !important; }

/* line 2937, theme.scss */
#avocado-popup .avocado-popup__btn {
  height: 36px !important;
  font-size: 12px !important;
  padding: 0 20px !important;
  width: auto !important;
  min-width: 150px !important;
  display: block !important;
  margin: 10px auto 0 !important; }
