/* 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, #560F00);
  --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, #811600);
  --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, #ab1d00);
  --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, #ff4f2b);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #ededed);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, 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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #F5F1E6);
  --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, #f5f0e5);
  --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, #f4f0e4);
  --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, #f0ead9);
  --color-text-light-half-shade-is-light: var(--draft-color-text-light-half-shade-is-light, true);
  --icons_pack: var(--draft-icons_pack, thin);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning: var(--draft-color-notice-warning, #F0EFEC);
  --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, #efeeea);
  --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, #eeedea);
  --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, #e7e6e1);
  --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, #A47C66);
  --color-notice-success-is-dark: var(--draft-color-notice-success-is-dark, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #ac8975);
  --color-notice-success-minor-shade-is-dark: var(--draft-color-notice-success-minor-shade-is-dark, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #b69685);
  --color-notice-success-major-shade-is-dark: var(--draft-color-notice-success-major-shade-is-dark, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #d1bdb3);
  --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, #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, #A47C66);
  --color-notice-info-is-dark: var(--draft-color-notice-info-is-dark, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #ac8975);
  --color-notice-info-minor-shade-is-dark: var(--draft-color-notice-info-minor-shade-is-dark, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #b69685);
  --color-notice-info-major-shade-is-dark: var(--draft-color-notice-info-major-shade-is-dark, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #d1bdb3);
  --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, 12px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 300);
  --collection_count: var(--draft-collection_count, 15);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1500px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

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

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

/* line 14, theme.scss */
.layer {
  transition-property: opacity;
  transition-duration: .25s,0s;
  transition-delay: 0s,.25s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 901;
  background: var(--layer-bg); }

/* line 28, theme.scss */
header {
  position: fixed;
  left: 0;
  top: -2px;
  width: 100%;
  height: 115px;
  border-bottom: 2px solid var(--bg-minor-shade);
  background-color: #fff;
  z-index: 10000; }
  @media screen and (max-width: 468px) {
    /* line 28, theme.scss */
    header {
      height: 100px; } }

/* line 41, theme.scss */
main {
  padding-top: 115px; }
  @media screen and (max-width: 468px) {
    /* line 41, theme.scss */
    main {
      padding-top: 100px; } }

@media screen and (max-width: 767px) {
  /* line 48, theme.scss */
  .page_layout_normal_left main {
    padding-top: 0; } }

/* line 55, theme.scss */
aside {
  padding-top: 115px; }
  @media screen and (max-width: 767px) {
    /* line 55, theme.scss */
    aside {
      padding-top: 65px; } }

/* line 61, theme.scss */
.page_section_top {
  padding-top: 115px; }
  /* line 63, theme.scss */
  .page_section_top + main, .page_section_top + main + aside {
    padding-top: 0; }

/* line 67, theme.scss */
.ajax-products-list-item-option-list-values-colors {
  display: none !important; }

/* line 70, theme.scss */
.hidden {
  display: none; }

@media screen and (max-width: 767px) {
  /* line 78, theme.scss */
  .hidden-mobile {
    display: none !important; } }

/*! 
------------------------------------------
POPUPS
------------------------------------------
*/
/*! default popups */
/* line 89, theme.scss */
.popup {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .4s ease-in-out;
  visibility: hidden;
  z-index: 991;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none !important;
  padding: 15px;
  display: -ms-grid;
  display: grid;
  align-items: center;
  overflow-y: auto;
  height: 100vh; }

@supports (height: 1dvh) {
  /* line 110, theme.scss */
  .popup {
    height: 90dvh;
    margin-top: 80px; } }
/* line 116, theme.scss */
.popup.is-align-top {
  align-items: flex-start; }

/* line 120, theme.scss */
.popup .popup__layer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(34, 34, 34, 0.62); }

/* line 130, theme.scss */
.popup .popup__inner {
  transition: all .3s;
  opacity: 0;
  z-index: 2;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0.25rem 0.625rem;
  padding: 2.1875rem 1.3rem;
  margin: 0 auto;
  margin-bottom: 2.5rem; }

@media (min-width: 576px) {
  /* line 145, theme.scss */
  .popup .popup__inner {
    padding: 2.1875rem; } }
/* line 150, theme.scss */
.popup .popup__title {
  position: relative;
  display: block;
  margin-bottom: 1.25rem; }

@media (min-width: 576px) {
  /* line 157, theme.scss */
  .popup .popup__title {
    margin-bottom: 1.75rem; } }
