:root {
  --cv-inner-cream: #fff8ec;
  --cv-inner-cream-2: #f5ead9;
  --cv-inner-paper: #fffdf7;
  --cv-inner-espresso: #24120d;
  --cv-inner-cocoa: #5a3324;
  --cv-inner-caramel: #b98254;
  --cv-inner-gold: #d8a36c;
  --cv-inner-ink: #2d211c;
  --cv-inner-muted: #7a6a60;
  --cv-inner-line: rgba(76, 44, 32, .14);
  --cv-inner-shadow: 0 24px 60px rgba(70, 42, 28, .12);
}

body:not(.home):not(.page-template-tpl_press) .page-header {
  display: none;
}

body {
  background:
    radial-gradient(900px 420px at 10% 0%, rgba(216, 163, 108, .16), transparent 62%),
    linear-gradient(180deg, var(--cv-inner-cream) 0%, #fffdf7 46%, #f5ecdf 100%);
  color: var(--cv-inner-ink);
}

.page-wrapper {
  overflow: clip;
  background: transparent;
}

.cv-site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  right: 0;
  left: 0;
  color: var(--cv-inner-espresso);
  pointer-events: none;
}

.cv-site-header .uk-container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  min-height: 70px;
  padding: 10px 18px;
  border: 1px solid rgba(58, 33, 23, .12);
  border-radius: 28px;
  background: rgba(255, 248, 236, .86);
  box-shadow: 0 16px 46px rgba(58, 33, 23, .12);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  pointer-events: auto;
}

.cv-site-header .cv-landing-header__logo {
  display: inline-flex;
  width: clamp(142px, 13vw, 190px);
  min-width: 0;
}

.cv-site-header .cv-landing-header__logo img {
  width: 100%;
  max-height: 56px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(2367%) hue-rotate(319deg) brightness(82%) contrast(101%);
}

.cv-site-header .cv-landing-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.3vw, 34px);
  min-width: 0;
}

.cv-site-header .cv-landing-header__nav a {
  position: relative;
  padding: 9px 0;
  color: rgba(58, 33, 23, .78);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.cv-site-header .cv-landing-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--cv-inner-caramel);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .24s ease;
}

.cv-site-header .cv-landing-header__nav a:hover {
  color: var(--cv-inner-espresso);
}

.cv-site-header .cv-landing-header__nav a:hover::after {
  transform: scaleX(1);
}

.cv-site-header .cv-landing-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.cv-site-header .cv-landing-header__lang {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(58, 33, 23, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .64);
}

.cv-site-header .cv-landing-header__lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  min-height: 30px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.cv-site-header .cv-landing-header__lang a:hover {
  background: rgba(216, 163, 108, .18);
  transform: translateY(-1px);
}

.cv-site-header .cv-landing-header__request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(58, 33, 23, .16);
  border-radius: 999px;
  background: var(--cv-inner-espresso);
  color: var(--cv-inner-cream);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(58, 33, 23, .18);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.cv-site-header .cv-landing-header__request:hover {
  background: var(--cv-inner-cocoa);
  color: var(--cv-inner-cream);
  transform: translateY(-1px);
}

.page-header {
  z-index: 20;
  max-height: none;
  background: transparent;
}

