/* 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, #313131);
  --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, #454545);
  --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, #5a5a5a);
  --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, #989898);
  --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, #B0B0B1);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #adadae);
  --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, #aaaaab);
  --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, #87878a);
  --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, #313131);
  --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, #454545);
  --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, #5a5a5a);
  --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, #989898);
  --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, #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, Montserrat);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 700);
  --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, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, 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, right);
  --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, 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, 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, right);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, false);
  --compare_enabled: var(--draft-compare_enabled, false); }

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

/*! popup show */
/* line 9, theme.scss */
.js-popup-show {
  overflow: hidden; }

/* line 13, theme.scss */
.js-popup-show .popup {
  transform: scale(1); }

/* line 17, theme.scss */
.js-popup-show .popup .popup__inner {
  margin-bottom: 0; }

/* line 21, theme.scss */
.js-popup-show .popup.is-shown {
  z-index: 991;
  opacity: 1;
  visibility: visible; }

/* line 27, theme.scss */
.js-popup-show .popup.is-shown .popup__inner {
  opacity: 1; }

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

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

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

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

  /* line 49, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 54, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .menu__section {
  border-bottom: 1px solid #31313163;
  margin-top: 1.5em; }

/* line 59, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .soclinks {
  border-bottom: 1px solid #31313163;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }

@media (max-width: 767px) {
  /* line 66, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .side-panel {
    width: 100%; } }
@media screen and (max-width: 767px) {
  /* line 73, theme.scss */
  .layout .layout__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
/* line 79, theme.scss */
.layout__content {
  background: #ffffff00; }

/* line 83, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0, transparent 100%);
  z-index: 2; }

/* line 92, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__area-collections {
  border-top: 0px solid var(--bg-minor-shade); }

@media (max-width: 767px) {
  /* line 97, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__logo {
    max-width: 120px !important;
    margin-left: 10px; } }
@media (max-width: 767px) {
  /* line 104, theme.scss */
  .layout[style*="--layout-edge:true"] {
    --img-ratio: 0.55 !important; } }
@media (max-width: 767px) {
  /* line 110, theme.scss */
  .widget-type_widget_v4_footer_17_dbfedfa527353326ee7deeb49fe4c1df .footer__area-social .social-items {
    display: inline-flex; }

  /* line 114, theme.scss */
  .widget-type_widget_v4_footer_17_dbfedfa527353326ee7deeb49fe4c1df .footer__area-social {
    text-align: center; }

  /* line 118, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__search-btn {
    color: #313131 !important; }

  /* line 122, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__control-btn .icon-user {
    color: #313131 !important; } }
/* line 127, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__show-menu-btn.button {
  color: #ffffff; }

@media (max-width: 767px) {
  /* line 133, theme.scss */
  .widget-type_system_widget_v4_footer_4 .footer {
    grid-auto-flow: column; }

  /* line 137, theme.scss */
  .widget-type_system_widget_v4_banner_list_26 .grid-list {
    grid-template-rows: auto; } }
