.ppp-card {
         /*border: 1px solid #e5e7eb;
	 border-radius: 14px; 
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
margin: 20px 0;
*/
border:0px;border-radius:16px;
	padding: 30px;
             background: #fff; 
            font-family: inherit; width: 100%; box-sizing: border-box;
        }
        .ppp-title { font-size: 18px; font-weight: 600; margin-bottom: 15px; color:#111; }
        .ppp-row { display: flex; gap: 12px; margin-bottom: 15px; }
        .ppp-field { display: flex;flex: 1; position: relative; border: 1px solid #e0e0e0;background: #fff !important;opacity:1 !important;border-radius: 8px;align-items: center;justify-content: space-between;gap:5px;padding:15px 20px;}
        .ppp-field label { /*position: absolute; left: 12px; top: 50%; transform: translateY(-50%);*/ font-weight: 600; color: #767676; font-size: 12px; display: inline-flex;margin-bottom: 0px;}
        .ppp-field input { width: 100%; height: auto; padding-left: 0px;  font-size: 15px;  color:#000; border:0px;    text-align: right;background:#fff !important;;opacity:1 !important;padding:0px;}
        .ppp-input-cash { background: #eef2ff !important;}
        
        .ppp-slider-wrap { position: relative; height: 8px; background: #e5e7eb; border-radius: 10px; margin: 20px 0 15px; }
        .ppp-slider-progress { position: absolute; height: 100%; width: 0%; background: #1E523D; border-radius: 10px; transition: width 0.1s ease; }
        .ppp-input-range { position: absolute; top: -6px; width: 100%; height: 20px; background: none; -webkit-appearance: none; appearance: none; pointer-events: auto; margin:0; }
        .ppp-input-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #214C3A; cursor: pointer; border: 3px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3); }
        .ppp-input-range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #214C3A; cursor: pointer; border: 3px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3); }
        
        .ppp-earn { padding-top: 30px; font-size: 16px; font-weight: 500; color:#444;padding-bottom: 30px; }
        .ppp-rate { margin-top: 5px; font-size: 16px; color: #6b7280;display: flex;    align-items: center;    gap: 10px;border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px; }
.ppp-rate .lft_point_img{height: 18px;}
.ppp-rate span strong, .ppp-earn strong{color:#000;}
.ppp-min-text{color:#767676;display: block;font-size:12px;    margin-top: 5px;}
        
        @media(max-width:600px){ .ppp-row { gap:10px; } }
.product-detail-right .ppp-card {
    border: 1px solid #e0e0e0;
    border-radius: 0;
}
.checkout-custom-orderTotal > div{position: sticky; top:80px;border: 1px solid var(--line);}
.checkout-page-custom-billing-details-wrapper {border: 1px solid var(--line);}
form.woocommerce-checkout input:not(.qty.text).checkout-redeem-slider{padding:0px !important;}
.checkout-ppp-row td{width:100%;}
.ppp-ui-wrap p{text-align:left;}
.checkout-custom-billingDetails{    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--line);}
.checkout-custom-billingDetails{display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--line);}
.checkout-custom-billingDetails h4,.checkout-custom-paymentInfo h4{    font-family: var(--sans);    font-size: 19px !important;    font-weight: 700;    color: var(--ink);}
.checkout-custom-orderTotal h4{font-family: var(--sans);    font-size: 19px !important;    font-weight: 700;    color: var(--ink);    margin-bottom: 18px;}
.checkout-page-custom-billing-details-wrapper h4::before,.checkout-page-custom-payment-info-wrapper h4::before{width: 28px;height: 28px;border-radius: 50%;background: var(--accent);    color: #fff;    font-weight: 700;    font-size: 14px;    display: flex;    align-items: center;    justify-content: center;    flex-shrink: 0;}
.wd-payment-methods #place_order{display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--accent);
    color: #fff;
    padding: 16px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 22px;
	transition: background .15s;}
.wd-payment-methods #place_order:hover{background: var(--accent-deep);}
.checkout-redeem-btn{    flex-shrink: 0;
    width: auto;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: #fff;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    transition: background .15s;}
.checkout-redeem-btn:hover{    background: var(--gold-soft);}
/* My Account--> Points page css : START */
        /* Load more button:Start */
        .container-left .custom-load-btn-wrapper{text-align: center;margin-top: 30px;margin-bottom: 30px;}
        .container-left #custom-load-more-points{background-color: #521E33 !important;border-color: #521E33 !important;color: white !important;border-radius: 35px; padding: 11px;}
        /* Load more button:End */
        .container-left * {margin: 0; padding: 0; box-sizing: border-box; font-family: Inter;}
        .container-left {max-width: 1200px; margin: auto;}
        .container-left .top-cards {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 25px;}
        .container-left .card {border-radius: 16px; padding: 25px; background: white;}
        .container-left .rewards-card {border-radius: 16px; background: radial-gradient(46.65% 57.96% at 86.71% 17.87%, rgba(230, 202, 106, 0.20) 0%, rgba(82, 30, 51, 0.20) 100%), linear-gradient(131deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), #521E33; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); color: white;}
        .container-left .rewards-header {display: flex; align-items: center; gap: 10px; margin-bottom: 20px;}
        .container-left .coin {width: 40px; height: 40px; background: gold; border-radius: 50%;}
        .container-left .label {font-size: 14px; opacity: 0.8;}
        .container-left .points {font-size: 42px; margin: 10px 0 20px; color: #ffffff;}
        .container-left .point-value-box {border-radius: 10px; background: rgba(255, 255, 255, 0.10); padding: 15px;}
        .container-left .gold {color: #d4a017; font-size: 30px; margin: 10px 0 20px;}
        .container-left .progress-section {margin-bottom: 20px;}
        .container-left .progress-label {display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 6px;}
        .container-left .progress-bar {height: 8px; background: #ddd; border-radius: 10px; overflow: hidden;}
        .container-left .progress-fill {width: 70%; height: 100%; background: linear-gradient(90deg, #E1AD41 0%, #E5E4E2 100%); border-radius: 6px;}
        .container-left .lifetime-row {margin-bottom: 25px;}
        .container-left .lifetime-row h1 {font-size: 36px;}
        .container-left .lifetime-row h2 {font-size: 24px;}
        .container-left .history-header h2 {padding: 10px 0px 0px 0px; margin: 0px;}
        .container-left .history-card {background: white; border-radius: 16px; padding: 0px; margin-bottom: 25px;}
        .container-left .history-header {display: flex; justify-content: space-between; margin-bottom: 0px; padding: 15px 25px;}
        .container-left .history-header select {padding: 8px 12px; border-radius: 8px; border: 1px solid #ccc; height: 44px; max-width: 200px;}
        .container-left .history-item {display: flex; justify-content: space-between; padding: 15px 25px; border-top: 1px solid #eee;}
        .container-left .history-item h4 {margin-bottom: 5px; font-size: 14px;}
        .history-item span {font-size: 12px; color: #767676;}
        .container-left .amount {font-weight: bold;}
        .container-left .positive .amount {color: green;}
        .container-left .negative .amount {color: red;}
        .container-left .info-card {border-radius: 16px; border: 1px solid #C4DAFC; background: #F0F5FE; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); padding: 25px;}
        .container-left .info-card h3 {margin-bottom: 15px; display: flex; gap: 10px;}
        .container-left .info-card ul {padding-left: 20px;}
        .container-left .info-card li {margin-bottom: 10px; font-size: 16px;}
        .container-left .my-points-table-icon {display: table; float: inline-start; padding: 0px 0px; margin-right: 10px;}
        .container-left .my-points-table-left {white-space: nowrap;}
        .container-left .my-points-table-left span span {color: #521E33;}
        .rewards-header h3 {color: #ffffff; margin-bottom: 0px;}
        .point-value-box h3 {color: #ffffff !important; font-size: 24px;}
        @media (max-width: 600px) {
            .container-left .history-header h2 {font-size: 20px;}
            .container-left .history-header {margin-bottom: 0px;} 
            .container-left .card {padding: 20px;} 
            .container-left .history-card {padding: 0px;} 
            .container-left .lifetime-row h1, .container-left .lifetime-row h2 {font-size: 24px; padding-top: 15px;} 
            .mobile-flex {display: flex; justify-content: space-between;} 
            .container-left .lifetime-row {margin-bottom: 0px;} 
            .container-left .history-item {padding: 15px;} 
            .history-header {padding: 15px 15px 0px 15px;} 
            .container-left .info-card {padding: 20px;} 
            .container-left .history-header select {max-width: 145px;}
        }
        /* My Account--> Points page css : END */

/* 03-08-26 */

/* Loyalty earn row — buy box */
  .pts-earn-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FBF7EE;
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 16px;
  }
  .pts-earn-row svg { flex-shrink: 0; }
  .pts-earn-text {
    font-size: 14px;
    color: #1c1f1a;
    line-height: 1.4;
  }
  .pts-earn-text strong { color: #1c1f1a; font-weight: 700; }
  .pts-earn-join-link {
    color: #1c1f1a;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .pts-earn-join-link:hover { opacity: .75; }



  .checkout-redeem { padding: 14px 0; }
  .checkout-redeem-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 4px; }
  .checkout-redeem-title { font-size: 14px; font-weight: 700; color: var(--ink); }
  .checkout-redeem-avail { font-size: 12.5px; color: var(--muted); margin-bottom: 12px; }
  .checkout-redeem-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-bottom: 12px; }
  .checkout-redeem-box { border: 1px solid var(--line); border-radius: 7px; padding: 8px 10px; display: flex; align-items: center; justify-content: space-between; gap: 6px; }
  .checkout-redeem-box .label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; }
  .checkout-redeem-box .val { font-size: 14px; font-weight: 700; color: var(--ink); }
  .checkout-redeem-eq { font-size: 14px; color: var(--muted); }
  .checkout-redeem-slider-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
  .checkout-redeem-slider { flex: 1; min-width: 0; appearance: none; height: 5px; border-radius: 999px; background: var(--line); cursor: pointer; }
  .checkout-redeem-slider::-webkit-slider-runnable-track { height: 5px; border-radius: 999px; background: linear-gradient(to right, var(--accent) 0%, var(--accent) var(--fill, 100%), var(--line) var(--fill, 100%), var(--line) 100%); }
  .checkout-redeem-slider::-webkit-slider-thumb { appearance: none; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--accent); margin-top: -6px; cursor: pointer; }
  .checkout-redeem-slider::-moz-range-track { height: 5px; border-radius: 999px; background: var(--line); }
  .checkout-redeem-slider::-moz-range-progress { height: 5px; border-radius: 999px; background: var(--accent); }
  .checkout-redeem-slider::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--accent); cursor: pointer; }
  .checkout-redeem-btn { flex-shrink: 0; width: auto; height: 44px; display: flex; align-items: center; justify-content: center; background: var(--gold); color: #fff; padding: 0 20px; border-radius: 7px; font-size: 14px; font-weight: 700; transition: background .15s; }
  .checkout-redeem-btn:hover { background: var(--gold-soft); }
  .checkout-redeem-btn.is-applied { background: var(--ink); }

  .checkout-pts-earn-row { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 13px; color: var(--ink); }
  .checkout-pts-earn-row svg { flex-shrink: 0; }

  .checkout-summary-total { padding-top: 8px; font-size: 18px; font-weight: 700; }
  .checkout-summary-total span:last-child { color: var(--ink); }

  @media (max-width: 980px) {
    .checkout-page-wrap { padding: 20px 20px 0; }
    .checkout-page-title { font-size: 24px; }
    .checkout-body-wrap { grid-template-columns: 1fr; padding: 16px 16px 60px; gap: 20px; }
    .checkout-card { padding: 20px; }
    .checkout-form-grid { grid-template-columns: 1fr; }
    .checkout-summary { position: static; order: -1; }
  }