/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #EAEAEA);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #eaeaea);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #e9e9e9);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #e0e0e0);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #9E302E);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #b63735);
  --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, #c84441);
  --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, #dd8a88);
  --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, #797171);
  --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, #877f7f);
  --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, #948e8e);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #bcb8b8);
  --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, #9E302E);
  --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, #b63735);
  --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, #c84441);
  --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, #dd8a88);
  --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, elementary);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, 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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, 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, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 42);
  --search_count: var(--draft-search_count, 100);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1311px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/* line 1, order.scss */
.oreder-section {
  font-family: "Grtsk Variable"; }
  /* line 4, order.scss */
  .oreder-section__title {
    margin: 0 0 100px 0;
    color: #9e302e;
    text-align: center;
    font-family: "Cormorant";
    font-size: 82px;
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    /* 65.854% */
    letter-spacing: -2.46px;
    text-align: center;
    width: 100%; }
  /* line 18, order.scss */
  .oreder-section__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 36px) 72px calc(50% - 36px);
    grid-template-columns: repeat(2, calc(50% - 36px));
    grid-gap: 72px;
    width: 100%; }
  /* line 27, order.scss */
  .oreder-section__info {
    padding: 59px 102px;
    height: 100%;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #fff; }
    /* line 34, order.scss */
    .oreder-section__info__title {
      margin: 0 0 50px 0;
      color: #9e302e;
      font-family: "Grtsk Variable";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      /* 162.5% */
      text-transform: uppercase; }
    /* line 45, order.scss */
    .oreder-section__info__delivery {
      margin: 0 0 28px 0; }
      /* line 48, order.scss */
      .oreder-section__info__delivery__title {
        margin: 0 0 12px 0;
        color: #9e302e;
        font-family: "Grtsk Variable";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
      /* line 58, order.scss */
      .oreder-section__info__delivery__info p {
        margin: 0;
        color: #797171;
        font-family: "Grtsk Variable";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
    /* line 70, order.scss */
    .oreder-section__info__total {
      margin: 0 0 24px 0;
      color: #9e302e;
      font-family: "Grtsk Variable";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
      /* line 79, order.scss */
      .oreder-section__info__total__info {
        margin: 0; }
  /* line 85, order.scss */
  .oreder-section__item {
    margin: 0 0 16px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 11% calc(100% - 35% - 11%);
    grid-template-columns: 35% calc(100% - 35% - 11%);
    grid-gap: 11%; }
    /* line 93, order.scss */
    .oreder-section__item:last-of-type {
      margin: 0 0 30px 0; }
    /* line 97, order.scss */
    .oreder-section__item__image {
      width: 100%; }
      /* line 99, order.scss */
      .oreder-section__item__image img {
        width: 100%;
        height: auto;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-border-radius: 20%;
        border-radius: 20%; }
    /* line 110, order.scss */
    .oreder-section__item__text {
      padding: 40px 0 0 0; }
    /* line 114, order.scss */
    .oreder-section__item__title {
      margin: 0 0 8px 0;
      display: inline-block;
      color: #9e302e;
      font-family: "Grtsk Variable";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      /* 162.5% */
      text-transform: uppercase; }
      /* line 125, order.scss */
      .oreder-section__item__title a {
        text-decoration: none; }
    /* line 130, order.scss */
    .oreder-section__item__options {
      margin: 0 0 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #9e302e;
      font-family: "Grtsk Variable";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      /* 200% */
      text-transform: uppercase; }
    /* line 148, order.scss */
    .oreder-section__item__price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 12px;
      color: #9e302e;
      font-family: "Grtsk Variable";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      /* 200% */ }
      /* line 164, order.scss */
      .oreder-section__item__price strong {
        font-weight: 400;
        text-decoration: line-through;
        opacity: 0.4; }
  /* line 174, order.scss */
  .oreder-section__items__total__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 184.615% */
    text-transform: uppercase; }
    /* line 193, order.scss */
    .oreder-section__items__total__item strong {
      font-weight: 500; }
    /* line 198, order.scss */
    .oreder-section__items__total__item span strong {
      font-weight: 400;
      opacity: 0.4;
      text-transform: none; }

/* line 209, order.scss */
.co-section--checkout_order {
  font-family: "Grtsk Variable"; }

@media screen and (max-width: 992px) {
  /* line 215, order.scss */
  .oreder-section__title {
    margin: 0 0 13px 0;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -1.68px; }
  /* line 223, order.scss */
  .oreder-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-gap: 0;
    gap: 40px; }
  /* line 234, order.scss */
  .oreder-section__info {
    padding: 25px 12px 25px 35px; }
    /* line 237, order.scss */
    .oreder-section__info__title {
      margin: 0 0 7px 0;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      /* 228.571% */
      text-transform: uppercase; }
    /* line 247, order.scss */
    .oreder-section__info__delivery__title {
      margin: 0 0 12px 0;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; }
    /* line 254, order.scss */
    .oreder-section__info__delivery__info {
      padding: 0 0 0 35px;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; }
    /* line 264, order.scss */
    .oreder-section__info__total__info {
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; }
  /* line 272, order.scss */
  .oreder-section__item {
    margin: 0 0 20px 0;
    -ms-grid-columns: 22.6% 6% calc(100% - 22.6% - 6%);
    grid-template-columns: 22.6% calc(100% - 22.6% - 6%);
    grid-gap: 6%; }
    /* line 278, order.scss */
    .oreder-section__item:last-of-type {
      margin: 0 0 30px 0; }
    /* line 282, order.scss */
    .oreder-section__item__title {
      margin: 0;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px; }
    /* line 290, order.scss */
    .oreder-section__item__options {
      margin: 0 0 12px 0; }
    /* line 294, order.scss */
    .oreder-section__item__options, .oreder-section__item__price {
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px; }
    /* line 303, order.scss */
    .oreder-section__item__image img {
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    /* line 309, order.scss */
    .oreder-section__item__text {
      padding: 0; }
  /* line 315, order.scss */
  .oreder-section__items__total__item {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; } }
@media screen and (max-width: 767px) {
  /* line 328, order.scss */
  .oreder-section__wrapper {
    padding: 0 12px; } }
/* line 6, theme.scss */
body {
  font-family: "Cormorant"; }

/* line 10, theme.scss */
:root {
  --vh: 1vh; }

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

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

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

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

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

  /* line 33, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 38, theme.scss */
.co-basket_item-description,
.co-basket_item-total {
  font-family: "Grtsk Variable";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 200% */
  text-transform: uppercase; }

/* line 48, theme.scss */
.co-input-field {
  padding: 0 0 11px 0;
  border: none;
  border-bottom: 1px solid #9e302e;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #9e302e;
  font-family: "Grtsk Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

/* line 63, theme.scss */
.co-input-label {
  margin: 0;
  color: #9e302e;
  font-family: "Grtsk Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

/* line 73, theme.scss */
.co-title--h2 {
  color: #9e302e;
  font-family: "Grtsk Variable";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 184.615% */
  text-transform: uppercase; }

/* line 83, theme.scss */
.decorated-title {
  color: #9e302e;
  text-align: center;
  font-family: "Cormorant";
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  /* 75% */
  letter-spacing: -1.68px;
  text-transform: lowercase; }

/* line 95, theme.scss */
.deliveries-not-available {
  font-size: 13px;
  line-height: normal; }

/* line 100, theme.scss */
.co-basket_total-price,
.co-basket_subtotal-price {
  color: #9e302e;
  text-align: right;
  font-family: "Grtsk Variable";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 184.615% */
  text-transform: uppercase; }

/* line 112, theme.scss */
.co-basket_total-title,
.co-basket_subtotal-title {
  color: #9e302e;
  font-family: "Grtsk Variable";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 184.615% */
  text-transform: uppercase; }

/* line 123, theme.scss */
.co-basket_subtotal-list {
  padding: 0;
  margin: 0;
  border: none; }

/* line 129, theme.scss */
.co-basket_item-count,
.co-price--current {
  color: #9e302e;
  font-family: "Grtsk Variable";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 200% */
  text-transform: uppercase; }

/* line 140, theme.scss */
.co-basket_item-image {
  padding-bottom: 125%;
  -webkit-border-radius: 40px;
  border-radius: 20px;
  overflow: hidden; }
  /* line 146, theme.scss */
  .co-basket_item-image img {
    position: absolute;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: 0;
    left: 0;
    display: inline-block !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

/* line 162, theme.scss */
.co-checkout-title {
  margin: 0 0 35px 0;
  color: #9e302e;
  text-align: center;
  font-family: "Cormorant";
  font-size: 82px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
  /* 65.854% */
  letter-spacing: -2.46px;
  text-transform: lowercase; }
  @media screen and (max-width: 767px) {
    /* line 162, theme.scss */
    .co-checkout-title {
      font-size: 56px;
      font-style: normal;
      font-weight: 300;
      line-height: 42px;
      /* 75% */
      letter-spacing: -1.68px; } }

/* line 182, theme.scss */
.co-button--checkout#create_order,
.co-client > .co-button {
  font-family: "Grtsk Variable";
  color: #c89ea1;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 246.154% */
  text-transform: uppercase; }

/* line 193, theme.scss */
.co-toggable_field-input {
  height: 24px; }

/* line 197, theme.scss */
.co-toggable_field-input--radio input:focus + span,
.co-toggable_field-input--radio input.picker-input--active + span,
.co-toggable_field-input--radio input:checked + span {
  -webkit-box-shadow: inset 0 0 0 7px currentColor;
  box-shadow: inset 0 0 0 7px currentColor; }

/* line 204, theme.scss */
.co-toggable_field-input--checkbox input + span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
  box-shadow: inset 0 0 0 1px currentColor; }

/* line 211, theme.scss */
.co-toggable_field-input input:focus + span,
.co-toggable_field-input input.picker-input--active + span,
.co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 7px currentColor;
  box-shadow: inset 0 0 0 7px currentColor; }
  /* line 216, theme.scss */
  .co-toggable_field-input input:focus + span:after,
  .co-toggable_field-input input.picker-input--active + span:after,
  .co-toggable_field-input input:checked + span:after {
    display: none; }

/* line 221, theme.scss */
.co-button--checkout {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #9e302e; }

/* line 227, theme.scss */
.co-button.co-button--link {
  color: #9e302e;
  font-family: "Grtsk Variable";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 184.615% */
  text-decoration: underline;
  text-transform: uppercase;
  border: none; }
  /* line 237, theme.scss */
  .co-button.co-button--link:after {
    display: none; }

/* line 242, theme.scss */
.co-input-description {
  font-family: "Grtsk Variable";
  font-size: 11px;
  font-style: normal;
  color: #c89ea1;
  text-transform: lowercase; }
  /* line 249, theme.scss */
  .co-input-description a {
    font-family: "Grtsk Variable";
    font-size: 11px;
    font-style: normal;
    color: #c89ea1 !important; }

/* line 257, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  font-family: "Grtsk Variable";
  font-size: 14px;
  text-transform: lowercase; }

/* line 263, theme.scss */
.co-notice--danger {
  font-family: "Grtsk Variable";
  font-size: 13px;
  text-transform: lowercase; }

/* line 269, theme.scss */
.co-modal {
  padding: 49px 42px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #eaeaea;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%; }
  /* line 279, theme.scss */
  .co-modal .co-modal-title {
    margin: 0 0 30px 0;
    color: #9e302e;
    font-family: "Cormorant";
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    /* 70.968% */
    letter-spacing: -1.86px; }
  /* line 291, theme.scss */
  .co-modal .co-input-field::-webkit-input-placeholder {
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; }
  /* line 301, theme.scss */
  .co-modal .co-input-field::-moz-placeholder {
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; }
  /* line 311, theme.scss */
  .co-modal .co-input-field-ms-input-placeholder {
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; }
  /* line 321, theme.scss */
  .co-modal .co-input-field::-ms-input-placeholder {
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; }
  /* line 331, theme.scss */
  .co-modal .co-input-field::-webkit-input-placeholder {
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; }
  /* line 341, theme.scss */
  .co-modal .co-input-field::-moz-placeholder {
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; }
  /* line 351, theme.scss */
  .co-modal .co-input-field::placeholder {
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; }
  /* line 362, theme.scss */
  .co-modal .co-modal-button,
  .co-modal .co-button--password_recover {
    margin: 0 31px 0 0;
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 184.615% */
    text-decoration: underline;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0;
    height: auto;
    display: inline-block;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    /* line 383, theme.scss */
    .co-modal .co-modal-button:hover,
    .co-modal .co-button--password_recover:hover {
      background-color: transparent; }
  /* line 387, theme.scss */
  .co-modal .co-button--password_recover {
    opacity: 0.3; }
    /* line 389, theme.scss */
    .co-modal .co-button--password_recover::after {
      display: none; }
  /* line 393, theme.scss */
  .co-modal .co-modal-login_form .co-input + .co-input {
    margin: 25px 0; }

@media screen and (max-width: 767px) {
  /* line 399, theme.scss */
  .co-modal {
    padding: 20px 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    /* line 404, theme.scss */
    .co-modal .co-modal-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; } }
/* line 413, theme.scss */
.header-inner-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999; }

/* line 421, theme.scss */
.widget-type_restock.layout.is-show-fullscreen {
  z-index: 9999 !important; }

/* line 425, theme.scss */
.preorder__title {
  text-transform: lowercase !important; }

/* line 428, theme.scss */
.co-notice--succes.co-notice--flash {
  display: none; }

/* line 432, theme.scss */
.widget-type_system_widget_v4_callback_modal_1.layout {
  z-index: 10000 !important; }

/* line 437, theme.scss */
.page_layout.is-sertifikat .co-delivery_method {
  display: none !important; }
/* line 440, theme.scss */
.page_layout.is-sertifikat [for="order_delivery_variant_id_7896484"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 446, theme.scss */
.account__title {
  text-align: left; }

/* line 451, theme.scss */
.page-is__client .co-menu-item--personal {
  margin: 0; }
/* line 454, theme.scss */
.page-is__client .co-sidebar--menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px; }
/* line 459, theme.scss */
.page-is__client .co-checkout-block--padded {
  font-family: "Grtsk Variable"; }
/* line 462, theme.scss */
.page-is__client .co-menu-link--personal {
  color: #797171;
  font-family: "Grtsk Variable";
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  text-transform: uppercase; }
  /* line 472, theme.scss */
  .page-is__client .co-menu-link--personal:hover {
    color: #9e302e; }
@media screen and (max-width: 767px) {
  /* line 478, theme.scss */
  .page-is__client .co-sidebar--menu {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 40px 0; }
  /* line 485, theme.scss */
  .page-is__client .co-checkout-block--padded {
    padding: 0 24px; }
  /* line 488, theme.scss */
  .page-is__client .co-menu-toggle {
    width: 100%;
    padding: 0 24px;
    background-color: transparent;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
    color: #9e302e;
    text-align: center;
    font-family: "Cormorant"; }
  /* line 501, theme.scss */
  .page-is__client .co-section--checkout_header {
    padding: 0 24px; }
  /* line 504, theme.scss */
  .page-is__client .account__title {
    margin: 0 0 12px 0;
    color: #9e302e;
    font-family: "Grtsk Variable";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 138.462% */
    text-transform: uppercase; } }

/* line 519, theme.scss */
.sc-ifAKCX.iJvSJI {
  background-image: url(https://static.insales-cdn.com/files/1/1543/38249991/original/divno-flower.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* line 526, theme.scss */
.dialogs__widget_btn.sc-htoDjs.egbMho {
  background: none; }

/* line 530, theme.scss */
.sc-dnqmqq.gqnDTk {
  background: none; }
