.price-counter{display:flex;align-items:center;justify-content:space-between}.counter{display:flex;gap:16px}.price{display:flex;align-items:end}.btn-minus{width:44px;height:44px;border-radius:100%;border-color:#db4217;color:#db4217;font-size:larger}.btn-plus{width:44px;height:44px;border-radius:100%;color:#fff;background:#db4217;border:none;font-size:larger}.order{border-radius:4px;padding:14px;box-shadow:0 4px 10px #0000001a}.order-card{max-width:350px;background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;font-family:Arial,sans-serif;box-shadow:0 4px 10px #00000014}.order-title{margin:0 0 16px;font-size:18px;font-weight:600}.order-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:15px;color:#333}.total-amount{color:#e67e22;font-weight:600}.add-to-cart-btn{margin-top:16px;width:100%;padding:12px;border:none;border-radius:8px;font-size:15px;font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff7e23,#e8554e);transition:opacity .2s ease}.add-to-cart-btn:hover{opacity:.9}.addon-section{width:100%;display:flex;gap:16px;align-items:center;justify-items:start;justify-content:space-between}.sides-container{font-family:Arial,sans-serif}.sides-title{font-size:26px;font-weight:600}.side-item{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px;margin-bottom:10px;border:1px solid #eee;border-radius:8px;background:#fff;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.side-item:hover{background:#fafafa;box-shadow:0 2px 6px #00000014}.side-left{display:flex;align-items:center;gap:10px}.side-name{font-size:15px;font-weight:500;color:#333}.side-price{font-size:15px;font-weight:600;color:#e67e22}
