/* HIRA 0.4.33.55 — Product-page installment provider badges. */
.product-installment-stack{display:grid;gap:9px;margin-top:11px}
.product-installment-stack .product-installment-option{margin-top:0;min-height:70px;border:1px solid #e4ddd5;border-radius:17px;padding:11px 13px;display:grid;grid-template-columns:82px minmax(0,1fr) 20px;align-items:center;gap:12px;color:#28231f;box-shadow:0 8px 24px rgba(39,31,24,.035);overflow:hidden}
.product-installment-stack .product-installment-option--digipay{border-color:#d8e0ff;background:linear-gradient(135deg,#f5f7ff 0%,#fff 62%)}
.product-installment-stack .product-installment-option--torobpay{border-color:#d8ead1;background:linear-gradient(135deg,#f6fff2 0%,#fff 62%)}
.product-installment-option__logo{width:80px;height:50px;border:1px solid rgba(30,27,24,.08);border-radius:13px;background:#fff;display:grid;place-items:center;padding:7px;box-sizing:border-box;box-shadow:0 3px 12px rgba(24,21,18,.04)}
.product-installment-option__logo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.product-installment-option__logo--digipay img{max-width:68px;max-height:34px}
.product-installment-option__logo--torobpay img{max-width:52px;max-height:40px}
.product-installment-stack .product-installment-option>div{display:grid;gap:3px;min-width:0}
.product-installment-stack .product-installment-option b{font-size:12.5px;font-weight:800;line-height:1.65}
.product-installment-stack .product-installment-option small{font-size:9.7px;color:#756e68;line-height:1.85}
.product-installment-stack .product-installment-option__arrow{font-size:17px;color:#8a8178}
.product-installment-option--digipay .product-installment-option__arrow{color:#1748e8}
.product-installment-option--torobpay .product-installment-option__arrow{color:#28733a}
@media(max-width:560px){
  .product-installment-stack .product-installment-option{grid-template-columns:70px minmax(0,1fr);gap:10px;padding:10px 11px}
  .product-installment-option__logo{width:68px;height:46px;padding:6px}
  .product-installment-stack .product-installment-option__arrow{display:none}
  .product-installment-stack .product-installment-option b{font-size:12px}
  .product-installment-stack .product-installment-option small{font-size:9.3px}
}
