h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
.checkout,
.account-pages {
  padding: 20px 80px 10px 80px;
  background: #12011E;
  color: #000000; }
  .checkout .page-title,
  .account-pages .page-title {
    background: #fff;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid #e5e5e5; }
  .checkout .brand-logo,
  .account-pages .brand-logo {
    display: flex;
    justify-content: center; }
  .checkout .wrapper,
  .account-pages .wrapper {
    background: #ffffff;
    border: 2px solid #e5e5e5; }
  .checkout .btn,
  .account-pages .btn {
    border-radius: 6px; }
    
    .checkout .btn-light,
  .account-pages .btn-light{
        background-color: #dae7ea;
        border-color: #dae7ea;
        color: #000000;
    }
  .checkout form,
  .account-pages form {
    color: #344154; }
  .checkout .usp,
  .account-pages .usp {
    border-top: 2px solid #e5e5e5;
    background-color: #ffffff; }
  .checkout .checkout-steps,
  .account-pages .checkout-steps {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 2px;
    background: #e5e5e5; }
    .checkout .checkout-steps .step-col,
    .account-pages .checkout-steps .step-col {
      background: #ffffff; }
      .checkout .checkout-steps .step-col .step-head,
      .account-pages .checkout-steps .step-col .step-head {
        padding: 2rem;
        padding-bottom: 1rem; }
        .checkout .checkout-steps .step-col .step-head .title,
        .account-pages .checkout-steps .step-col .step-head .title {
          text-transform: uppercase; }
      .checkout .checkout-steps .step-col .card,
      .account-pages .checkout-steps .step-col .card {
        background-color: transparent;
        border: none;
        border-radius: 0px; }
        .checkout .checkout-steps .step-col .card:not(:last-child),
        .account-pages .checkout-steps .step-col .card:not(:last-child) {
          border-bottom: 2px solid #e5e5e5; }
        .checkout .checkout-steps .step-col .card .card-header,
        .account-pages .checkout-steps .step-col .card .card-header {
          background: transparent;
          border-bottom: none; }
          .checkout .checkout-steps .step-col .card .card-header .card-title,
          .account-pages .checkout-steps .step-col .card .card-header .card-title {
            font-weight: 700;
            color: #000000;
            margin-top: 0;
            margin-bottom: 0;
            }
        .checkout .checkout-steps .step-col .card .card-x-space,
        .account-pages .checkout-steps .step-col .card .card-x-space {
          padding-left: 1rem;
          padding-right: 1rem; }
        .checkout .checkout-steps .step-col .card .card-space,
        .account-pages .checkout-steps .step-col .card .card-space {
          padding: 0.5rem 1rem 1rem; }
        .checkout .checkout-steps .step-col .card .card-no-space,
        .account-pages .checkout-steps .step-col .card .card-no-space {
          padding: 0px; }
  .checkout .cart-itmes-list .item-row,
  .account-pages .cart-itmes-list .item-row {
    border-top: solid 1px #e5e5e5;
    padding: 1rem 1rem 0rem; }
    .checkout .cart-itmes-list .item-row .pr__info,
    .account-pages .cart-itmes-list .item-row .pr__info {
      color: #999999;
      line-height: 1; }
    .checkout .cart-itmes-list .item-row .product-text,
    .account-pages .cart-itmes-list .item-row .product-text {
      display: flex; }
      .checkout .cart-itmes-list .item-row .product-text figure,
      .account-pages .cart-itmes-list .item-row .product-text figure {
        margin: 0 20px 0 0; }
        .checkout .cart-itmes-list .item-row .product-text figure img,
        .account-pages .cart-itmes-list .item-row .product-text figure img {
          width: 50px; }
      .checkout .cart-itmes-list .item-row .product-text .pr__title,
      .account-pages .cart-itmes-list .item-row .product-text .pr__title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 1.2;
        }
    .checkout .cart-itmes-list .item-row .item-qty,
    .account-pages .cart-itmes-list .item-row .item-qty {
      border: solid 1px #e5e5e5;
      border-radius: 4px;
      margin-bottom: 6px; }
      .checkout .cart-itmes-list .item-row .item-qty .btn,
      .account-pages .cart-itmes-list .item-row .item-qty .btn {
        padding: 5px; }
        .checkout .cart-itmes-list .item-row .item-qty .btn svg,
        .account-pages .cart-itmes-list .item-row .item-qty .btn svg {
          width: 15px; }
      .checkout .cart-itmes-list .item-row .item-qty .form-control,
      .account-pages .cart-itmes-list .item-row .item-qty .form-control {
        border: none;
        width: 20px;
        text-align: center; }
  .checkout .order-summary,
  .account-pages .order-summary {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px; }
    .checkout .order-summary li,
    .account-pages .order-summary li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      .checkout .order-summary li p,
      .account-pages .order-summary li p {
        margin: 0; }
      .checkout .order-summary li a,
      .account-pages .order-summary li a {
        color: #2A449F; }
    .checkout .order-summary li.cart-total,
    .account-pages .order-summary li.cart-total {
      font-weight: 700;
      border-top: solid 1px #e5e5e5;
      padding-top: 10px;
      font-size: 16px;
      }
  .checkout .order-status,
  .account-pages .order-status {
    text-align: center;
    padding: 40px;
    min-height: 60vh; }
  .checkout .paymentmethod .payment-icon img,
  .account-pages .paymentmethod .payment-icon img {
    height: 20px; }
    
@media (max-width: 1024px) {
    .checkout .checkout-steps,
    .account-pages .checkout-steps {
      grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .checkout,
  .account-pages {
    padding: 20px 0; }
    .checkout .brand-logo img,
    .account-pages .brand-logo img {
      width: 200px; }
    
      .checkout .checkout-steps .cart-itmes-list .item-row,
      .account-pages .checkout-steps .cart-itmes-list .item-row {
        padding-left: 0;
        padding-right: 0; }
        .checkout .checkout-steps .cart-itmes-list .item-row .product-text,
        .account-pages .checkout-steps .cart-itmes-list .item-row .product-text {
          margin-bottom: 2rem; }
      .checkout .checkout-steps .card .p4,
      .account-pages .checkout-steps .card .p4 {
        padding: 0 !important; }
      .checkout .checkout-steps .step-col .card,
      .account-pages .checkout-steps .step-col .card {
        padding: 0; }
    .checkout .order-status,
    .account-pages .order-status {
      padding: 40px 0 0 0; } }
.checkout,
.account-pages {
  background: #e3e3e3; }
  .checkout .wrapper,
  .account-pages .wrapper {
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    }
  .checkout .page-title,
  .account-pages .page-title {
    background: #12011E;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    }
    
.account-pages .card {
    border:none;
    border-radius: 20px;
    padding: 0px;}
    .account-pages .card .title{
        font-size:34px;
        font-weight:1000; }
  .checkout .form-control,
  .checkout .form-check-input,
  .account-pages .form-control,
  .account-pages .form-check-input {
    background-color: #ffffff;
    border-color: #c3d7d2; }
  .checkout .cart-itmes-list .item-row .item-qty,
  .account-pages .cart-itmes-list .item-row .item-qty {
    border-radius: 0;
    border-color: #9a9a9a; }
    
    footer{
        background: #e3e3e3;
        padding: 0;
        font-size: 13px;
    }

/*# sourceMappingURL=checkout.css.map */

/*claude code css*/
/* =========================================================
   Your Cart — cap at 6 products and scroll inside
   Target: checkout page, .product-list-table.cart-itmes-list
   ========================================================= */

/* Desktop (≥ 1200px) — default */
.product-list-table.cart-itmes-list {
    max-height: calc(120px * 3);   /* 6 rows × 120px = 720px */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;            /* breathing room for scrollbar */

    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #c9c9c9 transparent;
}

/* Enforce a uniform row height so "6 rows" is predictable */
.product-list-table.cart-itmes-list .item-row {
    min-height: 120px;
}

/* WebKit scrollbar polish (Chrome, Safari, Edge) */
.product-list-table.cart-itmes-list::-webkit-scrollbar {
    width: 6px;
}
.product-list-table.cart-itmes-list::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 3px;
}
.product-list-table.cart-itmes-list::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}

/* Keep the "Your Cart" heading visible while the list scrolls.
   Scope tightly to the cart card so other cards aren't affected. */
section.card:has(> .card-header .card-title) > .card-header.card-x-space {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

/* =========================================================
   Tablet (768px – 1199px)
   Layout is the same as desktop, just keeping rules explicit.
   ========================================================= */
@media (max-width: 1199px) and (min-width: 768px) {
    .product-list-table.cart-itmes-list .item-row {
        min-height: 120px;
    }
    .product-list-table.cart-itmes-list {
        max-height: calc(120px * 6);   /* 720px */
    }
}

/* =========================================================
   Mobile (≤ 767px)
   Cart rows stack vertically (image → title → qty → price),
   so each row is significantly taller.
   ========================================================= */
@media (max-width: 767px) {
    .product-list-table.cart-itmes-list .item-row {
        min-height: 200px;
    }
    .product-list-table.cart-itmes-list {
        max-height: calc(200px * 6);   /* 1200px */
    }
}
.edit-btn{
  padding-top: 0px;
  padding-bottom: 0px;
}