:root { --order-green:#116b37; --order-dark:#143321; --order-pale:#eef7f1; --order-line:#d7e2d9; }
.order-shell{max-width:1120px;margin:0 auto;padding:32px 20px 64px;font-family:Arial,sans-serif;color:#1b2a20}
.order-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.order-header a{color:var(--order-green);font-weight:700;text-decoration:none}
.order-title{font-size:clamp(2rem,4vw,3.4rem);margin:0 0 8px}.order-subtitle{color:#536159;margin:0}
.order-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:28px;align-items:start}
.order-card{background:#fff;border:1px solid var(--order-line);border-radius:16px;padding:22px;box-shadow:0 8px 28px rgba(20,51,33,.07)}
.order-card h2,.order-card h3{margin-top:0}.cart-row{display:grid;grid-template-columns:1fr 105px 110px 38px;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--order-line)}
.cart-row:last-child{border-bottom:0}.cart-id{color:var(--order-green);font-weight:800;font-size:.85rem}.cart-description{margin:5px 0 0}.cart-price{text-align:right;font-weight:800}
.qty-input{width:72px;padding:10px;border:1px solid #aebdb2;border-radius:8px}.remove-item{border:0;background:#f7eeee;color:#8c2929;width:34px;height:34px;border-radius:50%;cursor:pointer}
.order-summary-line{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.order-total{font-size:1.35rem;font-weight:900;border-top:1px solid var(--order-line);margin-top:8px;padding-top:15px}
.order-button{display:inline-flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box;border:0;border-radius:10px;padding:14px 20px;background:var(--order-green);color:white;font-size:1rem;font-weight:800;text-decoration:none;cursor:pointer}.order-button:hover{background:#0b552b}.order-button.secondary{background:#fff;color:var(--order-green);border:1px solid var(--order-green);margin-top:10px}
.empty-order{text-align:center;padding:45px 20px}.empty-order p{color:#5e6c63}.secure-note{background:var(--order-pale);border-left:4px solid var(--order-green);padding:14px;border-radius:8px;margin:18px 0;font-size:.95rem}
.form-section{margin-bottom:26px}.form-section h2{font-size:1.25rem;border-bottom:1px solid var(--order-line);padding-bottom:10px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:.9rem}.field input,.field select,.field textarea{font:inherit;padding:11px;border:1px solid #aebdb2;border-radius:8px;box-sizing:border-box;width:100%}.check-row{display:flex;gap:9px;align-items:center;margin:4px 0 18px}.check-row input{width:auto}.form-error{background:#fff0f0;color:#8a2020;padding:12px;border-radius:8px;margin:14px 0}.confirmation{text-align:center;padding:36px}.confirmation-mark{font-size:3rem;color:var(--order-green)}
.status-note{font-size:.9rem;color:#5c695f;margin-top:12px}.floating-cart{position:fixed;right:20px;bottom:20px;z-index:9999;background:var(--order-green);color:white!important;text-decoration:none!important;font:700 15px Arial,sans-serif;padding:13px 18px;border-radius:999px;box-shadow:0 6px 24px rgba(0,0,0,.25)}
.catalog-order-controls{display:flex;gap:8px;align-items:center;margin-top:14px}.catalog-order-controls input{width:58px;padding:9px;border:1px solid #aebdb2;border-radius:8px}.catalog-add-button{border:0;background:var(--order-green);color:#fff;padding:10px 14px;border-radius:8px;font-weight:800;cursor:pointer}.catalog-added{font-size:.82rem;color:var(--order-green);font-weight:700}
@media(max-width:760px){.order-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:1fr 75px 80px 34px}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.order-header{align-items:flex-start;flex-direction:column}}
.catalog-quote-button{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--order-green)!important;border:2px solid var(--order-green);padding:9px 14px;border-radius:8px;font-weight:800;text-decoration:none!important}.catalog-quote-button:hover{background:var(--order-pale)}.quote-controls{margin-top:14px}.checkout-email-note{font-size:.86rem;color:#5c695f;margin-top:10px}