.page-header__scroll {
  background: rgba(255, 248, 236, .86);
  border-bottom: 1px solid rgba(76, 44, 32, .1);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.page-header__scroll.uk-active {
  background: rgba(255, 248, 236, .94);
  box-shadow: 0 12px 38px rgba(70, 42, 28, .12);
}

.page-header__inner {
  min-height: 76px;
  padding: 8px 0;
  gap: 20px;
}

.page-header__logo .logo {
  display: inline-flex;
  width: clamp(138px, 13vw, 188px);
}

.page-header__logo .logo img {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(2367%) hue-rotate(319deg) brightness(82%) contrast(101%);
}

.page-header__menu .uk-navbar-nav {
  gap: clamp(12px, 1.4vw, 24px);
}

.page-header__menu .uk-navbar-nav > li > a {
  position: relative;
  min-height: 40px;
  padding: 0;
  border-left: 0;
  color: rgba(58, 33, 23, .76);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.page-header__menu .uk-navbar-nav > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--cv-inner-caramel);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.page-header__menu .uk-navbar-nav > li > a:hover,
.page-header__menu .uk-navbar-nav > li.uk-active > a {
  background: transparent;
  color: var(--cv-inner-espresso);
}

.page-header__menu .uk-navbar-nav > li > a:hover::after,
.page-header__menu .uk-navbar-nav > li.uk-active > a::after {
  transform: scaleX(1);
}

.page-header__menu .uk-navbar-dropdown {
  min-width: 220px;
  padding: 10px;
  border: 1px solid var(--cv-inner-line);
  border-radius: 18px;
  background: rgba(255, 253, 247, .96);
  box-shadow: var(--cv-inner-shadow);
}

.page-header__menu .uk-navbar-dropdown-nav > li > a {
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--cv-inner-cocoa);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.page-header__menu .uk-navbar-dropdown-nav > li > a:hover {
  background: rgba(216, 163, 108, .16);
  color: var(--cv-inner-espresso);
}

.page-header__menu .uk-navbar-dropdown-nav > li > a::after {
  display: none;
}

.lang__btn {
  min-width: 42px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(58, 33, 23, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  color: var(--cv-inner-cocoa);
  font-size: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .64);
}

.lang__btn span:not([data-uk-icon]) {
  font-size: 0;
}

.lang__btn .lang-tr::before,
.lang__btn .lang-en::before,
.lang__btn .lang-ru::before {
  font-size: 17px;
  line-height: 1;
}

.lang__btn .lang-tr::before { content: "🇹🇷"; }
.lang__btn .lang-en::before { content: "🇬🇧"; }
.lang__btn .lang-ru::before { content: "🇷🇺"; }

.lang__dropdown {
  padding: 8px;
  border: 1px solid var(--cv-inner-line);
  border-radius: 16px;
  background: rgba(255, 253, 247, .96);
  box-shadow: var(--cv-inner-shadow);
}

.lang__nav {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang__nav a {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--cv-inner-cocoa);
  font-size: 14px;
  font-weight: 700;
}

.lang__nav a:hover {
  background: rgba(216, 163, 108, .16);
  color: var(--cv-inner-espresso);
}

.page-header__menu-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(58, 33, 23, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  color: var(--cv-inner-espresso);
}

.page-main,
.main-page {
  position: relative;
  padding-top: clamp(116px, 9vw, 138px);
}

.page-content,
.section-catalog,
.section-contacts {
  padding-top: clamp(44px, 6vw, 86px);
  padding-bottom: clamp(52px, 7vw, 96px);
}

.page-content::before,
.section-catalog::before,
.section-contacts::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -8vw;
  width: clamp(240px, 34vw, 520px);
  height: clamp(240px, 34vw, 520px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(184, 130, 84, .14), transparent 68%);
  pointer-events: none;
}

.section-title,
.section-title--page {
  margin: 0 0 clamp(24px, 4vw, 42px);
  text-align: left;
}

.section-title::before,
.section-title--page::before {
  content: "CoffeeVar";
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(184, 130, 84, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--cv-inner-caramel);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.section-title > *,
.section-title .uk-article-title {
  max-width: 920px;
  margin: 0;
  color: var(--cv-inner-espresso);
  font-size: clamp(34px, 4.8vw, 66px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
  text-transform: none;
}

.uk-article {
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid rgba(76, 44, 32, .1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 248, 236, .66));
  box-shadow: var(--cv-inner-shadow);
}

.uk-article .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: var(--cv-inner-cream-2);
}

.uk-article .thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform .4s ease;
}

.uk-article .thumbnail:hover img {
  transform: scale(1.035);
}

.uk-article p,
.section-catalog .uk-section p,
.section-catalog .uk-section li {
  color: rgba(45, 33, 28, .82);
  font-size: 18px;
  line-height: 1.7;
}

.uk-article h2,
.uk-article h3,
.section-catalog .uk-section h2,
.section-catalog .uk-section h3 {
  margin-top: 28px;
  color: var(--cv-inner-espresso);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.08;
}

.uk-article ul,
.section-catalog .uk-section ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.uk-article li,
.section-catalog .uk-section li {
  position: relative;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(76, 44, 32, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .62);
}

.uk-article li::before,
.section-catalog .uk-section li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cv-inner-caramel), var(--cv-inner-gold));
  box-shadow: 0 0 0 5px rgba(216, 163, 108, .14);
}

.section-catalog .uk-grid {
  row-gap: 22px;
}

.section-catalog .uk-grid > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

.product-card,
.review-card,
.contacts-box,
.service-card,
.stock-card,
.category-article,
.section-article {
  border: 1px solid rgba(76, 44, 32, .12);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 248, 236, .76));
  box-shadow: 0 20px 50px rgba(70, 42, 28, .1);
}

.product-card {
  height: 100%;
  padding: 18px;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 68px rgba(70, 42, 28, .16);
}

.product-card__inner {
  display: grid;
  grid-template-rows: auto auto auto auto auto 1fr;
  align-content: start;
  height: 100%;
}

.product-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 180px;
  margin-bottom: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 22%, rgba(216, 163, 108, .2), transparent 46%),
    rgba(255, 255, 255, .68);
  overflow: hidden;
}

