/* 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, #24252E);
  --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, #373846);
  --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, #4a4c5e);
  --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, #878aa1);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #151515);
  --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, #2c2c2c);
  --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, #434343);
  --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, #8a8a8a);
  --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, thin);
  --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, 16px);
  --font-family-heading: var(--draft-font-family-heading, Nunito);
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 8);
  --search_count: var(--draft-search_count, 10);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1440px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, 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, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

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

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

/* line 13, theme.scss */
body {
  font-family: "Montserrat", sans-serif; }

/* line 27, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .catalog .product-preview__title a,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .catalog .product-preview__price-cur,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .count-text,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .infinity-block {
  color: white; }

/* line 35, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .main-title-collection {
  color: white; }

/* line 39, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .product-preview__area-bottom {
  background: black; }

/* line 43, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_pagination_3_5f4df5be303aceb0ac5bf37fc321a06f .icon-favorites-f:before,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_pagination_3_5f4df5be303aceb0ac5bf37fc321a06f .icon-favorites-o:before,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .count-text,
.widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_pagination_3_5f4df5be303aceb0ac5bf37fc321a06f .pagination-link,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_pagination_3_5f4df5be303aceb0ac5bf37fc321a06f .pagination-void,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_pagination_3_5f4df5be303aceb0ac5bf37fc321a06f .icon-arrow-right,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_pagination_3_5f4df5be303aceb0ac5bf37fc321a06f .icon-arrow-left {
  content: '\ea28';
  color: white; }

/* line 54, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_pagination_3_5f4df5be303aceb0ac5bf37fc321a06f .layout__content {
  background-color: #000; }

/* line 58, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34
.infinity-products-controls__btn {
  border: 1px solid white;
  color: #24252E;
  background-color: white; }

/* line 65, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .divider {
  background-color: white;
  color: white; }

/* line 70, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 + .layout.widget-type_widget_v4_infinity_products_button_1_8a68b0df3f3d4cd84a8646e4fee20caa .layout__content {
  background: black; }

/* line 74, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .option-list-value,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .empty-catalog-message,
.page_layout.widget-dark .layout.widget-type_widget_v4_infinity_products_button_1_8a68b0df3f3d4cd84a8646e4fee20caa .layout__content,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .option-label {
  color: white; }

/* line 81, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34.infinity-block {
  color: white; }

/* line 85, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .favorites_btn.favorites-added .icon-favorites-f:before {
  color: white; }

/* line 89, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .product-preview:hover .product-preview__area-variants,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .product-preview,
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .top-content {
  background-color: black; }

@media screen and (max-width: 767px) {
  /* line 96, theme.scss */
  .page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .product-preview__area-variants.mobile {
    background: black; } }
/* line 105, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .layout__content {
  background-color: #000 !important; }

/* line 110, theme.scss */
.page_layout.widget-dark .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .layout__content span.swatchProductColor.is-active {
  width: 25px;
  height: 25px;
  padding: 1px;
  border: 1px solid white !important; }

/* line 116, theme.scss */
.page_layout .widget-type_widget_v4_catalog_6_8830ee01ab0d79b7adc5046deae7cc34 .layout__content span.swatchProductColor.is-active {
  border: 1px solid black; }

/* line 121, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: "Montserrat", sans-serif; }

/* line 125, theme.scss */
.page_layout > header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10; }

/* line 132, theme.scss */
.layout.widget-type_two_banners {
  padding-left: 0;
  padding-right: 0; }

