.elementor-1647 .elementor-element.elementor-element-eb4396f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1647 .elementor-element.elementor-element-9377952{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1647 .elementor-element.elementor-element-07078f6{--cols:3;}.elementor-1647 .elementor-element.elementor-element-69343af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1647 .elementor-element.elementor-element-c7e95cb{width:var( --container-widget-width, 134.424% );max-width:134.424%;--container-widget-width:134.424%;--container-widget-flex-grow:0;}.elementor-1647 .elementor-element.elementor-element-c7e95cb.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-1647 .elementor-element.elementor-element-07078f6{--cols:2;}}@media(min-width:768px){.elementor-1647 .elementor-element.elementor-element-eb4396f{--content-width:1370px;}.elementor-1647 .elementor-element.elementor-element-9377952{--content-width:1370px;}.elementor-1647 .elementor-element.elementor-element-69343af{--content-width:1370px;}}/* Start custom CSS for html, class: .elementor-element-0c577dc */.fl {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2px 10px;
}

/* Noise */
.fl-hero-noise, .fl-section-noise {
  position: absolute; inset: 0; opacity: 0.3; pointer-events: none; z-index: 0; border-radius: 4px; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 200px;
}

/* Eyebrow */
.fl-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--fb); font-size: 9px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--a); margin-bottom: 12px;
}
.fl-eline { width: 20px; height: 0.5px; background: var(--a); }

/* Sections */
.fl-section-inner {
  position: relative; border-radius: 4px; overflow: hidden; padding: 52px 44px;
  background: linear-gradient(135deg, #f5ece1, #ebe0d0);
  border: 1px solid rgba(120, 90, 50, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 12px rgba(120, 90, 50, 0.05);
}

.fl-section-inner::after {
  content: ''; position: absolute; inset: 8px;
  border: 1px dashed rgba(120, 90, 50, 0.08); border-radius: 3px;
  pointer-events: none; z-index: 1;
}

/* Section headers */
.fl-sh { position: relative; z-index: 2; margin-bottom: 36px; }
.fl-center { text-align: center; }
.fl-center .fl-eyebrow { justify-content: center; }
.fl-sh-title { font-family: var(--fd); font-size: clamp(22px, 3.2vw, 34px); font-weight: 400; color: var(--t1); line-height: 1.2; margin: 0 0 10px; }
.fl-sh-title em { font-style: italic; color: var(--a); }
.fl-sh-sub { font-family: var(--fb); font-size: 13px; color: var(--t4); line-height: 1.7; margin: 0; }
.fl-center .fl-sh-sub { max-width: 480px; margin: 0 auto; }

/* Separator */
.fl-sep {
  height: 1px; margin: 24px 0;
  background: linear-gradient(90deg, transparent, rgba(120, 90, 50, 0.08) 20%, rgba(120, 90, 50, 0.12) 50%, rgba(120, 90, 50, 0.08) 80%, transparent);
}


/* ═══ HERO ═══ */
.fl-hero {
  position: relative; border-radius: 4px; overflow: hidden;
  min-height: 420px; display: flex; align-items: center; padding: 32px 22px;
  background: linear-gradient(165deg, #281e14, #281e14);
  border: 1px solid rgba(184, 150, 110, 0.12);
  box-shadow: 0 8px 40px rgba(26, 18, 11, 0.35);
  margin-bottom: 0;
}

.fl-hero::after {
  content: ''; position: absolute; inset: 10px;
  border: 1.5px dashed rgba(184, 150, 110, 0.13); border-radius: 3px;
  pointer-events: none; z-index: 5;
}

.fl-hero-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 65%; z-index: 0; overflow: hidden; }
.fl-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #281e14, rgba(40, 30, 20, 0.6) 40%, rgba(40, 30, 20, 0.15)); z-index: 1; }
.fl-hero-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7) contrast(1.1) saturate(1.1); }

.fl-hero .fl-hero-noise { opacity: 0.5; mix-blend-mode: overlay; }

.fl-hero-content { position: relative; z-index: 3; max-width: 520px; }

.fl-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fb); font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #d4b896; padding: 8px 20px; border-radius: 3px; margin-bottom: 24px;
  background: rgba(184, 150, 110, 0.06);
  border: 1px solid rgba(184, 150, 110, 0.15);
}
.fl-badge-icon { font-size: 10px; }

