@charset "UTF-8";
/* 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, #00b956);
  --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, #00d865);
  --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, #00f974);
  --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, #5cffa8);
  --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, #00b956);
  --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, #00d865);
  --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, #00f974);
  --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, #5cffa8);
  --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, minimal);
  --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, 'Medium 500 Italic');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'Medium 500 Italic');
  --heading-ratio:var(--draft-heading-ratio, 3.0);
  --heading-weight:var(--draft-heading-weight, 700);
  --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, 1920px);
  --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, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, false); }

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

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* =========================================================
   ZAPHRAM PREMIUM HOME - INSALES SAFE
   ========================================================= */
/* line 31, theme.scss */
.zp-home {
  background: #f5f0e7;
  color: #201c16;
  width: 100%; }

/* line 37, theme.scss */
.zp-home * {
  box-sizing: border-box; }

/* line 41, theme.scss */
.zp-container {
  width: 94%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

/* HERO */
/* line 51, theme.scss */
.zp-hero {
  background: #12110f;
  color: #ffffff;
  min-height: 560px;
  overflow: hidden; }

/* line 58, theme.scss */
.zp-hero__inner {
  min-height: 560px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 67, theme.scss */
.zp-hero__content {
  width: 55%;
  padding-right: 50px; }

/* line 72, theme.scss */
.zp-hero__visual {
  width: 40%;
  height: 390px;
  border: 1px solid #9d7835;
  position: relative;
  text-align: center;
  padding-top: 125px;
  background: #1b1712; }

/* line 82, theme.scss */
.zp-hero__eyebrow {
  color: #d6b367;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px; }

/* line 89, theme.scss */
.zp-hero__title {
  margin: 18px 0 25px 0;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 0.98;
  font-weight: normal; }

/* line 98, theme.scss */
.zp-hero__text {
  color: #d4ccbf;
  font-size: 18px;
  line-height: 1.7;
  max-width: 600px; }

/* line 105, theme.scss */
.zp-hero__buttons {
  margin-top: 35px; }

/* line 109, theme.scss */
.zp-btn {
  display: inline-block;
  padding: 16px 26px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 4px; }

/* line 119, theme.scss */
.zp-btn--gold {
  background: #b58a3a;
  color: #ffffff !important; }

/* line 124, theme.scss */
.zp-btn--gold:hover {
  background: #c9a354; }

/* line 128, theme.scss */
.zp-btn--outline {
  border: 1px solid #b58a3a;
  color: #e6cd99 !important; }

/* line 133, theme.scss */
.zp-hero__visual-text span {
  display: block;
  color: #bca87e;
  letter-spacing: 4px; }

/* line 139, theme.scss */
.zp-hero__visual-text strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: normal; }

/* line 148, theme.scss */
.zp-hero__cross {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  color: #473b26;
  font-size: 150px;
  z-index: 0; }

/* line 158, theme.scss */
.zp-hero__visual-text {
  position: relative;
  z-index: 2; }

/* line 163, theme.scss */
.zp-hero__ornament {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  color: #b58a3a; }

/* BENEFITS */
/* line 174, theme.scss */
.zp-benefits {
  background: #fffdf8;
  border-bottom: 1px solid #ded1bb; }

/* line 179, theme.scss */
.zp-benefits__grid {
  display: flex; }

/* line 183, theme.scss */
.zp-benefit {
  width: 25%;
  min-height: 110px;
  padding: 25px 20px;
  border-right: 1px solid #e0d5c3;
  display: flex;
  align-items: center; }

/* line 192, theme.scss */
.zp-benefit:last-child {
  border-right: 0; }

/* line 196, theme.scss */
.zp-benefit__icon {
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #b58a3a;
  border-radius: 50%;
  color: #b58a3a;
  margin-right: 14px;
  flex-shrink: 0; }

/* line 208, theme.scss */
.zp-benefit strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 16px;
  margin-bottom: 5px; }

/* line 215, theme.scss */
.zp-benefit span {
  display: block;
  color: #746b5e;
  font-size: 12px;
  line-height: 1.4; }

/* SECTIONS */
/* line 225, theme.scss */
.zp-section {
  padding-top: 80px;
  padding-bottom: 80px; }

/* line 230, theme.scss */
.zp-section-heading {
  overflow: hidden;
  margin-bottom: 35px; }

/* line 235, theme.scss */
.zp-section-heading > div {
  float: left; }

/* line 239, theme.scss */
.zp-section-link {
  float: right;
  margin-top: 30px;
  color: #856629 !important;
  text-decoration: none !important; }

/* line 246, theme.scss */
.zp-section-heading__small,
.zp-charity__small {
  color: #a77e32;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px; }

/* line 254, theme.scss */
.zp-section-heading h2 {
  margin: 8px 0 0 0;
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: normal; }

/* CATEGORIES */
/* line 264, theme.scss */
.zp-category-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px; }

/* line 271, theme.scss */
.zp-category {
  width: calc(25% - 18px);
  height: 260px;
  margin: 9px;
  position: relative;
  overflow: hidden;
  background: #211c15;
  color: #ffffff !important;
  text-decoration: none !important; }

/* line 282, theme.scss */
.zp-category--large {
  width: calc(50% - 18px);
  height: 538px; }

/* line 287, theme.scss */
.zp-category__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2b241a; }

/* line 296, theme.scss */
.zp-category__background--2 {
  background: #362d1d; }

/* line 300, theme.scss */
.zp-category__background--3 {
  background: #302218; }

/* line 304, theme.scss */
.zp-category__background--4 {
  background: #342b1f; }

/* line 308, theme.scss */
.zp-category__background--5 {
  background: #292017; }

/* line 312, theme.scss */
.zp-category__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px; }

/* line 319, theme.scss */
.zp-category__content span {
  display: block;
  color: #cbb27c;
  font-size: 12px;
  text-transform: uppercase; }

/* line 326, theme.scss */
.zp-category__content strong {
  display: block;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: normal;
  margin: 6px 0 12px 0; }

/* line 335, theme.scss */
.zp-category--large .zp-category__content strong {
  font-size: 48px; }

/* line 339, theme.scss */
.zp-category__content em {
  color: #dbbd7d;
  font-size: 13px;
  font-style: normal; }

/* PRODUCTS */
/* line 348, theme.scss */
.zp-products {
  background: #fffdf8; }

/* line 352, theme.scss */
.zp-insales-products {
  width: 100%;
  clear: both; }

/* CHARITY */
/* line 360, theme.scss */
.zp-charity {
  background: #171411;
  color: #ffffff;
  padding-top: 65px;
  padding-bottom: 65px; }

/* line 367, theme.scss */
.zp-charity__inner {
  display: flex;
  align-items: center; }

/* line 372, theme.scss */
.zp-charity__symbol {
  width: 85px;
  height: 85px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #b58a3a;
  border-radius: 50%;
  color: #d6b367;
  font-size: 34px;
  margin-right: 30px;
  flex-shrink: 0; }

/* line 385, theme.scss */
.zp-charity__content {
  flex-grow: 1; }

/* line 389, theme.scss */
.zp-charity h2 {
  color: #ffffff !important;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: normal;
  margin: 7px 0 10px 0; }

/* line 397, theme.scss */
.zp-charity p {
  color: #cfc5b5;
  line-height: 1.6; }

/* line 402, theme.scss */
.zp-charity__quote {
  width: 330px;
  border-left: 1px solid #5a4828;
  padding-left: 35px;
  margin-left: 35px;
  font-family: Georgia, serif; }

/* line 410, theme.scss */
.zp-charity__quote span {
  display: block;
  color: #ead8b5;
  font-size: 19px;
  font-style: italic; }

/* line 417, theme.scss */
.zp-charity__quote strong {
  display: block;
  color: #c9a354;
  margin-top: 8px; }

/* TABLET */
@media screen and (max-width: 1000px) {
  /* line 428, theme.scss */
  .zp-hero__content {
    width: 100%;
    padding-right: 0; }

  /* line 433, theme.scss */
  .zp-hero__visual {
    display: none; }

  /* line 437, theme.scss */
  .zp-benefits__grid {
    flex-wrap: wrap; }

  /* line 441, theme.scss */
  .zp-benefit {
    width: 50%; }

  /* line 445, theme.scss */
  .zp-category {
    width: calc(50% - 18px); }

  /* line 449, theme.scss */
  .zp-category--large {
    width: calc(50% - 18px);
    height: 260px; }

  /* line 454, theme.scss */
  .zp-charity__quote {
    display: none; } }
/* MOBILE */
@media screen and (max-width: 640px) {
  /* line 464, theme.scss */
  .zp-container {
    width: 92%; }

  /* line 468, theme.scss */
  .zp-hero,
  .zp-hero__inner {
    min-height: 500px; }

  /* line 473, theme.scss */
  .zp-hero__inner {
    padding-top: 55px;
    padding-bottom: 55px; }

  /* line 478, theme.scss */
  .zp-hero__title {
    font-size: 45px; }

  /* line 482, theme.scss */
  .zp-hero__text {
    font-size: 16px; }

  /* line 486, theme.scss */
  .zp-benefit {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e0d5c3; }

  /* line 492, theme.scss */
  .zp-section {
    padding-top: 55px;
    padding-bottom: 55px; }

  /* line 497, theme.scss */
  .zp-section-heading > div,
  .zp-section-link {
    float: none; }

  /* line 502, theme.scss */
  .zp-section-link {
    display: inline-block;
    margin-top: 15px; }

  /* line 507, theme.scss */
  .zp-section-heading h2 {
    font-size: 32px; }

  /* line 511, theme.scss */
  .zp-category {
    width: calc(100% - 18px);
    height: 220px; }

  /* line 516, theme.scss */
  .zp-category--large {
    width: calc(100% - 18px);
    height: 220px; }

  /* line 521, theme.scss */
  .zp-category--large .zp-category__content strong,
  .zp-category__content strong {
    font-size: 30px; }

  /* line 526, theme.scss */
  .zp-charity__inner {
    display: block; }

  /* line 530, theme.scss */
  .zp-charity__symbol {
    margin-bottom: 25px; } }
/* =========================================================
   ZAPHRAM PREMIUM HEADER
   ========================================================= */
/* line 538, theme.scss */
.zp-site-header {
  width: 100%;
  background: #12110f !important;
  color: #ffffff;
  position: relative;
  z-index: 100; }

/* line 546, theme.scss */
.zp-topline {
  height: 34px;
  background: #090909;
  border-bottom: 1px solid #29241b;
  color: #cfc5b5;
  font-size: 11px; }

/* line 554, theme.scss */
.zp-topline__inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 561, theme.scss */
.zp-header-main {
  background: #f7f2e9;
  border-bottom: 1px solid #dfd2bd; }

/* line 566, theme.scss */
.zp-header-main__inner {
  min-height: 92px;
  display: flex;
  align-items: center; }

/* line 572, theme.scss */
.zp-logo {
  width: 300px;
  display: flex;
  align-items: center;
  color: #17130f !important;
  text-decoration: none !important; }

/* line 580, theme.scss */
.zp-logo__mark {
  width: 52px;
  height: 58px;
  line-height: 56px;
  text-align: center;
  margin-right: 14px;
  border: 1px solid #b58a3a;
  color: #a67b2c;
  font-family: Georgia, serif;
  font-size: 36px; }

/* line 592, theme.scss */
.zp-logo__text {
  display: block; }

/* line 596, theme.scss */
.zp-logo__text strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: .5px; }

/* line 605, theme.scss */
.zp-logo__text small {
  display: block;
  margin-top: 5px;
  color: #786e60;
  font-size: 11px; }

/* line 612, theme.scss */
.zp-search {
  position: relative;
  flex-grow: 1;
  max-width: 680px;
  height: 46px;
  margin-left: 45px;
  margin-right: 45px; }

/* line 621, theme.scss */
.zp-search input {
  display: block;
  width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 52px 0 17px !important;
  border: 1px solid #d6c8ad !important;
  border-radius: 4px !important;
  background: #fffdfa !important;
  color: #211d17 !important;
  font-size: 13px;
  box-shadow: none !important; }

/* line 635, theme.scss */
.zp-search button {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 46px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: #342a1d !important;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  box-shadow: none !important;
  cursor: pointer; }

/* line 653, theme.scss */
.zp-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0; }

/* line 660, theme.scss */
.zp-header-action {
  position: relative;
  min-width: 70px;
  margin-left: 18px;
  display: block;
  text-align: center;
  color: #231e17 !important;
  text-decoration: none !important;
  font-size: 11px; }

/* line 671, theme.scss */
.zp-header-action__icon {
  display: block;
  height: 28px;
  margin-bottom: 3px;
  color: #987027;
  font-size: 24px;
  line-height: 28px; }

/* line 680, theme.scss */
.zp-cart-count {
  position: absolute;
  right: 7px;
  top: -3px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #b58a3a;
  color: #fff;
  font-size: 10px;
  line-height: 18px; }

/* line 694, theme.scss */
.zp-nav {
  min-height: 55px;
  background: #12110f;
  border-bottom: 1px solid #342c20; }

/* line 700, theme.scss */
.zp-nav__inner {
  min-height: 55px;
  display: flex;
  align-items: stretch;
  overflow: hidden; }

/* line 707, theme.scss */
.zp-nav a {
  min-height: 55px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eee4d2 !important;
  background: transparent;
  text-decoration: none !important;
  font-size: 13px;
  white-space: nowrap; }

/* line 721, theme.scss */
.zp-nav a:hover {
  color: #d6b367 !important;
  background: #1c1914; }

/* line 726, theme.scss */
.zp-nav__catalog {
  margin-right: 10px;
  background: #987027 !important;
  color: #ffffff !important;
  font-weight: bold; }

/* line 733, theme.scss */
.zp-nav__catalog:hover {
  background: #a98032 !important;
  color: #ffffff !important; }

/* TABLET */
@media screen and (max-width: 1100px) {
  /* line 743, theme.scss */
  .zp-topline {
    display: none; }

  /* line 747, theme.scss */
  .zp-logo {
    width: 240px; }

  /* line 751, theme.scss */
  .zp-search {
    margin-left: 20px;
    margin-right: 20px; }

  /* line 756, theme.scss */
  .zp-nav__inner {
    overflow-x: auto; }

  /* line 760, theme.scss */
  .zp-nav a {
    flex-shrink: 0; } }
/* MOBILE */
@media screen and (max-width: 700px) {
  /* line 770, theme.scss */
  .zp-header-main__inner {
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap; }

  /* line 777, theme.scss */
  .zp-logo {
    width: 65%; }

  /* line 781, theme.scss */
  .zp-logo__mark {
    width: 40px;
    height: 44px;
    line-height: 42px;
    margin-right: 9px;
    font-size: 27px; }

  /* line 789, theme.scss */
  .zp-logo__text strong {
    font-size: 14px; }

  /* line 793, theme.scss */
  .zp-logo__text small {
    display: none; }

  /* line 797, theme.scss */
  .zp-header-actions {
    width: 35%;
    justify-content: flex-end; }

  /* line 802, theme.scss */
  .zp-header-action {
    min-width: 40px;
    margin-left: 8px;
    font-size: 0; }

  /* line 808, theme.scss */
  .zp-header-action__icon {
    margin: 0;
    font-size: 22px; }

  /* line 813, theme.scss */
  .zp-search {
    order: 3;
    width: 100%;
    max-width: none;
    flex-basis: 100%;
    margin: 10px 0 0 0; }

  /* line 821, theme.scss */
  .zp-nav {
    min-height: 48px; }

  /* line 825, theme.scss */
  .zp-nav__inner {
    min-height: 48px; }

  /* line 829, theme.scss */
  .zp-nav a {
    min-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px; } }
/* line 836, theme.scss */
.zp-hero {
  min-height: 450px; }

/* line 840, theme.scss */
.zp-hero__inner {
  min-height: 450px;
  padding-top: 55px;
  padding-bottom: 55px; }

/* line 846, theme.scss */
.zp-hero__content {
  width: 62%;
  padding-right: 40px; }

/* line 851, theme.scss */
.zp-hero__visual {
  width: 34%;
  height: 320px; }

/* line 856, theme.scss */
.zp-hero__title {
  font-size: 56px; }

/* line 860, theme.scss */
.zp-section {
  padding-top: 55px;
  padding-bottom: 55px; }

/* line 865, theme.scss */
.zp-category-grid-real {
  margin-left: -7px;
  margin-right: -7px; }

/* line 870, theme.scss */
.zp-real-category {
  width: calc(25% - 14px);
  height: 235px;
  margin: 7px; }

/* line 876, theme.scss */
.zp-real-category__content {
  left: 20px;
  right: 20px;
  bottom: 18px; }

/* line 882, theme.scss */
.zp-real-category__content strong {
  font-size: 24px; }

/* line 886, theme.scss */
.zp-real-category__count {
  font-size: 10px; }

/* =========================================================
   ZP CATEGORIES FINAL FIX
   ========================================================= */
/* line 893, theme.scss */
.zp-categories {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding-top: 55px !important;
  padding-bottom: 65px !important;
  background: #f6f1e8 !important;
  clear: both !important; }

/* line 906, theme.scss */
.zp-categories .zp-container {
  width: 94% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* ЗАГОЛОВОК */
/* line 916, theme.scss */
.zp-categories .zp-section-heading {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  margin-bottom: 28px !important; }

/* line 924, theme.scss */
.zp-categories .zp-section-heading h2 {
  margin: 4px 0 0 0 !important;
  color: #191510 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  font-weight: normal !important; }

/* line 936, theme.scss */
.zp-categories .zp-section-heading__small {
  color: #a17c37 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important; }

/* line 946, theme.scss */
.zp-categories .zp-section-link {
  color: #896923 !important;
  font-size: 13px !important;
  text-decoration: none !important; }

/* СЕТКА — ГЛАВНОЕ ИСПРАВЛЕНИЕ */
/* line 956, theme.scss */
.zp-categories .zp-category-grid-real {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: 205px 205px !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  overflow: visible !important; }

/* КАРТОЧКИ */
/* line 983, theme.scss */
.zp-categories .zp-real-category {
  position: relative !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #211b14 !important;
  border: 1px solid rgba(173, 137, 72, 0.5) !important;
  border-radius: 4px !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 7px 24px rgba(39, 29, 18, 0.09) !important;
  box-sizing: border-box !important;
  transform: none !important;
  float: none !important; }

/* ПЕРВАЯ КАРТОЧКА — БОЛЬШАЯ, НО НЕ ОГРОМНАЯ */
/* line 1021, theme.scss */
.zp-categories .zp-real-category:first-child {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important; }

/* ОСТАЛЬНЫЕ 4 */
/* line 1029, theme.scss */
.zp-categories .zp-real-category:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important; }

/* line 1034, theme.scss */
.zp-categories .zp-real-category:nth-child(3) {
  grid-column: 3 !important;
  grid-row: 1 !important; }

/* line 1039, theme.scss */
.zp-categories .zp-real-category:nth-child(4) {
  grid-column: 2 !important;
  grid-row: 2 !important; }

/* line 1044, theme.scss */
.zp-categories .zp-real-category:nth-child(5) {
  grid-column: 3 !important;
  grid-row: 2 !important; }

/* КОНТЕЙНЕР КАРТИНКИ */
/* line 1052, theme.scss */
.zp-categories .zp-real-category__image {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #201b15 !important; }

/* САМА КАРТИНКА — БОЛЬШЕ НЕ МОЖЕТ РАЗДУТЬ БЛОК */
/* line 1074, theme.scss */
.zp-categories .zp-real-category__image img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  transform: scale(1) !important;
  transition: transform .45s ease, filter .45s ease !important; }

/* ТЁМНЫЙ ГРАДИЕНТ */
/* line 1108, theme.scss */
.zp-categories .zp-real-category__shade {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  background: linear-gradient(to bottom, rgba(10, 8, 5, 0.02) 20%, rgba(10, 8, 5, 0.18) 52%, rgba(10, 8, 5, 0.88) 100%) !important;
  pointer-events: none !important; }

/* ТЕКСТ */
/* line 1132, theme.scss */
.zp-categories .zp-real-category__content {
  position: absolute !important;
  z-index: 5 !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important; }

/* line 1147, theme.scss */
.zp-categories .zp-real-category__small {
  display: block !important;
  margin: 0 0 4px 0 !important;
  color: #d6b56c !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important; }

/* line 1163, theme.scss */
.zp-categories .zp-real-category__content strong {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 23px !important;
  line-height: 1.08 !important;
  font-weight: normal !important; }

/* line 1178, theme.scss */
.zp-categories .zp-real-category:first-child
.zp-real-category__content strong {
  font-size: 34px !important; }

/* line 1183, theme.scss */
.zp-categories .zp-real-category__count {
  display: inline-block !important;
  margin-top: 6px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 10px !important; }

/* line 1193, theme.scss */
.zp-categories .zp-real-category__content em {
  display: inline-block !important;
  margin-left: 10px !important;
  margin-top: 6px !important;
  color: #dfbf75 !important;
  font-size: 10px !important;
  font-style: normal !important; }

/* ЕСЛИ КАРТИНКИ У КАТЕГОРИИ НЕТ */
/* line 1208, theme.scss */
.zp-categories .zp-real-category__empty {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(190, 151, 78, 0.35) !important;
  font-family: Georgia, serif !important;
  font-size: 58px !important; }

/* HOVER */
/* line 1230, theme.scss */
.zp-categories .zp-real-category:hover {
  border-color: #b79049 !important;
  box-shadow: 0 12px 32px rgba(37, 27, 15, 0.16) !important; }

/* line 1237, theme.scss */
.zp-categories .zp-real-category:hover
.zp-real-category__image img {
  transform: scale(1.035) !important; }

/* =========================================================
   ТОВАРЫ СТРОГО ПОСЛЕ КАТЕГОРИЙ
   ========================================================= */
/* line 1247, theme.scss */
.zp-products {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
  margin: 0 !important;
  padding-top: 55px !important;
  padding-bottom: 65px !important;
  background: #fff !important; }

/* line 1264, theme.scss */
.zp-products .zp-container {
  position: relative !important;
  width: 94% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important; }

/* =========================================================
   TABLET
   ========================================================= */
@media screen and (max-width: 900px) {
  /* line 1283, theme.scss */
  .zp-categories .zp-category-grid-real {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-rows: none !important;
    grid-auto-rows: 210px !important; }

  /* line 1292, theme.scss */
  .zp-categories .zp-real-category:first-child,
  .zp-categories .zp-real-category:nth-child(2),
  .zp-categories .zp-real-category:nth-child(3),
  .zp-categories .zp-real-category:nth-child(4),
  .zp-categories .zp-real-category:nth-child(5) {
    grid-column: auto !important;
    grid-row: auto !important; }

  /* line 1301, theme.scss */
  .zp-categories .zp-real-category:first-child {
    grid-column: 1 / span 2 !important; } }
/* =========================================================
   MOBILE
   ========================================================= */
@media screen and (max-width: 600px) {
  /* line 1314, theme.scss */
  .zp-categories {
    padding-top: 38px !important;
    padding-bottom: 45px !important; }

  /* line 1319, theme.scss */
  .zp-categories .zp-section-heading {
    display: block !important;
    margin-bottom: 20px !important; }

  /* line 1325, theme.scss */
  .zp-categories .zp-section-heading h2 {
    font-size: 28px !important; }

  /* line 1329, theme.scss */
  .zp-categories .zp-section-link {
    display: inline-block !important;
    margin-top: 12px !important; }

  /* line 1334, theme.scss */
  .zp-categories .zp-category-grid-real {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    grid-auto-rows: 200px !important;
    gap: 12px !important; }

  /* line 1344, theme.scss */
  .zp-categories .zp-real-category:first-child,
  .zp-categories .zp-real-category:nth-child(2),
  .zp-categories .zp-real-category:nth-child(3),
  .zp-categories .zp-real-category:nth-child(4),
  .zp-categories .zp-real-category:nth-child(5) {
    grid-column: 1 !important;
    grid-row: auto !important; }

  /* line 1353, theme.scss */
  .zp-categories .zp-real-category__content strong,
  .zp-categories .zp-real-category:first-child
  .zp-real-category__content strong {
    font-size: 24px !important; } }
/* =========================================================
   ZP CATEGORY GRID CLEAN
   ========================================================= */
/* line 1364, theme.scss */
.zp-category-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: 190px 190px !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 1384, theme.scss */
.zp-cat {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(170, 132, 63, 0.45) !important;
  border-radius: 5px !important;
  background: #1b1712 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  box-shadow: 0 7px 20px rgba(40, 30, 18, 0.08) !important; }

/* line 1407, theme.scss */
.zp-cat--large {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important; }

/* line 1412, theme.scss */
.zp-cat__bg {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transform: scale(1.01);
  transition: transform .45s ease, filter .45s ease; }

/* Пока используем аккуратные фоны.
   Потом сюда подставим реальные картинки категорий. */
/* line 1437, theme.scss */
.zp-cat__bg--ikony {
  background: radial-gradient(circle at 50% 35%, rgba(199, 155, 75, 0.35), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, #6d4f23, #241b11) !important; }

/* line 1443, theme.scss */
.zp-cat__bg--svechi {
  background: radial-gradient(circle at 70% 30%, rgba(229, 194, 108, 0.35), rgba(0, 0, 0, 0) 30%), linear-gradient(135deg, #8f6a2f, #2b2014) !important; }

/* line 1449, theme.scss */
.zp-cat__bg--ladan {
  background: radial-gradient(circle at 40% 35%, rgba(157, 120, 60, 0.35), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, #5c4630, #211914) !important; }

/* line 1455, theme.scss */
.zp-cat__bg--utvar {
  background: radial-gradient(circle at 65% 30%, rgba(210, 170, 91, 0.3), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, #66512e, #211a12) !important; }

/* line 1461, theme.scss */
.zp-cat__bg--knigi {
  background: radial-gradient(circle at 55% 35%, rgba(177, 136, 73, 0.28), rgba(0, 0, 0, 0) 30%), linear-gradient(135deg, #4d3925, #1c1611) !important; }

/* line 1467, theme.scss */
.zp-cat__shade {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(to bottom, rgba(10, 8, 6, 0.02) 20%, rgba(10, 8, 6, 0.15) 52%, rgba(10, 8, 6, 0.88) 100%) !important; }

/* line 1484, theme.scss */
.zp-cat__content {
  position: absolute !important;
  z-index: 3 !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 18px !important;
  color: #fff !important; }

/* line 1496, theme.scss */
.zp-cat__content span {
  display: block !important;
  margin-bottom: 5px !important;
  color: #d5b46d !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important; }

/* line 1510, theme.scss */
.zp-cat__content strong {
  display: block !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: normal !important; }

/* line 1523, theme.scss */
.zp-cat--large .zp-cat__content strong {
  font-size: 34px !important; }

/* line 1527, theme.scss */
.zp-cat__content em {
  display: inline-block !important;
  margin-top: 9px !important;
  color: #dfc078 !important;
  font-size: 10px !important;
  font-style: normal !important; }

/* line 1538, theme.scss */
.zp-cat:hover .zp-cat__bg {
  transform: scale(1.04); }

/* line 1542, theme.scss */
.zp-cat:hover {
  border-color: #b9944d !important; }

/* нормальный отступ после категорий */
/* line 1548, theme.scss */
.zp-products {
  clear: both !important;
  margin-top: 0 !important;
  padding-top: 55px !important; }

/* планшет */
@media screen and (max-width: 900px) {
  /* line 1558, theme.scss */
  .zp-category-layout {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: none !important;
    grid-auto-rows: 190px !important; }

  /* line 1567, theme.scss */
  .zp-cat--large {
    grid-column: 1 / span 2 !important;
    grid-row: auto !important;
    height: 300px !important; } }
/* телефон */
@media screen and (max-width: 600px) {
  /* line 1579, theme.scss */
  .zp-category-layout {
    grid-template-columns: 1fr !important;
    grid-auto-rows: 180px !important;
    gap: 12px !important; }

  /* line 1585, theme.scss */
  .zp-cat--large {
    grid-column: 1 !important;
    height: 230px !important; }

  /* line 1590, theme.scss */
  .zp-cat__content strong,
  .zp-cat--large .zp-cat__content strong {
    font-size: 24px !important; } }
/* реальные фотографии категорий */
/* line 1598, theme.scss */
.zp-cat__bg {
  background-color: #2a2117 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: saturate(0.88) contrast(1.03) brightness(0.92); }

/* Иконы — показываем немного выше центра */
/* line 1611, theme.scss */
.zp-cat--large .zp-cat__bg {
  background-position: center 38% !important; }

/* line 1615, theme.scss */
.zp-cat__shade {
  background: linear-gradient(180deg, rgba(14, 11, 7, 0.04) 0%, rgba(14, 11, 7, 0.05) 35%, rgba(14, 11, 7, 0.3) 65%, rgba(14, 11, 7, 0.91) 100%) !important; }

/* line 1626, theme.scss */
.zp-cat:hover .zp-cat__bg {
  transform: scale(1.045) !important;
  filter: saturate(0.95) contrast(1.05) brightness(0.98); }

/* =========================================================
   КАРТИНКИ ПОПУЛЯРНЫХ КАТЕГОРИЙ
   ========================================================= */
/* line 1637, theme.scss */
.zp-cat__bg--ikony {
  background-image: url("category-icons.png") !important;
  background-position: center 35% !important; }

/* line 1642, theme.scss */
.zp-cat__bg--svechi {
  background-image: url("category-candles.png") !important;
  background-position: center center !important; }

/* line 1647, theme.scss */
.zp-cat__bg--ladan {
  background-image: url("category-incense.png") !important;
  background-position: center center !important; }

/* line 1652, theme.scss */
.zp-cat__bg--utvar {
  background-image: url("category-utvar.png") !important;
  background-position: center center !important; }

/* line 1657, theme.scss */
.zp-cat__bg--knigi {
  background-image: url("category-books.png") !important;
  background-position: center center !important; }

/* Общая обработка */
/* line 1665, theme.scss */
.zp-cat__bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: saturate(0.92) contrast(1.04) brightness(0.94);
  transition: transform .45s ease, filter .45s ease !important; }

/* Затемнение снизу под наши надписи */
/* line 1682, theme.scss */
.zp-cat__shade {
  background: linear-gradient(to bottom, rgba(10, 8, 5, 0.01) 0%, rgba(10, 8, 5, 0.03) 40%, rgba(10, 8, 5, 0.28) 68%, rgba(10, 8, 5, 0.88) 100%) !important; }

/* line 1694, theme.scss */
.zp-cat:hover .zp-cat__bg {
  transform: scale(1.04) !important;
  filter: saturate(1) contrast(1.05) brightness(1); }

/* =========================================================
   ZAPHRAM — ФИНАЛЬНЫЕ ФОТО КАТЕГОРИЙ
   ========================================================= */
/* ИКОНЫ */
/* line 1707, theme.scss */
.zp-cat__bg--ikony {
  background-image: url("https://cdn.insales-shop.ru/files/1/6073/133461945/original/category-icons.png") !important;
  background-position: center 42% !important; }

/* СВЕЧИ */
/* line 1716, theme.scss */
.zp-cat__bg--svechi {
  background-image: url("https://cdn.insales-shop.ru/files/1/6041/133461913/original/category-candles.png") !important;
  background-position: center center !important; }

/* ЛАДАН */
/* line 1725, theme.scss */
.zp-cat__bg--ladan {
  background-image: url("https://cdn.insales-shop.ru/files/1/6057/133461929/original/category-incense.png") !important;
  background-position: center center !important; }

/* УТВАРЬ */
/* line 1734, theme.scss */
.zp-cat__bg--utvar {
  background-image: url("https://cdn.insales-shop.ru/files/1/6065/133461937/original/category-utvar.png") !important;
  background-position: center center !important; }

/* КНИГИ */
/* line 1743, theme.scss */
.zp-cat__bg--knigi {
  background-image: url("https://cdn.insales-shop.ru/files/1/6049/133461921/original/category-books.png") !important;
  background-position: center center !important; }

/* =========================================================
   ОБЩАЯ ОБРАБОТКА ФОТО
   ========================================================= */
/* line 1755, theme.scss */
.zp-cat__bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: saturate(0.92) contrast(1.03) brightness(0.94);
  transform: scale(1.01);
  transition: transform .45s ease, filter .45s ease !important; }

/* Затемнение только для читаемости надписей */
/* line 1774, theme.scss */
.zp-cat__shade {
  background: linear-gradient(180deg, rgba(9, 7, 5, 0) 0%, rgba(9, 7, 5, 0.02) 35%, rgba(9, 7, 5, 0.2) 58%, rgba(9, 7, 5, 0.68) 82%, rgba(9, 7, 5, 0.9) 100%) !important; }

/* Тонкая золотая рамка внутри */
/* line 1789, theme.scss */
.zp-cat::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(224, 190, 112, 0.18);
  pointer-events: none;
  transition: border-color .3s ease; }

/* Наведение */
/* line 1812, theme.scss */
.zp-cat:hover .zp-cat__bg {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.04) brightness(1); }

/* line 1821, theme.scss */
.zp-cat:hover::after {
  border-color: rgba(224, 190, 112, 0.45); }

/* =========================================================
   HERO — ЦЕРКОВНАЯ ЛАВКА / ДУХОВНАЯ АПТЕКА
   ========================================================= */
/* line 1828, theme.scss */
.zp-hero__visual--photo {
  position: relative !important;
  display: block !important;
  width: 46% !important;
  height: 390px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(191, 145, 57, 0.55) !important;
  border-radius: 3px !important;
  background: #100d09 !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28) !important; }

/* line 1848, theme.scss */
.zp-hero__image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

/* тонкая внутренняя золотая рамка */
/* line 1873, theme.scss */
.zp-hero__visual--photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  border: 1px solid rgba(220, 178, 91, 0.22);
  pointer-events: none; }

/* планшет */
@media screen and (max-width: 1000px) {
  /* line 1895, theme.scss */
  .zp-hero__visual--photo {
    width: 44% !important;
    height: 330px !important; } }
/* телефон */
@media screen and (max-width: 700px) {
  /* line 1907, theme.scss */
  .zp-hero__visual--photo {
    width: 100% !important;
    height: 270px !important;
    margin-top: 30px !important; } }
/* =========================================================
   КАРТИНКА В ЦЕНТРЕ ПРАВОГО HERO-БЛОКА
   ========================================================= */
/* line 1920, theme.scss */
.zp-hero__visual-text {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 260px !important;
  height: 175px !important;
  background: url("https://cdn.insales-shop.ru/files/1/7409/133463281/original/lavka.png") center center/cover no-repeat !important;
  border: 1px solid rgba(205, 164, 82, 0.45) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35) !important;
  overflow: hidden !important; }

/* Убираем старые ЦЕРКОВНАЯ / ЛАВКА,
   потому что текст уже есть на новой картинке */
/* line 1947, theme.scss */
.zp-hero__visual-text span,
.zp-hero__visual-text strong {
  display: none !important; }

/* Старый большой крест тоже убираем —
   он уже есть в композиции новой картинки */
/* line 1956, theme.scss */
.zp-hero__cross {
  display: none !important; }

/* Золотую маленькую звезду сверху оставляем */
/* line 1963, theme.scss */
.zp-hero__ornament {
  display: block !important; }

/* =========================================================
   HERO — ФИНАЛЬНАЯ КАРТИНКА
   ========================================================= */
/* line 1970, theme.scss */
.zp-hero__visual.zp-hero__visual--lavka {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  min-height: 340px !important;
  background: #17130f !important; }

/* line 1978, theme.scss */
.zp-hero__lavka-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important; }

/* =========================================================
   ТОВАРЫ НАШЕЙ ЛАВКИ — ЦВЕТ СЕКЦИИ
   ========================================================= */
/* line 2003, theme.scss */
.zp-products {
  background: #f5f0e7 !important;
  border-top: 1px solid rgba(173, 132, 57, 0.18) !important;
  border-bottom: 1px solid rgba(173, 132, 57, 0.18) !important; }

/* Заголовок */
/* line 2010, theme.scss */
.zp-products .zp-section-heading__small {
  color: #a97820 !important; }

/* line 2014, theme.scss */
.zp-products .zp-section-heading h2 {
  color: #17130f !important; }

/* line 2018, theme.scss */
.zp-products .zp-section-link {
  color: #9b6d1d !important; }

/* Внутренняя зона штатного виджета InSales */
/* line 2023, theme.scss */
.zp-products .zp-insales-products {
  background: transparent !important; }

/* Если сам виджет принудительно рисует белый фон */
/* line 2028, theme.scss */
.zp-products .layout,
.zp-products .layout__content,
.zp-products .collection,
.zp-products .collection-products,
.zp-products .products-list {
  background-color: transparent !important; }

/* =========================================================
   ЕДИНЫЙ ФОН ВСЕГО САЙТА
   ========================================================= */
/* line 2039, theme.scss */
html,
body {
  background: #f5f0e7 !important; }

/* line 2044, theme.scss */
body,
.page,
.page-content,
.layout,
.layout__content,
.main-content,
.content,
.container,
.content-wrapper,
.page-wrapper {
  background-color: #f5f0e7 !important; }

/* Основные страницы магазина */
/* line 2060, theme.scss */
.collection-page,
.product-page,
.cart-page,
.search-page,
.blog-page,
.article-page,
.page-page,
.favorite-page,
.compare-page,
.account-page {
  background: #f5f0e7 !important; }

/* Секции внутри страниц */
/* line 2076, theme.scss */
.zp-section,
.zp-products,
.zp-categories {
  background-color: #f5f0e7 !important; }

/* HERO остаётся тёмным */
/* line 2085, theme.scss */
.zp-hero {
  background: #0e0d0b !important; }

/* Светлые карточки товаров и контента */
/* line 2092, theme.scss */
.product-card,
.card,
.collection-product,
.product-item {
  background: #fffdf8 !important; }

/* Убираем случайные белые полосы */
/* line 2102, theme.scss */
main,
main > div,
.site-content {
  background-color: #f5f0e7 !important; }

/* =========================================================
   ZAPHRAM HOME — FINAL CLEAN
   На главной: HERO → преимущества → популярные категории →
   Корзина милосердия. Товарные виджеты и дубли категорий убраны.
   ========================================================= */
/* line 2115, theme.scss */
.zp-home {
  background: #f5f0e7 !important; }

/* line 2119, theme.scss */
.zp-categories {
  margin-bottom: 0 !important; }

/* line 2123, theme.scss */
.zp-categories + .zp-charity {
  margin-top: 0 !important; }

/* Единый основной фон внутренних страниц */
/* line 2128, theme.scss */
html,
body,
main,
.site-content,
.page,
.page-content,
.layout,
.layout__content,
.main-content,
.content-wrapper,
.page-wrapper {
  background-color: #f5f0e7 !important; }

/* Тёмные фирменные зоны не перекрашиваем */
/* line 2143, theme.scss */
.zp-hero {
  background: #0e0d0b !important; }

/* line 2147, theme.scss */
.zp-charity {
  background: #171411 !important; }

/* =========================================================
   ZAPHRAM — INTERNAL PAGES HEADER SAFE V1
   Только внутренние страницы. Главную не меняет.
   ========================================================= */
/* line 2156, theme.scss */
.zp-site-header--internal {
  background: #0f0e0c !important;
  border-bottom: 1px solid rgba(181, 138, 58, 0.45) !important; }

/* line 2161, theme.scss */
.zp-site-header--internal .zp-header-main {
  background: #12110f !important;
  border-bottom: 1px solid rgba(181, 138, 58, 0.28) !important; }

/* line 2166, theme.scss */
.zp-site-header--internal .zp-logo {
  color: #f5ead7 !important; }

/* line 2170, theme.scss */
.zp-site-header--internal .zp-logo__mark {
  border-color: #b58a3a !important;
  color: #d3ad61 !important; }

/* line 2175, theme.scss */
.zp-site-header--internal .zp-logo__text strong {
  color: #f5ead7 !important; }

/* line 2179, theme.scss */
.zp-site-header--internal .zp-logo__text small {
  color: #b8aa95 !important; }

/* line 2183, theme.scss */
.zp-site-header--internal .zp-search input {
  background: #1a1713 !important;
  border-color: rgba(181, 138, 58, 0.55) !important;
  color: #f7efe3 !important; }

/* line 2189, theme.scss */
.zp-site-header--internal .zp-search input::placeholder {
  color: #978a78 !important; }

/* line 2193, theme.scss */
.zp-site-header--internal .zp-search button {
  color: #d0a859 !important; }

/* line 2197, theme.scss */
.zp-site-header--internal .zp-header-action {
  color: #eee3d1 !important; }

/* line 2201, theme.scss */
.zp-site-header--internal .zp-header-action__icon {
  color: #d0a859 !important; }

/* line 2205, theme.scss */
.zp-site-header--internal .zp-nav {
  background: #0d0c0a !important;
  border-bottom: 1px solid rgba(181, 138, 58, 0.32) !important; }

/* line 2210, theme.scss */
.zp-site-header--internal .zp-nav__catalog {
  background: #9b742d !important; }

/* line 2214, theme.scss */
.zp-internal-cats {
  width: 100% !important;
  background: linear-gradient(180deg, #17140f 0%, #100f0d 100%) !important;
  border-bottom: 1px solid rgba(181, 138, 58, 0.55) !important; }

/* line 2225, theme.scss */
.zp-internal-cats__inner {
  min-height: 132px !important;
  padding-top: 14px !important;
  padding-bottom: 13px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 14px !important;
  overflow-x: auto !important; }

/* line 2238, theme.scss */
.zp-internal-cat {
  width: 104px !important;
  min-width: 104px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  color: #eee1cf !important;
  text-decoration: none !important;
  text-align: center !important;
  font-size: 11px !important;
  line-height: 1.25 !important; }

/* line 2254, theme.scss */
.zp-internal-cat__img {
  width: 70px !important;
  height: 70px !important;
  margin-bottom: 8px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  border: 1px solid rgba(204, 159, 74, 0.75) !important;
  background: #211b13 !important;
  box-shadow: 0 0 0 4px rgba(181, 138, 58, 0.06), 0 7px 18px rgba(0, 0, 0, 0.26) !important; }

/* line 2273, theme.scss */
.zp-internal-cat__img img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(0.84) brightness(0.82) contrast(1.06) !important;
  transition: transform .3s ease, filter .3s ease !important; }

/* line 2292, theme.scss */
.zp-internal-cat:hover {
  color: #d7b365 !important; }

/* line 2296, theme.scss */
.zp-internal-cat:hover .zp-internal-cat__img img {
  transform: scale(1.06) !important;
  filter: saturate(0.95) brightness(0.94) contrast(1.06) !important; }

/* Внутренние страницы сохраняют единый кремовый фон */
/* line 2308, theme.scss */
body:not([data-theme-template*="index"]),
body:not([data-theme-template*="index"]) main {
  background-color: #f5f0e7 !important; }

/* Планшет */
@media screen and (max-width: 900px) {
  /* line 2318, theme.scss */
  .zp-internal-cats__inner {
    justify-content: flex-start !important; } }
/* Телефон */
@media screen and (max-width: 700px) {
  /* line 2329, theme.scss */
  .zp-site-header--internal .zp-header-main__inner {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }

  /* line 2334, theme.scss */
  .zp-internal-cats__inner {
    min-height: 112px !important; }

  /* line 2338, theme.scss */
  .zp-internal-cat {
    width: 86px !important;
    min-width: 86px !important;
    font-size: 10px !important; }

  /* line 2344, theme.scss */
  .zp-internal-cat__img {
    width: 58px !important;
    height: 58px !important; } }
/* =========================================================
   ZAPHRAM — INTERNAL CATALOG STRIP FINAL
   Без верхнего текстового меню. Только полный каталог кружками.
   ========================================================= */
/* line 2357, theme.scss */
.zp-site-header--internal .zp-nav {
  display: none !important; }

/* line 2361, theme.scss */
.zp-site-header--internal .zp-internal-cats {
  border-top: 1px solid rgba(181, 138, 58, 0.28) !important; }

/* line 2365, theme.scss */
.zp-site-header--internal .zp-internal-cats__inner {
  min-height: 138px !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(181, 138, 58, 0.55) rgba(255, 255, 255, 0.04); }

/* line 2380, theme.scss */
.zp-site-header--internal .zp-internal-cats__inner::-webkit-scrollbar {
  height: 7px; }

/* line 2384, theme.scss */
.zp-site-header--internal .zp-internal-cats__inner::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04); }

/* line 2388, theme.scss */
.zp-site-header--internal .zp-internal-cats__inner::-webkit-scrollbar-thumb {
  background: rgba(181, 138, 58, 0.55);
  border-radius: 10px; }

/* line 2393, theme.scss */
.zp-site-header--internal .zp-internal-cat {
  width: 104px !important;
  min-width: 104px !important; }

/* line 2398, theme.scss */
.zp-site-header--internal .zp-internal-cat > span:last-child {
  display: block !important;
  max-width: 104px !important;
  color: #eee1cf !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  text-transform: none !important; }

/* line 2411, theme.scss */
.zp-site-header--internal .zp-internal-cat:hover > span:last-child {
  color: #d8b468 !important; }

@media screen and (max-width: 700px) {
  /* line 2417, theme.scss */
  .zp-site-header--internal .zp-internal-cats__inner {
    min-height: 116px !important;
    gap: 12px !important; }

  /* line 2422, theme.scss */
  .zp-site-header--internal .zp-internal-cat {
    width: 84px !important;
    min-width: 84px !important; }

  /* line 2427, theme.scss */
  .zp-site-header--internal .zp-internal-cat > span:last-child {
    max-width: 84px !important;
    font-size: 9px !important; } }
/* =========================================================
   ZAPHRAM — DARK PREMIUM SYSTEM / ALL PAGES
   2026-09-03
   Основа: theme_FULL_16_CATEGORIES.scss
   Не меняем логику InSales — только внешний вид.
   ========================================================= */
/* line 2442, theme.scss */
:root {
  --zp-black: #090909;
  --zp-black-2: #0e0d0b;
  --zp-panel: #12110f;
  --zp-panel-2: #17140f;
  --zp-panel-3: #1c1813;
  --zp-gold: #c79334;
  --zp-gold-soft: #d7b267;
  --zp-gold-dark: #8d6724;
  --zp-cream: #f0e4d1;
  --zp-muted: #b9aa95;
  --zp-line: rgba(199,147,52,.34); }

/* ===== БАЗА САЙТА ===== */
/* line 2457, theme.scss */
html,
body,
body .page,
body .page-content,
body .layout,
body .layout__content,
body .main-content,
body .content,
body .content-wrapper,
body .page-wrapper,
body main,
body main > div,
body .site-content {
  background: var(--zp-black-2) !important;
  color: var(--zp-cream) !important; }

/* line 2474, theme.scss */
body {
  color: var(--zp-cream) !important; }

/* line 2478, theme.scss */
body a {
  color: var(--zp-gold-soft); }

/* line 2482, theme.scss */
body a:hover {
  color: #f1ca79; }

/* ===== ВЕРХНИЙ ХЕДЕР КАК НА УТВЕРЖДЁННОМ МАКЕТЕ ===== */
/* line 2487, theme.scss */
.zp-site-header,
.zp-header-main,
.zp-site-header--internal .zp-header-main {
  background: linear-gradient(180deg, #0d0d0c 0%, #0a0a09 100%) !important;
  color: var(--zp-cream) !important; }

/* line 2494, theme.scss */
.zp-header-main {
  border-bottom: 1px solid rgba(199, 147, 52, 0.25) !important; }

/* line 2498, theme.scss */
.zp-logo,
.zp-logo:visited,
.zp-logo__text strong {
  color: #f0dfc0 !important; }

/* line 2504, theme.scss */
.zp-logo__text small {
  color: #c4b39b !important; }

/* line 2508, theme.scss */
.zp-logo__mark {
  border-color: rgba(199, 147, 52, 0.75) !important;
  color: #d7a747 !important;
  background: rgba(255, 255, 255, 0.015) !important; }

/* line 2514, theme.scss */
.zp-search input {
  background: #11110f !important;
  color: #eee2d1 !important;
  border-color: rgba(199, 147, 52, 0.42) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.012) !important; }

/* line 2521, theme.scss */
.zp-search input::placeholder {
  color: #8f8578 !important; }

/* line 2525, theme.scss */
.zp-search button {
  background: linear-gradient(180deg, #d19a38, #b87f21) !important;
  color: #fff7e8 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important; }

/* line 2531, theme.scss */
.zp-header-action,
.zp-header-action:visited {
  color: #eadcc7 !important; }

/* line 2536, theme.scss */
.zp-header-action__icon {
  color: #d8a94e !important; }

/* line 2540, theme.scss */
.zp-header-action:hover {
  color: #f4c96f !important; }

/* ===== КРУГЛЫЙ КАТАЛОГ ===== */
/* line 2545, theme.scss */
.zp-internal-cats {
  background: linear-gradient(180deg, #11100e 0%, #0b0b0a 100%) !important;
  border-top: 1px solid rgba(199, 147, 52, 0.2) !important;
  border-bottom: 1px solid rgba(199, 147, 52, 0.34) !important; }

/* line 2551, theme.scss */
.zp-internal-cat {
  color: #f0e3d0 !important; }

/* line 2555, theme.scss */
.zp-internal-cat__img {
  border: 1px solid rgba(214, 163, 66, 0.9) !important;
  background: #191510 !important;
  box-shadow: 0 0 0 3px rgba(199, 147, 52, 0.06), 0 8px 24px rgba(0, 0, 0, 0.38) !important; }

/* line 2563, theme.scss */
.zp-internal-cat__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important; }

/* Крупнее подписи под кружками */
/* line 2571, theme.scss */
.zp-site-header--internal .zp-internal-cat,
.zp-internal-cat {
  width: 112px !important;
  min-width: 112px !important; }

/* line 2577, theme.scss */
.zp-site-header--internal .zp-internal-cat > span:last-child,
.zp-internal-cat > span:last-child {
  max-width: 112px !important;
  color: #eee1cf !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: .15px !important; }

/* ===== ГЛАВНАЯ: НИЖНИЕ БЛОКИ ТОЖЕ ТЁМНЫЕ ===== */
/* line 2588, theme.scss */
.zp-home,
.zp-benefits,
.zp-categories,
.zp-products,
.zp-groups,
.zp-section {
  background: var(--zp-black-2) !important;
  color: var(--zp-cream) !important; }

/* line 2598, theme.scss */
.zp-benefits {
  border-top: 1px solid rgba(199, 147, 52, 0.2) !important;
  border-bottom: 1px solid rgba(199, 147, 52, 0.3) !important; }

/* line 2603, theme.scss */
.zp-benefit {
  border-right-color: rgba(199, 147, 52, 0.18) !important; }

/* line 2607, theme.scss */
.zp-benefit strong,
.zp-section-heading h2,
.zp-categories .zp-section-heading h2,
.zp-products .zp-section-heading h2 {
  color: #f0e4d1 !important; }

/* line 2614, theme.scss */
.zp-benefit span {
  color: #b8aa97 !important; }

/* line 2618, theme.scss */
.zp-benefit__icon {
  color: #d4a144 !important;
  border-color: rgba(212, 161, 68, 0.82) !important; }

/* line 2623, theme.scss */
.zp-section-heading__small,
.zp-charity__small,
.zp-products .zp-section-heading__small {
  color: #c99539 !important; }

/* line 2629, theme.scss */
.zp-section-link,
.zp-categories .zp-section-link,
.zp-products .zp-section-link {
  color: #d4a84e !important; }

/* =========================================================
   ВНУТРЕННИЕ СТРАНИЦЫ — ОБЩАЯ ТЁМНАЯ СИСТЕМА
   ========================================================= */
/* line 2639, theme.scss */
body:not([data-theme-template*="index"]) main {
  min-height: 520px;
  padding-top: 34px;
  padding-bottom: 64px;
  background: radial-gradient(circle at 50% -80px, rgba(181, 138, 58, 0.07), rgba(0, 0, 0, 0) 330px), #0e0d0b !important; }

/* line 2648, theme.scss */
body:not([data-theme-template*="index"]) main > * {
  color: var(--zp-cream) !important; }

/* Общие контейнеры внутренних страниц */
/* line 2653, theme.scss */
body:not([data-theme-template*="index"]) main .layout,
body:not([data-theme-template*="index"]) main .layout__content,
body:not([data-theme-template*="index"]) main .container,
body:not([data-theme-template*="index"]) main .collection,
body:not([data-theme-template*="index"]) main .product,
body:not([data-theme-template*="index"]) main .cart,
body:not([data-theme-template*="index"]) main .search,
body:not([data-theme-template*="index"]) main .blog,
body:not([data-theme-template*="index"]) main .article,
body:not([data-theme-template*="index"]) main .page-content {
  background: transparent !important;
  color: var(--zp-cream) !important; }

/* Заголовки */
/* line 2668, theme.scss */
body:not([data-theme-template*="index"]) main h1,
body:not([data-theme-template*="index"]) main h2,
body:not([data-theme-template*="index"]) main h3,
body:not([data-theme-template*="index"]) main h4,
body:not([data-theme-template*="index"]) main .heading,
body:not([data-theme-template*="index"]) main .item-heading {
  color: #f1e3cc !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important; }

/* line 2679, theme.scss */
body:not([data-theme-template*="index"]) main h1 {
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.12 !important; }

/* Хлебные крошки */
/* line 2685, theme.scss */
body:not([data-theme-template*="index"]) .breadcrumb,
body:not([data-theme-template*="index"]) .breadcrumbs,
body:not([data-theme-template*="index"]) [class*="breadcrumb"] {
  color: #8f8270 !important; }

/* line 2691, theme.scss */
body:not([data-theme-template*="index"]) .breadcrumb a,
body:not([data-theme-template*="index"]) .breadcrumbs a,
body:not([data-theme-template*="index"]) [class*="breadcrumb"] a {
  color: #b99555 !important; }

/* Карточки и панели */
/* line 2698, theme.scss */
body:not([data-theme-template*="index"]) main .card,
body:not([data-theme-template*="index"]) main .product-card,
body:not([data-theme-template*="index"]) main .collection-product,
body:not([data-theme-template*="index"]) main .product-item,
body:not([data-theme-template*="index"]) main [class*="product-card"],
body:not([data-theme-template*="index"]) main [class*="product-item"],
body:not([data-theme-template*="index"]) main [class*="item-card"],
body:not([data-theme-template*="index"]) main [class*="panel"] {
  background: linear-gradient(180deg, #171511 0%, #11100e 100%) !important;
  color: #efe1cc !important;
  border-color: rgba(199, 147, 52, 0.27) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2) !important; }

/* Карточки товаров — картинки оставляем светлыми, чтобы товар не терялся */
/* line 2713, theme.scss */
body:not([data-theme-template*="index"]) main .product-card img,
body:not([data-theme-template*="index"]) main .collection-product img,
body:not([data-theme-template*="index"]) main .product-item img,
body:not([data-theme-template*="index"]) main [class*="product-card"] img,
body:not([data-theme-template*="index"]) main [class*="product-item"] img {
  border-radius: 3px !important; }

/* Названия и цены */
/* line 2722, theme.scss */
body:not([data-theme-template*="index"]) main [class*="product"] a,
body:not([data-theme-template*="index"]) main [class*="product"] .title,
body:not([data-theme-template*="index"]) main [class*="product"] [class*="title"] {
  color: #eadcc5 !important; }

/* line 2728, theme.scss */
body:not([data-theme-template*="index"]) main .price,
body:not([data-theme-template*="index"]) main [class*="price"] {
  color: #d3a24a !important;
  font-weight: 600; }

/* Фильтры / сайдбар */
/* line 2735, theme.scss */
body:not([data-theme-template*="index"]) aside,
body:not([data-theme-template*="index"]) aside section,
body:not([data-theme-template*="index"]) [data-sidebar],
body:not([data-theme-template*="index"]) main [class*="filter"],
body:not([data-theme-template*="index"]) main [class*="sidebar"] {
  background: #11100e !important;
  color: #dfd1bd !important;
  border-color: rgba(199, 147, 52, 0.24) !important; }

/* line 2745, theme.scss */
body:not([data-theme-template*="index"]) aside h3,
body:not([data-theme-template*="index"]) aside h4,
body:not([data-theme-template*="index"]) [class*="filter"] h3,
body:not([data-theme-template*="index"]) [class*="filter"] h4 {
  color: #e8d8bd !important; }

/* Формы */
/* line 2753, theme.scss */
body:not([data-theme-template*="index"]) main input:not([type="checkbox"]):not([type="radio"]),
body:not([data-theme-template*="index"]) main textarea,
body:not([data-theme-template*="index"]) main select {
  background: #151411 !important;
  color: #eee0cb !important;
  border-color: rgba(199, 147, 52, 0.34) !important;
  box-shadow: none !important; }

/* line 2762, theme.scss */
body:not([data-theme-template*="index"]) main input::placeholder,
body:not([data-theme-template*="index"]) main textarea::placeholder {
  color: #7f7568 !important; }

/* Кнопки */
/* line 2768, theme.scss */
body:not([data-theme-template*="index"]) main button,
body:not([data-theme-template*="index"]) main .button,
body:not([data-theme-template*="index"]) main .btn,
body:not([data-theme-template*="index"]) main input[type="submit"] {
  border-color: #b7832a !important;
  background: linear-gradient(180deg, #d09b3d 0%, #ad741c 100%) !important;
  color: #fff8ec !important;
  box-shadow: none !important; }

/* line 2778, theme.scss */
body:not([data-theme-template*="index"]) main button:hover,
body:not([data-theme-template*="index"]) main .button:hover,
body:not([data-theme-template*="index"]) main .btn:hover,
body:not([data-theme-template*="index"]) main input[type="submit"]:hover {
  background: linear-gradient(180deg, #dbaa4e 0%, #bd8529 100%) !important;
  color: #fff !important; }

/* Вторичные/контурные кнопки */
/* line 2787, theme.scss */
body:not([data-theme-template*="index"]) main .button--empty,
body:not([data-theme-template*="index"]) main .button--border,
body:not([data-theme-template*="index"]) main .btn-outline,
body:not([data-theme-template*="index"]) main [class*="outline"] {
  background: transparent !important;
  border-color: rgba(199, 147, 52, 0.6) !important;
  color: #d6ab58 !important; }

/* Таблицы: корзина / сравнение / кабинетные блоки */
/* line 2797, theme.scss */
body:not([data-theme-template*="index"]) main table {
  background: #11100e !important;
  color: #e9dbc7 !important;
  border-color: rgba(199, 147, 52, 0.24) !important; }

/* line 2803, theme.scss */
body:not([data-theme-template*="index"]) main th {
  background: #181611 !important;
  color: #d7b469 !important;
  border-color: rgba(199, 147, 52, 0.24) !important; }

/* line 2809, theme.scss */
body:not([data-theme-template*="index"]) main td {
  color: #e5d6c1 !important;
  border-color: rgba(199, 147, 52, 0.16) !important; }

/* Пагинация */
/* line 2815, theme.scss */
body:not([data-theme-template*="index"]) .pagination a,
body:not([data-theme-template*="index"]) .pagination span,
body:not([data-theme-template*="index"]) [class*="pagination"] a,
body:not([data-theme-template*="index"]) [class*="pagination"] span {
  background: #15130f !important;
  color: #d7b469 !important;
  border-color: rgba(199, 147, 52, 0.25) !important; }

/* line 2824, theme.scss */
body:not([data-theme-template*="index"]) .pagination .active,
body:not([data-theme-template*="index"]) [class*="pagination"] .active {
  background: #b7832a !important;
  color: #fff !important; }

/* ===== СТРАНИЦА ТОВАРА ===== */
/* line 2831, theme.scss */
body[data-theme-template*="product"] main [class*="product-info"],
body[data-theme-template*="product"] main [class*="product-form"],
body[data-theme-template*="product"] main [class*="product-description"],
body[data-theme-template*="product"] main [class*="product-gallery"] {
  background: transparent !important;
  color: #e9dac4 !important;
  border-color: rgba(199, 147, 52, 0.22) !important; }

/* line 2840, theme.scss */
body[data-theme-template*="product"] main [class*="product"] hr {
  border-color: rgba(199, 147, 52, 0.18) !important; }

/* ===== КОРЗИНА ===== */
/* line 2845, theme.scss */
body[data-theme-template*="cart"] main [class*="cart"] {
  color: #e8dac6 !important;
  border-color: rgba(199, 147, 52, 0.22) !important; }

/* line 2850, theme.scss */
body[data-theme-template*="cart"] main [class*="cart-total"],
body[data-theme-template*="cart"] main [class*="summary"] {
  background: #16140f !important;
  border: 1px solid rgba(199, 147, 52, 0.28) !important; }

/* ===== ПОИСК / ИЗБРАННОЕ / СРАВНЕНИЕ ===== */
/* line 2857, theme.scss */
body[data-theme-template*="search"] main,
body[data-theme-template*="favorite"] main,
body[data-theme-template*="compare"] main {
  color: #eadcc7 !important; }

/* ===== БЛОГ / СТАТЬИ / ОБЫЧНЫЕ СТРАНИЦЫ ===== */
/* line 2864, theme.scss */
body[data-theme-template*="blog"] main article,
body[data-theme-template*="article"] main article,
body[data-theme-template*="page"] main .static-text,
body[data-theme-template*="page"] main [class*="page-content"] {
  background: transparent !important;
  color: #ded0bb !important; }

/* line 2872, theme.scss */
body[data-theme-template*="article"] main p,
body[data-theme-template*="page"] main p,
body[data-theme-template*="blog"] main p {
  color: #cfc0aa !important;
  line-height: 1.7 !important; }

/* ===== 404 ===== */
/* line 2880, theme.scss */
.page-404 {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 70px 30px !important;
  text-align: center !important;
  background: #15130f !important;
  color: #eadcc7 !important;
  border: 1px solid rgba(199, 147, 52, 0.28) !important; }

/* ===== FOOTER ===== */
/* line 2891, theme.scss */
footer,
footer .layout,
footer .layout__content,
footer [class*="footer"] {
  background: #090909 !important;
  color: #bcae9a !important;
  border-color: rgba(199, 147, 52, 0.2) !important; }

/* line 2900, theme.scss */
footer a {
  color: #cfaa62 !important; }

/* ===== МОБИЛЬНАЯ АДАПТАЦИЯ ===== */
@media screen and (max-width: 700px) {
  /* line 2906, theme.scss */
  .zp-site-header--internal .zp-internal-cat,
  .zp-internal-cat {
    width: 90px !important;
    min-width: 90px !important; }

  /* line 2912, theme.scss */
  .zp-site-header--internal .zp-internal-cat > span:last-child,
  .zp-internal-cat > span:last-child {
    max-width: 90px !important;
    font-size: 10px !important;
    line-height: 1.18 !important; }

  /* line 2919, theme.scss */
  body:not([data-theme-template*="index"]) main {
    padding-top: 22px;
    padding-bottom: 42px; } }
/* =========================================================
   ZAPHRAM — INTERNAL PAGE WHITE GUTTERS FIX
   Убираем белые поля вокруг sidebar/main на внутренних страницах
   ========================================================= */
/* line 2930, theme.scss */
body:not([data-theme-template*="index"]),
body:not([data-theme-template*="index"]) > div,
body:not([data-theme-template*="index"]) > section,
body:not([data-theme-template*="index"]) > main,
body:not([data-theme-template*="index"]) .page,
body:not([data-theme-template*="index"]) .layout,
body:not([data-theme-template*="index"]) .layout__content,
body:not([data-theme-template*="index"]) .main-content,
body:not([data-theme-template*="index"]) .content,
body:not([data-theme-template*="index"]) .content-wrapper,
body:not([data-theme-template*="index"]) .page-wrapper,
body:not([data-theme-template*="index"]) .site-content {
  background-color: #0e0d0b !important; }

/* Родительские обёртки, которые создают белые полосы между main и aside */
/* line 2946, theme.scss */
body:not([data-theme-template*="index"]) *:has(> main),
body:not([data-theme-template*="index"]) *:has(> aside),
body:not([data-theme-template*="index"]) *:has(> [data-sidebar]) {
  background-color: #0e0d0b !important; }

/* line 2952, theme.scss */
body:not([data-theme-template*="index"]) main,
body:not([data-theme-template*="index"]) aside,
body:not([data-theme-template*="index"]) [data-sidebar] {
  background-color: #0e0d0b !important; }

/* Даже если штатная тема рисует белый фон псевдоэлементами */
/* line 2959, theme.scss */
body:not([data-theme-template*="index"]) main::before,
body:not([data-theme-template*="index"]) main::after,
body:not([data-theme-template*="index"]) aside::before,
body:not([data-theme-template*="index"]) aside::after,
body:not([data-theme-template*="index"]) [data-sidebar]::before,
body:not([data-theme-template*="index"]) [data-sidebar]::after {
  background-color: #0e0d0b !important; }

/* Полоса вокруг рабочего контента каталога */
/* line 2969, theme.scss */
body[data-theme-template*="collection"] main,
body[data-theme-template*="collection"] aside,
body[data-theme-template*="collection"] main > *,
body[data-theme-template*="collection"] aside > * {
  border-color: rgba(199, 147, 52, 0.18) !important; }

/* =========================================================
   ZAPHRAM — REMOVE LAST WHITE BLOCKS
   product buy panel / cart summary / category scrollbar
   ========================================================= */
/* PRODUCT — right purchase/price blocks */
/* line 2982, theme.scss */
body[data-theme-template*="product"] main [class*="product"] [class*="price"],
body[data-theme-template*="product"] main [class*="product"] [class*="buy"],
body[data-theme-template*="product"] main [class*="product"] [class*="form"],
body[data-theme-template*="product"] main [class*="product"] [class*="controls"],
body[data-theme-template*="product"] main [class*="product"] [class*="offer"],
body[data-theme-template*="product"] main [class*="product"] [class*="action"],
body[data-theme-template*="product"] main form,
body[data-theme-template*="product"] main form > div {
  background-color: #171512 !important;
  color: #eadcc7 !important;
  border-color: rgba(199, 147, 52, 0.42) !important; }

/* line 2995, theme.scss */
body[data-theme-template*="product"] main input,
body[data-theme-template*="product"] main select,
body[data-theme-template*="product"] main textarea {
  background: #0f0e0c !important;
  color: #f0e3cf !important;
  border-color: rgba(199, 147, 52, 0.42) !important; }

/* CART — right summary/checkout panel */
/* line 3004, theme.scss */
body[data-theme-template*="cart"] main [class*="cart"] [class*="total"],
body[data-theme-template*="cart"] main [class*="cart"] [class*="summary"],
body[data-theme-template*="cart"] main [class*="cart"] [class*="checkout"],
body[data-theme-template*="cart"] main [class*="cart"] [class*="sidebar"],
body[data-theme-template*="cart"] main [class*="cart"] [class*="coupon"],
body[data-theme-template*="cart"] main [class*="cart"] [class*="promo"],
body[data-theme-template*="cart"] main form,
body[data-theme-template*="cart"] main form > div {
  background-color: #171512 !important;
  color: #eadcc7 !important;
  border-color: rgba(199, 147, 52, 0.42) !important; }

/* line 3017, theme.scss */
body[data-theme-template*="cart"] main input,
body[data-theme-template*="cart"] main select,
body[data-theme-template*="cart"] main textarea {
  background: #0f0e0c !important;
  color: #f0e3cf !important;
  border-color: rgba(199, 147, 52, 0.42) !important; }

/* Kill nested white backgrounds in product/cart controls, but keep product PHOTO itself untouched */
/* line 3026, theme.scss */
body[data-theme-template*="product"] main form *:not(img):not(picture):not(svg),
body[data-theme-template*="cart"] main form *:not(img):not(picture):not(svg) {
  border-color: rgba(199, 147, 52, 0.3) !important; }

/* CATEGORY RIBBON — dark horizontal scrollbar */
/* line 3032, theme.scss */
.zp-internal-cats__inner {
  scrollbar-color: #b58a3a #171512 !important;
  scrollbar-width: thin !important; }

/* line 3037, theme.scss */
.zp-internal-cats__inner::-webkit-scrollbar {
  height: 10px !important;
  background: #171512 !important; }

/* line 3042, theme.scss */
.zp-internal-cats__inner::-webkit-scrollbar-track {
  background: #171512 !important;
  border-top: 1px solid rgba(181, 138, 58, 0.15) !important;
  border-bottom: 1px solid rgba(181, 138, 58, 0.15) !important; }

/* line 3048, theme.scss */
.zp-internal-cats__inner::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #8f6725, #d0a34c, #8f6725) !important;
  border: 2px solid #171512 !important;
  border-radius: 10px !important; }

/* line 3054, theme.scss */
.zp-internal-cats__inner::-webkit-scrollbar-corner {
  background: #171512 !important; }

/* Some Chromium/InSales wrappers paint the scrollbar strip itself white */
/* line 3059, theme.scss */
.zp-internal-cats,
.zp-internal-cats > *,
.zp-site-header--internal .zp-internal-cats,
.zp-site-header--internal .zp-internal-cats > * {
  background-color: #12110f !important; }

/* =========================================================
   COLLECTION PRICE FILTER — GOLD SLIDER
   ========================================================= */
/* Native range fallback */
/* line 3072, theme.scss */
body[data-theme-template*="collection"] main input[type="range"],
body[data-theme-template*="search"] main input[type="range"] {
  accent-color: #c99a3d !important; }

/* line 3077, theme.scss */
body[data-theme-template*="collection"] main input[type="range"]::-webkit-slider-runnable-track,
body[data-theme-template*="search"] main input[type="range"]::-webkit-slider-runnable-track {
  height: 4px !important;
  background: linear-gradient(90deg, #8b6426 0%, #d9ad55 50%, #8b6426 100%) !important;
  border: 0 !important; }

/* line 3084, theme.scss */
body[data-theme-template*="collection"] main input[type="range"]::-webkit-slider-thumb,
body[data-theme-template*="search"] main input[type="range"]::-webkit-slider-thumb {
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  border: 2px solid #f0c968 !important;
  background: #b9852f !important;
  box-shadow: 0 0 0 3px rgba(201, 154, 61, 0.14), 0 2px 7px rgba(0, 0, 0, 0.45) !important; }

/* noUiSlider */
/* line 3095, theme.scss */
body[data-theme-template*="collection"] main .noUi-target,
body[data-theme-template*="search"] main .noUi-target {
  background: #3a3022 !important;
  border-color: rgba(201, 154, 61, 0.4) !important;
  box-shadow: none !important; }

/* line 3102, theme.scss */
body[data-theme-template*="collection"] main .noUi-connect,
body[data-theme-template*="search"] main .noUi-connect {
  background: linear-gradient(90deg, #8b6426, #e2b85f, #8b6426) !important; }

/* line 3107, theme.scss */
body[data-theme-template*="collection"] main .noUi-handle,
body[data-theme-template*="search"] main .noUi-handle {
  background: #c9973c !important;
  border: 2px solid #f1cb72 !important;
  box-shadow: 0 0 0 3px rgba(201, 154, 61, 0.14), 0 2px 8px rgba(0, 0, 0, 0.45) !important; }

/* line 3114, theme.scss */
body[data-theme-template*="collection"] main .noUi-handle::before,
body[data-theme-template*="collection"] main .noUi-handle::after,
body[data-theme-template*="search"] main .noUi-handle::before,
body[data-theme-template*="search"] main .noUi-handle::after {
  background: #8b6426 !important; }

/* Common InSales / theme slider classes */
/* line 3122, theme.scss */
body[data-theme-template*="collection"] main .range-slider,
body[data-theme-template*="collection"] main .range-slider__line,
body[data-theme-template*="collection"] main .range-slider__track,
body[data-theme-template*="collection"] main .slider-track,
body[data-theme-template*="collection"] main [class*="price-range"] [class*="track"],
body[data-theme-template*="collection"] main [class*="range"] [class*="track"] {
  border-color: rgba(201, 154, 61, 0.38) !important; }

/* line 3131, theme.scss */
body[data-theme-template*="collection"] main .range-slider__selected,
body[data-theme-template*="collection"] main .range-slider__bar,
body[data-theme-template*="collection"] main .slider-selection,
body[data-theme-template*="collection"] main [class*="price-range"] [class*="connect"],
body[data-theme-template*="collection"] main [class*="range"] [class*="selected"] {
  background: linear-gradient(90deg, #8b6426, #e2b85f, #8b6426) !important;
  border-color: #c9973c !important; }

/* line 3140, theme.scss */
body[data-theme-template*="collection"] main .range-slider__handle,
body[data-theme-template*="collection"] main .slider-handle,
body[data-theme-template*="collection"] main [class*="price-range"] [class*="handle"],
body[data-theme-template*="collection"] main [class*="range"] [class*="handle"] {
  background: #c9973c !important;
  border-color: #f1cb72 !important;
  box-shadow: 0 0 0 3px rgba(201, 154, 61, 0.14), 0 2px 7px rgba(0, 0, 0, 0.45) !important; }

/* =========================================================
   ZAPHRAM — CART SUMMARY FINAL DARK FIX
   Убираем белую внешнюю подложку справа в корзине
   ========================================================= */
/* line 3155, theme.scss */
body[data-theme-template*="cart"] main [class*="cart-total"],
body[data-theme-template*="cart"] main [class*="cart_total"],
body[data-theme-template*="cart"] main [class*="cart-summary"],
body[data-theme-template*="cart"] main [class*="cart_summary"],
body[data-theme-template*="cart"] main [class*="cart-sidebar"],
body[data-theme-template*="cart"] main [class*="cart_sidebar"],
body[data-theme-template*="cart"] main [class*="cart-side"],
body[data-theme-template*="cart"] main [class*="cart_right"],
body[data-theme-template*="cart"] main [class*="cart-right"],
body[data-theme-template*="cart"] main [class*="checkout"],
body[data-theme-template*="cart"] main [class*="order-summary"],
body[data-theme-template*="cart"] main [class*="order_summary"],
body[data-theme-template*="cart"] main [class*="summary"],
body[data-theme-template*="cart"] main [class*="panel"],
body[data-theme-template*="cart"] main [class*="card"] {
  background: #171512 !important;
  color: #f0e3cf !important;
  border-color: rgba(201, 154, 61, 0.42) !important;
  box-shadow: none !important; }

/* Вложенные белые рамки именно внутри правой части корзины */
/* line 3177, theme.scss */
body[data-theme-template*="cart"] main [class*="cart-total"] > div,
body[data-theme-template*="cart"] main [class*="cart-summary"] > div,
body[data-theme-template*="cart"] main [class*="cart-sidebar"] > div,
body[data-theme-template*="cart"] main [class*="checkout"] > div,
body[data-theme-template*="cart"] main [class*="order-summary"] > div,
body[data-theme-template*="cart"] main [class*="summary"] > div {
  background: #171512 !important;
  color: #f0e3cf !important;
  border-color: rgba(201, 154, 61, 0.3) !important; }

/* Заголовок "В корзине" */
/* line 3189, theme.scss */
body[data-theme-template*="cart"] main [class*="cart"] h2,
body[data-theme-template*="cart"] main [class*="cart"] h3,
body[data-theme-template*="cart"] main [class*="cart"] h4,
body[data-theme-template*="cart"] main [class*="summary"] h2,
body[data-theme-template*="cart"] main [class*="summary"] h3,
body[data-theme-template*="cart"] main [class*="summary"] h4 {
  background: #201d18 !important;
  color: #fff4df !important;
  border-color: rgba(201, 154, 61, 0.26) !important; }

/* Промокод и итоговая зона */
/* line 3201, theme.scss */
body[data-theme-template*="cart"] main [class*="coupon"],
body[data-theme-template*="cart"] main [class*="promo"],
body[data-theme-template*="cart"] main [class*="total"] {
  background: transparent !important;
  color: #f0e3cf !important; }

/* На случай, если штатный виджет рисует белую подложку через псевдоэлемент */
/* line 3209, theme.scss */
body[data-theme-template*="cart"] main [class*="summary"]::before,
body[data-theme-template*="cart"] main [class*="summary"]::after,
body[data-theme-template*="cart"] main [class*="checkout"]::before,
body[data-theme-template*="cart"] main [class*="checkout"]::after,
body[data-theme-template*="cart"] main [class*="cart-total"]::before,
body[data-theme-template*="cart"] main [class*="cart-total"]::after {
  background: #171512 !important;
  border-color: rgba(201, 154, 61, 0.3) !important; }

/* =========================================================
   HARD FIX — CART RIGHT BOX + PRICE SLIDER
   ========================================================= */
/* ---------- CART: правый итоговый блок ---------- */
/* Частые сетки/обертки InSales */
/* line 3228, theme.scss */
body[data-theme-template*="cart"] main .row > *:last-child,
body[data-theme-template*="cart"] main .grid > *:last-child,
body[data-theme-template*="cart"] main .layout > *:last-child,
body[data-theme-template*="cart"] main .cart > *:last-child,
body[data-theme-template*="cart"] main .cart__content > *:last-child,
body[data-theme-template*="cart"] main form > *:last-child {
  background-color: #171512 !important;
  color: #f2e6d2 !important;
  border-color: rgba(201, 154, 61, 0.38) !important;
  box-shadow: none !important; }

/* Сам белый контейнер и все его вложенные div */
/* line 3241, theme.scss */
body[data-theme-template*="cart"] main .row > *:last-child > div,
body[data-theme-template*="cart"] main .grid > *:last-child > div,
body[data-theme-template*="cart"] main .cart > *:last-child > div,
body[data-theme-template*="cart"] main .cart__content > *:last-child > div,
body[data-theme-template*="cart"] main form > *:last-child > div,
body[data-theme-template*="cart"] main [class*="sidebar"] > div,
body[data-theme-template*="cart"] main [class*="summary"] > div,
body[data-theme-template*="cart"] main [class*="total"] > div {
  background-color: #171512 !important;
  color: #f2e6d2 !important;
  border-color: rgba(201, 154, 61, 0.38) !important;
  box-shadow: none !important; }

/* Белые section/article/fieldset внутри правого блока */
/* line 3256, theme.scss */
body[data-theme-template*="cart"] main .row > *:last-child section,
body[data-theme-template*="cart"] main .row > *:last-child article,
body[data-theme-template*="cart"] main .row > *:last-child fieldset,
body[data-theme-template*="cart"] main .grid > *:last-child section,
body[data-theme-template*="cart"] main .grid > *:last-child article,
body[data-theme-template*="cart"] main form > *:last-child section,
body[data-theme-template*="cart"] main form > *:last-child article,
body[data-theme-template*="cart"] main form > *:last-child fieldset {
  background: #171512 !important;
  color: #f2e6d2 !important;
  border: 1px solid rgba(201, 154, 61, 0.38) !important; }

/* Внутренняя шапка "В корзине" */
/* line 3270, theme.scss */
body[data-theme-template*="cart"] main .row > *:last-child h2,
body[data-theme-template*="cart"] main .row > *:last-child h3,
body[data-theme-template*="cart"] main .row > *:last-child h4,
body[data-theme-template*="cart"] main .grid > *:last-child h2,
body[data-theme-template*="cart"] main .grid > *:last-child h3,
body[data-theme-template*="cart"] main .grid > *:last-child h4 {
  background: #24211c !important;
  color: #fff3dd !important;
  border-color: rgba(201, 154, 61, 0.28) !important; }

/* ---------- PRICE SLIDER: всё зелёное -> золото ---------- */
/* jQuery UI */
/* line 3284, theme.scss */
body[data-theme-template*="collection"] main .ui-slider,
body[data-theme-template*="collection"] aside .ui-slider,
body[data-theme-template*="collection"] [data-sidebar] .ui-slider {
  background: #453822 !important;
  border: 1px solid rgba(211, 166, 76, 0.45) !important;
  box-shadow: none !important; }

/* line 3292, theme.scss */
body[data-theme-template*="collection"] main .ui-slider-range,
body[data-theme-template*="collection"] aside .ui-slider-range,
body[data-theme-template*="collection"] [data-sidebar] .ui-slider-range,
body[data-theme-template*="collection"] main .ui-widget-header,
body[data-theme-template*="collection"] aside .ui-widget-header {
  background: linear-gradient(90deg, #8b6426, #e7bd62, #8b6426) !important;
  border-color: #c9973c !important; }

/* line 3301, theme.scss */
body[data-theme-template*="collection"] main .ui-slider-handle,
body[data-theme-template*="collection"] aside .ui-slider-handle,
body[data-theme-template*="collection"] [data-sidebar] .ui-slider-handle,
body[data-theme-template*="collection"] main .ui-state-default,
body[data-theme-template*="collection"] aside .ui-state-default {
  background: #c9973c !important;
  border: 2px solid #f2ce76 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px rgba(201, 154, 61, 0.14), 0 2px 7px rgba(0, 0, 0, 0.45) !important; }

/* ionRangeSlider */
/* line 3313, theme.scss */
body[data-theme-template*="collection"] .irs-line {
  background: #453822 !important;
  border-color: rgba(211, 166, 76, 0.45) !important; }

/* line 3317, theme.scss */
body[data-theme-template*="collection"] .irs-bar,
body[data-theme-template*="collection"] .irs-bar-edge {
  background: linear-gradient(90deg, #8b6426, #e7bd62, #8b6426) !important;
  border-color: #c9973c !important; }

/* line 3322, theme.scss */
body[data-theme-template*="collection"] .irs-handle,
body[data-theme-template*="collection"] .irs-slider,
body[data-theme-template*="collection"] .irs-handle > i:first-child {
  background: #c9973c !important;
  border-color: #f2ce76 !important; }

/* line 3328, theme.scss */
body[data-theme-template*="collection"] .irs-from,
body[data-theme-template*="collection"] .irs-to,
body[data-theme-template*="collection"] .irs-single {
  background: #b8862f !important;
  color: #16120d !important; }

/* noUi */
/* line 3336, theme.scss */
body[data-theme-template*="collection"] .noUi-base,
body[data-theme-template*="collection"] .noUi-target {
  background: #453822 !important; }

/* line 3340, theme.scss */
body[data-theme-template*="collection"] .noUi-connect {
  background: linear-gradient(90deg, #8b6426, #e7bd62, #8b6426) !important; }

/* line 3343, theme.scss */
body[data-theme-template*="collection"] .noUi-handle {
  background: #c9973c !important;
  border-color: #f2ce76 !important; }

/* Частые классы фильтров */
/* line 3349, theme.scss */
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] {
  border-color: rgba(211, 166, 76, 0.45) !important; }

/* line 3354, theme.scss */
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"] [class*="line"],
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"] [class*="track"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] [class*="line"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] [class*="track"] {
  background: #453822 !important;
  border-color: rgba(211, 166, 76, 0.45) !important; }

/* line 3362, theme.scss */
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"] [class*="bar"],
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"] [class*="selected"],
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"] [class*="connect"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] [class*="bar"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] [class*="selected"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] [class*="connect"] {
  background: linear-gradient(90deg, #8b6426, #e7bd62, #8b6426) !important; }

/* line 3371, theme.scss */
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"] [class*="handle"],
body[data-theme-template*="collection"] [class*="filter"] [class*="slider"] [class*="thumb"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] [class*="handle"],
body[data-theme-template*="collection"] [class*="filter"] [class*="range"] [class*="thumb"] {
  background: #c9973c !important;
  border: 2px solid #f2ce76 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px rgba(201, 154, 61, 0.14) !important; }

/* Крайний fallback для price filter input range */
/* line 3382, theme.scss */
body[data-theme-template*="collection"] input[type="range"] {
  accent-color: #c9973c !important; }

/* =========================================================
   ZAPHRAM — CART NUCLEAR DARK FIX
   Убираем ЛЮБЫЕ белые подложки системного виджета корзины
   ========================================================= */
/* line 3393, theme.scss */
body[data-theme-template*="cart"] main,
body[data-theme-template*="cart"] main .layout,
body[data-theme-template*="cart"] main .layout__content {
  background: #191714 !important; }

/* Все структурные контейнеры корзины — без белого */
/* line 3400, theme.scss */
body[data-theme-template*="cart"] main .layout__content div,
body[data-theme-template*="cart"] main .layout__content section,
body[data-theme-template*="cart"] main .layout__content article,
body[data-theme-template*="cart"] main .layout__content aside,
body[data-theme-template*="cart"] main .layout__content form,
body[data-theme-template*="cart"] main .layout__content fieldset,
body[data-theme-template*="cart"] main .layout__content header,
body[data-theme-template*="cart"] main .layout__content footer {
  background-color: transparent !important;
  background-image: none !important;
  color: #f1e6d5 !important;
  border-color: rgba(201, 154, 61, 0.3) !important;
  box-shadow: none !important; }

/* Сам правый итоговый блок визуально отделяем графитом */
/* line 3416, theme.scss */
body[data-theme-template*="cart"] main .layout__content > div,
body[data-theme-template*="cart"] main .layout__content > section {
  background-color: #191714 !important; }

/* Вложенные панели */
/* line 3422, theme.scss */
body[data-theme-template*="cart"] main .layout__content [class*="cart"],
body[data-theme-template*="cart"] main .layout__content [class*="total"],
body[data-theme-template*="cart"] main .layout__content [class*="summary"],
body[data-theme-template*="cart"] main .layout__content [class*="order"],
body[data-theme-template*="cart"] main .layout__content [class*="coupon"],
body[data-theme-template*="cart"] main .layout__content [class*="promo"] {
  background-color: #211e19 !important;
  color: #f1e6d5 !important;
  border-color: rgba(201, 154, 61, 0.32) !important; }

/* Поля ввода в корзине */
/* line 3434, theme.scss */
body[data-theme-template*="cart"] main input:not([type="button"]):not([type="submit"]),
body[data-theme-template*="cart"] main select,
body[data-theme-template*="cart"] main textarea {
  background: #11100e !important;
  color: #f1e6d5 !important;
  border: 1px solid rgba(201, 154, 61, 0.48) !important; }

/* Кнопки сохраняем золотыми */
/* line 3443, theme.scss */
body[data-theme-template*="cart"] main button,
body[data-theme-template*="cart"] main input[type="button"],
body[data-theme-template*="cart"] main input[type="submit"],
body[data-theme-template*="cart"] main .button,
body[data-theme-template*="cart"] main .btn {
  background: linear-gradient(180deg, #f2cd68 0%, #d49c32 100%) !important;
  color: #17120b !important;
  border-color: #e3b54f !important; }

/* Картинки товаров не затемняем */
/* line 3454, theme.scss */
body[data-theme-template*="cart"] main img {
  background-color: #fff !important; }

/* Убираем белые псевдоэлементы виджета */
/* line 3459, theme.scss */
body[data-theme-template*="cart"] main .layout__content div::before,
body[data-theme-template*="cart"] main .layout__content div::after,
body[data-theme-template*="cart"] main .layout__content section::before,
body[data-theme-template*="cart"] main .layout__content section::after {
  border-color: rgba(201, 154, 61, 0.3) !important; }

/* Тонкая фирменная рамка у зоны итогов справа */
/* line 3467, theme.scss */
body[data-theme-template*="cart"] main .layout__content [class*="summary"],
body[data-theme-template*="cart"] main .layout__content [class*="total"] {
  outline: 1px solid rgba(201, 154, 61, 0.32) !important;
  outline-offset: -1px !important; }
