.nk-trust-layer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(214, 198, 241, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(203, 170, 231, 0.12);
}

.nk-trust-layer__head {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 150px;
}

.nk-trust-layer__head strong {
  margin: 0;
  color: #4a2f78;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.08;
}

.nk-trust-layer__head span {
  margin: 0;
  color: #7f6a9d;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.nk-trust-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nk-trust-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 4px 8px;
  box-sizing: border-box;
  border: 1px solid rgba(197, 159, 219, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #654d8a;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.nk-trust-mark--logos {
  background: rgba(255, 255, 255, 0.86);
}

.nk-trust-mark--delivery {
  background: rgba(38, 36, 62, 0.9);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.nk-trust-mark__logos {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.nk-trust-mark__logos img {
  display: block;
  width: auto;
  max-width: 62px;
  height: 18px;
  object-fit: contain;
}

.nk-trust-mark__logos img[src*="visa"],
.nk-trust-mark__logos img[src*="mastercard"],
.nk-trust-mark__logos img[src*="plin"] {
  max-width: 24px;
  height: 20px;
}

.nk-trust-mark__logos img[src*="yape"] {
  max-width: 48px;
}

.nk-trust-mark__logos img[src*="shalom"] {
  max-width: 72px;
}

.nk-trust-mark__logos img[src*="olva"] {
  max-width: 56px;
}

.nk-trust-mark__logos img[src*="instagram"] {
  max-width: 20px;
  height: 20px;
}

.nk-trust-mark__logos img[src*="tiktok"] {
  max-width: 60px;
  height: 18px;
}

.nk-trust-mark__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 209, 227, 0.96), rgba(214, 232, 255, 0.96));
  color: #4a2f78;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.nk-trust-mark__icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.nk-trust-mark__icon--since {
  background: linear-gradient(135deg, #ffcf6a, #f17695);
  color: #4d3578;
}

.nk-trust-mark__icon--original {
  background: linear-gradient(135deg, #7b4dff, #f17695);
  color: #fff;
}

.nk-trust-marks--home .nk-trust-mark--logos .nk-trust-mark__label,
.nk-trust-marks--shop .nk-trust-mark--logos .nk-trust-mark__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nk-checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 16px;
  padding: 9px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(214, 198, 241, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(203, 170, 231, 0.1);
}

.nk-checkout-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 4px 8px;
  box-sizing: border-box;
  border: 1px solid rgba(197, 159, 219, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #654d8a;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
}

.nk-checkout-trust__item--logos {
  background: rgba(255, 255, 255, 0.9);
}

.nk-checkout-trust__item--delivery {
  background: rgba(38, 36, 62, 0.92);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.nk-checkout-trust__logos {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.nk-checkout-trust__logos img {
  display: block;
  width: auto;
  max-width: 62px;
  height: 18px;
  object-fit: contain;
}

.nk-checkout-trust__logos img[src*="visa"],
.nk-checkout-trust__logos img[src*="mastercard"],
.nk-checkout-trust__logos img[src*="plin"] {
  max-width: 24px;
  height: 20px;
}

.nk-checkout-trust__logos img[src*="yape"] {
  max-width: 48px;
}

.nk-checkout-trust__logos img[src*="shalom"] {
  max-width: 72px;
}

.nk-checkout-trust__logos img[src*="olva"] {
  max-width: 56px;
}

.nk-checkout-trust__item--logos .nk-checkout-trust__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nk-checkout-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 209, 227, 0.96), rgba(214, 232, 255, 0.96));
  color: #4a2f78;
}

.nk-checkout-trust__icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.nk-checkout-trust__icon--payment {
  background: linear-gradient(135deg, #1a65ff, #7b4dff);
  color: #fff;
}

.nk-checkout-trust__icon--delivery {
  background: linear-gradient(135deg, #1fb676, #65d39a);
  color: #fff;
}

.nk-checkout-trust__icon--original {
  background: linear-gradient(135deg, #7b4dff, #f17695);
  color: #fff;
}

@media (max-width: 900px) {
  .nk-trust-layer {
    grid-template-columns: 1fr;
  }

  .nk-trust-layer__head {
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .nk-trust-layer,
  .nk-checkout-trust {
    padding: 9px;
    border-radius: 14px;
  }

  .nk-trust-mark,
  .nk-checkout-trust__item {
    font-size: 0.72rem;
  }
}
