.fedcon-checkout{color:#081d45;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;gap:20px;margin:0 auto;max-width:1200px;padding:20px}.tabs{display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.tab{background:#081d45;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px 0;text-align:center;transition:background .2s ease,color .2s ease}.tab.active{background:#ff0725;color:#fff}.checkout-body{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.products-wrapper{display:flex;flex:2;flex-direction:column;min-height:400px}.products-container{background:transparent;border-radius:8px;margin-bottom:12px;max-height:none;overflow-y:visible;padding:0}.products{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));width:100%}.product-card{background-color:#fff;border:2px solid #e1e1e1;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,0,.05);cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:6px;justify-content:center;padding:16px 20px;transition:all .2s ease}.product-card:hover{border-color:#039}.product-card.selected{background:#fff8f8;border-color:#ff0725;box-shadow:0 0 0 2px #ff072580}.product-card .product-name{color:#081d45;font-size:15px;font-weight:700;margin-bottom:4px}.product-card .product-price{color:#ff0725;font-size:16px;font-weight:700}.product-card .addon-section{background:#fff8f8;border-left:4px solid #ff0725;border-radius:8px;border-top:1px dashed #ccc;margin-top:12px;padding:12px}.addon-option{align-items:center;display:flex;font-size:13px;gap:8px;justify-content:space-between;margin:6px 0}.addon-option input[type=checkbox]{margin-right:8px}.addon-option label{color:#081d45;font-weight:700}.addon-option .addon-price{color:#ff0725;font-weight:700}.summary-panel{background:#fff;border-radius:12px;box-shadow:0 0 12px rgba(8,29,69,.15);display:flex;flex:1;flex-direction:column;gap:16px;height:fit-content;max-width:360px;min-width:300px;padding:20px;position:sticky;top:20px}.summary-panel h3{font-size:18px;font-weight:700;margin-bottom:10px}#selected-items div{font-weight:700;margin-bottom:4px}.coupon-section{flex-direction:column}.coupon-row,.coupon-section{display:flex;gap:6px}.coupon-row input{border:1px solid #ccc;border-radius:6px;flex:1;padding:8px}.coupon-row button{background:#039;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 14px}.coupon-message{color:#555;font-size:13px;margin:0}.total-section{color:#ff0725;font-size:18px;font-weight:700}.terms{font-size:14px;margin-top:10px}.terms input[type=checkbox]{margin-right:6px}.signature label{display:block;font-weight:700;margin-bottom:6px}canvas{background:#f9f9f9;border:1px solid #ccc;border-radius:8px;display:block;height:120px;max-width:300px;width:100%}#clear-signature{background:#ccc;border:none;border-radius:4px;cursor:pointer;font-size:12px;margin-top:6px;padding:6px 10px}#proceed-checkout{background-color:#081d45;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:12px;transition:background .3s ease}#proceed-checkout:hover{background-color:#039}.product-description-wrapper{margin-top:24px;width:100%}.product-description{background-color:#fff;border:2px solid #081d45;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.06);color:#081d45;display:none;font-size:.95rem;margin-top:20px;padding:1.25rem}.product-description .desc-title{color:#081d45;font-size:1.15rem;font-weight:700;margin-bottom:.75rem}.product-description .desc-body{line-height:1.5}.product-description .desc-body ul{margin-bottom:.75rem;margin-top:.5rem;padding-left:1.25rem}.product-description .desc-body li{margin-bottom:.35rem}