.product-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 10px;
}

.product-card__title > * {
  min-height: 48px;
  margin: 0;
  color: var(--cv-inner-espresso);
  font-size: 20px;
  line-height: 1.18;
}

.product-card__summary {
  display: -webkit-box;
  min-height: 92px;
  margin: 12px 0 0;
  overflow: hidden;
  color: rgba(45, 33, 28, .74);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.48;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.product-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(184, 130, 84, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--cv-inner-cocoa);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.product-card__price {
  min-height: 48px;
  margin-top: 10px;
  color: var(--cv-inner-muted);
  font-size: 15px;
  line-height: 1.45;
}

.product-card__details {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  color: var(--cv-inner-cocoa);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.product-card__details::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 7px;
  border-radius: 999px;
  background:
    linear-gradient(currentColor, currentColor) 50% 50% / 10px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 62% 50% / 2px 8px no-repeat;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.product-card__details:hover {
  color: var(--cv-inner-espresso);
}

.product-card__details:hover::after {
  transform: translateX(3px) rotate(45deg);
}

.product-card__btn {
  margin-top: auto;
  padding-top: 20px;
}

.cv-machine-details {
  margin-top: clamp(34px, 5vw, 68px);
}

.cv-machine-details__head {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 22px;
}

.cv-machine-details__head span {
  color: var(--cv-inner-espresso);
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 1;
}

.cv-machine-details__head p {
  margin: 0;
  color: rgba(45, 33, 28, .72);
  font-size: 17px;
  line-height: 1.6;
}

.cv-machine-details__grid {
  display: grid;
  gap: 18px;
}

.cv-machine-detail {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(18px, 3vw, 30px);
  scroll-margin-top: 150px;
  border: 1px solid rgba(76, 44, 32, .12);
  border-radius: 28px;
  background:
    radial-gradient(420px 260px at 5% 0%, rgba(216, 163, 108, .16), transparent 68%),
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 248, 236, .76));
  box-shadow: 0 20px 50px rgba(70, 42, 28, .1);
}

.cv-machine-detail__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
}

.cv-machine-detail__media img {
  max-width: 100%;
  max-height: 240px;
  object-fit: contain;
}

.cv-machine-detail__body {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.cv-machine-detail__tag {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(184, 130, 84, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--cv-inner-caramel);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cv-machine-detail h2 {
  margin: 0;
  color: var(--cv-inner-espresso);
  font-size: clamp(28px, 3.8vw, 54px);
  font-weight: 900;
  line-height: 1;
}

.cv-machine-detail__price {
  color: var(--cv-inner-muted);
  font-size: 16px;
  line-height: 1.55;
}

.cv-machine-detail__summary {
  max-width: 760px;
  margin: 0;
  color: rgba(45, 33, 28, .78);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 1.62;
}

.cv-machine-detail__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 4px 0 0;
}

.cv-machine-detail__specs div {
  padding: 13px 14px;
  border: 1px solid rgba(76, 44, 32, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .56);
}

.cv-machine-detail__specs dt {
  margin-bottom: 5px;
  color: var(--cv-inner-caramel);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.cv-machine-detail__specs dd {
  margin: 0;
  color: var(--cv-inner-espresso);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.section-services,
.section-stocks,
.page-content--category {
  position: relative;
  padding-top: clamp(52px, 7vw, 96px);
  padding-bottom: clamp(52px, 7vw, 96px);
}

.service-card,
.stock-card,
.category-article,
.section-article {
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(70, 42, 28, .1);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.service-card:hover,
.stock-card:hover,
.category-article:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 130, 84, .28);
  box-shadow: 0 30px 68px rgba(70, 42, 28, .16);
}

.service-card__inner,
.stock-card__inner {
  position: relative;
  display: grid;
  gap: 18px;
  height: 100%;
  padding: clamp(18px, 2.5vw, 28px);
}

.service-card__inner::before,
.stock-card__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(340px 220px at 18% 0%, rgba(216, 163, 108, .16), transparent 64%);
  pointer-events: none;
}

.service-card__img,
.stock-card__media,
.section-article__img,
.category-article .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
}

.service-card__img img,
.stock-card__media img,
.section-article__img img,
.category-article .thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform .4s ease;
}

.service-card:hover .service-card__img img,
.stock-card:hover .stock-card__media img,
.category-article:hover .thumbnail img {
  transform: scale(1.035);
}

