/*
Theme Name: Voltactiv Custom
Theme URI: https://www.voltactiv.ro/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: Tema custom minimalista pentru Voltactiv, construita pentru a pastra continutul existent din WordPress si WooCommerce intr-o prezentare eleganta si profesionala.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: voltactiv-custom
*/

:root {
  --vt-bg: #f4f7fb;
  --vt-surface: #ffffff;
  --vt-surface-soft: #f8fafc;
  --vt-text: #17324b;
  --vt-muted: #60758b;
  --vt-title: #0e2235;
  --vt-line: rgba(18, 46, 72, 0.12);
  --vt-primary: #0f5f8f;
  --vt-primary-dark: #0b476b;
  --vt-accent: #1f9d74;
  --vt-footer: #0c1d2d;
  --vt-shadow-sm: 0 12px 32px rgba(11, 34, 54, 0.07);
  --vt-shadow-md: 0 24px 60px rgba(11, 34, 54, 0.12);
  --vt-radius-sm: 14px;
  --vt-radius-md: 24px;
  --vt-radius-lg: 34px;
  --vt-container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--vt-text);
  background:
    radial-gradient(circle at top left, rgba(31, 157, 116, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(15, 95, 143, 0.1), transparent 28%),
    var(--vt-bg);
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--vt-primary);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
  color: var(--vt-primary-dark);
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8em;
  color: var(--vt-title);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

p,
li {
  color: var(--vt-muted);
}

.container,
.site-container {
  width: min(100% - 32px, var(--vt-container));
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-topbar {
  background: linear-gradient(90deg, #0d3759, #11618f);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
}

.site-topbar .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
}

.site-topbar p,
.site-topbar a,
.site-topbar li,
.site-topbar .widget {
  color: inherit;
  margin: 0;
}

.site-topbar .widget {
  margin: 0 14px 0 0;
}

.site-topbar .widget:last-child {
  margin-right: 0;
}

.site-topbar .wp-block-social-links,
.site-topbar ul.wp-block-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-topbar .wp-social-link {
  margin: 0 !important;
}

.site-topbar .wp-block-social-links.has-small-icon-size,
.site-topbar .wp-block-social-links.has-normal-icon-size,
.site-topbar .wp-block-social-links.has-large-icon-size {
  font-size: 14px !important;
}

.site-topbar .wp-social-link a,
.site-topbar .wp-social-link-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.site-topbar .wp-social-link svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.site-topbar__widgets,
.site-topbar__widgets .widget,
.site-topbar__widgets .widget_block,
.site-topbar__widgets .wp-block-group,
.site-topbar__widgets .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}

.site-topbar__widgets {
  gap: 10px;
  min-height: 34px;
}

.site-topbar__widgets .widget,
.site-topbar__widgets .widget_block {
  margin: 0 !important;
}

.site-topbar__widgets .wp-block-social-links,
.site-topbar__widgets ul.wp-block-social-links,
.site-topbar__widgets .elementor-social-icons {
  margin: 0 !important;
  padding: 0 !important;
}

.site-topbar__widgets .wp-social-link,
.site-topbar__widgets .elementor-social-icon {
  margin: 0 !important;
}

.site-topbar__widgets .wp-social-link a,
.site-topbar__widgets .wp-social-link-anchor,
.site-topbar__widgets .elementor-social-icon {
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  border-radius: 999px !important;
}

.site-topbar__widgets .wp-social-link svg,
.site-topbar__widgets .elementor-social-icon i,
.site-topbar__widgets .elementor-social-icon svg {
  width: 12px !important;
  height: 12px !important;
  font-size: 12px !important;
}

.site-topbar__widgets .widget:not(:first-child) .wp-block-social-links,
.site-topbar__widgets .widget:not(:first-child) .elementor-social-icons,
.site-topbar__widgets .widget_block:not(:first-child) .wp-block-social-links,
.site-topbar__widgets .widget_block:not(:first-child) .elementor-social-icons {
  display: none !important;
}

