/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1764075090
Updated: 2025-11-25 12:51:30

*/

/* KWINS REQUIRED STYLES */

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
  visibility: hidden !important;
}

body > .elementor {
  overflow-x: clip;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

[data-elementor-type="wp-page"] {
  flex: 1;
}

[data-elementor-type="footer"] {
  margin-top: auto;
}

.elementor-widget-image a {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

/* DELETING FOCUS-VISIBLE BORDER */

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.speaker-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.speaker-list svg {
  width: 6px;
  height: 6px;
  fill: #c81010;
}

.speaker-list-item {
  display: flex;
  gap: 10px;
}

.speaker-list-text {
  font-family: var(--e-global-typography-6addf19-font-family), Sans-serif;
  font-size: var(--e-global-typography-6addf19-font-size);
  font-weight: var(--e-global-typography-6addf19-font-weight);
  line-height: var(--e-global-typography-6addf19-line-height);
  letter-spacing: var(--e-global-typography-6addf19-letter-spacing);
}

.advantages-loop .elementor-loop-container {
  display: flex !important;
  flex-direction: column;
}

.list-item-row {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  align-items: flex-start;
}

.list-item-number-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 6px 12px;
  width: 47px;
  background: #c81010;
  border-radius: 20px;
}

.list-item-number {
  margin: 0;
  font-family: "Inter Tight", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #ffffff;
}

.list-item-text {
  margin: 0;
  font-family: var(--e-global-typography-6addf19-font-family), Sans-serif;
  font-size: var(--e-global-typography-6addf19-font-size);
  font-weight: var(--e-global-typography-6addf19-font-weight);
  line-height: var(--e-global-typography-6addf19-line-height);
  letter-spacing: var(--e-global-typography-6addf19-letter-spacing);
  color: var(--e-global-color-581f517);
}

.divider {
  border-top: 1px solid #dbdbdb;
}

.advantages__item {
  padding: 20px 0;
}

.advantages__name-wrapper {
  display: inline-flex;
  width: fit-content;
  background-color: #ffffff;
  padding: 8px 14px 7px 14px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dbdbdb;
  border-radius: 20px 20px 20px 20px;
}

.advantages__name {
  margin: 0;
  font-family: "Inter Tight", Sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: var(--e-global-color-581f517);
}

.advantages__ingredients {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ingredients__item {
  width: calc(50% - 10px);
  padding: 20px;
  background-color: #f4f4f4;
  display: flex;
  gap: 20px;
}

.ingredients__img {
  max-width: 108px !important;
  max-height: 108px !important;
  border-radius: 50% !important;
}

.ingredients__descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ingredients__name {
  margin: 0;
  font-family: "Inter Tight", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  color: var(--e-global-color-581f517);
}

.ingredients__text {
  margin: 0;
  font-family: var(--e-global-typography-6addf19-font-family), Sans-serif;
  font-size: var(--e-global-typography-6addf19-font-size);
  font-weight: var(--e-global-typography-6addf19-font-weight);
  line-height: var(--e-global-typography-6addf19-line-height);
  letter-spacing: var(--e-global-typography-6addf19-letter-spacing);
  color: var(--e-global-color-581f517);
}

.advantages-tab-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.advantages-tab-btn {
  padding: 15px 35px;
  border: 1px solid #dbdbdb;
  font-family: "Inter Tight", Sans-serif;
  font-weight: 500;
  letter-spacing: -0.4px;
  background: #ffffff;
  cursor: pointer;
  color: var(--n-tabs-title-color);
  transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.advantages-tab-btn:hover {
  background: var(--e-global-color-6724275);
  border-color: var(--e-global-color-6724275);
  color: #ffffff;
}

.advantages-tab-btn.active {
  background: var(--e-global-color-6724275);
  border-color: var(--e-global-color-6724275);
  color: #ffffff;
}

.advantages-loop [data-product-id] {
  display: none;
}

.advantages-loop [data-product-id].active {
  display: block;
}

.documents-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.documents-name {
  font-family: "Inter Tight", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  color: var(--e-global-color-581f517);
  transition: color 0.3s ease;
}

.documents-item svg {
  fill: #c81010;
  width: 20px;
  height: 20px;
}

.documents-item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.documents-item:last-child {
  border: none;
}

.documents-link {
  display: flex;
  gap: 20px;
}

.documents-item:hover .documents-name {
  color: #c81010;
}

@media (max-width: 1024px) {
  .advantages-tab-btn {
    padding: 12px 20px;
  }

  .advantages-tab-container {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .ingredients__item {
    flex-direction: column;
    width: 100%;
  }

  .advantages__ingredients {
    flex-direction: column;
  }

  .ekzosomi-products > div > .e-con-inner {
    padding: 0 10px !important;
  }

  .ingredients__img {
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .advantages-tab-container {
    flex-direction: column;
  }

  .advantages-tab-btn {
    width: 100%;
  }
}
