/* 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, #2D2D2D);
  --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, #434343);
  --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, #585858);
  --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, #969696);
  --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, #aaaaac);
  --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, #a3a3a5);
  --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, #575759);
  --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, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --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, #ffecac);
  --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, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, 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, #cae9d2);
  --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, #bee4c7);
  --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, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, 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, #f6ccd0);
  --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, #f3bcc1);
  --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, #c52330);
  --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, #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, #bedeff);
  --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, #acd4ff);
  --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, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, 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, 'Istok Web');
  --heading-ratio:var(--draft-heading-ratio, 1.25);
  --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, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, 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, true);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, true);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, 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); }

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

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

/* Miss Ekler editorial redesign */
/* line 13, theme.scss */
:root {
  --me-ink: #171512;
  --me-paper: #f6f2eb;
  --me-sand: #b98b5e; }

/* line 19, theme.scss */
body {
  background: var(--me-paper);
  color: var(--me-ink); }

/* line 24, theme.scss */
h1,
h2,
h3,
.section-title,
.banner-list__item-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.02em; }

/* line 34, theme.scss */
.widget-type_system_widget_v4_banner_list_22 {
  display: block !important;
  position: relative;
  min-height: clamp(620px, 72vh, 900px);
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(34, 23, 15, 0.34) 0%, rgba(34, 23, 15, 0.1) 42%, rgba(34, 23, 15, 0) 68%), url("https://static.insales-cdn.com/files/1/7697/127491601/original/miss-ekler-hero-sand-wide-web.webp");
  background-size: cover;
  background-position: center center;
  color: #fff; }

/* line 54, theme.scss */
.widget-type_system_widget_v4_header_12 .promo-slider {
  display: none !important; }

/* line 58, theme.scss */
.widget-type_system_widget_v4_header_12,
.widget-type_system_widget_v4_header_12 .layout__content,
.widget-type_system_widget_v4_header_12 .header-slider {
  height: 90px !important;
  min-height: 90px !important; }

/* line 65, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .layout__content {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding: 0;
  background: transparent !important; }

/* line 74, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .banner-list {
  display: block !important;
  min-height: inherit;
  margin: 0; }

/* line 80, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .banner-list__item {
  display: none !important; }

/* line 84, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .layout__content::before {
  content: "MISS EKLER";
  position: absolute;
  z-index: 2;
  left: clamp(28px, 7vw, 120px);
  top: 45%;
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 112px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.055em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.12); }

/* line 99, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .layout__content::after {
  content: "JEWELRY FOR DREAMERS";
  position: absolute;
  z-index: 2;
  left: clamp(32px, 7.3vw, 126px);
  top: calc(45% + clamp(62px, 8vw, 126px));
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase; }

/* line 111, theme.scss */
.widget-type_system_widget_v4_page_banner_1_1 {
  display: none !important; }

/* line 115, theme.scss */
.widget-type_system_widget_v4_special_products_12 {
  padding-top: clamp(54px, 8vw, 120px) !important;
  padding-bottom: clamp(54px, 8vw, 120px) !important; }

/* line 120, theme.scss */
.product-card,
.product-card__photo {
  border-radius: 0 !important; }

/* line 125, theme.scss */
.button,
button,
[class*="button"] {
  border-radius: 0; }

@media (max-width: 767px) {
  /* line 132, theme.scss */
  .widget-type_system_widget_v4_header_12,
  .widget-type_system_widget_v4_header_12 .layout__content,
  .widget-type_system_widget_v4_header_12 .header-slider {
    height: 72px !important;
    min-height: 72px !important; }

  /* line 139, theme.scss */
  .widget-type_system_widget_v4_banner_list_22 {
    min-height: 72vh;
    background-position: 61% center;
    background-image: linear-gradient(180deg, rgba(34, 23, 15, 0.08) 0%, rgba(34, 23, 15, 0.05) 48%, rgba(34, 23, 15, 0.4) 100%), url("https://static.insales-cdn.com/files/1/7697/127491601/original/miss-ekler-hero-sand-wide-web.webp"); }

  /* line 152, theme.scss */
  .widget-type_system_widget_v4_banner_list_22 .layout__content::before {
    left: 24px;
    right: 20px;
    top: auto;
    bottom: 92px;
    font-size: clamp(42px, 14vw, 66px); }

  /* line 160, theme.scss */
  .widget-type_system_widget_v4_banner_list_22 .layout__content::after {
    left: 27px;
    top: auto;
    bottom: 56px;
    font-size: 10px;
    letter-spacing: 0.2em; } }