.site-topbar .wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.site-topbar .wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex .wp-block-social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.site-topbar .wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex .wp-block-social-link > a.wp-block-social-link-anchor {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  box-sizing: border-box !important;
}

.site-topbar .wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex .wp-block-social-link > a.wp-block-social-link-anchor svg {
  display: block !important;
  width: 12px !important;
  min-width: 12px !important;
  height: 12px !important;
  min-height: 12px !important;
  fill: currentColor !important;
}

.site-topbar .wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex .wp-block-social-link .screen-reader-text {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 16px 0;
  background: rgba(244, 247, 251, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--vt-shadow-sm);
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.site-logo img {
  max-height: 60px;
  width: auto;
}

.site-title {
  margin: 0;
  font-size: 1.2rem;
}

.site-title a {
  color: var(--vt-title);
}

.site-description {
  margin: 0;
  font-size: 0.95rem;
  color: var(--vt-muted);
}

.site-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vt-primary), var(--vt-primary-dark));
  color: #fff;
  cursor: pointer;
}

.site-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-open .site-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .site-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--vt-title);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav a:hover {
  background: rgba(15, 95, 143, 0.1);
  color: var(--vt-primary);
}

.hero-banner {
  position: relative;
  min-height: 58vh;
  background-color: #10263b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner__shade {
  min-height: 58vh;
  background: linear-gradient(100deg, rgba(7, 24, 38, 0.76) 0%, rgba(7, 24, 38, 0.34) 48%, rgba(7, 24, 38, 0.18) 100%);
}

.hero-banner__inner {
  display: flex;
  align-items: flex-end;
  min-height: 58vh;
  padding-top: 132px;
  padding-bottom: 48px;
}

.hero-banner__content {
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 0;
}

.button,
button,
input[type="submit"],
.wpcf7 input[type="submit"],
.wpcf7 button,
.wpforms-form button,
.wpforms-form input[type="submit"],
.wp-block-button__link,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vt-primary), var(--vt-primary-dark));
  color: #fff !important;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(15, 95, 143, 0.22);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 button:hover,
.wpforms-form button:hover,
.wpforms-form input[type="submit"]:hover,
.wp-block-button__link:hover,
.elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(15, 95, 143, 0.25);
}

.button--secondary {
  background: linear-gradient(135deg, #124c78, #0b2e49);
  color: #fff !important;
}

.voltactiv-form-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 14px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--vt-primary), var(--vt-primary-dark)) !important;
  color: #fff !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 36px rgba(15, 95, 143, 0.22) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.voltactiv-form-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 38px rgba(15, 95, 143, 0.25) !important;
  color: #fff !important;
}

.wp-block-button__link,
.elementor-button,
.front-contact__form .wpcf7-submit,
.front-contact__form .wpforms-submit,
.front-contact__form button,
.front-contact__form input[type="submit"] {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--vt-primary), var(--vt-primary-dark)) !important;
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(15, 95, 143, 0.22) !important;
}

.site-main {
  padding: 54px 0 84px;
}

.content-shell {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--vt-radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--vt-shadow-sm);
}

.page-contact-layout {
  padding-top: 34px;
}

.page-contact-shell {
  padding: 0;
}

.page-contact-layout .entry-content {
  padding: 0;
}

.page-contact-layout .elementor-section-wrap,
.page-contact-layout .elementor-widget-wrap,
.page-contact-layout .elementor-column-wrap {
  width: 100%;
}

.page-contact-layout .entry-content > :first-child,
.page-contact-layout .entry-content .elementor:first-child {
  margin-top: 0;
}

.page-contact-layout .elementor-widget-heading .elementor-heading-title,
.page-contact-layout .entry-content h1,
.page-contact-layout .entry-content h2,
.page-contact-layout .entry-content h3 {
  color: var(--vt-title);
}

.page-contact-layout .elementor-widget-text-editor,
.page-contact-layout .entry-content p,
.page-contact-layout .entry-content li {
  color: var(--vt-muted);
}

.page-contact-layout .elementor-widget-wrap > .elementor-element,
.page-contact-layout .elementor-column > .elementor-element-populated,
.page-contact-layout .elementor-container {
  gap: 0;
}