.fl-hero-title {
  font-family: var(--fd); font-size: clamp(34px, 5vw, 54px); font-weight: 400;
  color: #f0e6d8; line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 16px;
  text-shadow: 0 2px 20px rgba(26, 18, 11, 0.5);
}
.fl-hero-title em { font-style: italic; color: #d4b896; }

.fl-hero-sub {
  font-family: var(--fb); font-size: 15px; color: rgba(240, 230, 216, 0.5);
  line-height: 1.7; margin: 0 0 28px; max-width: 440px;
}

.fl-hero-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.fl-hf { display: flex; align-items: center; gap: 10px; }
.fl-hf svg { width: 16px; height: 16px; stroke: #d4b896; flex-shrink: 0; }
.fl-hf span { font-family: var(--fb); font-size: 12px; color: rgba(240, 230, 216, 0.55); }

.fl-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }


/* ═══ КНОПКИ ═══ */
.fl-btn-primary {
  height: 50px; padding: 0 36px; border-radius: 3px;
  font-family: var(--fb); font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
  cursor: pointer; position: relative; overflow: visible; white-space: nowrap; text-decoration: none;
  background: linear-gradient(165deg, #3a2c1e, #281e14);
  border: none; color: #f0e6d8;
  box-shadow: inset 0 1px 0 rgba(184, 150, 110, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 4px 20px rgba(26, 18, 11, 0.3);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.fl-btn-primary::after {
  content: ''; position: absolute; inset: 4px;
  border: 1px dashed rgba(184, 150, 110, 0.2); border-radius: 2px;
  pointer-events: none; z-index: 2; transition: border-color 0.4s;
}

.fl-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(165deg, #453529, #3a2c1e);
  box-shadow: inset 0 1px 0 rgba(184, 150, 110, 0.12), 0 16px 48px rgba(26, 18, 11, 0.4);
}
.fl-btn-primary:hover::after { border-color: rgba(184, 150, 110, 0.3); }
.fl-btn-primary span, .fl-btn-primary svg { position: relative; z-index: 3; }
.fl-btn-primary svg { width: 14px; height: 14px; transition: transform 0.3s; }
.fl-btn-primary:hover svg { transform: translateX(3px); }

/* Hero — светлая кнопка */
.fl-hero .fl-btn-primary {
  background: linear-gradient(165deg, #fff8f0, #ebe0d0);
  color: #3a2c1e; border: 1px solid rgba(120, 90, 50, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 4px 20px rgba(0, 0, 0, 0.2);
}
.fl-hero .fl-btn-primary::after { border-color: rgba(120, 90, 50, 0.1); }
.fl-hero .fl-btn-primary:hover {
  background: linear-gradient(165deg, #fff, #f0e6d8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 36px rgba(0, 0, 0, 0.25);
}
.fl-hero .fl-btn-primary svg { stroke: #3a2c1e; }


/* ═══ УТП ═══ */
.fl-usps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }

.fl-usp {
  padding: 28px 20px; text-align: center;
  border-right: 1px dashed rgba(120, 90, 50, 0.06);
  transition: background 0.3s;
}
.fl-usp:last-child { border-right: none; }
.fl-usp:hover { background: rgba(255, 255, 255, 0.3); }

.fl-usp-icon {
  width: 44px; height: 44px; margin: 0 auto 14px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.5); border: 1px solid rgba(120, 90, 50, 0.08);
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 8px rgba(120, 90, 50, 0.06);
  transition: all 0.3s;
}
.fl-usp-icon svg { width: 18px; height: 18px; stroke: var(--ad); }
.fl-usp:hover .fl-usp-icon { background: rgba(255, 255, 255, 0.7); border-color: rgba(120, 90, 50, 0.15); }
.fl-usp:hover .fl-usp-icon svg { stroke: var(--a); }

.fl-usp-title { font-family: var(--fb); font-size: 13px; font-weight: 600; color: var(--t1); margin-bottom: 6px; }
.fl-usp-text { font-family: var(--fb); font-size: 12px; color: var(--t4); line-height: 1.65; }


/* ═══ СОЦИАЛЬНОЕ ДОКАЗАТЕЛЬСТВО ═══ */
.fl-proof { position: relative; z-index: 2; }

.fl-proof-summary {
  display: flex; align-items: center; gap: 20px;
  padding: 16px 24px; margin-bottom: 24px; border-radius: 4px;
  background: linear-gradient(165deg, #fff8f0, #f0e6d8);
  border: 1px solid rgba(120, 90, 50, 0.08);
  max-width: 360px; margin-left: auto; margin-right: auto;
  position: relative;
}
.fl-proof-summary::after {
  content: ''; position: absolute; inset: 5px;
  border: 1px dashed rgba(120, 90, 50, 0.08); border-radius: 3px; pointer-events: none;
}
.fl-proof-rating { font-family: var(--fd); font-size: 48px; font-weight: 400; color: var(--t1); line-height: 1; }
.fl-proof-stars { display: block; color: var(--a); font-size: 14px; letter-spacing: 0.1em; margin-bottom: 4px; }
.fl-proof-count { font-family: var(--fb); font-size: 12px; color: var(--t4); }

.fl-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.fl-review {
  padding: 24px 20px; border-radius: 4px; position: relative;
  background: linear-gradient(165deg, #fff8f0, #f0e6d8);
  border: 1px solid rgba(120, 90, 50, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 8px rgba(120, 90, 50, 0.05);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.fl-review::after {
  content: ''; position: absolute; inset: 6px;
  border: 1px dashed rgba(120, 90, 50, 0); border-radius: 3px;
  pointer-events: none; transition: all 0.5s ease;
}
.fl-review:hover { transform: translateY(-3px); border-color: rgba(120, 90, 50, 0.15); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 36px rgba(120, 90, 50, 0.1); }
.fl-review:hover::after { border-color: rgba(120, 90, 50, 0.1); inset: 5px; }

.fl-review-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.fl-review-ava {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #f0e6d8, #e6dac8);
  border: 1px solid rgba(120, 90, 50, 0.08);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-size: 14px; color: var(--t4);
}
.fl-review-name { font-family: var(--fb); font-size: 13px; font-weight: 500; color: var(--t1); }
.fl-review-date { font-family: var(--fb); font-size: 10px; color: var(--t5); }
.fl-review-stars { color: var(--a); font-size: 11px; letter-spacing: 0.06em; margin-bottom: 10px; }
.fl-review-text { font-family: var(--fb); font-size: 12px; color: var(--t3); line-height: 1.75; margin: 0 0 12px; }

.fl-review-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 100px;
  background: rgba(203, 17, 171, 0.04); border: 1px solid rgba(203, 17, 171, 0.08);
  font-family: var(--fb); font-size: 9px; font-weight: 500; color: rgba(203, 17, 171, 0.55);
}
.fl-review-badge svg { width: 12px; height: 12px; flex-shrink: 0; }


/* ═══ 3 ШАГА ═══ */
.fl-steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }

.fl-step { text-align: center; padding: 0 24px; position: relative; }

.fl-step-num {
  width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%;
  background: linear-gradient(165deg, #fff8f0, #ebe0d0);
  border: 1px solid rgba(120, 90, 50, 0.10);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-size: 26px; font-weight: 400; color: var(--a);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 4px 16px rgba(120, 90, 50, 0.06);
  position: relative; z-index: 2;
}

.fl-step-num::after {
  content: ''; position: absolute; inset: 5px; border-radius: 50%;
  border: 1px dashed rgba(120, 90, 50, 0.06); pointer-events: none;
}

.fl-step-line {
  position: absolute; top: 36px; left: calc(50% + 44px); right: calc(-50% + 44px);
  height: 1px; border-top: 1px dashed rgba(120, 90, 50, 0.12); z-index: 1;
}
.fl-step:last-child .fl-step-line { display: none; }

.fl-step-title { font-family: var(--fd); font-size: 17px; font-weight: 500; color: var(--t1); margin-bottom: 6px; }
.fl-step-text { font-family: var(--fb); font-size: 12px; color: var(--t4); line-height: 1.65; max-width: 220px; margin: 0 auto; }


/* ═══ БАННЕР-ЦИТАТА ═══ */
.fl-banner {
  position: relative; border-radius: 4px; overflow: hidden;
  min-height: 300px; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 64px 40px;
}

.fl-banner-bg { position: absolute; inset: 0; z-index: 0; }
.fl-banner-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4) contrast(1.1) saturate(1.1); }
.fl-banner-overlay { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse at center, transparent 30%, rgba(26, 18, 11, 0.5)); }

.fl-banner::after {
  content: ''; position: absolute; inset: 10px;
  border: 1.5px dashed rgba(184, 150, 110, 0.12); border-radius: 3px;
  pointer-events: none; z-index: 2;
}

.fl-banner-content { position: relative; z-index: 3; max-width: 520px; }

.fl-banner-quote {
  font-family: var(--fd); font-size: clamp(22px, 3vw, 32px); font-weight: 400;
  font-style: italic; color: #f0e6d8; line-height: 1.3; margin: 0 0 12px;
  text-shadow: 0 2px 16px rgba(26, 18, 11, 0.5);
}
.fl-banner-quote em { color: #d4b896; }

.fl-banner-sub {
  font-family: var(--fb); font-size: 13px; color: rgba(240, 230, 216, 0.5); line-height: 1.65; margin: 0;
}


/* ═══ КОРПОРАТИВНЫЙ ═══ */
.fl-corp-inner { padding: 0 !important; }
.fl-corp-inner::after { display: none; }

.fl-corp { display: grid; grid-template-columns: 1.2fr 1fr; }

.fl-corp-text { padding: 52px 44px; position: relative; z-index: 2; }

.fl-corp-photo { position: relative; overflow: hidden; }
.fl-corp-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85) saturate(0.9); }
.fl-corp-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, #ebe0d0, transparent 40%);
}

.fl-corp-stats {
  display: flex; gap: 0; margin: 28px 0; padding: 20px 0;
  border-top: 1px dashed rgba(120, 90, 50, 0.1);
  border-bottom: 1px dashed rgba(120, 90, 50, 0.1);
}
.fl-cs { flex: 1; text-align: center; }
.fl-cs-sep { width: 1px; background: rgba(120, 90, 50, 0.08); }
.fl-cs-val { display: block; font-family: var(--fd); font-size: 20px; font-weight: 400; color: var(--t1); line-height: 1; margin-bottom: 4px; }
.fl-cs-lab { font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--t4); }


/* ═══ SEO ═══ */
.fl-seo-head { position: relative; z-index: 2; margin-bottom: 24px; }

.fl-seo-body { position: relative; z-index: 2; max-height: 120px; overflow: hidden; transition: max-height 0.5s ease-out; }
.fl-seo-body.open { max-height: 3000px; }

.fl-seo-text { padding-left: 18px; position: relative; }
.fl-seo-text::before {
  content: ''; position: absolute; left: 0; top: 6px; bottom: 6px;
  width: 1.5px; background: linear-gradient(180deg, var(--a), rgba(120, 90, 50, 0.08)); border-radius: 1px;
}
.fl-seo-text p { font-family: var(--fb); font-size: 13px; color: var(--t4); line-height: 1.8; margin: 0 0 14px; }
.fl-seo-text h3 { font-family: var(--fb); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--a); margin: 22px 0 8px; opacity: 0.7; }

.fl-seo-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 64px;
  background: linear-gradient(to top, #ebe0d0, transparent);
  pointer-events: none; z-index: 3; transition: opacity 0.4s;
}
.fl-seo-body.open .fl-seo-fade { opacity: 0; }

.fl-seo-toggle {
  position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px;
  margin-top: 14px; padding: 8px 0; cursor: pointer; background: none; border: none;
  font-family: var(--fb); font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--a); transition: color 0.3s;
}
.fl-seo-toggle:hover { color: var(--t1); }
.fl-seo-toggle svg { width: 14px; height: 14px; stroke: currentColor; transition: transform 0.3s; }


