.ar-cart-section{padding:60px 0}.cart-content{display:grid;grid-template-columns:1fr 350px;gap:28px}.cart-items{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:15px;align-items:center;padding:16px;border:1px solid #e4e7ea;border-radius:14px;background:#fff}.cart-item img{width:90px;height:90px;object-fit:contain}.cart-item h3{margin:0 0 6px}.cart-item p{margin:3px 0;color:#777;font-size:12px}.cart-qty{display:flex;align-items:center;gap:8px}.cart-qty button{width:30px;height:30px;border:1px solid #ddd;background:#f7f7f7;border-radius:6px}.cart-remove{border:0;background:none;color:#d33;cursor:pointer}.cart-summary,.checkout-box{padding:22px;border:1px solid #e4e7ea;border-radius:14px;background:#fff}.cart-summary>div{display:flex;justify-content:space-between;gap:15px;margin:12px 0;font-size:13px}.cart-summary .cart-total{font-size:18px}.cart-summary .btn,.checkout-box .btn{width:100%;margin-top:10px}.whatsapp-cart{background:#1faa59!important}.clear-cart{width:100%;margin-top:10px;padding:11px;border:0;background:transparent;color:#c33;cursor:pointer}.checkout-box{margin-top:25px}.checkout-box form{display:grid;gap:10px}.checkout-box input{height:44px;padding:0 12px;border:1px solid #ddd;border-radius:8px}.cart-empty{text-align:center;padding:70px 20px}.cart-empty .btn{display:inline-flex;margin-top:15px}@media(max-width:800px){.cart-content{grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr}.cart-item>div:last-child{grid-column:2}.cart-item img{width:70px;height:70px}}
/* =========================================================
   AR CABLES — CART + CHECKOUT FINAL UI
========================================================= */
.ar-cart-section{background:#f7f7f7;min-height:55vh;padding:55px 0 80px}
.ar-cart-section .container{max-width:1180px}
.cart-summary{position:sticky;top:95px;align-self:start;box-shadow:0 16px 45px rgba(0,0,0,.08);border-radius:18px}
.cart-summary h2{margin:0 0 20px;font-size:22px}
.cart-summary hr{border:0;border-top:1px solid #eee}
.cart-summary .btn{background:#e99500;color:#fff;border:0;border-radius:12px;font-weight:700;min-height:52px;cursor:pointer}
.cart-summary .btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(233,149,0,.25)}

.ar-checkout{background:#f6f6f6;min-height:calc(100vh - 78px);padding-bottom:70px}
.checkout-topbar{background:#fff;border-bottom:1px solid #e5e5e5}
.mobile-summary-toggle{display:none}
.checkout-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:44px;padding:35px 20px 60px}
.checkout-main{background:#fff;border-radius:20px;padding:0 28px 30px;box-shadow:0 12px 40px rgba(0,0,0,.05)}
.checkout-section{padding:30px 0;border-bottom:1px solid #eee}
.checkout-section:last-of-type{border-bottom:0}
.checkout-section h2{font-size:25px;margin:0 0 20px;color:#111}
.section-heading{display:flex;justify-content:space-between;align-items:center}
.section-heading a{color:#b57a00;text-decoration:underline}
.checkout-input{width:100%;height:60px;border:1px solid #d9d9d9;border-radius:14px;background:#fff;padding:0 18px;font:inherit;font-size:16px;color:#222;outline:none;box-sizing:border-box;margin-bottom:14px}
.checkout-input:focus{border-color:#d99a20;box-shadow:0 0 0 3px rgba(217,154,32,.12)}
.select-like{display:flex;justify-content:space-between;align-items:center;padding-top:9px}
.select-like span{display:flex;flex-direction:column;gap:2px}
.select-like small{font-size:12px;color:#777}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.check-row{display:flex;align-items:center;gap:12px;margin:7px 0;color:#222;font-size:16px}
.check-row input{width:20px;height:20px;accent-color:#d99100}
.shipping-card{border:1px solid #d7ad65;background:#fff8ef;border-radius:16px;display:flex;justify-content:space-between;align-items:center;padding:20px 22px;font-size:17px}
.shipping-card b{font-size:18px}
.secure-note{color:#777;margin:-7px 0 20px}
.payment-card{display:block;border:1px solid #ddd;border-radius:16px;overflow:hidden;cursor:pointer}
.payment-card.active{border-color:#d6a048;background:#fffaf2}
.payment-card>input{position:absolute;opacity:0;pointer-events:none}
.payment-title{display:flex;align-items:center;gap:14px;padding:20px 22px;font-size:17px}
.radio-dot{width:20px;height:20px;border:1px solid #d8d8d8;border-radius:50%;display:inline-block;position:relative;flex:none;background:#fff}
.payment-card.active .radio-dot,.billing-option.active .radio-dot{border-color:#d99100;background:#d99100;box-shadow:inset 0 0 0 5px #fff}
.bank-details{padding:18px 22px 22px;background:#f7f7f7;border-top:1px solid #ddd;line-height:1.55;font-size:15px}
.bank-details p{margin:4px 0}
.bank-note{margin-top:18px!important}
.bank-whatsapp{font-size:17px}
.billing-option{display:flex;align-items:center;gap:14px;padding:20px 22px;border:1px solid #ddd;border-bottom:0;background:#fff;cursor:pointer}
.billing-option:first-of-type{border-radius:16px 16px 0 0}
.billing-option:last-of-type{border-bottom:1px solid #ddd;border-radius:0 0 16px 16px}
.billing-option.active{background:#fffaf2;border-color:#d6a048}
.billing-option input{position:absolute;opacity:0}
.billing-different{padding-top:14px}
.checkout-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:25px}
.back-cart{color:#9a6a00;text-decoration:none;font-weight:600}
.complete-order{border:0;background:#df9300;color:#fff;border-radius:14px;min-height:58px;padding:0 35px;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 12px 25px rgba(223,147,0,.22)}
.complete-order:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(223,147,0,.3)}
.complete-order:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.form-error{margin:15px 0 0;padding:12px 15px;border-radius:10px;background:#fff0f0;color:#b00020}
.checkout-sidebar{position:relative}
.order-summary-card{position:sticky;top:95px;background:#fff;border:1px solid #e2e2e2;border-radius:20px;padding:24px;box-shadow:0 15px 45px rgba(0,0,0,.06)}
.order-summary-card h2{margin:0 0 18px;font-size:22px}
.checkout-item{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #eee}
.checkout-item img{width:58px;height:58px;object-fit:contain;border:1px solid #eee;border-radius:10px;background:#fff}
.checkout-item div{display:flex;flex-direction:column;gap:2px;min-width:0}
.checkout-item strong{font-size:13px;line-height:1.35}
.checkout-item span{font-size:11px;color:#777}
.checkout-item>b{font-size:12px;white-space:nowrap}
.summary-line{display:flex;justify-content:space-between;padding:13px 0;font-size:14px}
.summary-total{display:flex;justify-content:space-between;border-top:1px solid #ddd;padding-top:17px;margin-top:5px;font-size:20px}
.summary-total small{font-size:11px;color:#888;margin-right:4px}
.checkout-empty{text-align:center;padding:20px 0;color:#777}
.checkout-empty a{color:#a56d00;font-weight:600}

@media(max-width:900px){
  .checkout-layout{grid-template-columns:1fr;gap:18px;padding:0 12px 50px}
  .checkout-main{border-radius:0;padding:0 15px 25px}
  .checkout-sidebar{display:none}
  .checkout-sidebar.mobile-show{display:block;order:-1}
  .mobile-summary-toggle{width:100%;height:62px;border:0;background:#fff;display:grid;grid-template-columns:auto 25px 1fr;align-items:center;gap:8px;padding:0 18px;font:inherit;font-size:15px;text-align:left;cursor:pointer}
  .mobile-summary-toggle strong{text-align:right;font-size:18px}
  .mobile-summary-toggle i{font-size:13px;color:#a56d00}
  .checkout-section{padding:25px 0}
}
@media(max-width:600px){
  .ar-cart-section{padding:30px 0 55px}
  .cart-content{grid-template-columns:1fr}
  .cart-summary{position:static}
  .two-col{grid-template-columns:1fr}
  .checkout-section h2{font-size:23px}
  .checkout-input{height:57px}
  .checkout-actions{flex-direction:column-reverse;align-items:stretch}
  .complete-order{width:100%}
  .back-cart{text-align:center;padding:8px}
  .checkout-item{grid-template-columns:50px 1fr auto}
  .checkout-item img{width:50px;height:50px}
}

/* AR Cables order confirmation */
.ar-order-success{
  max-width:720px;
  margin:40px auto;
  padding:56px 28px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  box-shadow:0 18px 55px rgba(0,0,0,.10);
}
.ar-order-success .success-icon{
  width:76px;height:76px;margin:0 auto 20px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:#16a34a;color:#fff;font-size:34px;
}
.ar-order-success h1{margin:0 0 6px;font-size:38px;}
.ar-order-success h2{margin:0 0 14px;font-size:24px;}
.ar-order-success p{margin:8px 0;color:#555;font-size:16px;line-height:1.6;}
.ar-order-success .success-actions{
  margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;
}
.ar-order-success .complete-order,
.ar-order-success .back-cart{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:10px;text-decoration:none;
}
.ar-order-success .complete-order{background:#16a34a;color:#fff;}
.ar-order-success .back-cart{background:#f1f1f1;color:#222;}

/* =========================================================
   AR CABLES — PROFESSIONAL CHECKOUT REDESIGN
========================================================= */
.professional-checkout{background:#f5f6f8;color:#15171b}
.pro-checkout{min-height:calc(100vh - 78px);padding-bottom:70px}
.pro-wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.pro-checkout-head{background:linear-gradient(135deg,#17191d,#24272d);color:#fff;padding:22px 0 28px;box-shadow:0 8px 30px rgba(0,0,0,.12)}
.pro-back{display:inline-flex;align-items:center;gap:8px;color:#d9dce1;text-decoration:none;font-size:13px;font-weight:600;margin-bottom:20px}
.pro-back:hover{color:#fff}
.pro-title-row{display:flex;justify-content:space-between;align-items:center;gap:25px}.pro-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:2px;color:#e7a52c;margin-bottom:6px}.pro-title-row h1{margin:0;font-size:34px;letter-spacing:-.6px}.pro-title-row p{margin:7px 0 0;color:#b8bdc6}.pro-secure{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.05);font-size:13px}.pro-secure i{font-size:22px;color:#f0a82d}.pro-secure small{color:#9fa6b1}
.pro-steps{display:flex;align-items:center;gap:10px;margin-top:26px;font-size:12px;color:#858c97}.pro-steps span{display:flex;align-items:center;gap:7px}.pro-steps b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;border:1px solid #626873;font-size:11px}.pro-steps span.active,.pro-steps span.done{color:#fff}.pro-steps span.active b{background:#e59a20;border-color:#e59a20}.pro-steps span.done b{background:#2da568;border-color:#2da568}.pro-steps i{width:45px;height:1px;background:#4b5058}
.pro-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start;padding-top:28px}.pro-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 14px 40px rgba(19,24,32,.06);overflow:hidden}.pro-section{padding:28px 30px;border-bottom:1px solid #edf0f3}.pro-section-title{display:flex;gap:14px;margin-bottom:22px}.pro-number{display:grid;place-items:center;flex:none;width:34px;height:34px;border-radius:10px;background:#fff5e4;color:#bd7600;font-size:12px;font-weight:800}.pro-section-title h2{margin:0;font-size:19px;letter-spacing:-.2px}.pro-section-title p{margin:4px 0 0;color:#808792;font-size:13px}.pro-field-grid{display:grid;gap:14px}.pro-field-grid.two{grid-template-columns:1fr 1fr}.pro-field{margin-bottom:14px}.pro-field:last-child{margin-bottom:0}.pro-field label{display:block;font-size:12px;font-weight:700;color:#343840;margin:0 0 7px}.pro-field label em{color:#d38b0b;font-style:normal}.pro-input{width:100%;height:50px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;padding:0 14px;font:inherit;font-size:14px;box-sizing:border-box;outline:0;transition:.2s}.pro-input::placeholder{color:#a7adb6}.pro-input:focus{border-color:#e0a13a;box-shadow:0 0 0 3px rgba(224,161,58,.12)}
.pro-payment-list{display:grid;gap:10px}.pro-payment,.pro-billing{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #dfe3e8;border-radius:12px;background:#fff;cursor:pointer;transition:.18s}.pro-payment:hover,.pro-billing:hover{border-color:#d6a04c}.pro-payment.active,.pro-billing.active{border-color:#e2a33e;background:#fffaf1;box-shadow:0 4px 14px rgba(218,155,46,.08)}.pro-payment input,.pro-billing input{position:absolute;opacity:0}.pro-radio{width:18px;height:18px;border:1.5px solid #cbd0d6;border-radius:50%;position:relative;flex:none}.pro-payment.active .pro-radio,.pro-billing.active .pro-radio{border-color:#d89419}.pro-payment.active .pro-radio:after,.pro-billing.active .pro-radio:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#d89419}.pro-payment-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#f4f5f7;color:#626a74}.pro-payment.active .pro-payment-icon{background:#fff0d4;color:#c47b0b}.pro-payment-copy,.pro-billing span:last-child{display:flex;flex-direction:column;gap:2px}.pro-payment-copy strong,.pro-billing strong{font-size:14px}.pro-payment-copy small,.pro-billing small{font-size:11px;color:#858b95}.pro-selected{margin-left:auto;color:#d8951b;opacity:0}.pro-payment.active .pro-selected{opacity:1}.pro-bank-details{margin-top:10px;padding:18px;border-radius:12px;background:#f7f8fa;border:1px solid #e4e7eb}.pro-bank-head{display:flex;align-items:center;gap:9px;margin-bottom:14px}.pro-bank-head i{color:#c8830d}.pro-bank-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pro-bank-grid p{margin:0;padding:9px 10px;background:#fff;border-radius:8px;border:1px solid #eceff2}.pro-bank-grid span{display:block;color:#8a9098;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.pro-bank-grid b{font-size:12px}.pro-bank-note{font-size:11px;color:#666;margin:14px 0 0;line-height:1.5}
.pro-billing-list{display:grid}.pro-billing{border-radius:0}.pro-billing:first-child{border-radius:12px 12px 0 0}.pro-billing:last-child{border-radius:0 0 12px 12px;border-top:0}.pro-billing-extra{margin-top:12px}
.pro-submit-area{padding:25px 30px;background:#fafafa}.pro-trust{display:flex;align-items:center;gap:11px;margin-bottom:15px}.pro-trust>i{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#e9f7ef;color:#218b56}.pro-trust span{display:flex;flex-direction:column;gap:2px}.pro-trust strong{font-size:13px}.pro-trust small{font-size:11px;color:#7d838c}.pro-submit{width:100%;height:56px;border:0;border-radius:12px;background:linear-gradient(135deg,#e79a19,#d98500);color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(213,139,17,.22);transition:.2s}.pro-submit:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(213,139,17,.28)}.pro-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.pro-submit-loading{display:inline-flex;align-items:center;gap:8px}
.pro-summary-wrap{position:relative}.pro-summary-card{position:sticky;top:95px;background:#fff;border:1px solid #e3e6ea;border-radius:18px;box-shadow:0 14px 40px rgba(19,24,32,.06);overflow:hidden}.pro-summary-head{display:flex;justify-content:space-between;align-items:center;padding:22px 22px 17px;border-bottom:1px solid #edf0f3}.pro-summary-head span{font-size:10px;letter-spacing:1.5px;font-weight:800;color:#9298a1}.pro-summary-head h2{margin:3px 0 0;font-size:20px}.pro-summary-head a{font-size:12px;color:#a76d00;font-weight:700;text-decoration:none}.pro-summary-items{padding:4px 22px}.pro-summary-item{display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid #edf0f3}.pro-summary-item img{width:54px;height:54px;border:1px solid #eceff2;border-radius:9px;object-fit:contain;background:#fff}.pro-summary-item div{display:flex;flex-direction:column;min-width:0}.pro-summary-item strong{font-size:12px;line-height:1.35}.pro-summary-item span,.pro-summary-item small{font-size:10px;color:#818791;margin-top:2px}.pro-summary-item>b{font-size:11px;white-space:nowrap}.pro-summary-lines{padding:14px 22px 0}.pro-summary-lines>div{display:flex;justify-content:space-between;font-size:13px;padding:6px 0;color:#666}.pro-summary-lines strong{color:#222}.pro-summary-lines .free{color:#23945c}.pro-total{display:flex;justify-content:space-between;align-items:center;margin:10px 22px 0;padding:15px 0;border-top:1px solid #e8ebee;font-weight:800}.pro-total>span{font-size:15px}.pro-total strong{font-size:20px}.pro-total small{font-size:9px;color:#8b9199;margin-right:3px}.pro-benefits{border-top:1px solid #edf0f3;background:#fafbfc;padding:15px 22px;display:grid;gap:12px}.pro-benefits>div{display:flex;align-items:center;gap:10px}.pro-benefits i{width:28px;color:#c98711;text-align:center}.pro-benefits span{display:flex;flex-direction:column;gap:2px}.pro-benefits strong{font-size:11px}.pro-benefits small{font-size:10px;color:#858b94}.pro-mobile-total{display:none}.pro-success{padding:65px 30px;text-align:center}.pro-success-icon{display:grid;place-items:center;width:82px;height:82px;margin:0 auto 20px;border-radius:50%;background:#eaf8f0;color:#20a35d;font-size:36px}.pro-success h1{font-size:38px;margin:6px 0}.pro-success h2{font-size:21px;margin:0 0 12px}.pro-success p{max-width:520px;margin:7px auto;color:#68707b;line-height:1.65}.pro-success-note{display:inline-flex;align-items:center;gap:9px;margin:22px 0;padding:12px 15px;border-radius:10px;background:#f5f7f9;color:#555;font-size:12px}.pro-success-note i{color:#25a45f}.pro-success-home{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;height:48px;padding:0 22px;border-radius:10px;background:#202328;color:#fff;text-decoration:none;font-weight:700;font-size:13px}.checkout-empty{text-align:center;padding:30px 0;color:#777}.checkout-empty i{font-size:30px;color:#c88a16}.checkout-empty a{display:inline-block;margin-top:8px;color:#a56d00;font-weight:700}
@media(max-width:900px){.pro-checkout-head{padding:18px 0 22px}.pro-wrap{width:min(100% - 24px,720px)}.pro-title-row h1{font-size:28px}.pro-secure{display:none}.pro-grid{grid-template-columns:1fr;padding-top:14px}.pro-summary-wrap{order:-1}.pro-summary-card{position:static}.pro-summary-items{max-height:280px;overflow:auto}.pro-summary-card .pro-benefits{display:none}.pro-mobile-total{display:flex;justify-content:space-between;align-items:center;padding:13px 16px;margin-top:10px;background:#202328;color:#fff;border-radius:12px;font-weight:700}.pro-mobile-total strong{font-size:18px;color:#f0a72c}.pro-form-card{border-radius:14px}.pro-section{padding:22px 18px}.pro-submit-area{padding:20px 18px}.pro-steps{margin-top:20px}.pro-steps i{width:25px}}
@media(max-width:600px){.pro-title-row{display:block}.pro-title-row h1{font-size:25px}.pro-title-row p{font-size:12px}.pro-steps{justify-content:space-between}.pro-steps i{flex:1}.pro-section-title h2{font-size:17px}.pro-section-title p{font-size:11px}.pro-field-grid.two{grid-template-columns:1fr}.pro-bank-grid{grid-template-columns:1fr}.pro-summary-item{grid-template-columns:48px 1fr auto}.pro-summary-item img{width:48px;height:48px}.pro-summary-items{padding:2px 15px}.pro-summary-head{padding:17px 15px 13px}.pro-summary-lines{padding-left:15px;padding-right:15px}.pro-total{margin-left:15px;margin-right:15px}.pro-submit{height:54px}.pro-success{padding:50px 20px}.pro-success h1{font-size:32px}}