.page-contact-layout .wpcf7,
.page-contact-layout .wpforms-container {
  margin: 0;
}

.page-contact-layout .elementor-widget-form .elementor-field-group,
.page-contact-layout .wpcf7-form p {
  margin-bottom: 18px;
}

.page-contact-layout .wpcf7 input[type="submit"],
.page-contact-layout .wpforms-submit,
.page-contact-layout .elementor-button,
.page-contact-layout .elementor-widget-button .elementor-button {
  min-width: 190px;
}

body.page-id-107 .site-main,
body.page-slug-contact .site-main {
  padding-top: 34px;
}

body.page-id-107 .site-topbar,
body.page-id-107 .site-header,
body.page-slug-contact .site-topbar,
body.page-slug-contact .site-header {
  position: relative;
  z-index: 2000;
}

body.page-id-107 .content-shell,
body.page-slug-contact .content-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-107 .entry-header,
body.page-slug-contact .entry-header,
body.page-id-107 .entry-title,
body.page-slug-contact .entry-title {
  display: none;
}

body.page-id-107 .entry-content,
body.page-slug-contact .entry-content {
  padding: 0;
  position: relative;
  z-index: 1;
}

body.page-id-107 .entry-content .wp-block-social-links,
body.page-slug-contact .entry-content .wp-block-social-links,
body.page-id-107 .entry-content .elementor-social-icons,
body.page-slug-contact .entry-content .elementor-social-icons {
  display: none !important;
}

body.page-id-107 .site-topbar .wp-block-social-links,
body.page-slug-contact .site-topbar .wp-block-social-links,
body.page-id-107 .site-topbar .elementor-social-icons,
body.page-slug-contact .site-topbar .elementor-social-icons {
  display: flex !important;
}

body.page-id-107 .site-topbar__widgets .widget + .widget .wp-block-social-links,
body.page-id-107 .site-topbar__widgets .widget + .widget .elementor-social-icons,
body.page-slug-contact .site-topbar__widgets .widget + .widget .wp-block-social-links,
body.page-slug-contact .site-topbar__widgets .widget + .widget .elementor-social-icons {
  display: none !important;
}

body.page-id-107 .entry-content > .elementor,
body.page-slug-contact .entry-content > .elementor,
body.page-id-107 .entry-content > *:first-child,
body.page-slug-contact .entry-content > *:first-child {
  margin-top: 0;
}

body.page-id-107 .elementor-widget-heading .elementor-heading-title,
body.page-slug-contact .elementor-widget-heading .elementor-heading-title {
  color: var(--vt-title);
}

body.page-id-107 .elementor-widget-text-editor,
body.page-id-107 .elementor-widget-text-editor p,
body.page-slug-contact .elementor-widget-text-editor,
body.page-slug-contact .elementor-widget-text-editor p {
  color: var(--vt-muted);
}

body.page-id-107 .elementor-widget-wrap > .elementor-element,
body.page-id-107 .elementor-column > .elementor-element-populated,
body.page-id-107 .elementor-container,
body.page-slug-contact .elementor-widget-wrap > .elementor-element,
body.page-slug-contact .elementor-column > .elementor-element-populated,
body.page-slug-contact .elementor-container {
  gap: 0;
}

body.page-id-107 .wpcf7,
body.page-id-107 .wpforms-container,
body.page-slug-contact .wpcf7,
body.page-slug-contact .wpforms-container {
  margin: 0;
}

body.page-id-107 .elementor-widget-form .elementor-field-group,
body.page-id-107 .wpcf7-form p,
body.page-slug-contact .elementor-widget-form .elementor-field-group,
body.page-slug-contact .wpcf7-form p {
  margin-bottom: 18px;
}

body.page-id-107 .wpcf7 input[type="submit"],
body.page-id-107 .wpforms-submit,
body.page-id-107 .elementor-button,
body.page-id-107 .elementor-widget-button .elementor-button,
body.page-slug-contact .wpcf7 input[type="submit"],
body.page-slug-contact .wpforms-submit,
body.page-slug-contact .elementor-button,
body.page-slug-contact .elementor-widget-button .elementor-button {
  min-width: 190px;
}