@media (max-width: 767px) {
  /* line 143, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__logo_mob {
    max-width: 90px !important;
    margin-left: 50px; }

  /* line 148, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__logo_mob {
    display: inline-block;
    max-width: var(--logo-max-width, 260px);
    text-decoration: none; }

  /* line 154, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__area-logo_ins {
    display: none; }

  /* line 158, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__logo_mob img {
    max-width: 100%;
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    object-position: 50%; }

  /* line 166, theme.scss */
  .widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .side-panel__head {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0px solid #31313163; } }
/* line 173, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__area-logo_ins {
  grid-area: logo;
  text-align: center;
  padding: 0 1rem; }

/* line 180, theme.scss */
.co-title--h1 {
  font-size: 14px;
  font-weight: initial; }

/* line 185, theme.scss */
.co-title--h2 {
  font-size: 1.7142rem;
  font-size: 14px;
  font-weight: initial; }

/* line 191, theme.scss */
.co-button,
.picker-button {
  font-size: 12px !important;
  font-weight: initial !important; }

/* line 197, theme.scss */
.co-login-text {
  font-size: 10px;
  font-weight: initial; }

/* line 202, theme.scss */
.co-input-label {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 12px;
  font-weight: initial; }

/* line 210, theme.scss */
.co-input-field,
.m-input-field {
  border-bottom: 1px solid #cccccc;
  border-top: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc; }

/* line 218, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  font-size: 12px;
  font-weight: initial; }

/* line 223, theme.scss */
.co-toggable_field--bordered .co-toggable_field-description {
  font-size: 12px;
  font-weight: initial; }

/* line 228, theme.scss */
.co-price--current {
  font-size: 12px;
  font-weight: initial; }

/* line 233, theme.scss */
.co-basket_item-description {
  font-size: 12px;
  font-weight: initial; }

/* line 238, theme.scss */
.co-basket_item-total {
  font-size: 12px;
  font-weight: initial; }

/* line 243, theme.scss */
.co-basket_subtotal-list {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0;
  margin-bottom: 1rem; }

/* line 250, theme.scss */
.co-basket_total-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
  font-size: 12px;
  font-weight: initial; }

/* line 258, theme.scss */
.co-sidebar-toggler_title {
  font-size: 12px;
  font-weight: initial; }

/* line 263, theme.scss */
.co-icon {
  font-size: 12px;
  font-weight: initial; }

/* line 268, theme.scss */
.co-sidebar-toggler--opend {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

/* line 273, theme.scss */
.co-sidebar-toggler {
  padding: 0.5rem 1rem; }

/* line 277, theme.scss */
.co-sidebar-toggler:focus,
.co-sidebar-toggler.picker-input--active,
.co-sidebar-toggler:hover {
  background-color: #fff; }

/* line 283, theme.scss */
.co-sidebar-toggler {
  background-color: #ffffff; }

/* line 287, theme.scss */
.co-toggable_field-information {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }

/* line 293, theme.scss */
.co-button:not(.co-button--link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px !important;
  padding: 0 5px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

/* line 319, theme.scss */
.wrapper {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 340, theme.scss */
.block1 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 15.4px;
  font-family: helvetica;
  padding-top: 2.15px; }

/* line 355, theme.scss */
.block2 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 367, theme.scss */
.co-toggable_field--bordered:hover {
  border-color: #cccccc00; }

/* line 371, theme.scss */
.co-order-state {
  font-size: 12px;
  padding: 5px; }

/* line 376, theme.scss */
.co-order-information {
  margin-bottom: 1rem; }

/* line 380, theme.scss */
#subscribe_whatsapp {
  background-image: url("https://static.insales-cdn.com/files/1/7209/26541097/original/whatsapp-svgrepo-com.svg"); }

/* line 384, theme.scss */
#subscribe_telegram {
  background-image: url("https://static.insales-cdn.com/files/1/4883/26841875/original/telegram.svg") !important; }

/* line 388, theme.scss */
.co-social_login-button_group .co-social_login-button {
  width: 30px;
  height: 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 395, theme.scss */
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px; } }
/* line 402, theme.scss */
.cut-list__more-content > .header__collections-item > .header__collections-controls > .header__collections-link,
.side-panel .menu__list {
  font-size: 12px;
  font-weight: 400; }

/* line 408, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__collections-item > .header__collections-submenu {
  display: block !important; }

/* line 412, theme.scss */
.widget-type_widget_v4_header_11_17cc92a5671a1c6a6e22459fb6830ef7 .header__collections-item.is-show > .header__collections-submenu {
  display: none !important; }

/* line 416, theme.scss */
.widget-type_widget_v4_product_6_7a3168e5058f12d69bc0ea03919cc804 .product__buy-one-click .button {
  height: 45px;
  font-size: 10px; }

/* line 421, theme.scss */
.co-checkout-title.co-title.co-title--h1 {
  font-size: 22px;
  font-weight: 500; }

/* line 426, theme.scss */
.index__page .r_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0, transparent 100%);
  z-index: 2; }
  /* line 434, theme.scss */
  .index__page .r_header .layout {
    background: none !important; }

/* line 439, theme.scss */
.r_header .header__logo {
  width: 150px; }
  /* line 443, theme.scss */
  .r_header .header__logo .r_logo {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 100%; }
  /* line 453, theme.scss */
  .r_header .header__logo .r_logo__dark {
    display: none; }

/* line 460, theme.scss */
.index__page .r_header .header__logo .r_logo__dark {
  display: none; }
/* line 464, theme.scss */
.index__page .r_header .header__logo .r_logo__light {
  display: block; }

/* line 469, theme.scss */
.index__page .r_header .header__show-menu-btn.button,
.index__page .r_header .header__search-btn,
.index__page .r_header .header__control-btn {
  color: #fff; }

/* line 475, theme.scss */
.layout.widget-type_sp-footer {
  background: #f7f7f7 !important; }

/* line 479, theme.scss */
.product-preview__area-variants {
  display: none !important; }

/* line 483, theme.scss */
.product-preview__title a {
  color: var(--color-text);
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding: 25px 0 15px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: inherit; }

/* line 494, theme.scss */
.product-preview__price-cur {
  display: inline-block;
  white-space: nowrap;
  color: var(--color-text);
  font-size: 10px !important;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-weight: 400 !important; }

/* line 505, theme.scss */
.splide__slide .group-btn {
  display: none !important; }

/* line 513, theme.scss */
.special-products__head .heading {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  /* line 520, theme.scss */
  .special-products {
    padding-top: 25px; } }
@media (max-width: 767px) {
  /* line 526, theme.scss */
  .product__title.heading {
    padding-top: 0;
    margin-top: -25px; } }
/* line 532, theme.scss */
.inner__page .r_header {
  position: relative;
  z-index: 9; }

/* line 537, theme.scss */
.add-cart-counter.is-add-cart .add-cart-counter__controls {
  height: 45px; }
  /* line 540, theme.scss */
  .add-cart-counter.is-add-cart .add-cart-counter__controls button,
  .add-cart-counter.is-add-cart .add-cart-counter__controls a {
    height: 100%; }

/* line 546, theme.scss */
.product-form__area-controls .product__controls-left {
  height: auto !important; }

/* line 550, theme.scss */
.product-form__area-controls .product__controls {
  align-items: center !important; }

@media (max-width: 575px) {
  /* line 555, theme.scss */
  .is-fixed-state .add-cart-counter__controls-btn {
    min-width: auto !important;
    font-size: 11px !important;
    padding: 0 15px; } }
/* line 565, theme.scss */
.product__title heading {
  display: block;
  z-index: 10 !important;
  position: relative !important;
  user-select: text !important;
  pointer-events: auto !important; }

@media (max-width: 767px) {
  /* line 574, theme.scss */
  .pagination {
    margin-bottom: 25px; } }
@media (max-width: 575px) {
  /* line 579, theme.scss */
  .widget-type_widget_v4_product_6_7a3168e5058f12d69bc0ea03919cc804 .product .product-form {
    display: block; } }
/* line 584, theme.scss */
.header__area-logo {
  font-size: 0;
  line-height: 0; }

@media screen and (max-width: 767px) {
  /* line 590, theme.scss */
  .widget-type_widget_v4_header_11_a200c6754b2fb909c1171a80f3264aae .header__logo {
    margin-left: 0px !important; } }
/* line 594, theme.scss */
.widget-type_widget_v4_page_content_1_708356ce74e29b3f5decfa91d5f4f4c1 .layout__content {
  margin: 0 auto !important; }

/* line 598, theme.scss */
.co-basket_item .co-basket_item-total {
  font-size: 0; }
  /* line 600, theme.scss */
  .co-basket_item .co-basket_item-total .co-basket_item-price.co-price--current {
    font-size: 13px; }

/* line 607, theme.scss */
.sticker.sticker-sale:not(:empty) {
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100% !important; }

/* line 616, theme.scss */
.grid-list .product-preview__price-cur {
  font-size: 0.9rem !important; }

/* line 621, theme.scss */
.promo-slider .splide__pagination__page {
  width: 4px !important;
  height: 4px !important; }

/* line 625, theme.scss */
.breadcrumb-wrapper ul > *:not(:last-child):after {
  content: '' !important;
  width: 17px;
  height: 1px;
  background: #989898;
  font-size: 0;
  line-height: 0; }

/* line 634, theme.scss */
.filter__content {
  max-height: 100% !important;
  height: auto !important; }

/* line 638, theme.scss */
.filter__controls {
  position: relative !important; }

/* line 642, theme.scss */
.filter__hide-filter-btn,
.hide-side-panel-btn.js-hide-side-panel {
  top: 1rem !important;
  right: 1.5rem !important;
  font-size: 20px; }

/* line 649, theme.scss */
.hide-side-panel-btn.js-hide-side-panel {
  left: auto !important; }

/* line 654, theme.scss */
.inner_page__text.static-text h1 {
  font-size: 12px !important;
  line-height: 18px;
  text-transform: uppercase;
  color: #4f4f4f;
  margin-bottom: 0;
  font-weight: 500; }

@media (max-width: 767px) {
  /* line 664, theme.scss */
  .inner_page__text.static-text {
    padding: 20px 0; } }
