/* 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, #8EABBA);
  --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, #99b3c0);
  --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, #a4bbc7);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #c6d5dc);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #202020);
  --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, #373737);
  --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, #4e4e4e);
  --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, #909090);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #5F5F5F);
  --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, #6e6e6e);
  --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, #7e7e7e);
  --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, #afafaf);
  --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, #FCFCFC);
  --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, #fcfcfc);
  --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, #fcfcfc);
  --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, #fbfbfb);
  --color-text-light-half-shade-is-light: var(--draft-color-text-light-half-shade-is-light, 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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Inter);
  --font-size: var(--draft-font-size, 12px);
  --font-family-heading: var(--draft-font-family-heading, Inter);
  --heading-ratio: var(--draft-heading-ratio, 1.9);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 40);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1737px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, true);
  --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, true);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, true);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, true);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, true);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, true);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, true);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, true);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true); }

/* line 1, custom.css */
body {
  font-weight: normal;
  font-style: normal; }

/* line 5, custom.css */
.button-inverse {
  font-size: 0.875rem;
  padding: 5px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-family: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
  text-transform: lowercase; }

/* line 18, custom.css */
.button-hover:hover {
  color: #000;
  background-color: #fff; }

/* line 22, custom.css */
.button-inverse:hover {
  background: unset !important;
  color: #000 !important;
  border-color: unset !important;
  box-shadow: unset !important;
  text-decoration: none; }

/* line 29, custom.css */
.full-wide {
  width: 100%; }

/* line 33, custom.css */
.checkout-v2-wrapper {
  font-size: 12px;
  font-weight: 300; }
  /* line 37, custom.css */
  .checkout-v2-wrapper .co-sidebar--menu {
    flex: 0 0 15rem; }
  /* line 40, custom.css */
  .checkout-v2-wrapper .co-button:not(.co-button--link) {
    text-transform: uppercase;
    padding: 0 calc(4% + 1rem);
    height: var(--controls-height-s); }
  /* line 46, custom.css */
  .checkout-v2-wrapper .co-client-logged, .checkout-v2-wrapper .co-client-logged .co-client-name, .checkout-v2-wrapper .co-title.co-title--h2, .checkout-v2-wrapper .co-input-title {
    font-size: inherit;
    font-weight: inherit; }
  /* line 51, custom.css */
  .checkout-v2-wrapper .co-title.co-title--h2, .checkout-v2-wrapper .co-basket_subtotal-title, .checkout-v2-wrapper .co-basket_total-title {
    text-transform: uppercase; }
  /* line 55, custom.css */
  .checkout-v2-wrapper #order_form {
    display: flex;
    flex-direction: column; }
    /* line 59, custom.css */
    .checkout-v2-wrapper #order_form .co-input-label {
      text-transform: uppercase; }
    /* line 64, custom.css */
    .checkout-v2-wrapper #order_form .co-client .co-button {
      padding: 0 calc(8% + 1rem); }
    /* line 69, custom.css */
    .checkout-v2-wrapper #order_form #create_order {
      width: 50%;
      align-self: center;
      height: var(--controls-height-m); }
      @media (max-width: 768px) {
        /* line 69, custom.css */
        .checkout-v2-wrapper #order_form #create_order {
          width: 100%; } }
    /* line 79, custom.css */
    .checkout-v2-wrapper #order_form .bonus_points.co-bonus_points .co-input-field.co-bonus_points-field {
      height: var(--controls-height-s); }
  /* line 86, custom.css */
  .checkout-v2-wrapper .co-order-information_value .co-price {
    font-weight: inherit; }
  /* line 90, custom.css */
  .checkout-v2-wrapper .co-order-information_value .co-order-state {
    padding: 0 calc(4% + 1rem);
    min-height: var(--controls-height-s); }
  /* line 98, custom.css */
  .checkout-v2-wrapper .co-basket .co-basket_item-list .co-basket_item-image_container {
    flex: 0 1 auto; }
    /* line 101, custom.css */
    .checkout-v2-wrapper .co-basket .co-basket_item-list .co-basket_item-image_container .co-basket_item-image {
      width: auto;
      height: auto;
      padding-bottom: 0; }
      /* line 106, custom.css */
      .checkout-v2-wrapper .co-basket .co-basket_item-list .co-basket_item-image_container .co-basket_item-image img {
        position: unset;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        left: 0;
        width: 67px !important;
        max-width: 100%;
        max-height: 100%; }

/* line 121, custom.css */
.podp_img {
  display: inline-block; }

/* line 124, custom.css */
.podp_sb {
  display: inline-block;
  max-width: 400px;
  height: 100vh !important;
  vertical-align: middle; }

@media (min-width: 1200px) {
  /* line 131, custom.css */
  .podp_sb {
    margin-top: -25rem;
    padding-left: 4rem; }

  /* line 135, custom.css */
  .podp_img img {
    height: calc(100vh - 4rem) !important;
    float: left; } }
