/*
 * JL Product Trust 1.1.2
 * FactoryOficina - PrestaShop 9 / Hummingbird
 */

.jlpt {
  --jlpt-accent: #0b7a37;
  --jlpt-border: #b9dfc7;
  --jlpt-background: #f9fdfa;

  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 14px 0 16px;
  padding: 14px 16px;
  border: 1px solid var(--jlpt-border);
  border-radius: 10px;
  background: var(--jlpt-background);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
  color: #222;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.jlpt--new {
  --jlpt-accent: #0b7a37;
  --jlpt-border: #b9dfc7;
  --jlpt-background: #f9fdfa;
}

.jlpt--refurbished {
  --jlpt-accent: #216b49;
  --jlpt-border: #b9d5c6;
  --jlpt-background: #fbfdfc;
}

.jlpt--premium {
  --jlpt-accent: #8a5a00;
  --jlpt-border: #d9bd66;
  --jlpt-background: #fffdf7;
}

.jlpt__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}

.jlpt__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--jlpt-accent);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.jlpt__headcopy {
  min-width: 0;
}

.jlpt__eyebrow {
  display: block;
  margin: 0 0 2px;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jlpt__title {
  display: block;
  margin: 0;
  color: var(--jlpt-accent);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.jlpt__list {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jlpt__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 6px 0 !important;
  padding: 0 !important;
  color: #2f2f2f;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none !important;
}

.jlpt__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--jlpt-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.jlpt__rental {
  display: block;
  margin: 13px 0 0;
  padding: 12px 13px;
  border-top: 1px solid color-mix(in srgb, var(--jlpt-accent) 20%, transparent);
  border-radius: 7px;
  background: rgba(35, 122, 80, .055);
}

.jlpt--premium .jlpt__rental {
  background: rgba(197, 138, 0, .06);
}

.jlpt__rental-title {
  display: block;
  margin: 0 0 4px;
  color: var(--jlpt-accent);
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.3;
}

.jlpt__rental-text {
  display: block;
  margin: 0 0 7px;
  color: #3d3d3d;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 1.4;
}

.jlpt__rental-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--jlpt-accent);
  font-size: 12.8px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.jlpt__rental-link:hover,
.jlpt__rental-link:focus {
  color: var(--jlpt-accent);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .jlpt {
    margin: 12px 0 14px;
    padding: 13px 14px;
  }

  .jlpt__title {
    font-size: 15px;
  }

  .jlpt__item {
    margin: 5px 0 !important;
    font-size: 13px;
  }
}
