/* 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, #171717);
  --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, #2e2e2e);
  --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, #454545);
  --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, #8b8b8b);
  --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, #171717);
  --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, #2e2e2e);
  --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, #454545);
  --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, #8b8b8b);
  --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, 6px);
  --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, Inter);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Inter);
  --heading-ratio: var(--draft-heading-ratio, 2.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --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, 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);
  --compare_enabled: var(--draft-compare_enabled, true);
  --sticker-in-stock-bg-color: var(--draft-sticker-in-stock-bg-color, #1767E0);
  --sticker-in-stock-bg-color-is-dark: var(--draft-sticker-in-stock-bg-color-is-dark, true);
  --sticker-in-stock-bg-color-minor-shade: var(--draft-sticker-in-stock-bg-color-minor-shade, #2774e8);
  --sticker-in-stock-bg-color-minor-shade-is-dark: var(--draft-sticker-in-stock-bg-color-minor-shade-is-dark, true);
  --sticker-in-stock-bg-color-major-shade: var(--draft-sticker-in-stock-bg-color-major-shade, #3f84eb);
  --sticker-in-stock-bg-color-major-shade-is-dark: var(--draft-sticker-in-stock-bg-color-major-shade-is-dark, true);
  --sticker-in-stock-bg-color-half-shade: var(--draft-sticker-in-stock-bg-color-half-shade, #87b2f2);
  --sticker-in-stock-bg-color-half-shade-is-dark: var(--draft-sticker-in-stock-bg-color-half-shade-is-dark, true); }

/* line 1, custom.scss */
button.insales_widget-open_modal {
  cursor: pointer; }

/* line 5, theme.scss */
.digi-dolyame-modal {
  max-width: 100vw !important; }

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

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

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

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

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

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

  /* line 30, theme.scss */
  .doonAJ {
    bottom: 65px;
    right: 15px; } }
/* line 35, theme.scss */
.widget-type_widget_v4_product_8_710a96f84d66bc5719db5431ce541f67 .btn-trigger {
  color: #3598db; }

/* line 39, theme.scss */
.widget-type_widget_v4_special_products_tabs_4_4c51ba70eac8ee4a05d0b3c7d5cf2013
form .img-ratio.img-fit {
  border-radius: 6px; }

/* line 44, theme.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.29);
  -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.29);
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.29); }
  @media (min-width: 768px) {
    /* line 44, theme.scss */
    header {
      z-index: calc(var(--zindex-sticky) + 1) !important; } }
  @media (max-width: 767px) {
    /* line 44, theme.scss */
    header {
      transition: 0.3s; } }

/* line 62, theme.scss */
body {
  padding-top: 157px; }
  @media (min-width: 1280px) {
    /* line 62, theme.scss */
    body {
      padding-top: 180px; } }
  @media (max-width: 767px) {
    /* line 62, theme.scss */
    body {
      padding-top: 95px; } }

@media (min-width: 768px) {
  /* line 74, theme.scss */
  aside {
    flex-direction: unset !important;
    display: block !important; } }

@media (min-width: 768px) {
  /* line 82, theme.scss */
  section[data-sidebar] {
    top: calc(var(--sticky-sidebar-offset, 10px) + var(--fixed-panels-top-offset) + 157px) !important;
    bottom: unset !important; } }
@media (min-width: 1280px) {
  /* line 82, theme.scss */
  section[data-sidebar] {
    top: calc(var(--sticky-sidebar-offset, 10px) + var(--fixed-panels-top-offset) + 180px) !important;
    bottom: unset !important; } }

/* line 96, theme.scss */
.sticker-hanger,
.sticker-info-fast-delivery,
.sticker-info-express-delivery,
.sticker-cert {
  display: none !important; }

/* line 102, theme.scss */
.sticker-icon-hanger {
  background-color: unset !important;
  border-radius: unset !important;
  padding: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  z-index: 5; }

/* line 111, theme.scss */
.sticker-icon-hanger img {
  position: relative !important; }

/* line 114, theme.scss */
.icon-hanger {
  width: 30px;
  height: auto;
  margin-left: 5px;
  margin-right: 4px; }

/* line 123, theme.scss */
.sticker-icon-hanger-inner {
  position: relative;
  display: inline-block;
  z-index: 6; }

/* line 128, theme.scss */
.hanger-tooltip {
  position: absolute;
  top: calc(100% + 9px);
  left: -25px;
  transform: translate(-50%, 0%) !important;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center;
  z-index: 7; }

/* line 142, theme.scss */
.sticker-icon-hanger:hover .hanger-tooltip {
  visibility: visible;
  opacity: 1; }

/* line 147, theme.scss */
.hanger-tooltip-inner {
  position: relative;
  padding: 5px; }

/* line 151, theme.scss */
.hanger-arrow-up {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0%) !important;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

/* line 163, theme.scss */
.sticker-in-stock._hide {
  display: none !important; }

/*

.option-instock,  
.option-instock-card {
	background-color: #1767E0 !important;
	border-color: #1767E0 !important;
	color: #fff !important;
}
.option-instock-card {
	border-radius: 8px !important;	
}

.option-instock:hover {
	background-color: #000 !important;
}


.example-instock {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
} 
.example-instock-span {
	width: 35px;
	height: 20px;
	border-radius: 5px;
	background-color: #1767E0;
}
.example-instock-title {
	font-size: 15px;
	margin-left: 10px;
}

*/
/* line 203, theme.scss */
.example-instock {
  display: none !important; }

/* line 208, theme.scss */
.cart__area-coupon .coupon-header {
  color: #b79100 !important;
  text-decoration: underline; }