body.page-id-107 .wpcf7 input[type="submit"],
body.page-id-107 .wpforms-submit,
body.page-id-107 .wpforms-form button[type="submit"],
body.page-id-107 .wpforms-form input[type="submit"],
body.page-id-107 .wpforms-container button[type="submit"],
body.page-id-107 .wpforms-container input[type="submit"],
body.page-id-107 .wpforms-submit-container button,
body.page-id-107 .wpforms-submit-container input,
body.page-id-107 .elementor-form .elementor-button,
body.page-id-107 .elementor-widget-form .elementor-button,
body.page-slug-contact .wpcf7 input[type="submit"],
body.page-slug-contact .wpforms-submit,
body.page-slug-contact .wpforms-form button[type="submit"],
body.page-slug-contact .wpforms-form input[type="submit"],
body.page-slug-contact .wpforms-container button[type="submit"],
body.page-slug-contact .wpforms-container input[type="submit"],
body.page-slug-contact .wpforms-submit-container button,
body.page-slug-contact .wpforms-submit-container input,
body.page-slug-contact .elementor-form .elementor-button,
body.page-slug-contact .elementor-widget-form .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 14px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--vt-primary), var(--vt-primary-dark)) !important;
  color: #fff !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 36px rgba(15, 95, 143, 0.22) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

body.page-id-107 .wpcf7 input[type="submit"]:hover,
body.page-id-107 .wpforms-submit:hover,
body.page-id-107 .wpforms-form button[type="submit"]:hover,
body.page-id-107 .wpforms-form input[type="submit"]:hover,
body.page-id-107 .wpforms-container button[type="submit"]:hover,
body.page-id-107 .wpforms-container input[type="submit"]:hover,
body.page-id-107 .wpforms-submit-container button:hover,
body.page-id-107 .wpforms-submit-container input:hover,
body.page-id-107 .elementor-form .elementor-button:hover,
body.page-id-107 .elementor-widget-form .elementor-button:hover,
body.page-slug-contact .wpcf7 input[type="submit"]:hover,
body.page-slug-contact .wpforms-submit:hover,
body.page-slug-contact .wpforms-form button[type="submit"]:hover,
body.page-slug-contact .wpforms-form input[type="submit"]:hover,
body.page-slug-contact .wpforms-container button[type="submit"]:hover,
body.page-slug-contact .wpforms-container input[type="submit"]:hover,
body.page-slug-contact .wpforms-submit-container button:hover,
body.page-slug-contact .wpforms-submit-container input:hover,
body.page-slug-contact .elementor-form .elementor-button:hover,
body.page-slug-contact .elementor-widget-form .elementor-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 38px rgba(15, 95, 143, 0.25) !important;
}

.entry-header {
  margin-bottom: 24px;
}

.entry-title,
.page-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content img,
.entry-content iframe,
.entry-content .wp-block-image img {
  border-radius: 18px;
}

.entry-content iframe {
  width: 100%;
  max-width: 100%;
}

.front-features {
  padding: 78px 0 36px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card {
  padding: 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--vt-radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 253, 0.96));
  box-shadow: var(--vt-shadow-sm);
  text-align: center;
}

.feature-card__content img {
  width: 78px !important;
  height: auto !important;
  margin-bottom: 16px !important;
}

.feature-card__content h6 {
  margin: 0 0 14px;
  color: var(--vt-title);
  font-size: 1.45rem;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.feature-card__content br {
  display: none;
}

.feature-card__content {
  color: var(--vt-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.home-content-shell {
  padding: 42px;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 36px;
}

.home-stat {
  position: relative;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(15, 95, 143, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 252, 0.98));
  box-shadow: var(--vt-shadow-sm);
  text-align: center;
}

.home-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--vt-primary), var(--vt-accent));
}

