@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* 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, #B79B7E);
  --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, #bfa68c);
  --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, #c6b099);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #dbcebf);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #B79B7E);
  --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, #bfa68c);
  --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, #c6b099);
  --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, #dbcebf);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --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, #474747);
  --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, #5c5c5c);
  --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, #999999);
  --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, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --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, 1408px);
  --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, true); }

/* line 7, theme.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0; }

/* line 15, theme.scss */
h1, h2, h3 {
  margin: 0;
  padding: 0; }

/* line 20, theme.scss */
a {
  text-decoration: none;
  color: #000; }

/* line 25, theme.scss */
.layout {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 30, theme.scss */
.hidden {
  display: none !important; }

/* line 34, theme.scss */
.lock {
  overflow: hidden;
  touch-action: none; }

/* line 39, theme.scss */
.page_layout {
  padding-top: 69px; }

/* line 43, theme.scss */
.layout__content {
  max-width: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

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

/* line 57, theme.scss */
.header {
  overflow: hidden; }

/* line 63, theme.scss */
.local-loader {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 50;
  width: 100%;
  min-height: 200px;
  height: 100%;
  overflow: visible;
  text-align: center;
  background-color: #ffffff6b; }

/* line 77, theme.scss */
.local-loader svg {
  width: 100%;
  height: 100%;
  max-width: 70px;
  content-visibility: visible;
  display: inline-block; }

/* line 86, theme.scss */
.price-filter {
  width: 314px !important;
  padding: 10px 16px !important;
  gap: 4px !important; }

/* line 92, theme.scss */
.price-filter .button {
  max-width: 52px !important;
  max-height: 30px !important;
  margin-left: 18px !important; }

/* line 98, theme.scss */
.filter_list__item__popup .price-filter .button {
  border: none;
  border-radius: 0 !important;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  flex: 1;
  line-height: 0;
  height: 36px;
  padding: 0 10px;
  cursor: pointer; }

/* line 112, theme.scss */
.filter_list__item__popup .filter_form button {
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 0 8px;
  text-align: left;
  cursor: pointer; }

/* line 122, theme.scss */
.filter_checkbox.filter_sz_ch button {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: center !important;
  width: 100% !important;
  cursor: pointer; }

/* line 130, theme.scss */
.header__collection__button svg {
  transition: transform ease 0.3s; }

/* line 134, theme.scss */
.header__collection__button svg._active {
  transform: scaleY(-1); }

/* line 138, theme.scss */
#minCost {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 93px;
  min-width: 93px;
  max-width: 93px; }

/* line 147, theme.scss */
#maxCost {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 105px;
  min-width: 105px;
  max-width: 105px; }

/* line 156, theme.scss */
.filter_checkbox.filter_sz_ch {
  padding: 7px 0 !important; }

/* line 160, theme.scss */
.section__more-products {
  margin: 61px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

/* line 168, theme.scss */
.section__more-products .more__button {
  display: block;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 8px 30px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  transition: 0.2s all; }

/* line 184, theme.scss */
.section__more-products .more__button:hover {
  color: #000;
  background-color: #fff; }

/* line 189, theme.scss */
.product_card img {
  width: 100%;
  height: 500px;
  object-fit: cover; }

/* line 195, theme.scss */
.product_card .title {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600; }

/* line 203, theme.scss */
.collection {
  max-width: 1110px;
  margin: 0 auto;
  margin-bottom: 140px; }

/* line 209, theme.scss */
.section__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #000; }

/* line 217, theme.scss */
.section__header a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px; }

/* line 224, theme.scss */
.section__header h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 8px; }

/* line 232, theme.scss */
.section__products {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 24px; }

/* line 243, theme.scss */
.product_card {
  max-width: calc(100% / 3 - 27px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  color: inherit; }

/* line 254, theme.scss */
.mark-container {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  z-index: 10; }

/* line 266, theme.scss */
.product_card img {
  width: 100%;
  height: 500px;
  object-fit: cover; }

/* line 272, theme.scss */
.product_card .hover-image {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease 0s; }

/* line 278, theme.scss */
.product_card .origin-image {
  opacity: 1;
  transition: opacity 0.6s ease 0s; }

/* line 283, theme.scss */
.product_card:hover .origin-image {
  opacity: 0; }

/* line 287, theme.scss */
.product_card:hover .hover-image {
  opacity: 1; }

/* line 291, theme.scss */
.product_card .title {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  font-family: inherit; }

/* line 299, theme.scss */
.product_card .price {
  color: #959595;
  font-weight: 600;
  font-size: 16px; }

/* line 305, theme.scss */
.section__more-products {
  margin: 61px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

/* line 313, theme.scss */
.collection .more__button {
  display: block;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 8px 30px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s all; }

/* line 328, theme.scss */
.collection .more__button:hover {
  color: #000;
  background-color: #fff; }

/* line 334, theme.scss */
.product {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  margin-top: 30px;
  display: grid;
  grid-template-areas: "gallery info" "upsales upsales";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 41px;
  grid-row-gap: 30px; }
  /* line 350, theme.scss */
  .product .pv_char_name {
    margin-right: 10px; }
  /* line 354, theme.scss */
  .product .pv_char_value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (max-width: 920px) {
    /* line 334, theme.scss */
    .product {
      grid-template-areas: "gallery" "info" "upsales";
      grid-template-columns: 1fr;
      padding: 0 10px; } }
  @media screen and (max-width: 550px) {
    /* line 334, theme.scss */
    .product {
      margin-top: 0; } }
  /* line 373, theme.scss */
  .product__info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  /* line 382, theme.scss */
  .product_collection-name {
    font-size: 20px;
    font-weight: 400;
    color: #959595; }
    @media screen and (max-width: 550px) {
      /* line 382, theme.scss */
      .product_collection-name {
        display: none; } }
  /* line 391, theme.scss */
  .product .gallery-mob {
    grid-area: gallery; }
  /* line 395, theme.scss */
  .product_collection-name-mob {
    font-weight: 400;
    color: #959595;
    font-size: 14px;
    padding: 20px;
    text-align: center;
    max-height: 56px; }
    @media screen and (min-width: 551px) {
      /* line 395, theme.scss */
      .product_collection-name-mob {
        display: none; } }
  /* line 407, theme.scss */
  .product_sku {
    font-size: 14px;
    font-weight: 400;
    color: #959595;
    margin-top: 40px; }
    @media screen and (max-width: 920px) {
      /* line 407, theme.scss */
      .product_sku {
        margin-bottom: 25px; } }
  /* line 418, theme.scss */
  .product h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 33px 0;
    font-family: "Cormorant", serif;
    text-transform: uppercase;
    line-height: 36px; }
    @media screen and (max-width: 768px) {
      /* line 418, theme.scss */
      .product h1 {
        font-size: 20px; } }
    @media (max-width: 550px) {
      /* line 418, theme.scss */
      .product h1 {
        margin-top: 0; } }
  /* line 434, theme.scss */
  .product h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 33px 0;
    font-family: "Cormorant", serif;
    text-transform: uppercase;
    line-height: 36px; }
    @media screen and (max-width: 768px) {
      /* line 434, theme.scss */
      .product h2 {
        font-size: 20px; } }
  /* line 447, theme.scss */
  .product_description {
    font-size: 20px;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      /* line 447, theme.scss */
      .product_description {
        font-size: 16px; } }
  /* line 455, theme.scss */
  .product_variants {
    display: flex;
    width: 100%; }
    /* line 459, theme.scss */
    .product_variants .selectors-wrapper {
      flex: 1;
      width: 50%; }
    /* line 464, theme.scss */
    .product_variants .selectors-wrapper:first-child {
      margin-right: 30px; }
    @media screen and (max-width: 550px) {
      /* line 455, theme.scss */
      .product_variants {
        display: block; }
        /* line 471, theme.scss */
        .product_variants .selectors-wrapper:first-child {
          margin-right: 0; }
        /* line 475, theme.scss */
        .product_variants .selectors-wrapper {
          width: 100%; } }
    /* line 480, theme.scss */
    .product_variants .option {
      position: relative;
      height: 50px; }
    /* line 485, theme.scss */
    .product_variants .option-values {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 50;
      display: flex;
      align-items: flex-end;
      background-color: transparent;
      text-align: right;
      padding-right: 30px !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("arrow-down.svg");
      background-position: right center;
      background-repeat: no-repeat; }
  /* line 510, theme.scss */
  .product_variants_select {
    margin-top: 16px;
    padding: 8px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-bottom: 2px solid #000;
    outline: none; }
    @media screen and (max-width: 920px) {
      /* line 510, theme.scss */
      .product_variants_select {
        font-size: 14px; } }
    /* line 532, theme.scss */
    .product_variants_select option {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      /* line 539, theme.scss */
      .product_variants_select option div:first-child {
        flex: 1; }
      /* line 543, theme.scss */
      .product_variants_select option div:last-child {
        text-align: right; }
  /* line 549, theme.scss */
  .product_price {
    font-size: 16px;
    font-weight: 600;
    color: #959595;
    margin-top: 16px; }
    @media screen and (max-width: 920px) {
      /* line 549, theme.scss */
      .product_price {
        margin-top: 16px; } }
  /* line 559, theme.scss */
  .product_buy_button {
    margin-top: 18px;
    padding: 8px 30px;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    font-family: "Cormorant", serif;
    text-transform: uppercase; }
    @media screen and (max-width: 920px) {
      /* line 559, theme.scss */
      .product_buy_button {
        width: 100%;
        font-size: 20px; } }
  /* line 578, theme.scss */
  .product_popup_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex: 1;
    padding-top: 30px; }
    @media screen and (max-width: 920px) {
      /* line 578, theme.scss */
      .product_popup_buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; } }
    /* line 593, theme.scss */
    .product_popup_buttons .popup_button:first-child {
      margin-right: 20px; }
    /* line 597, theme.scss */
    .product_popup_buttons .popup_button {
      font-size: 20px;
      font-weight: 600;
      color: #959595;
      text-transform: uppercase;
      cursor: pointer; }
      @media screen and (max-width: 920px) {
        /* line 597, theme.scss */
        .product_popup_buttons .popup_button {
          font-size: 16px;
          line-height: 20px; } }

/* line 612, theme.scss */
.upsales {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  grid-area: upsales;
  max-width: calc(100vw - 20px); }
  /* line 622, theme.scss */
  .upsales h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 106px 0 62px 0; }
    @media screen and (max-width: 600px) {
      /* line 622, theme.scss */
      .upsales h2 {
        margin: 88px 0 39px 0; } }
  /* line 633, theme.scss */
  .upsales_slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch; }
    /* line 639, theme.scss */
    .upsales_slider_products {
      flex: 1;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 24px; }
      @media screen and (max-width: 920px) {
        /* line 639, theme.scss */
        .upsales_slider_products {
          gap: 16px; } }
      /* line 653, theme.scss */
      .upsales_slider_products .upsales_product {
        min-width: calc(100% / 4);
        width: calc(100% / 4);
        min-height: 420px;
        transition: 0.2s all;
        padding: 0 12px;
        transform: translateX(0%);
        gap: 6px; }
        @media screen and (max-width: 1050px) {
          /* line 653, theme.scss */
          .upsales_slider_products .upsales_product {
            min-width: calc(100% / 3);
            width: calc(100% / 3); } }
        @media screen and (max-width: 920px) {
          /* line 653, theme.scss */
          .upsales_slider_products .upsales_product {
            min-width: calc(100% / 2);
            width: calc(100% / 2); } }
        @media screen and (max-width: 550px) {
          /* line 653, theme.scss */
          .upsales_slider_products .upsales_product {
            padding: 0 5px;
            min-height: auto; } }
        /* line 680, theme.scss */
        .upsales_slider_products .upsales_product .title {
          padding-right: 10px;
          flex: 1; }
        /* line 685, theme.scss */
        .upsales_slider_products .upsales_product .mark-container {
          margin-top: -7px;
          margin-left: 5px; }
          @media screen and (max-width: 550px) {
            /* line 685, theme.scss */
            .upsales_slider_products .upsales_product .mark-container {
              margin-top: 0; } }
        /* line 694, theme.scss */
        .upsales_slider_products .upsales_product .mark {
          font-size: 10px; }
        /* line 698, theme.scss */
        .upsales_slider_products .upsales_product img {
          height: 334px;
          width: 223px; }
          @media screen and (max-width: 920px) {
            /* line 698, theme.scss */
            .upsales_slider_products .upsales_product img {
              width: calc(100% - 20px);
              max-width: 300px; } }
          @media screen and (max-width: 550px) {
            /* line 698, theme.scss */
            .upsales_slider_products .upsales_product img {
              width: 100%;
              max-width: 130px;
              height: 193px; } }
        /* line 714, theme.scss */
        .upsales_slider_products .upsales_product h3 {
          font-size: 14px; }
        /* line 718, theme.scss */
        .upsales_slider_products .upsales_product .price {
          font-size: 14px;
          justify-self: flex-end;
          margin-top: auto;
          margin-bottom: 0; }
    /* line 727, theme.scss */
    .upsales_slider_prev, .upsales_slider_next {
      height: 100%;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      @media screen and (max-width: 920px) {
        /* line 727, theme.scss */
        .upsales_slider_prev, .upsales_slider_next {
          max-width: 20px; }
          /* line 739, theme.scss */
          .upsales_slider_prev img, .upsales_slider_next img {
            width: 100%; } }
      @media screen and (max-width: 550px) {
        /* line 727, theme.scss */
        .upsales_slider_prev, .upsales_slider_next {
          max-width: 10px; }
          /* line 747, theme.scss */
          .upsales_slider_prev img, .upsales_slider_next img {
            transform: scale(0.7); } }

/* line 755, theme.scss */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0005;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease 0s;
  transition-property: visibility; }
  /* line 770, theme.scss */
  .popup._show {
    visibility: visible;
    pointer-events: auto; }
    /* line 773, theme.scss */
    .popup._show .popup_content {
      opacity: 1; }
  /* line 777, theme.scss */
  .popup_content {
    background-color: #fff;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease 0s; }
    /* line 782, theme.scss */
    .popup_content .popup_close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      @media screen and (max-width: 1110px) {
        /* line 782, theme.scss */
        .popup_content .popup_close {
          padding: 25px 0 0 0; } }
    /* line 794, theme.scss */
    .popup_content_attributes {
      max-width: 1110px;
      max-height: 90vh;
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      padding: 40px 40px 69px 40px; }
      @media screen and (max-width: 1110px) {
        /* line 794, theme.scss */
        .popup_content_attributes {
          width: 100vw;
          max-width: 100vw;
          height: 100vh;
          max-height: 100vh;
          padding-top: 80px; } }
      @media screen and (max-width: 500px) {
        /* line 794, theme.scss */
        .popup_content_attributes {
          padding: 10px;
          padding-top: 85px; } }
      /* line 819, theme.scss */
      .popup_content_attributes .attributes_image {
        width: 100%;
        object-fit: contain;
        margin-bottom: 55px; }
        @media screen and (max-width: 768px) {
          /* line 819, theme.scss */
          .popup_content_attributes .attributes_image {
            margin: 0 0 36px 0;
            width: auto;
            max-width: 100%;
            min-height: 60px;
            object-fit: cover; } }
      /* line 833, theme.scss */
      .popup_content_attributes h2 {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 37px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          /* line 833, theme.scss */
          .popup_content_attributes h2 {
            margin-bottom: 37px; } }
      /* line 846, theme.scss */
      .popup_content_attributes .attributes_list {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start; }
        /* line 852, theme.scss */
        .popup_content_attributes .attributes_list_item {
          display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between;
          border-bottom: 1px solid #959595;
          padding: 12px 0; }
          /* line 860, theme.scss */
          .popup_content_attributes .attributes_list_item .name {
            margin-right: 24px;
            font-size: 16px;
            font-weight: 700;
            color: #959595;
            width: 30%; }
            @media screen and (max-width: 700px) {
              /* line 860, theme.scss */
              .popup_content_attributes .attributes_list_item .name {
                width: 100%; } }
          /* line 871, theme.scss */
          .popup_content_attributes .attributes_list_item .value {
            text-align: right;
            font-size: 16px;
            font-weight: 400;
            color: #959595; }
          @media screen and (max-width: 700px) {
            /* line 852, theme.scss */
            .popup_content_attributes .attributes_list_item {
              flex-direction: column; }
              /* line 881, theme.scss */
              .popup_content_attributes .attributes_list_item .name {
                flex: 0 0 0;
                margin-bottom: 2px; }
              /* line 885, theme.scss */
              .popup_content_attributes .attributes_list_item .value {
                text-align: left; } }
      /* line 892, theme.scss */
      .popup_content_attributes .table-wrapper {
        overflow-x: auto;
        max-width: 100%; }
        @media (max-width: 1110px) {
          /* line 892, theme.scss */
          .popup_content_attributes .table-wrapper {
            padding-bottom: 20px; } }
      /* line 900, theme.scss */
      .popup_content_attributes table {
        min-width: 100%;
        border-collapse: collapse;
        border: 2px solid #000;
        color: #959595; }
        /* line 907, theme.scss */
        .popup_content_attributes table td,
        .popup_content_attributes table th {
          padding: 12px 0;
          width: 205px;
          border: 1px solid #959595;
          border-left: 2px solid #000;
          border-right: 2px solid #000;
          text-align: center; }
        /* line 917, theme.scss */
        .popup_content_attributes table th {
          font-size: 20px;
          font-weight: 700;
          white-space: nowrap;
          line-height: 25px; }
          @media screen and (max-width: 550px) {
            /* line 917, theme.scss */
            .popup_content_attributes table th {
              font-size: 16px;
              padding: 12px 16px; } }
        /* line 929, theme.scss */
        .popup_content_attributes table td {
          font-size: 20px;
          font-weight: 400;
          white-space: nowrap; }
          @media screen and (max-width: 550px) {
            /* line 929, theme.scss */
            .popup_content_attributes table td {
              font-size: 16px; } }
      /* line 939, theme.scss */
      .popup_content_attributes p {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        color: #959595; }

/* line 950, theme.scss */
.popup_add-cart .popup_content {
  width: 700px;
  padding: 60px 40px 60px 40px; }
  @media screen and (max-width: 1110px) {
    /* line 950, theme.scss */
    .popup_add-cart .popup_content {
      height: auto; } }
  @media screen and (max-width: 768px) {
    /* line 950, theme.scss */
    .popup_add-cart .popup_content {
      width: 100%;
      padding: 60px 30px; } }
@media screen and (max-width: 1110px) {
  /* line 961, theme.scss */
  .popup_add-cart .popup_close {
    padding: 0; } }
/* line 967, theme.scss */
.popup_add-cart h2 {
  margin-bottom: 27px; }
  @media screen and (max-width: 480px) {
    /* line 967, theme.scss */
    .popup_add-cart h2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 29px;
      margin-left: -4px;
      margin-right: -4px; } }
/* line 978, theme.scss */
.popup_add-cart .popup_product {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #959595;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    /* line 978, theme.scss */
    .popup_add-cart .popup_product {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px; } }
/* line 994, theme.scss */
.popup_add-cart .button-secondary {
  min-height: 40px;
  min-width: 366px;
  margin: 0 auto 20px;
  padding: 5px 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000;
  transition: 0.2s ease 0s;
  transition-property: color, background-color;
  cursor: pointer; }
  /* line 1010, theme.scss */
  .popup_add-cart .button-secondary:hover {
    color: #fff;
    background-color: #000; }
  @media screen and (max-width: 480px) {
    /* line 994, theme.scss */
    .popup_add-cart .button-secondary {
      font-size: 16px;
      line-height: 20px;
      width: 100%;
      min-width: auto; } }
/* line 1021, theme.scss */
.popup_add-cart .button-primary {
  min-height: 40px;
  min-width: 366px;
  margin: 0 auto;
  padding: 5px 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  transition: 0.2s ease 0s;
  transition-property: color, background-color, border-color; }
  /* line 1041, theme.scss */
  .popup_add-cart .button-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000; }
  @media screen and (max-width: 480px) {
    /* line 1021, theme.scss */
    .popup_add-cart .button-primary {
      min-width: auto;
      font-size: 16px;
      line-height: 20px;
      width: 100%; } }

/* line 1055, theme.scss */
.option-selector {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px; }
  /* line 1062, theme.scss */
  .option-selector .option {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000; }
    /* line 1070, theme.scss */
    .option-selector .option label {
      flex: 1;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      color: #959595; }
    /* line 1079, theme.scss */
    .option-selector .option select {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      padding: 12px 12px;
      border: none;
      font-weight: 700;
      font-size: 20px;
      text-transform: uppercase;
      outline: none;
      border-radius: 0; }
      /* line 1094, theme.scss */
      .option-selector .option select:focus {
        border-radius: 0; }

/* line 1103, theme.scss */
.header__collection {
  background-color: #000;
  padding: 9px;
  padding-top: 10px; }
  @media screen and (max-width: 550px) {
    /* line 1103, theme.scss */
    .header__collection {
      padding: 8px 0 6px; } }
  /* line 1112, theme.scss */
  .header__collection__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
  /* line 1118, theme.scss */
  .header__collection__button {
    position: relative;
    top: 3px;
    left: -5px;
    border: none;
    background-color: transparent;
    display: inline-flex;
    margin: 7px 0px;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease 0s; }
    @media (min-width: 769px) {
      /* line 1118, theme.scss */
      .header__collection__button {
        display: none; } }
    /* line 1133, theme.scss */
    .header__collection__button img._active {
      transform: rotate(180deg); }
  /* line 1139, theme.scss */
  .header__collection__list {
    max-width: 1110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media (min-width: 769px) {
      /* line 1139, theme.scss */
      .header__collection__list {
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      /* line 1139, theme.scss */
      .header__collection__list {
        display: block;
        text-align: center; } }
    /* line 1154, theme.scss */
    .header__collection__list a {
      text-transform: uppercase;
      color: #fff;
      margin: 7px 32px;
      font-size: 20px;
      font-weight: 600;
      border-bottom: 2px solid #000; }
      /* line 1162, theme.scss */
      .header__collection__list a:hover {
        border-bottom: 2px solid #fff; }
      /* line 1166, theme.scss */
      .header__collection__list a.active {
        border-bottom: 2px solid #fff; }
      @media screen and (max-width: 768px) {
        /* line 1154, theme.scss */
        .header__collection__list a {
          display: block;
          margin: 0px 5px 15px; } }
      @media screen and (max-width: 550px) {
        /* line 1154, theme.scss */
        .header__collection__list a {
          font-size: 18px; } }
    @media screen and (max-width: 768px) {
      /* line 1179, theme.scss */
      .header__collection__list {
        flex-direction: column;
        padding-bottom: 30px; }
        /* line 1184, theme.scss */
        .header__collection__list a:first-child {
          display: inline-block;
          border-bottom: none;
          position: relative;
          margin-top: 7px;
          margin-bottom: 62px;
          transform: translateX(0px);
          font-size: 20px; }
      /* line 1207, theme.scss */
      .header__collection__list.collapsed {
        padding-bottom: 0; }
        /* line 1210, theme.scss */
        .header__collection__list.collapsed a {
          display: none; }
        /* line 1214, theme.scss */
        .header__collection__list.collapsed a:first-child {
          display: inline-block;
          border-bottom: none;
          position: relative;
          margin-bottom: 8px;
          transform: translateX(0px); } }

/* line 1239, theme.scss */
.page_404 {
  position: relative;
  height: calc(100vh - 66px);
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: -80px; }
  /* line 1247, theme.scss */
  .page_404__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 100px;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: lighten; }
    @media screen and (max-width: 992px) {
      /* line 1247, theme.scss */
      .page_404__mask {
        font-size: 77px; } }
  /* line 1259, theme.scss */
  .page_404__container {
    height: 100%;
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 992px) {
      /* line 1259, theme.scss */
      .page_404__container {
        justify-content: center; } }
    /* line 1269, theme.scss */
    .page_404__container h1 {
      position: relative;
      top: 8px; }
      @media screen and (max-width: 992px) {
        /* line 1269, theme.scss */
        .page_404__container h1 {
          top: -75px; } }
  /* line 1278, theme.scss */
  .page_404__body {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 1150px;
    padding: 0px 20px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 992px) {
      /* line 1278, theme.scss */
      .page_404__body {
        flex-direction: column;
        justify-content: center; } }
    /* line 1293, theme.scss */
    .page_404__body span {
      position: relative;
      top: -119px;
      font-family: "Montserrat";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #000000; }
      @media screen and (max-width: 992px) {
        /* line 1293, theme.scss */
        .page_404__body span {
          font-size: 16px;
          line-height: 20px;
          top: -104px; } }
  /* line 1309, theme.scss */
  .page_404__text {
    position: relative;
    top: 3px;
    margin-left: 34%;
    max-width: 450px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 992px) {
      /* line 1309, theme.scss */
      .page_404__text {
        margin-left: 0;
        text-align: center;
        align-items: center;
        top: 103px; } }
    /* line 1322, theme.scss */
    .page_404__text p {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      margin-bottom: 73px; }
      @media screen and (max-width: 992px) {
        /* line 1322, theme.scss */
        .page_404__text p {
          margin-bottom: 34px; } }
    /* line 1332, theme.scss */
    .page_404__text a {
      min-height: 40px;
      width: 373px;
      font-family: "Montserrat";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      background-color: #000;
      transition: 0.2s all; }
      @media screen and (max-width: 450px) {
        /* line 1332, theme.scss */
        .page_404__text a {
          width: 100%; } }
    /* line 1351, theme.scss */
    .page_404__text a:hover {
      color: #000;
      background-color: #fff; }

/* line 1358, theme.scss */
.page_404_mob {
  width: 100vw;
  height: 192vw;
  background-image: url("bg_404_mob.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -80px;
  padding: 100vw 20px 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (min-width: 600px) {
    /* line 1358, theme.scss */
    .page_404_mob {
      display: none; } }
  /* line 1377, theme.scss */
  .page_404_mob p {
    font-size: 16px;
    font-weight: 400; }
  /* line 1382, theme.scss */
  .page_404_mob a {
    width: 100%;
    text-align: center;
    padding: 8px;
    background-color: #000;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-top: 30px; }

/* line 1399, theme.scss */
.co-section--content_wrapper {
  min-height: 100vh;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (max-width: 1160px) {
  /* line 1407, theme.scss */
  .collection {
    padding: 0 10px; } }
@media screen and (max-width: 920px) {
  /* line 1413, theme.scss */
  .section__products {
    gap: 20px; }

  /* line 1417, theme.scss */
  .product_card {
    max-width: calc(100% / 2 - 10px); } }
@media screen and (max-width: 768px) {
  /* line 1423, theme.scss */
  .section__header h2 {
    font-size: 25px; }

  /* line 1427, theme.scss */
  .product_card .title {
    font-size: 14px; }

  /* line 1431, theme.scss */
  .product_card img {
    height: 400px; }

  /* line 1435, theme.scss */
  .section__header a {
    display: none; }

  /* line 1439, theme.scss */
  .collection .more__button {
    font-size: 20px; } }
@media screen and (max-width: 500px) {
  /* line 1445, theme.scss */
  .product_card img {
    height: 260px; } }
@media screen and (max-width: 480px) {
  /* line 1451, theme.scss */
  .product_card .mark {
    font-size: 10px;
    padding: 4px 10px; }

  /* line 1456, theme.scss */
  .mark-container {
    top: 2px;
    left: 2px;
    gap: 2px; } }
@media screen and (max-width: 380px) {
  /* line 1464, theme.scss */
  .product_card img {
    height: 210px; } }