.service-card__title,
.stock-card__title,
.category-article .uk-article-title,
.section-article__title {
  position: relative;
  margin: 0;
  color: var(--cv-inner-espresso);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.service-card__title a,
.stock-card__title a,
.category-article .uk-article-title a {
  color: inherit;
  text-decoration: none;
}

.stock-card__desc,
.uk-article-content,
.section-article,
.section-article p {
  color: rgba(45, 33, 28, .82);
  font-size: 17px;
  line-height: 1.7;
}

.category-article {
  padding: clamp(20px, 3vw, 32px);
}

.category-article + .category-article {
  margin-top: 22px;
}

.category-article .uk-article-title {
  margin-bottom: 12px;
}

.cv-archive-hero,
.cv-single-hero {
  position: relative;
  margin-bottom: clamp(26px, 4vw, 48px);
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(76, 44, 32, .1);
  border-radius: 30px;
  background:
    radial-gradient(520px 260px at 5% 0%, rgba(216, 163, 108, .18), transparent 68%),
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 248, 236, .72));
  box-shadow: var(--cv-inner-shadow);
}

.cv-archive-hero__eyebrow,
.cv-single-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(184, 130, 84, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--cv-inner-caramel);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cv-archive-hero h1,
.cv-single-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--cv-inner-espresso);
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: 0;
}

.cv-archive-hero__text {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(45, 33, 28, .76);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
}

.cv-archive-grid {
  align-items: stretch;
}

.cv-archive-grid > * {
  display: flex;
}

.category-article {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  min-height: 300px;
  padding: 0;
}

.category-article__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  background: rgba(255, 255, 255, .62);
}

.category-article__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.category-article:hover .category-article__media img {
  transform: scale(1.035);
}

.category-article__body {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
}

.category-article__meta,
.cv-single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.category-article__meta span,
.cv-single-hero__meta span,
.cv-single-hero__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(76, 44, 32, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: var(--cv-inner-muted);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.category-article .uk-article-title {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 38px);
}

.category-article .uk-article-content {
  margin-bottom: 22px;
}

.category-article .uk-article-content p {
  margin: 0;
  color: rgba(45, 33, 28, .76);
  font-size: 16px;
  line-height: 1.62;
}

.category-article__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: var(--cv-inner-cocoa);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.category-article__link svg {
  width: 18px;
  height: 18px;
  transition: transform .2s ease;
}

.category-article__link:hover {
  color: var(--cv-inner-espresso);
}

.category-article__link:hover svg {
  transform: translateX(3px);
}

.cv-archive-empty {
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(76, 44, 32, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .66);
  color: var(--cv-inner-muted);
  font-size: 18px;
}

.cv-single-hero {
  margin-bottom: clamp(22px, 4vw, 36px);
}

.cv-single-hero__meta {
  margin-top: 18px;
  margin-bottom: 0;
}

.section-article__img {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 18px 42px rgba(70, 42, 28, .1);
}

.section-article__img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.section-article {
  padding: clamp(22px, 4vw, 44px);
}

.section-article__img {
  margin-bottom: clamp(22px, 4vw, 38px);
}

.section-article__title {
  margin-bottom: 22px;
}

.wp-block-image img,
.uk-article img {
  border-radius: 22px;
}

.uk-article table,
.section-article table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(76, 44, 32, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .62);
}

.uk-article th,
.uk-article td,
.section-article th,
.section-article td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(76, 44, 32, .1);
  color: rgba(45, 33, 28, .82);
}

.uk-article tr:last-child td,
.section-article tr:last-child td {
  border-bottom: 0;
}

