.elementor-142 .elementor-element.elementor-element-89be0c5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-142 .elementor-element.elementor-element-ecfc234{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-142 .elementor-element.elementor-element-0594890{--display:flex;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-142 .elementor-element.elementor-element-e433ceb.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-142 .elementor-element.elementor-element-2714f47{--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;}:root{--page-title-display:none;}body.elementor-page-142{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-142 .elementor-element.elementor-element-89be0c5{--content-width:620px;}}/* Start custom CSS */:root {
  --page: #f5efe6;
  --paper: #fffaf3;
  --white: #ffffff;
  --text: #1b1b1f;
  --muted: #6f6a63;
  --line: #eadfce;
  --wine: #6d1f36;
  --wine-dark: #431323;
  --gold: #c78a2f;
  --gold-soft: #f6dfb7;
  --green: #167a5b;
  --graphite: #24252b;
  --danger: #b3262e;
  --radius: 18px;
  --container: 620px;
  --shadow: 0 14px 34px rgba(67, 19, 35, 0.12);
}



.site-shell,
.site-shell * {
  box-sizing: border-box;
}

.site-shell {
  width: min(100%, var(--container));
  min-height: 100vh;
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(67, 19, 35, 0.06);
  color: var(--text);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.site-shell.e-con,
.site-shell.elementor-element {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  gap: 0;
}

.site-shell .elementor-widget {
  margin-bottom: 0 !important;
}

.site-shell .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.site-shell a {
  color: inherit;
  text-decoration: none;
}

.site-shell button {
  font: inherit;
}

.section {
  padding: 16px 22px;
}

.top-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px 6px;
  font-size: 13px;
  line-height: 1;
  color: var(--muted);
}

.top-menu a {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(234, 223, 206, 0.9);
  text-decoration: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.hero {
  padding: 10px 22px 18px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 24px 20px 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(246, 223, 183, 0.24), transparent 36%),
    linear-gradient(145deg, var(--wine-dark), var(--wine));
  color: #fff;
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(246, 223, 183, 0.12);
}

.brand {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  text-align: center;
}

.brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(38px, 9vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand__mark {
  min-width: 58px;
  height: 52px;
  padding: 0 9px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: var(--gold);
  color: #21150a;
  font-size: 25px;
  letter-spacing: -0.02em;
}

.brand__subtitle {
  color: #f7ead6;
  font-size: 20px;
  line-height: 1.2;
}

#primary {
    margin: 1em 0;
}

.hero-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.cart-pill {
  width: fit-content;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 17px;
}

.cart-pill__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #201307;
  font-size: 16px;
}

.call-button {
  min-height: 78px;
  margin-top: 8px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: linear-gradient(180deg, #1fa36f, var(--green));
  color: #fff;
  font-size: clamp(34px, 8vw, 46px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(22, 122, 91, 0.28);
}

.call-button__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 29px;
}

.app-title {
  margin: 18px 0 12px;
  text-align: center;
  color: var(--wine-dark);
  font-size: clamp(21px, 5vw, 27px);
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.app-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.app-btn {
  min-height: 66px;
  padding: 9px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--graphite);
  color: #fff;
  box-shadow: 0 9px 20px rgba(36, 37, 43, 0.13);
}

.app-btn--telegram {
  background: #2388c7;
}

.app-btn__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 22px;
  flex: 0 0 auto;
}

.app-btn span:last-child {
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1.05;
}

.app-btn strong {
  display: block;
  font-size: clamp(15px, 3.3vw, 19px);
  line-height: 1;
  font-weight: 700;
}

.section-title,
.section-title .elementor-heading-title {
  margin: 0 0 14px;
  color: var(--wine-dark);
  font-size: clamp(30px, 7vw, 42px);
  line-height: 1.08;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

/* Категории WooCommerce */
#catalog .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

#catalog .woocommerce ul.products li.product,
#catalog .woocommerce ul.products li.product-category {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}

#catalog .woocommerce ul.products li.product-category a {
  min-height: 58px;
  border-radius: 16px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: clamp(20px, 5vw, 25px);
  line-height: 1;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(67, 19, 35, 0.05);
}

#catalog .woocommerce ul.products li.product-category a::after {
  content: "›";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold-soft);
  color: var(--wine-dark);
  font-size: 24px;
  line-height: 1;
}

#catalog .woocommerce ul.products li.product-category img,
#catalog .woocommerce ul.products li.product-category mark,
#catalog .woocommerce ul.products li.product-category .count {
  display: none !important;
}

#catalog .woocommerce-loop-category__title {
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  color: inherit !important;
}

/* Товары WooCommerce */
#popular .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

#popular .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(67, 19, 35, 0.06);
  text-align: center;
}

#popular .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
}

#popular .woocommerce ul.products li.product img {
  width: 100% !important;
  height: 280px !important;
  object-fit: contain;
  margin: 0 !important;
  padding: 20px 12px 12px;
  background: linear-gradient(180deg, #fff, #fff8ee);
}

#popular .woocommerce-loop-product__title {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px 0 !important;
  color: #111;
  font-size: clamp(17px, 4vw, 20px) !important;
  line-height: 1.15;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

#popular .woocommerce ul.products li.product .price {
  display: block;
  margin: 12px 0 14px;
  color: var(--wine-dark) !important;
  font-size: clamp(30px, 7vw, 36px);
  line-height: 1;
  font-weight: 400;
}

#popular .woocommerce ul.products li.product .button {
  min-height: 44px;
  width: 100%;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--wine) !important;
  font-size: clamp(13px, 3.3vw, 16px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.steps-grid,
.reviews-grid {
  display: grid;
  gap: 12px;
}

.step-card,
.review-card {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(67, 19, 35, 0.05);
}

.step-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
}