.home-stat__value {
  margin-bottom: 8px;
  color: var(--vt-title);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.home-stat__value span {
  color: var(--vt-primary);
}

.home-stat__label {
  color: var(--vt-muted);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home .entry-content > h1,
.home .entry-content > h2,
.home .entry-content h2.home-products-heading {
  margin-bottom: 26px;
  text-align: center;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.home .entry-content > h2,
.home .entry-content h2.home-products-heading {
  font-size: clamp(2rem, 4vw, 3rem);
}

.home .entry-content h2.home-products-heading {
  position: relative;
  max-width: 520px;
  margin: 26px auto 34px;
  padding: 34px 24px 28px !important;
  overflow: hidden;
  border: 1px solid rgba(15, 95, 143, 0.08) !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 252, 0.98)) !important;
  box-shadow: var(--vt-shadow-sm) !important;
  color: var(--vt-primary-dark);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.05;
}

.home .entry-content h2.home-products-heading::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--vt-primary), var(--vt-accent));
}

.home .entry-content p[data-start],
.home .entry-content > p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.04rem;
}

.home-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 38px;
}

.home .entry-content .home-products-grid {
  align-items: stretch;
}

.home-product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 30px 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(15, 95, 143, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 252, 0.98));
  box-shadow: var(--vt-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--vt-primary), var(--vt-accent));
}

.home-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 95, 143, 0.16);
  box-shadow: 0 22px 46px rgba(11, 34, 54, 0.12);
}

.home-product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(31, 157, 116, 0.05), transparent 34%),
    linear-gradient(180deg, #fbfdff, #f1f6fa);
}

.home-product-card__media img {
  max-height: 178px;
  width: auto;
  transition: transform 0.35s ease;
}

.home-product-card__media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-product-card:hover .home-product-card__media img {
  transform: scale(1.04);
}

.home-product-card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.home-product-card__title {
  margin: 0;
  color: var(--vt-title);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.home-product-card__title a,
.home-product-card__media a {
  color: inherit;
}

.home .entry-content > h4,
.home .entry-content > p:has(img) {
  background: none !important;
}

.front-contact {
  padding: 0 0 68px;
}

.front-contact__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--vt-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.96));
  box-shadow: var(--vt-shadow-md);
}

.front-contact__title img {
  max-width: 90px;
  height: auto;
}

.front-contact__subtitle h3,
.front-contact__subtitle {
  margin-bottom: 14px;
}

.front-contact__text .hestia-info,
.front-contact__text .info {
  max-width: none;
}

.front-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 22px;
}

.front-contact__links a {
  font-size: 0.94rem;
  font-weight: 600;
}

.front-contact__form input[type="submit"],
.front-contact__form button,
.front-contact__form .wpcf7-submit,
.front-contact__form .wpforms-submit {
  width: auto;
  min-width: 190px;
}

.wp-block-group,
.wp-block-cover,
.wp-block-media-text,
.wp-block-column,
.wp-block-quote,
.wp-block-table,
.wp-block-gallery,
.wp-block-image,
.wpforms-container,
.woocommerce-tabs,
.woocommerce-MyAccount-content,
.woocommerce .cart-collaterals,
.woocommerce .woocommerce-checkout-review-order {
  margin-bottom: 28px;
}

.wp-block-cover,
.wp-block-group,
.wpforms-container,
.woocommerce form.checkout,
.woocommerce form.cart,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: var(--vt-radius-md);
}

.wp-block-group.has-background,
.wp-block-cover,
.wpforms-container,
.woocommerce .product,
.woocommerce div.product .woocommerce-tabs,
.woocommerce .cart-collaterals,
.woocommerce .woocommerce-checkout-review-order {
  padding: 24px;
  border: 1px solid var(--vt-line);
  background: var(--vt-surface);
  box-shadow: var(--vt-shadow-sm);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
}

.sidebar-area .widget,
.footer-widgets .widget,
.woocommerce .widget {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-md);
  background: var(--vt-surface);
  box-shadow: var(--vt-shadow-sm);
}

.sidebar-area .widget ul,
.footer-widgets .widget ul {
  padding-left: 18px;
}

