.elementor-8425 .elementor-element.elementor-element-68437a1{--display:flex;}.elementor-8425 .elementor-element.elementor-element-01a873d{--display:flex;}.elementor-8425 .elementor-element.elementor-element-d585989{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fdbb409 *//* =========================
   PRODUCT DOCUMENT BUTTONS
   ========================= */

.product-documents {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.doc-btn {
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  border: none;

  background: linear-gradient(135deg, #1fa37a, #2bbf93);
  color: #ffffff !important;

  transition: all 0.25s ease;
}

.doc-btn:hover {
  background: linear-gradient(135deg, #17906c, #25a985);
  color: #ffffff !important;   /* låser vit text */
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(31,163,122,0.25);
}

.doc-btn:visited,
.doc-btn:active {
  color: #ffffff !important;
}


/* =========================
   PRODUCT BODY TEXT (GOTHAM 300)
   ========================= */

.product-summary p,
.product-info p,
.product-description p {
  font-family: "Gotham", sans-serif !important;
  font-weight: 300 !important;   /* Gotham Light */
  font-size: 16px;
  line-height: 1.6;
  color: #2f3c44;
}
.product-hero {
  padding: 80px 20px;
}

.product-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE BOX */
.product-image-box {
  border-radius: 18px;
  padding: 40px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 620px; /* större bildyta */
}

/* MAIN IMAGE AREA */
.image-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* STÖRRE PRODUKTBILD */
.main-product-image {
  max-width: 720px;
  max-height: 420px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

/* =========================
   THUMBNAILS (FIXAD)
   ========================= */

.product-thumbnails {
  display: flex;
  gap: 10px;
  background: white;
  padding: 6px 10px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  align-self: center;

  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

  scrollbar-width: none; /* Firefox */
}

.product-thumbnails::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.thumb {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 6px;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s;
  flex: 0 0 auto;
}

.thumb:hover {
  transform: scale(1.05);
}

.thumb.active {
  border-color: #1fa37a;
  background: #eef6f3;
}

/* PRODUCT INFO */
.product-category {
  color: #1fa37a;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.badge {
  background: #1fa37a;
  color: white;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 10px;
}

.product-info h1 {
  font-size: 48px;
  font-weight: 300;
  color: #2f3c44;
  margin-bottom: 10px;
}

.product-name {
  color: #1fa37a;
  font-weight: 500;
  margin-bottom: 12px;
}

.divider {
  width: 50px;
  height: 2px;
  background: #1fa37a;
  margin: 12px 0 20px;
}

.product-info p {
  color: #5a6a73;
  line-height: 1.7;
  max-width: 420px;
}

.product-tags {
  margin-top: 24px;
}

.product-tags span {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(135deg, #eaf4f1 0%, #dff1eb 100%);
  color: #1fa37a;
  font-weight: 500;
  transition: all 0.2s ease;
}

.product-tags span:hover {
  background: linear-gradient(135deg, #1fa37a 0%, #2bbf93 100%);
  color: white;
  transform: translateY(-1px);
}

/* =========================
   PRODUCT HERO — MOBIL
   ========================= */
@media (max-width: 768px) {

  .product-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-image-box {
    height: auto;
    padding: 24px;
  }

  .main-product-image {
    max-width: 100%;
    max-height: 260px;
  }

  .product-thumbnails {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .thumb {
    width: 52px;
    height: 52px;
  }

  .product-info h1 {
    font-size: 32px;
  }

  .product-info p {
    max-width: 100%;
    font-size: 15px;
  }

  .product-tags span {
    font-size: 11px;
    padding: 6px 12px;
  }

  .product-hero {
    padding: 50px 20px;
  }
}
.launch-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eaf4f1;
  border: 1.5px solid #1fa37a;
  border-radius: 20px;
  padding: 6px 14px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #1fa37a !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2f93fb *//* SECTION — full width bakgrund */
.product-specs {
  padding: 100px 0;
  background: #f8faf9;

  /* gör att bakgrunden går ut till viewportens kanter */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}


/* centrerat innehåll */
.specs-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* CARDS */
/* SECTION — full width bakgrund */
.product-specs {
  padding: 100px 0;

  background: url("https://gedoc.se/wp-content/uploads/2026/03/Bakgrund.png") center/cover no-repeat;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* HEADER */
.spec-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.spec-icon {
  width: 44px;
  height: 44px;
  background: #eaf4f1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spec-icon svg {
  width: 20px;
  height: 20px;
  stroke: #1fa37a;
}

.spec-header h3 {
  font-size: 20px;
  color: #2f3c44;
  margin: 0;
}

.spec-header span {
  display: block;
  font-size: 13px;
  color: #7a8a93;
  margin-top: 2px;
}

/* LIST */
.spec-list {
  list-style: none;      /* tar bort punkter */
  padding: 0;
  margin: 0;
}

.spec-list li {
  list-style: none;      /* extra säker */
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  color: #4d5b63;
  padding: 10px 12px 10px 40px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

/* CHECK ICON */
.spec-list li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #eaf4f1;
  border-radius: 50%;
  color: #1fa37a;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HOVER EFFECT */
.spec-list li:hover {
  background: #eef6f3;
  border-left: 3px solid #1fa37a;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .specs-wrapper {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */