
    .cart-hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 18% 18%, rgba(228,171,36,.22), transparent 25%),
        radial-gradient(circle at 82% 20%, rgba(64,108,156,.26), transparent 24%),
        linear-gradient(135deg, #111216 0%, #172130 45%, #20324e 100%);
      padding: 72px 0 54px;
    }

    .cart-hero .container {
      position: relative;
      z-index: 2;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .55rem .9rem;
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.1);
      color: #fff;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .hero-badge .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--ep-gold);
    }

    .cart-hero h1 {
      font-size: clamp(2.1rem, 4vw, 3.5rem);
      line-height: 1.05;
      font-weight: 800;
      letter-spacing: -.03em;
      margin-bottom: 1rem;
    }

    .cart-hero p {
      color: rgba(255,255,255,.82);
      font-size: 1.02rem;
      max-width: 760px;
      margin-bottom: 0;
    }

    .section-gap {
      padding: 72px 0;
    }

    .section-soft {
      background: var(--ep-soft);
    }

    .cart-card,
    .summary-card,
    .support-card {
      background: #fff;
      border: 1px solid var(--ep-border);
      border-radius: 24px;
      box-shadow: 0 12px 35px rgba(0,0,0,.05);
    }

    .cart-card {
      padding: 1.3rem;
    }

    .cart-item {
      padding: 1.2rem 0;
      border-top: 1px solid rgba(0,0,0,.06);
    }

    .cart-item:first-child {
      border-top: 0;
      padding-top: 0;
    }

    .product-thumb {
      width: 112px;
      height: 112px;
      border-radius: 22px;
      background:
        radial-gradient(circle at 28% 25%, rgba(255,255,255,.68), transparent 26%),
        linear-gradient(135deg, rgba(228,171,36,.95), rgba(64,108,156,.72));
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 2.5rem;
      position: relative;
      overflow: hidden;
      flex: 0 0 auto;
    }

    .product-thumb::after {
      content: "";
      position: absolute;
      width: 78px;
      height: 78px;
      border-radius: 50%;
      background: rgba(0,0,0,.22);
      right: 8px;
      bottom: -18px;
    }

    .meta {
      display: flex;
      flex-wrap: wrap;
      gap: .45rem;
      margin-bottom: .75rem;
    }

    .badge-soft {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      padding: .38rem .7rem;
      border-radius: 999px;
      background: #f7f8fb;
      border: 1px solid var(--ep-border);
      font-size: .82rem;
      color: #46505f;
      font-weight: 600;
    }

    .product-title {
      font-size: 1.12rem;
      font-weight: 800;
      line-height: 1.4;
      margin-bottom: .45rem;
    }

    .product-copy {
      color: var(--ep-muted);
      font-size: .94rem;
      line-height: 1.75;
      margin-bottom: .8rem;
    }

    .detail-mini {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem 1.2rem;
      color: var(--ep-muted);
      font-size: .9rem;
      font-weight: 600;
    }

    .detail-mini span strong {
      color: #273242;
    }

    .qty-box {
      display: inline-flex;
      align-items: center;
      border: 1px solid var(--ep-border);
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
    }

    .qty-btn {
      width: 42px;
      height: 42px;
      border: 0;
      background: #f7f8fb;
      font-size: 1.15rem;
      font-weight: 800;
      color: #27303b;
    }

    .qty-input {
      width: 64px;
      height: 42px;
      border: 0;
      text-align: center;
      font-weight: 700;
      outline: none;
    }

    .price {
      font-size: 1.15rem;
      font-weight: 800;
      color: var(--ep-blue);
    }

    .price small {
      color: var(--ep-muted);
      font-size: .82rem;
      font-weight: 600;
    }

    .line-total {
      font-size: 1.2rem;
      font-weight: 800;
      color: #263241;
    }

    .remove-btn {
      border: 0;
      background: transparent;
      color: #c45b5b;
      font-weight: 700;
      padding: 0;
    }

    .btn-gold {
      background: linear-gradient(135deg, var(--ep-gold), var(--ep-gold-2));
      border: 0;
      color: #fff;
      font-weight: 700;
      padding: .9rem 1.25rem;
      border-radius: 14px;
      box-shadow: 0 12px 28px rgba(228,171,36,.24);
    }

    .btn-gold:hover {
      color: #fff;
      filter: brightness(.98);
    }

    .btn-soft {
      background: #f6f7fb;
      border: 1px solid var(--ep-border);
      color: #2d3440;
      font-weight: 600;
      border-radius: 14px;
      padding: .9rem 1.1rem;
    }

    .summary-card,
    .support-card {
      padding: 1.4rem;
    }

    .summary-title,
    .support-title {
      font-size: 1.2rem;
      font-weight: 800;
      margin-bottom: 1rem;
    }

    .summary-row {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      padding: .8rem 0;
      border-top: 1px dashed rgba(0,0,0,.08);
      font-size: .95rem;
    }

    .summary-row:first-of-type {
      border-top: 0;
      padding-top: 0;
    }

    .summary-row span:first-child {
      color: var(--ep-muted);
      font-weight: 600;
    }

    .summary-row span:last-child {
      font-weight: 800;
      color: #263241;
      text-align: right;
    }

    .summary-row.total {
      margin-top: .25rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(0,0,0,.12);
    }

    .summary-row.total span {
      font-size: 1.08rem;
      color: #1d2938;
    }

    .coupon-box {
      display: flex;
      gap: .75rem;
      flex-wrap: wrap;
    }

    .coupon-box .form-control {
      min-height: 50px;
      border-radius: 14px;
      box-shadow: none;
    }

    .support-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .support-list li {
      display: flex;
      gap: .85rem;
      align-items: flex-start;
      margin-bottom: 1rem;
      color: var(--ep-muted);
      font-weight: 600;
      line-height: 1.7;
    }

    .support-list i {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(228,171,36,.16);
      color: var(--ep-gold);
      flex: 0 0 auto;
      margin-top: 2px;
    }

    .section-heading {
      font-size: clamp(1.7rem, 3vw, 2.5rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -.03em;
      margin-bottom: .7rem;
    }

    .muted-text {
      color: var(--ep-muted);
      line-height: 1.8;
    }

    @media (max-width: 767.98px) {
      .product-thumb {
        width: 92px;
        height: 92px;
        font-size: 2rem;
      }
    }
    
    
    .cart-line-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .45rem;
}

.line-total {
  font-size: 1.2rem;
  font-weight: 800;
  color: #263241;
  line-height: 1.1;
  white-space: nowrap;
}

.remove-btn {
  border: 0;
  background: transparent;
  color: #c45b5b;
  font-weight: 700;
  padding: 0;
  line-height: 1;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ep-border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  min-width: 122px;
}

.qty-input {
  width: 54px;
  height: 42px;
  border: 0;
  text-align: center;
  font-weight: 700;
  outline: none;
}

@media (min-width: 992px) {
  .cart-line-actions {
    align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .cart-line-actions {
    align-items: flex-start;
  }

  .price,
  .line-total {
    margin-top: .25rem;
  }
}