/* line 212, theme.scss */
#delivery_variants > div.co-tabs-content.co-tabs-content--active > label:nth-child(1) > span.co-toggable_field-information.co-delivery_method-information > span:nth-child(7) > a {
  color: #3598db !important; }

/* line 216, theme.scss */
.default-logo__text span {
  font-weight: 700;
  justify-content: left !important; }

/* line 221, theme.scss */
.widget-type_widget_v4_catalog_4_8276870c53616624d7a9563b2414e1df .digi-dolyame-label--container {
  grid-area: dolyame-card; }

/* line 224, theme.scss */
.widget-type_widget_v4_catalog_4_8276870c53616624d7a9563b2414e1df .product-preview__content {
  grid-template-areas: "photo ." "title ." "dolyame-card ." "description ." "bottom bottom" "bnpl bnpl"; }

/* line 233, theme.scss */
.digi-dolyame-label--mobile .digi-dolyame-label__text {
  font-family: 'PT Root UI', sans-serif; }

@media (max-width: 768px) {
  /* line 238, theme.scss */
  .default-logo__text span {
    justify-content: center !important; } }
@media (max-width: 480px) {
  /* line 243, theme.scss */
  .filter.ajax-filter-is-init.is-show-mobile .dialogs__widget_btn.sc-htoDjs.korrYb {
    display: none !important; } }
/* search */
/* line 252, theme.scss */
.autocomplete-suggestions {
  background-color: white;
  border-radius: 4px;
  overflow-y: auto !important;
  scrollbar-width: thin; }
  @media (max-width: 767px) {
    /* line 252, theme.scss */
    .autocomplete-suggestions {
      max-height: 450px !important; } }
  @media (min-width: 800px) {
    /* line 252, theme.scss */
    .autocomplete-suggestions {
      max-height: 600px !important;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      column-gap: 20px;
      row-gap: 20px;
      padding: 20px; } }
  /* line 274, theme.scss */
  .autocomplete-suggestions::-webkit-scrollbar {
    width: 10px;
    background-color: var(--bg-minor-shade);
    border: 2px solid var(--bg); }
  /* line 280, theme.scss */
  .autocomplete-suggestions::-webkit-scrollbar-thumb {
    background-color: var(--bg-half-shade);
    border: 2px solid var(--bg); }
  /* line 287, theme.scss */
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px; }
    /* line 290, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-link {
      /*
      display:flex;
      align-items:center;
      justify-content:space-between;
      */ }
    /* line 297, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-thumb {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    /* line 302, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-thumb-inner {
      min-width: 60px;
      width: 60px;
      height: 60px;
      overflow: hidden; }
    /* line 308, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
    /* line 316, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-title {
      color: #000;
      font-size: 12px;
      text-align: right !important;
      width: 100%;
      margin-top: 5px; }
    /* line 323, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-price {
      font-size: 15px;
      color: #000;
      text-align: right !important;
      padding-top: 5px; }
    /* line 330, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion .highlight-sug {
      font-weight: 600 !important; }
  /* line 335, theme.scss */
  .autocomplete-suggestions .show-all-s-results {
    width: calc(100% - 10px) !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 15px; }
    @media (min-width: 768px) {
      /* line 335, theme.scss */
      .autocomplete-suggestions .show-all-s-results {
        margin-top: 25px;
        grid-column: 1 / 4 !important; } }

/* line 349, theme.scss */
.shown {
  display: block !important;
  width: 100% !important; }

/* line 353, theme.scss */
.product__title.heading {
  font-size: 35px; }

/* line 357, theme.scss */
.label-properties h2 {
  font-size: 26px; }

/* line 360, theme.scss */
.brands__title.heading h2 {
  font-size: 26px; }

/* line 363, theme.scss */
.feedback__title.heading h2 {
  font-size: 26px; }

/* line 366, theme.scss */
.h2.special-products__title.heading {
  font-size: 26px; }

@media (max-width: 420px) {
  /* line 370, theme.scss */
  .label-properties h2 {
    font-size: 18px; }

  /* line 373, theme.scss */
  .brands__title.heading h2 {
    font-size: 18px; }

  /* line 376, theme.scss */
  .feedback__title.heading h2 {
    font-size: 18px; }

  /* line 379, theme.scss */
  .h2.special-products__title.heading {
    font-size: 18px; } }
/* line 383, theme.scss */
.widget-type_widget_v4_sidebar_filter_2_11ea98c0ce1cd895873ddfe95f534377 .filter-option__btn, .widget-type_widget_v4_sidebar_filter_2_11ea98c0ce1cd895873ddfe95f534377 .search-input {
  border: var(--controls-border-width) solid var(--color-form-controls-border-color) !important; }

@media (min-width: 768px) {
  /* line 392, theme.scss */
  h1 {
    font-size: 32px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important; }

  /* line 397, theme.scss */
  h2 {
    font-size: 28px !important;
    font-weight: bold !important;
    margin-bottom: 18px !important; }

  /* line 402, theme.scss */
  h3 {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 16px !important; }

  /* line 407, theme.scss */
  h4 {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 14px !important; }

  /* line 412, theme.scss */
  h5 {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 12px !important; }

  /* line 417, theme.scss */
  h6 {
    font-size: 12px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important; } }
@media (max-width: 767px) {
  /* line 429, theme.scss */
  h1 {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important; }

  /* line 434, theme.scss */
  h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 18px !important; }

  /* line 439, theme.scss */
  h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 16px !important; }

  /* line 444, theme.scss */
  h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 14px !important; }

  /* line 449, theme.scss */
  h5 {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 12px !important; }

  /* line 454, theme.scss */
  h6 {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important; } }
