body{font-family:'Plus Jakarta Sans',sans-serif}.front-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.front-card-title{font-size:18px;font-weight:700;color:#111827}.front-text-muted{font-size:14px;color:#6b7280}.front-btn-icon{background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:.2s}.front-btn-icon:hover{background:#f3f4f6;color:#111827}.front-stepper-wrapper{display:flex;justify-content:space-between;position:relative;padding-top:10px}.front-stepper-line{position:absolute;top:24px;left:12%;right:12%;height:2px;background:#e5e7eb;z-index:1}.front-stepper-progress{height:100%;background:#111827;width:25%}.front-step{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;flex:1}.front-step-icon{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#9ca3af;font-size:14px}.front-step-active{background:#111827;border-color:#111827;color:#fff}.front-step-title{font-size:13px;font-weight:700;color:#111827;margin-bottom:4px}.front-step-desc{font-size:12px;color:#6b7280}.front-product-list{border:1px solid #e5e7eb;border-radius:8px;padding:0 20px}.front-product-item{display:flex;padding:20px 0;border-bottom:1px solid #e5e7eb;gap:20px}.front-product-item:last-child{border-bottom:none}.front-product-img{width:80px;height:100px;background:#f9fafb;border-radius:8px;overflow:hidden;flex-shrink:0}.front-product-img img{width:100%;height:100%;object-fit:cover}.front-product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.front-product-name{font-size:15px;font-weight:700;color:#111827;margin-bottom:6px}.front-product-desc{font-size:13px;color:#6b7280;margin-bottom:2px}.front-product-price-wrapper{display:flex;align-items:center;gap:15px}.front-product-qty{font-size:14px;color:#6b7280}.front-product-price{font-size:15px;font-weight:700;color:#111827}.front-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#4b5563;margin-bottom:16px}.front-summary-total{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:800;color:#111827;border-top:1px solid #e5e7eb;padding-top:20px;margin-top:4px}.front-address-text{font-size:14px;color:#6b7280;line-height:1.6}@media (max-width:767.98px){.front-stepper-wrapper{flex-direction:column;gap:24px;padding-left:8px}.front-stepper-line{position:absolute;top:16px;bottom:16px;left:23px;width:2px;height:auto;right:auto}.front-stepper-progress{width:100%;height:25%}.front-step{display:grid;grid-template-columns:30px 1fr;gap:2px 16px;text-align:left;width:100%}.front-step-icon{grid-column:1;grid-row: 1 / span 2;margin-bottom:0}.front-step-title{grid-column:2;grid-row:1;margin-bottom:0}.front-step-desc{grid-column:2;grid-row:2}.front-product-list{padding:0 16px}.front-product-item{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 0}.front-product-img{width:90px;height:110px}.front-product-info{width:100%}.front-product-price-wrapper{width:100%;justify-content:space-between;border-top:1px solid #f3f4f6;padding-top:10px;margin-top:4px}}