/* BNPL-кнопки под «Купить» на карточке товара */

.se-product-bnpl {
  margin: 1.6rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.se-product-bnpl__notice {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

.se-product-bnpl__row {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 5.2rem;
  padding: 0.8rem 1.2rem;
  border-radius: 1.2rem;
  background: #f2f2f7;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.se-product-bnpl__row:hover {
  background: #e8e8ed;
  text-decoration: none;
  color: inherit;
}

.se-product-bnpl__logo {
  flex-shrink: 0;
  width: 10rem;
  height: 2.8rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.se-product-bnpl__logo--dolyami {
  background-image: url("../image/checkout-v2/dolyami.png");
  width: 8.5rem;
}

.se-product-bnpl__logo--split {
  background-image: url("../image/checkout-v2/yandex-split.png");
  width: 11rem;
}

.se-product-bnpl__logo--sber-parts {
  background-image: url("../image/checkout-v2/sber-parts.png");
  width: 11rem;
}

.se-product-bnpl__pay {
  flex: 1;
  min-width: 0;
  font-size: 1.35rem;
  line-height: 1.3;
  color: #333;
}

.se-product-bnpl__chevron {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid #8e8e93;
  border-bottom: 2px solid #8e8e93;
  transform: rotate(-45deg);
  margin-right: 0.2rem;
}

.se-product-bnpl__credit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  margin-top: 0.4rem;
  padding: 1rem 1.6rem;
  border: 1px solid #d1d1d6;
  border-radius: 2.4rem;
  background: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  color: #111;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.se-product-bnpl__credit:hover {
  border-color: #b0b0b5;
  background: #fafafa;
  text-decoration: none;
  color: #111;
}

/* Старый блок Tinkoff «В кредит» — заменён новым UI */
.sku:has(.se-product-bnpl) .sku__credit {
  display: none !important;
}

@media (max-width: 767px) {
  .se-product-bnpl__logo {
    width: 7.5rem;
    height: 2.4rem;
  }

  .se-product-bnpl__logo--split,
  .se-product-bnpl__logo--sber-parts {
    width: 9rem;
  }

  .se-product-bnpl__pay {
    font-size: 1.25rem;
  }
}