@media (min-width: 1300px) {
  /* line 141, custom.css */
  .podp_sb {
    max-width: 600px; } }
/* line 145, custom.css */
.podp_title_mb_sub {
  display: none; }

/* line 148, custom.css */
.podp_mb_sub {
  display: inline-block; }

/* line 151, custom.css */
.podp_mb_head {
  font-size: 2.5rem;
  padding-bottom: 2rem; }

/* line 155, custom.css */
.podp_mb_text {
  font-size: 1.2rem;
  padding-bottom: 2rem; }

/* line 159, custom.css */
.podp_div_mb {
  border-bottom: 1px solid black;
  margin-bottom: 2rem;
  margin-top: 5px;
  padding-left: 0;
  font-size: 1.2rem; }

/* line 166, custom.css */
.podp_mb_sub_email {
  height: 30px !important;
  border: none !important;
  color: #5f5f5f !important;
  padding-left: 0;
  width: 100% !important;
  font-size: 1.2rem; }

/* line 174, custom.css */
.podp_mb_sub_email:focus {
  border: none !important; }

/* line 177, custom.css */
.podp_mb_sub_but {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: block;
  height: 35px !important;
  width: 300px !important; }

@media (max-width: 400px) {
  /* line 185, custom.css */
  .podp_mb_sub_but {
    width: 100% !important; } }