.step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.step-card h3 {
  margin: 0;
  color: var(--wine-dark);
  font-size: clamp(22px, 5vw, 28px);
  line-height: 1.08;
  font-weight: 500;
}

.step-card p,
.review-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 4vw, 21px);
  line-height: 1.35;
}

.review-card strong {
  display: block;
  margin-top: 10px;
  color: var(--wine);
  font-size: 18px;
  font-weight: 500;
}

.text-content {
  padding-top: 18px;
  padding-bottom: 24px;
  color: #2c2b2b;
  font-size: clamp(22px, 5vw, 27px);
  line-height: 1.62;
}

.text-content h1,
.text-content h2 {
  margin: 0 0 14px;
  color: #111;
  font-size: clamp(38px, 8vw, 48px);
  line-height: 1.12;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.text-content h2 {
  margin-top: 28px;
  font-size: clamp(34px, 7.4vw, 44px);
}

.text-content p {
  margin: 0 0 16px;
}

.text-content strong {
  color: #111;
  font-weight: 700;
}

.info-box {
  margin-top: 18px;
  padding: 14px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}

.info-box__age {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--danger);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.payment-icons {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--wine-dark);
  font-size: 18px;
  font-weight: 700;
}

.footer {
  padding: 18px 22px 24px;
  color: var(--muted);
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0 0 6px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--wine-dark);
  text-decoration: underline;
}

.sticky-mobile {
  position: sticky;
  bottom: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 250, 243, 0.95);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.sticky-mobile a {
  min-height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.sticky-mobile__call {
  background: var(--green);
}

.sticky-mobile__catalog {
  background: var(--wine);
}

@media (min-width: 520px) {
  body.elementor-page {
    padding: 10px 0;
  }

  .site-shell {
    border-radius: 28px;
    overflow: hidden;
  }

  #catalog .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }

  #catalog .woocommerce ul.products li.product-category a {
    justify-content: center;
  }

  #catalog .woocommerce ul.products li.product-category a::after {
    display: none;
  }
}
/* FIX MOBILE ADAPTIVE */
.site-shell {
  max-width: 620px;
  width: 100%;
  overflow: hidden;
}

.hero {
  padding: 10px 16px 16px;
}

.hero-card {
  padding: 22px 16px 18px;
}

.brand__logo {
  font-size: clamp(34px, 11vw, 52px);
  gap: 8px;
}

.brand__mark {
  min-width: 54px;
  height: 50px;
  font-size: 24px;
}

.brand__subtitle {
  font-size: clamp(19px, 5.5vw, 24px);
}

.call-button {
  width: 100%;
  min-width: 0;
  min-height: 68px;
  padding: 0 12px;
  gap: 10px;
  font-size: clamp(27px, 8vw, 40px);
  overflow: hidden;
}

.call-button span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.call-button__icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  font-size: 25px;
}

.app-title {
  margin-top: 14px;
  font-size: clamp(24px, 7vw, 34px);
}

.app-row,
.app-row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-btn {
  min-width: 0;
  min-height: 72px;
  padding: 9px 10px;
  gap: 8px;
}

.app-btn span:last-child {
  min-width: 0;
  font-size: clamp(13px, 3.7vw, 17px);
}

.app-btn strong {
  font-size: clamp(18px, 4.8vw, 22px);
}

.app-btn__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  font-size: 24px;
}

@media (max-width: 420px) {
  .top-menu {
    padding: 10px 10px 4px;
    gap: 7px;
  }

  .top-menu a {
    padding: 7px 9px;
    font-size: 14px;
  }

  .hero {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-card {
    border-radius: 24px;
    padding: 22px 14px 18px;
  }

  .brand__logo {
    font-size: clamp(36px, 12vw, 48px);
  }

  .brand__subtitle {
    font-size: 23px;
    line-height: 1.2;
  }

  .call-button {
    min-height: 66px;
    font-size: clamp(29px, 9vw, 36px);
  }

  .section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .app-row,
  .app-row--two {
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .app-row,
  .app-row--two {
    grid-template-columns: 1fr;
  }

  .call-button {
    font-size: 30px;
  }
}

/* App Store / Google Play картинки */
.app-row--badges {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.app-badge {
  display: block;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 9px 20px rgba(36, 37, 43, 0.13);
}

.app-badge img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

@media (max-width: 420px) {
  .app-row--badges {
    gap: 10px;
  }

  .app-badge {
    border-radius: 14px;
  }

  .app-badge img {
    border-radius: 14px;
  }
}

@media (max-width: 360px) {
  .app-row--badges {
    grid-template-columns: 1fr;
  }
}
/* FIX: убираем подчёркивание всех ссылок внутри шаблона */
.site-shell a,
.site-shell a:visited,
.site-shell a:hover,
.site-shell a:active,
.site-shell a:focus {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* FIX: делаем App Store / Google Play меньше */
.app-row--badges {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.app-badge {
  display: block;
  width: 100%;
  max-width: 230px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 9px 20px rgba(36, 37, 43, 0.13);
}

.app-badge img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* На мобилке чуть меньше */
@media (max-width: 480px) {
  .app-row--badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .app-badge {
    max-width: 100%;
  }
}

/* На очень узких телефонах в одну колонку */
@media (max-width: 360px) {
  .app-row--badges {
    grid-template-columns: 1fr;
  }

  .app-badge {
    max-width: 230px;
    margin: 0 auto;
  }
}/* End custom CSS */