.wpcf7 form {
  display: grid;
  gap: 14px;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select,
.uk-input,
.uk-textarea,
.uk-select {
  min-height: 48px;
  border: 1px solid rgba(76, 44, 32, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  color: var(--cv-inner-espresso);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.uk-input:focus,
.uk-textarea:focus,
.uk-select:focus {
  border-color: rgba(184, 130, 84, .58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(216, 163, 108, .14);
}

.uk-button,
.uk-button-default,
.section-reviews__btns > .uk-button {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cv-inner-espresso), var(--cv-inner-cocoa));
  color: #fff8ec;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 16px 30px rgba(58, 33, 23, .18);
}

.uk-button:hover,
.uk-button-default:hover {
  background: linear-gradient(135deg, #3a2117, #6c3e2b);
  color: #fff8ec;
  transform: translateY(-1px);
}

.review-card {
  height: 100%;
  padding: 22px;
}

.review-card__avatar {
  border: 3px solid rgba(216, 163, 108, .22);
}

.review-card__avatar img {
  object-fit: cover;
}

.review-card__name {
  color: var(--cv-inner-espresso);
  font-weight: 800;
}

.review-card__date {
  color: var(--cv-inner-muted);
}

.review-card__text {
  color: rgba(45, 33, 28, .82);
  font-size: 16px;
  line-height: 1.62;
}

.section-reviews__btns {
  margin-top: 32px;
  text-align: center;
}

.section-contacts {
  min-height: auto;
}

.section-contacts__content {
  position: relative;
  height: auto;
  padding: clamp(36px, 6vw, 74px) 0;
  pointer-events: auto;
}

.section-contacts__map {
  height: clamp(340px, 46vw, 560px);
  margin: 0 clamp(18px, 4vw, 52px) clamp(36px, 5vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(76, 44, 32, .12);
  border-radius: 28px;
  box-shadow: var(--cv-inner-shadow);
}

.contacts-box {
  max-width: 560px;
}

.contacts-box__inner {
  padding: clamp(26px, 4vw, 44px);
}

.contacts-list__link {
  min-height: 54px;
  padding: 12px;
  border: 1px solid rgba(76, 44, 32, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
  color: var(--cv-inner-espresso);
  font-size: 16px;
}

.contacts-list__link:hover {
  background: rgba(216, 163, 108, .13);
  color: var(--cv-inner-cocoa);
}

.contacts-list__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(216, 163, 108, .16);
}

.contacts-list__icon img {
  max-width: 18px;
  max-height: 18px;
}

.social-list {
  margin-top: 24px;
}

.social-list__link {
  border-radius: 999px;
  background: rgba(216, 163, 108, .14);
}

.uk-modal-dialog {
  width: min(520px, calc(100vw - 32px));
  border: 1px solid rgba(76, 44, 32, .12);
  border-radius: 28px;
  background: var(--cv-inner-paper);
  box-shadow: 0 30px 90px rgba(30, 17, 13, .24);
}

.uk-modal-dialog .uk-modal-title {
  color: var(--cv-inner-espresso);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.uk-offcanvas-bar {
  background:
    radial-gradient(420px 320px at 0% 0%, rgba(216, 163, 108, .22), transparent 64%),
    var(--cv-inner-espresso);
}

.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .lang-list > li > a {
  color: rgba(255, 248, 236, .86);
  font-size: 18px;
  font-weight: 700;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .lang-list > li > a:hover {
  color: #fff8ec;
}

.page-footer {
  position: relative;
  padding: 0;
  background:
    radial-gradient(70% 90% at 0% 0%, rgba(212, 165, 116, .18), transparent 58%),
    linear-gradient(160deg, var(--cv-inner-espresso) 0%, #120806 100%);
  color: var(--cv-inner-cream);
  border-top: 1px solid rgba(255, 248, 236, .14);
  overflow: hidden;
}

.page-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 248, 236, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .42;
  pointer-events: none;
}

.page-footer__inner {
  position: relative;
  z-index: 1;
  padding: clamp(38px, 5vw, 68px) 0;
}

.page-footer .logo {
  display: inline-flex;
  max-width: 205px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-footer .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(96%) sepia(10%) saturate(659%) hue-rotate(327deg) brightness(107%) contrast(101%);
}

.page-footer__menu {
  gap: 10px;
  padding: 0;
}

.page-footer__menu > li a,
.page-footer__link {
  display: inline-flex;
  color: rgba(255, 248, 236, .78);
  font-size: 14px;
  font-weight: 700;
}

.page-footer__menu > li a:hover,
.page-footer__link:hover {
  color: var(--cv-inner-gold);
}

@media (max-width: 1289px) {
  .cv-site-header {
    top: 10px;
  }

  .cv-site-header .uk-container {
    grid-template-columns: auto auto;
    gap: 8px 12px;
    min-height: 0;
    padding: 8px 12px;
    border-radius: 22px;
  }

  .cv-site-header .cv-landing-header__logo {
    width: 142px;
  }

  .cv-site-header .cv-landing-header__nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .cv-site-header .cv-landing-header__nav::-webkit-scrollbar {
    display: none;
  }

  .cv-site-header .cv-landing-header__actions {
    justify-self: end;
    gap: 8px;
  }

  .cv-site-header .cv-landing-header__nav a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .page-header__inner {
    min-height: 66px;
  }

  .page-header__logo .logo {
    width: 142px;
  }
}

@media (min-width: 1100px) {
  .page-header__menu {
    display: block;
  }

  .page-header__lang {
    display: block;
  }

  .page-header__menu-btn {
    display: none;
  }

  .page-header__menu .uk-navbar-nav {
    gap: clamp(10px, 1.1vw, 18px);
  }

  .page-header__menu .uk-navbar-nav > li > a {
    font-size: 13px;
  }
}

@media (min-width: 961px) {
  .cv-site-header {
    top: 14px;
  }

  .cv-site-header .uk-container {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(14px, 2vw, 28px);
    min-height: 70px;
    padding: 10px 18px;
    border-radius: 28px;
  }

  .cv-site-header .cv-landing-header__logo {
    width: clamp(142px, 13vw, 190px);
  }

  .cv-site-header .cv-landing-header__nav {
    grid-column: auto;
    order: initial;
    justify-content: center;
    gap: clamp(16px, 2.3vw, 34px);
    width: auto;
    overflow: visible;
    padding: 0;
  }

  .cv-site-header .cv-landing-header__nav a {
    font-size: 14px;
  }

  .cv-site-header .cv-landing-header__actions {
    justify-self: auto;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .page-main,
  .main-page {
    padding-top: 116px;
  }

  .cv-site-header .uk-container {
    margin-right: 12px;
    margin-left: 12px;
  }

  .cv-site-header .cv-landing-header__logo {
    width: 128px;
  }

  .cv-site-header .cv-landing-header__lang a {
    min-width: 28px;
    min-height: 28px;
    padding: 0 5px;
    font-size: 15px;
  }

  .cv-site-header .cv-landing-header__request {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .cv-site-header .cv-landing-header__nav {
    gap: 10px;
  }

  .cv-site-header .cv-landing-header__nav a {
    font-size: 12px;
  }

  .page-content,
  .section-catalog,
  .section-contacts {
    padding-top: 32px;
    padding-bottom: 52px;
  }

  .uk-article {
    padding: 20px;
    border-radius: 22px;
  }

  .section-title > *,
  .section-title .uk-article-title {
    font-size: clamp(32px, 10vw, 44px);
  }

  .uk-article p,
  .section-catalog .uk-section p,
  .section-catalog .uk-section li {
    font-size: 16px;
  }

  .uk-article .thumbnail img {
    min-height: 220px;
  }

  .product-card {
    padding: 14px;
    border-radius: 22px;
  }

  .product-card__img {
    margin-bottom: 14px;
  }

  .product-card__title > * {
    min-height: auto;
    font-size: 18px;
  }

  .product-card__summary {
    min-height: auto;
    -webkit-line-clamp: 5;
  }

  .cv-machine-detail {
    grid-template-columns: 1fr;
    scroll-margin-top: 126px;
  }

  .cv-machine-detail__media {
    min-height: 210px;
  }

  .cv-machine-detail__specs {
    grid-template-columns: 1fr;
  }

  .cv-machine-detail .uk-button {
    width: 100%;
  }

  .page-footer .uk-grid > * {
    width: 50%;
  }

  .page-footer .uk-grid > *:first-child {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .page-footer .uk-grid > * {
    width: 100%;
  }
}

/* Final inner page polish */
.cv-site-header .uk-container {
  background: rgba(255, 248, 236, .74);
  box-shadow: 0 14px 38px rgba(58, 33, 23, .1);
}

.cv-archive-hero__eyebrow,
.cv-single-hero__eyebrow {
  display: none !important;
}

.cv-archive-hero,
.cv-single-hero {
  padding: clamp(24px, 4vw, 46px);
}

.cv-archive-hero h1,
.cv-single-hero h1,
.section-article__title {
  max-width: 1120px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}

.page-footer {
  background:
    radial-gradient(70% 90% at 0% 0%, rgba(212, 165, 116, .18), transparent 58%),
    linear-gradient(160deg, var(--cv-inner-espresso) 0%, #120806 100%) !important;
  color: var(--cv-inner-cream) !important;
}

.page-footer .uk-grid {
  align-items: flex-start;
  row-gap: 30px;
}

.page-footer__inner {
  padding: clamp(38px, 5vw, 68px) 0 !important;
}

.page-footer .logo {
  max-width: 205px;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-footer .logo img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(10%) saturate(659%) hue-rotate(327deg) brightness(107%) contrast(101%) !important;
}

.page-footer__menu {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.page-footer__menu li {
  margin: 0 !important;
  padding: 0 !important;
}

.page-footer__menu > li a,
.page-footer__menu a,
.page-footer__link {
  display: inline-flex;
  min-height: 34px;
  padding: 6px 0;
  color: rgba(255, 248, 236, .72) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.page-footer__menu > li a:hover,
.page-footer__menu a:hover,
.page-footer__link:hover {
  color: var(--cv-inner-gold) !important;
}

@media (max-width: 767px) {
  .cv-archive-hero h1,
  .cv-single-hero h1,
  .section-article__title {
    font-size: clamp(30px, 9vw, 42px);
  }
}

/* Current polish: match landing header, remove brows, compact contacts. */
.cv-site-header.cv-landing-header {
  position: fixed;
  inset: 0 0 auto;
  top: 0;
  z-index: 120;
  padding: 14px 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .82), rgba(255, 250, 242, .58)),
    rgba(255, 250, 242, .54);
  border-bottom: 1px solid rgba(58, 33, 23, .1);
  color: var(--cv-inner-espresso);
  box-shadow: 0 12px 34px rgba(58, 33, 23, .07);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  pointer-events: auto;
}

.cv-site-header.cv-landing-header .uk-container {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 0;
  padding-left: 32px;
  padding-right: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.cv-site-header .cv-landing-header__logo {
  width: 190px;
}

.cv-site-header .cv-landing-header__logo img {
  max-height: 64px;
}

.cv-site-header .cv-landing-header__nav a {
  padding: 9px 0;
  font-weight: 700;
}

.cv-site-header .cv-landing-header__lang a.is-active {
  background: var(--cv-inner-espresso);
  color: var(--cv-inner-cream);
}

.cv-site-header .cv-landing-header__request {
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  background: var(--cv-inner-gold);
  color: var(--cv-inner-espresso);
  box-shadow: 0 12px 26px rgba(216, 163, 108, .24);
}

.cv-site-header .cv-landing-header__request:hover {
  background: var(--cv-inner-caramel);
  color: var(--cv-inner-espresso);
}

.section-title::before,
.section-title--page::before,
.cv-archive-hero__eyebrow,
.cv-single-hero__eyebrow {
  display: none !important;
}

.section-contacts {
  position: relative;
  display: grid;
  min-height: clamp(520px, 58vw, 680px);
  padding: clamp(34px, 5vw, 64px) 0;
}

.section-contacts__map {
  grid-area: 1 / 1;
  height: 100%;
  min-height: clamp(460px, 52vw, 620px);
  margin: 0 clamp(18px, 4vw, 52px);
}

.section-contacts__content {
  z-index: 2;
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0;
  pointer-events: none;
}

.section-contacts__content .uk-container {
  width: 100%;
  pointer-events: none;
}

.contacts-box {
  max-width: min(520px, calc(100vw - 48px));
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 248, 236, .78));
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  pointer-events: auto;
}

.contacts-box .section-title {
  margin-bottom: 22px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.02;
}

.section-title.uk-article-title,
.section-title,
.section-title--page .uk-article-title {
  color: var(--cv-inner-espresso);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.section-title--page {
  margin-bottom: clamp(20px, 3vw, 34px);
}

.uk-article .section-title--page + [data-uk-grid] {
  align-items: center;
}

@media (max-width: 960px) {
  .cv-site-header.cv-landing-header .uk-container {
    grid-template-columns: auto auto;
    gap: 10px 14px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .cv-site-header .cv-landing-header__nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }
}

@media (max-width: 767px) {
  .cv-site-header.cv-landing-header {
    padding: 8px 0;
  }

  .cv-site-header.cv-landing-header .uk-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cv-site-header .cv-landing-header__logo {
    width: 142px;
  }

  .cv-site-header .cv-landing-header__request {
    min-height: 34px;
    padding-inline: 14px;
  }

  .section-contacts {
    display: block;
    min-height: 0;
  }

  .section-contacts__content {
    display: block;
    padding: 0 0 18px;
  }

  .section-contacts__content .uk-container,
  .contacts-box {
    pointer-events: auto;
  }

  .contacts-box {
    max-width: none;
  }

  .section-contacts__map {
    height: 360px;
    min-height: 360px;
    margin: 0 18px;
  }

  .section-title.uk-article-title,
  .section-title,
  .section-title--page .uk-article-title {
    font-size: clamp(30px, 9vw, 42px);
  }
}

/* Footer image lead-in and scrolled inner header behavior. */
.page-footer {
  position: relative;
  margin-top: clamp(170px, 20vw, 300px);
  isolation: isolate;
}

.page-footer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: -1;
  height: clamp(220px, 27vw, 360px);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0) 0%, rgba(255, 253, 247, .32) 26%, rgba(18, 8, 6, .04) 74%, rgba(18, 8, 6, .16) 100%),
    linear-gradient(90deg, rgba(255, 253, 247, .92) 0%, rgba(255, 253, 247, .68) 34%, rgba(255, 253, 247, .18) 72%, rgba(255, 253, 247, 0) 100%),
    url("../img/bg-inner-footer-ingredients.jpg") center right / cover no-repeat;
  pointer-events: none;
}

.cv-site-header.cv-landing-header,
.cv-site-header .cv-landing-header__logo,
.cv-site-header .cv-landing-header__logo img,
.cv-site-header .cv-landing-header__nav,
.cv-site-header .cv-landing-header__nav a,
.cv-site-header .cv-landing-header__lang,
.cv-site-header .cv-landing-header__lang a,
.cv-site-header .cv-landing-header__request {
  transition: padding .22s ease, min-height .22s ease, width .22s ease, max-height .22s ease, font-size .22s ease, background .22s ease, box-shadow .22s ease, border-color .22s ease, transform .22s ease;
}

.cv-site-header.cv-landing-header.is-scrolled {
  padding: 8px 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .9), rgba(255, 250, 242, .68)),
    rgba(255, 250, 242, .62);
  box-shadow: 0 10px 28px rgba(58, 33, 23, .08);
}

.cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__logo {
  width: 154px;
}

.cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__logo img {
  max-height: 46px;
}

.cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__nav a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}

.cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__lang {
  padding: 3px;
}

.cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__lang a {
  min-width: 30px;
  min-height: 28px;
  font-size: 15px;
}

.cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__request {
  min-height: 34px;
  padding-inline: 16px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .page-footer {
    margin-top: 140px;
  }

  .page-footer::before {
    height: 190px;
    background:
      linear-gradient(180deg, rgba(255, 253, 247, 0), rgba(18, 8, 6, .12)),
      linear-gradient(90deg, rgba(255, 253, 247, .86), rgba(255, 253, 247, .3)),
      url("../img/bg-inner-footer-ingredients.jpg") center right 28% / cover no-repeat;
  }

  .cv-site-header.cv-landing-header.is-scrolled {
    padding: 6px 0;
  }

  .cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__logo {
    width: 126px;
  }

  .cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__nav {
    gap: 8px;
  }

  .cv-site-header.cv-landing-header.is-scrolled .cv-landing-header__nav a {
    min-height: 26px;
    padding: 6px 0;
    font-size: 12px;
  }
}

/* Fixed ingredient atmosphere for inner pages. */
body {
  position: relative;
  background:
    linear-gradient(180deg, var(--cv-inner-cream) 0%, #fffdf7 48%, #f5ecdf 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, .9) 0%, rgba(255, 253, 247, .68) 32%, rgba(255, 253, 247, .44) 100%),
    radial-gradient(90% 78% at 0% 38%, rgba(255, 253, 247, .84), rgba(255, 253, 247, .38) 58%, rgba(255, 253, 247, .08) 100%),
    url("../img/bg-inner-footer-ingredients.jpg") center right / cover no-repeat;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  background: transparent !important;
}

.page-main,
.main-page {
  overflow: visible;
  padding-bottom: 0;
  isolation: isolate;
  background: transparent !important;
}

.page-main > *,
.main-page > * {
  position: relative;
  z-index: 1;
}

.page-main::after,
.main-page::after {
  display: none !important;
}

.page-footer {
  margin-top: 0 !important;
  isolation: auto !important;
}

.page-footer::before {
  inset: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 0 !important;
  width: auto !important;
  height: auto !important;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 248, 236, .035) 1px, transparent 1px) !important;
  background-size: 42px 42px !important;
  opacity: .42 !important;
}

.page-footer__menu a,
.page-footer__menu > li a,
.page-footer__link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  padding: 6px 0;
  color: rgba(255, 248, 236, .72) !important;
  text-decoration: none !important;
  transition: color .22s ease, transform .22s ease;
}

.page-footer__menu a::before,
.page-footer__menu > li a::before,
.page-footer__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--cv-inner-gold);
  opacity: .92;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .24s ease;
}