/* line 169, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .layout__content::after {
  content: "JEWELRY FOR DREAMERS"!important; }

/* Refined gallery and footer */
/* line 171, theme.scss */
.widget-type_system_widget_v4_special_products_12 {
  background: #f6f2eb!important;
  padding: 96px 0 110px!important; }
/* line 171, theme.scss */
.widget-type_system_widget_v4_special_products_12 .layout__content {
  max-width: 1440px!important;
  padding-left: clamp(22px, 5vw, 72px) !important;
  padding-right: clamp(22px, 5vw, 72px) !important; }

/* line 171, theme.scss */
.special-products__head {
  text-align: left!important;
  margin-bottom: 48px!important;
  border-bottom: 1px solid rgba(23, 21, 18, 0.18);
  padding-bottom: 24px; }

/* line 171, theme.scss */
.special-products__title {
  font-family: Georgia,"Times New Roman",serif!important;
  font-size: clamp(38px, 5vw, 72px) !important;
  font-weight: 400!important;
  line-height: 1!important; }

/* line 171, theme.scss */
.product-preview {
  background: transparent!important; }

/* line 171, theme.scss */
.product-preview__area-photo {
  margin-bottom: 22px!important; }

/* line 171, theme.scss */
.product-preview__photo {
  background: #e9e1d5!important;
  border-radius: 0!important;
  overflow: hidden; }

/* line 171, theme.scss */
.product-preview__photo img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  transition: transform .6s ease!important; }

/* line 171, theme.scss */
.product-preview:hover .product-preview__photo img {
  transform: scale(1.025); }

/* line 171, theme.scss */
.product-preview__content {
  padding: 0 2px!important; }

/* line 171, theme.scss */
.product-preview__area-sku, .product-preview__available, .product-preview__detail-btn {
  display: none!important; }

/* line 171, theme.scss */
.product-preview__title {
  font-family: Arial,sans-serif!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 1.35!important; }

/* line 171, theme.scss */
.product-preview__price {
  margin-top: 10px!important;
  font-size: 15px!important; }

/* line 171, theme.scss */
.product-preview__price-cur {
  font-weight: 500!important; }

/* line 171, theme.scss */
.product-preview__price-old {
  color: rgba(23, 21, 18, 0.42) !important; }

/* line 171, theme.scss */
.widget-type_system_widget_v4_footer_17_1 {
  background: #d8cabb!important;
  color: #171512!important;
  padding: 72px 0 64px!important; }

/* line 171, theme.scss */
.widget-type_system_widget_v4_footer_17_1 .layout__content {
  max-width: 1280px!important; }

/* line 171, theme.scss */
.footer-wrap {
  gap: 32px!important; }

/* line 171, theme.scss */
.footer__phone-value {
  font-family: Georgia,"Times New Roman",serif!important;
  font-size: clamp(24px, 3vw, 38px) !important; }

/* line 171, theme.scss */
.footer__wrap {
  font-size: 14px!important;
  line-height: 1.7!important; }

/* line 171, theme.scss */
.social-items {
  gap: 18px!important; }

/* line 171, theme.scss */
.social-img-item {
  opacity: .72!important; }

/* line 171, theme.scss */
.footer_copyright {
  margin-top: 30px!important;
  font-size: 11px!important;
  letter-spacing: .08em!important;
  opacity: .55!important; }

/* line 171, theme.scss */
.footer__area-pay {
  filter: grayscale(1);
  opacity: .72; }

@media (max-width: 767px) {
  /* line 171, theme.scss */
  .widget-type_system_widget_v4_special_products_12 {
    padding: 62px 0 76px!important; }

  /* line 171, theme.scss */
  .special-products__head {
    margin-bottom: 32px!important; }

  /* line 171, theme.scss */
  .special-products__title {
    font-size: 42px!important; }

  /* line 171, theme.scss */
  .widget-type_system_widget_v4_footer_17_1 {
    padding: 54px 22px 100px!important; } }
