.elementor-7962 .elementor-element.elementor-element-052c019{--display:flex;}.elementor-7962 .elementor-element.elementor-element-4c9db6f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7962 .elementor-element.elementor-element-9eba0f3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4c9db6f *//* =========================
   HERO – VÄRDEFULLT VETANDE
   ========================= */

.knowledge-hero {
  padding: 85px 70px 45px;
  font-family: 'Inter', sans-serif;
}

.knowledge-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

/* =========================
   HERO LINE
   ========================= */

.knowledge-hero p::after {
  content: "";
  display: block;
  margin-top: 24px;
  width: 90px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #18a07a,
    #2bbf93
  );
}

/* textkolumn */
.knowledge-hero-content > * {
  max-width: 760px;
}

/* LABEL */
.knowledge-hero-label {
  color: #18a07a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* RUBRIK */
.knowledge-hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 300;
  color: #111;
}

.knowledge-hero h1 strong {
  font-weight: 700;
  color: #18a07a;
}

/* BRÖDTEXT */
.knowledge-hero p {
  margin: 20px 0 0;
  max-width: 760px;
  text-align: left;

  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.55;
  color: #2c2f2f;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 900px) {

  .knowledge-hero {
    padding: 65px 20px 35px;
  }

  .knowledge-hero-content > * {
    max-width: 100%;
  }

  .knowledge-hero h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .knowledge-hero p {
    font-size: 18px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b0fbb6 *//* =========================
   PRODUKTER – GEDOC (PRO)
   ========================= */

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .products-page {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
  font-family: Inter, sans-serif;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* =========================
   CARD
   ========================= */

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  will-change: transform;

  box-shadow:
    0 8px 24px rgba(0,0,0,0.06),
    0 0 0 1px rgba(24,160,122,0.06),
    0 10px 28px rgba(24,160,122,0.10);

  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 45px rgba(0,0,0,0.10),
    0 0 0 1px rgba(24,160,122,0.16),
    0 20px 50px rgba(24,160,122,0.20);
}

/* =========================
   IMAGE (PRO VERSION)
   ========================= */

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-image {
  height: 340px; /* större bildyta */
  background: linear-gradient(
    180deg,
    #fcfefe 0%,
    #f4f9f8 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* STÖRRE PRODUKTBILDER */
.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-image img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card:hover .product-image img {
  transform: scale(1.06);
}

/* BADGE */
.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(24,160,122,0.95);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* =========================
   KOMMER SNART
   ========================= */

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card.coming-soon .product-image img {
  filter: blur(6px);
  opacity: 0.45;
  transform: none !important;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card.coming-soon:hover .product-image img {
  transform: none !important;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card.coming-soon .product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(255,255,255,0.65),
    rgba(255,255,255,0.25) 60%,
    rgba(255,255,255,0.15)
  );
  pointer-events: none;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .launch-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #18a07a;
  border: 1px solid rgba(24,160,122,0.25);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
  font-size: 12px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
}

/* =========================
   CONTENT
   ========================= */

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #ffffff;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-model {
  color: #18a07a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* HEADLINE */
.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-title {
  font-family: "Gotham", sans-serif !important;
  font-weight: 300 !important;
  font-size: 23px;
  margin: 8px 0 10px;
  color: #121615;
  letter-spacing: -0.2px;
}

/* BRÖDTEXT */
.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-text {
  color: #5f6b6a;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 18px;
  flex-grow: 1;

  position: relative;
  padding-bottom: 14px;
}

/* hover-linje */
.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg,#18a07a,#2bbf93);
  transition: width 0.45s cubic-bezier(0.22,1,0.36,1);
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card:hover .product-text::after {
  width: 60px;
}

/* TAGS */
.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-tag {
  background: #e7f3ef;
  color: #18a07a;
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 999px;
  font-weight: 500;
  line-height: 1.2;
}

/* =========================
   MOBIL
   ========================= */

@media (max-width: 768px) {

  .elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-grid {
    display: block;
  }

  .elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-card {
    width: 100%;
    margin-bottom: 24px;
  }

  .elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-image {
    height: 240px;
  }

  .elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-image img {
    max-width: 90%;
    max-height: 90%;
  }

  .elementor-7962 .elementor-element.elementor-element-5b0fbb6 .product-title {
    font-size: 20px;
  }

}/* End custom CSS */