/* ═══ АДАПТИВ ═══ */
@media (max-width: 960px) {
  .fl-usps { grid-template-columns: 1fr 1fr; }
  .fl-usp:nth-child(2) { border-right: none; }
  .fl-usp { border-bottom: 1px dashed rgba(120, 90, 50, 0.06); }
  .fl-reviews { grid-template-columns: 1fr; }
  .fl-corp { grid-template-columns: 1fr; }
  .fl-corp-photo { height: 240px; }
  .fl-corp-photo::after { background: linear-gradient(to bottom, #ebe0d0, transparent 30%); }
}

@media (max-width: 768px) {
  .fl-hero { padding: 48px 24px; min-height: 440px; }
  .fl-hero::after { inset: 6px; }
  .fl-hero-bg { width: 50%; }
  .fl-hero-title { font-size: 30px; }
  .fl-section-inner { padding: 36px 24px; }
  .fl-section-inner::after { inset: 6px; }
  .fl-hero-cta { flex-direction: column; }
  .fl-btn-primary { width: 100%; justify-content: center; }
  .fl-steps { grid-template-columns: 1fr; gap: 32px; }
  .fl-step { text-align: left; display: flex; gap: 16px; padding: 0; align-items: flex-start; }
  .fl-step-num { margin: 0; flex-shrink: 0; width: 52px; height: 52px; font-size: 20px; }
  .fl-step-line { display: none; }
  .fl-step-text { max-width: none; margin: 0; }
  .fl-corp-text { padding: 32px 24px; }
  .fl-corp-stats { flex-direction: column; gap: 14px; }
  .fl-cs-sep { width: 40px; height: 1px; margin: 0 auto; background: rgba(120, 90, 50, 0.08); }
  .fl-banner { min-height: 260px; padding: 40px 24px; }
  .fl-banner::after { inset: 6px; }
}

@media (max-width: 480px) {
  .fl-hero { padding: 36px 18px; }
  .fl-hero::after { inset: 5px; border-width: 1px; }
  .fl-hero-bg { display: none; }
  .fl-hero-title { font-size: 26px; }
  .fl-section-inner { padding: 28px 18px; }
  .fl-section-inner::after { inset: 5px; }
  .fl-usps { grid-template-columns: 1fr; }
  .fl-usp { border-right: none; }
  .fl-proof-summary { flex-direction: column; text-align: center; }
  .fl-proof-rating { font-size: 40px; }
}/* End custom CSS */
/* Start custom CSS for etheme_product_grid, class: .elementor-element-07078f6 */.etheme-product-grid-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff, #faf5eb); 
  border: 1px solid rgba(120, 90, 50, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 4px 14px rgba(120, 90, 50, 0.08);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.price ins .amount, .cart ins .amount, .product-price ins .amount {color:var(--t1) !important;font-family: var(--fb) !important;}
.etheme-product-grid-item::after {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(120, 90, 50, 0);
  border-radius: 3px;
  pointer-events: none;
  z-index: 3;
  transition: all 0.5s ease;
}

.etheme-product-grid-item:hover {
  border-color: rgba(120, 90, 50, 0.18);
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 48px rgba(120, 90, 50, 0.15);
}

.etheme-product-grid-item:hover::after {
  border-color: rgba(120, 90, 50, 0.1);
  inset: 5px;
}

.etheme-product-grid-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #ebe0d0;
}

.etheme-product-grid-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.etheme-product-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.etheme-product-grid-item:hover .etheme-product-grid-image > a > img {
  transform: scale(1.05);
}

/* Hover-swap */
.etheme-product-hover-swap-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.etheme-product-hover-swap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.etheme-product-grid-item:hover .etheme-product-hover-swap-image {
  opacity: 1;
}

.etheme-product-grid-item.sale .etheme-product-grid-image::before {
  content: 'Sale';
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  font-family: var(--fb);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f0e6d8;
  padding: 5px 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, #7a3520, #5c2818);
  border: 1px solid rgba(184, 150, 110, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.etheme-product-grid-image::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: opacity 0.5s;
}

.etheme-product-grid-item:hover .etheme-product-grid-image::after {
  opacity: 1;
}

/* Контент */
.etheme-product-grid-content {
  padding: 18px 18px 20px;
  position: relative;
  z-index: 2;
}
.etheme-product-grid-title {
  margin: 0 0 10px;
}

.etheme-product-grid-title a {
  font-size: 17px;
  font-weight: 600;
  color: var(--t1);
  text-decoration: none;
  line-height: 1.35;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.etheme-product-grid-item:hover .etheme-product-grid-title a {
  color: var(--a);
}

/* Звёзды */
.star-rating-wrapper {
  margin-bottom: 8px;
}

.star-rating-wrapper .star-rating {
  color: var(--a);
  font-size: 11px;
  letter-spacing: 0.06em;
}

/* Цена */
.etheme-product-grid-content .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.etheme-product-grid-content .price del {
  font-family: var(--fb);
  font-size: 12px;
  color: var(--t5);
  text-decoration: line-through;
  text-decoration-color: rgba(120, 90, 50, 0.25);
  opacity: 0.7;
}

.etheme-product-grid-content .price ins {
  text-decoration: none;
  font-family: var(--fd);
  font-size: 20px;
  font-weight: 500;
  color: var(--t1);
  letter-spacing: -0.02em;
}

.etheme-product-grid-content .price .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}


/* Кнопка «В корзину» */
.etheme-product-grid-content .button,
.etheme-product-grid-content .add_to_cart_button {
  width: 100%;
  height: 42px;
  margin-top: 14px;
  border-radius: 3px;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  background: linear-gradient(165deg, #3a2c1e, #281e14);
  border: none;
  color: #f0e6d8;
  box-shadow: inset 0 1px 0 rgba(184, 150, 110, 0.06), 0 2px 12px rgba(26, 18, 11, 0.2);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.etheme-product-grid-content .button::after,
.etheme-product-grid-content .add_to_cart_button::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px dashed rgba(184, 150, 110, 0.12);
  border-radius: 2px;
  pointer-events: none;
}

.etheme-product-grid-content .button:hover,
.etheme-product-grid-content .add_to_cart_button:hover {
  background: linear-gradient(165deg, #453529, #3a2c1e);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(184, 150, 110, 0.1), 0 8px 24px rgba(26, 18, 11, 0.3);
}

.etheme-product-grid-content .button:hover::after,
.etheme-product-grid-content .add_to_cart_button:hover::after {
  border-color: rgba(184, 150, 110, 0.2);
}

/* Onsale badge от WooCommerce */
.etheme-product-grid-item .onsale {
  display: none;
}

/* АДАПТИВ */
@media (max-width: 768px) {
  .etheme-product-grid-content { padding: 14px 14px 16px; }
  .etheme-product-grid-title a { font-size: 15px; }
  .etheme-product-grid-content .price ins { font-size: 18px; }
}

@media (max-width: 480px) {
  .etheme-product-grid-content { padding: 12px 12px 14px; }
  .etheme-product-grid-title a { font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7e95cb */.opt-section {
  position: relative;
  background: #281e14;
  border-radius: 4px;
  margin: 40px 0;
  overflow: hidden;
  border: 1px solid rgba(184, 150, 110, 0.12);
  box-shadow: 0 8px 40px rgba(26, 18, 11, 0.35);
}

.opt-section::after {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1.5px dashed rgba(184, 150, 110, 0.13);
  border-radius: 3px;
  pointer-events: none;
  z-index: 5;
}

.opt-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.opt-section .opt-bg-photo { 
  position: absolute; 
  inset: 0; 
  z-index: 0; 
}

.opt-section .opt-bg-photo img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  opacity: 0.6; 
  filter: brightness(0.8) contrast(1.1); 
}

.opt-section .opt-bg-overlay { 
  position: absolute; 
  inset: 0; 
  background: linear-gradient(165deg, rgba(58, 44, 30, 0.4), rgba(40, 30, 20, 0.55)); 
  z-index: 1; 
  pointer-events: none; 
}

.opt-section .opt-bg-grain { 
  position: absolute; 
  inset: 0; 
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='6' stitchTiles='stitch' seed='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.12'/%3E%3C/svg%3E"); 
  background-size: 300px; 
  mix-blend-mode: overlay; 
  opacity: 0.35; 
  pointer-events: none; 
  z-index: 1; 
}

.opt-gallery { position: relative; z-index: 3; padding: 40px; display: flex; align-items: center; justify-content: center; }
.opt-gallery-grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; width: 100%; max-width: 440px; }

.opt-photo { position: relative; border-radius: 4px; overflow: hidden; border: 1px solid rgba(184, 150, 110, 0.1); box-shadow: inset 0 1px 0 rgba(184, 150, 110, 0.05), 0 6px 20px rgba(0, 0, 0, 0.35); }
.opt-photo::after { content: ''; position: absolute; inset: 7px; border: 1px dashed rgba(184, 150, 110, 0.1); border-radius: 3px; pointer-events: none; z-index: 2; }
.opt-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.opt-photo-shine { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, transparent 60%); pointer-events: none; z-index: 1; }
.opt-photo--large { grid-row: span 2; min-height: 300px; }
.opt-photo--small { min-height: 140px; }

.opt-stamp { position: absolute; bottom: 32px; right: 50px; width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #7a3520, #5c2818); border: 1.5px solid rgba(184, 150, 110, 0.15); display: flex; align-items: center; justify-content: center; box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.06), 0 4px 16px rgba(0, 0, 0, 0.4); z-index: 4; transform: rotate(-12deg); }
.opt-stamp::after { content: ''; position: absolute; inset: 5px; border: 1px dashed rgb(240 230 216 / 41%); border-radius: 50%; pointer-events: none; }
.opt-stamp-text { font-family: var(--fb); font-size: 8px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; color: #f0e6d8; line-height: 1.4; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.opt-content { position: relative; z-index: 3; padding: 48px 44px 48px 24px; display: flex; flex-direction: column; justify-content: center; border-left: 1px dashed rgb(184 150 110 / 56%); }
.opt-label { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.opt-label-line { width: 20px; height: 0.5px; background: rgba(184, 150, 110, 0.35); }
.opt-label-text { font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(184, 150, 110, 0.6); }

.opt-title { font-family: var(--fd); font-size: clamp(28px, 3.5vw, 40px); font-weight: 400; color: #f0e6d8 !important; line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 14px; }
.opt-title em { font-style: italic; color: #d4b896; }
.opt-desc { font-family: var(--fb); font-size: 13px; color: rgba(240, 230, 216, 0.45); line-height: 1.7; margin: 0 0 28px; max-width: 400px; }

.opt-cta { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 4px; text-decoration: none; position: relative; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.opt-cta::before { content: ''; position: absolute; left: -4px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; background: linear-gradient(135deg, #d4b896, #8a7058); border-radius: 50%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); border: 0.5px solid rgba(184, 150, 110, 0.2); z-index: 5; }
.opt-cta:hover { transform: translateY(-2px); }

.opt-cta--tg { background: linear-gradient(165deg, #453529, #352a1e); border: 1px solid rgba(184, 150, 110, 0.15); box-shadow: inset 0 1px 0 rgba(184, 150, 110, 0.04), 0 4px 16px rgba(0, 0, 0, 0.25); }
.opt-cta--tg::after { content: ''; position: absolute; inset: 5px; border: 1px dashed rgba(184, 150, 110, 0.1); border-radius: 3px; pointer-events: none; }
.opt-cta--tg:hover { border-color: rgba(184, 150, 110, 0.25); box-shadow: inset 0 1px 0 rgba(184, 150, 110, 0.06), 0 10px 30px rgba(0, 0, 0, 0.35); }
.opt-cta--tg .opt-cta-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(184, 150, 110, 0.08); border: 1px solid rgba(184, 150, 110, 0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #d4b896; transition: all 0.3s; }
.opt-cta--tg .opt-cta-icon svg { width: 16px; height: 16px; }
.opt-cta--tg:hover .opt-cta-icon { background: rgba(184, 150, 110, 0.12); }

.opt-cta--email { background: linear-gradient(165deg, #fff8f0, #ebe0d0); border: 1px solid rgba(120, 90, 50, 0.12); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 4px 16px rgba(0, 0, 0, 0.15); }
.opt-cta--email::after { content: ''; position: absolute; inset: 5px; border: 1px dashed rgba(120, 90, 50, 0.08); border-radius: 3px; pointer-events: none; }
.opt-cta--email:hover { border-color: rgba(120, 90, 50, 0.2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 30px rgba(0, 0, 0, 0.2); }
.opt-cta--email .opt-cta-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(120, 90, 50, 0.06); border: 1px solid rgba(120, 90, 50, 0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ad); transition: all 0.3s; }
.opt-cta--email .opt-cta-icon svg { width: 16px; height: 16px; }
.opt-cta--email:hover .opt-cta-icon { background: rgba(120, 90, 50, 0.1); }

.opt-cta-body { flex: 1; min-width: 0; }
.opt-cta-label { display: block; font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 3px; }
.opt-cta--tg .opt-cta-label { color: rgba(184, 150, 110, 0.5); }
.opt-cta--email .opt-cta-label { color: #8a7a66; }
.opt-cta-value { display: block; font-family: var(--fd); font-size: 15px; font-weight: 500; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.opt-cta--tg .opt-cta-value { color: #f0e6d8; }
.opt-cta--email .opt-cta-value { color: #5c4430; }

.opt-cta-badge { display: inline-flex; align-items: center; gap: 5px; font-family: var(--fb); font-size: 8px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; padding: 4px 10px; border-radius: 3px; background: rgba(184, 150, 110, 0.06); border: 1px solid rgba(184, 150, 110, 0.08); color: rgba(184, 150, 110, 0.5); flex-shrink: 0; }
.opt-cta-badge-dot { width: 5px; height: 5px; border-radius: 50%; background: #6ec77a; box-shadow: 0 0 6px rgba(110, 199, 122, 0.4); animation: optPulse 2.5s ease-in-out infinite; }

@keyframes optPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; box-shadow: 0 0 10px rgba(110, 199, 122, 0.5); } }

.opt-cta-arrow { flex-shrink: 0; transition: all 0.3s; }
.opt-cta--tg .opt-cta-arrow { color: rgba(184, 150, 110, 0.25); }
.opt-cta--email .opt-cta-arrow { color: rgba(120, 90, 50, 0.2); }
.opt-cta--tg:hover .opt-cta-arrow { color: #d4b896; transform: translateX(3px); }
.opt-cta--email:hover .opt-cta-arrow { color: var(--a); transform: translateX(3px); }

.opt-divider { display: flex; align-items: center; gap: 14px; margin: 14px 0; }
.opt-divider-line { flex: 1; height: 0.5px; background: rgba(184, 150, 110, 0.08); }
.opt-divider-text { font-family: var(--fd); font-size: 13px; font-style: italic; color: rgba(184, 150, 110, 0.3); }

.opt-perks { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.opt-perk { display: flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 3px; background: rgba(184, 150, 110, 0.04); border: 1px solid rgba(184, 150, 110, 0.07); transition: all 0.3s; }
.opt-perk:hover { background: rgba(184, 150, 110, 0.07); border-color: rgba(184, 150, 110, 0.12); }
.opt-perk svg { color: #d4b896; flex-shrink: 0; }
.opt-perk span { font-family: var(--fb); font-size: 11px; color: rgba(240, 230, 216, 0.5); }

@media (max-width: 1100px) {
  .occ-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .opt-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .opt-gallery {
    padding: 32px 32px 0;
  }
  .opt-gallery-grid {
    max-width: 100%;
  }
  .opt-content {
    padding: 32px;
    border-left: none;
    border-top: 1px dashed rgb(184 150 110 / 56%);
  }
  .opt-stamp { bottom: auto; top: 24px; right: 24px; }
}

@media (max-width: 768px) {
  .sec { padding: 40px 0; }
  .steps-row { grid-template-columns: 1fr; gap: 40px; }
  .steps-row::before { display: none; }
  .rev-grid { grid-template-columns: 1fr; }
  .rev-top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .occ-grid { grid-template-columns: 1fr 1fr; }
  .hero-a { flex-direction: column; gap: 10px; }
  .btn-p, .btn-o { width: 260px; text-align: center; display: flex; align-items: center; justify-content: center; }
  .hero-pr { flex-wrap: wrap; justify-content: center; gap: 10px; }
  .opt-section::after { inset: 6px; }
  .opt-gallery { padding: 24px 24px 0; }
  .opt-gallery-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 8px;
  }
  .opt-photo--large { min-height: 220px; }
  .opt-photo--small { min-height: 105px; }
  .opt-content { padding: 24px; }
  .opt-title { font-size: 28px; }
  .opt-cta {
    flex-wrap: wrap;
    gap: 10px;
  }
  .opt-cta::before { display: none; }
  .opt-cta-badge { width: 100%; justify-content: center; margin-top: 4px; }
  .opt-cta-arrow { display: none; }
  .opt-cta-value {
    white-space: normal;
    word-break: break-all;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .occ-grid { grid-template-columns: 1fr; }
  h1.hero-t { font-size: 36px; }
  .hero-s { font-size: 14px; }
  .btn-p, .btn-o { width: 100%; }
  .opt-section::after { inset: 5px; border-width: 1px; }
  .opt-gallery { padding: 18px 18px 0; }
  .opt-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 6px;
  }
  .opt-photo--large {
    grid-row: span 1;
    min-height: 160px;
  }
  .opt-photo--small {
    display: block;
    min-height: 160px;
  }
  .opt-photo--small.opt-photo--bottom { display: none; }
  .opt-stamp { width: 56px; height: 56px; top: 14px; right: 14px; }
  .opt-stamp-text { font-size: 7px; }
  .opt-content { padding: 20px 18px; }
  .opt-title { font-size: 24px; }
  .opt-desc {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .opt-cta { padding: 14px 16px; }
  .opt-cta-value {
    font-size: 13px;
  }
  .opt-perks { gap: 6px; }
  .opt-perk { padding: 5px 10px; }
  .opt-perk span { font-size: 10px; }
  .opt-divider { margin: 10px 0; }
}

@media (max-width: 360px) {
  .opt-gallery { padding: 14px 14px 0; }
  .opt-gallery-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .opt-photo--large { min-height: 180px; }
  .opt-photo--small { display: none; }
  .opt-content { padding: 18px 14px; }
  .opt-title { font-size: 22px; }
  .opt-desc { font-size: 12px; }
  .opt-stamp { width: 50px; height: 50px; top: 10px; right: 10px; }
  .opt-stamp-text { font-size: 6.5px; }
}/* End custom CSS */