.page-footer__menu a:hover,
.page-footer__menu > li a:hover,
.page-footer__link:hover {
  color: var(--cv-inner-gold) !important;
  transform: translateX(3px);
}

.page-footer__menu a:hover::before,
.page-footer__menu > li a:hover::before,
.page-footer__link:hover::before {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .page-main,
  .main-page {
    padding-bottom: 0;
    background: transparent !important;
  }

  .page-main::after,
  .main-page::after {
    display: none !important;
  }
}

/* Floating WhatsApp contact. */
.cv-whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1300;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(310px, calc(100vw - 32px));
  min-height: 54px;
  padding: 9px 16px 9px 10px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: linear-gradient(135deg, #31d66d 0%, #18b85a 100%);
  color: #fff !important;
  font-family: var(--cv-inner-body, "Manrope", sans-serif);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(17, 91, 49, .28);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.cv-whatsapp-float:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(17, 91, 49, .34);
}

.cv-whatsapp-float__icon {
  display: inline-grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.cv-whatsapp-float__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.cv-whatsapp-float__text {
  display: block;
}

@media (max-width: 640px) {
  .cv-whatsapp-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    max-width: 54px;
    min-width: 54px;
    min-height: 54px;
    height: 54px;
    justify-content: center;
    gap: 0;
    padding: 0;
  }

  .cv-whatsapp-float__icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    background: transparent;
  }

  .cv-whatsapp-float__text {
    display: none;
  }
}