.posts-grid,
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.post-card,
.woocommerce ul.products li.product {
  overflow: hidden;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-md);
  background: var(--vt-surface);
  box-shadow: var(--vt-shadow-sm);
}

.post-card__body {
  padding: 22px;
}

.post-card__title {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.post-card__meta {
  margin-bottom: 14px;
  font-size: 0.92rem;
  color: var(--vt-muted);
}

.woocommerce ul.products li.product {
  padding: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product:hover,
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vt-shadow-md);
}

.woocommerce ul.products li.product img {
  border-radius: 18px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(15, 95, 143, 0.16);
  border-radius: 16px;
  background: #f8fbfd;
  color: var(--vt-title);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(15, 95, 143, 0.45);
  box-shadow: 0 0 0 4px rgba(15, 95, 143, 0.08);
  background: #fff;
}

.site-footer {
  padding: 42px 0 26px;
  background:
    radial-gradient(circle at top right, rgba(31, 157, 116, 0.18), transparent 18%),
    linear-gradient(180deg, #0c1d2d, #081523);
  color: rgba(255, 255, 255, 0.78);
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 18px;
}

.site-footer .widget,
.site-footer .widget p,
.site-footer .widget li,
.site-footer .widget a {
  color: inherit;
}

.site-footer .widget h1,
.site-footer .widget h2,
.site-footer .widget h3,
.site-footer .widget h4,
.site-footer .widget h5,
.site-footer .widget h6 {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.82);
}

.copyright {
  font-size: 0.92rem;
}

@media (max-width: 1100px) {
  .content-grid,
  .footer-widgets,
  .posts-grid,
  .products-grid,
  .feature-grid,
  .home-stats,
  .home-products-grid,
  .front-contact__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-nav-toggle {
    display: inline-flex;
  }

  .site-header__inner {
    border-radius: 28px;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding-top: 12px;
  }

  .site-header.is-open .site-header__inner {
    border-radius: 28px;
  }

  .site-header.is-open .site-nav {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav a {
    justify-content: flex-start;
  }

  .content-shell {
    padding: 24px;
  }

  .site-header__inner {
    flex-wrap: wrap;
  }

  .hero-banner,
  .hero-banner__shade,
  .hero-banner__inner {
    min-height: 46vh;
  }

  .hero-banner__inner {
    padding-top: 112px;
    padding-bottom: 34px;
  }
}

@media (max-width: 640px) {
  .site-main {
    padding-bottom: 56px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.post-type-archive-product .content-grid,
body.tax-product_cat .content-grid {
  grid-template-columns: 1fr;
}

body.post-type-archive-product .sidebar-area,
body.tax-product_cat .sidebar-area {
  display: none;
}

body.post-type-archive-product .content-shell,
body.tax-product_cat .content-shell {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-products-header {
  margin-bottom: 34px;
}

.woocommerce-products-header__title.page-title {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 16px 24px 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 95, 143, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 252, 0.98));
  box-shadow: var(--vt-shadow-sm);
  text-align: center;
}

.woocommerce-products-header__title.page-title::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--vt-primary), var(--vt-accent));
}

body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body.post-type-archive-product .woocommerce ul.products::before,
body.post-type-archive-product .woocommerce ul.products::after,
body.tax-product_cat .woocommerce ul.products::before,
body.tax-product_cat .woocommerce ul.products::after {
  display: none;
}

body.post-type-archive-product .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product {
  position: relative;
  margin: 0 !important;
  padding: 30px 24px 26px;
  border: 1px solid rgba(15, 95, 143, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 252, 0.98));
  box-shadow: var(--vt-shadow-sm);
}

body.post-type-archive-product .woocommerce ul.products li.product::before,
body.tax-product_cat .woocommerce ul.products li.product::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--vt-primary), var(--vt-accent));
}

body.post-type-archive-product .woocommerce ul.products li.product a img,
body.tax-product_cat .woocommerce ul.products li.product a img {
  margin: 0 auto 18px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfdff, #f1f6fa);
}