/* line 137, theme.scss */
header.is-fixed .header {
  background-color: #2D2D2D; }

/* line 141, theme.scss */
.co-modal-button,
.co-button {
  transition: all 300ms !important;
  border: 1px solid transparent !important; }

/* line 147, theme.scss */
.co-modal-button:hover,
.co-button:hover {
  color: var(--color-accent-text) !important;
  background-color: white  !important;
  border: 1px solid var(--color-accent-text) !important; }

/* line 154, theme.scss */
.header {
  background: transparent;
  transition: background 0.3s; }

/* line 159, theme.scss */
.header.active {
  background: white; }

/* line 163, theme.scss */
.header__dropdown-area__title.hover {
  color: black; }

/* line 175, theme.scss */
header .header__search {
  margin-bottom: -2px; }

/* line 179, theme.scss */
header.is-fixed .header__dropdown-area__title {
  color: white; }

/* line 183, theme.scss */
header.is-fixed .header-mobile-panel {
  background-color: #2D2D2D; }

/* line 188, theme.scss */
header.is-fixed .header__search .icon-times:before {
  color: white;
  font-size: 14px; }

/* line 193, theme.scss */
.burger-mobile {
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562988 1.063C0.43038 1.063 0.303203 1.01032 0.209435 0.91655C0.115667 0.822782 0.0629883 0.695605 0.0629883 0.562996C0.0629883 0.430388 0.115667 0.303211 0.209435 0.209443C0.303203 0.115675 0.43038 0.0629964 0.562988 0.0629964L17.437 0.0619965C17.5696 0.0619965 17.6968 0.114675 17.7905 0.208443C17.8843 0.302211 17.937 0.429388 17.937 0.561996C17.937 0.694605 17.8843 0.821782 17.7905 0.91555C17.6968 1.00932 17.5696 1.062 17.437 1.062L0.562988 1.063ZM0.562988 9.501C0.43038 9.501 0.303203 9.44832 0.209435 9.35455C0.115667 9.26078 0.0629883 9.13361 0.0629883 9.001C0.0629883 8.86839 0.115667 8.74121 0.209435 8.64744C0.303203 8.55367 0.43038 8.501 0.562988 8.501L17.437 8.499C17.5696 8.499 17.6968 8.55167 17.7905 8.64544C17.8843 8.73921 17.937 8.86639 17.937 8.999C17.937 9.1316 17.8843 9.25878 17.7905 9.35255C17.6968 9.44632 17.5696 9.499 17.437 9.499L0.562988 9.501ZM0.562988 17.939C0.43038 17.939 0.303203 17.8863 0.209435 17.7925C0.115667 17.6988 0.0629883 17.5716 0.0629883 17.439C0.0629883 17.3064 0.115667 17.1792 0.209435 17.0854C0.303203 16.9917 0.43038 16.939 0.562988 16.939L17.437 16.937C17.5696 16.937 17.6968 16.9897 17.7905 17.0834C17.8843 17.1772 17.937 17.3044 17.937 17.437C17.937 17.5696 17.8843 17.6968 17.7905 17.7906C17.6968 17.8843 17.5696 17.937 17.437 17.937L0.562988 17.939Z' fill='%232D2D2D'/%3E%3C/svg%3E%0A"); }

/* line 206, theme.scss */
header.is-fixed .burger-mobile {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562988 1.063C0.43038 1.063 0.303203 1.01032 0.209435 0.91655C0.115667 0.822782 0.0629883 0.695605 0.0629883 0.562996C0.0629883 0.430388 0.115667 0.303211 0.209435 0.209443C0.303203 0.115675 0.43038 0.0629964 0.562988 0.0629964L17.437 0.0619965C17.5696 0.0619965 17.6968 0.114675 17.7905 0.208443C17.8843 0.302211 17.937 0.429388 17.937 0.561996C17.937 0.694605 17.8843 0.821782 17.7905 0.91555C17.6968 1.00932 17.5696 1.062 17.437 1.062L0.562988 1.063ZM0.562988 9.501C0.43038 9.501 0.303203 9.44832 0.209435 9.35455C0.115667 9.26078 0.0629883 9.13361 0.0629883 9.001C0.0629883 8.86839 0.115667 8.74121 0.209435 8.64744C0.303203 8.55367 0.43038 8.501 0.562988 8.501L17.437 8.499C17.5696 8.499 17.6968 8.55167 17.7905 8.64544C17.8843 8.73921 17.937 8.86639 17.937 8.999C17.937 9.1316 17.8843 9.25878 17.7905 9.35255C17.6968 9.44632 17.5696 9.499 17.437 9.499L0.562988 9.501ZM0.562988 17.939C0.43038 17.939 0.303203 17.8863 0.209435 17.7925C0.115667 17.6988 0.0629883 17.5716 0.0629883 17.439C0.0629883 17.3064 0.115667 17.1792 0.209435 17.0854C0.303203 16.9917 0.43038 16.939 0.562988 16.939L17.437 16.937C17.5696 16.937 17.6968 16.9897 17.7905 17.0834C17.8843 17.1772 17.937 17.3044 17.937 17.437C17.937 17.5696 17.8843 17.6968 17.7905 17.7906C17.6968 17.8843 17.5696 17.937 17.437 17.937L0.562988 17.939Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: block; }

/* line 218, theme.scss */
.header-mobile-panel__menu-toggle.is-active .burger-mobile {
  background-size: 90% !important;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45403 20.5L3.5 19.546L11.046 12L3.5 4.45403L4.45403 3.5L12 11.046L19.546 3.5L20.5 4.45403L12.954 12L20.5 19.546L19.546 20.5L12 12.954L4.45403 20.5Z' fill='white'/%3E%3C/svg%3E%0A"); }

/* line 227, theme.scss */
header.is-fixed .header__logo {
  background-image: url("https://static.insales-cdn.com/files/1/5097/89986025/original/1Store_Name.svg"); }

/* line 239, theme.scss */
header.no-fixed .header.active .search-toggle .icon-times:before {
  color: black; }

/* line 261, theme.scss */
header.no-fixed .header.active .header__cabinet .icon {
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9ZM12 4.5C12 5.29565 11.6839 6.05871 11.1213 6.62132C10.5587 7.18393 9.79565 7.5 9 7.5C8.20435 7.5 7.44129 7.18393 6.87868 6.62132C6.31607 6.05871 6 5.29565 6 4.5C6 3.70435 6.31607 2.94129 6.87868 2.37868C7.44129 1.81607 8.20435 1.5 9 1.5C9.79565 1.5 10.5587 1.81607 11.1213 2.37868C11.6839 2.94129 12 3.70435 12 4.5ZM18 16.5C18 18 16.5 18 16.5 18H1.5C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5ZM16.5 16.494C16.4985 16.125 16.269 15.015 15.252 13.998C14.274 13.02 12.4335 12 9 12C5.5665 12 3.726 13.02 2.748 13.998C1.731 15.015 1.503 16.125 1.5 16.494H16.5Z' fill='%232D2D2D'/%3E%3C/svg%3E%0A"); }

/* line 274, theme.scss */
header.no-fixed .header.active .header__cart .icon {
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.28499 7.6008L0.351389 16.0008L1.54419 16.134L2.47779 7.7328L1.28499 7.6008ZM2.14059 18H13.8598V16.8H2.14059V18ZM15.649 16.0008L14.7154 7.6008L13.5226 7.7328L14.4562 16.134L15.649 16.0008ZM12.925 6H3.07539V7.2H12.9274L12.925 6ZM14.7154 7.6008C14.6664 7.16058 14.4568 6.75389 14.1266 6.45854C13.7965 6.1632 13.3679 5.99994 12.925 6L12.9262 7.2C13.0739 7.19999 13.2164 7.25447 13.3265 7.353C13.4365 7.45153 13.5063 7.58719 13.5226 7.734L14.7154 7.6008ZM13.8598 18C14.1129 17.9999 14.3631 17.9464 14.5942 17.843C14.8252 17.7396 15.0318 17.5886 15.2005 17.4C15.3693 17.2113 15.4963 16.9892 15.5734 16.7481C15.6504 16.507 15.677 16.2524 15.649 16.0008L14.4562 16.134C14.4657 16.2179 14.4573 16.3017 14.4316 16.3822C14.406 16.4627 14.3636 16.5369 14.3073 16.5999C14.251 16.6628 14.182 16.7132 14.1049 16.7477C14.0278 16.7822 13.9443 16.8 13.8598 16.8V18ZM0.351389 16.0008C0.323367 16.2525 0.348754 16.5072 0.425893 16.7484C0.503031 16.9895 0.630184 17.2117 0.799045 17.4004C0.967906 17.5891 1.17468 17.74 1.40584 17.8433C1.63701 17.9466 1.88738 18 2.14059 18V16.8C2.05622 16.8 1.97281 16.7822 1.89578 16.7478C1.81875 16.7134 1.74985 16.6631 1.69357 16.6003C1.63729 16.5374 1.5949 16.4634 1.56916 16.3831C1.54342 16.3027 1.53491 16.2179 1.54419 16.134L0.351389 16.0008ZM2.47779 7.7328C2.49431 7.5862 2.56426 7.45083 2.67428 7.35255C2.7843 7.25427 2.92786 7.19996 3.07539 7.2V6C2.63265 6.00023 2.20433 6.16362 1.87448 6.45894C1.54463 6.75426 1.33398 7.16078 1.28499 7.6008L2.47779 7.7328ZM5.00019 4.8V4.2H3.80019V4.8H5.00019ZM11.0002 4.2V4.8H12.2002V4.2H11.0002ZM8.00019 1.2C8.79584 1.2 9.5589 1.51607 10.1215 2.07868C10.6841 2.64129 11.0002 3.40435 11.0002 4.2H12.2002C12.2002 3.08609 11.7577 2.0178 10.97 1.23015C10.1824 0.442499 9.1141 0 8.00019 0V1.2ZM5.00019 4.2C5.00019 3.40435 5.31626 2.64129 5.87887 2.07868C6.44148 1.51607 7.20454 1.2 8.00019 1.2V0C6.88628 0 5.81799 0.442499 5.03034 1.23015C4.24269 2.0178 3.80019 3.08609 3.80019 4.2H5.00019Z' fill='%232D2D2D'/%3E%3C/svg%3E%0A"); }

/* line 286, theme.scss */
header.no-fixed .header.active .icon-search:before {
  content: '\ea47';
  color: #2D2D2D; }

/* line 291, theme.scss */
header.no-fixed .header.active .header__favorite svg,
header.no-fixed .header.active .header__cart svg,
header.no-fixed .header.active .header__cabinet svg {
  display: none !important; }

/* line 299, theme.scss */
header.no-fixed .header.active .header__favorite .icon {
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2852 8.645C16.9922 7.92679 17.385 6.95712 17.3772 5.9493C17.3693 4.94148 16.9614 3.97807 16.2432 3.271C15.8876 2.92089 15.4665 2.64426 15.0039 2.4569C14.5414 2.26953 14.0465 2.17511 13.5475 2.17901C12.5397 2.18688 11.5762 2.59479 10.8692 3.313C10.6772 3.505 10.4332 3.74067 10.1372 4.02L9.31418 4.795L8.49118 4.02C8.19451 3.74 7.95018 3.50433 7.75818 3.313C7.04554 2.60036 6.079 2.20001 5.07118 2.20001C4.06336 2.20001 3.09682 2.60036 2.38418 3.313C0.916177 4.782 0.899177 7.157 2.33018 8.633L9.31418 15.617L16.2852 8.645ZM1.53518 2.465C1.99949 2.00057 2.55074 1.63215 3.15746 1.3808C3.76417 1.12944 4.41446 1.00007 5.07118 1.00007C5.7279 1.00007 6.37819 1.12944 6.9849 1.3808C7.59161 1.63215 8.14287 2.00057 8.60718 2.465C8.78918 2.64767 9.02484 2.875 9.31418 3.147C9.60218 2.875 9.83784 2.64733 10.0212 2.464C10.9517 1.51917 12.2194 0.982674 13.5455 0.972547C14.8716 0.96242 16.1473 1.47949 17.0922 2.41C18.037 3.34051 18.5735 4.60825 18.5836 5.93432C18.5938 7.26039 18.0767 8.53617 17.1462 9.481L10.0212 16.607C9.83365 16.7945 9.57934 16.8998 9.31418 16.8998C9.04901 16.8998 8.79471 16.7945 8.60718 16.607L1.48018 9.48C0.566218 8.5374 0.0596873 7.27313 0.069978 5.96023C0.0802687 4.64733 0.606554 3.39116 1.53518 2.463V2.465Z' fill='%232D2D2D'/%3E%3C/svg%3E%0A"); }

/* line 312, theme.scss */
header.no-fixed .header.active .header__logo img {
  display: none; }

/* line 316, theme.scss */
header.no-fixed .header.active .header__logo {
  width: 130px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='125' height='10' viewBox='0 0 125 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.044 9.644C2.476 9.644 1.952 9.54 1.472 9.332C1 9.116 0.612 8.812 0.308 8.42L1.388 7.124C1.62 7.428 1.864 7.66 2.12 7.82C2.376 7.972 2.652 8.048 2.948 8.048C3.74 8.048 4.136 7.584 4.136 6.656V2.66H1.184V1.1H6.068V6.548C6.068 7.588 5.812 8.364 5.3 8.876C4.788 9.388 4.036 9.644 3.044 9.644ZM6.70841 9.5L10.4524 1.1H12.3724L16.1284 9.5H14.0884L11.0164 2.084H11.7844L8.70041 9.5H6.70841ZM8.58041 7.7L9.09641 6.224H13.4164L13.9444 7.7H8.58041ZM19.7599 9.644C19.0879 9.644 18.4439 9.556 17.8279 9.38C17.2119 9.196 16.7159 8.96 16.3399 8.672L16.9999 7.208C17.3599 7.464 17.7839 7.676 18.2719 7.844C18.7679 8.004 19.2679 8.084 19.7719 8.084C20.1559 8.084 20.4639 8.048 20.6959 7.976C20.9359 7.896 21.1119 7.788 21.2239 7.652C21.3359 7.516 21.3919 7.36 21.3919 7.184C21.3919 6.96 21.3039 6.784 21.1279 6.656C20.9519 6.52 20.7199 6.412 20.4319 6.332C20.1439 6.244 19.8239 6.164 19.4719 6.092C19.1279 6.012 18.7799 5.916 18.4279 5.804C18.0839 5.692 17.7679 5.548 17.4799 5.372C17.1919 5.196 16.9559 4.964 16.7719 4.676C16.5959 4.388 16.5079 4.02 16.5079 3.572C16.5079 3.092 16.6359 2.656 16.8919 2.264C17.1559 1.864 17.5479 1.548 18.0679 1.316C18.5959 1.076 19.2559 0.956 20.0479 0.956C20.5759 0.956 21.0959 1.02 21.6079 1.148C22.1199 1.268 22.5719 1.452 22.9639 1.7L22.3639 3.176C21.9719 2.952 21.5799 2.788 21.1879 2.684C20.7959 2.572 20.4119 2.516 20.0359 2.516C19.6599 2.516 19.3519 2.56 19.1119 2.648C18.8719 2.736 18.6999 2.852 18.5959 2.996C18.4919 3.132 18.4399 3.292 18.4399 3.476C18.4399 3.692 18.5279 3.868 18.7039 4.004C18.8799 4.132 19.1119 4.236 19.3999 4.316C19.6879 4.396 20.0039 4.476 20.3479 4.556C20.6999 4.636 21.0479 4.728 21.3919 4.832C21.7439 4.936 22.0639 5.076 22.3519 5.252C22.6399 5.428 22.8719 5.66 23.0479 5.948C23.2319 6.236 23.3239 6.6 23.3239 7.04C23.3239 7.512 23.1919 7.944 22.9279 8.336C22.6639 8.728 22.2679 9.044 21.7399 9.284C21.2199 9.524 20.5599 9.644 19.7599 9.644ZM32.0707 9.644C31.4227 9.644 30.8187 9.54 30.2587 9.332C29.7067 9.116 29.2267 8.812 28.8187 8.42C28.4107 8.028 28.0907 7.568 27.8587 7.04C27.6347 6.512 27.5227 5.932 27.5227 5.3C27.5227 4.668 27.6347 4.088 27.8587 3.56C28.0907 3.032 28.4107 2.572 28.8187 2.18C29.2347 1.788 29.7187 1.488 30.2707 1.28C30.8227 1.064 31.4267 0.956 32.0827 0.956C32.8107 0.956 33.4667 1.084 34.0507 1.34C34.6427 1.588 35.1387 1.956 35.5387 2.444L34.2907 3.596C34.0027 3.268 33.6827 3.024 33.3307 2.864C32.9787 2.696 32.5947 2.612 32.1787 2.612C31.7867 2.612 31.4267 2.676 31.0987 2.804C30.7707 2.932 30.4867 3.116 30.2467 3.356C30.0067 3.596 29.8187 3.88 29.6827 4.208C29.5547 4.536 29.4907 4.9 29.4907 5.3C29.4907 5.7 29.5547 6.064 29.6827 6.392C29.8187 6.72 30.0067 7.004 30.2467 7.244C30.4867 7.484 30.7707 7.668 31.0987 7.796C31.4267 7.924 31.7867 7.988 32.1787 7.988C32.5947 7.988 32.9787 7.908 33.3307 7.748C33.6827 7.58 34.0027 7.328 34.2907 6.992L35.5387 8.144C35.1387 8.632 34.6427 9.004 34.0507 9.26C33.4667 9.516 32.8067 9.644 32.0707 9.644ZM40.7557 9.644C40.0917 9.644 39.4757 9.536 38.9077 9.32C38.3477 9.104 37.8597 8.8 37.4437 8.408C37.0357 8.016 36.7157 7.556 36.4837 7.028C36.2597 6.5 36.1477 5.924 36.1477 5.3C36.1477 4.676 36.2597 4.1 36.4837 3.572C36.7157 3.044 37.0397 2.584 37.4557 2.192C37.8717 1.8 38.3597 1.496 38.9197 1.28C39.4797 1.064 40.0877 0.956 40.7437 0.956C41.4077 0.956 42.0157 1.064 42.5677 1.28C43.1277 1.496 43.6117 1.8 44.0197 2.192C44.4357 2.584 44.7597 3.044 44.9917 3.572C45.2237 4.092 45.3397 4.668 45.3397 5.3C45.3397 5.924 45.2237 6.504 44.9917 7.04C44.7597 7.568 44.4357 8.028 44.0197 8.42C43.6117 8.804 43.1277 9.104 42.5677 9.32C42.0157 9.536 41.4117 9.644 40.7557 9.644ZM40.7437 7.988C41.1197 7.988 41.4637 7.924 41.7757 7.796C42.0957 7.668 42.3757 7.484 42.6157 7.244C42.8557 7.004 43.0397 6.72 43.1677 6.392C43.3037 6.064 43.3717 5.7 43.3717 5.3C43.3717 4.9 43.3037 4.536 43.1677 4.208C43.0397 3.88 42.8557 3.596 42.6157 3.356C42.3837 3.116 42.1077 2.932 41.7877 2.804C41.4677 2.676 41.1197 2.612 40.7437 2.612C40.3677 2.612 40.0197 2.676 39.6997 2.804C39.3877 2.932 39.1117 3.116 38.8717 3.356C38.6317 3.596 38.4437 3.88 38.3077 4.208C38.1797 4.536 38.1157 4.9 38.1157 5.3C38.1157 5.692 38.1797 6.056 38.3077 6.392C38.4437 6.72 38.6277 7.004 38.8597 7.244C39.0997 7.484 39.3797 7.668 39.6997 7.796C40.0197 7.924 40.3677 7.988 40.7437 7.988ZM46.8007 9.5V1.1H48.4087L53.3647 7.148H52.5847V1.1H54.5047V9.5H52.9087L47.9407 3.452H48.7207V9.5H46.8007ZM60.5121 9.644C59.8641 9.644 59.2601 9.54 58.7001 9.332C58.1481 9.116 57.6681 8.812 57.2601 8.42C56.8521 8.028 56.5321 7.568 56.3001 7.04C56.0761 6.512 55.9641 5.932 55.9641 5.3C55.9641 4.668 56.0761 4.088 56.3001 3.56C56.5321 3.032 56.8521 2.572 57.2601 2.18C57.6761 1.788 58.1601 1.488 58.7121 1.28C59.2641 1.064 59.8681 0.956 60.5241 0.956C61.2521 0.956 61.9081 1.084 62.4921 1.34C63.0841 1.588 63.5801 1.956 63.9801 2.444L62.7321 3.596C62.4441 3.268 62.1241 3.024 61.7721 2.864C61.4201 2.696 61.0361 2.612 60.6201 2.612C60.2281 2.612 59.8681 2.676 59.5401 2.804C59.2121 2.932 58.9281 3.116 58.6881 3.356C58.4481 3.596 58.2601 3.88 58.1241 4.208C57.9961 4.536 57.9321 4.9 57.9321 5.3C57.9321 5.7 57.9961 6.064 58.1241 6.392C58.2601 6.72 58.4481 7.004 58.6881 7.244C58.9281 7.484 59.2121 7.668 59.5401 7.796C59.8681 7.924 60.2281 7.988 60.6201 7.988C61.0361 7.988 61.4201 7.908 61.7721 7.748C62.1241 7.58 62.4441 7.328 62.7321 6.992L63.9801 8.144C63.5801 8.632 63.0841 9.004 62.4921 9.26C61.9081 9.516 61.2481 9.644 60.5121 9.644ZM67.0809 4.484H71.1249V5.996H67.0809V4.484ZM67.2249 7.94H71.7969V9.5H65.2929V1.1H71.6409V2.66H67.2249V7.94ZM75.0837 9.5V2.684H72.3957V1.1H79.7157V2.684H77.0277V9.5H75.0837ZM86.9201 9.644C86.2481 9.644 85.6041 9.556 84.9881 9.38C84.3721 9.196 83.8761 8.96 83.5001 8.672L84.1601 7.208C84.5201 7.464 84.9441 7.676 85.4321 7.844C85.9281 8.004 86.4281 8.084 86.9321 8.084C87.3161 8.084 87.6241 8.048 87.8561 7.976C88.0961 7.896 88.2721 7.788 88.3841 7.652C88.4961 7.516 88.5521 7.36 88.5521 7.184C88.5521 6.96 88.4641 6.784 88.2881 6.656C88.1121 6.52 87.8801 6.412 87.5921 6.332C87.3041 6.244 86.9841 6.164 86.6321 6.092C86.2881 6.012 85.9401 5.916 85.5881 5.804C85.2441 5.692 84.9281 5.548 84.6401 5.372C84.3521 5.196 84.1161 4.964 83.9321 4.676C83.7561 4.388 83.6681 4.02 83.6681 3.572C83.6681 3.092 83.7961 2.656 84.0521 2.264C84.3161 1.864 84.7081 1.548 85.2281 1.316C85.7561 1.076 86.4161 0.956 87.2081 0.956C87.7361 0.956 88.2561 1.02 88.7681 1.148C89.2801 1.268 89.7321 1.452 90.1241 1.7L89.5241 3.176C89.1321 2.952 88.7401 2.788 88.3481 2.684C87.9561 2.572 87.5721 2.516 87.1961 2.516C86.8201 2.516 86.5121 2.56 86.2721 2.648C86.0321 2.736 85.8601 2.852 85.7561 2.996C85.6521 3.132 85.6001 3.292 85.6001 3.476C85.6001 3.692 85.6881 3.868 85.8641 4.004C86.0401 4.132 86.2721 4.236 86.5601 4.316C86.8481 4.396 87.1641 4.476 87.5081 4.556C87.8601 4.636 88.2081 4.728 88.5521 4.832C88.9041 4.936 89.2241 5.076 89.5121 5.252C89.8001 5.428 90.0321 5.66 90.2081 5.948C90.3921 6.236 90.4841 6.6 90.4841 7.04C90.4841 7.512 90.3521 7.944 90.0881 8.336C89.8241 8.728 89.4281 9.044 88.9001 9.284C88.3801 9.524 87.7201 9.644 86.9201 9.644ZM93.4352 9.5V2.684H90.7472V1.1H98.0672V2.684H95.3792V9.5H93.4352ZM103.076 9.644C102.412 9.644 101.796 9.536 101.228 9.32C100.668 9.104 100.18 8.8 99.764 8.408C99.356 8.016 99.036 7.556 98.804 7.028C98.58 6.5 98.468 5.924 98.468 5.3C98.468 4.676 98.58 4.1 98.804 3.572C99.036 3.044 99.36 2.584 99.776 2.192C100.192 1.8 100.68 1.496 101.24 1.28C101.8 1.064 102.408 0.956 103.064 0.956C103.728 0.956 104.336 1.064 104.888 1.28C105.448 1.496 105.932 1.8 106.34 2.192C106.756 2.584 107.08 3.044 107.312 3.572C107.544 4.092 107.66 4.668 107.66 5.3C107.66 5.924 107.544 6.504 107.312 7.04C107.08 7.568 106.756 8.028 106.34 8.42C105.932 8.804 105.448 9.104 104.888 9.32C104.336 9.536 103.732 9.644 103.076 9.644ZM103.064 7.988C103.44 7.988 103.784 7.924 104.096 7.796C104.416 7.668 104.696 7.484 104.936 7.244C105.176 7.004 105.36 6.72 105.488 6.392C105.624 6.064 105.692 5.7 105.692 5.3C105.692 4.9 105.624 4.536 105.488 4.208C105.36 3.88 105.176 3.596 104.936 3.356C104.704 3.116 104.428 2.932 104.108 2.804C103.788 2.676 103.44 2.612 103.064 2.612C102.688 2.612 102.34 2.676 102.02 2.804C101.708 2.932 101.432 3.116 101.192 3.356C100.952 3.596 100.764 3.88 100.628 4.208C100.5 4.536 100.436 4.9 100.436 5.3C100.436 5.692 100.5 6.056 100.628 6.392C100.764 6.72 100.948 7.004 101.18 7.244C101.42 7.484 101.7 7.668 102.02 7.796C102.34 7.924 102.688 7.988 103.064 7.988ZM109.121 9.5V1.1H112.757C113.509 1.1 114.157 1.224 114.701 1.472C115.245 1.712 115.665 2.06 115.961 2.516C116.257 2.972 116.405 3.516 116.405 4.148C116.405 4.772 116.257 5.312 115.961 5.768C115.665 6.216 115.245 6.56 114.701 6.8C114.157 7.04 113.509 7.16 112.757 7.16H110.201L111.065 6.308V9.5H109.121ZM114.461 9.5L112.361 6.452H114.437L116.561 9.5H114.461ZM111.065 6.524L110.201 5.612H112.649C113.249 5.612 113.697 5.484 113.993 5.228C114.289 4.964 114.437 4.604 114.437 4.148C114.437 3.684 114.289 3.324 113.993 3.068C113.697 2.812 113.249 2.684 112.649 2.684H110.201L111.065 1.76V6.524ZM119.733 4.484H123.777V5.996H119.733V4.484ZM119.877 7.94H124.449V9.5H117.945V1.1H124.293V2.66H119.877V7.94Z' fill='%232D2D2D'/%3E%3C/svg%3E%0A"); }

/* line 335, theme.scss */
button.co-modal-button.co-button.js-modal-submit--login {
  font-size: 14px;
  font-weight: 500;
  padding: 13px;
  font-family: "Nunito", sans-serif; }

/* line 342, theme.scss */
button.co-button,
.co-button--checkout#create_order {
  font-family: "Nunito", sans-serif; }

/* line 346, theme.scss */
.co-checkout-title, .co-title--h1 {
  font-size: calc(var(--font-size) * var(--heading-ratio, 2));
  font-weight: var(--heading-weight, 700);
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  /* line 356, theme.scss */
  body.settings_loaded {
    padding-bottom: 0; }

  /* line 360, theme.scss */
  header.is-fixed .header-mobile-panel__show-search .icon-search:before {
    display: none; }

  /* line 366, theme.scss */
  header .cart-mobile {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.04641 10.1344L1.80161 21.3344L3.39201 21.512L4.63681 10.3104L3.04641 10.1344ZM4.18721 24H19.8128V22.4H4.18721V24ZM22.1984 21.3344L20.9536 10.1344L19.3632 10.3104L20.608 21.512L22.1984 21.3344ZM18.5664 8H5.43361V9.6H18.5696L18.5664 8ZM20.9536 10.1344C20.8882 9.54744 20.6088 9.00518 20.1686 8.61139C19.7285 8.2176 19.157 7.99992 18.5664 8L18.568 9.6C18.765 9.59999 18.955 9.67262 19.1017 9.804C19.2484 9.93537 19.3415 10.1163 19.3632 10.312L20.9536 10.1344ZM19.8128 24C20.1503 23.9998 20.4839 23.9285 20.792 23.7906C21.1 23.6528 21.3755 23.4515 21.6005 23.1999C21.8254 22.9484 21.9948 22.6522 22.0976 22.3308C22.2003 22.0093 22.2358 21.6698 22.1984 21.3344L20.608 21.512C20.6206 21.6239 20.6095 21.7357 20.5753 21.843C20.541 21.9503 20.4846 22.0492 20.4095 22.1332C20.3344 22.2171 20.2425 22.2843 20.1396 22.3303C20.0368 22.3763 19.9254 22.4 19.8128 22.4V24ZM1.80161 21.3344C1.76425 21.6699 1.79809 22.0096 1.90095 22.3311C2.0038 22.6527 2.17333 22.949 2.39848 23.2005C2.62363 23.4521 2.89932 23.6533 3.20755 23.7911C3.51577 23.9289 3.8496 24 4.18721 24V22.4C4.07472 22.4 3.9635 22.3763 3.8608 22.3304C3.75809 22.2845 3.66623 22.2175 3.59118 22.1337C3.51614 22.0499 3.45962 21.9512 3.4253 21.8441C3.39098 21.737 3.37963 21.6238 3.39201 21.512L1.80161 21.3344ZM4.63681 10.3104C4.65884 10.1149 4.75211 9.93444 4.89879 9.8034C5.04548 9.67235 5.23691 9.59994 5.43361 9.6V8C4.84329 8.00031 4.2722 8.21817 3.8324 8.61192C3.39259 9.00568 3.11174 9.54771 3.04641 10.1344L4.63681 10.3104ZM8.00001 6.4V5.6H6.40001V6.4H8.00001ZM16 5.6V6.4H17.6V5.6H16ZM12 1.6C13.0609 1.6 14.0783 2.02143 14.8284 2.77157C15.5786 3.52172 16 4.53913 16 5.6H17.6C17.6 4.11479 17.01 2.69041 15.9598 1.6402C14.9096 0.589998 13.4852 0 12 0V1.6ZM8.00001 5.6C8.00001 4.53913 8.42143 3.52172 9.17158 2.77157C9.92173 2.02143 10.9391 1.6 12 1.6V0C10.5148 0 9.09041 0.589998 8.04021 1.6402C6.99001 2.69041 6.40001 4.11479 6.40001 5.6H8.00001Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 24px !important;
    height: 24px !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    position: relative;
    display: block; }

  /* line 379, theme.scss */
  header.is-fixed .search-mobile,
  header .search-mobile {
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 19L14.657 14.657M14.657 14.657C15.3998 13.9141 15.9891 13.0322 16.3912 12.0615C16.7932 11.0909 17.0002 10.0506 17.0002 9C17.0002 7.9494 16.7932 6.90908 16.3912 5.93845C15.9891 4.96782 15.3998 4.08589 14.657 3.343C13.9141 2.60011 13.0321 2.01082 12.0615 1.60877C11.0909 1.20673 10.0506 0.999794 8.99996 0.999794C7.94936 0.999794 6.90905 1.20673 5.93842 1.60877C4.96779 2.01082 4.08585 2.60011 3.34296 3.343C1.84263 4.84333 0.999756 6.87821 0.999756 9C0.999756 11.1218 1.84263 13.1567 3.34296 14.657C4.84329 16.1573 6.87818 17.0002 8.99996 17.0002C11.1217 17.0002 13.1566 16.1573 14.657 14.657Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

  /* line 392, theme.scss */
  .icon-search.search-mobile:before {
    display: none; }

  /* line 402, theme.scss */
  header .logo-mobile {
    width: 130px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: block;
    background-image: url("https://static.insales-cdn.com/files/1/5097/89986025/original/1Store_Name.svg"); }

  /* line 416, theme.scss */
  .burger-mobile {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562988 1.063C0.43038 1.063 0.303203 1.01032 0.209435 0.91655C0.115667 0.822782 0.0629883 0.695605 0.0629883 0.562996C0.0629883 0.430388 0.115667 0.303211 0.209435 0.209443C0.303203 0.115675 0.43038 0.0629964 0.562988 0.0629964L17.437 0.0619965C17.5696 0.0619965 17.6968 0.114675 17.7905 0.208443C17.8843 0.302211 17.937 0.429388 17.937 0.561996C17.937 0.694605 17.8843 0.821782 17.7905 0.91555C17.6968 1.00932 17.5696 1.062 17.437 1.062L0.562988 1.063ZM0.562988 9.501C0.43038 9.501 0.303203 9.44832 0.209435 9.35455C0.115667 9.26078 0.0629883 9.13361 0.0629883 9.001C0.0629883 8.86839 0.115667 8.74121 0.209435 8.64744C0.303203 8.55367 0.43038 8.501 0.562988 8.501L17.437 8.499C17.5696 8.499 17.6968 8.55167 17.7905 8.64544C17.8843 8.73921 17.937 8.86639 17.937 8.999C17.937 9.1316 17.8843 9.25878 17.7905 9.35255C17.6968 9.44632 17.5696 9.499 17.437 9.499L0.562988 9.501ZM0.562988 17.939C0.43038 17.939 0.303203 17.8863 0.209435 17.7925C0.115667 17.6988 0.0629883 17.5716 0.0629883 17.439C0.0629883 17.3064 0.115667 17.1792 0.209435 17.0854C0.303203 16.9917 0.43038 16.939 0.562988 16.939L17.437 16.937C17.5696 16.937 17.6968 16.9897 17.7905 17.0834C17.8843 17.1772 17.937 17.3044 17.937 17.437C17.937 17.5696 17.8843 17.6968 17.7905 17.7906C17.6968 17.8843 17.5696 17.937 17.437 17.937L0.562988 17.939Z' fill='white'/%3E%3C/svg%3E%0A"); } }
