/* TERM-FIN Cart System V1 */

.tf-cart-badge{
  display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;
  padding:0 6px;margin-left:auto;border-radius:999px;color:#543400;
  background:linear-gradient(180deg,#ffe98f,#e2aa25);border:1px solid rgba(166,112,14,.32);
  font-size:11px;font-style:normal;font-weight:900;line-height:1;
}
.tf-top-cart{position:relative}
.tf-top-cart .tf-cart-badge{margin-left:3px}

.tf-cart-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:4px 0 22px}
.tf-cart-head h1{margin:5px 0 4px}
.tf-cart-head p{margin:0;color:#927c5f}

.tf-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}
.tf-cart-list{display:grid;gap:16px}
.tf-cart-item{margin:0!important}
.tf-cart-game{display:flex;gap:15px;align-items:center}
.tf-cart-game img,.tf-cart-fallback{
  width:78px;height:78px;flex:0 0 78px;object-fit:cover;border-radius:18px;
  border:1px solid #e4ca8d;background:#fff8e8
}
.tf-cart-fallback{display:flex;align-items:center;justify-content:center;color:#b97c0d;font-size:28px}
.tf-cart-game h2{margin:1px 0 3px;font-size:21px}
.tf-cart-game p{margin:0;color:#8b7657}

.tf-cart-detail-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin-top:16px;
  padding:14px;border:1px solid #eadbbf;border-radius:14px;background:#fffaf2
}
.tf-cart-detail-grid>div{min-width:0}
.tf-cart-detail-grid span,.tf-cart-pricebox span{display:block;color:#927c5f;font-size:12px}
.tf-cart-detail-grid b{display:block;overflow-wrap:anywhere;color:#3b2810}

.tf-cart-pricebox{margin-top:14px}
.tf-cart-pricebox>div{
  display:flex;justify-content:space-between;gap:15px;padding:7px 0;border-bottom:1px dashed #eadbbf
}
.tf-cart-pricebox>div:last-child{border-bottom:0}
.tf-cart-total-line{margin-top:3px;padding-top:11px!important;font-size:18px}
.tf-cart-total-line b{color:#b87808;font-size:22px}

.tf-cart-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.tf-cart-checkout-form{margin:0}
.tf-cart-remove{color:#bd4652!important;background:#fff!important;border-color:#e7a8ae!important;box-shadow:none!important}

.tf-cart-summary{position:sticky;top:92px}
.tf-cart-summary h2{margin:7px 0 16px}
.tf-cart-summary-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px dashed #eadbbf}
.tf-cart-summary-row.total{font-size:19px;border-bottom:0;margin-bottom:12px}
.tf-cart-summary-row.total b{color:#b87808;font-size:25px}

.tf-cart-empty{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.tf-cart-empty>i{font-size:62px;color:#d5a128;margin-bottom:6px}
.tf-cart-empty h2{margin:4px 0}.tf-cart-empty p{color:#927c5f}

.tf-game-buy-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.tf-game-buy-actions .btn{min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px}

@media(max-width:1050px){
  .tf-cart-layout{grid-template-columns:1fr}
  .tf-cart-summary{position:static}
}
@media(max-width:650px){
  .tf-cart-head{align-items:flex-start;flex-direction:column}
  .tf-cart-detail-grid{grid-template-columns:1fr}
  .tf-cart-game img,.tf-cart-fallback{width:64px;height:64px;flex-basis:64px;border-radius:15px}
  .tf-cart-actions{display:grid;grid-template-columns:1fr}
  .tf-cart-actions>*,.tf-cart-actions .btn{width:100%}
  .tf-game-buy-actions{grid-template-columns:1fr}
}