body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-size: 1.1rem;
  text-align: center;
}

body.page-id-244254 .content-shell,
body.page-slug-despre-noi .content-shell {
  padding: 42px;
  border-radius: 28px;
}

body.page-id-244254 .entry-content,
body.page-slug-despre-noi .entry-content {
  max-width: 980px;
  margin: 0 auto;
}

body.page-id-244254 .entry-content h3,
body.page-slug-despre-noi .entry-content h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
}

body.page-id-244254 .entry-content h6,
body.page-slug-despre-noi .entry-content h6 {
  margin: 0 0 18px;
  color: var(--vt-muted);
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.9;
}

body.page-id-244254 .entry-content img,
body.page-slug-despre-noi .entry-content img {
  display: block;
  width: 100%;
  margin-top: 26px;
  border-radius: 24px;
  box-shadow: var(--vt-shadow-md);
}

@media (max-width: 1100px) {
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

body.page-id-3570 .content-shell,
body.page-slug-products .content-shell {
  padding: 36px;
}

body.page-id-3570 .entry-content > .elementor,
body.page-slug-products .entry-content > .elementor {
  display: grid;
  gap: 24px;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:first-child,
body.page-slug-products .entry-content > .elementor > .elementor-element:first-child {
  margin: 0;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:first-child .elementor-heading-title,
body.page-slug-products .entry-content > .elementor > .elementor-element:first-child .elementor-heading-title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 14px 28px 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 95, 143, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 252, 0.98));
  box-shadow: var(--vt-shadow-sm);
  color: var(--vt-primary-dark);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: center;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:first-child .elementor-heading-title::before,
body.page-slug-products .entry-content > .elementor > .elementor-element:first-child .elementor-heading-title::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--vt-primary), var(--vt-accent));
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(2) .elementor-widget-text-editor,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(2) .elementor-widget-text-editor {
  margin: 0 auto;
  max-width: 900px;
  color: var(--vt-muted);
  font-size: 1.02rem;
  line-height: 1.85;
  text-align: center;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(2) .elementor-widget-text-editor p,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(2) .elementor-widget-text-editor p {
  margin: 0;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7),
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) {
  margin: 0;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .e-con-inner,
body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-element.e-con,
body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-wrap,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .e-con-inner,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-element.e-con,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-wrap {
  gap: 28px;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 30px 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(15, 95, 143, 0.1);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 252, 0.98));
  box-shadow: var(--vt-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor::before,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--vt-primary), var(--vt-accent));
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor::after,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.46) 50%, transparent 80%);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform 0.7s ease, opacity 0.35s ease;
  pointer-events: none;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor:hover,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 95, 143, 0.18);
  box-shadow: 0 24px 48px rgba(11, 34, 54, 0.12);
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor:hover::after,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor .elementor-widget-container,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor .elementor-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor p,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor p {
  margin: 0;
  color: var(--vt-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor span,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor span {
  font: inherit;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor a,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  text-decoration: none;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor img,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor img {
  display: block;
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 16px;
  border-radius: 20px;
  background: radial-gradient(circle at top left, rgba(31, 157, 116, 0.06), transparent 34%), linear-gradient(180deg, #fbfdff, #f1f6fa);
  transition: transform 0.32s ease;
}

body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor:hover img,
body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor:hover img {
  transform: scale(1.04);
}

@media (max-width: 1100px) {
  body.page-id-3570 .content-shell,
  body.page-slug-products .content-shell {
    padding: 28px 22px;
  }
}

@media (max-width: 767px) {
  body.page-id-3570 .entry-content > .elementor > .elementor-element:first-child .elementor-heading-title,
  body.page-slug-products .entry-content > .elementor > .elementor-element:first-child .elementor-heading-title {
    padding: 12px 18px 10px;
    font-size: 1.7rem;
  }

  body.page-id-3570 .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor,
  body.page-slug-products .entry-content > .elementor > .elementor-element:nth-child(n + 3):nth-child(-n + 7) .elementor-widget-text-editor {
    padding: 24px 18px 22px;
  }
}