/* line 162, theme.scss */
.popup .popup__title > * {
  color: var(--color-text);
  font-size: clamp(var(--min), var(--val), var(--max));
  --min: 1.25rem;
  --val: 1.75vw;
  --max: 1.75rem;
  margin-bottom: 0; }

/* line 171, theme.scss */
.popup .popup__content .editor {
  margin-bottom: var(--editor-margin);
  color: var(--color-text); }

/* line 176, theme.scss */
.popup .popup__close {
  position: absolute;
  right: 17px;
  top: 17px;
  left: auto;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  font-size: 20px;
  line-height: 0;
  cursor: pointer;
  transition: all .3s;
  color: var(--color-text); }
  @media screen and (max-width: 767px) {
    /* line 176, theme.scss */
    .popup .popup__close {
      color: var(--color-text-light); } }

/* line 198, theme.scss */
.popup .popup__close:hover::before {
  color: #f00; }

/* line 202, theme.scss */
.popup .btn {
  width: 100%; }

/* line 206, theme.scss */
.popup .alert--wrap {
  padding: 20px; }

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

/* line 217, theme.scss */
.js-popup-show.is-no-touchdevice {
  padding-right: var(--scrollbar-width); }

/* line 221, theme.scss */
.js-popup-show.is-no-touchdevice .header {
  right: var(--scrollbar-width); }

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

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

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

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

/*! custom popups */
@media (min-width: 1400px) {
  /* line 246, theme.scss */
  .popup--xl .popup__inner {
    max-width: 1140px; } }
@media (min-width: 1200px) {
  /* line 252, theme.scss */
  .popup--xl .popup__inner {
    max-width: 960px; } }
@media (min-width: 768px) {
  /* line 258, theme.scss */
  .popup--md .popup__inner {
    max-width: 570px; }

  /* line 262, theme.scss */
  .popup--lg .popup__inner {
    max-width: 650px; } }
@media (min-width: 576px) {
  /* line 268, theme.scss */
  .popup--sm .popup__inner {
    max-width: 360px; } }
/* line 273, theme.scss */
.popup--bonus .popup__inner {
  padding: 0;
  max-width: 670px; }

@media (max-width: 575.98px) {
  /* line 279, theme.scss */
  .popup--bonus .popup__close::before {
    color: #fff; } }
/* line 284, theme.scss */
.popup--bonus .bonusPopup .bonusPopup__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  /* line 291, theme.scss */
  .popup--bonus .bonusPopup {
    display: flex; }

  /* line 295, theme.scss */
  .popup--bonus .bonusPopup .bonusPopup__image {
    flex: 0 0 300px; } }
@media (max-width: 767.98px) {
  /* line 301, theme.scss */
  .popup--bonus .bonusPopup .bonusPopup__image {
    height: 290px;
    background-position: center top; } }
/* line 307, theme.scss */
.popup--bonus .bonusPopup .bonusPopup__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 22px;
  flex: 1; }

@media (min-width: 576px) {
  /* line 316, theme.scss */
  .popup--bonus .bonusPopup .bonusPopup__content {
    padding: 20px;
    min-height: 400px; } }
/* line 322, theme.scss */
.popup--bonus .bonusPopup .bonus {
  display: flex;
  flex-direction: column;
  text-align: center; }

/* line 328, theme.scss */
.popup--bonus .bonusPopup .bonus > :not(:last-child) {
  margin-bottom: 11px; }

@media (min-width: 576px) {
  /* line 333, theme.scss */
  .popup--bonus .bonusPopup .bonus > :not(:last-child) {
    margin-bottom: 22px; } }
/* line 338, theme.scss */
.popup--bonus .bonusPopup .bonus .bonus__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300; }

/* line 344, theme.scss */
.popup--bonus .bonusPopup .bonus .bonus__subtitle {
  text-transform: uppercase;
  font-size: 24px;
  color: var(--color-text); }

/* line 350, theme.scss */
.popup--bonus .bonusPopup .bonus .bonus__text {
  letter-spacing: .14px;
  font-size: 14px;
  font-weight: 300; }

@media (min-width: 576px) {
  /* line 357, theme.scss */
  .popup--bonus .bonusPopup .bonus .btn {
    width: auto; } }
/*----------- Product Preview ---------*/
/* line 364, theme.scss */
.product-preview__area-sku {
  display: none; }

/*-----checkout style dop fiedl two-g----- */
/* line 374, theme.scss */
#checkout_buyer_fields .co-input--promokod {
  display: none; }

/* line 380, theme.scss */
.co-input--utm_source, .co-input--utm_medium, .co-input--utm_campaign, .co-input--utm_content, .co-input--utm_term, .co-input--clientId {
  display: none !important; }