/* line 189, custom.css */
.digi-dolyame-product__content, .digi-dolyame-modal__content {
  color: #5F5F5F !important; }

/* line 192, custom.css */
.digi-dolyame-product--5, .digi-dolyame-modal__content {
  border-radius: 0 !important; }

/* line 196, custom.css */
.cust_container {
  background-image: url("https://static.insales-cdn.com/files/1/6673/88742417/original/315328cda412035f38eae57375cf2987c672c915.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay; }
  /* line 210, custom.css */
  .cust_container .container {
    background-color: transparent;
    padding: 30px;
    text-align: center; }
  /* line 216, custom.css */
  .cust_container .input-group {
    margin-bottom: 15px; }
  /* line 220, custom.css */
  .cust_container input[type="email"],
  .cust_container input[type="submit"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 1em;
    background-color: transparent;
    color: white; }
  /* line 233, custom.css */
  .cust_container input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    text-align: center; }
  /* line 238, custom.css */
  .cust_container input[type="submit"] {
    background-color: white;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s ease; }
  /* line 245, custom.css */
  .cust_container input[type="submit"]:hover {
    background-color: #ddd; }
  /* line 249, custom.css */
  .cust_container .checkbox-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
  /* line 256, custom.css */
  .cust_container .checkbox-group input[type="checkbox"] {
    margin-right: 8px; }
  /* line 260, custom.css */
  .cust_container .error-message {
    color: red;
    margin-top: 5px;
    font-size: 0.9em; }
  /* line 265, custom.css */
  .cust_container .p1_cust_container {
    font-size: 2em;
    margin-bottom: 0px; }
  /* line 269, custom.css */
  .cust_container .p2_cust_container {
    font-size: 2.5em;
    margin-bottom: 0; }
  /* line 273, custom.css */
  .cust_container .p3_cust_container {
    font-size: 1.5em;
    margin-bottom: 20px; }
  @media (max-width: 400px) {
    /* line 278, custom.css */
    .cust_container .p3_cust_container {
      font-size: 1em; } }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("HelveticaNeueCyr-Thin.woff2") format("woff2"), url("HelveticaNeueCyr-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("HelveticaNeueCyr-Roman.woff2") format("woff2"), url("HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("HelveticaNeueCyr-Light.woff2") format("woff2"), url("HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/* line 6, theme.scss */
:root {
  --initial-sidebar-end: 7; }

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

/* line 14, theme.scss */
.micro-alert-item {
  color: #111820; }

/* 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 */
.sticker-preorder {
  display: none !important; }

/* line 42, theme.scss */
#email_request {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }
  /* line 45, theme.scss */
  #email_request * {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }
  /* line 49, theme.scss */
  #email_request img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  /* line 53, theme.scss */
  #email_request #send {
    background: var(--color-btn-bg) !important;
    font-weight: 400;
    text-transform: uppercase !important; }

/* line 60, theme.scss */
header {
  /*position: sticky;*/
  top: 0;
  /*z-index: 999;*/
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff; }

/* line 71, theme.scss */
[data-theme-template="index"] header {
  position: static;
  width: 100%;
  left: 0; }

/* line 78, theme.scss */
.modal__title product__title.heading,
.option-value.is-span,
.add-cart-counter__btn-label,
.product__area-link .link.no-text,
.breadcrumb-link,
.favorites_btn,
.option-label,
.add-cart-counter__btn-label,
.product__description,
.address,
.co-client-info,
.co-form--login.co-modal-login_form,
#contacts,
#new_client,
.co-basket_subtotal-title,
.co-basket_item-description,
.co-basket_total-title,
.co-input-label,
.co-input-field,
.co-input-title,
.co-delivery_method-description,
.co-button--checkout,
.co-checkout-block--padded,
.back_to_catalog,
.button.js-item-delete,
.sidebar-size-items,
.coupon-header,
.cart-controls button,
.co-adress-section,
.co-form--login.co-modal-login_form,
.filter-option__content,
.filter-range__field-disabled-click,
.product__description-content.static-text,
.add-cart-counter__controls button,
.add-cart-counter__controls input,
.add-cart-counter__controls span,
.favorites_btn .btn-icon,
.product__area-not-available span {
  font-weight: 400; }

/* line 118, theme.scss */
.button:focus,
.co-button:focus:not(.co-button--link),
.picker-button:focus,
.m-modal-button:focus,
.co-tabs-controls--customer .co-tabs-node:focus {
  outline: 0;
  -webkit-box-shadow: var(--color-btn-shadow, none);
  box-shadow: var(--color-btn-shadow, none);
  color: var(--color-text, black); }

/* line 128, theme.scss */
.modal__title product__title.heading {
  -webkit-text-decoration: uppercase;
  text-decoration: uppercase; }

/* line 133, theme.scss */
.decorated-title.co-title.co-title--h1,
.co-title.co-title--h2.co-tabs-header,
.co-price--current,
.co-client.logged,
.co-checkout-title,
.co-title.co-title--h2.co-input-label,
.co-modal-title.co-title.co-title--h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px; }

/* line 148, theme.scss */
#contacts .co-input-description.co-toggable_field-description p {
  text-align: left !important; }

/* line 153, theme.scss */
.co-input.co-input--checkbox .co-input-title {
  font-size: inherit;
  margin: 0; }

/* line 160, theme.scss */
.co-toggable_field-input--checkbox input.co-input-checkbox:not(:checked) + span {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
  box-shadow: inset 0 0 0 1px currentColor; }

/* line 166, theme.scss */
.co-menu-link.co-menu-link--personal {
  text-decoration: none;
  text-transform: uppercase;
  font-size: calc(var(--font-size) * var(--text-font-size));
  font-weight: 400;
  padding-bottom: calc(var(--font-size) * 0.8); }

@media (max-width: 767px) {
  /* line 174, theme.scss */
  body {
    /*		*.widget-type_widget_v4_page_banner_3_a77bbbaeb16e6e239ec81362a996c1e6*/ }
    /* line 175, theme.scss */
    body *.layout:not(.widget-type_widget_v4_header_11_a2f09e801a9ab380431e116b48bac6bd):not(.widget-type_widget_v4_catalog_7_0fb5181133f091f0deac485d3ad31c0d):not(.widget-type_widget_v4_banner_list_24_7da082904873a5df931bc2f910c38d6a) {
      padding-left: 23px !important;
      padding-right: 23px !important; }
      /* line 178, theme.scss */
      body *.layout:not(.widget-type_widget_v4_header_11_a2f09e801a9ab380431e116b48bac6bd):not(.widget-type_widget_v4_catalog_7_0fb5181133f091f0deac485d3ad31c0d):not(.widget-type_widget_v4_banner_list_24_7da082904873a5df931bc2f910c38d6a) *.layout__content {
        padding-left: 0px !important;
        padding-right: 0px !important; }
    /* line 183, theme.scss */
    body *.layout.widget-type_widget_v4_header_11_a2f09e801a9ab380431e116b48bac6bd {
      padding-left: 15px !important;
      padding-right: 11px !important; }
      /* line 186, theme.scss */
      body *.layout.widget-type_widget_v4_header_11_a2f09e801a9ab380431e116b48bac6bd *.layout__content {
        padding-left: 0px !important;
        padding-right: 0px !important; }
    /* line 192, theme.scss */
    body *.widget-type_widget_v4_banner_list_24_7da082904873a5df931bc2f910c38d6a {
      padding-left: 35px !important;
      padding-right: 38px !important; }
      /* line 196, theme.scss */
      body *.widget-type_widget_v4_banner_list_24_7da082904873a5df931bc2f910c38d6a *.layout__content {
        padding-left: 0px !important;
        padding-right: 0px !important; } }
/* line 206, theme.scss */
.page_layout_sticky_left > aside > [data-sidebar],
.page_layout_sticky_right > aside > [data-sidebar] {
  z-index: 1 !important; }

/* line 211, theme.scss */
.micro-alert {
  top: 50px !important; }

/* line 214, theme.scss */
.micro-alert-item {
  color: var(--color-text);
  font-weight: 400;
  background: rgba(255, 255, 255, 0.5) !important; }

/* line 219, theme.scss */
.co-bonus_points-info b {
  color: #8eabba; }
