.tz-trust-strip {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid rgba(203, 167, 93, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(214, 178, 105, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(13, 24, 33, 0.98), rgba(8, 15, 22, 0.94));
  box-shadow: 0 22px 48px rgba(4, 10, 15, 0.18);
  overflow: hidden;
}

.tz-trust-strip::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, rgba(212, 176, 107, 0.9), rgba(102, 221, 235, 0));
}

.tz-trust-strip__copy {
  display: grid;
  gap: 6px;
}

.tz-trust-strip__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d7bc86;
}

.tz-trust-strip__lede {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #d8e2e8;
}

.tz-trust-strip__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tz-trust-strip__stat {
  display: grid;
  gap: 4px;
  min-width: 0;
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tz-trust-strip__value {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: #f5f7f9;
}

.tz-trust-strip__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 12px;
  color: #d7bc86;
  letter-spacing: 0.02em;
  font-size: 11px;
  line-height: 1;
}

.tz-trust-strip__star {
  display: inline-block;
}

.tz-trust-strip__stars.is-placeholder {
  visibility: hidden;
}

.tz-trust-strip__label {
  font-size: 12px;
  line-height: 1.45;
  color: #98a6b1;
  overflow-wrap: anywhere;
}

.tz-trust-strip__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
}

.tz-trust-strip__source {
  font-size: 12px;
  color: #9caab3;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tz-trust-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #f3d08a;
  text-decoration: none;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tz-trust-strip__link:hover,
.tz-trust-strip__link:focus {
  color: #fff0c4;
  text-decoration: underline;
}

.tz-trust-strip--home {
  max-width: none;
  margin: 0;
}

.tz-trust-strip--listing {
  margin: 18px 0 10px;
}

.tz-home-trust-band {
  position: relative;
  z-index: 2;
  margin: 12px 0 22px;
}

.tz-home-trust-band__inner {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
}

.tz-home-trust-band .tz-trust-strip--home {
  display: grid;
  grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 16px 18px;
  padding: 17px 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(214, 178, 105, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(12, 22, 31, 0.97), rgba(7, 15, 22, 0.95));
}

.tz-home-trust-band .tz-trust-strip__copy {
  gap: 4px;
}

.tz-home-trust-band .tz-trust-strip__lede {
  font-size: 13px;
  line-height: 1.55;
}

.tz-home-trust-band .tz-trust-strip__stats {
  gap: 10px;
}

.tz-home-trust-band .tz-trust-strip__stat {
  min-height: 72px;
  padding: 11px 13px;
}

.tz-home-trust-band .tz-trust-strip__footer {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  justify-content: space-between;
  align-items: center;
  gap: 8px 14px;
  text-align: left;
}

.tz-home-trust-band .tz-trust-strip__source,
.tz-home-trust-band .tz-trust-strip__link {
  justify-content: flex-start;
}

body.tz-home-lux-skin .elementor .tz-home-trust-band .tz-trust-strip__link,
body.tz-home-lux-skin .elementor .tz-home-trust-band .tz-trust-strip__link:visited {
  color: #f3d08a;
}

body.tz-home-lux-skin .elementor .tz-home-trust-band .tz-trust-strip__link:hover,
body.tz-home-lux-skin .elementor .tz-home-trust-band .tz-trust-strip__link:focus,
body.tz-home-lux-skin .elementor .tz-home-trust-band .tz-trust-strip__link:active {
  color: #fff0c4;
}

.tz-trust-strip--pdp {
  margin: 0;
  padding: 0;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.tz-product-lux-skin .tz-pdp-secondary-shell > .tz-trust-strip--pdp {
  margin-top: 0;
}

.tz-trust-strip--pdp::after {
  display: none;
}

.tz-trust-strip--pdp .tz-trust-strip__stats {
  gap: 18px;
  align-items: stretch;
  border-top: 1px solid rgba(79, 183, 199, 0.12);
  border-bottom: 1px solid rgba(79, 183, 199, 0.12);
}

.tz-trust-strip--pdp .tz-trust-strip__stat {
  min-height: 0;
  padding: 12px 0 11px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tz-trust-strip--pdp .tz-trust-strip__value {
  font-size: 19px;
}

.tz-trust-strip--pdp .tz-trust-strip__stat:last-child {
  padding-right: 0;
  border-right: 0;
}

.tz-trust-strip--pdp .tz-trust-strip__footer {
  padding-top: 8px;
  border-top: 0;
}

.tz-trust-strip--cart {
  margin: 16px 0 20px;
  gap: 10px;
  padding: 14px 14px 13px;
}

.tz-cart-summary .tz-trust-strip--cart,
.cart_totals .tz-trust-strip--cart {
  box-shadow: none;
}

.tz-trust-strip--cart .tz-trust-strip__stats {
  grid-template-columns: 1fr;
  gap: 8px;
}

.tz-trust-strip--cart .tz-trust-strip__stat {
  min-height: auto;
  padding: 10px 12px;
}

.tz-trust-strip--cart .tz-trust-strip__value {
  font-size: 19px;
}

.tz-trust-strip--cart .tz-trust-strip__label {
  font-size: 11px;
}

.tz-trust-strip--cart .tz-trust-strip__footer {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px 12px;
}

body.tz-cart-lux-filled .cart-custom-field {
  display: none !important;
}

@media (max-width: 992px) {
  .tz-trust-strip {
    padding: 16px 16px 15px;
  }

  .tz-trust-strip__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tz-home-trust-band {
    margin: 10px 0 18px;
  }

  .tz-home-trust-band__inner {
    width: min(900px, calc(100% - 20px));
  }

  .tz-home-trust-band .tz-trust-strip--home {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tz-home-trust-band .tz-trust-strip__footer {
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .tz-home-trust-band .tz-trust-strip__source,
  .tz-home-trust-band .tz-trust-strip__link {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .tz-trust-strip {
    gap: 12px;
    padding: 14px 14px 13px;
    border-radius: 16px;
  }

  .tz-trust-strip__stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tz-trust-strip__stat {
    min-height: auto;
  }

  .tz-trust-strip__footer {
    align-items: flex-start;
  }

  .tz-home-trust-band {
    margin: 8px 0 16px;
  }

  .tz-home-trust-band__inner {
    width: calc(100% - 16px);
  }

  .tz-home-trust-band .tz-trust-strip--home {
    padding: 15px 15px 14px;
    border-radius: 18px;
  }

  .tz-trust-strip--pdp {
    gap: 10px;
    padding: 0;
  }

  .tz-trust-strip--pdp .tz-trust-strip__stats {
    gap: 0;
    border-bottom: 1px solid rgba(79, 183, 199, 0.12);
  }

  .tz-trust-strip--pdp .tz-trust-strip__stat {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(79, 183, 199, 0.12);
  }

  .tz-trust-strip--pdp .tz-trust-strip__stat:last-child {
    border-bottom: 0;
  }
}
